body {
  background-color: #f9f3e9;
  font-family: "Arial", sans-serif;
}

h1 {
  color: #0033a0;
  font-weight: 700;
  font-size: 2rem;
}

h2 {
  color: #0033a0;
}

.text-primary {
  color: #0033a0 !important;
}

/* TIPOGRAFÍAS */
@font-face {
  font-family: "Brush Up";
  src: url(./fonts/BrushUp.ttf) format("truetype");
}

/* CABECERA */
.cabecera-sunny {
  background: url("assets/img/cabecera_sunny.png") no-repeat bottom center /
    cover;
  height: 100dvh;
  position: relative;
  padding-top: 50px;
  background-color: #f9f3e9;
}

.logo-sunny {
  max-width: 327px;
}

.text-header {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(40px, 5vw, 70px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.bottle-overlap {
  position: absolute;
  bottom: -780px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* DETALLES BOTELLA */
#detalles-botella {
  position: relative;
  background-color: #f9f3e9;
  height: 580px;
  margin-top: 250px;
}

.text-detail {
  color: var(--azul_logo_01, #009fe3);
  font-family: "Brush Up";
  font-size: clamp(18px, 2vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
}

/* TEXTOS ARRIBA */
.text-left-top {
  top: 120px;
  left: 0;
}

.text-right-top {
  top: 65px;
  right: 0;
}

/* TEXTOS ABAJO (SEPARADOS MÁS ABAJO) */
.text-left-bottom {
  top: 490px;
  left: 0;
}

.text-right-bottom {
  top: 370px;
  right: 70px;
}

/* LÍNEAS */
.line-left-top,
.line-left-bottom,
.line-right-top,
.line-right-bottom {
  height: 2px;
  background-color: #001689;
  position: absolute;
}

/* LÍNEAS ARRIBA */
.line-left-top {
  width: 211px;
  top: 190px;
  right: -120px;
}

.line-right-top {
  width: 230px;
  top: 100px;
  left: -130px;
}

/* LÍNEAS ABAJO */
.line-left-bottom {
  width: 305px;
  top: 505px;
  right: -100px;
}

.line-right-bottom {
  width: 211px;
  top: 390px;
  left: -100px;
}

.naranja-izquierda {
  position: absolute;
  left: 0;
  bottom: 45px;
}

.naranja-derecha {
  position: absolute;
  right: 0;
  bottom: 45px;
}

/* ONDA */

#bg-onda {
  background: url("assets/img/onda.png") no-repeat center center / cover;
  height: 516px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-onda {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(16px, 2vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 905px;
}

.titulo-productos {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(40px, 6vw, 70px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
}

/* FLORIDA */
.seccion-florida {
  background-image: url("assets/productos/florida/fondo.png");
  background-size: cover;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 50px;
  height: 600px;
}

.imagenes-botellas {
  margin-left: -111px;
}

.botella-florida {
  max-width: 150px;
}

.tamanios {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.tamanio-01 {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(20px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 145px;
}

.tamanio-02 {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(20px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 100px;
}

/* TEXTO */
.text-florida {
  max-width: 500px;
}

.text-california {
  max-width: 500px;
}

.titulo-florida {
  color: var(--azul_logo_02, #001689);
  font-family: "Brush Up";
  font-size: clamp(40px, 5vw, 70px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.subtitulo-florida {
  color: var(--azul_logo_02, #001689);
  font-family: "Brush Up";
  font-size: clamp(18px, 2vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.par-florida {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.par-florida-small {
  color: var(--azul_logo_02, #001689);
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.boton-flecha {
  align-self: center;
}

#florida .boton-flecha img {
  width: 40px;
  height: 40px;
  background-color: #ffb532;
  border-radius: 50px;
  cursor: pointer;
}

/* TABLA FLORIDA */
.info-nutricional {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.info-nutricional.active {
  display: flex;
}

.info-tabla table {
  width: 100%;
  border-collapse: collapse;
  color: white;
}

.info-tabla thead {
  background-color: #009845;
  color: white;
  border-radius: 9px;
}

.info-tabla thead th:first-child {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.info-tabla thead th:last-child {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.info-tabla thead th {
  padding-top: 18px;
  padding-bottom: 18px;
}

.info-tabla th,
.info-tabla td {
  padding: 5px 10px;
  border-bottom: 0px solid #ddd;
  text-align: left;
  font-size: 14px;
}

.info-tabla tbody td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}

.info-text {
  color: #001689;
}

.contenido-seccion {
  transition: opacity 0.5s ease;
}

.d-none {
  display: none !important;
}

.boton-flecha img {
  width: 40px;
  cursor: pointer;
}

#florida .volver {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb532;
  border-radius: 50px;
}

/* CALIFORNIA */
.seccion-california {
  background-image: url("assets/productos/california/fondo.png");
  background-size: cover;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 50px;
  height: 600px;
}

/* TEXTO */
.text-california {
  max-width: 500px;
}

#california .boton-flecha img {
  width: 40px;
  height: 40px;
  background-color: #fffc46;
  border-radius: 50px;
  cursor: pointer;
}

#california .volver {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffc46;
  border-radius: 50px;
}

#california .tamanio-01 {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(20px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 220px;
}

/* HONOLULU */
.seccion-honolulu {
  background-image: url("assets/productos/honolulu/fondo.png");
  background-size: cover;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 50px;
  height: 600px;
}

#honolulu .boton-flecha img {
  width: 40px;
  height: 40px;
  background-color: #ff7f78;
  border-radius: 50px;
  cursor: pointer;
}

#honolulu .volver {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff7f78;
  border-radius: 50px;
}

#honolulu .tamanio-01,
#honolulu .tamanio-02 {
  color: #fff;
}

/* CANCUN */
.seccion-cancun {
  background-image: url("assets/productos/cancun/fondo.png");
  background-size: cover;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 50px;
  height: 600px;
}

#cancun .boton-flecha img {
  width: 40px;
  height: 40px;
  background-color: #bde6f0;
  border-radius: 50px;
  cursor: pointer;
}

#cancun .volver {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bde6f0;
  border-radius: 50px;
}

#cancun .tamanio-01,
#cancun .tamanio-02 {
  color: #fff;
}

/* WAIKIKI */
.seccion-waikiki {
  background-image: url("assets/productos/waikiki/fondo.png");
  background-size: cover;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 50px;
  height: 600px;
}

#waikiki .boton-flecha img {
  width: 40px;
  height: 40px;
  background-color: #cdffa1;
  border-radius: 50px;
  cursor: pointer;
}

#waikiki .volver {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cdffa1;
  border-radius: 50px;
}

#waikiki .tamanio-02 {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-size: clamp(20px, 3vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 190px;
}

/* FOOTER */
.footer-sunny {
  background-color: #f7931e;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: white;
  padding: 30px 0;
  padding-bottom: 60px;
}

.footer-sunny .social-icons img {
  width: 30px;
  margin-right: 15px;
}

.footer-sunny .footer-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
}

.footer-sunny .footer-links a:hover {
  text-decoration: underline;
}

.footer-sunny .small {
  font-size: 0.8rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.par-rights {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(14px, 1.5vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

/*MEDIA QUERIES*/
@media (max-width: 820px) {
  .seccion-california .contenido-seccion {
    display: block;
  }

  .seccion-california .contenido-seccion.d-none {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  * {
    overflow-x: clip !important;
  }

  .logo-sunny {
    max-width: 250px;
  }

  .text-header {
    font-size: 25px;
  }

  .text-detail {
    font-size: 10px;
  }

  .bottle-overlap {
    bottom: -290px;
    width: 45%;
  }

  .line-right-top {
    width: 50px;
    top: -10px;
    left: 210px;
  }

  .line-right-bottom {
    width: 50px;
    top: 90px;
    left: 220px;
  }

  .line-left-bottom {
    width: 50px;
    top: 125px;
    right: 230px;
  }

  .footer-sunny .footer-links a {
    font-size: 12px;
  }

  .img-fluid-logo-footer {
    width: 60%;
    margin-top: 3rem;
  }

  .par-florida {
    font-size: 16px;
  }

  .line-left-top {
    width: 50px;
    top: 50px;
    right: 220px;
  }

  .gap-5 {
    gap: 1rem !important;
  }

  .botella-florida {
    width: 50% !important;
  }

  .text-florida {
    width: 100% !important;
  }

  .text-california {
    width: 100% !important;
  }

  .seccion-florida,
  .seccion-california,
  .seccion-honolulu,
  .seccion-cancun,
  .seccion-waikiki {
    border-radius: 40px;
    height: 775px;
  }

  .contenido-seccion {
    display: block;
  }

  .contenido-seccion > div {
    margin-bottom: 2rem;
  }

  .info-nutricional {
    display: none;
  }

  .info-nutricional.active {
    display: block;
  }

  /* FLORIDA */
  .seccion-florida .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  /* CALIFORNIA */
  .seccion-california .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  .seccion-california .botellas-florida {
    order: 1;
  }

  .seccion-california .text-california {
    order: 2;
  }

  .seccion-california .boton-flecha {
    order: 3;
  }

  .text-california {
    margin-left: 0px;
  }

  /* HONOLULU */
  .seccion-honolulu .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  .text-florida {
    margin-left: 0px;
  }

  /* CANCUN */
  .seccion-cancun .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  .seccion-cancun .botellas-cancun {
    order: 1;
  }

  .seccion-cancun .text-cancun {
    order: 2;
  }

  .seccion-cancun .boton-flecha {
    order: 3;
  }

  .boton-flecha {
    align-self: flex-start;
  }

  /* WAIKIKI */
  .seccion-waikiki .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  #florida .col-md-4,
  .col-md-7 {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  #california .col-md-4 {
    width: 100% !important;
  }

  #honolulu .col-md-4 {
    width: 100% !important;
  }

  #cancun .col-md-4 {
    width: 100% !important;
  }

  #waikiki .col-md-4 {
    width: 100% !important;
  }

  #florida .volver {
    top: 97%;
    left: 5%;
    width: 40px;
  }

  #california .volver {
    top: 95%;
    left: 5%;
    width: 40px;
  }

  #honolulu .volver {
    top: 93%;
    left: 5%;
    width: 40px;
  }

  #cancun .volver {
    top: 96%;
    left: 5%;
    width: 40px;
  }

  #waikiki .volver {
    top: 95%;
    left: 5%;
    width: 40px;
  }

  .par-rights {
    font-size: 12px;
    margin-top: 30px;
  }

  #detalles-botella {
    height: 180px;
  }

  .text-right-top {
    top: -20px;
    padding-right: 10px;
  }

  .text-right-bottom {
    top: 84px;
    right: 20px;
  }

  .text-left-top {
    top: 20px;
    padding-left: 10px;
  }

  .text-left-bottom {
    top: 120px;
    padding-left: 10px;
  }

  .naranja-izquierda {
    bottom: 25px;
    width: 10%;
  }

  .naranja-derecha {
    width: 12%;
    bottom: -20px;
  }

  #florida .container {
    width: 90% !important;
  }

  #california .container {
    width: 90% !important;
  }

  #honolulu .container {
    width: 90% !important;
  }

  #cancun .container {
    width: 90% !important;
  }

  #waikiki .container {
    width: 90% !important;
  }

  .titulo-productos {
    bottom: 30px;
  }

  #bg-onda {
    height: 430px;
  }

  /* PRODUCTOS */
  #florida .botellas-florida {
    overflow-x: visible !important;
  }

  .seccion-florida {
    width: 90%;
    padding: 0px;
  }

  .imagenes-botellas {
    margin-left: 0px;
  }

  .imagenes-botellas img {
    width: 100%;
  }

  .tamanios {
    bottom: 15px;
  }

  .tamanio-01 {
    margin-left: 110px;
  }

  .tamanio-02 {
    margin-left: 40px;
  }

  .info-tabla th,
  .info-tabla td {
    padding: 0px 3px;
    font-size: 10px;
  }

  .par-florida-small {
    font-size: 12px;
  }

  .info-tabla thead th {
    text-align: center !important;
  }

  #california .botellas-california {
    overflow-x: visible !important;
  }

  .seccion-california {
    width: 90%;
    padding: 0px;
  }

  #honolulu .botellas-florida {
    overflow-x: visible !important;
  }

  .seccion-honolulu {
    width: 90%;
    padding: 0px;
  }

  #cancun .botellas-florida {
    overflow-x: visible !important;
  }

  .seccion-cancun {
    width: 90%;
    padding: 0px;
  }

  #waikiki .botellas-florida {
    overflow-x: visible !important;
  }

  .seccion-waikiki {
    width: 90%;
    padding: 0px;
  }

  /* FOOTER */
  .footer-sunny {
    text-align: center;
  }

  .logo-footer {
    text-align: center !important;
  }

  .footer-links {
    justify-content: center;
    text-align: center;
  }

  .footer-links a {
    display: inline-block;
  }

  .par-rights {
    text-align: center !important;
  }

  #california .tamanio-01 {
    margin-left: 160px;
  }

  #waikiki .tamanio-02 {
    margin-left: 145px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .cabecera-sunny {
    height: 100vh;
  }

  .btn-menor {
    margin-top: 1rem;
  }

  .par-age {
    font-size: 11px;
  }

  li {
    overflow-x: visible !important;
  }

  .info-tabla thead th:nth-child(1) {
    text-align: left !important;
  }

  #cancun .info-tabla thead th:nth-child(3) {
    width: 13%;
  }

  #cancun .info-tabla thead th:nth-child(4) {
    width: 19%;
  }

  #florida .info-tabla thead th:nth-child(3) {
    width: 13%;
  }

  #florida .info-tabla thead th:nth-child(4) {
    width: 19%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .line-right-top {
    width: 215px;
  }

  .line-right-bottom {
    width: 180px;
  }

  .line-left-bottom {
    width: 220px;
  }

  .footer-sunny .footer-links a {
    font-size: 8px;
  }

  .img-fluid-logo-footer {
    width: 60%;
  }

  .par-florida {
    font-size: 16px;
  }

  .line-left-top {
    width: 215px;
  }

  .gap-5 {
    gap: 1rem !important;
  }

  .botella-florida {
    width: 50% !important;
  }

  .text-florida {
    width: 100% !important;
  }

  .text-california {
    width: 100% !important;
  }

  .seccion-florida,
  .seccion-california,
  .seccion-honolulu,
  .seccion-cancun,
  .seccion-waikiki {
    border-radius: 40px;
    height: 1100px;
  }

  .contenido-seccion {
    display: block;
  }

  .contenido-seccion > div {
    margin-bottom: 2rem;
  }

  .info-nutricional {
    display: none;
  }

  .info-nutricional.active {
    display: block;
  }

  /* FLORIDA */
  .seccion-florida .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  /* CALIFORNIA */
  .seccion-california .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  .seccion-california .botellas-florida {
    order: 1;
  }

  .seccion-california .text-california {
    order: 2;
  }

  .seccion-california .boton-flecha {
    order: 3;
  }

  .text-california {
    margin-left: -100px;
  }

  /* HONOLULU */
  .seccion-honolulu .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  .text-florida {
    margin-left: -100px;
  }

  /* CANCUN */
  .seccion-cancun .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  .seccion-cancun .botellas-cancun {
    order: 1;
  }

  .seccion-cancun .text-cancun {
    order: 2;
  }

  .seccion-cancun .boton-flecha {
    order: 3;
  }

  .boton-flecha {
    align-self: flex-start;
  }

  /* WAIKIKI */
  .seccion-waikiki .contenido-seccion {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 2rem;
  }

  #florida .col-md-4,
  .col-md-7 {
    width: 100% !important;
  }

  #california .col-md-4 {
    width: 100% !important;
  }

  #honolulu .col-md-4 {
    width: 100% !important;
  }

  #cancun .col-md-4 {
    width: 100% !important;
  }

  #waikiki .col-md-4 {
    width: 100% !important;
  }

  #florida .volver {
    top: 90%;
    left: 10%;
    width: 40px;
  }

  #california .volver {
    top: 90%;
    left: 10%;
    width: 40px;
  }

  #honolulu .volver {
    top: 90%;
    left: 10%;
    width: 40px;
  }

  #cancun .volver {
    top: 90%;
    left: 10%;
    width: 40px;
  }

  #waikiki .volver {
    top: 90%;
    left: 10%;
    width: 40px;
  }

  .par-rights {
    font-size: 12px;
    margin-top: 30px;
  }

  /* BOTELLA */
  .text-right-bottom {
    right: 0px;
    top: 380px;
  }

  .text-right-top {
    right: -30px;
  }

  .text-left-top {
    left: -30px;
  }

  .text-left-bottom {
    left: -30px;
  }
}

