@font-face {
    font-family: 'nettoregular';
    src: url('../fonts/netto-webfont.woff2') format('woff2'),
         url('../fonts/netto-webfont.woff') format('woff'),
         url('../fonts/netto-webfont.ttf') format('truetype'),
         url('../fonts/netto-webfont.svg#nettoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-family: "nettoregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*
    background-image: url("../images/backgroung.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #00213d;
*/
    color: #000;
    letter-spacing: 1px;
    word-spacing: 5px;
}

.container {
  max-width: 1160px;
}

.header {
    line-height: 70px;
}

.header img {
    display:block;
    margin: 12px auto 0 auto;
}

.url {
    text-align: center;
}

.url a {
    color: black;
    text-decoration: none;
}

@media (min-width: 1200px) {
.header img {
    margin: 12px auto 0 0;
}
.url {
    text-align: right;
}
}

.section_cottom {
    background-image: url("../images/bg-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sustentabilidade {
    padding: 205px 0;
    text-align: center;
}

.sustentabilidade img {
    display: block;
    width: 100%;
    max-width: 456px;
    height: auto;
    margin: 0 auto;
}

.texto {
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
    padding: 82px 0;
}

.footer {
    padding: 15px 0;
    background-color: black;
}

.limite {
    background:none; 
    margin: auto; 
    min-width:200px; 
    max-width:1200px;
}

.sessao-footer {
    display: none;
}

.Rsessao-footer {
    text-align: center;
    background:#000;
    font-size: 14px;
}

.Rsessao-footer .row:not(:first-child) {
    margin-top: 10px;
}

.Rsessao-footer a {
    color: white;
    text-decoration: none;
}

.Rsessao-footer a:hover {
    color:#dc0a3d;
}

@media (min-width: 1200px) {
    .sessao-footer {
        display: block;
        height: 40px; 
/*        padding:15px 0; */
        background:#000;
    }
    .Rsessao-footer {
        display: none;
    }
}

.efeito-01{-webkit-transform: translateZ(0); transition: 0.4s ease;}

.sessao-footer .area-loginhos{position: relative; cursor: pointer}
.sessao-footer .area-loginhos .logo-footer{width: 40px; height: 40px; background: url(../images/footer-logo.png) center center no-repeat; float: left; margin-right: 10px;}
.sessao-footer .area-loginhos .seta{width: 50px; height: 40px; background: url(../images/footer-seta.png) 0 center no-repeat; float: left; margin-right: 10px;}
.sessao-footer .area-loginhos ul{padding: 0; margin: 0; list-style: none; opacity: 0;}
.sessao-footer .area-loginhos ul li{height: 40px; float: left; margin-right: 10px;}
.sessao-footer .area-loginhos ul li a{line-height: 40px; color: #fff;  font-size: 16px; margin: 0 20px;}
.sessao-footer .area-loginhos ul li a:hover{color:#dc0a3d;}
.sessao-footer .area-loginhos:hover ul{opacity: 1;}
.sessao-footer .area-loginhos:hover .seta{background-position: center center;}

.sessao-footer a {
    text-decoration: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.idioma {
    margin-left: 20px;
}

.idioma a {
    color: black;
    text-decoration: none;
}

.idioma a:hover {
    color: red;
    text-decoration: none;
}

.idioma a:active,
.idioma a.active {
    color: red;
    text-decoration: none;
}