/* RESET */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,       
menu, nav, output, section, summary, 
time, mark, audio, video {   
    margin: 0;  
    padding: 0; 
    border: 0; 
    font: inherit;
    vertical-align: baseline;   
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, textarea, select, a {
    outline: none;
}

textarea {
    resize: none;
}

a, a:hover, a:focus {
    text-decoration: none;
}

img, embed, object, video {
    width: 100%;
    height: auto;
    vertical-align: middle;
} 

video,
.slick-slide {
    outline: none !important;
}

.slick-next, 
.slick-arrow {
    left: 0 !important;
    right: 0 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
/* END RESET */


/* FONTS */
@font-face {
    font-family: 'aller-regular';
    src: url('../fonts/Aller-Regular.ttf');
}

@font-face {
    font-family: 'aller-bold';
    src: url('../fonts/Aller-Bold.ttf');
}

@font-face {
    font-family: 'barlow-light';
    src: url('../fonts/Barlow-Light.ttf');
}

@font-face {
    font-family: 'barlow-regular';
    src: url('../fonts/Barlow-Regular.ttf');
}

@font-face {
    font-family: 'barlow-medium';
    src: url('../fonts/Barlow-Medium.ttf');
}

@font-face {
    font-family: 'barlow-bold';
    src: url('../fonts/Barlow-Bold.ttf');
}
/* END FONTS */


/* CONTENT */
body {
    line-height: 1.6;
    overflow-x: hidden;
    color: #231f20;
}

html {
    font-size: 15px;
} 

::-moz-selection {
    background-color: #4f997f;
    color: #ffffff;
} 

::selection {
    background-color: #4f997f;
    color: #ffffff;
}

.container {
    padding-left: 17rem;
    padding-right: 17rem;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.top {
    padding-top: 9rem;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 40rem;
}  
.banner.position-new{
    background-position: 50% 30%;
}

.copyright-relative {
    position: relative;
}

.copyright-absolute {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
}

.copyright-absolute p {
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'barlow-regular';
}

.copyright {
    position: absolute;
    right: 4rem;
    bottom: 1rem;
}

.copyright p {
    font-size: 1.2rem !important;
    color: #ffffff;
    font-family: 'barlow-regular';
}

.content {
    padding-bottom: 5rem;
}

.title {
     padding: 6rem 0 4rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 

.title h1, 
.title h2 {
    font-family: 'aller-bold';
    font-size: 3rem;
    text-transform: uppercase;
    padding-left: 3rem;
}

.line {
    width: 14rem;
    height: 0.2rem;
    background-color: #231f20;
}

.subtitle h2 {
    font-size: 2rem;
    font-family: 'aller-bold';
    line-height: 1.3;
}
.unity {
    font-size: 1.7rem;
    font-family: 'aller-bold';
    font-weight: 400;
}

.hipertitle h2,
.hipertitle h3 {
    font-size: 2rem;
    font-family: 'aller-regular';
    padding-bottom: 1.5rem;
}

.smalltitle h2 {
    font-size: 1.8rem;
    font-family: 'barlow-bold';
}

.paragraph p {
    font-size: 1.5rem;
    font-family: 'barlow-regular';
}    

.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1.5rem 0;  
}

.icon img {
    width: 6rem;
}

.icon .text {
    padding-left: 2rem;
}

.structure > div {
    width: 50%;
}

.structure .text {
    padding-right: 2rem; 
} 

.structure .text p,
.msg-dir-paragraph,
.paragraph p {
    font-size: 1.1rem;
    font-family: 'barlow-regular';
}

.structure .image {
    padding-left: 2rem; 
} 

.photos {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.photos .photo-click img {
    cursor: pointer;
}

.photos .photo-content {
    position: relative;
}

.photos .photo-legend {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
}

.photos .photo-legend p {
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'barlow-regular';
}

.photos .top {
    padding-top: 2%;
}

.photos .top-extra {
    padding-top: 3%;
}

.photos .one-vertical {
    width: 34%;
}

.photos .one-vertical-left {
    padding-right: 2%;
}

.photos .one-vertical-right {
    padding-left: 2%;
}

.photos .three {
    width: 66%;
}

.photos .two-small > div {
    width: 50%;
}

.photos .two-small > div:first-child {
    padding-right: 1.5%;
}

.photos .two-small > div:last-child {
    padding-left: 1.5%;
}

.photos .one-horizontal {
    width: 68%;
}

.photos .one-horizontal-left {
    padding-right: 2%;
}

.photos .one-horizontal-right {
    padding-left: 2%;
}

.photos .one-small {
    width: 32%;
}

.photos-modal {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
    display: none;
}

.photos-modal .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.photos-modal .close {
    text-align: right;    
}

.photos-modal .close img {
    width: 2rem;
    cursor: pointer;
}

.photos-modal .image-teste img {
    width: 32rem;
    margin: auto;
}

.photos-modal .paragraph {
    padding-top: 1rem;
}

.photos-modal .paragraph p {
    color: #ffffff;
    text-align: center;
}

.prev, 
.next {
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.prev img, 
.next img {
    width: 1.5rem;
}

.prev {
    left: 0 !important;
}

.next {
    right: 0 !important;
}
.circle-icon{
    margin: 0 2rem 0 0;
}
.image-animate {
    overflow: hidden;
}
    
.image-animate img {
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.image-animate img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* END CONTENT */


/* HEADER */
header {
    width: 100%;
    padding: 2rem 4rem;
    position: fixed;
    z-index: 200;
    /*background-color: #ffffff;*/
    background-color: rgba(255 ,255 ,255, 0.9);
    height: 9rem;
}

header .navbar {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}    

header .logo {
    margin-right: auto;
}

header .logo img {
    width: 13rem;
}

header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

header ul li {    
    font-size: 1.2rem;
    font-family: 'aller-regular';
    list-style: none;
    display: inline-block;
    margin-left: 4rem;
    text-transform: uppercase;
    height: 9rem;
    padding-top: 2rem;    
}    

header ul li a {
    color: #1d1d1d;    
}

header nav #color:hover {
    border-bottom: 0.23rem solid rgba(0, 115, 108, 0.7);
}

header nav #color.active {
    font-family: 'aller-bold';
    border-bottom: 0.23rem solid rgba(0, 115, 108, 0.7);
    padding-bottom: 0.2rem;
}

header nav .drop-desktop span {
    cursor: pointer;
} 

header nav .drop-mobile {
    display: none!important;
}

header nav .dropdown {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    width: 20rem;
    top: 7rem;
}

header nav .dropdown a {
    display: block;
    padding: 0.3rem;
    text-align: center;
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.6);
}

header nav .dropdown a:last-child {
    border-bottom: none;
}

header nav #back:hover,
header nav #back.active {
    background-color: rgba(79, 153, 127, 0.6);
    font-family: 'aller-bold';
}

header nav .dropdown.show {
    display: block;
}

header nav .dropdown-one {
    left: 3.5rem;
} 

header nav .dropdown-two {
    left: 12.4rem;
} 

header nav .dropdown-three {
    left: 26rem;
}

header nav .open img, 
header nav .closed img {
    width: 1.2rem;
}

header nav .closed {
    display: none;
}

header nav .languages a.active {
    color: #4f997f;
} 

header .animation {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

header .bar {
    width: 3.5rem;
    height: 0.3rem;
    background-color: #4f997f;
    margin: 0.5rem 1rem 0.5rem 0.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .toggle {
    display: none;
}

header .toggle.active .bar:nth-child(2) {
    opacity: 0;
}

header .toggle.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

header .toggle.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
/* END HEADER */


/* FOOTER */
.footer-logos {
    border-top: 0.2rem solid #2a6454;
    padding: 1rem 0; 
}

.footer-logos .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-logos .flex > div {
    padding: 2rem;  
}

.footer-logos .logo-one {
    width: 19rem;
}

.footer-logos .logo-two {
    width: 11rem;
}

.footer-logos .logo-three {
    width: 15rem;
}

footer {
    background-color: #2a6454;
}

footer p,
footer a {
    color: #ffffff;
}

footer .first {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

footer .first .flexible {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; 
}

footer .first .logotipo img {
    width: 12rem;
}

footer .big,
footer .bold {
    font-family: 'aller-bold';
}

footer .small,
footer .first a,
footer p {    
    font-family: 'barlow-light';
}

footer p,
footer .first a,
footer .bold {
   font-size: 1.4rem; 
} 

footer .big {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

footer .first .flexbox > div:first-child {
    padding-right: 5rem;   
}

footer .first .links a {
    display: block;
}

footer .first .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

footer .first .social a {
    margin-top: 0.7rem;
    border-radius: 50%;
    padding-top: 0.1rem;
    background-color: #ffffff;
    color: #2a6454;
    padding-bottom: 0.1rem;
    border: 0.1rem solid #ffffff;
}

footer .first .social a:hover {
    background-color: transparent;
    color: #ffffff;
}

footer .fa-instagram {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

footer .fa-facebook-f {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

footer .fa-linkedin-in {
    padding-left: 0.7rem;
    padding-right: 0.6rem;
}

footer .second {
    border-top: 0.1rem solid #ffffff;
}

footer .second .flexs {
    text-align: center;
}

footer .second .flexs > div {
    width: 50%;
    padding: 1rem 0;
}

footer .second p {
    font-size: 1.1rem;
    font-family: 'aller-regular';
}
.terms-conditions{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.5rem 0;
}
.terms-conditions span a{
    font-size: 1.1rem;
    font-family: 'aller-regular';
}

@media only screen and (max-width: 469px){
    .terms-conditions{
        flex-direction: column;
    }    

    .terms-conditions span{
        padding: 1rem 0;
    }
}
/* END FOOTER */



/* LOADING */
/*#loading {    
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #376c5c;
    overflow-y: hidden;
}        

#loading .image {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}  

#loading .image img {
    width: 60rem;
}*/
/* END LOADING */


/* HOME */
#home {
    padding-bottom: 8rem;
}

#home .pellicule {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

#home .slider-content {
    position: absolute;
    left: 14rem;
    bottom: 10rem;
}

#home .slider-content p {
    color: #ffffff;
    font-family: 'barlow-regular';
    font-size: 4.5rem;
    padding-bottom: 2rem;
    line-height: 1.2;
    text-shadow: 3px 2px 4px #000;
}

#home .slider-content a {
    background-color: #ffffff;
    padding: 0.5rem 2rem 0.7rem 2rem;
    color: #194339;
    font-family: 'barlow-bold';
    font-size: 1.8rem;
}

#home .slider-content a:hover {
    background-color: #194339;
    color: #ffffff;  
}

/*#home header {
    display: none;
} 

#home header.scroll {
    display: block;
} */

#home .banner {
    /*height: 45rem !important;*/
    height: 100vh !important;
}
 
#home .slick-dots {
    bottom: 2rem !important;
}

#home .slick-dots li button:before {
    font-size: 1.4rem !important;
    color: #eeeeee !important;
    opacity: 0.6 !important;
}

