body{
    margin: 0;
    alignment-baseline: central;  
    alignment-adjust: central;
    color: white;
    font-family: 'open_sansregular';
    color: black;
    text-align: center;
    background: white;
    height: auto;
    display: table;
}

.site{
    text-align: center;
}

header{
    width: 100%;
    alignment-adjust: central;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    right: 0;
    left: 0;
    height: 98px;
    z-index: 99;
}

.topo-header{
    min-width: 75%;
    max-width: 100%;
    height: 98px;
    position: fixed;
    margin-left: 12.5%;
    margin-right: 12.5%;
    text-align: center;

}

.logo-cromagem{
    height: auto;
    width: 132px;
    float: left;
}

.container{
    width: 100%;
    margin: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    background: white;
    display: table;    
}

.container h1{
    color: white;
    font-family: 'peugeotbold';

}



.container .conteudo1{
    width: 100%;
    z-index: 2;
    background: white;
    display: table;
}

.conteudo1 p{
    color: black;
    font-size: 18px;

}

.conteudo1 p span{
    font-family: 'open_sansbold';
}

.topo1{
    width: 100%;
    height: 246px;
    background: url(imagens/quemsomos_bg.jpg) no-repeat;
    background-position: left;
    background-size: auto 100%;
    position: relative;
    float: left;
}

.topo1 h1{
    position: absolute;
    bottom: 0;
    margin-left: 13.5%;
    font-size: 58px;
}



