/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:840px)
{
    /*primera parte*/
    .cont_informacion_pt1
    {
        height: 40vh;
        flex-direction: column;
        padding-left: 0px;
    }
    .cont_informacion_pt1 img
    {
        width: 400px;
    }
    .cont_informacion_pt1 h1
    {
        font-size: 30px;
        padding: 20px 0;
    }
    /*segunda parte*/
    .box_servicio
    {
        width: 90%;
        height: auto;
    }
    .box_servicio img
    {
        height: auto;
    }
    /*tercera parte*/
    .box_informacion
    {
        width: 90%;
        margin: 20px 0;
    }
    /*promocion pop up*/
    .cont_promociones
    {
        flex-wrap: wrap;
    }
    #w_img_1
    {
        width: 200px;
    }
    #w_img_2
    {
        width: 200px;
    }
    #w_img_3
    {
        width: 200px;
    }
    /*contenido motorrad*/
    .cont_abajo_botones
    {
        flex-direction: column;
        padding: 0;
    }
    .boton_facebook
    {
        width: 90%;
        height: auto;
        padding: 20px 0;
        margin: 20px 0;
    }
    .boton_motorrad
    {
        width: 90%;
        height: auto;
        padding: 20px 0;
        margin: 20px 0;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:570px)
{
    /*primera parte*/
    .cont_informacion_pt1 h1
    {
        font-size: 20px;
    }
    .cont_informacion_pt1 img
    {
        width: 300px;
    }
    /*segunda parte*/
    .cont_info_box_pt2 h2
    {
        font-size: 40px;
    }
    /*tercera parte*/
    .box_informacion
    {
        height: auto;
        flex-direction: column;
    }
    .box_informacion img
    {
        margin: 30px 0;
    }
    /*promicion pop up*/
    .promocion_1 img
    {
        width: 90%;
    }
    .promocion_2 img
    {
        width: 90%;
    }
    .promocion_3 img
    {
        width: 90%;
    }
    .promocion_4 img
    {
        width: 90%;
    }
    /*contenido motorrad*/
    .boton_facebook h2
    {
        font-size: 25px;
    }
    .boton_motorrad h2
    {
        font-size: 25px;
    }
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
@media screen and (max-width:395px)
{
    /*primera parte*/
    .cont_informacion_pt1 img
    {
        width: 250px;
    }
    .cont_informacion_pt1 h1
    {
        font-size: 17px;
    }
    /*segunda parte*/
    .box_servicio h2
    {
        font-size: 20px;
    }
    .box_servicio p
    {
        font-size: 17px;
    }
    /*tercera parte*/
    .cont_informacion_box h3
    {
        font-size: 17px;
    }
    .cont_informacion_box p
    {
        font-size: 17px;
    }
    .cont_informacion_box h4
    {
        font-size: 17px;
    }
    .cont_informacion_box h5
    {
        font-size: 17px;
    }
    /*contenido motorrad*/
    .boton_facebook h2
    {
        font-size: 20px;
    }
    .boton_facebook p
    {
        font-size: 17px;
    }

    .boton_motorrad h2
    {
        font-size: 20px;
    }
    .boton_motorrad p
    {
        font-size: 17px;
    }
}