#home .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ffffff !important;
}

#home .slick-dots li {
    padding: 0 1rem !important;
}

#home .container-first {
    padding-left: 15.5rem;
    padding-right: 15.5rem;
}

#home .container-second {
    padding-left: 14.5rem;
    padding-right: 14.5rem;
}

#home .wrapper .box {
    width: 50%;
}

#home .container-first .box > div {
    padding: 2rem 1.5rem;
}

#home .container-second .box > div {
    padding: 2rem 2.5rem;
}

#home .hipertitle h3,
#home .link {
    text-align: left;
}

#home .higlights p {
    font-family: 'barlow-regular';
    padding-top: 1.5rem;
    width: 90%;
    margin: auto;
    text-align: center;
}

#home .image {
    position: relative;
    cursor: pointer;
}

#home .link {
    position: absolute;
    bottom: 0; 
    background-color: rgba(0, 115, 108, 0.8);
    width: 100%;
    padding: 1rem 0;
    display: none;
}

#home .link a > div {
    color: #ffffff;
    font-size: 1.4rem;
    font-family: 'aller-regular';
}
/* END HOME */


/* SOBRE - MENSAGEM DA DIRECAO */
#message {
    padding-bottom: 6rem;
}

#message .banner {
    background-image: url('../images/sobre/dimas-silva-sobre-mensagem-direcao.jpg');
}

