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

@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../fonts/Montserrat-ExtraLight.woff") format("woff"),
    url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraLight.svg#Montserrat-ExtraLight")
      format("svg"),
    url("../fonts/Montserrat-ExtraLight.eot"),
    url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #e8ddd3;
  color: #4b3019;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat-ExtraLight";
  letter-spacing: 2px;
}

h2 {
  font-size: 44px;
}
h3 {
  font-size: 34px;
}
.display-2 {
  font-family: "Bacalisties";
}

main {
  overflow-x: hidden;
}
#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;
}
#navbarScroll .navbar-nav {
  display: flex;
  align-items: center;
}
.caja-logo {
  padding: 15px 10px;
  background-color: white;
  border-radius: 0% 0% 40% 40%;
  height: 130px;
  box-shadow: 2px 3px 6px #00000029;
  margin: 0px 10px;
}
.caja-logo.scroll {
  padding: 10px;
  box-shadow: none;
  background-color: transparent;
  height: inherit;
}
.logo {
  width: 140px;
  /* margin: 5px 30px; */
  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: white; */
}
.navbar .navbar-nav .nav-link:hover {
  color: #808080;
}
.navbar-logo-centered .navbar-nav .nav-link {
  padding: 0.5em 1em;
}

.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;
}

.modelo {
  display: flex;
  /* align-items: center; */
}
.modelo .espacio {
  padding: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.modelo .espacio .texto {
  max-width: 600px;
}

.modelo h2 {
  color: #c87131;
  text-transform: uppercase;
  font-size: 54px;
  font-family: "Montserrat-ExtraLight";
}
.modelo h2 span {
  color: #212529;
}

/* 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: capitalize;
  color: #9e7d43;
}

.img-uno {
  background-image: url("../images/parallax.jpg");
}
.img-dos {
  background-image: url("../images/slider/parallax.jpg");
}
.proyectos > div {
  text-align: center;
}

.amenidades .subtitulo {
  /* background-color: black; */
  color: #00afaa;
  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(101, 56, 38) 0%,
    rgba(109, 0, 25, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 1)),
    color-stop(100%, rgba(109, 0, 25, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(101, 56, 38) 0%,
    rgba(109, 0, 25, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(101, 56, 38) 0%,
    rgba(109, 0, 25, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(101, 56, 38) 0%,
    rgba(109, 0, 25, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(101, 56, 38) 0%,
    rgba(109, 0, 25, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6d0019', GradientType=0 );
  position: absolute;
  max-height: 250px;
  height: 500px;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 9;
}

.navbar-expand-lg .navbar-collapse {
  z-index: 9;
}

.carousel-caption {
  top: 45%;
  z-index: 9;
}

.carousel-caption h5 span {
  color: #c59c52;
}

.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: #87563e4d;
  left: 0;
  content: "";
}

.btn-primary {
  background-color: #c87131;
  border: solid 1px #c87131;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #8b6c35;
}

@media (max-width: 1399.98px) {
  .modelo .espacio {
    padding: 60px;
  }
}
@media (max-width: 767.98px) {
  .modelo .espacio {
    padding: 60px 40px;
  }
  .modelo h2 {
    font-size: 34px;
  }

  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .modelo .carousel-item {
    height: 50vh;
  }
}
@media (max-width: 575.98px) {
}
