:root {
  --main-color: #0088e0;
  --second-color: #14c3c8;
  --project-color: #da7129;
}
@font-face {
  font-family: "Acumin";
  src: url(../font/Acumin.otf);
}
@font-face {
  font-family: "Rose";
  src: url(../font/Roseau.otf);
}
body {
}
.titles-font {
  font-family: "Acumin", serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.container-fluid {
  margin: 0;
  padding: 0;
}
.banner {
  background-image: url("../img/cayaltibanner.jpg");
  background-size: cover;
  background-position: left center;
  height: 40dvh;
}
.abs-form {
  margin-top: -420px;
  max-width: 450px;
  left: 60%;
}
.project-data {
  background-color: var(--project-color);
}
.btn-form,
.btn-form:hover,
.btn-form:active {
  background-color: var(--project-color) !important;
  border: none;
  color: white;
  font-weight: bold;
}
.formulario-top {
  position: sticky;
  top: 100px;
  -webkit-box-shadow: 15px 20px 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 15px 20px 0px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  z-index: 1000;
  font-family: "Acumin", serif;
}
.formulario,
.formulario-mobile {
  background-color: var(--main-color);
  color: white; /* Fondo blanco semi-transparente */
  padding: 20px;
  border-radius: 15px;
}
.formulario-mobile {
  margin-top: 20px;
}

.off-sale {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  color: var(--project-color);
}

.titles {
  color: var(--project-color);
  font-weight: bold;
  font-family: "Acumin", serif;
}

.benef {
  width: 100%;
  height: 80px;
  margin-top: 20px;
  max-width: 70px;
}

.benef-title {
  color: var(--project-color);
  font-family: "Acumin", serif;
  font-weight: bold;
  margin-top: 10px;
}
.btn-active,
.btn-active:active,
.btn-active:hover {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin: 0;
  background-color: var(--project-color) !important;
  color: white !important;
  font-size: 17px;
  font-family: "Acumin", serif;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: 3px solid var(--project-color) !important;
  border-left: 3px solid var(--project-color) !important;
  border-top: 0;
  -webkit-box-shadow: 7px 7px 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 0px 0 rgba(0, 0, 0, 0.15);
  width: 130px;
}
.btn-desactive,
.btn-desactive:active,
.btn-desactive:hover {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin: 0;
  font-weight: bold;
  background-color: white !important;
  color: var(--project-color) !important;
  font-size: 17px;
  font-family: "Acumin", serif;
  letter-spacing: 1px;
  border-top: 0;
  border-bottom: 3px solid var(--project-color) !important;
  border-left: 3px solid var(--project-color) !important;
  border-right: 3px solid var(--project-color);
  -webkit-box-shadow: 7px 7px 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 0px 0 rgba(0, 0, 0, 0.15);
  width: 130px;
}

.carrusel-5-items .carousel-control-prev,
.carrusel-5-items .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}

.carrusel-5-items .carousel-control-prev {
  left: 0;
}

.carrusel-5-items .carousel-control-next {
  right: 0;
}

.carousel-item iframe,
.carousel-item img {
  aspect-ratio: 1 / 1;
  width: 100%;
}
@media (min-width: 992px) {
  .carousel-inner {
    aspect-ratio: 16 / 9;
  }
  .carousel-item iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
  .carousel-item img {
    width: 57%;
    margin: auto;
  }
  .nav-slide-prev,
  .nav-slide-next,
  .nav-slide-prev:hover,
  .nav-slide-next:hover {
    padding: 20px !important;
  }
}

.nav-slide-prev,
.nav-slide-next,
.nav-slide-prev:hover,
.nav-slide-next:hover {
  background-color: var(--project-color) !important;
  color: white !important;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  justify-content: center;
}

.btn-form-bottom {
  background-color: var(--project-color);
  color: white;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 2px solid var(--project-color);
}
