@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-primary: #ff9a00;
    --color-secundary: #212738;
    /* --color-secundary: #3A3463; */
    --color-tertiary: #F7743D;
    --color-white: #fff;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", serif;
    font-weight: 400;
    box-sizing: border-box;
}


/*
*
*
*
*   NAVBAR
*
*
*/

.no-scroll {
    overflow: hidden;
}

nav {
    position: relative;
    z-index: 3;
    width: 100%;
    background: #ffffff;
    /* border-bottom: 4px solid var(--color-secundary); */
}

nav a {
    display: flex;
}



nav .wrapper {
    position: relative;
    width: 100%;
    /* padding: 0px 30px; */
    /* height: 100px; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav .nav-top {
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

nav .nav-top a {
    color: #24231F;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    transition: .3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

nav .nav-top a:hover {
    color: #1F7ABF;
    transition: .3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

nav .nav-top a.blog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 110px;
    max-height: 34px;
    padding: 0px;
    background: #1F7ABF;
    color: #fff;
}

.dados-contato-mobile, 
.rede-social-mobile {
    display: none;
}

#main-nav-show {
    position: fixed;
    display: block;
    top: -158px;
    z-index: 3;
}

.sticky {
    top: 0 !important;
    z-index: 2;
    transition: all .5s linear !important;
}

.wrapper .logo {
    display: none;
}

.wrapper .logo a {
    display: flex;
    align-items: center;
}

.telefonesContato {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.telefonesContatoMobile {
    display: none;
}

.itemContato {
    display: flex;
    align-items: center;
    gap: 10px;
}

.itemContato span {
    font-size: 15px;
}

.itemContato a {
    text-decoration: none;
    font-size: 20px;
    color: #129b10;
    font-weight: bold;
}

.itemContato img {
    width: 18px;
    height: 18px;
}

.logo img {
    width: 160px;
}

.logoMenuMobile {
    display: none;
}

.wrapper .nav-links, .nav-top .nav-links {
    display: inline-flex;
    /* gap: 30px; */
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.nav-links li {
    width: 100%;
    height: 55px;
    background: #153C64;
    list-style: none;
    display: flex    ;
    justify-content: center;
    align-items: center;
}

.nav-links .firstLi {
    background: #F4F4F4;
}

.nav-links .firstLi a:hover {
    color:#1F7ABF
}

/* .nav-links li a::after {

} */

/* .nav-links .firstLi a:hover::after {
    left: 60%;
    width: 90%;
    transform: translate(-60%, 0px);
    left: 0;
    width: 100%;
} */

.nav-links .firstLi .menu-item {
    color: #24231F;
    font-weight: 600;
}

ul.nav-links .links-mobile {
    display: none;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links li a:hover,
.nav-links li label:hover {
    /* color: var(--color-secundary); */
    text-shadow: 0px 0px 10px #ffffff90;
}

.nav-links li a::after {
    content: " ";
    width: 0%;
    height: 4px;
    border-radius: 10px;
    background-color: #00a461;
    position: absolute;
    bottom: 0;
    left: 100%;
    /* transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}

.nav-links li a:hover::after {
    /* left: 50%;
    width: 80%;
    transform: translate(-60%, 0px); */
    left: 0;
    width: 100%;
    /* transition: width 0.5s cubic-bezier(0.21, 0.04, 0.41, 0.15); */
    transition: width 0.3s cubic-bezier(0, -0.01, 0, 0.59);
}

.nav-links .drop-menu li {
    border-bottom: 1px solid #00000020;
}

.nav-links .drop-menu li a:hover::after {
    transform: translate(-60%, 0px); 
}

.nav-links .drop-menu li a:hover::after {
    width: 100%;
    left: 40%;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .menu-item:hover svg path {
    fill: #fff;
}

.nav-links .menu-item svg {
    transform: rotate(90deg);
    transition: transform .5s ease;
    padding: 0 5px;
}

.nav-links .menu-item:hover svg {
    transform: rotate(270deg);
    transition: transform .5s ease;
    filter: drop-shadow(0px 0px 10px #ffffff);
}

.nav-links .solicite-orcamento button {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    background: #ffb545 ;
    color: #212738;
    box-shadow: 0 0 0 0 rgba(252, 159, 20, 0.7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
}

.nav-links .solicite-orcamento button svg path {
    fill: #212738;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #129b10;
}

nav input {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 25%;
    min-width: 225px;
    line-height: 45px;
    top: 120px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.35);
    z-index: 2;
  }
  
.nav-links li:hover .drop-menu {
    transition: all 0.3s ease;
    top: 55px;
    opacity: 1;
    visibility: visible;
}
  
.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

/* Search */
.search-container {
    display: flex;
    /*justify-content: flex-end;*/ /* Alinha o input à direita */
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    overflow: hidden;
    transition: max-width .3s ease-in-out;
}

.search-container:hover {
    max-width: 200px;
    transition: max-width .3s ease-in-out;
}

.search-container input {
    display: block;
    width: 0%;
    height: 34px;
    box-sizing: border-box;
    padding: 5px;
    border: none;
    transition: width .5s ease-in-out;
    transform-origin: right;
}

.search-container input:focus {
    border: none;
    outline: none;
    width: 200px;
}

.search-container:hover input {
    width: 100%;
    max-width: 200px;
    transition:  width .5s ease-in-out;
}

.search-container .search {
    position: absolute;
    background: #fff;
    left: 0;
    transition: left 0.4s ease-in-out; /* Transição suave para o left */
}

.search-container:hover .search,
.search-container input:focus ~ .search{
    left: 180px; /* Move a posição do .search para a direita */
    overflow:hidden;
}
/* Search */

@media screen and (max-width: 1080px) {
    nav {
        position: relative;
    }

    nav .nav-top {
        display: none;
    }

    nav .wrapper {
        justify-content: space-between;
        height: 80px;
        padding: 0px 30px;
        box-sizing: border-box;
    }

    .wrapper .btn {
        display: flex;
    }

    .wrapper .btn.close-btn {
        right: 20px;
        top: 25px;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100%;
        width: 75%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 0;
        line-height: 40px;
        overflow-y: auto;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
        transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 3;
        margin: 0;
    }

    ::-webkit-scrollbar {
        width: 5px;
        /* display: none; Remove a barra de scroll do menu responsivo */
    }

    ::-webkit-scrollbar-track {
        background: #24252610;
    }

    ::-webkit-scrollbar-thumb {
        /* background: #3A3B3C; */
        background: #00a461;
    }

    .dados-contato-mobile {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .dados-contato-mobile span {
        font-size: 15px;
        color: #FFFFFF
    }

    .icon-contato-mobile {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 40px;
        margin-left: 15px;
    }

    .rede-social-mobile {
        display: flex;
        margin-top: 10px;
        margin-left: 15px;
        gap: 20px;
        padding-bottom: 20px;
    }

    .rede-social-mobile svg {
        transition: all .2s linear;
        animation: colorDegrade 2s linear infinite;
    }

    @keyframes colorDegrade {
        0% {
            fill: #ffffff;
        }

        50% {
            fill: #9a9a9a;
        }

        100% {
            fill: #ffffff;
        }
    }

    .rede-social-mobile svg:hover {
        fill: var(--color-secundary);
        transition: all .2s linear;
    }

    #menu-btn:checked~.nav-links,
    #menu-btn2:checked~.nav-links {
        left: 0%;
        background: #153C64;
    }

    #menu-btn:checked~.btn.menu-btn,
    #menu-btn2:checked~.btn.menu-btn {
        display: none;
    }

    .logoMenuMobile {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 15px;
        border-bottom: 1px solid rgb(224, 224, 224);
        background: #fff;
        height: 80px;
    }

    .telefonesContato {
        display: none;
    }

    .nav-links li {
        margin: 10px 0;
        width: initial;
        height: initial;
        background: initial;
        display: block;
        justify-content: initial;
    }

    .nav-links li a {
        padding: 0 10px;
        display: block;
        font-size: 14px;
        border-left: 4px solid transparent;
    }

    .nav-links .firstLi {
        background: initial;
    }

    .nav-links .firstLi .menu-item {
        color: #FFFFFF
    }

    ul.nav-links .links-mobile {
        display: block;
        border-top: 2px solid #ffffff30;
    }

    .nav-links li a:hover,
    .mobile-item:hover {
        border-left: 4px solid var(--color-primary);
    }

    .nav-links li a:hover::after {
        width: 0%;
    }

    .nav-links .solicite-orcamento {
        margin-top: 20px;
        padding: 0 15px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background: #14375c;
    }

    #showDrop1:checked ~ .drop-menu,

    #showDrop2:checked ~ .drop-menu,

    #showDrop3:checked ~ .drop-menu,

    #showDrop4:checked ~ .drop-menu,

    #showDrop5:checked ~ .drop-menu,

    #showDrop6:checked ~ .drop-menu,


    #showMega:checked ~ .mega-box {
        max-height: 100%;
        background: #14375c;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        /* border-radius: 5px; */
        transition: all 0.3s ease;
        border-radius: 0;
        border-left: 4px solid transparent;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-links .mobile-item:hover {
        border-left: 4px solid #00a461;
    }

    .nav-links .mobile-item svg {
        transform: rotate(90deg);
        transition: transform .5s ease;
    }

    input[type="checkbox"]:checked + .mobile-item svg {
        transform: rotate(270deg);
        transition: transform .5s ease;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 15px;
    }

    .wrapper .logo {
        display: block;
    }

    





    #main-nav,
    #main-nav-show {
        display: flex;
        flex-direction: column;
    }
    
    nav .nav-top {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    
    nav .nav-top .logo,
    nav .nav-top a,
    nav .nav-top a.blog {
        display: none;
    }
    
    .search-container {
        max-width: 100%;
        padding-bottom: 10px;
    }

    .search-container:hover {
        max-width: 100%;
    }
    
    .search-container input {
        width: 100%;
        border: 1px solid #00000020;
        border-radius: 28px;
        padding: 0 15px;
    }

    .search-container input:focus {
        border: 1px solid #00000020;
        width: 100%;
    }
    
    .wrapper {
        order: -1;
    }
}

@media (max-width: 600px) {
    .logo {
        max-width: 150px;
    }

    .nav-links li a:hover {
        border-left: 4px solid transparent;
    }
}




/* Banner Principal*/
.banner-principal .banner {
    position: relative;
}

.banner-principal .banner .selos {
    display: flex    ;
    align-items: center;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
}

.banner-principal .banner .prazo {
    max-width: 210px;
    font-size: 5px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(-90deg);
}

.banner-principal .banner .descricao {
    max-width: 280px;
    position: absolute;
    top: 50%;
    right: 35%;
    font-size: 24px;
    line-height: 30px;
    transform: translate(100%, -50%);
}

.banner-principal .banner .descricao strong {
    font-weight: 600;
}

.banner-principal source,
.banner-principal img {
    width: 100%;
}

@media (max-width: 600px) {
    .banner-principal .banner .selos,
    .banner-principal .banner .descricao,
    .banner-principal .banner .prazo {
        display: none;
    }
}
/* Banner Principal*/



/* Footer */

#footer {
    background: #F4F4F4;
}

#footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

#footer .mapaSite {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

#footer .mapaSite > div {
    width: 170px;
}

#footer .mapaSite > div:last-child {
    width: 250px;
}

