@media(max-width: 600px) {

    /***********************************HEROE HEADER ******************************************/

    #container-information #title-heroe{
        font-size: 2rem;
        width: 70%;
        margin: 0 auto;
    }

    #container-information #vision-heroe{
        font-size: 1.3rem;
    }

    /***********************************HEROE FOOTER******************************************/
    
    #heroe-footer #title-heroe{
        font-size: 1.9rem;
    }
    
    #heroe-footer #vision-heroe .button-section a{
        font-size: 1.4rem;
    }

    /***********************************SERVICIOS CONECTA******************************************/

    #servicios-conecta{
        padding: 1rem;
    }

    #servicios-conecta section:nth-child(1) button{
        font-size: 0.7rem;
        margin-right: 0.3rem;
        margin-left: 0.3rem;
    }

    .servicio-card img {
        width: 100%;
        height: 100%;
        border-radius: 2.5em 2.5em 0 0;
    }

    .servicio-card  div {
        width: 100%;
        height: 100%;
    }

    .servicio-card  div p:nth-child(1) {
        font-size: 1rem;
        color: #ffc057;
    }
    
    .servicio-card  div p:nth-child(2){
        font-size: 1.1rem;
        padding-right: 4rem;
        font-weight: bold;
    }
    
    .servicio-card  div p:nth-child(3) {
        text-align: left;
        font-size: 0.8rem;
        padding-right: 4em;
    }

    .servicio-card{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: max-content;
        margin-bottom: 1rem;
    }
    
}
