@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700');
@font-face {
  font-family: 'Nexal';
  src: url("../fonts/Nexa-Light.woff"), url("Nexa-Light.woff") format("woff");
  src: url("../fonts/Century.ttf"), url("Century.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: 'Nexab';
  //src: url("../fonts/Nexa-Bold.woff"), url("Nexa-Bold.woff") format("woff");
	src: url("../fonts/Century.ttf"), url("Century.ttf") format("ttf");
}
@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/gotham-book.ttf"), url("gotham-book.ttf") format("gotham-book");
  src: url("../fonts/CenturyBold.ttf"), url("CenturyBold.ttf") format("ttf");
}
@font-face {
  font-family: 'QuattrocentoSans';
  src: url("../fonts/GothamThin.woff"), url("GothamThin.woff") format("woff");
}
@font-face {
  font-family: 'QuattrocentoSansB';
  src: url("../fonts/GothamMedium.woff"), url("GothamMedium.woff") format("woff");
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #543a2b;
}
body {
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.caja_mapa_cluster{
  width: 100%;
  padding: 0 12.1vw;
  background-color: #c7c5ab;
}

.onebkg{
  background-color:#fef7e9;
}

.overlay_menu{
  top:0;
  width: 100%;
  transition: all ease-in 0.2s;
  z-index: 2;
  height: 100%;
  top: -200%;
  position: fixed;
  background: rgba(44,56,28,0.8);
}
.overlay_menu.active{
  display: block;
  top: 0%;
  z-index: 2;
  transition: all ease-in 0.2s;
}
.form_popup{
  position: fixed;
  max-width: 90%;
  width: 420px;
  top: -100%;
  left: 50%;
  border-radius: 6px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  background: #543a2b;
  /*background:#E8B319;*/
  z-index: 6;
  border: 2px solid #C7C5AB;
  transition: all 0.4s;
}
.form_popup.active{
 top: 50%;
 transition: all 0.6s;
}
.form_popup .close_form{
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 31px;
  font-size: 24px;
  border-radius: 50%;
  background: #72523d;
  text-align: center;
  right: -14px;
  top: -14px;
  color: #fff;
}
.form_popup form .inputform{
  color: #72523d;
  border: none;
  font-family: QuattrocentoSans;
  display: block;
  font-size: 14px;
  padding-left: 6px;
  height: 28px;
  line-height: 28px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.form_popup form .inputform2{
  color: #72523d;
  border: none;
  font-family: QuattrocentoSans;
  display: block;
  font-size: 14px;
  padding-left: 6px;
  height: 60px;
  line-height: 28px;
  width: 525px;
  max-width: 100%;
}
.form_popup form .submit{
  position: relative;
  height: 32px;
  float: right;
  width: 100px;
  background: #72523D;
  margin: auto;
  border:none;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-family: QuattrocentoSansB;
  font-weight: 600;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}
.form_popup h4{
 font-family: QuattrocentoSansB;
 color: #72523d;
 font-size: 18px;
}
.form_popup h3{
 font-family: QuattrocentoSansB;
 color: #72523d;
 font-size: 22px;
 font-weight: bolder;
 letter-spacing: 0.06rem;
 text-transform: uppercase;
}
a{
  text-decoration: none;
}
#home{
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 100%;

}
#somos{
  width: 100%;
  max-width: 100%;
  display: flex;
  background-color: #543a2b;
  color: #fef7e9;
}
#aside2{
  max-width: 100%;
  padding: 40px 25px;
}
.sub_cont{
  max-width:100%;
  width: 480px;
  margin: auto;
}
.sub_cont img{
  max-width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sub_cont p{
  font-size: 19px;
  line-height: 24px;
  text-align: justify;
}
.ilu{
  background: rgba(0,0,0,0.5);
  position:absolute;
  padding: 4px;
  bottom: 0;
  left: 0;
  font-family: QuattrocentoSans;
  color: #543a2b;
  font-size: 13px;
}
.cont_slider{
  max-width: 100%;
  position: relative;  height: 100vh;
  text-align: center;
  -webkit-box-shadow: 0px 4px 14px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 14px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 14px -1px rgba(0,0,0,0.75);
}
.cont_slide{
  overflow: hidden;
  position: relative;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
}
.slider {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  text-align: center;
  overflow: hidden;
}
.slide0 {
  background: url(../img/slide0.jpg);
  background-size: cover;
  background-position: center;
  left: 0;
}
@media (min-width: 320px) and (max-width: 480px){
	.slide0 {
  		background: url(../img/slide0-m.jpg);
  		background-size: cover;
  		background-position: center;
  		left: 0;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
	.slide0 {
  		background: url(../img/slide0-m.jpg);
  		background-size: cover;
  		background-position: center;
  		left: 0;
	}
}

.slide1 {
  background: url(../img/slide1.jpg);
  background-size: cover;
  background-position: center;
  left: 100%;
}
.slide2 {
  background: url(../img/slide2.jpg);
  background-size: cover;
  background-position: center;
  left: 200%
}
.slide3 {
  background: url(../img/slide3.jpg);
  background-size: cover;
  background-position: center;
  left: 300%
}
.slide4 {
  background: url(../img/slide4.jpg);
  background-size: cover;
  background-position: center;
  left: 400%
}
.slide5 {
  background: url(../img/slide5.jpg);
  background-size: cover;
  background-position: center;
  left: 500%
}
.slide6 {
  background: url(../img/slide6.jpg);
  background-size: cover;
  background-position: center;
  left: 600%
}
.slide7 {
  background: url(../img/slide7.jpg);
  background-size: cover;
  background-position: center;
  left: 700%
}
.slide8 {
  background: url(../img/slide8.jpg);
  background-size: cover;
  background-position: center;
  left: 800%
}
.slide9 {
  background: url(../img/slide9.jpg);
  background-size: cover;
  background-position: center;
  left: 900%
}

#intro_parallax{
 background: url(../img/parallax1.jpg);
 background-size: cover;
 background-position: center;
 height:70vh;
 width: 100%;
 background-attachment: fixed;
}
.slider > div {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.slider h2 {
  float: right;
  /*width: 560px;*/
  width: 560px;
  max-width: 90%;
  position: relative;
  color: #FEFAE0;
  line-height: 52px;
  font-size: 48px;
  text-transform: uppercase;
  /*font-family: QuattrocentoSansB;*/
  font-family: gotham-book;
  font-family: QuattrocentoSansB;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bolder;
  opacity: 0;
  text-align:left;
  text-shadow: 0px 0px 4px rgba(224, 222, 197, 1);
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  margin-bottom: 20px;
}
.slider h3 {
  max-width: 100%;
  width: 470px;
  float: right;
  text-align: right;
  border-radius: 6px;
  color: #FEFAE0;
  line-height: 20px;
  font-size: 18px;
  font-family: QuattrocentoSans;
  opacity: 0;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.85);
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.slider h2, .slider h3, .slider .button {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.newslide{
  transform: scale(0);
}
.btns{
  width: 100%;
  position: absolute;
  bottom: 24px;
}


.slider-pagination .btn_pagslide{
  position: relative;
  font-family: 'Asap', sans-serif;
  font-weight: 500;
  float: right;
  transform: rotate(45deg);
  display: inline-block;
  text-align: center;
  width: 18px;
  margin-right: 20px;
  height: 18px;
  background:#636040;
  font-size: 24px;
  cursor: pointer;
}
/* Slider Pagger event */
.slide-radio0:checked ~ .btns .slider-pagination .page0,
.slide-radio1:checked ~ .btns .slider-pagination .page1,
.slide-radio2:checked ~ .btns .slider-pagination .page2,
.slide-radio3:checked ~ .btns .slider-pagination .page3,
.slide-radio4:checked ~ .btns .slider-pagination .page4,
.slide-radio5:checked ~ .btns .slider-pagination .page5,
.slide-radio6:checked ~ .btns .slider-pagination .page6,
.slide-radio7:checked ~ .btns .slider-pagination .page7,
.slide-radio8:checked ~ .btns .slider-pagination .page8,
.slide-radio9:checked ~ .btns .slider-pagination .page9{
  border:5px solid  #FEFAE0;
  background: transparent;
}
/* Slider slide effect */
.slide-radio0:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio2:checked ~ .slider { -webkit-transform: translateX(-200%); transform: translateX(-200%); }
.slide-radio3:checked ~ .slider { -webkit-transform: translateX(-300%); transform: translateX(-300%); }
.slide-radio4:checked ~ .slider { -webkit-transform: translateX(-400%); transform: translateX(-400%); }
.slide-radio5:checked ~ .slider { -webkit-transform: translateX(-500%); transform: translateX(-500%); }
.slide-radio6:checked ~ .slider { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
.slide-radio7:checked ~ .slider { -webkit-transform: translateX(-700%); transform: translateX(-700%); }
.slide-radio8:checked ~ .slider { -webkit-transform: translateX(-800%); transform: translateX(-800%); }
.slide-radio9:checked ~ .slider { -webkit-transform: translateX(-900%); transform: translateX(-900%); }

.slide-radio0:checked ~ .slide0 h2,
.slide-radio1:checked ~ .slide1 h2,
.slide-radio2:checked ~ .slide2 h2,
.slide-radio0:checked ~ .slide0 h3,
.slide-radio1:checked ~ .slide1 h3,
.slide-radio2:checked ~ .slide2 h3,
.slide-radio0:checked ~ .slide0 .button,
.slide-radio1:checked ~ .slide1 .button,
.slide-radio2:checked ~ .slide2 .button,
.slide-radio3:checked ~ .slide3 .button,
.slide-radio4:checked ~ .slide4 .button,
.slide-radio5:checked ~ .slide5 .button,
.slide-radio6:checked ~ .slide6 .button,
.slide-radio7:checked ~ .slide7 .button,
.slide-radio8:checked ~ .slide8 .button,
.slide-radio9:checked ~ .slide9 .button{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.slide-radio0:checked ~ .slide0 img,
.slide-radio1:checked ~ .slide1 img,
.slide-radio2:checked ~ .slide2 img,
.slide-radio3:checked ~ .slide3 img,
.slide-radio4:checked ~ .slide4 img,
.slide-radio5:checked ~ .slide5 img,
.slide-radio6:checked ~ .slide6 img,
.slide-radio7:checked ~ .slide7 img,
.slide-radio8:checked ~ .slide8 img,
.slide-radio9:checked ~ .slide9 img
{
  -webkit-transform: 800ms;
  transition: transform 800ms, opacity 800ms;
  transition-delay: 1s;
  transform: scale(1);
}
.container{
  max-width: 100%;
  width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
.container2{
  max-width: 100%;
  width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
.container2 h2{
    font-size:2em;
}
.container3{
  max-width: 100%;
  width: 1250px;
  margin: 0 auto;
}
.container4{
  position: relative;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  margin-bottom: -2px;
}
.backcontainer{
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 25px;
  background-color: #fef7e9;
}
.backcontainer h2{
  font-size: 34px;
  text-transform: uppercase;
  font-family: gotham-book;
  font-family: QuattrocentoSansB;
  font-weight: bolder;
  color: #543a2b;
  letter-spacing:9px;
}
#modelos{
  max-width: 100%;
  width: 100%;
  display: inline-block;
  margin-bottom: -5px;
  position: relative;
  background-color: #fef7e9;
}
.cont_models2{
  position: relative;
}
.cont_models{
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.cont_models h4{
  font-size: 18px;
  font-family: QuattrocentoSans;
  color: #636040;
  margin-bottom: 20px;
}
.sel_models{
  padding-top: 25px;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.sel_models p{
 font-family: QuattrocentoSans;
 line-height: 1.6;
 font-size: 18px;
 color: #543a2b;
 margin-bottom:20px;
}
.tabs-section{
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #fef7e9;
}
.tab-switch{
  margin: 0;
  padding:0;
  width: 600px;
  margin: 0 auto;
  margin-bottom:30px;
  max-width: 100%;
}
.tabs-section .tab-switch li{
  display: inline-flex;
  vertical-align: middle;
  max-width: 100%;
  color: #fff;
  width: 180px;
  margin:0 auto;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  height: 220px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;

}
.modelo_casa{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 220px;
  display: inline-flex;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
}
.modelo_casa img{
  background-position: center;
  width: 100%;
  left: 0;
  height: 220px;
  position: absolute;
  top:0;
  background-size: cover;
  margin-bottom: 0px;
  transition: all ease-out 0.4s;
}
.tabs-section .tab-switch li:hover .modelo_casa img{
  transition: all ease-in 0.2s;
  transform: scale(1.04);
}
.tit_mod{
  position: absolute;
  width: 100%;
  height: 40px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: QuattrocentoSansB;
  color: #FFF;
  line-height: 40px;
  background: rgba(0,0,0,.6);
  transition: all ease-in 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs-section .tab-switch li:hover .tit_mod{
  background: transparent;
  transform: translate(0, 90px);
  color: transparent;

}
.tabs-section .tab-switch li.selected,
.tabs-section .tab-switch li:hover{
  border: 2px solid #C7C5AB;
}
.selem{
  background: transparent;
  transform: translate(0, 90px);
  text-shadow: none;
  color: transparent;
}
.tabs-content{
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.tabs-content .tabs{
  max-width: 100%;
  width: 100%;
  background: #f0e3ca;
  position: relative;

}
.tabs-content .tabs img{
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -3px;
  background: #CCB88E;
}
.conplanh3{
  right: 0;
  width: 100%;
  height: 100%;
  background: #f0e3ca;
  text-align: center;
}
.conplanh3 h3{
  height: 60px;
  font-size: 24px;
  /* border-left: 10px solid #636040;*/
  line-height: 60px;
  background: #f0e3ca;
  text-transform: uppercase;
  font-family: QuattrocentoSansB;
  font-weight: bolder;
  color: #543a2b;
}
.conplanh3 .plants{
  padding: 15px;
}
.conplanh3 .plants img{
 width: auto;
 width: 140px;
 height: 528px;
}
.cont_botones{
  position: relative;
  text-align: left;
  width: 100%;
  display: table;
  padding:8px;
  z-index: 0;
  background-color:#f0e3ca;
}
.btn_tabs{
  cursor: pointer;
  height: 32px;
  width: 120px;
  border: none;
  margin: 6px;
  background: #f0e3ca;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06rem;
  color: #543a2b;
  /* display: none;*/
  /* border-left: 10px solid #636040;*/
  line-height: 32px;
  text-transform: uppercase;
  font-family: QuattrocentoSansB;
  font-weight: bold;
}
.btn_tabs:hover{
  background:#f0e3ca;
  color: #543a2b;
}
.ver_plants{
  display: none;
}
.masdelmod{
  z-index: 0;
  position: relative;
  padding: 0px 15px 15px 15px;
  max-width: 100%;
  display: none;
}
.ficha_desk{
  position: relative;
  max-width: 100%;
  z-index: 0;
  width: 664px !important;
}
.ficha_movil{
  display: none;
}
.close_fic{
  position:absolute;
  top:2px;
  z-index: 0;
  color: #636040;
  cursor: pointer;
  font-size: 18px;
  right: 18px;
}
.tabs-section .tabs-content .tabs:not(.tab1){
  display: none;
  /* background: #CCB88E; */
}

.tabs-section .tabs-content p{
  line-height: 1.6;
  font-size: 18px;
  color: #7e7e7e
}



.cont_img{
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  height: 83vh;
  margin-bottom: -1px;
  background-size: cover;
}

#ame_img1{
  height: 83vh;
  max-width: 100%;
  width: 100%;
  background-position: center;
  background: url(../img/bg_ame1.jpg);
  background-size: cover;
}
.thisame{
  padding: 30px;
  width: 100%;
  height: 27.62vh;
  display: table;
}
#thisame1{
  background: #c2c0ad;
}
#thisame2{
  background: #9e9c85;
}
#thisame3{
  background: #76745d;
}
.subthisame{
  width: 100%;
  display: table-cell;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  border:4px solid #fff;
}
.subthisame h3{
  color: #fff;
  font-family: QuattrocentoSansB;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
}
.midcontain{
  max-width: 100%;
  width: 750px;
  margin: auto;
}
#midcontain1{
  max-width: 100%;
  width:580px;
  position: relative;
}

.thisingreen{
  background: #636040;
}
.cont_txtame{
  max-width: 100%;
  z-index:0;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
}
.cont_txtame h3{
  font-family: QuattrocentoSansB;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
.cont_txtame p{
  font-family: QuattrocentoSans;
  font-size: 18px;
}
.cont_txtame #other_p{
  border:4px solid #fff;
  padding: 10px;
}
#txtame1a{

  width: 480px;
  position: absolute;
  text-align: right;
  bottom: 70px;
}
#txtame2a{
  position: absolute;
  text-align: left;
  top: 70px;
}
.amenitie{
  position: relative;
  max-width: 100%;
  //padding: 25px;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.tabla_desparque{
  padding: 25px;
  width: 100%;
  background:#543a2b;
  display: table;
  margin-bottom: -3px;
}
.tabla_desparque .minides{
  width: 280px;
  margin: auto;
}
.minides ul li{
  padding-bottom: 10px;
  color: #81553D;
  font-family: QuattrocentoSans;
}
.minides ul span{
  background: #636040;
  width: 25px;
  height: 25px;
  text-align: center;
  font-family: QuattrocentoSansB;
  line-height: 26px;
  padding-left: 1px;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
}
.amenitiea{
  background: #543a2b;
}
.amenitieb{
  background: #fef7e9;
}
.amenitiec{
  background: #543a2b;

}
.amenitie .img_ame{
  padding: 0;
  //border-radius: 50%;
  //width: px;
  max-height: 460px;
  margin: auto;
  //margin-top: 25px;
  //margin-bottom: 25px;
  overflow: hidden;

}
.amenitie .img_ame img{
 width: 100%;
 //width:auto;
 //border-radius: 50%;
 padding: 0;
 margin: 0 auto;
 margin-bottom: -3px;
 overflow: hidden;
}
.amenitie .img_ame img:hover{
  transition: all ease-in 0.4s;
  transform: scale(1.1);
}

.amenitie .img_amea{
 border:0px solid #543a2b;
}
.amenitie .img_ameb{
 border:0px solid #fff;
}
.amenitie .img_ame:hover{
  transition: all ease-in 0.2s;
  border:0px solid #636040;
}
.amenitie .head_ame h4{
  font-family: gotham-book;
  font-family: QuattrocentoSansB;
  font-size: 22px;
  color: #543a2b;
  text-transform: uppercase;
}
.amenitie .btn_mas{
  cursor: pointer;
  background: #FEFAE0;
  color: #fff;
  font-family: QuattrocentoSansB;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  width: 110px;
  margin: auto;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.glightbox2Cnt{
  position:relative;
  bottom:126px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14px 0px 8px 0px;
}

#blog{
  max-width: 100%;
  width: 100%;
  position: relative;
  background: #fef7e9;
  padding-bottom: 25px;
  text-decoration: center;
}
.subcont_blog{
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  /*padding-top: 50px;*/
  margin-bottom: 30px;
  text-align: center;

}
.cont_entrada{
  max-width: 100%;
  position: relative;
  width: 400px;
  background: #FEFAE0;
  vertical-align: top;
  margin: auto;
  display: inline-block;
  padding: 15px;

}
.entrada_blog{
  position: relative;
  max-width: 100%;
  padding: 22px;
  width: 100%;
  height: 410px;
  margin: auto;
  background:#efedef;
  display: inline-block;
  vertical-align: top;
  box-shadow: rgba(0,0,0,0.3) 0.0em 0.25em 0.25em;
  transition: all ease 0.4s;
}
.entrada_blog .imgblog{
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entrada_blog .imgblog img{
  width: 100%;
}
.entrada_blog h3{
  text-align: left;
  color: #543a2b;
  font-size: 15px;
  line-height: 16px;
  font-family: QuattrocentoSansB;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.entrada_blog p{
  text-align:center;
  color:#543a2b;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  font-family: QuattrocentoSans;
  margin-bottom: 18px;
}
.entrada_blog b{
  width: 120px;
  bottom: 22px;
  background: #543a2b;
  position: absolute;
  height: 34px;
  border-radius: 15px 0px 0px 15px;
  font-family: QuattrocentoSansB;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 18px;
  color:#fef7e9;
  right: 0;
  cursor: pointer;
}
.entrada_blog b:hover{
  transition: all ease 0.4s;
  background: #3A2711;
  color:#FEFAE0;
}
.entrada_blog:hover{
  transition: all ease 0.4s;
  transform: scale(1.02);
  box-shadow: rgba(0,0,0,0.6) 0.0em 0.25em 0.25em;
}
#master_plan{
  width: 100%;
  max-width: 100%;
  background: #fef7e9;
  display: inline-flex;
  color:#543a2b !important;
}
.cont_masterplan{
  max-width: 100%;
  width: 1100px;
  margin: auto;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
  background:#fef7e9;
}
.cont_masterplan img{
  max-width: 100%;
  padding: 25px;
  /* width: 900px; */
  width: 1190px;
  margin: auto;

}
#ubicacion{
  width: 100%;
  max-width: 100%;
  background: #fef7e9;
  display: inline-block;
}
.head_ele{
  display: table;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 32px;
}
.head_ele div{
  max-width: 100%;
  width: 575px;
  padding-left: 25px;
  float: right;
}
.head_ele h2{
  color: #543a2b;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
  font-family: QuattrocentoSansB;
  letter-spacing: 9px;
}
.cont_ele{
  max-width: 100%;
  width: 575px;
  padding-left: 25px;
  padding-right: 25px;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cont_ele span{
  color: #543a2b;
  font-size: 18px;
  line-height: 30px;
  font-family: QuattrocentoSans;
  display: block;
  width: 55%;
}
.cont_ele .fas{
  width: 30px;
  text-align: center;
  display: inline-block;
}
.cont_ele span:hover{
  font-family: QuattrocentoSansB;
}
.ver_maps{
  width: 150px;
  color: #fef7e9;
  background: #543a2b;
}

#contacto{
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #543a2b;
  margin-bottom: -4px;
}
#elform{
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 100%;
}
#imgform{
  float: right;
  max-width: 100%;
  width: 550px;
  height: 510px;
}
.theimgform{
  height: 170px;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
#imgfr1{
  background: url(../img/imgcon1.jpg);
  background-size: cover;
  background-position: center;
}
#imgfr2{
  background: url(../img/imgcon2.jpg);
  background-size: cover;
  background-position: center;
}
#imgfr3{
  background: url(../img/imgcon3.jpg);
  background-size: cover;
  background-position: center;
}
.form_cont{
  max-width: 100%;
  /*width: 525px;*/
}
.form_cont h4{
  font-family: QuattrocentoSansB;
  margin: 20px 0px 20px 0px;
  color: #fef7e9;
  font-size: 18px;
  margin-bottom: 2rem;
  letter-spacing:0px;
}
#elform p, #elform span{
  color: #fef7e9;
  font-size: 14px;
  font-family: QuattrocentoSans;
}
.form_cont .misinputs{
  color: #72523d;
  border: none;
  font-family: QuattrocentoSans;
  display: block;
  font-size: 14px;
  padding-left: 6px;
  height: 28px;
  line-height: 28px;
  width: 525px;
  max-width: 100%;
  margin-bottom: 16px;
}
.form_cont .misinputs2{
  color: #72523d;
  border: none;
  font-family: QuattrocentoSans;
  padding-left: 6px;
  font-size: 14px;
  padding-top: 4px;
  display: block;
  height: 100px;
  width:525px;
  margin-bottom: 10px;
  max-width: 100%;
}
.form_cont .misinputs3{
  margin-top:24px;
  color: #FFFFFF;
  font-family: QuattrocentoSansB;
}
.mysubmit{
  border: 1px solid #FFF;
  background: #594438;
  font-family: QuattrocentoSansB;
  font-size: 18px;
  color: #fff;
  height: 34px;
  width: 100px;
  line-height: 35px;
  cursor: pointer;
}
.footer{
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  background: #eae8d3;
}
.footer h2{
  color: #543a2b;
  font-family: QuattrocentoSansB;
  font-size: 20px;
  margin-bottom: 10px;
}
.footer h3{
  color: #543a2b;
  font-family: QuattrocentoSansB;
  font-size: 32px;
  margin-bottom: 10px;
}
.footer p{
  color: #543a2b;
  font-family: QuattrocentoSansB;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer span{
 font-family: QuattrocentoSans;
}
.footer .aext{
  display: block;
  color: #543a2b;
  font-family: QuattrocentoSans;
  text-decoration: none;
  margin-bottom: 25px;
}
.subfooter{
  width: 100%;
  position: relative;
  display: table;
  padding: 10px;
  background: #fef7e9;
}
#logoalterno2{
  /*width:60%;*/
  margin-bottom: 0px !important;
}
.elef{
  /*width: 140px;*/
  margin: auto;
  margin-bottom: 22px;
  vertical-align: middle;
  /*padding-top: 25px;*/
}
.elef > img{
	max-height:110px;
}
.scls{
  position: relative;
  /*width: 30vw;*/
  margin:auto;
  height: auto;
  text-align: center;
}
.btn_social{
  margin:5px 10px 5px 10px;
  width: 34px;
  border-radius: 6px;
  background: #3a2711;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  height: 34px;
}
.btn_social div{
  font-size: 20px;
  border-radius: 6px;
  background: #543a2b;
  color: #eae8d3;
}

