@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;
}

.btn {
    background: #FFA726;
    border-color: transparent;
    margin-bottom: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    color: #13434d;
}

.boton-verificar{
    width: 20%;
    margin: 0;
    color: white;
}
.boton-verificar:hover{
    width: 20%;
    margin: 0;
    background-color: #13434d;
    border: none;
}

.navbar-principal{
    background-color: #e0e0e0;
}

::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;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-radius: 4px;
    border: 1px solid black;
    border-bottom: 2px solid black;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-heading-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #e0e6eb;
    border-radius: 4px;
    box-shadow: var(--bs-box-shadow-inset);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid black;
    border-bottom: 2px solid black;
}


.form-control::placeholder {
    color: rgb(150, 149, 149);
    opacity: 1; /* Opcional */
}

.form-check-input:checked {
    border-color: #000000;
}
.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%;
    }
    
    /*------------ 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: 767px){
    /*--------------- 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;
    }
  }