@font-face {
  font-family: "Dukas";
  src: url("../fonts/DukasCFBold-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  /* background-color: gainsboro; */
  color: #526e80;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Dukas";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

h2 {
  font-size: 44px;
}
h3 {
  font-size: 34px;
}
header {
  overflow-x: hidden;
  position: relative;
}
footer {
  background-color: #353535;
  position: relative;
}
.imgBanner {
  background-position: center;
  background-size: contain;
}
#menuMain {
  /*position: absolute;
  */
  width: 100%;
  z-index: 9;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  /* background-color: #724b22; */
  background-color: #fff;
  max-height: 80px;
  z-index: 99;
}
#navbarScroll .navbar-nav {
  display: flex;
  align-items: center;
}
.fondoarena {
  position: relative;
  z-index: 9;
}
.logo {
  max-width: 220px;
  padding: 5px 30px;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.logo.scroll {
  width: 120px;
}
.lista {
  list-style: none;
  padding: 0px;
}
.lista li {
  display: flex;
  align-items: center;
  font-weight: 20px;
}
.lista li span {
  font-size: 20px;
}
.fa-recycle {
  color: rgb(0, 189, 0);
  font-size: 80px;
}
.lista .fa-check {
  color: rgb(0, 189, 0);
  font-size: 28px;
}
.navbar .navbar-nav .nav-link {
  font-size: 1.1em;
  color: #646262;
}
.navbar .navbar-nav .nav-link:hover {
  color: #a98c68;
}
.navbar-logo-centered .navbar-nav .nav-link {
  padding: 0.5em 1em;
}

#carouselExampleFade {
  height: 100vh;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  /* margin-top: -66px; */
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23red'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23red'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

.imgSlide {
  background-position: center;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
}
.number {
  position: absolute;
  font-size: 80px;
  top: 60px;
  right: 30px;
  width: 100%;
  text-align: right;
  color: rgba(186, 148, 99, 0.269);
  font-weight: bold;
}
.modelo {
  display: flex;
  /* align-items: center; */
  height: 100vh;
}
#lifestyle {
  background-color: gainsboro;
  position: relative;
  z-index: 9;
}
.modelo .espacio {
  padding: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background-color: white;
  position: relative;
     z-index: 9;
}
.arena {
  background-color: #e3c294a8;
}
.modelo .espacio .texto {
  max-width: 600px;
  width: 100%;
}
.banner-obra {
  text-align: center;
}
.fondo-tierra {
  /* background-image: url('../images/fondo-arena.jpg'); */
  /* background-size: cover; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-color: rgb(255, 233, 206); */
  background-color: rgb(233, 203, 167);
}
.fondo-tierra-box {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  /* min-width: 100%;
  min-height: 100%; */
  max-width: 700px;
  width: 100%;
}
/* Style the video: 100% width and height to cover the entire window */

.modelo h2 {
  color: #fbddb7;
  text-transform: uppercase;
  /* font-size: 26px; */
}
.modelo h2 span {
  color: #212529;
}
.numero-thum {
  position: absolute;
  z-index: 99;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  bottom: 0;
  right: 0;
}

/* PARALLAX */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  position: relative;
}

