/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
/*    font-family: 'Arvo', serif;*/

    

    font-family: 'Saira Extra Condensed', sans-serif;
}
body {
  color: #545051;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}


/* new nav */
/* side menu nav  */

#navigation {
  background-color: rgb(150 150 150 / 65%);
  transition: all .4s ease-in-out;
}

#navigation.scrolled-nav {
  background-color: #3D253F;
}
#navigation .show-nav img{
  max-width: 40px;
}
#navigation .hide-nav img{
  max-width: 40px;
}
#navigation .img-wrapper img{
  max-width: 178px;
}
#navigation .masinfomenu {
  text-transform: uppercase;
}
.masinfomenu {
  padding: 0.7rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  /* border-radius: 50px; */
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}
.logo-inner {
  height: auto;
  text-align: center;
  display: block;
  margin: 25px auto 30px;
  max-width: 250px;
}
.header-main {
  height: 100px;
  margin-bottom: -86px;
  z-index: 9999;
  position: fixed;
  width: 100%;
}
#navigation .masinfomenu{
  text-transform: uppercase;
}

.h-100 {
  height: 100% !important;
}
.header-main .show-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.header-main .show-nav .menu-img {
  vertical-align: unset;
  margin-right: 20px;
}
.header-main .response--main-navigation.mobile-nav .response--site-menu {
  padding-top: 90px;
  display: block;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  left: 0;
  right: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  top: 0px;
  z-index: 100;
  background-color: #3D253F;
  color: black;
}
.header-main .response--main-navigation.mobile-nav.expanded .response--site-menu {
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: scroll;
}
.header-main .response--main-navigation.mobile-nav .close-icon {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 80px;
  top: 10px;
}
.header-main .response--main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
.header-main .response--main-navigation.mobile-nav .response--site-menu li {
  line-height: normal;
  margin-bottom: 15px;
}
.header-main .response--main-navigation li {
  list-style-type: none;
}
.header-main .response--main-navigation.mobile-nav .response--site-menu li a {
  color: #fff;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px;
  transition: .3s;
}
.header-main .response--main-navigation.mobile-nav .response--site-menu li a:hover {
  color: #BFBFBF;
}
.show-nav {
  display: flex;
  align-items: center;
}
.menu-text {
  color: #fff;
  font-weight: 700;
  
}

@media(max-width:767px){
  #navigation .invert-m{
    display: flex;
  }
  #navigation .col-logo {
    order: -1;
  }
  .show-nav {
    margin-left: auto;
  }
  #navigation .img-wrapper img{
    max-width: 100%;
  }
  .col-buttons {
    display: none;
  }
  .response--site-menu {
    padding: 90px 0;
  }
  .header-main .response--main-navigation.mobile-nav .close-icon {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}
  .pt-on-mob {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-main .response--main-navigation.mobile-nav .response--site-menu li a {
    color: #fff;
    font-size: 27px;
    text-align: center;
  }
  .menu-text {
    display: none;
    
  }
  .show-nav {
    display: block;
  }
  .d-none-m {
    display: none;
  }
}

/* end side menu nav */

/* iconos redes */

#iconos-lateral {
  position: fixed;
  bottom: 50%;
  right: 5px;
  /* transform: translateY(-50%); */
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  z-index: 101;
}
#iconos-lateral.align-logos {
  bottom: 10px;
}
#iconos-lateral .icon-space{
  
}
#iconos-lateral .icon{
  margin: 5px 0;
  position: relative;
  background-color: #3D253F;
  border-radius: 50%;
  padding: 3px;
  width: 50px;
  height: 50px;
  display: block;
  transition: 0.3s;
}
#iconos-lateral .icon:hover{
  background-color: #B69D48;
  
}
#iconos-lateral a{
  
}

#iconos-lateral a img{
  width: 35px;
  height: 35px;
  position: absolute;
  top: 7.5px;
  right: 7.5px;
}
.disp-none {
  display: none!important;
}
@media(min-width:768px){
  .d-none-d {
    display: none;
  }
}
@media(max-width:767px){
  .d-none-m {
    display: none;
  }
}
/* fin iconos */