#message h2 {
    font-size: 2.2rem;
    font-family: 'aller-bold';
    padding-bottom: 2.5rem;
    line-height: 1.3;
}

body .structure .text .msg-dir,
.msg-dir-paragraph,
.paragraph p {
    font-size: 2rem;
  }
/* END SOBRE - MENSAGEM DA DIRECAO */


/* SOBRE - MISSAO, VISAO E VALORES */
#mission .banner-main {
    background-image: url('../images/sobre/dimas-silva-sobre-missao-visao-valores.jpg');
}

#mission .wrapper {
    padding-top: 1rem;
    padding-bottom: 6rem;
}

#mission .wrapper .box {
    width: 33%;
    position: relative;
    height: 50rem;
}

#mission .box-one {
    background-image: url('../images/sobre/dimas-silva-sobre-missao.jpg');
}

#mission .box-two {
    background-image: url('../images/sobre/dimas-silva-sobre-visao.jpg');
}

#mission .box-three {
    background-image: url('../images/sobre/dimas-silva-sobre-valores.jpg');
}

#mission .box-legend {
    position: absolute;
    right: 2rem;
    top: 1rem;
}

#mission .box-legend p {
    font-size: 1.2rem;
    color: #ffffff;
}

#mission .wrapper .pellicle {
    position: absolute;
    width: 100%; 
    cursor: pointer;
}

