@media only screen and (min-width: 1440px){
div, p, h1, h1{
    overflow-y:hidden;
}
.content3 span {
    font-family:verdana;
    font-size:1vw;
}
/* FOOTER */
.footer1 p:nth-child(1){
    font-size:6vw;
}

}
/*                              PARA CELULARES                              */
@media only screen and (max-width:425px){
    #home{
        background:url(../assets/home_mobile.jpg) no-repeat;
        background-size:100vw 100vh;
        margin-top:0px;
        display:grid;
        grid-template-columns:100vw;
        grid-template-rows:45vh 55vh;
    }

    .title1{
        font-size:12vw;
    }
    .content2{
        font-size:3vw;
        margin-right:2%;
    }
    .content p:nth-child(4){
        padding:5px;
        margin: 0 auto;
        width:58%;
    }
    /*    ENTRENAMIENTO     */
    #entrenamiento{
        background:url(../assets/entrenamientos.mobile.jpg) no-repeat #E6E7E8;
        background-size:100vw 100vh;
        /* background-position-y:8vh; */
        display:grid;
        grid-template-columns:100vw;
        grid-template-rows:20vh 30vh 50vh;
    }
    .entrenamiento1{
        margin:0;
        display:flex;
        justify-content:space-between;
        flex-direction:column;
    }
    .titleTraining{
        height:11vh !important;
        width:100%;
        font-size:18vw;
        height:20vh;
    }
    .content3{
        background-color:rgba(254, 254, 254, 0.363);
        margin-left: 0px;
        padding:5px;
        width: 80%;
        font-size: 2.9vw;
    }
    .section3{
        height:100%;
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:center;
        grid-column:1;
    }
    /* .purpleShow2{
        font-size:2.9vw;
    } */
    .purpleHiddeMessage{
        background-color:rgba(102, 102, 51, 0.400);
        display:block;
        height:auto;
        /* margin-top:2%; */
        padding:5px;
        width:80%;
        text-align:center;
        font-size:2.9vw;
        font-weight:bold;
        color:#ffffff;
    }
    .entrenamientoButton{
        display:flex;
        justify-content:space-between;
        width:95%;
        height:16vh;
    }
    #nuestro-equipo{
        background:url(../assets/equipo.celular.jpg) no-repeat #E6E7E8;
        background-size:100vw 100vh;
    }
    .entrenador{
        font-size:8vw;
        text-align:center;
    }
    #contacto{
        background:url(../assets/contacto.mobile.jpg) no-repeat;
        background-size:100% 100%;
    }
    #contacto h1{
        margin-top:25%;
    }
    form{
        width:100%;
    }
    .formulario{
        width:90%;
    }
    footer{
        height:35%;
        display:flex;
        flex-direction:column-reverse;
        align-items:center;
    }
    .sponsorLogo{
        width:38%;
        padding-top:0;
    }
    .derechosReservados{
        font-size:2vw !important;
    }
    #address{
        width:auto;
        font-size:3vw;
        margin-right:0;
    }
    .footer2 {
        margin-left:2%;
        justify-content:flex-start;
        align-content:flex-start;
        height:auto;
    }

    .footer2 p{
        margin:2% 0 ;
        font-size:12vw;
        margin-left:2%;
    }
}