* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';

}



/*footer*/
#footer1 {
    width: 100%;
    font-size: 90%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(32, 72, 184, 0.644), rgba(59, 108, 221, 0.76)),
        url(../imginicio/fondo3.webp );
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}

#atencion {
    margin-left: 9%;
    margin-top: 30px;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}

#cobranza {
    margin-left: 30%;
    margin-top: -60px;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}

#tecnicas {
    margin-left: 55%;
    margin-top: -70px;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}

#marcaregistrada {
    padding-top: 45px;
    margin: auto;
    display: block;
    font-family: 'Roboto', 'Times New Roman', Times, serif, 'Times New Roman', Times, serif, 'Gill Sans', 'Gill Sans MT';
}

#politica {
    margin-left: 80%;
    margin-top: -130px;
}

#terminos {
    margin-left: 80%;
    margin-top: 20px;
}

#atencion a {
    text-decoration: none;
}

#cobranza a {
    text-decoration: none;
}

#tecnicas a {
    text-decoration: none;
}


#politica a {
    text-decoration: none;
}

#terminos a {
    text-decoration: none;
}

/*tamaño compu o tele*/
@media screen and (min-width:1350px) {



    #footer1 {
        display: grid;
        grid-template-columns: repeat(3 1fr);


    }


}

/*tamaño tablet*/
@media screen and (min-width:800px) and (max-width:1350px) {

    #footer1 {
        padding-top: 1%;
        font-size: 80%;
    }

    #atencion {
        margin-left: 2%;
        margin-top: 30px;
    }

    #cobranza {
        margin-left: 34%;
        margin-top: -60px;
    }

    #tecnicas {
        margin-left: 67%;
        margin-top: -70px;
    }

    #marcaregistrada {
        margin-left: 34%;
        margin-top: 20px;

    }

    #politica {
        display: none;
    }

    #terminos {
        display: none;
    }

}

/*para tamaño telefono*/
@media screen and (max-width:800px) {



    #footer1 {
        padding-top: 1%;
        font-size: 80%;
    }

    #atencion {
        margin-left: 30%;
        margin-top: 30px;
    }

    #cobranza {
        margin-left: 30%;
        margin-top: 30px;
    }

    #tecnicas {
        margin-left: 30%;
        margin-top: 30px;
    }

    #marcaregistrada {
        margin-left: 30%;

    }

    #politica {
        display: none;
    }

    #terminos {
        display: none;
    }

}

/*para tamaño telefono chico*/
@media screen and (max-width:460px) {


    #atencion {
        margin-left: 8%;

    }

    #cobranza {
        margin-left: 8%;

    }

    #tecnicas {
        margin-left: 8%;

    }

    #marcaregistrada {
        padding-top: 45px;

    }


}

@media screen and (max-width:290px) {


    #atencion {
        margin-left: 1%;

    }

    #cobranza {
        margin-left: 1%;

    }

    #tecnicas {
        margin-left: 1%;

    }

    #marcaregistrada {
        padding-top: 30px;


    }



}