.pad-top-interior {
  padding-top: 160px!important;
}


/* hero index */

.hero-area {
  height: 1080px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  padding: 57px 0;
  position: relative;
}

.hero-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  /* z-index: 999;
	*/
  top: 0;
  opacity: .5;
}

.hero-area .txt-descuento {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  max-width: 300px;
  display: block;
  margin: 15px auto;
}
.hero-area .txt-descuento h4{
  font-size: 28px;
  margin-bottom: 0;
}

.header-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 25px 0 8px;
  z-index: 9900;
}

.header-top-fl {
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-right {
  overflow: hidden;
}

.masinfomenu {
  padding: 0.7rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  /* border-radius: 50px; */
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .masinfomenu {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
}

.masinfomenu:hover {
  color: #182d1e;
  background-color: #ac9538;
  border-color: #182d1e;
}

.header-top-fl a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #0000003E;
  display: block;
  font-weight: 400;
  line-height: 21px;
}

.hero-containt {
  padding: 50px 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  display: flex;
  text-align: center;
}

.hero-text h3, .hero-text h1 {
  font-size: 60px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000057;
  line-height: 1.1;
  margin: 0;
  font-family: 'Arvo', sans-serif;
  font-weight: 600;
}

.hero-text h4 {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  font-size: 50px;
  line-height: 47px;
  font-family: 'Arvo', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 5px;
}

.hero-text p {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.hero-text a:hover {
  background: transparent;
  border: 2px solid #fff;
}

.hero-btn-container {
  display: flex;
  justify-content: center;
}
.hero-btn {
  margin-top: 20px;
}

.hero-btn a {
  height: auto;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  /* border-radius: 50px; */
  border: 2px solid #fff;
  color: #fff !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
  text-align: center;
  transition: .3s;
  cursor: pointer;


}

.hero-btn a:first-child {
  margin-right: 1rem;
}

.hero-btn a:hover {
  background: #182d1e;
  border: 2px solid #fff;
  color: #fff;
}


.btn-purp {
  background: #3D253F;
  padding: 10px 15px;
  color: #fff;
  font-family: 'Arvo', serif;
  transition: 0.3s;
}
.btn-purp:hover {
  background: transparent;
  border: 2px solid #3D253F;
  color:#3D253F;
}

.title-c {
  text-align: center;
  font-family: 'Arvo', serif;
  margin-bottom: 20px!important;
}

#video-murtiz .btn-cont{
  margin-top: 30px;
}
.vbox-inline {
  background: transparent!important;
  box-shadow: unset!important;
  height: 60vh!important;
}
.vbox-inline video{
  max-width: 100%!important;
}
/*pro-video-area-start*/

.pro-video-area {
  padding-top: 75px;
}
.pro-videp-fl {
  display: flex;
  /*! align-items: center; */
  justify-content: space-between;
}
.pro-video-text {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.pro-video-play {
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 15px;
}
.pro-video-text h3 {
  font-size: 80px;
  line-height: 64px;
  letter-spacing: 0px;
  color: #3D253F;
  font-weight: 700;
  margin-bottom: 34px;
}
.pro-video-text p {
  font-size: 25px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #3D253F;
  font-weight: 400;
  margin: 0;
}
.pro-video-play {
  position: relative;
}
.video-bck {
  width: 100%;
}
.pro-video-play a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translate(-50%, -50%);
}
.pro-video-area .vid-thumb {
  width: 100%;
}

@media(max-width:767px){
  .pro-video-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .pro-video-play {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .pro-video-text h3 {
    text-align: center!important;
  }
}
/*pro-video-area-end*/


/*zik-para-area-start*/
/* highlights */

#highlights {
  padding: 60px 0;
  background: #3D253F;
}


.zik-para-area {
  padding-bottom: 26px;
}
.single-fik h3 {
  font-size: 60px;
  line-height: 94px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.single-fik p {
  letter-spacing: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  font-weight: 400;
}
.single-fik {
  width: 23.2%;
}
.zik-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-fik.z1 {
  margin-top: 75px;
}
.single-fik.z2 {
  margin-top: 150px;
}
.single-fik.z3 {
  margin-top: 230px;
}
/*zik-para-area-end*/

/* arquitecto */

.edif-area {
  padding:60px 0;
}

/*galery-area-start*/
#gal .pro-video-play {
  width: 100%;
}
#gal .pad-m {
  padding-top: 15px;
  padding-bottom: 15px;
}

