/*Fonts Titles h1, h2, h3, h4,p,a,span,input,etc*/
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&display=swap');

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  background: #f2f2f2;
  color: #545655;
  scroll-behavior: smooth;
}
a{
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 200;
}
a:hover{
text-decoration: underline;
}
h1,h2,h3,h4,h5,h6, h1 span, h2 span, h3 span, h4 span{
  font-family: 'Playfair Display', sans-serif !important;
}
h1{
  font-size: 3rem;
  line-height: 54px;
  margin: 0;
  /* font-weight:700; */
}
h2{
 font-size: 42px;
 line-height: 48px;
 /* font-weight: 700; */
}
h3{
  font-size: 36px;
  line-height: 42px;
  /* font-weight: 700; */
}
h4, h4 span{
  font-family: 'Playfair Display', sans-serif !important;
  font-size: 30px;
  line-height: 36px;
  /* font-weight: 700; */
}
h5{
 /* font-family: 'Crimson Text1';*/
 font-size: 24px;
 line-height: 30px;
 font-weight: 700;
}
h6{
 /* font-family: 'Crimson Text1';*/
 font-size: 22px;
 line-height: 26px;
 font-weight: 600;
}
a, p, span, label, li, ul li{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
small{
font-size: .85rem;
}
input, select, select option, option, textarea{
  font-family: 'Open Sans';
  font-weight: 400;
  border: none;
  font-size: 18px;
}
input::placeholder, select::placeholder, select option, option::placeholder, textarea::placeholder{
  opacity: 1;
  border: none;
}
input[type="submit"],
button[type="submit"]{
  min-width: 180px;
  cursor: pointer;
  background: none;
}
.main-form{
  text-align: center;
  max-width: 960px;
  margin: auto;
}
.items-form{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.form-control{
  max-width: 100%;
  width: 560px;
  display: inline-block;
  margin-bottom: 10px;
}
.inputer, .selecter{
  border-radius: 2px;
  padding: 12px;
  max-width: 100%;
  width:560px;
  background: #fff;
  border: 2px solid lightgray;
  height: 42px;
  font-weight: 300;
}
.texter{
  border-radius: 2px;
  text-align: left;
  padding: 12px;
  background: #fff;
  height: 84px;
  max-width: 100%;
  width:560px;
  font-weight: 300;
}
.texter-rowspan2{
  height: 84px;
}
.texter-rowspan3{
  height: 134px;
}
.texter-rowspan4{
  height: 168px;
}
.selecter{
  height: 34px;
  font-size: 18px;
  padding: 0px 4px;
  border-radius: 2px;
}
.texter-zone{
  width:560px;
  resize: none;
  height: 88px;
  border-radius: 2px;
  font-size: 18px;
  padding: 8px 12px;
  max-width: 100%;
  background: #fff;
  font-weight: 300;
}
.inputer:focus, .selecter:focus, .texter-zone:focus, .texter:focus{
  opacity: 1;
  border: none;
  border-style: none;
  font-family: 'Open Sans';
}
.selecter option:focus {
  font-family: 'Open Sans';
}
.submiter{
  float: left;
  max-width: 100%;
  font-family: 'Open Sans';
  width:auto;
  min-width: 180px;
  letter-spacing: 0.1em;
  /*float: right;*/
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 20px;
  height: 34px;
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  /*margin-top: -10px;*/
  color: #fff;
}
.submiter:hover{
  opacity: 0.9;
  transition: ease-in opacity 0.4s;
}
.submiter2{
  width: auto;
  padding: 8px 10px;
}
.submiter2:hover{
}
.p-relative{
  position: relative;
}
.p-absolute{
  position: absolute;
}
.o-hidden{
  overflow: hidden;
}
.ds-0{
  display: block !important;
}
.ds-b{
  display: block !important;
}
.ds-ib{
  display: inline-block !important;
  margin-bottom: -3px;
}
.ds-f{
  display: flex !important;
}
.ds-if{
  display: inline-flex !important;
}
.navbar{
  position: relative;
  width: 100%;
  z-index: 10;
}
.desktop-only{
  display: block;
}
.movil-only{
  display: none;
}
.label{
  display: block;
  letter-spacing: 1px;
  margin-bottom:8px;
}
.btn-action{
  display: inline-block;
  color: #fff;
  border: none;
  /*text-transform: uppercase;*/
  padding: 10px 12px;
  font-size: 28px;
  /*font-weight: 600;*/
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
}
.btn-action:hover{
  display: inline-block;
  /* padding: 12px 18px; */
  opacity: 0.90;
  transition: ease-in 0.2s;
}
.dote{
  background: lightgray;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
  border-radius: 50%;
}
.os-animation{
  opacity: 0;
}  
.os-animation.animated{
  opacity: 1;
} 
.section::before{
  display: block;
}
.no-align{
  text-align: left;
}
.section{
  width: 100%;
  max-height: 100%;
  /* display: block; */
  padding-bottom: 0px;
  margin-bottom: -3px;
}
.mainbox{
  max-width: 100%;
  position: relative;
  display: flex;
  width: 100%;
}
.container{
  max-width: 100%;
  width: 1250px;
  margin: auto !important;
}
.container2{
  display: inline-block;
  max-width: 100%;
  width: 1250px;
  margin: 0 auto !important;
  margin-bottom:-3px;
}
.medium-container{
  max-width: 100%;
  width: 960px;
  margin: 0 auto !important;
}
.medium-container .cartoon{
  text-align: center;
}
.tercio-container{
  max-width: 100%;
  width: 640px;
  margin: 0 auto !important;
}
.other-wdt{
  max-width: 100%;
  width:680px;
}
.subcontain{
  width: 100%;
  display: inline-block;
}
.with-pd-30{
  padding-left: 30px;
  padding-right: 30px;
}
.pdg-5{
  padding:5px !important;
}
.pdg-10{
  padding:10px !important;
}
.pdg-15{
  padding:15px !important;
}
.pdg-20{
  padding:20px !important;
}
.pdg-25{
  padding: 25px !important;
}
.pdg-30{
  padding: 30px !important;
}
.pdg-35{
  padding: 35px !important;
}
.pdg-40{
  padding: 40px !important;
}
.pdg-45{
  padding: 45px !important;
}
.pdg-50{
  padding: 50px !important;
}
.pd-10{
  padding: 0px 10px !important;
}
.pd-15{
  padding: 0px 15px !important;
}
.pd-20{
  padding: 0px 20px !important;
}
.pd-25{
  padding: 0px 25px !important;
}
.pd-30{
  padding: 0px 30px !important;
}
.pd-40{
  padding: 0px 40px !important;
}
.pd-50{
  padding: 0px 50px !important;
}
.pdtb-10{
  padding: 10px 0px !important;
}
.pdtb-15{
  padding: 15px 0px !important;
}
.pdtb-20{
  padding: 20px 0px !important;
}
.pdtb-25{
  padding: 25px 0px !important;
}
.pdtb-30{
  padding: 30px 0px !important;
}
.pdtb-35{
  padding: 35px 0px !important;
}
.pdtb-40{
  padding: 40px 0px !important;
}
.pdtb-50{
  padding: 50px 0px !important;
}
.pdtb-60{
  padding: 60px 0px !important;
}
.pdtb-70{
  padding: 70px 0px !important;
}
.pdtb-80{
  padding: 80px 0px !important;
}
.pdt-10{
  padding-top: 10px !important;
}
.pdt-20{
  padding-top: 20px !important;
}
.pdt-30{
  padding-top: 30px !important;
}
.pdt-40{
  padding-top: 40px !important;
}
.pdt-50{
  padding-top: 50px !important;
}
.pdt-60{
  padding-top: 60px !important;
}
.pdt-80{
  padding-top: 80px !important;
}
.pdt-100{
  padding-top: 100px !important;
}
.pdb-10{
  padding-bottom: 10px !important;
}
.pdb-15{
  padding-bottom: 15px !important;
}
.pdb-20{
  padding-bottom: 20px !important;
}
.pdb-25{
  padding-bottom: 25px !important;
}
.pdb-30{
  padding-bottom: 30px !important;
}
.pdb-40{
  padding-bottom: 40px !important;
}
.pdb-50{
  padding-bottom: 50px !important;
}
.pdb-60{
  padding-bottom: 60px !important;
}
.pdb-80{
  padding-bottom: 80px !important;
}
.pdb-100{
  padding-bottom: 100px !important;
}
.pdl-5{
  padding-left: 5px !important;
}
.pdl-10{
  padding-left: 10px !important;
}
.pdl-15{
  padding-left: 15px !important;
}
.pdl-20{
  padding-left: 20px !important;
}
.pdl-25{
  padding-left: 25px !important;
}
.pdl-30{
  padding-left: 30px !important;
}
.pdr-5{
  padding-right: 5px !important;
}
.pdr-10{
  padding-right: 10px !important;
}
.pdr-15{
  padding-right: 15px !important;
}
.pdr-20{
  padding-right: 20px !important;
}
.pdr-25{
  padding-right: 25px !important;
}
.pdr-30{
  padding-right: 30px !important;
}
.mr-auto{
  margin: 0 auto;
}
.mg-15{
  margin: 15px !important;
}
.mg-20{
  margin: 20px !important;
}
.mg-25{
  margin: 25px !important;
}
.mt-15{
  margin-top: 15px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-25{
  margin-top: 25px !important;
}
.mt-30{
  margin-top: 30px !important;
}
.ml-20{
  margin-left: 20px !important;
}
.ml-30{
  margin-left: 30px !important;
}
.mr-20{
  margin-right: 20px !important;
}
.mr-30{
  margin-right: 30px !important;
}
.mb-10{
  margin-bottom: 10px !important;
}
.mb-15{
  margin-bottom: 15px !important;
}
.mb-20{
  margin-bottom: 20px !important;
}
.mb-25{
  margin-bottom: 25px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.mb-35{
  margin-bottom: 35px !important;
}
.mb-40{
  margin-bottom: 40px !important;
}
.bg-color0{
  background-color: #fff !important;
} 
.bg-color1{
  background-color: #eaeaea !important;
}
.bg-dark-transparent{
  background-color: rgba(0,0,0,0.5) !important;
} 
.bg-color2{
  background-color: #c2b074 !important;
} 
.bg-color3{
  background-color: #59995d !important;
}
.bg-color4{
  background-color: #48684a !important;
}
.bg-color5{
  background-color: gray !important;
}
.bg-color6{
  background-color: #444444 !important;
}
.bg-color7{
  background-color: #d4e5b9 !important;
}
.bg-color8{
  background-color: #edf7de !important;
}
.bg-color9{
  background-color: #74c079  !important;
}
.bg-color1, .bg-color2, .bg-color3, .bg-color4{
  border:none;
}
.bg-sec1{
  background-color: #660931 !important;
}
.bg-sec2{
  background-color: #0b2312 !important;
}
.color0{
  color: #fff !important;
}
.color1{
  color: #eaeaea !important;
}
.color2{
  color: #c2b074 !important;
}
.color3{
  color: #59995d !important;
} 
.color4{
  color: #48684a !important;
}
.color5{
  color:gray !important;
}
.color6{
  color: #444444 !important;
}
.color7{
  color: #1a1a1a !important;
}
.color8{
  color: #edf7de !important;
}
.color9{
  color: #fefdd8 !important;
}
.color-sec1{
  color: #660931 !important;
}
.color-sec2{
  color: #0b2312 !important;
}
.border-lft-color5{
  display: inline-block;
  border-left:3px solid gray;
}
.border-lft-color6{
  display: inline-block;
  border-left:3px solid #444444;
}
a.color5:hover{
  color:#efaf5b;
}
.p-italic{
  font-style: italic;
}
.p-thin{
  font-weight: 100;
}
.p-extra-light{
  font-weight: 200;
}
.p-light{
  font-weight: 300 !important;
}
.p-regular{
  font-weight: 400 !important;
}
.p-medium{
  font-weight: 500 !important;
}
.p-semibold{
  font-weight: 600 !important;
}
.p-bold{
  font-weight: 700 !important;
}
.p-extra-bold{
  font-weight: 800 !important;
}
.p-black{
  font-weight: 900 !important;
}
.uppercase{
  text-transform: uppercase;
}
.fs-10{
  font-size: 10px !important;
  line-height: 14px !important;
}
.fs-12{
  font-size: 12px !important;
  line-height: 16px !important;
}
.fs-13{
  font-size: 13px !important;
  line-height: 18px !important;
}
.fs-14{
  font-size: 14px !important;
  line-height: 20px !important;
}
.fs-15{
  font-size: 15px !important;
  line-height: 21px !important;
}
.fs-16{
  font-size: 16px !important;
  line-height: 22px !important;
}
.fs-18{
  font-size: 18px !important;
  line-height: 24px !important;
}
.fs-20{
  font-size: 20px !important;
  line-height: 26px !important;
}
.fs-22{
  font-size: 22px !important;
  line-height: 28px !important;
}
.fs-24{
  font-size: 24px !important;
  line-height: 30px !important;
}
.fs-26{
  font-size: 26px !important;
  line-height: 32px !important;
}
.fs-28{
  font-size: 28px !important;
  line-height: 34px !important;
}
.fs-30{
  font-size: 30 !important;
  line-height: 36px !important;
}
.fs-b2r{
 font-size: 2rem !important;
 line-height: 2.2rem !important;
}
.fs-b2-5r{
  font-size: 2.5rem !important;
  line-height: 2.7rem !important;
 }
.fs-b3r{
  font-size: 3rem !important;
  line-height: 3.2rem !important;
}
.fs-b4r{
  font-size: 4rem !important;
  line-height: 4.2rem !important;
}
.fs-b5r{
  font-size: 5rem !important;
  line-height: 5.2rem !important;
}
.fs-b6r{
  font-size: 5.5rem !important;
  line-height: 5.5rem !important;
 }
.f-thin{
  font-weight: 100 !important;
}
.f-extra-light{
  font-weight: 200 !important;
}
.f-light{
  font-weight: 300 !important;
}
.f-regular{
  font-weight: 400 !important;
}
.f-medium{
  font-weight: 500 !important;
}
.f-semibold{
 font-weight: 600 !important;
}
.f-bold{
 font-weight: 700 !important;
}
.f-extra-bold{
 font-weight: 800 !important;
}
.f-black{
  font-weight: 900 !important;
}
.t-shadow1{
  text-shadow: 1px 3px 4px rgba(0,0,0,0.40);
}
.t-shadow2{
  text-shadow: 1px 0px 4px rgba(255, 255, 255, 1);
}
.border-text-2{
  border: 2px solid #fff;
}
.r-0{
right: 0 !important;
}
.l-0{
  left: 0 !important;
}
.b-0{
  bottom: 0 !important;
}
.flt-left{
  float: left;
}
.flt-right{
  float: right;
}
.t-left{
  text-align: left;
}
.t-right{
  text-align: right;
}
.t-center{
  text-align: center;
}
.hg-180{
  height: 180px;
}
.med-icon{
  width: 150px;
  margin-bottom: 10px;
}
.br-2{
  border-radius: 2px !important;
}
.br-4{
  border-radius: 4px !important;
}
.br-6{
  border-radius: 6px !important;
}
.br-8{
  border-radius: 8px !important;
}
.br-10{
  border-radius: 10px !important;
}
.br-12{
  border-radius: 12px !important;
}
.br-14{
  border-radius: 14px !important;
}
.br-16{
  border-radius: 16px !important;
}
.br-18{
  border-radius: 18px !important;
}
.br-20{
  border-radius: 20px !important;
}
.br-22{
  border-radius: 22px !important;
}
.br-24{
  border-radius: 24px !important;
}
.br-25p{
  border-radius: 25%;
}
.m-auto{
  margin: 0 auto;
}
.parallax{
  position: relative;
  max-width: 100%;
  height: auto;
  width: 100%;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fdf8eb;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
 
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5{
  text-shadow: 0px 0px 6px rgba(0,0,0,0.45);
  color:#fff;
}
.head-section p{
  font-size: 20px;
  line-height: 26px;
}
.head-title, .body-txt{
  width: 100%;
}
.head-title.t-left, .body-txt.t-left{
  width: 100%;
  text-align: left;
}
.head-title.p-right, 
.t-right{
  width: 100%;
  text-align: right;
}
.cont-cards{
  max-width: 100%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.item-gallery{
  display: flex;
  width:350px;
  max-width: 100%;
  margin: auto;
  align-items: center;
  align-content: center;
  text-align: center;
}
.item-gallery .img-gallery{
  max-width: 320px;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  background: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
}
.item-gallery .img-gallery img{
  width: 100%;
  padding: 50px;
}
.cont-card-item{
  width: 410px;
  display: inline-flex;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
}
.card-item{
  border-radius:4px;
  text-align: center;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  width: 380px;
  margin: auto;
  align-self: top;
  background: #fff;
  height: auto;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15); 
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.15);
  /* align-items: center;*/
  /*align-content: center;*/
  overflow: hidden;
}
.card-item .card-img{
  height: 240px;
  width: 100%;
}
.card-item .card-img img{
  height: 240px;
  object-fit: cover;
  opacity: 0.6;
  object-position: center;
}
.card-item .card-content{
  min-height: 220px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 25px;
}
.list-container ul li span{
  font-size: 14px;
  line-height: 26px;
}
.card-item .card-content .list-container ul li, .card-item .card-content p{
  font-weight: 400;
}
.card-item:hover{
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.25); 
  box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.25);
}
.card-item:hover .card-img img{
  opacity: 1;
  transition: ease-in 0.4s;
}
.card-icon{
  width:100px;
  margin-bottom: 10px;
}
.card-content{
  color:default;
}
.card-icon img{
  margin-top: -15px;
}
.card-img{
  width:100%;
  height: 320px;
}
.card-img img{
  width:100%;
  height: 320px;
  width:100%;
  object-position: center;
  object-fit: cover;
}
.list-container .list li .carret{
  display: inline-block;
  padding-right: 8px;
  font-size: 22px;
}
.list-item{
  max-width: 100%;
  width: 480px;
}
.item-ls-desc{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
.item-ls-desc .square-icon{
  overflow: hidden;
  width: 34px;
  height: 34px;
  background: #f6f6f6;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
}
.item-ls-desc span{
  padding-left:10px;
  font-size: 16px;
  display: inline-block;
  line-height: 19px;
  position: relative;  /*  line-height: 36px;*/
}
.cont-mapa{
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 380px;
  border: none;
}
.cont-mapa iframe{
  filter: saturate(2%);
}
.cont-mapa:hover iframe{
  transition: ease-in 0.2s;
  filter: saturate(100%);
}
.cont-modals{
  width: 100%;
}
/* The Modal (background) */
.modal {
  position: relative;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  padding-bottom: 100px;
  top: 0;
  height: auto;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 20;
}
.close-modal {
  cursor: pointer;
  width: 244px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  right:0px;
  bottom:0px;
  border-radius: 0px 0px 0px 8px;
  float:right;
  overflow: hidden;
  color: #fff;
}
.close-modal div:nth-child(1){
  background: #59995d;
  transition: ease-in 0.2s;
  padding: 8px 16px;
}
.close-modal div:nth-child(2){
  background: #375916;
  transition: ease-in 0.2s;
  padding: 8px 16px;
}
.close-modal:hover div:nth-child(1),
.close-modal:focus div:nth-child(1){
  transition: ease-in 0.4s;
  text-decoration: none;
  cursor: pointer;
  background: #375916;
}
.close-modal:hover div:nth-child(2),
.close-modal:focus div:nth-child(2){
  transition: ease-in 0.4s;
  text-decoration: none;
  cursor: pointer;
  background: #59995d;
}
.modal-content{
  background: #fff;
  position: relative;
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  max-width: 720px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  text-align:center;
  margin-bottom: 100px;
}
.modal-header {
  width: 100%;
  /* background-color: #5cb85c;*/
  color: white;
}
.modal-header img{
  display: block;
  width: 100%;
}
.project-brand{
  width: 100%;
  height: 120px;
  text-align: center;
  background: #f6f7fb;
}
.project-brand img{
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 120px;
}
.modal-body p{
  max-width: 100%;
  width: 560px;
  margin: auto;
}
.modal-body .modal-text{
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-footer img{
  display: block;
  width: 100%;
}
.pie-page{
  position: relative;
  z-index: 2;
  display: flex;
  height: auto;
  width: 100%;
  bottom: 0;
  max-width: 100%;
}
.footer h2{
 /* color: #fff;*/
 font-size: 15px;
 line-height: 15px;
 padding-top: 2px;
 text-transform: uppercase;
 font-weight: 500;
 padding-bottom:8px;
}

.social_footer{
  /*  float: right;*/
  position: relative;
  width: 200px;
}
.social_footer p{
  margin-bottom: 10px;
}
.social_footer a{
  display: inline-block;
}
.btn_social{
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 6px 8px;
  background: transparent;
  /* color: #F3AF4B;*/
  display: inline-block;
}
.btn_social div{
  display: inline-block;
  font-size: 24px;
}
.btn_social:hover{
  transform: rotateY(360deg);
  /*border:1px solid #fff;
  */background: transparent;
  transition: ease-in 0.4s;
  /*color: #6893b2;
  color: #efaf5b;
  */:;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.thisonix{
  position: relative;
  /*display: inline-block;
  vertical-align: bottom;*/
}
.item-pie-page{
  padding: 10px 0px;
  line-height: 28px;
}
.item-pie-page a, .item-pie-page span{
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
}
.item-pie-page a:hover{
  text-decoration: underline;
}
.separator-line{
  width: 120px;
  background-color: gray;
  height: 6px;
}
/* Add Animation modal */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
@media screen and (max-width:1023px){
  .card-item{
    height: auto;
  }
}
@media screen and (max-width:767px){
  .card-item{
    height: auto;
  }
}