@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap');




.gsm{/*BARRA DE MOVIL*/
    width: 100%;
    height: 150px;
    background-color: #1e1e1e;
    margin: 0 auto;
    display: none;
}


.image-gsm{ /*IMAGEN CONTENIDA EN BARRA DE MOVIL*/
    width: 10%;
   }


.avisoPTitle{
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    
    font-family: 'Red Hat Display', sans-serif;

}

.avisoPContent{
    margin-top: 2.5%;
    margin-bottom: 5%;
    padding-left: 7%;
    padding-right: 7%;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.5em;

}


.footer-page{
    background-color: #1e1e1e;
    color: white;
    width: 100vw;
    height: 150px;
    margin-bottom: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



.mainFooter{
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footerHref{
    color: white;
    transition: 0.2s;
}

.footerHref:visited, .footerHref:link, .footerHref:active{
    text-decoration: none;
}

.footerHref:hover{
    color: #a42626;
}



@media screen and (max-width: 750px) {

    .gsm{
        display: flex;
        align-items: center;
        justify-content: right;
        margin-right: 5%;
    }

    .image-gsm{
        width: 200px;
    }

}

@media screen and (max-width: 1022px) {

    .gsm{
        display: flex;
        align-items: center;
        justify-content: right;
        margin-right: 5%;

    }

    .image-gsm{
        width: 200px;
    }
}