.titulo{
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
    color: #043B42;
}


.padding-textos{
    padding-left: 100px;
    padding-right: 100px;
    font-family: "Red Hat Text", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

.texto-cabecera{
    font-family: "Red Hat Text", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    padding-top: 50px;
    padding-left: 100px;
    text-align: justify;
}

.img-cabecera{
    width: 500px;
    margin-left: 40px;
}

.lista li{
    font-family: "Red Hat Text", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

.subtitulo{
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;
    font-weight: 50;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
    color: #043B42;
}

.lista{
    padding-left: 120px;
}

.lista li::marker {
    color: #043B42; /* Cambia solo los puntos a rojo */
    font-size: 1.2em; /* (Opcional) Aumenta el tamaño de los puntos */
}

.texto-fundamento-legal{
    padding-right: 60px;
    padding-left: 100px;
    font-family: "Red Hat Text", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

.btn-custom4 {
    display: inline-block;
    text-align: center;
    padding: 15px 25px;  /* Ajusta el padding para una mejor apariencia */
    font-size: 18px;  /* Ajusta el tamaño del texto */
    line-height: 1.5;  /* Ajusta la altura de la línea */
    background-color: #dfc43d;
    color: white;
    border-radius: 25px;
    white-space: normal;  /* Asegura que el texto se ajuste y no se corte */
    word-wrap: break-word; /* Rompe las palabras largas para que no se desborden */
    font-family: "Red Hat Text", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.btn-custom4:hover {
    background-color: black; /* Un poco más oscuro al pasar el mouse */
    color: white;
}

.btn-agenda2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;  /* Ajusta el espacio alrededor del botón */
    box-sizing: border-box; /* Asegura que el padding no afecte el tamaño total */
}

/* 📱 Móviles pequeños (≤ 480px) */
@media (max-width: 480px) {

    .contenedor_footer{
        flex-direction: column;
    }

    .logo_footer {
        margin-top: 20px;
        width:300px;
        height: auto;
        margin-bottom: 50px;
    }

    .columna_footer h3 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .derechos_autor {
        background-color: #043B42;
        height: 50px;
    }

    .logojuvilaccion{
        width: 220px;
        height: 60px;
        margin-left: 10px;
        margin-right: 20px;
    }

    .nav-item{
        padding-left: 10px;
    }

    .espacio-nav{
        margin-bottom: 10px;
    }

    .img-cabecera{
        width: 300px;
    }

    .texto-cabecera{
        padding-top: 30px;
        padding-left: 10px;
        text-align: justify;
    }

    .padding-textos{
        padding-left: 10px;
        padding-right: 10px;
    }

    .lista{
        padding-left: 30px;
    }

    .texto-fundamento-legal{
        padding-right: 10px;
        padding-left: 10px;
    }

    .btn-custom4 {
        font-size: 18px;  /* Reduce el tamaño del texto en pantallas pequeñas */
        padding: 10px 20px;  /* Ajusta el padding para que se vea mejor */
    }

    .btn-agenda2{
        align-items: center;
        padding-left: 10px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .subtitulo{

        font-weight: 300;
    }
}





/* 📱 Teléfonos medianos (481px - 767px) */
@media (max-width: 767px) {

    .contenedor_footer{
        flex-direction: column;
    }

    .logo_footer {
        margin-top: 20px;
        width:300px;
        height: auto;
        margin-bottom: 50px;
    }

    .columna_footer h3 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .derechos_autor {
        background-color: #043B42;
        height: 50px;
    }

    .logojuvilaccion{
        width: 220px;
        height: 60px;
        margin-left: 10px;
        margin-right: 20px;
    }


    .nav-item{
        padding-left: 10px;
    }

    .espacio-nav{
        margin-bottom: 10px;
    }

    .img-cabecera{
        width: 300px;
    }

    .texto-cabecera{
        padding-top: 30px;
        padding-left: 10px;
        text-align: justify;
    }

    .padding-textos{
        padding-left: 10px;
        padding-right: 10px;
    }

    .lista{
        padding-left: 30px;
    }

    .texto-fundamento-legal{
        padding-right: 10px;
        padding-left: 10px;
    }

    .btn-custom4 {
        font-size: 18px;  /* Reduce el tamaño del texto en pantallas pequeñas */
        padding: 10px 20px;  /* Ajusta el padding para que se vea mejor */
    }

    .btn-agenda2{
        align-items: center;
        padding-left: 10px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    
    .subtitulo{

        font-weight: 300;
    }
}