@media only screen and (max-width: 600px) {

.hr1{
    display: none;
}
.hr3{
    display: none;
}








    .quienesSomos{
        margin: 10% 8%;
    }

    .text{
        color: #18377A;
        text-align: justify
        
    }
    .text h2{
        text-align: center;
    }
    .text p{
        margin-top: 5%;
        font-size: 9.5pt;
    }


    .boxTwo,
    .boxImg{
        display: none;
    }

    .quienesSomos img{
        width: 100%;
        margin-top: 10%;
    }


/* VENEFICIOS------------------------------------- */
    #serviciosDesktop{
        display: none;
    }

    .filaServicios{
        width: 100%;
        background-color: #18377A;
        display: flex;
        justify-content: space-around;
    }
    .servicio{
        color: #fff;
        width: 60px;
        height: 65px;
        display: flex;
        flex-direction: column;

        align-items: center;
        padding: 8px 15px;
    }
    .icono{
        height: 25px;
    }
    .titulo{
        line-height: 1.3;
        margin-top: 3%;
        text-align: center;
        font-weight: 500;
        font-size: 5.5pt;
    }
    .descripcion{
        display: none;
        background-color: beige;
        float: right;
        width: 100px;
    }
    .descripcion p{
        font-size: 19pt;
    }
/*-------------------------------------------------------*/



/* MISION VISION ---------------------------------------- */
.boxContainer{
    margin: 10% 8%;
}
.boxOne{
    position: static;
}
.boxImg{
    display: none;
}
.textBox{
    padding: 2% 3%;
    color: #18377A;
}
.textBox h2{
    font-size: 15pt;
    text-align: center;
}
.textBox p{
    text-align: justify;
    text-align-last: center;
    word-spacing: -1px;
    hyphens: auto;
    font-size: 9.5pt;
    line-height: 1.5;
}

}

