

@media (min-width: 1500px) {
    .logo-max {
        width: 50%;
    }
    .title {
        font-size: 2rem; /* Reduce tamaño del título */
    }

    .btn-custome {
        width: 40%;
        font-size: 1.5rem;
        padding: 1.5rem;
    }

    .btn-custome:hover{
        background-color: #1e3c7a;
        color: white;
        border: 10px solid #ffbd00;
        border-radius: 35px;
        width: 40%;
        font-size: 1.5rem;
        padding: 1.5rem;
    }
    

    .fsize5 {
        font-size: 2rem;
    }

    .fsize8 {
        font-size: 1.2rem;
    }
    .custom-card {
        background-color: #3b5ba9; /* Fondo azul intermedio */
        color: white;
        font-weight: bold;
        font-size: 1rem;
        text-align: center;
        border-radius: 25px;
        padding: 10px;
        border-bottom: none;
        width: 45%;
    }
    .enviar{
        font-size: 1rem;
    }
    .enviar:hover{
        font-size: 1rem;
    }
    .fsize2{
        font-size: 50px;
    }
    .margin-inline-text{
        margin: 1%;
    }
   
}

@media (min-width: 1900px) {
    .logo-max {
        width: 50%;
    }
    .btn-custome {
        width: 35%;
        font-size: 1.3rem;
        padding: 1rem;
    }
    .btn-custome:hover{
        background-color: #1e3c7a;
        color: white;
        border: 10px solid #ffbd00;
        border-radius: 35px;
        width: 35%;
        font-size: 1.3rem;
        padding: 1rem;
    }

    .fsize5 {
        font-size: 900px;
    }

    .fsize8 {
        font-size: 2rem;
    }
    .custom-card {
        background-color: #3b5ba9; /* Fondo azul intermedio */
        color: white;
        font-weight: bold;
        font-size: 1rem;
        text-align: center;
        border-radius: 25px;
        padding: 10px;
        border-bottom: none;
        width: 35%;
    }
    .enviar{
        font-size: 1rem;
    }
    .enviar:hover{
        font-size: 1rem;
    }
    .fsize2{
        font-size: 2rem;
    }
}