.h4.fw-normal {
      text-align: center; /* Centra el texto horizontalmente */
      color: #666666;     /* Aplica el color al texto */
      font-weight: normal; /* Mantiene el peso de la fuente normal */
      margin-top: 40px;    /* Espaciado superior equivalente a mt-5 */
    }

.azul {
    color:#123b6a;
}

h1 {
        font-size:3em;
        font-weight: 900;
}

A.estado {
    display:block;
    text-align:center;
    width:200px;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    h1 {
        font-size:3em;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size:3em;
    }
    .boton2 {
        font-size:1.5em;
    }    
    .boton3 {
        font-size:1em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size:4em;
    }
    .boton2 {
        font-size:2em;
    }
    .boton3 {
        font-size:1.5em;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h1 {
        font-size:4em;
    }
    .boton2 {
        font-size:2em;
    }
    .boton3 {
        font-size:1.5em;
    }  
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    h1 {
        font-size:4em;
    }
    .boton2 {
        font-size:2em;
    }
    .boton3 {
        font-size:1.5em;
    }
}