.conteudo-esquerda{
    width: 35%;
    height: 100%;
    position: relative;
    float: left;
    background-color: white;
    text-align: left;
    // padding: 10px;
    margin-left: 13.5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.conteudo-esquerda .logo-conteudo{
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.conteudo1 h2{
    font-size: 30px;
    font-family: 'open_sansbold';
}

.conteudo-direita{
    width: 36%;
    height: 100%;
    position: relative;
    background-color: white;
    text-align: left;
    //padding: 10px;
    float: right;
    margin-right: 13.5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.conteudo-direita ul{
    list-style-type: circle;
    font-size: 18px;
    font-family: 'open_sansbold';
}

.conteudo-direita li{
    padding-top: 10px;
    position: relative;
}

.conteudo-direita .lista{
    max-width: 100%;
    height: auto;
    position: relative;
}

.lista .esquerda{
    position: relative;
    float: left;
    margin-left: -20px;
}

.lista .direita{
    position: relative;
    float: right;
    margin-right: 20px;
}


.conteudo-direita img{
    max-width: 99%;
    height: auto;
    text-align: right;
    margin-top: 30px;
}

.conteudo2{
    width: 100%;
    height: 100%;
    background: url(imagens/qualidade_bg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 2;
    margin: 0;
    display: table;
}

.conteudo2 p{
    font-size: 24px;
    color: white;
    position: relative;
    float: left;
}

.conteudo2 img{
    max-width: 95px;
    max-height: 95px;
    float: left;
    position: relative;
    padding-top: 20px;
    padding-right: 10px;
}

.topo-titulo{
    width: 75%;
    height: 246px;
    margin-left: 13.5%;
    position: relative;
}

.topo-titulo h1{
    position: absolute;
    bottom: 0;
    font-size: 58px;
}



.conteudo-esquerda2{
    width: 37.5%;
    height: 100%;    
    float: left;
    margin-left: 13.5%;
    text-align: left;
    margin-bottom: 5%;
}

.conteudo-esquerda2 div{
    display: table;
}

.conteudo-direita2{
    width: 37.5%;
    height: 100%;
    float: right;
    margin-right: 11.5%;
    text-align: left;
    margin-bottom: 0px;

}

.conteudo-direita2 div{
    display: table;
}

.texto{
    width: 300px;
    height: auto;
    float: left;
}

.conteudo3{
    width: 100%;
    height: auto;
    z-index: 2;    
    background: white;
    display: table;
}

.topo2{
    width: 100%;
    height: 246px;
    background: url(imagens/processos_bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: left;
    position: relative;
    text-align: left;
}

.topo2 h1{
    font-size: 58px;
    position: absolute;
    bottom: 0;
    margin-left: 13.5%;
}

.conteudo-central{
    color: black;
    width: 70%;
    position: relative;
    margin-left: 13.5%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 20px;
    text-align: left;
    display: table;
}

.conteudo3 span{
    font-size: 20px;
}

.conteudo3 span #destaque{
    font-weight: bold;

}

.conteudo3 h2{
    font-family: 'open_sansbold';
    font-size: 30px;
}

.conteudo3 .cromagem{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    display: table;
    margin-bottom: 5%;
}

.conteudo3 p{
    font-size: 14px;
    float: left;
}

.conteudo3 ul{
    font-size: 18px;
    list-style-type: circle;
    float: left;
    width: 40%;
}

.conteudo3 li{
    padding: 10px;
}

.conteudo3 img{
    width: 50%;
    max-height: 100%;
    float: right; 
}

.conteudo4{
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(imagens/sustentabilidade_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: right;
    position: relative;
    color: white;
    text-align: left;
    display: table;
}

.topo-titulo2{
    width: 75%;
    height: 246px;
    margin-left: 13.5%;
    text-align: left;
    position: relative;
}

.topo-titulo2 h1{
    position: absolute;
    bottom: 0;
    font-size: 58px;
}

.sustentabilidade{
    max-width: 75%;
    height: auto;
    position: relative;
    margin-left: 13.5%;
    margin-bottom: 5%;
}    

.sustentabilidade p{
    width: 50%;
    font-size: 24px;
}

.conteudo4 .susten{
    width: 65%;
    font-size: 30px;
    font-family: 'open_sanssemibold';
}

.contato{
    width: 100%;
    max-height: 100%;
    position: relative;
    display: table;
    z-index: 2;
    background: url(imagens/fundo_contato.jpg) no-repeat;
    background-attachment: scroll;
    background-position: left;  
    color: white;    
    border-bottom: #212B39 solid 10px;
}

.topo-contato{
    width: 75%;
    height: 246px;  
    margin-left: 13.5%;
    text-align: left;
    position: relative;
}

.topo-contato h1{
    font-size: 58px;
    position: absolute;
    bottom: 0;
}

.conteudo-contato{
    min-width: 70%;
    min-height: 100%;
    float: left;
    margin-left: 13.5%;
    margin-bottom:3%;
    position: relative;    
    background: transparent;
}

.company{
    max-width: 50%;
    max-height: 100%;
    min-height: 100%;
    position: relative;
    text-align: left;
    float: left;
    background: transparent;
}

.company span{
    font-weight: bold;
    font-size: 18px;
}

.company ul{
    margin-left: -40px;
}

.company li{
    font-family: 'open_sanslight';
    font-size: 18px;
    list-style: none;
}

.company p{
    font-family: 'open_sanslight';
    font-size: 18px;
}

.company img {
    margin-left: 25%;
    padding-top: 10px;
}

.local{
    min-width: 50%;
    min-height: 417px;
    position: relative;
    float: right;
    margin-bottom: 5%;    
}

.galeria-imagens{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    opacity: 0;
    z-index: 101;
    visibility: hidden;
    -webkit-transition: opacity 1s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 1s 0s, visibility 0s 0.3s;
    transition: opacity 1s 0s, visibility 0s 0.3s;
}

.galeria-imagens.visible{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.galeria-imagens .content-galeria{
    position: relative;
    max-width: 800px;
    height: auto;
    margin: 49px 22.5% 0 22.5%;
    border-radius: .25em .25em .25em .25em;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.galeria-imagens .content-galeria header{
    width: 100%;
    margin: 0;
    height: 40px;
    background: red;
    z-index: 1;
    text-align: left;
    font-family: 'open_sanslight';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: .25em .25em 0 0;
    padding: 0;
}

.galeria-imagens .content-galeria header h2{
    margin-left: 5px;
    margin-top: 5px;
    font-size: 20px;
    color: white;
}

.content-galeria .img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.content-galeria .fechar-galeria {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 2;
}
.content-galeria .fechar-galeria::before, .content-galeria .fechar-galeria::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 16px;
    height: 2px;
    background-color: black;
}

.content-galeria .fechar-galeria::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 7px;
    top: 13px;
}
.content-galeria .fechar-galeria::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 7px;
}

.visible .content-galeria{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.content-galeria .content-imagens{
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    border-radius: .25em .25em .25em .25em;
}

.content-galeria .content-imagens figure{
    position: absolute;
    left: 0;
    margin: 0;
    width: 100%;
    height: 480px;
    border-radius: .25em;
    overflow: hidden;
    text-align: center;
}

.content-imagens figure img{
    padding: 0;
    margin: 0;
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
//    border-radius: .30em;
    text-align: center;
}

.goright{
    position: fixed;
    right: 0;
    width: 90px;
    height: 90px;
    margin-right: 7.5%;
    display: inline;
    margin-top: 25%;
}

.goright img{
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.goright img:hover,.goleft img:hover{
    opacity: 1;
}

.goleft{
    position: fixed;
    left: 0;
    width: 90px;
    height: 90px;
    margin-left: 7.5%;
    display: inline;
    margin-top: 25%;
}

.goleft img{
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.nav-galeria{
    width: 100%;
    height: 85px;
    margin-top: 2%;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 7%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 .25em .25em;
    overflow: hidden;
}

.new{
    visibility: hidden;
}

.nav-galeria nav{
    float: left;
    max-width: 200%;
    min-width: 100%;
    height: 100%;
}

.nav-galeria img{
    position: relative;
    float: left;    
    margin: 10px;
    width: auto;
    height: 75%;
}