.termLGPD{
    position:fixed;
    width:100%;
    bottom:0px;
    background-color:#4f4f4f;
    color:#FFF;
    text-align:center;
    font-size:30px;
    z-index:1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;   
    padding-top: 15px;
    padding-bottom: 15px;
}
.termLGPD label{
    width:100%;
    max-width:800px;
}
.termLGPD a{
    color:#ccc;
}
.termLGPD button{
    background-color:#4f4f4f;
    border: solid 1px #fff;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

.menu.superior .nivel-um>li>a>strong {
    text-transform: uppercase;
}

.menu.superior .nivel-tres a {
    display: none;
}

.links-rodape ul li a {
    font-size: 15px;
    line-height: 25px;
    text-decoration: none !important;
    color: #646464;
}

#rodape .tel-mail a {font-size:13.5px}

#modalNewsletter .componente {background: url(https://cdn.awsli.com.br/1877/1877089/arquivos/news.png); width: 580px; height: 370px;}
div.fancybox-skin {padding: 0px !important;}
div.fancybox-wrap.fancybox-desktop.fancybox-type-html.modal-modalNewsletter.fancybox-opened {width: 580px !important; height: 370px !important;left: 50% !important;margin-left: -290px !important;}
div.fancybox-inner {width: auto !important; height: auto !important;}

modalNewsletter .componente .interno {padding: 120px !important;}

.modal-modalNewsletter .fancybox-inner {
    width: 580px!important;
}

#barraNewsletter .componente .newsletter-assinar:after {
    content: "CADASTRAR";
    color: #fff;
}

#barraNewsletter .componente .botao {
    background-color: #073557 !important;
}


/* Embed para videos do Youtube nos produtos */

.embed-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
 height: auto;
 margin-top: 30px;
 margin-bottom: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

