
    /* Títulos */
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif;
    }

    /* Subtítulos y textos generales */
    body, p, span, li, a, button {
        font-family: 'DM Sans', Arial, sans-serif;
    }

    /* Fuente terciaria (Apple Garamond como fallback en Apple) */
    .font-terciaria {
        font-family: "Apple Garamond", "DM Sans", Arial, sans-serif;
    }

    /*
    body{
      font-family: 'Poppins', sans-serif;
    }
    */

    header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background: #406bff;
      transition: background-color 0.3s;
    }

    header.scrolled {
      background-color: #324192c7;
    }

    .navbar-dark .navbar-nav .nav-link {
      color: white;
    }

    .main-content {
      padding-top: 60px; /* compensar navbar */
    }

    .titulo{
      color: #5A82FE;
      font-size: 40px;
      padding: 2rem;
    }

    .search{
      text-align: center;
    height: 60px;
    background-color: transparent;
    }

    .sec{
      background-color: #f7f7f6;
      padding: 1rem;
      margin: 1rem;
      text-align: center;
      border-radius: 1rem;
    }    

    .sec2{
      background-color: #fff;
      padding: 1rem;
      margin: 1rem;
      border-radius: 1rem;
    }   
    
    .sec3{
      padding-bottom: 1rem;
      border-radius: 1rem;
      background-color: #f9f9f9;
    }

    .azul{
      color: #5A82FE;
    }

    .cp{
      cursor: pointer;
    }

    .item{
      color: #344292;
      cursor: pointer;
      padding: 1rem;
      width: -webkit-fill-available;
    }
    .item:hover,
    .item:focus {
      background-color: #4B59A0;
      color: #fff;
    } 
    
    .item-selected{
      background-color: #4B59A0;
      color: #fff;
      cursor: pointer;
      padding: 1rem;
      width: -webkit-fill-available;
    }    

    .carousel-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    .carousel-caption {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      padding: 15px;
      border-radius: 10px;
    }
    .logo{
        width: 200px;
    }   
    .logoF{
        width: 150px;
    }     
    .w100{
        width: 100px;
    }  
    .w80{
        width: 80px;
    }            
    .texto{
      color: #4B59A0;
      font-size: 18px;
    } 
    .texto2{
      color: #5a81ff;
      font-size: 14px;
      font-weight: 600;
    }
    .title2{
      font-size: medium;
      font-weight: 600;
    }
    .title3{
      font-size: 14px;
      font-weight: 600;
    }  
    .title4{
      font-size: 12px;
      font-weight: 600;
    }     
    .link{
      font-size: 12px;
      font-weight: 400;
      color: white;
      text-decoration: none;
    }     
    .areas{
      font-size: 15px;
      font-weight: 400;
      color: white;
      text-decoration: none;
    } 

    .link2{
      color: #5A82FE;
      text-decoration: none;
    }    
    .link2:hover,
    .link2:focus {
      font-weight: bold;
      color: #4B59A0;
    }
    
    .fz14{
      font-size: 14px;
    }
    
    .textAzul{
        color: #5A82FE;
    }
    .fondoAzul{
      background-color: #5a81ff;
    }
    .fondoAzul2{
      background-color: #324192
    }
    .fondoCeleste{
      background-color: #83A2FF;
    }
    .fondoGris{
      background-color: #f7f7f6;
    }
    .logo-categoria{
      max-width: 80px;
    }
    .title-categoria{
      font-weight: 600;
      margin-top: 0.5rem;
      font-size: 14px;
    }
    .card {
      border: none;
      border-radius: 10px;
      overflow: hidden; /* <- clave para redondear imagen y contenido */
    }    

    .btn-custom {
      background-color: #FFBC42;
      color: #fff;
      border: none;
      border-radius: 20px;
      font-weight: 600;
      padding: 10px;
      font-size: small;
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .btn-custom:hover,
    .btn-custom:focus {
      background-color: #4B59A0;
      color: #fff;
    }


    .btn-custom2 {
      background-color: #FFBC42;
      color: #fff;
      border: none;
      border-radius: 40px;
      font-weight: 600;
      padding: 5px;
      font-size: small;
      padding-left: 2rem;
      padding-right: 2rem;
    }

    .btn-custom2:hover,
    .btn-custom2:focus {
      background-color: #4B59A0;
      color: #fff;
    }
    
    

    .btn-custom3 {
      background-color: #4B59A0;
      color: #fff;
      border: none;
      border-radius: 20px;
      font-weight: 600;
      padding: 10px;
      font-size: small;
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .btn-custom3:hover,
    .btn-custom:focus {
      background-color: #FFBC42;
      color: #fff;
    }



    .logo-redes{
      width: 30px;
    }
    .logo-area{
      width: 40px;
      margin-bottom: 5px;
    }
        
     .logoContacto{
      width: 15px;
    }   

    .credencial{
    border-radius: 20px;
    box-shadow: 9px 9px 11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 9px 9px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 9px 9px 11px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    }

    .img_responsive {
        max-width: 100% !important;
        height: auto;
    }

  .cardMicuenta{
        color: #5A82FE;
        font-size: xx-large;
        font-weight: 600;        
    }

  .mis{
        font-size: large;      
    }    

    .negrita{
        font-weight: 600;        
    }
    .fs-x-larger{
        font-size: x-large;
    }  
    .fs-larger{
        font-size: xx-large;
    }   
    
    .grisOscuro{
      color: #515151;
    }
    
    .disponibles{
        font-size:small;
        margin-top: -10px;
    }      

    .cardCuenta{
    margin: 20px;
    box-shadow: 9px 9px 11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 9px 9px 11px rgba(0, 0, 0, 0.2);
    }

    .input-text{
        padding: 14px;
        border: none;
        font-size: 15px;
        background: #EDEDED;
        border-radius: 25px;
        text-align: center;
        max-width: 350px;
        width: -webkit-fill-available;
    }

    .mitable{
        background: #EDEDED;
        border-radius: 25px;   
        padding: 1rem;     
    }
    .w{
        width: -webkit-fill-available;
    }

    .dn{
      display: none;
    }

    #mp_msj{
      font-weight: bolder;
      color: darkgreen;
    }

    .container{
      padding-left: 10%;
      padding-right: 10%;
    }

    .br{
      border-radius: 10px;
    }

    .text-justify{
      text-align: justify;
    }

    .cuadrogris {
      padding: 5%;
      background: #E5E5E5;
      border-radius: 20px;
      font-size: 18px;
      color: #727274;      
  }

  .float-inline-end{
        float: inline-end;  
  }

  .maxwidth500{
    max-width: 500px;
  }

  .div_alerta{
    margin: 0 auto;
    max-width: 500px;
  }

  .carrusel_celu{
    display: none !important;
  }
    .carrusel{
      display: unset !important;
    }    

.overflow{
    overflow-x: auto; 
    width: 100%; 
    overflow: auto;
}    

  @media (max-width: 600px) { 
      .container{
        padding-left: 5%;
        padding-right: 5%;
      }

    .carrusel{
      display: none !important;
    }  
    .carrusel_celu{
      display: unset !important;
    }    
  }    