#footer .mapaSite > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#footer .mapaSite span {
    display: block;
    font-weight: bold;
}

#footer .mapaSite span,
#footer .mapaSite li,
#footer .mapaSite a {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #24231F;
    transition: transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#footer .mapaSite li:hover,
#footer .mapaSite li:hover a {
    transform: translate(10px,0);
    transition: transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    font-weight:500;
}

#footer .mapaSite p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

#footer .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

#footer .info .logo {
    display: flex;
    align-items: flex-end;
    height: 150px;
}

#footer .info .col-2 {
    display: flex;
    justify-content: space-between;
}

#footer .info .selos {
    display: flex;
    align-items: center;
    gap: 15px;
}

#footer .info .redeSocial {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#footer .info .redeSocial > div {
    display: flex;
    align-items: center;
}

#footer .info .redeSocial span {
    font-size: 14px;
    font-weight: 600;
}

#footer .info .col-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 610px;
    padding-top: 30px;
}

#footer .info p {
    font-size: 9px;
    text-align: justify;
}

@media (max-width:1350px) {
    #footer {
        padding: 0 20px 50px 20px;
    }
}

@media (max-width:700px) {
    #footer {
        padding: 0 20px 50px 20px;
    }

    #footer .mapaSite,
    #footer .info {
        flex-direction: column;
    }

    #footer .info {
        padding-bottom: 0;
    }

    #footer .mapaSite > div {
        margin-bottom: 20px;
    }

    #footer .mapaSite > div:nth-child(2) {
        gap: 20px;
    }

    #footer .info .logo {
        align-items: center;
        height: auto;
    }

    #footer .info .col-2 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    #footer .info .redeSocial {
        align-items: center;
    }

    #footer .info .redeSocial > div {
        transform: translate(5px, 0px);
    }
}


