/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:840px)
{
    /*primera parte*/
    .cont_logo img
    {
        width: 50%;
    }
    /*segunda parte*/
    .contendor_segunda_parte
    {
        height: auto;
        flex-direction: column;
    }
    .cont_izq_pt2
    {
        width: 100%;
    }
    .cont_der_pt2
    {
        width: 100%;
    }
    .cont_der_pt2 h1
    {
        text-align: center;
    }
    .cont_der_pt2 h3
    {
        padding: 0 20px;
        text-align: center;
        padding-bottom: 20px;
    }
    .cont_info_pt2
    {
        width: 65%;
    }
    /*tercera parte*/
    .contenedor_tercera_parte
    {
        height: auto;
        flex-direction: column;
    }
    .cont_izq_pt3
    {
        width: 100%;
    }
    .cont_izq_pt3 h2
    {
        text-align: center;
    }
    .cont_iconos_pt3
    {
        justify-content:center;
    }
    .cont_izq_pt3 h3
    {
        text-align: center;
        width: 100%;
    }
    .cont_der_pt3
    {
        width: 100%;
    }
    /*cuarta parte*/
    .cont_int_pt4
    {
        width: 100%;
    }
    .cont_metodo
    {
        padding-bottom: 20px;
    }
    .cont_metodo
    {
        flex-direction: column;
    }
    .inverso
    {
        flex-direction:column-reverse;
    }
    .cont_metodo_2
    {
        align-items:center;
    }
    .cont_metodo_2 p
    {
        text-align: center;
    }
    /*quinta parte*/
    .contenedor_quinta_prte video
    {
        width: 80%
    }
    /*sexta parte*/
    .contenedor_sexta_parte
    {
        flex-direction: column;
        height: auto;
    }
    .cont_izq_pt6
    {
        width: 100%;
    }
    .cont_izq_pt6 h2
    {
        text-align: center;
        padding-bottom: 20px;
    }
    .cont_der_pt6
    {
        width: 100%;
    }
    /*septima parte*/
    .contenedor_septima_parte
    {
        flex-direction: column;
        height: auto;
    }
    .cont_izq_pt7
    {
        width: 100%;
    }
    .cont_der_pt7
    {
        width: 100%;
    }
    .cont_der_pt7 h2
    {
        text-align: center;
        padding-bottom: 20px;
    }
    /*octava parte*/
    .cont_arriba_pt8 h2
    {
        text-align: center;
    }
    /*novena parte*/
    .cont_videos_testimonios
    {
        flex-direction: column;
    }
    .cont_videos_testimonios video
    {
        width: 80%;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:570px)
{
    /*priemra parte*/
    .cont_logo img
    {
        width: 70%;
    }
    .cont_logo p
    {
        font-size: 30px;
        padding: 0 20px;
    }
    /*segunda parte*/
    .cont_der_pt2 h1
    {
        font-size: 30px;
    }
    .cont_info_pt2
    {
        width: 100%;
    }
    /*tercera parte*/
    .cont_izq_pt3 h2
    {
        font-size: 30px;
    }
    .cont_izq_pt3 h3
    {
        font-size: 20px;
    }
    .cont_izq_pt3 p
    {
        text-align: center;
    }
    /*cuarta parte*/
    .cont_titulo_pt4 h2
    {
        font-size: 30px;
    }
    .cont_metodo_2 h3
    {
        font-size: 20px;
    }
    /*sexta parte*/
    .cont_izq_pt6 h2
    {
        font-size: 30px;
    }
    /*septim parte*/
    .cont_der_pt7 h2
    {
        font-size: 30px;
    }
    .cont_der_pt7 p
    {
        text-align: center;
    }
    /*octava parte*/
    .cont_arriba_pt8 h2
    {
        font-size: 30px;
    }
    .cont_arriba_pt8 p
    {
        text-align: center;
    }
    /*novena parte*/
    .contenedor_novena_parte h2
    {
        font-size: 30px;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:395px)
{
    /*priemera parte*/
    .cont_logo p
    {
        font-size: 25px;

    }
    /*segunda parte*/
    .cont_der_pt2 h1
    {
        font-size: 25px;
    }
    .opcion_pt2 i
    {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
    .opcion_pt2 p
    {
        font-size: 15px;
    }
    span
    {
        font-size: 15px;
    }
    /*tercera parte*/
    .cont_izq_pt3 h2
    {
        font-size: 25px;
    }
    .cont_izq_pt3 h3
    {
        font-size: 20px;
    }
    .cont_izq_pt3 p
    {
        font-size: 15px;
        text-align: center;
    }
    /*cuarta parte*/
    .cont_titulo_pt4 h2
    {
        font-size: 25px;
    }
    .cont_metodo_2 h3
    {
        font-size: 20px;
    }
    /*sexta parte*/
    .cont_izq_pt6 h2
    {
        font-size: 25px;
    }
    /*septima parte*/
    .cont_der_pt7 h2
    {
        font-size: 25px;
    }   
    .cont_der_pt7 p
    {
        font-size: 15px;
        text-align: center;
    }  
    /*octava parte*/
    .cont_arriba_pt8 h2
    {
        font-size: 25px;
    }  
    .cont_arriba_pt8 p
    {
        font-size: 15px;
        text-align: center;
    }  
    /*novena parte*/
    .contenedor_novena_parte h2
    {
        font-size: 25px;
    }       
}