.all-title h3 {
  letter-spacing: 0px;
  color: #3D253F;
  font-size: 40px;
  line-height: 68px;
  margin-bottom: 20px!important;
  font-family: 'Arvo', serif;
  text-align: center;
}
.galery-slider.owl-carousel.owl-loaded.owl-drag .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 37px;
  font-size: 47px !important;
  color: #fff !important;
}
.galery-slider.owl-carousel.owl-loaded.owl-drag .owl-next {
  left: auto !important;
  right: 37px;
}
.galery-slider.owl-carousel.owl-loaded.owl-drag .owl-dots {
  display: none;
}

.galery-area {
  padding-bottom: 85px;
}
.galery-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.galery-slider.owl-carousel.owl-loaded.owl-drag {
  margin-bottom: 24px;
}
.galery-btn a {
  width: 401px;
  height: 59px;
  background: #3D253F 0% 0% no-repeat padding-box;
  text-align: center;
  line-height: 59px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Arvo', serif;
  border: 2px solid transparent;
  transition: .3s;
}
.galery-btn a:hover {
	background: transparent;
	border: 2px solid #3D253F;
	color: #3D253F;
}

@media(max-width:767px){
  .all-title h3{
    font-size: 30px!important;
  }
}
/*galery-area-end*/

/* maps buttons */

.waze-btn {
  width: 401px;
  height: 59px;
  background: #3cf 0% 0% no-repeat padding-box;
  text-align: center;
  line-height: 59px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Arvo', sans-serif;
  border: 2px solid transparent;
  transition: .3s;
  margin: 10px 0;
}
.social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.waze-btn:hover {
  background: transparent;
  border: 2px solid #3D253F;
  color: #3D253F;
}
.waze-btn i {
  margin-left: 5px;
}
.maps-btn {
  width: 401px;
  height: 59px;
  background: #db4437 0% 0% no-repeat padding-box;
  text-align: center;
  line-height: 59px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Arvo', sans-serif;
  border: 2px solid transparent;
  transition: .3s;
  margin: 10px;
}

.maps-btn:hover {
  background: transparent;
  border: 2px solid #3D253F;
  color: #3D253F;
}
.maps-btn i {
  margin-left: 5px;
}
#ubicacion .cell-content h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}
#ubicacion .cell-content h2 a{
  color: #3D253F;
}
#ubicacion .align-text-ubi {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*spa-area-start*/

.spa-fl {
  position: relative;
  /*! display: flex; */
}
.all-title.pos {
  position: absolute;
  right: 0;
  top: 0;
}
.single-dpa h3 {
  font-size: 150px;
  line-height: 125px;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 0.36;
  font-weight: 700;
  transition: .3s;
}
.single-dpa.sp1 {
  padding-left: 135px;
}
.single-dpa.sp2 {
  padding-left: 259px;
}
.single-dpa.sp3 {
  padding-left: 380px;
}
.single-dpa h3:hover {
  color: #3D253F;
  opacity: 1;
}
/*    font-family: 'Titillium Web', sans-serif;*/
/*spa-area-end*/

/* cell-area-style-start */

