footer{
    float: left;
    width: 100%;
    background-color: #a60000;
    padding: 30px 0;
}

footer img#logo-footer{
    display: inline-block;
    margin-top: 30px;
}

footer div#contato-footer{
    display: inline-block;
    width: 90%;
    margin-top: 30px;
}

footer div#contato-footer a{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

footer div#contato-footer a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

footer div#contato-footer a i{
    display: inline-block;
    width: 28px;
    margin-right: 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 28px;
}

footer div#contato-footer a i.icon-whatsapp{
    color: #fff;
}

footer div#contato-footer a i.icon-phone{
    color: #fff;
}

footer div#link-contato{
    display: inline-block;
    width: 90%;
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}

footer div#link-contato a{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #ea2a29;
    padding: 12px 28px;
    margin-top: 5px;
    border-radius: 999px;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}

footer div#link-contato a:hover{
    background-color: #ea2a29;
    color: #fff;
}

footer div#redes-sociais{
    display: inline-block;
    width: 90%;
    margin-top: 30px;
}

footer div#redes-sociais img{
    display: inline-block;
    margin: 0 3px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -moz-transform-style: preserve-3d;
    -moz-transition: -webkit-transform 1s;
    -o-transform-style: preserve-3d;
    -o-transition: -webkit-transform 1s;
    transform-style: preserve-3d;
    transition: -webkit-transform 1s;
    -webkit-transform: rotate3d(0, 0, 0);
}

footer div#redes-sociais img:hover{
    -webkit-transform: rotate3d(0, 0, 0);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

footer div.separador{
    display: inline-block;
    width: 90%;
    margin-top: 30px;
    height: 2px;
    background-color: #7a0000;
}

footer address{
    display: inline-block;
    width: 90%;
    color: #fff;
    margin-top: 20px;
    font-size: 13px;
    line-height: normal;
}

footer img#clickslim{
    display: inline-block;
    margin-top: 30px;
}

@media screen and (min-width: 768px){
    footer img#logo-footer{
        float: left;
        margin-left: 5%;
        width: auto;
        text-align: left;
    }

    footer div#link-contato, footer div#contato-footer{
        float: left;
        width: 250px;
    }

    footer div#redes-sociais{
        margin-top:30px;
    }

    footer address{
        float: left;
        width: auto;
        margin-left: 5%;
        text-align: left;
    }

    footer img#clickslim{
        float: right;
        margin-right: 5%;
    }
}

@media screen and (min-width: 1024px){
    footer img#logo-footer, footer div#link-contato{
        margin-top: 50px;
    }

    footer div#redes-sociais{
        width: auto;
        float: right;
        margin-right: 5%;
        margin-top: 55px;
    }
}

@media screen and (min-width: 1200px){
    footer div#contato-footer{
        margin-left: 100px;
    }
    
    footer div#link-contato{
        margin-left: 50px;
    }
}

/* ===== WHATSAPP FLUTUANTE E AVISO DE COOKIES ===== */
a.whatsapp-flutuante{
    position:fixed;
    right:28px !important;
    bottom:70px !important;
    z-index:9998;
    display:inline-flex;
    align-items:center;
    gap:9px !important;
    min-width:156px !important;
    max-width:168px !important;
    padding:12px 12px 12px 15px !important;
    background-color:#22b14c;
    color:#fff !important;
    border-radius:26px !important;
    box-shadow:0 8px 24px rgba(0,0,0,.22);
    text-decoration:none !important;
    font-weight:700;
    line-height:1;
    box-sizing:border-box !important;
    transition:transform .25s ease, box-shadow .25s ease;
}

a.whatsapp-flutuante:hover{
    color:#fff !important;
    text-decoration:none !important;
    transform:translateY(-2px);
    box-shadow:0 10px 28px rgba(0,0,0,.28);
}

a.whatsapp-flutuante .whatsapp-flutuante-texto{
    white-space:normal !important;
    text-align:center !important;
    line-height:1.05 !important;
    font-size:14px !important;
}

a.whatsapp-flutuante .whatsapp-flutuante-icone{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    min-width:42px;
    background-color:#16a03d;
    border-radius:50%;
    font-size:27px;
}

.SPEEDMAX-cookie-aviso{
    position:fixed !important;
    left:18px !important;
    right:18px !important;
    bottom:18px !important;
    z-index:999999 !important;
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    max-width:1120px;
    margin:0 auto;
    padding:16px 18px;
    background:#ffffff;
    color:#27333a;
    border:1px solid rgba(166,0,0,.18);
    border-radius:14px;
    box-shadow:0 18px 45px rgba(0,0,0,.18);
    font-family:inherit;
    box-sizing:border-box;
}

.SPEEDMAX-cookie-aviso.is-visible{
    display:flex !important;
}

.SPEEDMAX-cookie-aviso p{
    margin:0;
    font-size:15px;
    line-height:1.45;
    color:#27333a;
}

.SPEEDMAX-cookie-aviso a{
    color:#a60000;
    font-weight:700;
    text-decoration:underline;
}

.SPEEDMAX-cookie-aviso button{
    flex:0 0 auto;
    border:0;
    border-radius:999px;
    background:#a60000;
    color:#ffffff;
    padding:11px 24px;
    font-size:14px;
    font-weight:700;
    line-height:1;
    cursor:pointer;
    white-space:nowrap;
    appearance:none;
    -webkit-appearance:none;
    box-shadow:none;
    outline:none;
    transition:opacity .2s ease, transform .2s ease;
}

.SPEEDMAX-cookie-aviso button:hover{
    opacity:.92;
    transform:translateY(-1px);
}

@media screen and (max-width:767px){
    footer{
        padding-bottom:30px !important;
    }
    a.whatsapp-flutuante{
        left:50% !important;
        right:auto !important;
        bottom:18px !important;
        width:auto !important;
        min-width:270px !important;
        max-width:calc(100vw - 42px) !important;
        padding:10px 14px 10px 18px !important;
        border-radius:999px !important;
        transform:translateX(-50%) !important;
        justify-content:center !important;
        box-shadow:0 7px 22px rgba(0,0,0,.25) !important;
    }
    a.whatsapp-flutuante:hover{
        transform:translateX(-50%) !important;
    }
    a.whatsapp-flutuante .whatsapp-flutuante-texto{
        font-size:0 !important;
        line-height:1 !important;
        white-space:nowrap !important;
    }
    a.whatsapp-flutuante .whatsapp-flutuante-texto::before{
        content:"Atendimento pelo WhatsApp";
        font-size:14px !important;
        white-space:nowrap !important;
    }
    a.whatsapp-flutuante .whatsapp-flutuante-icone{
        width:34px !important;
        height:34px !important;
        min-width:34px !important;
        font-size:23px !important;
    }
    .SPEEDMAX-cookie-aviso{
        left:12px !important;
        right:12px !important;
        bottom:86px !important;
        flex-direction:column;
        align-items:flex-start;
        padding:15px;
        border-radius:12px;
    }
    .SPEEDMAX-cookie-aviso p{
        font-size:13px;
    }
    .SPEEDMAX-cookie-aviso button{
        width:100%;
        padding:12px 18px;
        text-align:center;
    }
}