header {
  max-width: 100%;
  width: 100%;
  background: #543a2b;
  position: fixed;
  z-index: 1;
  text-align: center;
  box-shadow: 0px 0px 18px #000000;
  height:85px;
}
header.active{
  transition: all ease-in 0.4s;
  background: #594438;
}
.logo{
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 280px;
  z-index: 8;
  text-align: center;
}
.logo img{
  width: 200px;
  vertical-align: middle;
}
.site-nav{
  max-width: 100%;
  width: 100%;
  margin: auto;

}
.site-nav ul{
  line-height: 84px;
  padding: 0;
  float: right;
  list-style: none;
}
.site-nav li {
  display: inline-block;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;

}
.site-nav a {
  font-family: Cabin;
  color:#FEFAE0;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 26px;
}
.site-nav a:hover,
.site-nav a:focus {
  border-bottom: 6px solid #fef7e9;
}

.wrap{
 position: absolute;
 width: 400px;
 background: #543a2b;
 right: -1000px;
 display: table;
 height: 100vh;
 display: none;
 text-align: left;
 padding-top: 80px;
 text-align: right;
 padding-right: 25px;
 transition: all ease-in 0.2s;
}
.wrap li {
  display: block;
  cursor: pointer;

  padding-top: 8px;
  padding-bottom: 10px;

}
.wrap a {
  font-family: Cabin;
  color:#FEFAE0;
  font-weight: 700;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 4px;
}
.wrap a:hover,
.wrap a:focus {
  border-bottom: 6px solid #fef7e9;
  transition: all ease-in 0.4s;
  padding-right: 10px;
  padding-left: 10px;

}
.wrap.active{
  right: 0;
  transition: all ease-in 0.4s;
}
.movil{
  display: none;
  z-index: 122;
  transition: all ease-in 0.4s;
  /*transform: scale(0);*/
  height: 60px;
  width: 100px;
  right: 0;
  position: absolute;

}
.menu-1{
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 34px; width: 34px;
  cursor: pointer;
  border-color: #636040;
  border: 3px solid #636040;
  transition: all 0.3s;
}
.menu-1:before, .menu-1:after{
  content: "";
  position: absolute;
  transition: all 0.3s;
}

