@charset "utf-8";
.Bk_rodape{
    width:100%;
    height:auto;
    background: #000;
    float:left;
    padding-top:50px;
    padding-bottom:50px;
}
.Larg_pe{
    max-width:1280px;
    margin:auto;
    display: flex;
    gap:10px;
}
.QuadRodaPe{
    width:25%;
    height:auto;
}
.QuadRodaPe_logo{
    width:25%;
    height:auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.logoR_empresa{
    content:'';
    width:230px;
    height:50px;
    background: url(../imagens/logo-tipo/kws-brasil-pb.svg) no-repeat center center;
    background-size:contain;
}    
.logoR_empresa2{
    content:'';
    width:250px;
    height:155px;
    background: url(../imagens/rodape/nimo-iso.svg) no-repeat center center;
    background-size:contain;
}
.TXT_rodape{
    font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:400; color:#FFF; text-align: left;
    line-height:1.5;
}    
.BTrodape{
    width: auto;
    height:50px;
    padding-left:50px;
    padding-right:20px;
    margin-top:25px;
    border-radius:5px;
	border:1.5px solid #FFF;
    background: #000;
    cursor:pointer;
    transition:0.2s ease-in-out;
    font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color:#FFF; text-align: left;
    text-decoration:none;
    display: inline-flex;
    align-items: center;
    line-height:1.2;
    position:relative;
}
.BTrodape:hover{
    background: #FFF;
	border:1.5px solid #1a1a1a;
	box-shadow: 0 0 25px rgba(220, 0, 0, 0.6);
	color: #000;
}
.BTrodape.atendimento::before{
    content:''; width:50px; height:50px; position:absolute; left:0; top:0;
    background: url(../imagens/botoes/atendimento.svg) no-repeat center left; 
}    
.BTrodape.clique::before{
    content:''; width:50px; height:50px; position:absolute; left:0; top:0;
    background: url(../imagens/botoes/clique.svg) no-repeat center left; 
}        
.BTrodape.compartilhar::before{
    content:''; width:50px; height:50px; position:absolute; left:0; top:0;
    background: url(../imagens/botoes/compartilhar.svg) no-repeat center left; 
}                        
.LinkR{
    color:#FFF;
    text-decoration:none;
    cursor:pointer;
    transition:ease-in-out 0.2s;
}
.LinkR:hover{
    padding:6px;
    border-radius:4px;
    background: #Dc0000;
    color: #FFF;
    font-weight:500;
}

@media(max-width:1280px){
    .Larg_pe{
        max-width:95%;
    }
}    

@media(max-width:1000px){
    .Larg_pe{
        flex-wrap: wrap;
    }
    .QuadRodaPe, .QuadRodaPe_logo{
        width:100%;
        margin-right:0;
        margin-bottom:10px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }    
    .TXT_rodape{
        width:100%;
        text-align: center;
        line-height:1.3;
    }
    .LinkR{
        justify-content: center;
    }    
}        
.ItemBK_rodape{
    width:100%;
    height:auto;
    float:left;
    margin-top:30px;
    display: flex;
    align-items: stretch;
}    
.QRcompartilhaR{
    flex: 0 0 96px;
    height: 127px;
    background: url(../imagens/rodape/compartilhe-site.svg) no-repeat top center;
    margin-right: 10px;
}    
.BKroda_BT{
    flex: 1;
    display: flex;
    flex-direction: column;
}    
.mapa-kws {
  width: 100%;
  height: 100px;
  border: 0;
  margin-top: 5px;
}    
.BkCriador{
    width:100%;
    height:auto;
    padding-top:15px;
    padding-bottom:15px;
    background-color: #000;
    float:left;
    display: flex;
    justify-content: center;
    border-top:1px solid #333;
}    
.logoElias{
    content:'';
    width:145px;
    height:37px;
    background: url(../imagens/rodape/EliasDaMata.svg) no-repeat center center;
    background-size:contain;
}    

/*BOTÃO WHATSAPP*/
.BTfxWhats .IconeWhats{
    width:50px;
    height:50px;
    z-index:990;
    cursor:pointer;
    background: url(../imagens/rodape/WhatsApp-FixoR.svg) no-repeat center center;
}
.BTfxWhats{
    position:fixed;
    bottom:15px; right:15px;
    width:55px;
    height:55px;
    background:#00dc00 ;
    border-radius:75px;
    display:flex;
    justify-content:center;
    align-items: center;
    z-index:800;
}    
.BTfxWhats:before, .BTfxWhats::after{
    content:'';
    display:block;
    position:absolute;
    background:#00ff00;
    border-radius:50%;
    left:-20px;
    right:-20px;
    top:-20px;
    bottom:-20px;
    animation: LIGAAQUI 1.5s linear infinite;
    opacity:0;
    z-index:800;
}        
@keyframes LIGAAQUI{
    0%{ transform: scale(0.3); opacity:0; }
    50%{ opacity:1; }
    100%{ transform: scale(0.8); opacity:0; }
}                

/* POLITICA DE PRIVACIDADE COOKIES */
.fundo_Avisocookies.hide {display: none !important;}
.fundo_Avisocookies {
    width: 350px; 
    height: auto;
    padding-top: 40px; 
    padding-bottom: 30px;
    border-radius:5px;
    border:1.5px solid #F00; 
    position: fixed; 
    bottom: 100px;
    right: 15px;
    z-index: 999;
    background: #FFF;
}
.txt_Avisocookies{
    width:300px; height:auto;
    margin:auto;
    padding-bottom:15px;
    font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:400; color: #333; text-align: center; line-height:20px;
    position:relative;
}
a.Link_PoliticaCookies:link,
a.Link_PoliticaCookies:visited,
a.Link_PoliticaCookies:active,
a.Link_PoliticaCookies:hover {
    text-decoration: underline;
    color: #333;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
a.Link_PoliticaCookies:hover {
    padding: 3px;
    border-radius: 5px;
    background: #F00;
    text-decoration: none;
    color: #FFF;
}
.icoAvisoCookies {
    width:40px; height:40px;
    background: #F00 url(../imagens/rodape/ico_Aviso-FixoR.svg) no-repeat center center;
    position:absolute; 
    top:-20px; left:50%; margin-left:-20px;
    border-radius:30px;
    border:0;
}
.Bt_Avisocookies{
    width:250px; height:auto;
    margin:auto;
    padding-top:15px; padding-bottom:15px;
    border-radius:5px;
	border:1.5px solid #FFF;
    background: #000; 
    cursor: pointer;
    font-family:'Rubik',Arial, Helvetica, sans-serif; font-size:16px; font-weight:500; color: #FFF; text-align: center;
    transition: 0.2s ease-in-out;
}
.Bt_Avisocookies:hover{
    background: #FFF;
	border:1.5px solid #1a1a1a;
    color: #000;
}
@media(max-width:550px){
    .fundo_Avisocookies{
        width:100%;right:0; border-radius:0; bottom:0;
    }
}