html,
body {
  overflow-x: hidden;
}

.logo {
  width: 75px;
}
body {
  font-size: 16px;
}
.big-text {
  font-size: 5em;
}
.img7 {
  width: 250px;
}

.bg-image {
  background-image: url("../img/cabezera.png");
  background-size: cover;

  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.bg-image-2 {
  background-image: url("../img/fondo2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;

  /* display: flex; 
          flex-direction: column; 
          justify-content: center; 
          align-items: center; height: 100vh;
            text-align: center; 
            position: relative; 
            overflow: visible; */
}
.mtop-100 {
  margin-top: 100px;
}

.mtop-36 {
  margin-top: -35px;
}
.bg-image-3 {
  background-image: url("../img/fondo3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.bg-image-l1 {
  background-image: url("../img/1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
.bg-image-l2 {
  background-image: url("../img/2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
.bg-image-l3 {
  background-image: url("../img/3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
.albert-sans-900 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.albert-sans-700 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.albert-sans-400 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.albert-sans-400-80 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.albert-sans-400-30 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.albert-sans-400-22 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.albert-sans-700-22 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.albert-sans-700-40 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.navbar-custom {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-rounded,.custom-rounded2 {
  border-radius: 50px;
  font-size: 16pt;
  padding-left: 40px;
  padding-right: 40px;
  background: linear-gradient(
    97deg,
    rgba(47, 183, 194, 1) 40%,
    rgba(12, 109, 243, 1) 67%,
    rgba(12, 109, 243, 1) 100%
  );
}

.bg-image-2 img {
  /* position: absolute;top:-15%; */
  width: 75%;
  transform: translateY(0);
  max-width: none;
  max-height: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  margin-top: -95px;
}
.center-content {
  /* margin-top: -275px; */
  margin-top: 220px;
  height: 100%;
  color: white;
  text-align: start;
}
.center-content-2 {
  height: 100%;
  color: white;
  text-align: start;
}

@media (max-width: 480px) {
  .albert-sans-700,
  .albert-sans-400-80 {
    font-size: 6vw;
  }
}

@media (min-width: 1200px) {
  .bg-image {
    height: 900px;
  }
  .bg-image-2 {
    height: 600px;
  }
  .bg-image-3 {
    height: 700px;
  }
  .albert-sans-700,
  .albert-sans-400-80 {
    font-size: 10vw;
  }

  .albert-sans-400 {
    font-size: 7.5vw;
  }
  .albert-sans-400-30 {
    font-size: 5vw;
  }
  .albert-sans-700-40 {
    font-size: 6vw;
  }
  .albert-sans-400-22,
  .albert-sans-700-22 {
    font-size: 4vw;
  }
}
@media (min-width: 992px) {
  .bg-image {
    height: 900px;
  }
  .bg-image-2 {
    height: 600px;
  }
  .bg-image-3 {
    height: 780px;
  }
  .albert-sans-700,
  .albert-sans-400-80 {
    font-size: 5.5vw;
  }
  .albert-sans-400 {
    font-size: 3.5vw;
  }
  .albert-sans-400-30 {
    font-size: 1.5vw;
  }
  .albert-sans-700-40 {
    font-size: 2.5vw;
  }
  .albert-sans-400-22,
  .albert-sans-700-22 {
    font-size: 1vw;
  }
}

@media (max-width: 768px) {
  .albert-sans-700,
  .albert-sans-400-80 {
    font-size: 6vw;
  }
  .albert-sans-400 {
    font-size: 5vw;
  }
  .albert-sans-400-30 {
    font-size: 3.5vw;
  }
  .albert-sans-700-40 {
    font-size: 4.5vw;
  }
  .albert-sans-400-22,
  .albert-sans-700-22 {
    font-size: 3vw;
  }
}
@media (max-width: 576px) {
  .albert-sans-700,
  .albert-sans-400-80 {
    font-size: 4.5vw;
  }
  .albert-sans-700,
  .albert-sans-400-80 {
    font-size: 5vw;
  }
  .albert-sans-400-30 {
    font-size: 3vw;
  }
  .albert-sans-700-40 {
    font-size: 5.5vw;
  }
  .albert-sans-400-22,
  .albert-sans-700-22 {
    font-size: 3.5vw;
  }
  .bg-image {
    height: 350px;
  }
  .center-content {
    /* margin-top: -550px; */
    margin-top: 85px;
  }
  .custom-rounded {
    font-size: 10pt;
    width: 90%;
  }
  .custom-rounded2 {
    font-size: 9pt;
    width: 93%;
    padding: 7px;
  }
  .bg-image-2 img {
    /* position: absolute;top:-15%; */
    width: 110%;
    margin-top: -50px;
  }
  .bg-image-l1,
  .bg-image-l2,
  .bg-image-l3 {
    height: 400px;
    margin-bottom: 15px;
  }

  .mtop-100 {
    margin-top: 20px;
  }
  .mtop-36 {
    margin-top: -20px;
  }
  .bg-image-3 {
    height: 170px;
  }

  .img7 {
    width: 150px;
  }
  .logo {
    width: 45px;
  }
}

.elemento {
  width: 100%;
  background: linear-gradient(
    97deg,
    rgba(47, 183, 194, 1) 40%,
    rgba(12, 109, 243, 1) 67%,
    rgba(12, 109, 243, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.verde {
  color: #2fb7c2;
}
.bg-image-l1,
.bg-image-l2,
.bg-image-l3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding: 25px;
}

.accordion-item,
.accordion-header,
.accordion-button,
.accordion-body {
  background: transparent;
  border: none;
}

/* Quitar bordes y estilizar el botón del acordeón */
.accordion-button {
  position: relative;
  text-align: start;
  padding: 1rem;
  background: none;
  border: none;
  box-shadow: none;
  color: #ffffff;
  /* Ajustar el color del texto */
}
/* Añadir la línea debajo del título */
.accordion-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* left: 50%;
  transform: translateX(-50%); */
  width: 50%;
  /* Ajustar la longitud de la línea */
  height: 2px;
  /* Ajustar el grosor de la línea */
  background-color: #ffffff;
  /* Ajustar el color de la línea */
}
/* Ajustar el estado enfocado del botón */
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
/* Estilo del botón cuando está activo */
.accordion-button:not(.collapsed) {
  color: #ffffff; /* Color del texto */
  background: transparent; /* Fondo transparente */
}
.accordion-button:not(.collapsed)::after {
  background-color: #007bff; /* Cambiar la línea a azul cuando está activo */
}
.accordion-container {
  max-height: 400px; /* Ajusta esta altura según necesites */
  overflow-y: auto;
}
.position-relative {
  position: relative;
  height: 500px;
}
/* .bg-image-l1 { width: 100%; height: 100%; object-fit: cover; }  */
.gradient-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    5deg,
    rgb(47 183 194 / 89%) 31%,
    rgb(47 183 194 / 9%) 68%,
    rgb(47 183 194 / 17%) 92%
  );
  z-index: 1;
}
.position-absolute {
  position: absolute;
}
.top-50 {
  top: 50%;
}
.start-50 {
  left: 50%;
}
.translate-middle {
  transform: translate(-50%, -50%);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
/* .modal-dialog {
  max-width: 90%;
  margin: auto;
} */
.modal-content {
  background: none;
  border: none;
}
.modal-header{
  border-bottom: none;
}
/* .modal-body {
  padding: 0;
}
.modal-body video {
  display: block;
  width: 100%;
  height: auto;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
} */
