@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Poppins';
}

#navbarp{
    justify-content: space-between;
}

/* Estilo general para el enlace */
.nav-link {
    padding-right: 45px; /* Asegúrate de que esto se aplique a todos los enlaces */
    font-weight: 700;
    color: #13434d;
    text-decoration: none; /* Asegúrate de que no haya subrayado */
}

/* Estilo para el enlace en estado hover */
.nav-link:hover {
    color: #FFA726;
}

/* Estilo para el enlace activo en la barra de navegación */
.nav-item .nav-link.active {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #FFA726; /* Cambia el color del texto del enlace activo */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
    background-color: transparent; /* Asegúrate de que el fondo sea transparente */
}

/* Estilo adicional para los enlaces que están activos o mostrados */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFA726;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: none !important;
    text-align-last: none !important;
    display: none;
    color: transparent;
}

.btn {
    background: #FFA726;
    border-color: transparent;
    margin-bottom: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    color: #13434d;
}

.navbar-principal{
    background-color: #e0e0e0;
}

.grupo-botones-footer{
    display: flex;
    justify-content: center;
}

.titulo-cards{
    border: 2px solid rgba(0, 0, 255, 0); 
    padding-top: 0; 
    color: #13434d; 
    font-size: 2.5rem;
    padding: 1vh;
}

.navbar-toggler {
  background-color: #13434d; /* Cambia el color de fondo del botón */
  border: none; /* Opcional: si quieres quitar el borde predeterminado */
}

button.navbar-toggler {
  background-color: #13434d !important; /* El uso de !important asegura que este estilo tenga prioridad */
  border: none; /* Elimina el borde si no lo necesitas */
}

.contenedor-imagen{
  width: 100%;
}

.boton-1,
.boton-2,
.boton-3{
  width: 100%;
  border: none;
}
/*------------ FOOTER 2 -----------------*/
.footer-2{
    background-color: #4658ff;
    display: none;
}

.contenedor-sala-ventas{
    text-align: center;
}
.contenedor-sala-ventas2{
    border: 2px solid rgba(255, 0, 0, 0);
    text-align: start;
}

.footer-p1{
    text-align: end;
}

.footer-p2{
    text-align: start;
}

.logo-footer{
    padding: 1vh; 
    border: 2px solid rgba(255, 255, 255, 0); 
    margin-bottom: 0; 
    border-radius: 0; 
    box-shadow: none;
    align-items: center;
    background-color: transparent;
}

/******/

@media (max-width: 1024px) {
    .card-parrafo1, .card-parrafo2, .card-parrafo3, .card-parrafo4 {
        text-align: start;
        font-size: 1.3rem;
    }
}

@media (max-width: 992px){
    .navbar-gray{
        padding: 1vh;
    }
    .card1,
    .card2,
    .card3,
    .card4{
        flex: 0 0 auto;
        width: 100%;
    }
    .navbar-toggler {
        background-color: #13434d; /* Ajusta el color si es necesario */
    }

    .show{
        padding: 3vh;
    }

    .contenedor-boton-pagar{
        display: flex;
        justify-content: center;
    }
    .pagar{
        width: 50%;
    }
}

@media (max-width: 884px){
    .col-md-5 {
        width: 100%;
    }
    .titulo-cards {
        font-size: 4vh;
    }
}

@media (max-width: 767px) {
    .titulo-cards{
        font-size: 4vh;
    }
    .parrafo-cards{
        font-size: 1.2rem;
        text-align: justify;
    }
    .card-parrafo1, .card-parrafo2, .card-parrafo3, .card-parrafo4 {
        font-size: 1.2rem;
    }
    .card1,
    .card2,
    .card3,
    .card4{
        width: 100%;
    }
    /*--------------- FOOTER 2 -------------*/
    .footer-2{
        display: block;
        background-color: #13434d;
    }
    .contenedor-footer{
        display: none;
    }
    
    .grupo-botones-footer2{
        display: flex;
        flex-direction: column;
    }

    .boton-f1,
    .boton-f2,
    .boton-f3{
        background-color: rgb(216, 216, 216); 
        color: #13434d; 
        border-radius: 1px 10px 0px 10px; 
        padding: 8px; 
        margin: 8px;
    }
    .boton-f1{
        width: auto;
    }
    .boton-f2{
        width: auto;
    }
    .boton-f3{
        width: auto;
    }
    .logo-footer2{
        align-items: start;
        background-color: transparent;
        margin-bottom: 0; 
        border-radius: 0; 
        box-shadow: none;
    }
}

@media (max-width: 576px) {
    .overlay-form {
      width: 90%; /* Ajusta el ancho en pantallas aún más pequeñas */
      right: 5px; /* Reduce el espacio desde el borde izquierdo */
      top: 5px; /* Reduce el espacio desde la parte superior */
    }
  
    .grupo-botones-footer{
      flex-direction: column;
      align-items: center;
  
    }
  
    .boton-1,
    .boton-2,
    .boton-3{
      width: 50%;
    }
  
    .titulo-cards{
        font-size: 3vh;
        text-align: center;
    }
}

@media (max-width: 425px){
    .titulo-cards{
        text-align: center;
    }

    .card-parrafo1,
    .card-parrafo2,
    .card-parrafo3,
    .card-parrafo4
    {
        font-size: 1rem;
    }
}

@media (max-width: 325px) {

    .card-titulo-1,
    .card-titulo-2,
    .card-titulo-3,
    .card-titulo-4{
        color: black;
        text-align: start;
        font-size: 1.1rem;     
    }
}