#mission .wrapper .pellicle-one,
#mission .wrapper .pellicle-two {
    height: 50%;
}

#mission .wrapper .pellicle-one,
#mission .wrapper .pellicle-three {
    top: 0;
}

#mission .wrapper .pellicle-one {    
    background-color: rgba(0, 157, 118, 0.9);
}

#mission .wrapper .pellicle-two {
    background-color: rgba(41, 99, 83, 0.9);
    bottom: 0;
}

#mission .wrapper .pellicle-three {
    height: 100%;
    background-color: rgba(60, 55, 53, 0.9);    
}

#mission .wrapper .details {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

#mission .wrapper .details.hover {
    top: 2rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#mission .text {
    padding: 0 3rem;
    display: none;
}

#mission .points {
    padding-bottom: 1.5rem;
}

#mission h2, 
#mission h3,
#mission p {
    color: #ffffff;
}

#mission h3,
#mission p {
    font-size: 0.9vw;
} 

#mission h2 {    
    font-family: 'aller-bold';
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
}

#mission h2.smaller {
    font-size: 1.4vw;
    text-align: left;
    padding: 1rem 3rem;
}

#mission h3 {
    font-family: 'barlow-bold';
}

#mission p {    
    font-family: 'barlow-regular';
}
/* END SOBRE - MISSAO, VISAO E VALORES */


/* SOBRE - UNIDADES INDUSTRIAIS */
#units {
    padding-bottom: 4rem;
}

#units .banner {
    background-image: url('../images/sobre/materia-prima-editada.jpg');
}

#units .wrapper > div {
    width: 50%;
    padding: 1rem 0.5rem;
}

#units .subtitle h2 {
    padding-top: 2rem;
}

#units .paragraph p {
    width: 80%;
}
/* END SOBRE - UNIDADES INDUSTRIAIS */  


/* SOBRE - ECONOMIA CIRCULAR */
.slick-slide .image {
    /* margin: 0 auto !important;
    width: 100% !important;
    height: 100% !important; */

}

.slick-slide .image img {
    width: auto;
    margin: 0 auto;
}
/* END SOBRE - ECONOMIA CIRCULAR */


/* A CORTICA - O QUE E */
#cork .banner {
    background-image: url('../images/cortica/dimas-silva-cortica-o-que-e.jpg');
} 
/* END A CORTICA - O QUE E */


/* A CORTICA - CARACTERISTICAS */
#characteristics {
    padding-bottom: 4rem;
}

#characteristics .banner {
    background-image: url('../images/cortica/dimas-silva-cortica-caracteristicas.jpg');
} 
/* END A CORTICA - CARACTERISTICAS */


/* A CORTICA - LOCALIZACAO DO MONTADO */
#localization .banner {
    background-image: url('../images/cortica/localizacao-montado-banner-editada.jpg');
    background-position: center bottom;
} 

#localization .image {
    padding: 2rem 0 5rem 0;
} 
#img-montado {
    padding: 0 !important;
}
.mt-5{
    margin-top: 10px;
}

/* END A CORTICA - LOCALIZACAO DO MONTADO */


/* A CORTICA - BENEFICIOS AMBIENTAIS */
#benefits .banner {
    background-image: url('../images/cortica/dimas-silva-cortica-beneficios-ambientais.jpg');
} 
/* END A CORTICA - BENEFICIOS AMBIENTAIS */


/* A CORTICA - APLICACOES */
#applications .banner {
    background-image: url('../images/cortica/dimas-silva-cortica-beneficios-aplicacoes.jpg');
} 

#applications .text-msg {
    padding-bottom: 3rem;
}

#applications .topics {
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
}
/* END A CORTICA - APLICACOES */


/* UNIDADES DE NEGOCIO - MATERIA-PRIMA */
#material .banner {
    background-image: url('../images/unidades-negocio/dimas-silva-unidades-negocio-materia-prima-imagem-junho.jpg');
} 
/* UNIDADES DE NEGOCIO - MATERIA-PRIMA */


/* UNIDADES DE NEGOCIO - GRANULADO DE CORTICA */
#granular .banner {
    background-image: url('../images/unidades-negocio/dimas-silva-unidades-negocio-granulado-cortica-imagem-5.jpg');
} 
/* UNIDADES DE NEGOCIO - GRANULADO DE CORTICA */


