* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
    color: #0c0c0c;

}


#footer1 {
    width: 100%;
    font-size: 140%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #FF9800;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}



#celular {
    color: #0f0f0f;
    margin-top: 60px;
    font-size: 110%;
}

#correo {

    margin-top: 60px;
    font-size: 110%;
}
#fichaMedica{
    margin-top: 60px;
    font-size: 80%;
}
#acuerdo{
    margin-top: 10px;
    font-size: 80%;
}

#marcaregistrada {
    margin-top: 40px;
    font-size: 80%;
    text-align: center;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}

#celular a {
    text-decoration: none;
}
#correo a {
    text-decoration: none;
}
#fichaMedica a{
    text-decoration: none;
}
#acuerdo a{
    text-decoration: none;
}
#marcaregistrada a {
    text-decoration: none;
    color: #0c0c0c;
}
#imgDescargar{
    width: 3%;
}
p{
    margin-bottom: 0 !important;
}
/*hover*/
@media(hover:hover){
    #correo p a:hover{
        color: rgb(247, 244, 244) !important;
    }
    #celular p a:hover{
        color: rgb(247, 244, 244) !important;
    }
    #fichaMedica p a:hover{
        color: rgb(247, 244, 244) !important;
    }
    #acuerdo p a:hover{
        color: rgb(247, 244, 244) !important;
    }
    #marcaregistrada p a:hover{
        color: rgb(247, 244, 244) !important;
    }
}

/*tamaño compu o tele*/
@media screen and (min-width:1350px) {

    #infoFooter{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: start;
        margin-left: 20%;
    }

}

/*tamaño tablet*/
@media screen and (min-width:800px) and (max-width:1350px) {

    #infoFooter{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
    }
    #imgDescargar{
        width: 4%;
    }

}

/*para tamaño telefono*/
@media screen and (max-width:800px) {
    #infoFooter {
        width: 100%;
        font-size: 110%;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        text-align: center;
    }
    #imgDescargar{
        width: 2.5%;
    }
}

/*para tamaño telefono chico*/
@media screen and (max-width:460px) {


    #infoFooter {
        width: 100%;
        font-size:80%;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        text-align: center;
    }


}

@media screen and (max-width:290px) {


    #infoFooter {
        width: 100%;
        font-size: 60%;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        text-align: center;
    }



}