.texto-interior {
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.texto-interior h2 {
  text-transform: uppercase;
  color: #9e7d43;
}
.img-uno {
  background-image: url("../images/banner1.jpg");
}
.img-dos {
  /* background-image: url("../images/banner2.jpg"); */
      background-color: #e9cba7;
}
.img-tres {
  background-image: url("../images/mazatlan.jpg");
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

    background-color: gainsboro;
  position: relative;
  z-index: 9;
}
.proyectos > div {
  text-align: center;
}
.amenidades li {
  font-size: 15px;
}

.amenidades .subtitulo {
  background-color: #353535;
  color: white;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.amenidades .iconos {
  display: flex;
  justify-content: space-between;
}
.amenidades .iconos p {
  font-size: 12px;
  font-weight: bold;
}
.amenidades .iconos img {
  margin-bottom: 10px;
  height: 35px;
}
.sombra-slider-menu {
  background: rgba(0, 0, 0, 1);
  background: -moz-linear-gradient(
    top,
    rgb(255, 233, 206) 0%,
    rgba(0, 147, 255, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgb(255, 233, 206)),
    color-stop(100%, rgba(0, 147, 255, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(255, 233, 206) 0%,
    rgba(0, 147, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(255, 233, 206) 0%,
    rgba(0, 147, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(255, 233, 206) 0%,
    rgba(0, 147, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(255, 233, 206) 0%,
    rgba(0, 147, 255, 0) 100%
  );
  position: absolute;
  max-height: 250px;
  height: 500px;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 9;
}

.navbar-expand-lg .navbar-collapse {
  background-color: white;
  z-index: 9;
}


.circulo {
  box-shadow: 0 10px 16px 0px rgba(0, 0, 0, 0.35) !important;
    background-color: #020508c7;
    height: 300px;
    width: 300px;
}
.circulo .caja {
  top: 30px;
  position: absolute;
  left: 0;
  right: 0;
}
.card-form {
  min-width: 400px;
  max-width: 400px;
}
.carousel-caption {
  top: 30%;
  z-index: 9;
}

.carousel-caption h5 span {
  color: #fbddb7;
  font-size: 45px;
}
.carousel-caption p {
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  color: #fbddb7;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.bg-oscuro::after {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000004d;
  z-index: 1;
}

.bg-oscuro::after {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #dcbd9685;
  left: 0;
  content: "";
}

.btn-primary {
  background-color: #ceb695!important;
  border: solid 1px #ceb695!important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #8b6c35!important;
  border-color: #ceb695!important;
}

.carousel-caption h5 {
  font-size: 25px;
  line-height: 12px;
}
.carousel-caption h5 span {
  line-height: 50px;
  font-size: 35px;
}

.box-link {
  position: absolute;
  text-align: center;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 2;
}
.sombra-slider-vertical {
  background: linear-gradient(to right, rgb(233, 203, 167) 0%, rgba(0, 147, 255, 0) 100%);
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: 0;
  left: 0;
  max-width: 250px;
}

.uno.carousel {
  position: relative;
}

.scroll1 {
  display: none;
  z-index: 7;
}

.sombra-slider-bottom {
  background: linear-gradient( to top, rgb(233, 203, 167) 0%, rgba(0, 147, 255, 0) 100% );
  position: absolute;
  max-height: 450px;
  height: 700px;
  bottom: 0px;
  width: 100%;
  left: 0;
  display: none;
}
#modelosSlide {
  /* height: 100vh; */
  background-color: white;
  position: relative;
  z-index: 9;
}
#proyecto {
  height: 100vh;
}
.scroll2 {
  z-index: 9;
}
.social-media {
  color: #fff;
  text-align: center;
}
.social-media .box {
  display: flex;
  list-style: none;
  padding: 0px;
  justify-content: center;
  margin-top: 10px;
}
.social-media .box li {
  text-align: center;
  margin: 0;
  color: white;
}
.social-media .box svg {
  color: #fff;
}
.btn-contact {
  z-index: 999;
  position: fixed;
  bottom: 0;
  margin: 10px;
  font-weight: bold;
}
.bg-brown {
  background-color: #8b6c35;
}
.bg-brown:hover {
  background-color: #ceb695;
  border-color: #8b6c35;
}
.dukas {
  font-family: "Dukas";
}
.carousel-indicators [data-bs-target] {
  background-color: #8b6c35;
}
.swiper-button-next, .swiper-button-prev {
  color: #6f6f6f!important;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  background-color: none;
  border-color: none;
}

@media (max-width: 1399.98px) {
  .modelo .espacio {
    padding: 60px;
    background-color: white;
  }
}

@media (max-width: 991.98px) {
  #myVideo {
    position: relative;
  }
  .numero-thum {
    font-size: 20px;
  }
  .navbar-expand-lg li {
    width: 100%;
    padding: 10px 20px;
    border-bottom: solid 1px #f0e6d9;
  }

  .amenidades {
    margin-top: -30px;
  }

  .sombra-slider-bottom {
    display: block;
  }

  .uno .carousel-caption {
    right: 5%;
    left: 5%;
  }

  .sombra-slider-vertical {
    display: none;
  }
  .uno .carousel-item {
    height: 100vh;
  }
  .modelo {
    position: relative;
  }
  .modelo .espacio {
    padding: 30px 30px 0px 30px;
  }
  .modelo h2 {
    font-size: 34px;
  }
  .modelo .carousel-item {
    height: 50vh;
  }
  .fondo-tierra {
    height: 100%;
  }
  .eale .carousel-item {
    height: 100vh;
  }
  .logo {
    padding: 0;
    max-width: 140px;
  }
  .logo.scroll {
    width: 170px;
  }
  .imgSlide {
    background-position: center;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .scroll1 {
    display: block;
  }

  .scroll2 {
    display: block;
  }
  .scroll2.box-link {
    /* bottom: 300px; */
  }

  .box-link {
    top: initial;
    left: 0px;
    bottom: 335px;
    right: 0;
    z-index: 9;
  }
  .link__line {
    position: relative;
    margin-left: -14px;
    margin-right: -80px;
    width: 20px;
    height: 4px;
    background: rgb(127, 84, 31);
    overflow: hidden;
    z-index: 1;
  }
  .link__text {
    transform: rotate(90deg);
    position: absolute;
    right: -125px;
    font-size: 19px!important;
    font-weight: bold;
    color: rgb(127, 84, 31);
  }
  .link__text2 {
    right: -95px!important;
  }

  .link__arrow span {
    position: relative;
    width: 16px;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    background: rgb(127, 84, 31);
    z-index: 2;
  }
  .link__arrow span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 4px;
    background: rgb(127, 84, 31);
  }

  .img-uno {
    height: 50vh!important;
    display: flex!important;
  }

  .modelo {
    display: block;
    /* min-height: 100vh; */
    height: 100%;
  }
  .modelo .espacio {
    display: block;
    /* padding: 30px 30px; */
  }
  .modelo h2 {
    font-size: 24px;
    /* text-align: center; */
  }
  .fondo-tierra-box {
    height: 100vh;
  }

  #amenidades .espacio {
    margin: 60px 0px;
  }
}

@media (max-width: 767.98px) {


  #carouselExampleCaptions {
    padding-top: 30px;
    background-color: #fff;
    position: relative;
  }

  .form.parallax {
    background-attachment: initial;
    margin: 30px;
    width: 100%;
  }

  

  .circulo img {
    width: 60px;
    margin-bottom: 10px;
  }

  .colImgSlide {
    max-height: 40%;
  }
  

  .imgSlide {
    background-position: center;
    height: 40vh;
    background-size: contain;
  }

  .circulo {
    box-shadow: 0 10px 16px 0px rgba(0, 0, 0, 0.35) !important;
    /* background-color: #915e20a6; */
    height: 300px;
    width: 300px;
  }
  .circulo .caja {
    top: 40px
  }
  .circulo .caja p {
    font-size: 15px;
  }
  .carousel-caption h5 {
    font-size: 25px;
  }

  .carousel-caption h5 span {
    line-height: 30px;
    font-size: 25px;
  }

  #mapa {
    display: flex;
    align-items: center;
  }


  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .card-form {
    min-width: auto;
    margin-bottom: 60px;
  }

  .fondo-tierra-box {
    height: 90vh;
  }
  
  
}
@media (max-width: 575.98px) {
}