/* UNIDADES DE NEGOCIO - BLOCOS DE CORTICA NATURAL */
#blocks .banner {
    background-image: url('../images/unidades-negocio/dimas-silva-unidades-negocio-blocos-cortica-natural-imagem-junho.jpg');
    background-position: 50% 85%;
} 
/* UNIDADES DE NEGOCIO - BLOCOS DE CORTICA NATURAL */


/* UNIDADES DE NEGOCIO - OUTROS */
#others .banner {
    background-image: url('../images/unidades-negocio/dimas-silva-unidades-negocio-outros.jpg');
} 
/* UNIDADES DE NEGOCIO - OUTROS */


/* CERTIFICACOES */
#certifications {
    padding-bottom: 7rem;
}

#certifications .banner {
    background-image: url('../images/certificacoes/dimas-silva-certificacoes.jpg');
}

/* #certifications .title {
    padding-bottom: 1.5rem !important;
} */

#certifications .begin p {
    font-size: 1.7rem;
    font-family: 'aller-regular';
}

#certifications .wrapper {
    padding-top: 8rem;
}

#certifications .seal {
    text-align: center;
    padding-bottom: 1rem;
}

#certifications .seal img {
    width: 10rem;
}

#certifications h2 {
    font-size: 1.7rem;
    font-family: 'aller-bold';
    color: #194339;
    line-height: 1.4;
}

#certifications h3 {
    font-size: 1.5rem;
    font-family: 'aller-regular';
    color: #404041;
}

#certifications .row {
    height: 0.2rem;
    background-color: #2a6454; 
    margin-top: 1rem;
}

#certifications .wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

#certifications .wrapper p {
    color: #58595b;
    padding-top: 1rem;
    width: 55rem;
}

#certifications .texting {
    padding-left: 3.5rem;
}

#certifications .first h2 {
    width: 45rem;
}

#certifications .first .row {
    width: 50rem;
}

#certifications .second h2 {
    width: 20rem;
}

#certifications .second .row {
    width: 22rem;
}

#certifications .third h2 {
    width: 28rem;
}

#certifications .third .row {
    width: 38rem;
}
/* CERTIFICACOES */


/* CONTACTOS */
#contacts {
    padding-bottom: 6rem;
}

#contacts .banner {
    background-image: url('../images/contactos/dimas-silva-contactos.jpg');
} 

#contacts .block > div {
    padding: 1rem 0 5rem 0;
}

#contacts .map {
    width: 40%;
}

#contacts .map img {
    width: 24rem;
}

#contacts .text {
    width: 60%;
}

#contacts h2,
#contacts h3 {
    font-size: 1.6rem;
    font-family: 'aller-bold';   
}

#contacts h2 {
    color: #194339;
    padding-bottom: 0.5rem;
}

#contacts h3 {
    padding-bottom: 2rem;
}

#contacts  .localization > div {
    margin-bottom: 2rem;
}

#contacts  .localization > div:first-child {
    padding-right: 6rem;
    border-right: 0.1rem solid #194339;
}

#contacts  .localization > div:last-child {
    padding-left: 6rem;
}

#contacts .localization p,
#contacts .localization a {
    font-size: 1.3rem;
    font-family: 'aller-regular';
    color: #231f20;
}

.redes{
    font-size: 0.8rem;
}

.calls{
    display: flex;
    justify-content: center;
    align-items: center;
}
.calls p{
    font-size: 1rem;
    padding-bottom: 1.5rem;
}

#contacts .column {
    padding-bottom: 1rem;
}

#contacts .picture {
    padding-right: 0.5rem;
}

#contacts .picture img {
    width: 2rem;
}

#contacts .box {
    background-color: #2a6454;
    padding: 1rem 0;
    width: 28rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0;
}

#contacts .box p {
    font-size: 1.4rem;
    color: #ffffff;
    font-family: 'aller-bold';
}

#contacts .box a {
    font-size: 1.4rem;
    margin-left: 1.5rem;
    border-radius: 50%;
    padding-top: 0.1rem;
    background-color: #ffffff;
    color: #2a6454;
    padding-bottom: 0.1rem;
    border: 0.1rem solid #ffffff;
}

#contacts .box a:hover {
    background-color: transparent;
    color: #ffffff;
}

#contacts .fa-instagram {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

#contacts .fa-facebook-f {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

#contacts .fa-linkedin-in {
    padding-left: 0.7rem;
    padding-right: 0.6rem;
}

