@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
}

p, a, li, .form-label, .form-control {
  font-size: 1.2em;
}

h1 {
  font-size: 2.7em;
}

h2 {
  font-size: 2.2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.py-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-section {
  padding-top: 70px;
}

.pb-section {
  padding-bottom: 70px;
}

.navbar-toggler {
  color: #D9D8D6;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler i {
  font-size: 1.4em;
}

#hero {
  background-color: #5B6236;
  min-height: 700px;
}

.nav-link {
  color: #D9D8D6;
  font-weight: 700;
}

.nav-link:hover {
  color: #FFF !important;
}

#hero-content {
  padding-top: 50px;
  padding-bottom: 70px;
  color: #D9D8D6
}

#hero-content img {
  border: solid 8px #D9D8D6;
}

.btn-main {
  border-radius: 0;
  border: 4px solid #D9D8D6;
  color: #D9D8D6;
  font-weight: 700;
}

.btn-main:hover,
.btn-main:focus {
  border-color: #FFF;
  color: #FFF;
}

.btn-main-alt {
  border-radius: 0;
  border: 4px solid #D9D8D6;
  background-color: #D9D8D6;
  color: #5B6236;
  font-weight: 700;
}

.btn-main-alt:hover,
.btn-main-alt:focus {
  border-color: #FFF;
  background-color: #FFF;
  color: #5B6236;
}

.project-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #FFF;
  color: #5e4637;
}

.project-1-img-mobile {
  min-height: 500px;
  background: url('../img/project-1-img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.btn-second {
  border-radius: 0;
  border: 4px solid #5e4637;
  color: #5e4637;
  font-weight: 700;
}

.btn-second:hover,
.btn-second:focus {
  border-color: #433126;
  color: #433126;
}

.btn-second-alt {
  border-radius: 0;
  border: 4px solid #5e4637;
  background-color: #5e4637;
  color: #FFF;
  font-weight: 700;
}

.btn-second-alt:hover,
.btn-second-alt:focus {
  border-color: #433126;
  background-color: #433126;
  color: #FFF;
}

.project-2,
#contacto,
footer {
  background-color: #D9D8D6;
  color: #5c6136;
}

.project-2-img-mobile {
  min-height: 500px;
  background: url('../img/project-2-img.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.btn-third {
  border-radius: 0;
  border: 4px solid #5c6136;
  color: #5c6136;
  font-weight: 700;
}

.btn-third:hover,
.btn-third:focus {
  border-color: #434725;
  color: #434725;
}

.btn-third-alt {
  border-radius: 0;
  border: 4px solid #5c6136;
  background-color: #5c6136;
  color: #D9D8D6;
  font-weight: 700;
}

.btn-third-alt:hover,
.btn-third-alt:focus {
  border-color: #434725;
  background-color: #434725;
  color: #D9D8D6;
}

#ubicacion {
  color: #D9D8D6;
  background-color: #5c6136;
}

.map-mobile {
  min-height: 500px;
  background: url('../img/map.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#ubicacion ol {
  font-weight: 700;
  font-weight: 500;
  color: #FFF;
}

.divider {
  height: 500px;
  background: url('../img/divider.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#amenidades {
  background-color: #b5ada3;
  color: #FFF;
}

#amenidades h2 {
  color: #5e4538;
}

.grid-item {
  width: 100% !important;
  max-width: 150px;
}

.carousel-control-next,
.carousel-control-prev {
  color: #FFF;
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: color .6s ease;
}

.carousel-indicators .active {
  background-color: #5c6136;
}

.form-label {
  font-weight: 700;
}

.form-control {
  background: transparent;
  border-radius: 0;
  border: 4px solid #5c6136;
  box-shadow: none;
  color: #5c6136
}

.form-control:focus {
  background: transparent;
  border: 4px solid #434725;
  box-shadow: none;
  color: #5c6136;
}

footer i {
  font-size: 1.7em;
}

footer a {
  color: #5c6136;
  font-size: 1em;
  text-decoration: none;
}

footer a:hover {
  color: #434725;
}

.modal-content {
  border-radius: 0;
  position: relative;
  background-color: rgba(0, 0, 0, .5);
}

.btn-close {
  position: absolute;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  padding: .5em;
  margin: .5em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
  background-color: #5B6236;
  border-radius: 50%;
  opacity: 1;
}

.btn-close:hover {
  background-color: #434725;
  opacity: 1;
}

.btn-close:focus {
  box-shadow: none;
}

#thank-you {
  background-color: #5B6236;
  color: #D9D8D6;
}

#thank-you .row {
  min-height: 80vh;
}

.thank-you-footer,
.thank-you-navbar,
.aviso-footer,
.aviso-navbar {
  background-color: #5B6236;
  color: #D9D8D6;
}

.thank-you-footer a,
.aviso-footer a {
  color: #D9D8D6;
}

.thank-you-footer a:hover,
.aviso-footer a:hover {
  color: #FFF;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .carousel-item {
    position: relative;
  }
  
  .carousel-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(1,1,1,0) 80%, rgba(1,1,1,1));
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .py-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .pt-section {
    padding-top: 100px;
  }
  
  .pb-section {
    padding-bottom: 100px;
  }

  #hero-content {
    padding-top: 100px;
    padding-bottom: 150px;
    color: #D9D8D6
  }
  
  .project-1 {
    position: relative;
  }

  .project-1 .row {
    min-height: 700px;
  }
  
  .project-1-img {
    position: absolute;
    width: 50vw;
    height: 100%;
    background: url('../img/project-1-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .project-2 {
    position: relative;
  }

  .project-2 .row {
    min-height: 700px;
  }
  
  .project-2-img {
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 50%;
    background: url('../img/project-2-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  #ubicacion {
    position: relative;
  }

  #ubicacion .row {
    min-height: 700px;
  }

  .map {
    position: absolute;
    width: 50vw;
    height: 100%;
    background: url('../img/map.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}