:root{
    --br: #FFF;
    --pr: #000;
    --vm: #F00;
    --am: #F9C161;
    --vd-1: #F3F5EC;
    --vd-2: #8CA54A;
    --vd-3: #a6df12;
    --vd-4: #c6d3a3;
    --cz-1: #333;
    --place: #000;
   --style: none;
}

*{ outline: 0; }

body {
    font-family: "Poppins", Arial, sans-serif !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* MENU E LOGO  */
header {
    background-color: transparent;
    color: var(--pr);
    padding: .4rem 0;
    position: absolute;
    width: 100%;
    top: 1.5rem;
    left:0;
    z-index: 2;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.logo img {
    height: 3.5rem; 
    margin-left: 1rem;
}

.menu-toggle {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 .2rem .4rem rgba(0, 0, 0, 0.13);
}

.menu li {
    margin-left: 2rem;
}

.menu li a {
    color: var(--br);
    text-decoration: none;
    padding: 1rem 1.5rem;
    display: block;
    font-weight: 500;
}

.menu li a.active {
    color: var(--vd-3);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.overlay.active {
    display: none;
}

/* HOME */
.home {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.home .texto-home{ position: absolute; margin: 16rem 8rem; }
.home .texto-home h1{ color: var(--br); font-size: 1.9rem; font-weight: 500; width: 31rem; line-height: 5rem; }
.home .texto-home h1 strong{ font-size: 6.3rem; font-weight: 700 !important; }
.home .texto-home p{ color: var(--br); font-size: 1.3rem; margin-top: -1.4rem; width: 20rem; line-height: 2.3rem; }

.home .img {
    width: 100%;
    height: 62rem;
    background-image: url(../img/home-bg-2000-3.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/* INSTITUCIONAL  */
.institucional {
    position: relative;
    width: 100%;
}

.institucional .img {
    margin-top:-.1rem;
    width: 100%;
    height: 55rem;
}

.texto-institucional{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 19.5rem;
}

.texto-institucional .box{
    flex: 0 0 35%; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--vd-1) !important;
}

.texto-institucional .box .info-1{
    width: 28rem;
    line-height: 1.6rem;
    margin-top: 53.5rem;
    margin-left: -7.1rem;
    position: absolute;
    color: var(--cz-1);
    font-size: .9rem;
}
.texto-institucional .box .info-1 img{
    width: 11rem;
    margin-top: 1.6rem;
}

.texto-institucional .box .info-1 h1{
    font-size: 3.5rem;  
    font-weight: 600 !important;  
    line-height: 3.5rem;
    margin-bottom: 1rem;
    
}
.texto-institucional .box .info-1 h2{
    margin-bottom: 1.8rem; 
    font-size: 1.3rem;   
    font-weight: 600;
}

.texto-institucional .box .info-2{
    position: absolute;
    margin-top: 66rem;
    margin-left: -31rem;
}

.texto-institucional .box .info-2 .mapa{
    width: 44rem;
    height: 45rem;
    background-image: url(../img/institucional-mapa-novo.png);
    background-size:cover;
    background-repeat: no-repeat;
    margin-top: -28rem;
    position: absolute;
}

.texto-institucional .box .info-2 p{
    color: var(--br);
    position: absolute;
    margin: 5rem 41rem;
    width: 14rem;
    text-align: right;
    line-height: 1.8rem;
    font-size: .9rem;
}

/* NOSSA LOCALIZAÇÃO */
.nossa-localizacao {
    position: relative;
    width: 100%;
    background-color: var(--vd-2);
}

.nossa-localizacao h1{
    color: var(--br);
    text-align: center;
    width: 100%; 
    font-size: 2.6rem; 
    font-weight: 600; 
    padding: 4rem 0 0;
}

.nossa-localizacao .img {
    margin-top:-.1rem;
    width: 100%;
    height: 33rem;
}

.texto-nossa-localizacao{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 19.5rem;
}

.texto-nossa-localizacao .box{
    flex: 0 0 35%; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--vd-1) !important;
}

.texto-nossa-localizacao .box .info-1{
    width: 22rem;
    line-height: 1.6rem;
    margin-top: 25rem;
    margin-left: -14.1rem;
    position: absolute;
    color: var(--br);
    font-size: .9rem;
}

.texto-nossa-localizacao .box .info-1 li{ font-weight: 600; }

.texto-nossa-localizacao .box .info-2{
    position: absolute;
    margin-top: 66rem;
    margin-left: -31rem;
}

.texto-nossa-localizacao .box .info-2 .mapa{
    margin-top: -31rem;
    margin-left: -14rem;
    position: absolute;
}



/* SERVIÇOS  */
.servicos {
    width: 100%;
    width: 100%;
    padding-bottom: 5rem;
    background-image: url(../img/servicos-bg-2000.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 5rem;
}

.servicos h1{ text-align: center; width: 100%; font-size: 2.6rem; font-weight: 600; margin: 0; }
.servicos h3{ color: var(--vd-2); text-align: center; padding: 0 25%; margin-top: 6rem; line-height: 2rem; font-size:1.7rem; font-weight: 700; }
.servicos .container{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.servicos .box{
    height: 20rem;
    width: 20rem;
    margin: 3rem;
}
.servicos .box .icon{
    width: 7rem;
    height: 7rem;
    background-position: -1.2rem -1.2rem;
    background-repeat: no-repeat;
}

.servicos .box h2{
    width: 14rem;
    line-height: 2rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.servicos .box p{
    line-height: 1.5rem;
    font-size: .8rem;
}

.servicos .granel{
    background-image: url(../img/granel.png);
}
.servicos .paletizada{
    background-image: url(../img/paletizada.png);
}
.servicos .envase{
    background-image: url(../img/envase.png);
}

.servicos .terceiro{

}

/* INFRAESTRUTURA */
.infraestrutura{
    width: 100%;
    background-image: url(../img/infraestrutura-bg-2000.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.infraestrutura h1{
    width: 100%;
    text-align: center;
    color: var(--br);
    font-size: 2.6rem;
    font-weight: 600;
}

.infraestrutura .container{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.infraestrutura .box{
    height: 22rem;
    width: 30rem;
    margin: 0 4rem;
    color: var(--br);
    font-size: .8rem;
}
.infraestrutura .box-2{
    position: relative;
    height: 9rem;
    width: 13rem;
    margin: 0 3rem;
    overflow:hidden;
}

.infraestrutura .box-2 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.infraestrutura .box ul,
.infraestrutura .box-3 ul{ padding: 0; margin:0; }
.infraestrutura .box ul li{ margin-bottom: 1rem; line-height: 1.5rem; }

.infraestrutura .img{ 
    height: 14rem;
}

.infraestrutura .float-container{
    position: absolute;
    margin-top: -5.3rem;
    width: 50rem;
}

.infraestrutura .float-container .flex{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.infraestrutura .float-container .flex .box-3{ width: 50%; }
.infraestrutura .float-container img{ margin-bottom: 1.5rem; }
.infraestrutura .float-container .box-left{ padding-right: 1rem; }
.infraestrutura .float-container .box-right{ padding-left: 6rem; }
.infraestrutura .float-container ul li{
    list-style-type: none;
    font-size: .9rem;
}

/* PRODUTOS */
.produtos{
    width: 100%;
    background-image: url(../img/servicos-bg-2000.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 2rem;
    padding-bottom: 6rem;
    margin-top: 30rem;
}

.produtos h1{
    width: 100%;
    text-align: center;
    color: var(--pr);
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 5rem;
}

.produtos .container{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.produtos .box{
    position: relative;
    width: 13rem;
    margin: 0 3rem;
}

.produtos .box-title{
    color: var(--br);
    padding: .5rem;
    font-weight: 600;
    font-size: 1.1rem;
    padding-left: 1.5rem;
    width: 11rem;
    height: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background-color: var(--vd-2);
}
.produtos .box-content{
    position: relative;
    width: 13rem;
    height: 18rem;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    overflow:hidden;
}

.produtos .box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

/* DIFERENCIAIS */
.diferenciais{
    width: 100%;
    background-image: url(../img/institucional-bg-2000.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 2rem;
}

.diferenciais h1{
    width: 100%;
    text-align: center;
    color: var(--pr);
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: -1.5rem;
}

.diferenciais .container{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.diferenciais .box{
    height: 26rem;
    width: 10.6rem;
    margin: 5rem;
}
.diferenciais .box .icon{
    width: 7rem;
    height: 10rem;
    color: var(--vd-2);
    font-size: 9rem;
    font-weight: 700;
}

.diferenciais .box h2{
    width: 14rem;
    line-height: 2rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.diferenciais .box p{
    line-height: 1.5rem;
    font-size: .8rem;
}

/* CONTATO */
.contato{
    width: 100%;
    height: 26rem;
    background-color: var(--vd-2);
    padding-top: 2rem;
}

.contato .container{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    background-color: var(--vd-2);
}

.contato .box{
    width: 24rem;
    margin: 5rem;
}

.contato .box .img{
    background: url(../img/gt-rodape.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 13rem;
    height: 19rem;
    position: absolute;
    margin-top: -4rem;
    margin-left: 4.3rem;
    z-index: 1;
}

.contato .link-footer{ position:absolute; font-size: .75rem; margin-top: -1.5rem; }

.contato .box .logo{
    position: absolute;
    z-index: 2;
    margin-top: -2rem;
    margin-left: 5.5rem;
}

.contato .box .logo img{
    height: 4.5rem;
    margin-left: 0;
}
.contato .box h4{ font-size: 1.7rem; font-weight: 600; margin-top: -3rem; }
.contato .box ul li a{ color: var(--br); text-decoration: none; }
.contato .box ul li a:hover{ color: var(--am); }

.contato .box-1{ width: 15rem; margin-left:0; }
.contato .box-1 .logo .box-1-1 ul{ padding: 0; margin: 0; margin-top: 2rem; }
.contato .box-1 .logo .box-1-1 ul li{ list-style: none; display: inline-block; width: 2rem; margin-right: .5rem; }
.contato .box-1 .logo .box-1-1 ul li a img{ width: 100%; height: auto; }
.contato .box-1-3{ padding-top: 3rem; font-size: .8rem;  }
.contato .box-1-3 ul{ padding: 0; margin: 0; margin-top: -1.5rem; }
.contato .box-1-3 ul li{ list-style: none; color: var(--br); margin-bottom: .4rem;}

.contato .box-2{ margin: 5rem 3rem; width: 29rem; }
.contato .box-2 h4{ text-align: left; font-size: 1.2rem; }
.contato .box-2 .campos{ 
    font-family: "Poppins", Arial, sans-serif !important; 
    border: 0; 
    background-color: var(--vd-4); 
    padding: .5rem 1rem; 
    width: 100%; 
    margin-bottom: .4rem;
}
.contato .box-2 .msg{ 
    height: 6rem;
}

.contato .box-2 .send{ 
    font-family: "Poppins", Arial, sans-serif !important; 
    border: 0; 
    background-color: var(--vd-4); 
    padding: .3rem 2rem; 
    margin-right: -2rem;
    float: right;
}

.contato .form-guterres{ margin-top: -1rem; }

.contato .box-3{  margin: 5rem 3rem; }

.contato .box-4{  margin: 3rem; }
.contato .box-4 .mapa{  width: 26rem; height: 14rem; }
.contato .box-4-1{  margin-top: 3rem; }
.contato .box-4-1 ul{ padding: 0; margin: 0; margin-top: -1.5rem; font-size: .8rem; }
.contato .box-4-1 ul li{ list-style: none; color: var(--br); margin-bottom: 1rem; width: 17rem; }
.contato .box-4-1 ul li .wa{ width: 1.4rem; position: absolute; margin-top: -.2rem; }
.contato .box-4-1 ul li .wa-link{ margin-left: 1.5rem; }
.clear{ clear: both; }
.status{ text-align: center; padding-top: 1rem; color: var(--am); }

::-webkit-input-placeholder{ color: var(--place); font-style: var(--style); }
::-moz-placeholder{ color: var(--place); font-style: var(--style); }
:-ms-input-placeholder{ color: var(--place); font-style: var(--style); }
::-ms-input-placeholder{ color: var(--place); font-style: var(--style); }
::placeholder{ color: var(--place); font-style: var(--style); }

/* TELA 1300 */
@media (max-width: 1300px) {
    body{ overflow-x:  hidden; }
    .menu {
        margin-left: 5rem;
    }
    .menu li {
        margin-left: 0;
    }
    .menu li a {
        padding: 1rem;
    }

    /* HOME */
    .home .img {
        height: 34.5rem;
        background-image: url(../img/home-bg-1300-4.png);
        background-position: 0 -6rem;
    }

    .home .texto-home{ position: absolute; margin: 13rem 4rem; }
    .home .texto-home h1{ color: var(--br); font-size: 1.5rem; font-weight: 500; width: 31rem; line-height: 4rem; }
    .home .texto-home h1 strong{ font-size: 4.8rem; font-weight: 700 !important; }

    /* INSTITUCIONAL */
    .institucional .img{ height: 52rem; }
    .texto-institucional .box .info-1{
        margin-top: 53rem;
        margin-left: -30rem;
        font-size: .8rem;
    }

    .texto-institucional .box .info-1 h1{
        width: 31rem;
        font-size: 2.5rem;  
        line-height: 2.5rem;       
    }
    .texto-institucional .box .info-1 h2{
        font-size: 1rem;   
    } 

    .texto-institucional .box .info-2{
        position: absolute;
        margin-top: 60rem;
        margin-left: -3rem;
    }
    
    .texto-institucional .box .info-2 .mapa{
        width: 38rem;
        height: 39rem;
        background-image: url(../img/institucional-mapa-novo.png);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: top left;
        position: absolute;
        right: -16rem;
        margin-top: -23rem;
    }

    .texto-institucional .box .info-2 .square{
        display: none;
    }

    .texto-institucional .box .info-2 p{
        margin: 4rem 26.5rem;
        font-size: .8rem;
    }

    /* NOSSA LOCALIZAÇÃO */
    .texto-nossa-localizacao .box .info-1{
        margin-left: -36.1rem;
    }

    /* SERVIÇOS */
    .servicos h1{ margin-top: 1rem; }
    .servicos h3{ padding: 0 5%; }

    .servicos .img {
        background-image: url(../img/servicos-bg-2000.png);
    }

    /* INFRAESTRUTURA */
    .infraestrutura .box-2{
        margin: 0 2.5rem;
    }
    
    /* DIFERENCIAIS */
    .diferenciais .box{
        margin: 3rem;
    }

    /* CONTATO */

    .contato .box-1{ width: 12rem; }
    .contato .box-2{ width: 17rem; }

}

/* MOBILE  */
@media (max-width: 768px) {
    nav {
        flex-direction: column;
        align-items: center;
    }

    .logo{ text-align: center; }

    .logo img {
        height: auto; 
        width: 60%; 
        margin: 0;
    }

    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: static;
        transform: none;
        align-items: center;
    }

    .menu li {
        margin: 0;
        font-size: 1.5rem;
    }

    .menu li a {
        padding: 1rem;
    }

    .menu-toggle {
        display: block;
        align-self: flex-end;
        color: var(--br);
    }

    .menu.active {
        display: flex;
    }

    .overlay.active {
        display: block;
    }

    /* HOME */
    .home .img {
        height: 22rem;
        background-image: url(../img/home-bg-mob-2.png);
        background-position: bottom;
    }

    .home .texto-home{ position: absolute; margin:9.8rem 1rem; }
    .home .texto-home h1{ color: var(--br); font-size: .8rem; font-weight: 500; width: 15rem; line-height: 2rem; }
    .home .texto-home h1 strong{ font-size: 2.4rem; font-weight: 700 !important; }
    .home .texto-home p{ font-size: .8rem; margin-top: -.5rem; width: 13rem; line-height: 1.1rem; }


    /* INSTITUCIONAL */
    .institucional .img{ height: 88rem; }
    .texto-institucional{
        margin: 0;
    }
    .texto-institucional .box{
        flex: 0 0 100%;
    }

    .texto-institucional .box .info-1{
        width: 19.5rem;
        margin-top: 56rem;
        margin-left: 0;
    }

    .texto-institucional .box .info-1 h1{
        font-size: 3rem;
        width: 100%;
    }

    
    .texto-institucional .box .info-2{
        position: absolute;
        margin-top: 160rem;
        margin-left: -11rem;
    }
    
    .texto-institucional .box .info-2 .mapa{
        width: 22rem;
        height: 30rem;
        background-image: url(../img/institucional-mapa-novo-mob.png);
    }

    .texto-institucional .box .info-2 p{
        margin: -4rem 16rem !important;
        line-height: 1.2rem;
        width: 10rem;
        font-size: .75rem;
    }

    /* NOSSA LOCALIZAÇÃO */
    .nossa-localizacao h1{
        padding: 2rem 0 0;
        line-height: 3rem;
    }

    .nossa-localizacao .img{
        height: 38.3rem;
    }

    .texto-nossa-localizacao .box .info-1{
        line-height: 1.6rem;
        margin-top: 22.5rem;
        margin-left: -23.5rem;
        width: 19rem;
    }

    .texto-nossa-localizacao .box .info-2 .mapa{
        margin-top: -7rem;
    }

    .texto-nossa-localizacao .box .info-2 .mapa img{
        width: 24rem;
        margin-left: -2.5rem;
    }

    /* SERVIÇOS */
    .servicos { margin-top: 0; }
    .servicos h1{ margin: 0; margin-top: -2rem; margin-bottom: 2rem; }
    .servicos h3{padding: 0 5%; margin-top: 5rem; }

    .servicos .box{ height: 17rem; }
    .servicos .box .icon{ margin: 0 auto; background-color: var(--br); }
    .servicos .box h2{ width: 100%; text-align: center; }
    .servicos .terceiro{
        margin-top: -1rem;
    }

    /* INFRAESTRUTURA */
    .infraestrutura{ padding-bottom: 0; }
    .infraestrutura .img{ height: 4rem; }
    .infraestrutura .box{ height: 28.5rem; }
    .infraestrutura .box-2{ margin: 1rem 2.5rem; }
    .infraestrutura .float-container{
        width: 100%;
        position: relative;
        margin: 0;
    }
    .infraestrutura  .float-container .flex .box-3{ width: 100%; padding: 0 1rem; background-color: var(--br); }
    .infraestrutura .float-container .box-left,
    .infraestrutura .float-container .box-right{ padding: 0; }
    .infraestrutura .float-container .box-left{ padding-top: 1rem; }
    .infraestrutura .float-container .box-right{ padding-bottom: 3rem; }

    .infraestrutura .float-container img{
        width: 23.4rem;
        margin-bottom: -.45rem;
    }

    /* PRODUTOS */
    .produtos{ margin-top: -3rem; background-image: none; }
    .produtos h1{ margin-bottom: 3rem; }
    .produtos .box{ margin-bottom: 3rem; }

    /* DIFERENCIAIS */
    .diferenciais{
        padding-bottom: 6rem;
    }
    .diferenciais .box{
        width: 14.6rem;
        height: 16rem;
    }
    .diferenciais .box h2{
        width: 14.6rem;
        text-align:center;
    }
    .diferenciais .box .icon{
        width: 14.6rem;
        text-align:center;
    }
    .diferenciais .box p{
        line-height: 1.2rem;
    }

    /* CONTATO */
    .contato{ padding-top: 0; }
    .contato .box{ font-size: .8rem; width: 100%; }
    .contato .box .logo { position: relative; }
    .contato .box .logo img {
        height: 5rem;
        width: auto;
    }

    .contato .box .img {
        margin-left: 1.3rem;
    }

    .contato .box{ margin-bottom: 1rem; }
    .contato .form-guterres{ margin-left: -2rem; }
    .contato .box-2 h4{ text-align: center; }
    .contato .box-4-1 {
        padding: 2rem;
        margin-top: 1rem;
    }
    
}