/* Slick Carrossel */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 15px !important;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background: #153c64;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active {
    width: 50px;
    border-radius: 15px;
}

.slick-dots li button:before {
    content: "";
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

button.slick-prev.slick-arrow {
    left: 50px;
}

button.slick-next.slick-arrow {
    right: 50px;
}

.slick-prev:before,
.slick-next:before {
    content: "";
}
/* Slick Carrossel */





/* Section - Presença Global*/
.presenca-global {
    background-color: #153C64;
}

.presenca-global .container {
    background-image: url(assets/images/continentes.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    min-height: 550px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.presenca-global .content {
    max-width: 495px;
}

.presenca-global .descricao {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.presenca-global h2 {
    font-size: 14px;
    color: #fff;
}

.presenca-global h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.presenca-global p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

@media (max-width: 600px) {
    button.slick-prev.slick-arrow {
        left: 25px;
    }
    button.slick-next.slick-arrow {
        right: 25px;
    }
    .presenca-global .container {
        background-position-y: center;
        background-size: contain;
        min-height: 350px;
    }
}
/* Section - Presença Global*/


/* Section - Nossos Produtos */
.nossosProdutos {
    background: #F4F4F4;
}

.nossosProdutos .container {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 20px;
}

.nossosProdutos .container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 40%;
}

.nossosProdutos h1 {
    font-size: 1.75rem;
}

.nossosProdutos .descricao {
    max-width: 390px;
 }

.nossosProdutos .descricao p {
    line-height: 25px;
}

.nossosProdutos .linha-completa a {
    font-size: 16px;
    font-weight: 600;
    color: #1F7ABF;
}

.nossosProdutos .container .slide-produtos {
    width: 60%;
}

.btn-produtos {
    display: flex;
    gap: 10px;
}

.btn-cervejeiras {
    background-color: #153C64;
}

.btn-refrigeradores {
    background-color: #00A562;
}

.btn-congeladores {
    background-color: #1C7ABF;
}

.btn-cervejeiras, .btn-refrigeradores, .btn-congeladores {
    width: 100%;
    max-width: 115px;
    padding: 10px;
    box-sizing: border-box;
}

.nossosProdutos a {
    text-decoration: none;
    color: inherit;
}

.btn-produtos a {
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 50px;
}

.nossosProdutos .img-produto {
    display: flex;
    justify-content: center;
    height: 260px;
}

.nossosProdutos span {
    display: block;
    text-align: center;
}

.nossosProdutos span.porta {
    font-weight: 600;
}

.nossosProdutos button.slick-prev {
    left: 0;
}

.nossosProdutos button.slick-next {
    right: 0;
}

.nossosProdutos .info-produto {
    margin-top: 20px;
}

@media (max-width: 600px) {
    .nossosProdutos .container {
        flex-direction: column;
        padding: 50px 20px;
    }

    .nossosProdutos .container .content,
    .nossosProdutos .container .slide-produtos {
        width: 100%;
    }

    .nossosProdutos .container .slide-produtos {
        margin-top: 30px;
    }

    .nossosProdutos .linha-completa {
        text-align: center;
    }

    .nossosProdutos .slick-dots {
        bottom: -35px !important;
    }
}
/* Section - Nossos Produtos */


/* Section - Sustentabilidade */
section.sustentabilidade {
    padding: 50px 20px;
    background: #00A562;
}

section.sustentabilidade .container {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}

section.sustentabilidade .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

section.sustentabilidade h3 {
    font-size: 14px;
    color: #fff;
}

section.sustentabilidade h1 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    max-width: 310px;
}

section.sustentabilidade p {
    font-size: 16px;
    color: #fff;
    max-width: 550px;
    line-height: 25px;
    margin: 20px 0;
}

section.sustentabilidade strong {
    font-weight: 600;
}

section.sustentabilidade .content.col-2 {
    max-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

section.sustentabilidade .content.col-2 div {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #0269a2, #0269a270) 1;
}

section.sustentabilidade .content.col-2 p {
    font-size: 16px;
    color: #fff;
}

section.sustentabilidade .content.col-2 a {
    background: #fff;
    color: #00A562;
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

section.sustentabilidade .content.col-2 .btn-saiba-mais {
    display: flex;
    border-bottom: none;
}

section.sustentabilidade .selos,
section.sustentabilidade .selos > div {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.sustentabilidade .selos > div img:nth-child(1),
section.sustentabilidade .selos > div img:nth-child(4) {
    mix-blend-mode: luminosity;
}

section.sustentabilidade .selos > div img:nth-child(2),
section.sustentabilidade .selos > div img:nth-child(3) {
    mix-blend-mode: overlay;
}

@media (max-width: 600px) {
    section.sustentabilidade .container {
        flex-direction: column;
        gap: 20px;
    }

    section.sustentabilidade .content {
        width: 100%;
    }

    section.sustentabilidade .selos {
        justify-content: center;
        flex-wrap: wrap;
    }

    section.sustentabilidade .content.col-2 {
        align-self: center;
    }

    section.sustentabilidade .content.col-2 .btn-saiba-mais {
        margin: 20px 0;
    }
}
/* Section - Sustentabilidade */


/* Section - Tradição */
.tradicao {
    padding: 20px;
}

.tradicao .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1300px;
    margin: 50px auto;
}

.tradicao .container div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.tradicao h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #24231f;
    max-width: 390px;
}

.tradicao span {
    font-size: 14px;
    font-weight: 400;
    color: #5F5F5F;
}

.tradicao a {
    font-size: 14px;
    font-weight: 600;
    color: #24231f;
    border: 1px solid #24231f;
    border-radius: 50px;
    padding: 15px 45px;
    text-decoration: none;
}

.tradicao p {
    font-size: 16px;
    font-weight: 400;
    color: #24231f;
    max-width: 590px;
    line-height: 25px;
}

@media (max-width: 600px) {
    .tradicao .container {
        flex-direction: column;
        gap: 30px;
        margin: 15px auto;
    }
    .tradicao .container div {
        gap: 30px;
    }
    .tradicao p {
        text-align: justify;
    }
}
/* Section - Tradição */


/* Section - Linhas */
.linhas .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 450px;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.linhas .linha {
    background: #153c6490;
    border: 1px solid #FFF;
    height: 450px;
    width: 33.333%;
    display: flex;
    justify-content: center;
}

.linhas .linha div {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 40px;
}

.linhas .linha a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.linhas .linha p {
    max-width: 260px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.linhaCervejeira, .linhaRefrigeradores, .linhaCongeladores {
    display: flex;
    padding: 15px 30px;
}

.linhaCervejeira {
    border: 1px solid #DB7C1C;
    background: #153C64;
}

.linhaRefrigeradores {
    border: 1px solid #FFF;
    background: #00A562;
}

.linhaCongeladores {
    border: 1px solid #FFF;
    background: #1C7ABF;
}

@media (max-width: 600px) {

}

/* Section - Linhas */


/* Section - Garantia */
.garantia {
    background: #F4F4F4;
    padding: 50px;
}

.garantia .container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex    ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.garantia strong {
    font-weight: 600;
}

.garantia .selos {
    display: flex;
    align-items: end;
    gap: 30px;
}

.garantia p {
    font-size: 9px;
    font-weight: 400;
    max-width: 925px;
    text-align: center;
}

@media (max-width: 600px) {
    .garantia {
        padding: 50px 20px;
    }

    .linhas .container {
        flex-direction: column;
        height: auto;
    }

    .linhas .linha {
        width: 100%;
    }

    .garantia .selos {
        gap: 0;
    }

    .garantia p {
        text-align: justify;
    }
}
/* Section - Garantia */



/* Section - Notícias */
.noticias {
    background: #FCFCFC;
    padding: 50px 20px;
}

.noticias .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto;
}

.noticias .titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noticias .titulo h2 {
    font-size: 28px;
    font-weight: 600;
}

.noticias .titulo span {
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.noticias .noticia {
    display: flex;
    justify-content: center;
    width: 100%;
}

.noticias .noticia .box {
    background: #f4f4f4;
    width: 100%;
    max-width: 305px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.noticias .img-noticia {
    height: 160px;
    width: auto;
}

.noticias .img-noticia img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.noticias .descricao p {
    font-size: 1rem;
    height: 57px;
    padding: 0 10px;
}

.noticias .descricao a {
    font-size: 14px;
    font-weight: 600;
}

.noticias .botao-notiica {
    padding: 0 10px;
}

.noticias .botao-notiica a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px 15px;
}

.noticias .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.noticias .slick-dots {
    bottom: -50px !important;
}

.noticias .slick-dots li {
    width: 7px;
    height: 7px;
    background: #D9D9D9;
}

.noticias .slick-dots li.slick-active {
    width: 7px;
    height: 7px;
    border-radius: 15px;
}
/* Section - Notícias */




/* Section - Banners */
.banners img {
    display: block;
    width: 100%;
}

.banners .banners-produtos {
    display: flex;
}

.banners .banners-produtos .box {
    width: 100%;
    position: relative;
}

.banners .banner-full-black {
    position: relative;
}

.banners .banner-full-black .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 530px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%, -50%);
}

.banners .banners-produtos .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 530px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
}

.banners h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.banners span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.banners a {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 15px 40px;
}

@media (max-width: 600px) {
    .banners .banners-produtos {
        flex-direction: column;
    }

    .banners .banner-full-black {
        height: 400px;
    }

    .banners .banner-full-black img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .banners .banners-produtos .content {
        width: 100%;
        gap: 5px;
        top: 5%;
    }
}
/* Section - Banners */


/* Section - Bivolt Inverter */
.bivoltInverter {
    background: #FCFCFC;
}

.bivoltInverter .container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* max-width: 1300px; */
    /* margin: 0 auto; */
    position: relative;
}