.call-title h3 {
  font-size: 50px;
  color: #3D253F;
  line-height: 68px;
}
.single-sell {
  text-align: center;
}
.single-sell img {
  width: 80%;
  display: inline-block;
}
.cell-content h2 {
  font-size: 80px;
  font-weight: 700;
  color: #3D253F;
  line-height: 80px;
  margin: 0;
}
.cell-fx {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.call-aera {
  padding-top: 50px;
  padding-bottom: 60px;
}
/* cell-area-style-end */

/* plant-aera-style-start */
.plant-clps .card-body .dep-descr {
  margin-bottom: 30px;
}

.single-itemn p {
  margin: 10px 0 0;
  font-size: 22px;
  line-height: 1.2;
  color: #3D253F;
}
.single-itemn {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
}

.plan-icon-fx {
	display: flex;
  flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: auto;
}
.plan-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #BFBFBF;
	padding: 7px 0;
	font-size: 28x;
	color: #000000;
	font-weight: 500;
	line-height: 20px;
	opacity: .3;
}
.plan-btn span.sml {
	font-size: 17px;
}
.plan-btn[aria-expanded="false"] .plus span.ic-clr i {
    transform: rotate(0deg);
	transition: .3s;
}
.plan-btn[aria-expanded="true"] .plus span.ic-clr i {
    transform: rotate(45deg);
	transition: .3s;
}
.plnt-header {
	margin-bottom: 8px;
}
.plant-title h4 {
	font-size: 30px;
	color: #3D253F;
	line-height: 1;
	text-align: center;
  font-family: 'Arvo', serif;
  margin-bottom: 20px;
}
.plant-aera {
	padding-bottom: 50px;
}
@media(max-width:767px){
 #accordion .plan-icon-fx .single-itemn {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  #accordion .single-itemn p {
    font-size: 18px;
    line-height: 1;
    padding-top: 10px;
  }
}

/* plant-aera-style-end */


/* visit-aera-style-start */

.visit-area {
	height: 760px;
	display: flex;
	align-items: center;
	background-size: 100% 100%;
	background-position: center;
}

.visit-wrap {
  text-align: center;
}
.visit-wrap h2 {
  font-size: 90px;
  font-weight: 700;
  color: #fff;
  line-height: 90px;
}
.visit-wrap a {
  width: 509px;
  height: 75px;
  background: #3D253F;
  display: inline-block;
  line-height: 75px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px !important;
  border: 2px solid transparent;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.visit-wrap a:hover {
	background: transparent;
	border: 2px solid #fff;
}

/* visit-aera-style-end */


/* footer-area-style-start */

.footer-aera {
  padding: 60px 30px;
  background: #3D253F;
}
.footer-ri {
  width: 300px;
}
.footer-ri img {
  margin-bottom: 21px;
}
.footer-ri p {
  font-size: 20px;
  color: #fff;
  line-height: 27px;
  margin: 0;
}
.single-list h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 34px;
  font-weight: 600;
}
.footer-list-widget {
  width: 840px;
  display: flex;
  justify-content: space-between;
}
.footer-fx {
  display: flex;
  justify-content: space-between;
}
.footer-aera .social-foot{
  display: flex;
  justify-content: flex-start;
}
.footer-aera .social-foot .icon-foot:first-child{
  margin: 5px 10px 5px 0;
}
.footer-aera .social-foot .icon-foot{
  margin: 5px 10px;
}
.footer-aera .social-foot img{
  width: 40px;
  height: 40px;
}

@media(max-width:767px){
  .footer-aera .social-foot {
    display: flex;
    justify-content: center;
  }
  .cell-content a {
    text-align: center;
  }
}


/* footer-area-style-end */



/* homepage-2-style-start */

.header-area.header-2 {
	position: unset;
	height: 345px;
}

.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.header-menu ul li {
  display: inline-block;
  margin-right: 120px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}
.header-menu {
  padding-top: 20px;
}

.edif-content h3 {
  font-size: 30px!important;
  color: #3D253F;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 68px;
  font-family: Arvo;
  text-align: center;
}
.edif-content p {
	font-size: 25px;
	color: #000000;
	line-height: 34px;
	width: 530px;
}
.edif-content a {
  width: 401px;
  height: 59px;
  background: #3D253F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border: 2px solid transparent;
  transition: .3s;
}
.edif-content a:hover {
	background: transparent;
	border: 2px solid #3D253F;
	color: #3D253F;
}
.edif-content {
	margin-bottom: 60px;
}