@media (min-width: 1024px) and (max-width: 1165px) {
  .line-right-top {
    width: 230px;
  }

  .line-right-bottom {
    width: 195px;
  }

  .line-left-bottom {
    width: 235px;
  }

  .footer-sunny .footer-links a {
    font-size: 12px;
  }

  .img-fluid-logo-footer {
    width: 60%;
  }

  .par-florida {
    font-size: 16px;
  }

  .line-left-top {
    width: 230px;
  }

  .gap-5 {
    gap: 1rem !important;
  }
  .text-right-bottom {
    top: 379px;
    right: 55px;
  }
}

@media (min-width: 1166px) and (max-width: 1265px) {
  .line-right-top {
    width: 215px;
  }

  .line-right-bottom {
    width: 170px;
  }

  .line-left-bottom {
    width: 235px;
  }

  .footer-sunny .footer-links a {
    font-size: 12px;
  }

  .img-fluid-logo-footer {
    width: 60%;
  }

  .par-florida {
    font-size: 16px;
  }
}

@media (min-width: 1266px) and (max-width: 1366px) {
  .line-left-bottom {
    width: 280px;
  }

  .line-right-top {
    width: 250px;
  }

  .footer-sunny .footer-links a {
    font-size: 15px;
  }
}

/*Age verification*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  padding: 2rem;
}

.popup-content {
  background: white;
  padding: 2rem;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.text-header-age {
  color: var(--azul_logo_02, #001689);
  text-align: center;
  font-family: "Brush Up";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.par-age {
  color: var(--azul_logo_02, #001689);

  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 905px;
}

.btn-mayor {
  font-family: "Open Sans";
  --bs-btn-color: #fff;
  --bs-btn-bg: #001689;
  --bs-btn-border-color: #001689;
  --bs-btn-hover-color: #001689;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #001689;
}

.btn-menor {
  font-family: "Open Sans";
  --bs-btn-color: #fff;
  --bs-btn-bg: #009fe3;
  --bs-btn-border-color: #009fe3;
  --bs-btn-hover-color: #009fe3;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #009fe3;
}