.bivoltInverter .row-1 {
    background: #00A461;
    height: 330px;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.bivoltInverter .row-2 {
    height: 420px;
    padding: 5%;
    position: relative;
}

.bivoltInverter .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bivoltInverter h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.bivoltInverter span {
    font-size: 16px;
    color: #fff;
}

.bivoltInverter .selo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bivoltInverter .selo span {
    color: #598904;
    width: 115px;
    font-weight: 700;
    transform: translateY(10px);
}

.bivoltInverter a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 15px 45px;
    border: 1px solid #32865A;
    border-radius: 50px;
    margin-top: 20px;
    transition: border .3s ease-in-out;
}

.bivoltInverter a:hover {
    border: 1px solid #fff;
}

.bivoltInverter li {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    color: #598904;
    list-style: none;
}

.bivoltInverter .img-bivolt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.element-1,
.element-2,
.element-3,
.element-4,
.element-5,
.element-6,
.element-7,
.element-8 {
    position: absolute;
}

.element-1,
.element-2 {
    top: 0;
    right: 0;
}

.element-3 {
    top: 2%;
    left: 2%;
}

.element-4 {
    bottom: 0;
    left: -15%;
}

.element-5 {
    top: 5%;
    right: -5%;
}

.element-6 {
    top: 30%;
    right: -15%;
}