#contacts form input,
#contacts form textarea {
    color: #231f20;
    font-family: 'barlow-regular';
    font-size: 1.2rem;
    width: 85%;
    border: none;
    border-bottom: 0.1rem solid #b5b2b2;
    padding-bottom: 0.5rem;
    background-color: transparent;
    margin-bottom: 2rem;
}

#contacts form input:focus,
#contacts form textarea:focus {
    border: 0.1rem solid #2a6454; 
    padding: 1rem;
}

#contacts::-webkit-input-placeholder { 
    color: #231f20;
    font-family: 'barlow-regular';
    font-size: 1.2rem;
}

#contacts:-moz-placeholder { 
    color: #231f20;
    font-family: 'barlow-regular';
    font-size: 1.2rem;
}

#contacts::-moz-placeholder { 
    color: #231f20;
    font-family: 'barlow-regular';
    font-size: 1.3rem;
}

#contacts:-ms-input-placeholder { 
    color: #231f20;
    font-family: 'barlow-regular';
    font-size: 1.2rem;
}

#contacts form button {
    background-color: #2a6454;
    border: 0.1rem solid #2a6454;
    color: #ffffff;
    padding: 1rem 2rem;
    cursor: pointer;
    font-family: 'aller-bold';
    font-size: 1.3rem;
}

#contacts form button:hover {
    background-color: transparent;
    color: #2a6454;
} 

#contacts small {
    font-family: 'aller-bold';
}

#contacts .googlemaps {
    margin: auto;
    padding-top: 4rem;
}

#contacts .googlemaps > div {
    width: 50%;
    padding-top: 4rem;
}

#contacts .googlemaps > div:first-child {
    padding-right: 1rem;
}

#contacts .googlemaps > div:last-child {
    padding-left: 1rem;
}

#contacts .googlemaps p {
    font-size: 1.4rem; 
    font-family: 'aller-bold';
    padding-bottom: 1.5rem;
}

#contacts .googlemaps iframe {
    width: 100%;
    height: 35rem;
}
/* CONTACTOS */


/* MEDIA QUERIES */
/* DESKTOP */
@media(max-width: 1699px) {  
    /* CONTENT */
    html {
        font-size: 10px;
    } 
}

@media (min-width: 1200px) {  

}
/* PORTATIL */
@media (max-width: 1200px) {  
    /* CONTENT */
    .container {
        padding-left: 10rem;
        padding-right: 10rem; 
    } 

    .copyright {
        right: 1rem;
    } 

    .line {
        width: 8rem;
    }

    .title h1, 
    .title h2 {
        padding-left: 2rem;
    }

    /* HOME */
    #home .container-first {
        padding-left: 8.5rem;
        padding-right: 8.5rem;
    }

    #home .container-second {
        padding-left: 7.5rem;
        padding-right: 7.5rem;
    }

    #home .slider-content {
        left: 8rem;
    }
       
}


