@font-face {
    font-family: 'Better-Yesterday';
    src: url('../fonts/Better-Yesterday-italic.eot');
    src: url('../fonts/Better-Yesterday-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Better-Yesterday-italic.woff2') format('woff2'),
        url('../fonts/Better-Yesterday-italic.woff') format('woff'),
        url('../fonts/Better-Yesterday-italic.ttf') format('truetype'),
        url('../fonts/Better-Yesterday-italic.svg#Better-Yesterday-italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Better-Yesterday';
    src: url('../fonts/Better-Yesterday-italic_1.eot');
    src: url('../fonts/Better-Yesterday-italic_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Better-Yesterday-italic_1.woff2') format('woff2'),
        url('../fonts/Better-Yesterday-italic_1.woff') format('woff'),
        url('../fonts/Better-Yesterday-italic_1.ttf') format('truetype'),
        url('../fonts/Better-Yesterday-italic_1.svg#Better-Yesterday-italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


/* SCROLL HORIZONTAL */
div.section {
  height: 15vh;
  /* background: red; */
  /* border-bottom: 1px solid #000; */
}
/* div.section2 {
  height: 30vh;
  background-color: blue;
} */
div.section3 {
  height: 60vh;
  overflow: hidden;
}
div.section3 h3{
  padding-left: 2rem;
}
div.section3 p{
  font-size: .9rem;
}
.horizontal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
/* div.section4 {
  height: 30vh;
  background-color: yellow;
} */
div.section5 {
  height: 70vh;
  background-color: purple;
}
div.sectionspacer {
  background: #fff;
  height: 24px;
}

.horizontal > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20%;
  flex-shrink: 0;
}
.horizontal .logos{
  width: 12rem;
}
.horizontal .infonavit-logo{
  width: 9rem;
}

/*--------------------------------------------------------------
##preloader
--------------------------------------------------------------*/

#overlay{
      position:fixed;
      z-index:99999999;
      top:0;
      left:0;
      bottom:0;
      right:0;
      background: #fff;
    }
.preloader {
    background: #0e2c35;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transform: all 0.7s ease;
    transition: all 0.7s ease;
}
.page-loaded{
  background: #000;
}
.page-loaded .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.page-loaded .header {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.page-loaded .navbar-default {
    transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.preloader-wrapper {
    /* height: 4px;
    width: 500px; */
    position: relative;
    /* margin: 400px auto;
    margin: 50vh auto; */
}

.preloader .line {
    position: absolute;
    height: 4px;
    width: 100%;
}

.preloader .line.odd:before {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    -webkit-animation: line-left 2500ms linear 0ms infinite;
    animation: line-left 2500ms linear 0ms infinite;
}

.preloader .line.odd:after {
    position: absolute;
    content: "";
    right: 0;
    height: 4px;
    -webkit-animation: line-right 2500ms linear 0ms infinite;
    animation: line-right 2500ms linear 0ms infinite;
}

.preloader .line.odd:before,
.preloader .line.odd:after {
    background-color: #1c6b84;
}

.preloader .line.even:before {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    -webkit-animation: line-left 2500ms linear 625ms infinite;
    animation: line-left 2500ms linear 625ms infinite;
}

.preloader .line.even:after {
    position: absolute;
    content: "";
    right: 0;
    height: 4px;
    -webkit-animation: line-right 2500ms linear 625ms infinite;
    animation: line-right 2500ms linear 625ms infinite;
}

.preloader .line.even:before,
.preloader .line.even:after {
    background-color: #1c6b84;
}

.preloader .line.odd-1:before {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    -webkit-animation: line-left 2500ms linear 1250ms infinite;
    animation: line-left 2500ms linear 1250ms infinite;
}

.preloader .line.odd-1:after {
    position: absolute;
    content: "";
    right: 0;
    height: 4px;
    -webkit-animation: line-right 2500ms linear 1250ms infinite;
    animation: line-right 2500ms linear 1250ms infinite;
}

.preloader .line.odd-1:before,
.preloader .line.odd-1:after {
    background-color: #134251;
}

.preloader .line.even-1:before {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    -webkit-animation: line-left 2500ms linear 1875ms infinite;
    animation: line-left 2500ms linear 1875ms infinite;
}

.preloader .line.even-1:after {
    position: absolute;
    content: "";
    right: 0;
    height: 4px;
    -webkit-animation: line-right 2500ms linear 1875ms infinite;
    animation: line-right 2500ms linear 1875ms infinite;
}

.preloader .line.even-1:before,
.preloader .line.even-1:after {
    background-color: #0e2c35;
}
.loader{
  background: #0e2c35;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: circle(250% at 50% -150%);
  transition: clip-path 2s ease-out;
}
.loader2{
  clip-path: circle(0% at 50% -150%);
}
@-webkit-keyframes line-right {
    0% {
        width: 0;
        margin-right: 50%;
    }
    25% {
        width: 35%;
        margin-right: 15%;
    }
    50% {
        width: 15%;
        margin-right: 0;
    }
    75% {
        width: 0;
        margin-right: 0;
    }
}

@-moz-keyframes line-right {
    0% {
        width: 0;
        margin-right: 50%;
    }
    25% {
        width: 35%;
        margin-right: 15%;
    }
    50% {
        width: 15%;
        margin-right: 0;
    }
    75% {
        width: 0;
        margin-right: 0;
    }
}

@-ms-keyframes line-right {
    0% {
        width: 0;
        margin-right: 50%;
    }
    25% {
        width: 35%;
        margin-right: 15%;
    }
    50% {
        width: 15%;
        margin-right: 0;
    }
    75% {
        width: 0;
        margin-right: 0;
    }
}

@keyframes line-right {
    0% {
        width: 0;
        margin-right: 50%;
    }
    25% {
        width: 35%;
        margin-right: 15%;
    }
    50% {
        width: 15%;
        margin-right: 0;
    }
    75% {
        width: 0;
        margin-right: 0;
    }
}

@-webkit-keyframes line-left {
    0% {
        width: 0;
        margin-left: 50%;
    }
    25% {
        width: 35%;
        margin-left: 15%;
    }
    50% {
        width: 15%;
        margin-left: 0;
    }
    75% {
        width: 0;
        margin-left: 0;
    }
}

@-moz-keyframes line-left {
    0% {
        width: 0;
        margin-left: 50%;
    }
    25% {
        width: 35%;
        margin-left: 15%;
    }
    50% {
        width: 15%;
        margin-left: 0;
    }
    75% {
        width: 0;
        margin-left: 0;
    }
}

@-ms-keyframes line-left {
    0% {
        width: 0;
        margin-left: 50%;
    }
    25% {
        width: 35%;
        margin-left: 15%;
    }
    50% {
        width: 15%;
        margin-left: 0;
    }
    75% {
        width: 0;
        margin-left: 0;
    }
}

@keyframes line-left {
    0% {
        width: 0;
        margin-left: 50%;
    }
    25% {
        width: 35%;
        margin-left: 15%;
    }
    50% {
        width: 15%;
        margin-left: 0;
    }
    75% {
        width: 0;
        margin-left: 0;
    }
}
/* MENU */
.nav-section{
  padding: 2rem 1rem;
}
.nav-home{
  background: transparent;
}
.nav-section .logo-dorado{
  width: 8rem;
  position: absolute;
  z-index: 11;
}
.menu-secciones{
  top: 0!important;
  position: relative!important;
  margin-left: auto!important;
}
/* BOTON */
.btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
}

.cont-btn{
  position: relative;
  text-align: right;
  z-index: 10;
  margin-top: -1.2rem;
  margin-right: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cont-btn-a{
  position: relative;
  text-align: right;
  z-index: 555;
  margin-top: 0;
  margin-right: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;}
.cont-btn .sombra{
  position: absolute;
  right: 0;
  z-index: -1;
}
.cont-btn a{
  background: #b28552;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0em 1em 1em 0px rgb(0 0 0 / 30%);
}
.cont-btn-a a{
  background: #0e2c35;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0em 1em 1em 0px rgb(0 0 0 / 30%);
}
.cont-btn button{
    background: #b28552;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    box-shadow: 0em 1em 1em 0px rgb(0 0 0 / 30%);
}
.cont-btn-a button{
    background: #0e2c35;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    box-shadow: 0em 1em 1em 0px rgb(0 0 0 / 30%);
}
.btn-robles {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-robles:hover {
  transform: translateY(-10px);
}
.btn-robles::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(178, 133, 82, 0.3);
  transition: transform 1s;
}
.btn-robles:hover::before {
  transform: translateX(102%);
}
.btn-robles-a a:hover, .btn-robles a:hover{
  color: #fff;
}
.btn-robles-a {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-robles-a:hover {
  transform: translateY(-10px);
  color: #fff;
}
.btn-robles-a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(28, 107, 132, 0.3);
  transition: transform 1s;
}
.btn-robles-a:hover::before {
  transform: translateX(102%);
}
/*  FIN BOTON */


body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-label{
  font-family: 'Helvetica Neue', sans-serif;
  color: #4d4d4d;
}
a:hover{
  text-decoration: none!important;
}
.form-control, .form-select{
  background-color: #fefcfb;
  border-radius: 0;
  border: .01rem solid #d9d9d9;
}
.form-control::placeholder{
  color: #c1c0c0;
}
textarea{
  width: 100%;
  background-color: #fefcfb;
  border-radius: 0;
  border: .01rem solid #d9d9d9;
}
.form-label{
  margin: 1rem auto .3rem auto;
}
.form-control:focus, textarea:focus, textarea:focus-visible, .form-select:focus{
  border-color: #ca9933;
  box-shadow: 0 0 0 0.25rem #ca993342;
}
.form-select option:hover{
  background-color: #d9d9d9;
}
.pr{
  position: relative;
}
.carousel-inner{
  width: 70%;
  margin: auto;
}
.carousel-indicators [data-bs-target]{
  width: 5rem;
  height: 0.5rem;
  background-color: #0b232a!important;
}
.carousel-indicators [data-bs-target]{
  opacity: .1;
}
.carousel-indicators .active{
  opacity: 1;
}
/* SCROLL HORIZONTAL */
main {
  overflow-x: hidden;
  display: flex;
  position: sticky;
  top:0;
}

h1 {
  margin: 0;
  padding: 0;
}

main section {
  min-width: 50vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4ch;
}

main section:nth-child(even) {
  background-color: teal;
  color: white;
}

/* HOME */
.logo-nav-sm{
  display: none;
}
.ds-dn{
  display: none;
}
section.robles{
  background-image: url("../img/bg-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8rem 1rem 3rem 1rem;
  background-position: bottom;
  position: relative;
  overflow: hidden;
  margin-top: -7rem;
}
section.robles h2{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ca9934;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3rem;
}
section.robles .cont-txt-header{
  margin-right: -5rem;
  position: relative;
  z-index: 4;
  /* width: 100%; */
}
section.robles .cont-txt-header p{
  padding-right: 6rem;
}
section.robles .hoja-1{
  width: 12rem;
}
section.robles .robles{
  font-size: 1.8rem;
}
section.robles h1{
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.4rem;
}
section.robles h1 span{
  font-family: 'Better-Yesterday';
  color: #ca9934;
  font-size: 2.5rem;
  display: inline-block;
}
section.robles p{
  color: #fff;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: .8rem;
  text-align: justify;
  line-height: 1.1rem;
}
section.robles h3{
  font-family: 'Cinzel', serif;
  color: #ca9934;
  text-align: center;
  font-size: 4rem;
  letter-spacing: .2rem;
  margin: 5rem auto 2rem auto;
}
section.robles span{
  font-family: 'Cinzel', serif;
  color: #ca9934;
  font-size: 1rem;
  display: block;
  text-align: center;
}
section.robles .hoja-2{
  position: absolute;
  right: -12rem;
  top: 5rem;
}
section.robles .hoja-3{
  position: absolute;
  right: 0;
  top: 0;
  animation: hoja-3  linear 20s infinite;
}
section.robles .cont-descubre{
  position: absolute;
  right: -2rem;
  bottom: 0;
  margin: auto;
}
section.robles .cont-descubre span{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  writing-mode: vertical-lr;
  margin: auto;
}
section.robles .cont-descubre img{
  display: block;
  margin: 1rem auto;
  width: 2rem;
}
.b-l{
  border-left: 1px solid #b28552;
}
.b-r{
  border-right: 1px solid #b28552;
}
section.desarrollos-h{
  background-color: #0b232a;
  padding: 5rem 0;
  margin-top: 0;
}
section.desarrollos-h h3{
  font-family: 'Cinzel', serif;
  color: #ca9934;
  text-align: center;
  font-size: 2.2rem;
  margin: 1rem auto;
}
section.desarrollos-h p{
  color: #fff;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: .9rem;
  text-align: center;
}
section.desarrollos-h a{
  text-align: center;
  color: #ca9934;
  display: block;
}
.cont-desarrollos{
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.cont-desarrollos .cont-img-vendida, .cont-img-venta{
  overflow: hidden;
  position: relative;
}
.cont-desarrollos .cont-img-vendida img, .cont-img-venta img{
  transition: all .5s ease;
}
.cont-desarrollos .txt-desarrollo{
  background: #ca9934;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 2rem;
}
.cont-desarrollos .cont-img-vendida:hover img{
  filter: grayscale(1);
  transform: scale(1.1);
}
.cont-desarrollos .cont-img-venta:hover img{
  transform: scale(1.1);
}
.cont-desarrollos .cont-img-venta:hover .ico-proto{
  transform: scale(1);
}
.cont-desarrollos .cont-vendida{
  position: absolute;
  background-color: rgb(14 44 53 / 70%);
  padding: 1rem 2rem;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  transition: all .5s ease;
}
.cont-desarrollos .cont-vendida:hover{
  opacity: 1;
}

.cont-desarrollos .cont-vendida h6{
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.cont-desarrollos a{
  text-decoration: none;
}
.bg-w{
  background: #fff!important;
}
section.financiamiento{
  position: relative;
  background: rgb(178,133,82);
  background: linear-gradient(90deg, rgba(178,133,82,1) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
}
section.financiamiento img{
  margin-top: -2rem;
}
section.financiamiento hgroup{
  position: absolute;
  bottom: 3rem;
  margin-left: 2rem;
}
section.financiamiento h3{
  font-size: 3rem;
  font-family: 'Cinzel', serif;
  color: #ca9934;
  margin-bottom: 2rem;
}
section.financiamiento h4{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #0e2c35;
  font-size: 2.4rem;
  display: block;
  text-align: left;
}
section.financiamiento span{
  font-family: 'Cinzel', serif;
  color: #ca9934;
  font-size: 1.4rem;
  margin: 1.5rem 0;
  display: block;
}
section.financiamiento p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: .9rem;
  padding-right: 8rem;
  margin-bottom: 3rem;
}
section.instituciones{
  padding: 8rem 2rem;
}
section.instituciones .logos{
  width: 80%;
}
section.instituciones h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  padding-left: 2rem;
}
section.instituciones p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: .8rem;
  padding-left: 1rem;
}
.b-la{
  border-left: 1px solid #0e2c35;
}
.b-ra{
  border-right: 1px solid #0e2c35;
}
.carousel-indicators{
  position: relative;
  margin-top: 3rem;
}
/* section.contacto{
  padding-bottom: 5rem;
} */
section.contacto h4{
  font-size: 3rem;
  font-family: 'Cinzel', serif;
  color: #ca9934;
  text-align: center;
}
section.contacto h5{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 3rem;
}
section.contacto .cont-btn-a{
  margin: 2rem auto;
  text-align: center;
}
footer{
  background-color: #0e2c35;
  padding: 3rem 0 1rem 0;
  padding: 3rem 0 1rem 0;
  margin-top: 1rem;
  position: relative;
  z-index: 10;
}
footer h6{
  color: #ca9933;
}
footer ul{
  padding: 0;
}
footer ul li,footer ul li a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  list-style: none;
  text-decoration: none;
  font-size: .8rem;
  margin: .5rem 0;
}
footer ul li,footer ul li a:hover{
  color: #fff;
}
footer span{
  display: block;
}
footer .cont-social{
  text-align: center;
}
footer .cont-social .ico{
  margin: 1rem .5rem;
}
footer .br{
  border-right: 1px solid #1c6b84;
  height: 80%;
}
footer .dr{
  color: #1c6b84;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  font-weight: 300;
  text-align: center;
  margin: 1rem auto;
  display: block;
}

footer a {
  position: relative;
  text-decoration: none;
}
footer a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #1c6b84;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

footer a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

footer a{
  text-decoration: none;
}
.arrowDown{
  animation: arrow 2s ease-in-out 2s infinite ;
  transition: all .5s ease;
}
/* HOME */


/* DESARROLLOS */
section.desarrollos{
  background-image: url("../img/header-juriquilla.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 1rem;
  background-position: center;
  position: relative;
  height: 80vh;
}
section.zibata-d{
  background-image: url("../img/header-zibata.jpg");
}
section.desarrollos h2{
  font-size: 3rem;
  font-family: 'Cinzel', serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .8rem;
  text-align: center;
}
section.desarrollos hgroup, section.amenidades hgroup{
  background: #bb8953;
  padding: 2rem;
  position: absolute;
  bottom: 2rem;
  width: 30%;
    }
    section.amenidades .cont-video{
      height: 0;
    	overflow: hidden;
    	padding-bottom: 56.25%;
    	padding-top: 30px;
    	position: relative;
      z-index: 10;
    }
    section.amenidades iframe{
      height: 100%;
    	left: 0;
    	position: absolute;
    	top: 0;
    	width: 100%;
    }
section.desarrollos .cont-info-desarrollo h3, section.amenidades .cont-info-desarrollo h3{
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  line-height: 3.5rem;
}
section.desarrollos h1,section.amenidades .cont-info-desarrollo h1{
  font-family: 'Cinzel', serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
}
section.desarrollos .cont-info-desarrollo p,section.amenidades .cont-info-desarrollo p{
  font-size: .9rem;
  margin-top: .5rem;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
section.scroll-amenidades .horizontal > div{
  padding: 0;
  width: auto;
}
section.scroll-amenidades div.section3{
  height: 80vh;
}
section.amenidades{
  background-image: url('../img/bg-amenidades.jpg');
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
section.amenidades-2{
  background-color: #fcfdfa;
  background-image: none;
  padding: 0;
  padding-bottom: 2rem;
}
section.amenidades .cont-txt-amenidades{
  padding: 0 1rem 0 2rem;
}
section.amenidades h2{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #262727;
  font-size: 3rem;
  line-height: 2.6rem;
}
section.amenidades h3{
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #ca9933;
  margin: 1.2rem auto;
}
section.amenidades h4, section.prototipos h4{
  font-family: 'Cinzel', serif;
  color: #ca9933;
  font-size: 3rem;
  text-align: center;
  letter-spacing: .8rem;
  margin: 4rem auto 0 auto;
}
section.amenidades p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
section.amenidades .cont-btn{
  margin-top: 3rem;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
section.prototipos{
  background: #fcfdfa;
}
section.prototipos img{
  visibility: initial!important;
}
section.prototipos .cont-desarrollos{
  margin-top: 3rem;
}
section.prototipos .cont-desarrollos h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #262727;
  margin: 2rem auto;
}
section.prototipos .cont-desarrollos h5{
  font-family: 'Cinzel', serif;
  color: #ca9933;
}
section.prototipos .cont-desarrollos p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #262727;
}

.contacto-des{
  background: #fcfdfa;
  padding-top: 5rem;
}
.contacto-des .cont-btn{
  margin-top: 2rem;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.contacto-des .cont-btn a{
  background-color: #ca9933;
}
.contacto-des .cont-btn button{
    background-color: #ca9933;
}
section.redes-sociales{
  background: #fcfdfa;
  padding: 5rem 0;
}
section.redes-sociales h4{
  font-family: 'Better-Yesterday';
  color: #ca9933;
  text-align: center;
  font-size: 2.8rem;
}
section.redes-sociales .cont-social{
  text-align: center;
}
section.redes-sociales .cont-social .ico{
  margin: 1.5rem 0.5rem;
  max-height: 1.8rem;
}
/* FIN DESARROLLOS */

/* NOSOTROS */
section.nosotros{
  background-image: url("../img/about.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 1rem;
  background-position: center;
  position: relative;
  height: 85vh;
  z-index: 2;
}
.cont-img-nosotros-1{
  position: absolute;
  bottom: -2rem;
  right: -11%;
  width: 60%;
}
.cont-img-nosotros-2{
  position: absolute;
  bottom: -2rem;
  left: -11%;
  width: 60%;
}
.cont-info-nosotros{
  background: #ca9933;
  padding: 2rem 1rem 3rem 2rem;
  position: absolute;
  width: 30%;
  bottom: -5rem;
}
.cont-info-nosotros h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 2rem;
}
.cont-info-nosotros h2{
  font-family: 'Better-Yesterday';
  color: #fff;
  font-size: 2.5rem;
}
.cont-info-nosotros p{
  color: #fff;
  font-size: .9rem;
}
.cont-info-nosotros .cont-btn-a{
  margin-top: 3rem;
  margin-bottom: -5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
section.int-nosotros{
  background-image: url("../img/bg-nosotros-2.jpg");
  background-size: contain;
  padding: 10rem 1rem;
  background-position: bottom;
  position: relative;
  z-index: 1;
}
section.int-nosotros h3{
  font-family: 'Cinzel', serif;
  color: #0e2c35;
  font-size: 3rem;
}
section.int-nosotros h4{
  font-family: 'Better-Yesterday';
  color: #ca9933;
  font-size: 2.8rem;
}
section.int-nosotros p{
  font-size: .9rem;
  color: #0e2c35;
  padding-left: 2rem;
  border-left: 1px solid #0e2c35;
}
section.int-nosotros .cont-int-nosotros-1, section.int-nosotros .cont-int-nosotros-2{
  height: 60vh;
  position: relative;
  padding: 2rem 4rem;
  margin: 3rem 0;
  width: 90%;
}
.cont-img-proto{
  position: absolute;
  z-index: 10;
  background: #b28553;
  padding: .5rem 1rem;
}
.bg-gris{
  background: #b0b0b0;
}
.bg-diamond{
    background: #65c6ff;
}
.cont-img-proto span{
  font-family: 'Cinzel', serif;
  color: #fff;
  font-size: 1.2rem;
  margin-left: .5rem;
  letter-spacing: .1rem;
}
.ico-proto{
  width: 2.5rem;
}
section.int-nosotros .cont-int-nosotros-1{
  background: #e6edef;
}
section.int-nosotros .cont-int-nosotros-2 .cont-txt-int{
  width: 40%;
}
section.int-nosotros .cont-int-nosotros-2{
  background: #0e2c35;
  margin-left: auto;
}
section.int-nosotros .cont-int-nosotros-2 h3{
  color: #fff;
  padding-left: 2.2rem;
}
section.int-nosotros .cont-int-nosotros-2 h4{
  padding-left: 2.2rem;
}
section.int-nosotros .cont-int-nosotros-2 p{
  color: #fff;
  border-color: #fff;
}
section.int-nosotros .cont-txt-int{
  position: absolute;
  width: 40%;
  bottom: 4rem;
}
/* FIN NOSOTROS */

/* PROTOTIPOS */
section.prototipo{
  background: #fcfdfa;
  padding: 3rem 0;
}
section.prototipo h1{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  position: relative;
  z-index: 5;
  color: #fff;
}
section.prototipo h2{
  font-family: 'Cinzel', serif;
  color: #ca9933;
  font-size: 1.5rem;
  margin: 1.5rem auto;
  position: relative;
  z-index: 5;
}
section.prototipo p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding-right: 3rem;
  font-size: .9rem;
  color: #fff;
  padding-right: 7rem;
}
section.prototipo .cont-linea{
  margin-top: 3rem;
  box-shadow: 0em 1em 1em 0px rgb(0 0 0 / 30%);
  padding: 3rem 2rem 3rem 8rem;
  position: relative;
  z-index: 5;
}
.linea-oro{
  background: #bb8953;
}
.linea-diamante{
  background: #b0b0b0;
}
section.prototipo .cont-linea .ico-linea{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.5rem;
  margin: auto;
}
section.prototipo .cont-linea h3{
  font-family: 'Cinzel', serif;
  font-size: 2.5rem;
  color: #fff;
}
section.prototipo .cont-linea p{
  color: #fff;
}
.bg-verde{
  background: #585f36;
}
.bg-azul{
  background: #0e2c36;
}
section.prototipo .cont-prototipo{
  padding: 5rem 3rem;
  width: 80%;
  margin: auto;
  position: relative;
  min-height: 80vh;
}
section.prototipo .cont-prototipo hgroup{
  position: relative;
  z-index: 10;
  margin-left: 2rem;
}
section.prototipo .foto-prototipo{
  position: absolute;
  top: -3rem;
  width: 60%;
  height: 100%;
  right: 2rem;
  z-index: 1;
}
section.modelo{
  padding: 1rem 0;
  background: #fcfdfa;
}
section.modelo iframe{
  height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
section.modelo .cont-video,section.especificaciones .cont-video{
  height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
  z-index: 10;
}
section.modelo h4{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  margin-top: 5rem;
  margin-bottom: 0;
}
section.modelo .frase,section.modelo h4, section.modelo p, section.modelo .precio{
  padding-left: 3rem;
}
section.modelo .frase{
  font-family: 'Better-Yesterday';
  color: #ca9933;
  font-size: 2.5rem;
}
section.modelo p{
  color: #8a8a89;
}
section.modelo .precio{
  margin-top: 5rem;
}
section.modelo .precio h5{
  margin-bottom: 0;
}
section.modelo .precio h5, section.modelo .precio span{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #282828;
  display: block;
  font-size: 1.5rem;
}
section.especificaciones{
  padding: 5rem 0;
  background: #fcfdfa;
}
section.especificaciones h4{
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  color: #ba8f34;
  position: relative;
  z-index: 10;
}
section.especificaciones .cont-txt-especificaciones{
  margin: 3rem auto;
  font-size: .9rem;
  position: relative;
  z-index: 10;
}
section.especificaciones .cont-txt-especificaciones p{
  margin-bottom: .5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}
section.especificaciones ul{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #ba8f34;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
section.especificaciones ul li{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  list-style: none;
  text-transform: initial;
  font-size: .8rem;
  padding-right: .5rem;
}
section.especificaciones .txt-planos{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #ba8f34;
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.bg-especificaciones{
  height: 125%;
  width: 200%;
  top: -20%;
  right: 0;
  position: absolute;
  z-index: 1;
}
section.especificaciones .cont-btn{
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
.arrow-up{
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  animation: arrow-up 2s ease-in-out 2s infinite ;
}
@keyframes arrow-up {
  0%{
    transform: translateY(.5rem);
  }
  50%{
    transform: translateY(1rem);
  }
  100%{
    transform: translateY(.5rem);
  }
}
.arrow-up img{
  max-width: 36px;
  margin-top: 2rem;
  margin-right: 4rem;
}
section.acabados{
  background-image: url('../img/bg-amenidades.jpg');
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.acabados h4{
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  color: #ba8f34;
  text-align: center;
  margin-top: 5rem;
}
section.acabados p{
  text-align: center;
}
section.acabados .cont-img-acabado{
  position: relative;
}
section.acabados a.active-acabado .img-acabado{
    border: 1px solid #bb8953;
  }
section.acabados .cont-img-acabado .img-acabado{
  /* position: absolute; */
}
section.acabados .btn-opt img{
  margin-bottom: 1rem;
  cursor: pointer;
}
.cont-info-marmol, .cont-info-abismo, .cont-info-rosa,.cont-info-chardanay,.cont-info-moscatto,.cont-info-nogal,.cont-info-negro,.cont-info-gris,.cont-info-blanco,.cont-info-escandinavo,.cont-info-vetas-n,.cont-info-vetas-b,.cont-info-samano{
  display: none;
}
.active-txt-barra{
  display: block;
}
.cont-info-marmol h3,.cont-info-abismo h3, .cont-info-rosa h3, .cont-info-chardanay h3, .cont-info-moscatto h3, .cont-info-nogal h3, .cont-info-negro h3, .cont-info-gris h3, .cont-info-blanco h3,.cont-info-escandinavo h3,.cont-info-vetas-n h3,.cont-info-vetas-b h3,.cont-info-samano h3{
  font-family: 'Better-Yesterday';
  color: #ca9933;
  font-size: 3rem;
}
.cont-info-marmol p, .cont-info-negro p,  .cont-info-rosa p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: left!important;
  font-size: .9rem;
}
.cont-otros-prototipos{
  padding: 2rem;
}
.cont-otros-prototipos a, .cont-otros-prototipos a:hover{
  text-decoration: none;
  color: #212529;
}
section.otros-prototipos{
  background-color: #f0f0f0;
  padding: 5rem 0;
}
section.otros-prototipos h4{
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  color: #ba8f34;
  text-align: center;
}
section.otros-prototipos h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #0e2c35;
  margin-top: 2rem;
}
section.otros-prototipos h5{
  font-family: 'Better-Yesterday';
  color: #ca9933;
  font-size: 3rem;
}
section.otros-prototipos p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: .9rem;
}
.carousel-control-prev-icon{
  background-image: url('../img/prev-arrow.png');
}
.carousel-control-next img, .carousel-control-prev img{
  width: 1.5rem;
}
/* FIN PROTOTIPOS */


/* CONTACTO */
.card-body{
  background: #fcfdfa!important;
}
.card-header{
  background: #fcfdfa!important;
  border-bottom: none!important;
}
.card-header h3{
  font-size: 3rem;
  font-family: 'Cinzel', serif;
  color: #ca9934;
  text-align: center;
}
.card{
  border: none!important;
}
#salesUpForm-1{
  background: #fcfdfa;
  padding: 3rem 0;
  position: relative;
}
.form-group{
  display: inline-block;
  width: 45%;
  margin: 1rem;
}
#select-comentarios{
  width: 94%;
}
#salesUpForm-1 .btn{
  background: #b28552;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0em 1em 1em 0px rgb(0 0 0 / 30%);
  border: none;
  text-align: center;
  display: block;
  margin: auto;
}
.cont-btn a:hover{
  color: #fff;
  text-decoration: none;
}
.cont-btn button:hover{
    color: #fff;
    text-decoration: none;
}
/* FIN CONTACTO */



/* ANIMACIONES */

@keyframes arrow {
  0%{
    transform: translateY(.5rem);
  }
  50%{
    transform: translateY(1rem);
  }
  100%{
    transform: translateY(.5rem);
  }
}

@keyframes hoja-3 {
  0%{
    transform: translate(0,-80%);
  }

  100%{
    transform: translate(100%,300%);
  }
}
.ico-wa{
    position: fixed;
    bottom: 1rem;
    right: 5rem;
    z-index: 999;
    max-width: 4rem;
}