.menu-1:before, .menu-1:after {
  width: 60px;
  height: 4px;
  background: #594438;
  left: 54%;
  margin-left: -31px;
}
.menu-1:before {
  top: 50%;
  margin-top: -8px;
}
.menu-1:after {
  top: 50%;
  margin-top: 4px;
}

.menu-1-active {
  border-radius: 8px;
}
.menu-1-active:before, .menu-1-active:after {
  margin-top: -2px;
}
.menu-1-active:before {
  transform: rotate(45deg);
}
.menu-1-active:after {
  transform: rotate(-45deg);
}

.paginacion{
  width: 100%;
  padding: 10px;
  text-align: right;
}
.paginas .thepages{
  margin: 4px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  font-family: QuattrocentoSans;
  display: inline-block;
  width: 26px;
  height: 26px;
  font-weight: 600;
  color: #fff;
  background: #012139;
}
#pagactual{
  background:#E8B319;
  color:#012139;
}
.paginacion h5{
  color: #012139;
  font-weight: 700;
  font-size: 14px;
  font-family: QuattrocentoSans;
}
.header_blog{
  max-width: 100%;
  text-align: left;
  padding-top: 120px;
  margin-bottom: 10px;
}

.head_inline{
  margin: auto;
  display: inline-block;
  max-width: 100%;
  width: 540px;
  line-height: 18px;
  vertical-align: middle;
}
.cont_blog{
  display: block;
  width: 100%;

}
.cont_blog h2{
 text-transform: uppercase;
 font-size: 20px;
 line-height: 16px;
 font-family: QuattrocentoSansB;
 font-weight: 700;
 margin-bottom: 15px;
 color: #FEFAE0;
}
.cont_blog p{
  /*text-transform: uppercase;*/
  font-size: 14px;
  line-height: 16px;
  font-family: QuattrocentoSans;
  margin-bottom: 15px;
  color: #543a2b;
}
.contain2 .txt_conspe p{
  font-family:QuattrocentoSans;
  font-size: 14px;
  color: #515054;
}
.cont_h2head{
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 4px;
  background: #636040;
  margin-bottom: 20px;
  font-family:QuattrocentoSans;
  color: #543a2b;
  font-size: 18px;
}
.cont_imgheader{
  margin-bottom: -10px;
}
.cont_imgheader img{
  padding-right: 20px;
  padding-left: 20px;
  max-width: 100%;

}
.current_article{
  text-align:left;
  padding-bottom: 10px;
  font-family:QuattrocentoSans;
  color:#616161;
}
.current_article a{
 color:#594438;
 text-decoration: underline;
 font-family:QuattrocentoSans;
}
.current_article p{
  font-size: 14px;
  line-height: 16px;
  font-family:QuattrocentoSans;
  font-weight: 400;
  color: #FEFAE0;
  padding-bottom: 15px;
  padding-bottom: 30px;
}
.current_article p strong{
  font-weight: 700;
}
.current_article img{
  display: table;
  max-width: 100%;
  width: 600px;
  margin: auto;
  text-align: center;
}
.current_article ul{
  padding-left: 20px;
  list-style: disc;
  color:#156221;
}
.current_article ul li{
  color:#616161;
}
.current_article ul li strong{
  color:#156221;

}
.facebook_share{
  font-family:QuattrocentoSans;
  display: inline-block;
  padding: 0.5em .8em;
  background: #594438;
  color:white;
  margin-bottom: 1.4em;
  float: left;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-size: 0.8em;
}
.fb-comments{
  width: 100%;
  max-width: 100%;
}

