.tituloContacto {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 56px;
    color: #282828;
    margin-bottom: 60px;
}

.imagenPpalContacto {
    display: inline-block;
    width: 100%;
}

.imagenPpalContactoM {
    display: none;
    width: 100%;
}

.subTituloContacto {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
    color: #282828;
}

.textoContacto {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
    color: #8D8D8D;
    margin-top: 10px;
}

.divContacto {
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
    margin-bottom: 0px;
}

.divContactoBorde {
    margin-right: 0px !important;
}

@media only screen and (max-width: 990px) {
    .divContacto {
        margin-right: 50px;
    }
    .contenedorTextoPapl {
        width: 90% !important;
        margin-right: 5% !important;
    }
}

@media only screen and (max-width: 770px) {
    .imagenPpalContacto {
        display: none;
        width: 100%;
    }
    .imagenPpalContactoM {
        display: inline-block;
    }
    .divContacto {
        margin-right: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 590px) {
    .divContacto {
        margin-right: 0px;
        margin-bottom: 40px;
        display: block;
    }
}