.element-7 {
    top: 0;
    right: 10%;
}

.element-8 {
    top: 10%;
    right: 5%;
}

/* Section - Bivolt Inverter */

/* Section - Nossas Linhas */
.linhaRefrigerador {
    /* background: #F4F4F4; */
    padding: 50px 20px;
}

.linhaRefrigerador .container {
    max-width: 1300px;
    margin: 0 auto;
}

.linhaRefrigerador .titulo {
    padding: 0 0 5% 0;
    text-align: center;
}

.linhaRefrigerador .titulo h2 {
    font-size: 28px;
}

.linhaRefrigerador .titulo strong {
    font-weight: 600;
}

.linhaRefrigerador .linhas {
    display: flex;
    align-items: center;
}
.linhaRefrigerador .img-center {
    transform: translate(10px, 0);
}

.linhaRefrigerador .img-center img {
    transform: scale(1.1);
}

.linhaRefrigerador .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.linhaRefrigerador .box p {
    font-size: 16px;
    max-width: 630px;
}

.linhaRefrigerador .botao {

}

.linhaRefrigerador .botao a {
    font-size: 12px;
    text-decoration: none;
    background: #00A461;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
}
/* Section - Nossas Linhas */

/* Section - Capa */

/* Avisos e Privacidade */
.aviso-privacidade .capa {
    background-image: url('assets/images/capa-avisos-privacidade.png');
}
/* Avisos e Privacidade */

