* {
    margin: 0;
    padding: 0;
    color: #fff;
}

/*footer*/
#footer1 {
    width: 100%;
    font-size: 110%;
    padding-top: 4vh;
    margin: 0;
    box-sizing: border-box;
    background-color: rgb(0, 52, 104);
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}
#atencion p{
    margin-bottom: 0px !important;
}



#marcaregistrada {
    margin: auto;
    margin-bottom: 1vh;
    display: block;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}
#atencion a {
    text-decoration: none;
}
#direccion a {
    text-decoration: none;
}

/*tamaño compu o tele*/
@media screen and (min-width:1350px) {
    #footer1 {
        display: grid;
        grid-template-rows: 70% 30%;
    }
    #info{
        display: grid;
        grid-template-columns: 50% 50%;
        text-align: center;
    }
}

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

    #footer1 {
        display: grid;
        grid-template-rows: auto;

    }
    #info{
        display: grid;
        grid-template-rows: 50% 50%;
        text-align: center;
        
    }
    #info div{
        padding: 2vh;
    }



}

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



    #footer1 {
        padding-top: 1%;
        font-size: 80%;
    }

    #atencion {
        margin-left: 30%;
        margin-top: 30px;
    }


    #direccion {
        margin-left: 30%;
        margin-top: 30px;
    }

    #marcaregistrada {
        margin-left: 30%;

    }


}

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


    #atencion {
        margin-left: 8%;

    }


    #direccion {
        margin-left: 8%;

    }

    #marcaregistrada {
        padding-top: 45px;

    }


}

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


    #atencion {
        margin-left: 1%;

    }


    #direccion {
        margin-left: 1%;

    }

    #marcaregistrada {
        padding-top: 30px;


    }



}