/* TABLET */
@media(max-width: 1050px) { 

    /* CONTENT */
    .container {
        padding-left: 1rem;
        padding-right: 1rem; 
    }

    .top {
        padding-top: 7rem;
    }
    .line{
        width: 5rem;
        margin-right: 2rem;
    }
    /* .title {
        padding: 4rem 1rem 4rem 1rem;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    } */

    .title h1, 
    .title h2 {
        padding-left: 0;
        font-size: 2.3rem;
    }

    .subtitle h2 {
        font-size: 2.5rem;
    }

    .structure > div {
        width: 100%;
    }

    .structure .text {
        padding-right: 0;
    } 

    .structure .text p {
        font-size: 1.4rem;
    }       

    .structure .image {
        padding-left: 0;
        text-align: center;
        padding-top: 4rem;
    }

    .structure .image img {
        width: 50rem;
    }
 
    /* HEADER */  
    header {
        padding: 1rem 0;
        height: unset;
        background-color: #ffffff !important;
    }

    header .navbar {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    header .navbar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 7rem;
        background-color: #ffffff;
        width: 100%;
        height: calc(100vh - 7rem);
        -webkit-transform: translate(-101%);
        -ms-transform: translate(-101%);
        transform: translate(-101%);
        text-align: center;
        overflow-y: scroll;
        padding-top: 4rem;
    }

    header ul {
        margin-right: unset;
    }

    header ul li {
        margin: 0;
        padding: 2rem 0;
        height: unset;
        font-size: 1.5rem;
    }

    header .logo {
        margin-right: auto;
        padding-left: 1rem;
    }
      
    header .toggle, 
    header .bar {
        display: block;
        cursor: pointer;
    }

    header .toggle.hide {
        display: none;
    } 

    header nav .drop-mobile {
        display: block !important;
    }

    header nav .drop-desktop {
        display: none !important;
    }

    header nav .dropdown {
        position: unset;
        margin: auto;
        padding-top: 1rem;
        width: 100%;
        top: 0;
        left: 0;
    }

    header nav .dropdown a {
        display: block;
        padding-top: 1rem;
    }
     
    header .mobile {
        -webkit-transform: translate(0%)!important;
            -ms-transform: translate(0%)!important;
                transform: translate(0%)!important;
    }

    /* FOOTER */
    footer .first .logotipo {
        width: 100%;
        text-align: center;
        padding-bottom: 4rem;
    }
   
    footer .first .flexbox > div:first-child {
        padding-right: 3rem;
    }

    /* LOADING */
    /*#loading .image img {
        width: 50rem;
    }*/

    /* HOME */  
    #home .container-first,
    #home .container-second {
        padding-left: 0;
        padding-right: 0;
    }

    #home .container-first .box > div,
    #home .container-second .box > div {
        padding: 2rem 1rem;
    }

    #home .slider-content {
        left: 1rem;
    }

    #home .slider-content p {
        font-size: 4rem;
    }

    /* SOBRE - MENSAGEM DA DIRECAO */
    #message h2 {
        font-size: 2.6rem;
    }   
    
    /* SOBRE - MISSAO, VISAO E VALORES */
    #mission .wrapper .box-one,
    #mission .wrapper .box-two {
        width: 50%;
    }

    #mission .wrapper .box-three {
        width: 100%;
    }

    #mission h2 {
        text-align: left !important;
        padding: 0 2rem 1rem 2rem !important;
    }

    #mission h2,
    #mission h2.smaller {
        font-size: 2.5rem !important;
    } 

    #mission h3, 
    #mission p {
        font-size: 1.7rem;
    }

    #mission .text {
        display: block !important;
        padding: 0 2rem;
    }

    #mission .wrapper .details {
        top: 2rem !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    /* CERTIFICACOES */
    #certifications .first h2,
    #certifications .second h2,
    #certifications .third h2,
    #certifications .wrapper p,
    #certifications .first .row,
    #certifications .second .row,
    #certifications .third .row {
        width: 100%;
    }

    .non-bold{
        font-weight: 400 ip !important;
        font-family: 'Aller-Regular' !important;
    }
    /* CONTACTOS */
    #contacts .map {
        width: 35%;
    }

    #contacts .map img {
        width: 18rem;
    }

    #contacts .text {
        width: 65%;
    }

    #contacts .localization > div:first-child {
        padding-right: 2rem;
    }

    #contacts .localization > div:last-child {
        padding-left: 2rem;
    }

    #contacts .googlemaps > div {
        width: 100%;
    }

    #contacts .googlemaps > div:first-child {
        padding-right: 0;
    }

    #contacts .googlemaps > div:last-child {
        padding-left: 0;
    }

    #contacts .googlemaps iframe {
        height: 45rem;
    }
        
}


/* SMARTPHONE */
@media(max-width: 700px) {  

    .photos .photo-legend {
        position: absolute;
        right: 0.3rem;
        bottom: 0.3rem;
    }
    
    .structure .image img {
        width: 100%;
    }

    /* FOOTER */ 
    .footer-logos .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    footer .first .topics,
    footer .first .address {
        width: 100%;
    }

    footer .first .logotipo {
        text-align: left;
    }

    footer .first .address {
        padding: 4rem 0 2rem 0;
    }

    footer .second .flexs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    footer .second .flexs > div {
        width: 100%;
    }

    footer .first .social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    footer .first .social a {
        margin-top: 0;    
        margin-right: 0.7rem;
    }


    /* HOME */
    #home .wrapper .box {
        width: 100%;    
    } 

    /* SOBRE - MISSAO, VISAO E VALORES */
    #mission .wrapper .box-one,
    #mission .wrapper .box-two {
        width: 100%;
    }

    #mission .wrapper .box {
        height: 70rem;
    }

    #mission .wrapper .pellicle-two {
        bottom: unset;
        top: 0;
    }    

    /* SOBRE - UNIDADES INDUSTRIAIS */
    #units .wrapper > div {
        width: 100%;
        padding: 2rem 0;
    }

    /* CERTIFICACOES */
    #certifications .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    } 

    #certifications .texting {
        padding-left: 0;
        padding-top: 2rem;
    }

    /* CONTACTS */
    #contacts .map,
    #contacts .text,
    #contacts form input, 
    #contacts form select, 
    #contacts form textarea {
        width: 100%; 
    }

    #contacts .localization > div:first-child {
        padding-right: 6rem;
        border-right: none;
    } 

    #contacts .localization > div:last-child {
        padding-left: 0;
    }   

    #contacts .googlemaps iframe {
        height: 25rem;
    }

    /* new css 23/09/2022
        .paragraph.boxanimation > p ,
        .msg-dir-paragraph 
    */
    
    .line {
        width: 2.8rem;
        margin-right: 1.5rem;
    }
    .container-first.flex.wrapper,
    .container-second.flex.wrapper.higlights,
    .container.wrapper,
    .container.flex.structure,
    .begin.boxanimation,
    .texting
    {
        margin: 0 3.5rem;
    } 