.cont_masterplan span{
  font-family: Cabin;
  color: #543a2b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 26px;
}

@media screen and (max-width: 1020px){
  .cont_txt .p_subcont{
    width: 100%;
  }

}
@media screen and (max-width: 960px){
  .movil{
    transition: all ease-in 0.4s;
    transform: scale(1);
  }
  .ele_nav .menu{
    width: 100%;

  }
  .ele_nav .menu ul{
    padding-top: 30px;
    max-width: 100%;
    position: absolute;
    margin-top: 22px;
    width: 50%;
    height: 100%;
    padding-bottom: 40px;
    left: -1200px;
    transition: all ease-in 0.2s;
  }
  .ele_nav .menu ul.active{
    position: fixed;
    background: #012139;
    transition: all ease-in 0.6s;
    left: 0px;
  }


  .ele_nav .menu .link_menu{
    text-decoration: none;
    padding-right:.5em;
    padding-left:.5em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: QuattrocentoSans;
    font-size: 14px;
    height: 40px;
    line-height:28px;

  }
  .ele_nav .menu .link_menu:before {
   line-height:28px;
   height: 40px;
 }
 .ele_nav .menu .link_menu:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  height: 40px;
}

.menu.open{
  transition: all ease-in 0.4s;
  left: 0px;
}
.ele_nav .menu .li_menu{
  display: block;
}
.ele_nav .menu .li_menu a{
  width: 100%;
  padding-left: 25px;
}
.ele_nav .menu .li_menu .sub-menu {
  padding-top: 0px;
  opacity: 0;
  visibility: all;
  max-width: 100%;
  width: 400px;
  position: absolute;
  top: 0%;
  left: 0px;
  overflow-y:  scroll;
  z-index: 144;
  background: #594438;
  transform: translateY(-2em);
  padding-bottom: 0;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.ele_nav .menu .li_menu .sub-menu a{
  width: 100%;
  color: #fff;
  padding-left: 25px;
  padding-right: 1em;
  padding-top: 6px;
  z-index: 144;
  padding-bottom: 8px;
}
.ele_nav .menu .li_menu:hover .sub-menu{
  opacity: 1;
  height: 50px;
  visibility: all;
  position: absolute;
  left: 0px;
  top: -6px;
  z-index: 144;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.ele_nav .menu .link_menu2{
  height: 40px;
  color: #012139;;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: QuattrocentoSans;
  font-size: 14px;
  line-height:26px;
}

#ele_navb{
  transition: all ease-in 0.2s;
  position: absolute;
  max-width: 100%;
  width: 190px;
  height: 72px;
  padding-right: 0%;
}
#ele_navb .other{
  width: 100%;
}
#ele_navb .ele_other .logo{
  padding-right: 10px;
  transition: all ease-in 0.2s;
  padding-top: 8px;
}
#ele_navb .ele_other .logo img{
  transition: all ease-in 0.2s;
  height: 58px;
}
.btn_contacto{
  right: 0px;
  width: 50px;
  height: 72px;
  text-align: center;
  background: #E8B319;
}
.btn_contacto img{
  width: 30px;
  transition: all ease-in 0.2s;
  position: relative;
  padding-top: 20px;
}
.cont_homeizq{
  position: absolute;
  max-width: 90%;
  display: block;
  width:100%;
  min-height: 100%;
  background: #E8B319;
  height: 100vh;
  vertical-align: middle;
}
.cont_homeizq .expresa{
  width: 380px;
  transform: scale(0);
  max-width: 100%;
  position: relative;
  z-index: 3;
  top:30%;
  left: 6%;
  vertical-align: middle;
}
.cont_txt .sublogo{
  transition: all ease-in 0.2s;
  width: 120px;
}
}
@media screen and (max-width: 768px){

  .sub_mininav .other_links{
    text-align: center;
  }
  .logo{
    text-align: center;
    margin: auto;
  }
  .rellenonamas{
    display: none;
  }
  .ele_alpha1{
    max-width: 90%;
    width: 100%;
    margin: auto;
  }
  .ele_alpha2{
    padding-left: 0px;
    margin-bottom: 55px;
  }
  .ele_alpha1 .p_alpha{
    padding-right: 0px;
    padding-bottom: 100px;
  }
  .ele_contain2b{
    padding-left: 0px;
  }
  .ele_txtfooter{
    float:none;
  }
  .ele_footera{
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    text-align: center;
  }

  .cont_txt{
    padding-left: 25px;
    padding-right: 25px;
  }
  .cont_txt .sublogo{
    transition: all ease-in 0.2s;
    width: 100px;
  }
  .cont_txt2{
    vertical-align: top;
    max-width: 100%;
    display: inline-block;
    width: 540px;
    margin-bottom: 40px;
  }
  .cont_txt2{
    vertical-align: top;
    max-width: 100%;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
  }
  #cont_txt2a{
    border-right: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8b319;
  }
  #cont_txt2b{
    padding-bottom: 30px;
    border-left: none;
    border-bottom: 1px solid #e8b319;
  }
  .cont_txt2 .sub_contacer{
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .cont_item .sub_contitem .my_item{
    height: 260px;
  }
  .cont_item .sub_contitem .my_item img{
    position: relative;
    width: 140px;
  }
}
@media screen and (max-width: 520px){
  #imgnosotros{
    transition: all ease-in 0.2s;
    display: none;
  }
  .ele_nav .menu ul{
    padding-top: 30px;
    max-width: 100%;
    position: absolute;
    margin-top: 22px;
    width: 420px;
    height: 100%;
    padding-bottom: 40px;
    left: -1200px;
    transition: all ease-in 0.4s;
  }
}
@media screen and (max-width: 1080px){

  .container{
    max-width: 100%;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }
  .logo{
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 180px;
    text-align: center;
  }
  .logo img{
    width: 180px;
    vertical-align: middle;
  }
  .site-nav ul{
    display: none;
  }
  .movil{
    z-index: 6;
    display: block;
  }
  header {
    /*background:transparent;*/
    background: #543a2b;
    position: fixed;
    z-index: 3;
  }
  .wrap{
    display: block;
  }
}
@media screen and (max-width: 1022px){
  .tabs-section .tab-switch li{
    display: inline-flex;
    vertical-align: middle;
    max-width: 100%;
    color: #fff;
    width: 84px;
    margin:0 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    height: 103px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;

  }
  .modelo_casa{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 103px;
    display: inline-flex;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
  }
  .modelo_casa img{
    background-position: center;
    width: 100%;
    left: 0;
    height: 160px;
    position: absolute;
    top:0;
    background-size: cover;
    margin-bottom: 0px;
    transition: all ease-out 0.4s;
  }
  .tabs-section .tab-switch li:hover .modelo_casa img{
    transition: all ease-in 0.2s;
    transform: scale(1.04);
  }
  .tit_mod{
    position: absolute;
    width: 100%;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: QuattrocentoSansB;
    color: #FFF;
    line-height: 40px;
    background: rgba(0,0,0,.6);
    transition: all ease-in 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

}
@media screen and (max-width: 860px){
  .slider h2 {
    padding: 15px;
    background: rgba(243, 242, 231, 0.80);
  }
  .slider h2 {
    float: right;
    max-width: 100%;
    position: relative;
    color: #FEFAE0;
    line-height: 40px;
    font-size: 38px;
  }
}
@media screen and (max-width: 770px){
  .plants{
    display: none;
  }
  .ver_plants{
    display: block;
  }
  .ficha_desk{
    display: none;
  }
  .ficha_movil{
    width: 280px !important;
    display: block;
  }
  .backcontainer{
   padding: 45px 15px 15px 15px;
 }
 .backcontainer h2{
  font-size: 28px;
  color:#594438;
  letter-spacing:9px;
  font-family: gotham-book;
  font-family: QuattrocentoSansB;
}
.head_ele{
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  background: #543a2b;;
}
.footer{
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  background: #eae8d3;
}
.footer h2{
  color: #72523d;
  font-family: QuattrocentoSansB;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer h3{
  color: #72523d;
  font-family: QuattrocentoSansB;
  font-size: 28px;
  margin-bottom: 10px;
}
.footer p{
  color: #72523d;
  font-family: QuattrocentoSansB;
  font-size: 14px;
}
}
@media screen and (max-width: 520px){
  .elef{
    /*width: 140px;*/
    margin: auto;
    margin-bottom: 10px;
    vertical-align: middle;
    padding-top: 15px;
  }
  .elef > img{
	max-height:110px;
  }
  .tabs-section .tab-switch li{
    display: inline-flex;
    vertical-align: middle;
    max-width: 100%;
    color: #fff;
    width: 84px;
    margin:0 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    height: 103px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;

  }
  .modelo_casa{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 103px;
    display: inline-flex;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
  }
  .modelo_casa img{
    background-position: center;
    width: 100%;
    left: 0;
    height: 160px;
    position: absolute;
    top:0;
    background-size: cover;
    margin-bottom: 0px;
    transition: all ease-out 0.4s;
  }
  .tabs-section .tab-switch li:hover .modelo_casa img{
    transition: all ease-in 0.2s;
    transform: scale(1.04);
  }
  .tit_mod{
    position: absolute;
    width: 100%;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: QuattrocentoSansB;
    color: #FFF;
    line-height: 40px;
    background: rgba(0,0,0,.6);
    transition: all ease-in 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

}
