@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300&display=swap');

label{
    font-family: 'Red Hat Display', sans-serif;
    font-size: 1.5em;
}

textarea{
    resize: none;
}

.gsm{/*BARRA DE MOVIL*/
    width: 100vw;
    height: 150px;
    background-color: #1e1e1e;
    margin: 0 auto;
    display: none;
}


.image-gsm{ /*IMAGEN CONTENIDA EN BARRA DE MOVIL*/
    width: 10%;
   }

.voidContainer{
    width: 100%;
    height: 150px;
    display: block;
}

.textContainer{
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Red Hat Display', sans-serif;
}

.textContainer > h3{
    font-size: 3em;
    font-family: 'Red Hat Display', sans-serif;
}

.textContainer > p{
    font-size: 1.5em;
    font-family: 'Red Hat Display', sans-serif;
}

.infoFormContainer{
    border-top: solid 0.25px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
    /* background-color: aliceblue; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.formContainer{
    width: 400px;
    height: auto;

}

.formClass{
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.fieldElement{
    margin: 2.5%;
}

.descriptionField{
    margin: 2.5%;
    width: 80%;
    height: 10em;
}

.descriptionLabel{
    margin: 2.5%;
    padding-top: 2%;
}


.tablesContainer{
    width: 50%; 
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;   
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.infoTable{
    /* border: solid 1px black; */
    border-collapse: separate;
    border-radius: 10px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tableRow{
    border: solid 1px black;
    border-radius: 10pt;
    font-family: 'Red Hat Display', sans-serif;
}

.tableData{
    border-radius: 5px;
    width: 10%;
    border: solid 1px black;
    font-size: 1.25em;
}

.tableHeader{
    font-family: 'Red Hat Display', sans-serif;
}

a:active, a:link, a:visited{
    text-decoration: none;
}

.buttonsTable{
    width:79px;
    height: 26px;
    background-color: white;
    border: solid 1px black;
    border-radius: 2%;
    margin: 5%;
    transition: 0.8s;
    font-size: 0.9em;
    display: flex;
    justify-content: center;
    align-items: center;

}

.buttonsTable:active{
    width: 69px;
    height: 16px;
}


footer{
    background-color: #1e1e1e;
    color: white;
    width: 100vw;
    height: 150px;


    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) {

    .voidContainer{
        display: none;
    }

    .gsm{
        display: flex;
        align-items: center;
        justify-content: right;
        margin-right: 5%;
    }

    .infoTable{
        width: 320px;
    }

    .image-gsm{
        width: 200px;
    }

    .footer-page{
        top: 100%;
    }
}

@media screen and (max-width: 1022px) {

    .voidContainer{
        display: none;
    }

    .gsm{
        display: flex;
        align-items: center;
        justify-content: right;
        margin-right: 5%;

    }

    .image-gsm{
        width: 200px;
    }
}