@media screen and (max-width:1000px)
{
    /*priemra parte*/
    .cont_espacio_informacion
    {
        width: 100%;
        height: 70%;
        background-image: url(../img/img_info_pt1_movil.png);
        background-position: bottom;
        justify-content:center;
        padding-bottom: 0px;
    }
    /*segunda parte*/
    .contenedor_segunda_parte
    {
        flex-direction: column;
    }
    .cont_izq_pt2
    {
        width: 100%;
    }
    .cont_img_pt2
    {
        height: 60vh;
    }
    .cont_der_pt2
    {
        width: 100%;
        padding: 20px;
    }
    /*tercera parte*/
    .visualizador
    {
        width: 80%;
    }
    /*cuarta parte*/
    .box_pt4
    {
        flex-direction: column;
        height: auto;
    }
    .fondo
    {
        padding: 10px;
    }
    .cont_izq_pt4
    {
        width: 100%;
        justify-content:center;
        padding-right: 0px;
    }
    .cont_izq_pt4 img
    {
        width: 20%;
    }
    .cont_der_pt4
    {
        width: 100%;
        align-items:center;
    }
    .cont_der_pt4 h5
    {
        font-size: 25px;
    }
    /*quinta parte*/
    .filtro_5_pt
    {
        background-image: url(../img/fondo_videos_pt5_movil.png);
    }
    .cont_videos_pt5
    {
        justify-content:center;
        flex-wrap: wrap;
    }
    .box_video
    {
        width: 350px;
        margin: 15px;
    }
    /*visualizador*/
    .video
    {
        width: 60%;
    }
}
@media screen and (max-width:840px)
{
    /*primera parte*/
    .cont_espacio_informacion
    {
        width: 100%;
        height: 100%;
    }
    .cont_espacio_informacion h2
    {
        font-size: 25px;
    }
    .cont_espacio_informacion h1
    {
        font-size: 80px;
    }
    .cont_espacio_informacion h3
    {
        font-size: 30px;
    }
    /*segunda parte*/
    .cont_der_pt2 h3
    {
        font-size: 30px;
    }
    /*tercera parte*/
    .contenedor_tercera_parte h3
    {
        font-size: 30px;
    }
    .visualizador
    {
        width: 90%;
        height: 500px;
    }
    /*cuarta parte*/
    .cont_izq_pt4 img
    {
        width: 40px;
    }
    .cont_der_pt4 h4
    {
        text-align: center;
        font-size: 17px;
    }
    .cont_der_pt4 h5
    {
        text-align: center;
        font-size: 25px;
    }
    /*quinta parte*/
    .cont_titulos h3
    {
        font-size: 30px;
    }
    .cont_videos_pt5
    {
        flex-direction: column;
    }
    .box_video
    {
        width: 80%;
        height: 400px;
    }
}
@media screen and (max-width:570px)
{
    /*primera parte*/
    .cont_espacio_informacion
    {
        padding-left: 20px;
    }
    .cont_espacio_informacion h2
    {
        font-size: 20px;
    }
    .cont_espacio_informacion h1
    {
        font-size: 80px;
    }
    .cont_espacio_informacion h3
    {
        font-size: 25px;
    }
    /*segunda parte*/
    .cont_der_pt2 h2
    {
        font-size: 17px;
    }
    .cont_der_pt2 h3
    {
        font-size: 25px;
    }
    .cont_menu_nosotros p
    {
        font-size: 15px;
    }
    .cont_parrafos_nosotros
    {
        height: 220px;
    }
    .cont_parrafos_nosotros p
    {
        font-size: 17px;
    }
    /*tercera parte*/
    .contenedor_tercera_parte h2
    {
        font-size: 17px;
    }
    .contenedor_tercera_parte h3
    {
        font-size: 25px;
    }
    .visualizador
    {
        width: 100%;
        height: 400px;
    }
    /*cuarta parte*/
    .contenedor_cuarta_parte
    {
        flex-direction: column;
    }
    .box_pt4
    {
        width: 100%;
        padding: 10px;
    }
    /*quinta parte*/
    .cont_titulos h2
    {
        font-size: 17px;
    }
    .cont_titulos h3
    {
        font-size: 25px;
    }
    .box_video
    {
        width: 90%;
        height: 350px;  
    }
    /*visualizador*/
    .video
    {
        width: 90%;
    }
}
@media screen and (max-width:395px)
{
    /*primera parte*/
    .cont_espacio_informacion
    {
        height: 110%;
    }
    .cont_espacio_informacion h2
    {
        font-size: 17px;
    }
    .cont_espacio_informacion h1
    {
        font-size: 60px;
    }
    .cont_espacio_informacion h3
    {
        font-size: 20px;
    }
    /*segunda parte*/
    .cont_parrafos_nosotros
    {
        height: 200px;
    }
    .cont_der_pt2 h3
    {
        font-size: 20px;
    }
    .cont_parrafos_nosotros p
    {
        font-size: 15px;
    }
    /*tercera parte*/
    .contenedor_tercera_parte h3
    {
        font-size: 20px;
    }
    /*cuarta parte*/
    /*quinta parte*/
    .cont_titulos h3
    {
        font-size: 20px;
    }
    /*visualizador*/
    .video
    {
        width: 80%;
    }
}