/* new css 17/10/2022*/
/* alignment galeries */
.flex.mg-mobile, .top.photo-click.mg-mobile, .photo-click.mg-mobile{
    margin: 0 3.5rem;
}
/* alignment footer */
body > footer > div.container.first > div{
    padding-left: 0.5rem !important;
}

body > footer > div.container.first > div > div.topics,
body > footer > div.container.first > div > div.address,
body > footer > div.container.first > div > div.social.flex{
    padding-left: 5rem !important;
}

/* .slick-slide.slick-current.slick-active > .image > img{
    transform: scale(2.5)!important;
} */

}  

/* .slick-slide.slick-current.slick-active > .image > img{
    transform: scale(1.35)!important;
} */

/* end new css 17/10/2022*/

/* end new css 23/09/2022*/
/* END MEDIA QUERIES */  

body .structure .text .msg-dir,
.msg-dir-paragraph,
.paragraph p {
    font-size: 1.3rem;
  }

@media (min-width: 1027px) and (max-width: 1499px) {  
    body .structure .text .msg-dir,
    .msg-dir-paragraph,
    .paragraph p {
        font-size: 1.4rem ;
    }
}


@media (min-width: 1500px) and (max-width: 1699px) {  
    body .structure .text .msg-dir,
    .msg-dir-paragraph,
    .paragraph p {
        font-size: 1.7rem ;
    }
}

/* CSS FORMULARIOS  */
#status {
    width: 90%;
    max-width: 50%;
    text-align: center;
    padding: 10px;
    margin: 1.5rem auto;
    border-radius: 8px;
    font-size: 1.3rem;
    font-family: 'aller-bold';
}

#status.success{
    background-color: rgb(211, 250, 153);
    animation: status 4s ease forwards;
}
#status.error{
    background-color: rgb(250, 129, 92);
    color: #FFFFFF;
    animation: status 4s ease forwards;
}

/*@keyframes status{
    0%{
        opacity: 1;
        pointer-events: all;
    }
    90%{
        opacity: 1;
        pointer-events: all;
    }
    100%{
        opacity: 0;
        pointer-events: none;
    }
}*/

/* END CSS FORMULARIOS  */


/* css paginas de poiticas e termos */
.container-policies {
    padding: 0rem 17rem 4rem;
    font-size: 1.3rem;
    font-family: 'barlow-regular';
}

.container-policies p{
    font-family: 'barlow-regular';
}


.pt10 {
    padding-top: 10rem;
}

.list-terms {
    padding-top: 2rem;
}

.list-items {
    padding-top: 2rem;
}


.list-terms h5 {
    font-size: 1.5rem;
    font-family: 'barlow-bold' !important;
    color: #231f20;
}

.list-terms p {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'barlow-regular' !important;
    padding: 1rem 0;
}

.list-items b {
    font-weight: 700 !important;
}

.list-items .text-center {
    text-align: center;
}

@media only screen and (max-width: 1025px) {
    .container-policies{
        padding: 0rem 7rem 4rem;
    }
}
@media only screen and (max-width: 769px) {
    .container-policies {
        padding: 0rem 6rem 4rem;
        margin: 1rem !important;
    }
}
@media only screen and (max-width: 469px) {
    .container-policies {
        padding: 0rem 3rem 4rem;
    }
}

/* end css paginas de poiticas e termos */


/* cookie banner */
.cookie-banner {
    font-family: 'barlow-regular';
    font-size: 1.2rem;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background-color: #2A6454;
    border: 1px solid #FFF;
    color: #fff;
    text-align: center;
    display: none;
  }
  
  .cookie-banner a {
    color: #FFF;
    text-decoration: none;
  }
  
  .cookie-button {
    font-family: 'barlow-regular';
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    background-color: #FFF;
    color: #2A6454;
    font-size: 1.1rem;
    cursor: pointer;
  }
/* end cookie baner */