.calo-hdn h2 {
	font-size: 60px;
	color: #3D253F;
	font-weight: 700;
	line-height: 65px;
}
.sito-title h4 {
	font-size: 30px;
	color: #3D253F;
	font-weight: 700;
}
.sito-single ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sito-single ul li {
	font-size: 15px;
	color: #3D253F;
	line-height: 27px;
	display: block;
}
.sito-single {
	width: 160px;
}
.calo-wrap {
	width: 100%
}
.sito-single {
	width: 207px;
	margin-bottom: 30px;
}
.sito-fx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.colo-aera {
	padding-top: 60px;
	padding-bottom: 60px;
}
.house-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.house-list ul li {
	font-size: 64px;
	line-height: 80px;
	font-weight: 500;
	position: relative;
}
.house-image {
	width: 674px;
}
.house-image img {
	width: 100%;
}
.house-wrap {
	display: flex;
	align-items: center;
}
.house-list {
	padding-left: 100px;
}
.house-list ul li::after {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #000;
	content: "";
	left: -27px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.house-list ul li::before {
	position: absolute;
	width: 197px;
	height: 2px;
	left: 0;
	content: "";
	background: #000;
	left: -237px;
	top: 50%;
	transform: translateY(-50%);
}
.house-area {
	padding-top: 60px;
	padding-bottom: 40px;
}
.plan-btns a {
	width: 320px;
	height: 67px;
	border: 2px solid #A99FAA;
	display: inline-block;
	line-height: 65px;
	text-align: center;
	margin: auto;
	font-size: 17px;
	color: #3D253F;
}
.plan-btns {
	width: 645px;
	margin: auto;
	margin-top: 27px;
	margin-bottom: 20px;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.header-area.header-4 {
	z-index: 999;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 23px;
	font-size: 25px !important;
	color: #fff !important;
}
.owl-next {
	left: auto !important;
	right: 34px;
	color: #fff !important;
}
.owl-dot {
	width: 15px;
	height: 15px;
	margin: 0 6px;
	background: #BEB09D !important;
	border-radius: 50%;
}
.owl-dots {
	text-align: center;
	bottom: 53px;
	position: relative;
}
.owl-dot.active {
	background: #fff !important;
}
.pro-video-play.video {
	width: 100%;
}
.tty {
	width: 100%;
}
.video-title h3 {
	font-size: 40px;
	line-height: 68px;
	margin: 0;
	color: #3D253F;
}
.hero-area.hero-sec {
	padding-bottom: 0;
}
.pro-video-area.vido-sec {
	padding-top: 0;
}
.tour-bg .fondo {
  width: 100%;
}
.tour-wrap {
  position: absolute;
  top: 50%;
  transform: unset;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tour-wrap img{
	width: 153px;
}
.tour-area {
	padding-top: 90px;
	padding-bottom: 60px;
}
.video-title.tour {
	text-align: right;
	padding-right: 146px;
}

@media(max-width:767px) {
    .tour-wrap {
      position: absolute;
      top: 50%;
      transform: unset;
      text-align: center;
      left: 50%!important;
      right: unset!important;
      transform: translate(-50%, -50%)!important;
  }
}

.contact-wrap h3 {
	font-size: 60px;
	color: #3D253F;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 70px;
}

.contact-wrap p {
	font-size: 25px;
	color: #3D253F;
	line-height: 34px;
	font-weight: 600;
}

.single-link {
  width: 540px;
  margin-bottom: 26px;
}
.single-link a {
  padding-left: 31px;
  display: block;
  font-size: 18px;
  color: #3D253F;
  line-height: 24px;
  position: relative;
}
.single-link a i {
  position: absolute;
  left: 0;
  top: 5px;
}

.single-form input {
	width: 100%;
	height: 59px;
	padding: 0 13px;
	font-size: 25px;
	color: #3D253F;
	border: 1px solid #8F8190;
}
.single-form select {
	width: 100%;
	height: 59px;
	padding: 0 13px;
	font-size: 25px;
	color: #3D253F;
	border: 1px solid #8F8190;
}
.single-form {
  margin-bottom: 30px;
}
.nice-select {
	line-height: 53px;
	width: 100%;
	height: 59px;
	padding: 0 13px;
	font-size: 25px;
	color: #3D253F;
	border: 1px solid #8F8190;
}
.single-bytton {
	margin-top: 30px;
}
.single-bytton button {
	width: 260px;
	height: 59px;
	background: transparent;
	border: 1px solid #908291;
	font-size: 25px;
	font-weight: 600;
	color: #3D253F;
}

.contact-form p {
	font-size: 24px;
	color: #3D253F;
	font-weight: 600;
	margin-bottom: 50px;
}
.contact-aera {
	padding-top: 80px;
  padding-bottom: 60px;
}
.cell-fx.fx-2 {
	width: 100%;
	justify-content: start;
	align-items: center;
}
.cell-content.ct-pd {
	padding-left: 150px;
}
.mun-aera {
	padding-top: 80px;
	padding-bottom: 100px;
}
/* homepage-2-style-end */
.mobile-header {
	display: none;
}
.edif-img-1.mbl {
	display: none;
}
.offcamva {
	display: none;
}
.hero-area.hero-sec {
  padding-bottom: 0;
  height: auto;
  padding-top: 0;
}
button:focus {
  outline: none;
}






.plant-card {
	max-width: 50%;
	margin-left: auto;
}



.posw {
  max-width: 50%;
  position: absolute;
  left: 0;
  top: 5%;
  display: none;
}

@media(max-width:767px){
  .plant-card {
    max-width: 100%;
    margin-left: auto;
}

}
.plant-img {
  margin-bottom: 48px;
  text-align: center;
  max-width: 550px;
}


.collapse.show .posw {
  display: block;
}
.dropdown-item{
  color: #000 !important;
}
.amenidadesiconos p, h1, h2, h3, h4, h5, h6{
  color: #ffffff;
}
.iconochicogal{
  width: 30%;
  margin: auto;
}
.iconochicogal img{
  width: 100%;
}
.masinfo{
  width: 398px;
  height: 46px;
  background: #3D253F 0% 0% no-repeat padding-box;
  display: inline-block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: 'Arvo', serif;
  border: 2px solid transparent;
  transition: .3s;
  text-transform: uppercase;
}
.masinfo:hover{
  background: transparent;
  border: 2px solid #fff;
}
.cuadrados{
  font-size: .5em;
  margin-bottom: 5px;
}
.titleinteres{
  font-weight: 700;
}
.calo-img iframe{
  height: 300px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
  .calo-img iframe{
    height: 300px;
  }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .calo-img iframe{
    height: 300px;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .calo-img iframe{
    height: 650px;
  }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .calo-img iframe{
    height: 657px;
  }
}
@media (min-width: 1500px) {  
  .calo-img iframe{
    height: 900px;
  }
}
.masinfomenu{
  background-color: inherit;
  color: #fff;
}

@media(max-width:767px){
 #amenidades .amenidadesiconos {
    padding-left: 0!important;
  }
}



.loading {
  margin: 0 auto;
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 3px solid #3D253F;
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: relative;
  top: 100px;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.spinner-modal-content{
  background: transparent;
}





.modal{
  z-index: 9999;
}

.modal-title{
  color: #3D253F;
}

.btn-form-send{
  background: #ff7a59;
  border: 1px solid #ff7a59;
  padding: 12px 24px;
}

.btn-form-send:hover{
  background: #ff8f73;
  border: 1px solid #ff8f73;
}

.msg-ajax{
  color: #3D253F;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

.form-group textarea{
  resize: none;
}