/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:840px)
{
    /*primera parte*/
    .contenedor_primera_parte
    {
        background-image: url(../imagenes/img_1_pt1_movile.png);
        background-position: center;
        justify-content:flex-start;
    }
    .cont_info_pt1
    {
        width: 90%;
        justify-content:flex-start;
        padding-top: 80px;
        padding-left: 30px;
    }
    /*segunda parte*/
    .box_pt2
    {
        width: 90%;
        height: auto;
    }
    /*tercera parte*/
    .contenedor_tercera_parte
    {
        height: auto;
    }
    .filtro_pt3
    {
        height: auto;
        padding: 30px 0;
    }
    .cont_informacion_formulario
    {
        flex-direction: column;
    }
    .cont_izq_form
    {
        width: 100%;
    }
    .cont_der_form
    {
        width: 100%;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:570px)
{
    /*primera parte*/
    .cont_info_pt1 h1
    {
        font-size: 50px;
    }
    .cont_info_pt1 h2
    {
        font-size: 40px;
    }
    /*segunda parte*/
    .contenedor_segunda_parte h2
    {
        font-size: 40px;
    }
    /*tercera parte*/
    .titulo_datos h2
    {
        font-size: 25px;
    }
    form
    {
        width: 100%;
    }
    /*cuarta parte*/
    .contenedor_cuarta_parte h2
    {
        font-size: 40px;
        text-align: center;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:395px)
{
    /*primera parte*/
    .cont_info_pt1
    {
        width: 95%;
        padding-left: 10px;
    }
    .cont_info_pt1 h1
    {
        font-size: 40px;
    }
    .cont_info_pt1 h2
    {
        font-size: 30px;
    }
    .cont_info_pt1 p
    {
        font-size: 20px;
    }
    /*segunda parte*/
    .contenedor_segunda_parte h2
    {
        font-size: 30px;
    }
    .box_pt2 h3
    {
        font-size: 20px;
    }
    /*tercera parte*/
    .filtro_pt3 h2
    {
        font-size: 30px;
    }
    .titulo_datos h2
    {
        font-size: 20px;
    }
    .cont_fila
    {
        width: 95%;
    }
    /*cuarta parte*/
    .contenedor_cuarta_parte h2
    {
        font-size: 30px;
    }
}