/* Trabalhe Conosco */
.trabalhe-conosco .capa {
    background-image: url('assets/images/capa-trabalhe-conosco.png');
}
.trabalhe-conosco .capa img {
    position: absolute;
    bottom: 0;
    right: 40%;
}
.trabalhe-conosco .capa span {
    position: absolute;
    top: 50%;
    right: 20%;
    font-size: 24px;
    max-width: 250px;
}
/* Trabalhe Conosco */

/* Política de Privacidade */
.politica-privacidade .capa {
    background-image: url('assets/images/capa-politica-privacidade.png');
}
/* Política de Privacidade */

/* Blog */
.blog .capa {
    background-image: url('assets/images/capa-blog.png');
}
.blog .capa img {
    position: absolute;
    bottom: 0;
    right: 10%;
}
.blog .capa h1 {
    bottom: 15%;
    left: 5%;
}
/* Blog */

.capa {
    background-color: #F4F4F4;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    position: relative;
}

.capa img {
    position: absolute;
    bottom: 0;
    right: 20%;
}

.capa h1 {
    position: absolute;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 50px;
    bottom: 15%;
    left: 10%;
}

.capa strong {
    font-weight: 700;
}
/* Section - Capa */

.descricao .content {
    /* background-color: red; */
    max-width: 1080px;
    margin: 50px auto;
}

.descricao .content p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    text-align: justify;
}

.descricao .content strong {
    font-weight: 700;
}

.descricao .content li {
    list-style: none;
    line-height: 25px;
    text-align: justify;
}

.descricao .content .li {
    list-style: disc inside;
}

.descricao .content ul {
    margin-top: 20px;
}

.descricao .content h2 {
    margin-top: 50px;
    font-size: 24px;
}

.descricao .content h3 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.descricao .content .contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 720px;
    margin: 50px auto;
}

.descricao .content .contato .btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    background: #00A461;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 50px;
}

.descricao .content .contato strong {
    display: flex;
    gap: 10px;
}

.descricao .content .contato span {
    display: flex;
}

.descricao .content .contato p {
    display: flex;
    gap: 4px;
    max-width: 610px;
    text-align: center;
}

.descricao .content .contato h2 {
    font-size: 28px;
    margin-top: 20px;
}

.descricao .content .contato .divisor {
    background: linear-gradient(90deg, #0066A7 -1.61%, #0066A7 2.48%, #0E7198 45.48%, #349072 127.39%, #5EB24A 203.15%);
    width: 100%;
    max-width: 350px;
    height: 5px;
    transform: translateY(-15px);
}