.Titulos p {
    text-align: justify;
    margin: 1% 5% 1% 1%;
    font-family: "Calibri";
    font-size: 20px;
}

.DescripAce {
    margin-left: 5%;
    margin-top: 1%;
    text-align: justify;

    font-size: 20px;
}

.Image {
    margin-left: 5%;
    margin-right: 5%;
}


/*PAGINA POLITICAS Y PROCEDIMIENTOS*/

.email {
    color: red;
}

.ContenedorPrinPoli {
    margin: 40px 40px;
}

.TituloPoli h5 {
    color: #b02427;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "Calibri";
    font-weight: 700;
}

.ConDescripPoli {
    text-align: justify;
}

.ConDescripPoli {
    text-align: center;
}

.ConDescripPoli h5 {
    text-transform: uppercase;
    text-align: center;
    color: #b02427;
    font-size: 22px;
    font-family: "Calibri";
    font-weight: 700;
}

.ConDescripPoli p {
    text-align: justify;
    font-size: 20px;
    font-family: "Tahoma";
}

.ConDescripPoli span {
    font-weight: 700;
}


/*PAGINA DOCUMENTACION LEGAL*/

.Document {
    margin: 20px;
}

.Document h5 {
    text-align: center;
    color: #b02427;
    font-size: 30px;
    font-family: "Calibri";
    font-weight: 700;
}

/*********************************************************************************/
/************                                                         ************/
/************               OCULTACION DE CONTENEDORES                ************/
/************                                                         ************/
/*********************************************************************************/

/*@media only screen and (min-width:1023px) {*/
@media (min-width:1023px) {
    .ImagSup {
        visibility: hidden;
        max-height: 0px;
    }

    .ImagFilo {
        display: none;
    }
}

/***********************************************************************************************/
/******************************
/******************************  INICIO RESPONSIVE DISPOSITIVOS MOVIL
/******************************
/***********************************************************************************************/

/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (min-width:320px) and (max-width:480px) {

    * {
        /*    CSS Reset */
        margin: 0;
        padding: 0;
        overflow: auto;
    }

    .Image {
        display: none;
    }

    .Titulos {
        margin: auto;
        padding: 15px;
    }

    .Titulos h3 {
        text-align: center;
        font-weight: 700;

    }

    .Titulos p {
        text-align: justify;
        font-weight: 500;
    }

}
