@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");

/* ---------------------  GENERAL ----------------------------*/
html,
body,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Jost", Arial, Helvetica, sans-serif;
}

a:hover {
  color: #666;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-4 {
  letter-spacing: 4px;
}

.color-white {
  color: white;
}

.color-violet {
  color: #281c3a;
}

.color-liviolet {
  color: #432b57;
}

.bg-violet {
  background: #281c3a;
}

.color-pink {
  color: #cf155b;
}

.z-index-200 {
  z-index: 200;
}

.whatsappFixed {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 200;
  width: 50px;
}

.fixed-nav {
  position: fixed;
  z-index: 900;
  background: #fff;
  top: 0px;
}

.btn {
  font-size: 1rem;
}

.btn-primary {
  background: #00bdb5;
  color: white;
  border: none;
  border-radius: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 30px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}

.btn-more {
  border-radius: 100px;
  width: 45px;
  height: 45px;
  padding: 0px;
  font-size: 28px;
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  vertical-align: middle;
}

.btn-primary:hover,
.btn-more:hover {
  background: #007be5;
  color: #fff;
}

.btn-close {
  color: #fff !important;
  background: #432b57 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1 !important;
  top: 0px;
  right: 0px;
  border-radius: 0;
  margin: 0px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn-zoom {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.btn-zoom .cont-zoom {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.btn-zoom:hover > img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.btn-zoom:hover > .cont-zoom .btn-primary {
  background: #007be5;
  color: #fff;
}

.btn-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
}

/* ---------------------  NAV ----------------------------*/

.logo {
  max-width: 270px;
  height: auto;
}

.nav-fixed {
  position: fixed;
  background: none;
}

.navbar {
  padding: 8px;
}

.navbar-nav a {
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
}

.navbar-nav a.active {
  color: white !important;
  background: #0083e1;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.img-slider {
  width: 100%;
  height: auto;
}

.carousel-caption {
  bottom: 10rem;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0px;
  }

  .navbar-nav a {
    letter-spacing: 3px;
    padding: 20px 25px;
    margin-left: 10px;
  }
}

/* ---------------------  MAIN ----------------------------*/

.container-main {
  background-image: url("../images/texture-beige.jpg");
  background-repeat: repeat-x;
  background-position: top;
}

main {
  width: 100%;
  height: 900px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(24, 1fr);
  row-gap: 1rem;
  column-gap: 1rem;
}

.main__img-1 {
  grid-column: 1 / 13;
  grid-row: 3 / 7;
}

.main__img-2 {
  grid-column: 1 / 13;
  grid-row: 6 / 11;
}

.main__txt-1 {
  grid-column: 1 / 13;
  grid-row: 3 / 7;
}
.main__txt-2 {
  grid-column: 1 / 13;
  grid-row: 18 / 24;
}

.main__txt-1 p,
.main__txt-2 p {
  font-size: 1.2rem;
  font-weight: 500;
}

.carousel-caption-main {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 10%;
  right: 10%;
  height: 100% !important;
}
.carousel-caption-main .title {
  font-size: 1.2rem;
}

.carousel-caption-main .subtitle {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .carousel-caption-main {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 10%;
    right: 10%;
    height: 100% !important;
  }
  .carousel-caption-main .title {
    font-size: 3rem;
  }

  .carousel-caption-main .subtitle {
    font-size: 1.6rem;
  }

  main {
    height: 1300px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(24, 1fr);
  }

  .main__txt-1 {
    grid-column: 7 / 13;
    grid-row: 6 / 8;
  }
  .main__img-1 {
    grid-column: 1 / 8;
    grid-row: 3 / 7;
  }
  .main__txt-1 p,
  .main__txt-2 p {
    font-size: 1.7rem;
  }

  .main__img-2 {
    grid-column: 6 / 13;
    grid-row: 11 / 15;
  }

  .main__txt-2 {
    grid-column: 1 / 7;
    grid-row: 14 / 20;
  }
}

/* ---------------------  QUINTAS ----------------------------*/

.indicators-quintas {
  bottom: -50px;
}

.carousel-caption-quintas {
  bottom: -1rem;
  font-size: 1.2rem;
}

.quintas-banner {
  margin-top: 70px;
}

.quintas-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.quintas-subtitle {
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.quintas-container {
  background: #281c3a;
  padding: 60px 0px;
}

.quintas-bg {
  padding: 60px 0px;
  background-image: url("../images/texture-beige.jpg");
  background-repeat: repeat-x;
  background-position: top;
}

.quinta-container {
  padding: 60px 0px;
  background: #e3e3e7;
}

.carousel-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.caracteristicas-container {
  padding: 60px 0px;
  background-image: url("../images/texture-beige.jpg");
  background-repeat: repeat-x;
  background-position: top;
}

.listado-ofrece li {
  margin-bottom: 20px;
  font-size: 1rem;
}

.carousel-indicators {
  margin-bottom: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1rem;
}

.quintas-btn-prev,
.quintas-btn-next {
  background: #00bdb5;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}

.quintas-btn-action {
  bottom: 50px;
}

.quintas-btn-prev {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.quintas-btn-next {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.quintas-btn-prev:hover,
.quintas-btn-next:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .quintas-banner {
    margin-top: 40px;
  }

  .carousel-indicators {
    margin-bottom: 0px;
  }

  .carousel-caption-quintas {
    bottom: 2rem;
    font-size: 1.2rem;
  }

  .indicators-quintas {
    bottom: 0px;
  }

  .quintas-title {
    font-size: 3rem;
  }

  .quintas-subtitle {
    font-size: 1.1rem;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2rem;
  }

  .carousel-indicators {
    margin-bottom: 20px;
  }

  .quintas-btn-prev,
  .quintas-btn-next {
    background: #00bdb5;
    opacity: 0.8;
    width: 50px;
    height: 150px;
    top: calc(50% - 75px);
  }
}

/* ---------------------  SERVICIOS ----------------------------*/

.servicios-container {
  padding: 60px 0px;
  background-image: url("../images/texture-beige.jpg");
  background-repeat: repeat-x;
  background-position: top;
}

.btn-servicios-items {
  width: 100%;
  height: 300px;
  padding: 0px 0px;
  background-image: url("../images/bg-servicios-item.png");
  background-position: top;
  border: none;
  opacity: 1;
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
}

.btn-servicios-items:hover {
  opacity: 0.5;
}

.btn-servicios-items:hover > .btn-more {
  background: #007be5;
}

/* ---------------------  EVENTOS ----------------------------*/

.eventos-container {
  background-image: url("../images/bg-eventos.jpg");
  background-size: cover;
  padding: 60px 0px;
}

/* ---------------------  CONTACTO ----------------------------*/

.contacto-container {
  background-image: url("../images/texture-gris.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #e6e6e6;
  padding: 60px 0px 10px 0px;
}

label {
  margin-bottom: 10px;
}

input,
select,
textarea {
  padding: 10px;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 40px;
}

.vacacionar,
.festejar {
  display: none;
}

.invalid-tooltip {
  top: 60%;
}
