/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:840px)
{
    /*primera parte*/
    .contendor_primera_parte
    {
        background-image: url(../imagenes/img_1_pt1_movile.jpg);
    }
    .cont_filtro_1_pt1
    {
        align-items:flex-start;
        justify-content:center;
    }
    .cont_info
    {
        width: 100%;
        height: 60%;
        padding: 0 30px;
    }
    /*segunda parte*/
    .cont_filtro_pt2
    {
        flex-direction: column;
    }
    .cont_izq_pt2
    {
        width: 100%;
    }
    .cont_der_pt2
    {
        width: 100%;
    }
    /*tercera parte*/
    .filtro_1_pt3
    {
        flex-direction: column;
    }
    .cont_izq_pt3
    {
        width: 100%;
    }
    .cont_der_pt3
    {
        width: 100%;
    }
    /*imagenes*/
    .contenedor_imagenes
    {
        flex-direction: column;
    }
    .cont_izq_img
    {
        width: 100%;
    }
    .cont_izq_img img
    {
        width: 90%;
        height: auto;
    }
    .cont_der_img
    {
        width: 100%;
    }
    .cont_arriba_img
    {
        flex-direction: column;
    }
    #grande_img
    {
        width: 90%;
        height: auto;
    }
    #medio_img
    {
        width: 90%;
        height: auto;
    }
    #chica_img
    {
        width: 90%;
        height: auto;
    }
    /*mayor de edad*/
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:570px)
{
    /*primera parte*/
    .cont_info
    {
        height: 70%;
        padding: 0 20px;
    }
    .cont_info h1
    {
        font-size: 60px;
    }
    .cont_info h2
    {
        font-size: 40px;
    }
    /*segunda parte*/
    .cont_izq_pt2 img
    {
        width: 80%;
    }
    .cont_der_pt2 h2
    {
        font-size: 20px;
    }
    .cont_der_pt2 h3
    {
        font-size: 30px;
    }
    /*tercera parte*/
    .cont_izq_pt3 h2
    {
        font-size: 25px;
    }
    .cont_der_pt3
    {
        flex-direction: column;
    }
    /*imagenes*/
    .cont_izq_img img
    {
        width: 95%;
        height: auto;
    }
    #grande_img
    {
        width: 95%;
        height: auto;
    }
    #medio_img
    {
        width: 95%;
        height: auto;
    }
    #chica_img
    {
        width: 95%;
        height: auto;
    }
    /*mayor de edad*/
    .contenedor_mayor_edad h2
    {
        font-size: 30px;
    }
    .contenedor_mayor_edad p
    {
        width: 90%;
        font-size: 17px;
    }
    .cont_campos_ingresar_fecha input
    {
        width: 120px;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:395px)
{
    /*primera parte*/
    .cont_info h1
    {
        font-size: 50px;
    }
    .cont_info h2
    {
        font-size: 25px;
    }
    /*segunda parte*/
    .cont_der_pt2 h2
    {
        font-size: 17px;
    }
    .cont_der_pt2 h3
    {
        font-size: 25px;
    }
    .cont_der_pt2 p
    {
        font-size: 15px;
    }
    /*tercera parte*/
    .cont_izq_pt3 h2
    {
        font-size: 20px;
    }
    .cont_izq_pt3 p
    {
        font-size: 15px;
    }
    /*mayor de edad*/
    .contenedor_mayor_edad h2
    {
        font-size: 25px;
    }
    .contenedor_mayor_edad p
    {
        width: 90%;
        font-size: 15px;
    }
    .cont_campos_ingresar_fecha input
    {
        width: 100px;
    }
}