.container {
    width: 1460px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

body {
    color: #000;
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.site-navigation ul.menu li {
    align-items: center;
}

.site-navigation ul.menu li.submenu-produtos ul {
    min-width: 300px; 
}

#menu-menu-principal a, #menu-menu-principal_en a, #menu-menu-principal_es a {
    transition: 0.2s;
    color: #000;
    font-weight: 400;
}

#menu-menu-principal a:hover, #menu-menu-principal_en a:hover, #menu-menu-principal_es a:hover {
    color: #B60000;
}

.site-header {
    align-items: center;
    position: relative;
    z-index: 4;
}

#idiomas a {
    cursor: pointer;
}

#hamburger {
    display: none;
    position: absolute;
    right: 30px;
    width: 20px;
    height: 14px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1000;
    top: 58px;
}

.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.site-navigation ul.menu li.menu-item-has-children:after {
    color: #D9D9D9;
    font-size: 2.2em;
    width: 0px;
}

#menu-produtos, .btn_lista_produtos {
    display: none !important;
}

.detalhe-separador {
    display: flex;
    justify-content: center;
}

.detalhe-separador::after{
    content: '';
    width: 100%;
    max-width: 393px;
    height: 12px;
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    transform: rotate(180deg);
}



/** BANNER TOPO **/

.content-banner {
    position: relative;
    background-size: cover;
    background-position: center right;
}

.banner_home {
    height: 41.80vw;
}

.slick-list.draggable, .slick-track {
    height: 100%;
}

.slick-initialized .slick-slide {
    display: flex !important;
    flex-direction: column;
    color: #FFF;
    height: auto !important;
}

.slick-initialized .content-banner.slick-slide {
    justify-content: center;
    align-items: center;
}

.produtos.slick-initialized .slick-slide {
    color: #000;
}

.banner_home .background-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.60) 16.07%, rgba(0, 0, 0, 0.00) 100%);
}

.banner_home .title {
    font-size: 35px;
    line-height: initial;  
    margin-bottom: 15px;
}

.banner_home .subtitle {
    font-size: 22px;
}

.banner_home .text-banner {
    position: relative;
    text-align: center;
    padding: 20px 15px;
    max-width: 652px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_home .text-banner::after {
    content: '';
    height: 7px;
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    width: 140px;
    display: block;
}

.banner_home .slick-dots {
    bottom: 20px !important;
    z-index: 1;
}

.banner_home .slick-dots li button:before {
    color: #555454 !important;
    opacity: 1 !important;
    font-size: 10px !important;
}

.banner_home .slick-dots li.slick-active button:before {
    color: #8C8B8B !important;
}

.banner_home .slick-dots [type=button]:hover, .banner_home .slick-dots [type=button]:focus{
    background: transparent !important;
}

.banner_home .slick-dots li button, .banner_home .slick-dots li{
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.banner_home.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}


/** Sessão Industrias Atendidas **/

#sessao-industrias {
    background-color: #CED5E1;
    position: relative;
    padding: 100px 0;
}

#sessao-industrias .content {
    display: flex;
    gap: 81px;
    flex-wrap: wrap;
    justify-content: center;
}

#sessao-industrias .col1 {
    max-width: 355px;
    position: relative;
    font-size: 25px;
    line-height: normal;
}

#sessao-industrias .col1::before {
    content: '';
    height: 7px;
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    width: 48px;
    display: block;
    position: absolute;
    top: -13px;
}

#sessao-industrias .col1 h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 34px;
}

#sessao-industrias .col2 {
    display: flex;
    max-width: 695px;
    width: 100%;
    flex-wrap: wrap;
    gap: 23px;
}

#sessao-industrias .col2 .item {
    width: 335px;
    display: flex;
    align-items: center;
    background-color: #011F5B;
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    height: 74px;
}

#sessao-industrias .col2 .item > div {
    flex: 1;
    position: relative;
}

#sessao-industrias .col2 .icone, #sessao-industrias .col2 .titulo {
    max-width: 78px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sessao-industrias .col2 .icone::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: -14px;
    height: 28px;
    width: 28px;
    background-color: #CED5E1;
    transform: rotate(45deg);
}

#sessao-industrias .col2 .titulo {
    max-width: initial;
    justify-content: flex-start;
}

#sessao-industrias .col2 .titulo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    transform: rotate(180deg);
}

/** Sesssão conheça nossas soluçÕes **/

#categorias-produtos {
    position: relative;
    padding-bottom: 148px;
}

#categorias-produtos .produtos {
    display: none;
    margin: 32px 0 46px;
}

#categorias-produtos h2, #sessao-produtos h2, #sessao-clientes h2, #sessao-blog h2{
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    margin: 29px 0 46px;
}

#categorias-produtos .categoria {
    background: #011F5B;
    color: #FFF;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

#categorias-produtos .categoria .seta {
    width: 90px;
    display: flex;
    justify-content: center;
    transition: 0.2s;
    transform: rotate(270deg);
}

#categorias-produtos .categoria.ativo .seta{
    transform: rotate(360deg);
}

#categorias-produtos .slick-prev, #categorias-produtos .slick-next {
    width: 30px;
    height: 30px;
    z-index: 2;
}

#categorias-produtos .slick-prev:before, #categorias-produtos .slick-next:before {
    content: '';
    background: url('../images/seta.svg') no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
}

#categorias-produtos .slick-next:before {
    transform: rotate(180deg);
}

#categorias-produtos .slick-prev:after, #categorias-produtos .slick-next:after{
    content: '';
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    transform: rotate(180deg);
    width: 49px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: -10px;
}

#categorias-produtos .categoria .txt {
    position: relative;
    padding: 20px 0 17px;
    width: 100%;
}

#categorias-produtos .categoria .txt::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    transform: rotate(180deg);
    height: 7px;
    left: 0;
}

#categorias-produtos .item-produto {
    margin-bottom: 20px;
}

#categorias-produtos .produto, #sessao-produtos .produto {
    background: linear-gradient(315deg, #FFF 0%, #EBECED 50%, #FFF 85%);
    max-width: 319px;
    padding: 21px 21px 28px 21px;
    border-radius: 8px;
    font-size: 18px;
    line-height: normal;
    margin: 0 81px;
    justify-content: space-between;
}

#categorias-produtos .produto .titulo, #sessao-produtos .produto .titulo{
    color: #011F5B;
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}

#categorias-produtos .produto .titulo::after, #sessao-produtos .produto .titulo::after {
    content: '';
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    transform: rotate(180deg);
    height: 5px;
    width: 47px;
    display: block;
    margin-bottom: 17px;
}

#categorias-produtos .produto .resumo, #sessao-produtos .produto .resumo {
    max-width: 251px;
}

#categorias-produtos .produto .linha, #sessao-produtos .produto .linha {
    height: 1px;
    background-color: #FFF;
    margin: 19px -21px 9px;
}

#categorias-produtos .produto .temperatura, #sessao-produtos .produto .temperatura {
    display: flex;
    align-items: center;
    gap: 17px;
}

#categorias-produtos .temperatura .titulo-temperatura, #sessao-produtos .temperatura .titulo-temperatura {
    font-size: 14px;
}

#categorias-produtos .btn-saiba-mais, #sessao-produtos .btn-saiba-mais, .ver-todos-produtos-btn.btn-vermelho{
    border-radius: 8px;
    background: #011F5B;
    width: 100%;
    font-size: 18px;
    color: #FFF;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 26px;
    margin-top: 34px;

}

/** Sesssão nossos produtos **/

#sessao-produtos h2 {
    color: #FFF;
    margin: 58px 0 120px;
}

#sessao-produtos .produto {
    margin: 0 25px;
}


#sessao-produtos {
    position: relative;
    padding-bottom: 58px;
    background-size: cover;
    background-position: center;
}

.filtro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22,23,25,0.8);
}

#sessao-produtos .container {
    position: relative;
}

#sessao-produtos .ver-todos-produtos-btn {
    background-color: #E52B25;
    color: #FFF;
    width: 333px;
    margin: 100px auto 0;
}


/** Sessão Clientes **/

#sessao-clientes {
    padding-bottom: 112px;
}

#sessao-clientes h2 {
    color: #011F5B;
}

#sessao-clientes .clientes {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center;
}

#sessao-clientes .clientes .cliente {
    border: solid 1px #AAAAAA;
    margin: -1px 0 -1px -1px;
    border-right: none;
    width: 235px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** Sessão BLOG **/
#sessao-blog .divisoria{
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    transform: rotate(180deg);
    height: 3px;
    margin-bottom: 77px;
}

#sessao-blog .container > .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

#sessao-blog .container .col1 {
    max-width: 393px;
    width: 100%;
    margin-right: 30px;
    font-size: 22px;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sessao-blog .container .col2 {
    width: 100%;
    max-width: 704px;
}

#sessao-blog .ultimas-postagens {
    display: flex;
    gap: 30px;
    padding-bottom: 77px;
    flex-wrap: wrap;
}

#sessao-blog .titulo-ultimas-postagens {
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 11px;
    margin: 65px 0 30px;

}

#sessao-blog .materia {
    width: 100%;
    max-width: 337px;
    display: flex;
    flex-direction: column;
}

#sessao-blog .materia .blog-img {
    min-height: 221px;
    background: no-repeat center;
    background-size: auto 100%;
    border-radius: 8px;
    transition: 0.2s;
}

#sessao-blog .materia:hover .blog-img {
    background-size: auto 110%;
}

#sessao-blog h2 {
    text-align: left;
    color: #011F5B;
    font-size: 45px;
}

#sessao-blog .blog-content {
    background-color: #011F5B;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    border-radius: 8px;
    padding: 19px 25px;
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#sessao-blog .btn-saiba-mais-blog {
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
    margin-top: 30px;
}

#sessao-blog .btn-saiba-mais-blog span:last-child {
    margin-left: 11px;
}

#sessao-blog .conheca-nosso-blog-btn {
    width: 306px;
    height: 60px;
    color: #FFF;
    background-color: #E52B25;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 0 26px;
    border-radius: 8px;
    justify-content: space-between;
}

/** Sessão Contato **/
#sessao-contato {
    margin-top: 76px;
    background: linear-gradient(117deg, #011F5B 20%, #EE2C23 100%);
    color: #FFF;
    padding: 108px 0 85px;
}

#sessao-contato h2 {
    margin: 0;
    font-size: 45px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 27px;
}

#sessao-contato .container > .content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

#sessao-contato .container .col1 {
    width: 302px;
    font-size: 20px;
    line-height: normal;
}

#sessao-contato .container .col2 {
    width: 100%;
    max-width: 868px;
}

#sessao-contato .btn-enviar p {
    display: flex;
    justify-content: right;
    flex-direction: row-reverse;
}

#sessao-contato .btn-enviar input {
    background-color: #161719;
    color: #FFF;
    font-size: 18px;
    border-radius: 8px;
}


/** SOBRE NÓS */
.internas .content-banner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.internas .banner_home .text-banner {
    max-width: 944px;
    padding-bottom: 6vw;
}

.internas .content-banner .title {
    color: #FFF;
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
}

.internas .content-banner .title span {
    font-weight: 700;
}

/** História **/
#sessao-nossa-historia, #sessao-mvv, #sessao-duns, #cont-produto, #sessao-caracteristicas{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#sessao-nossa-historia .content{
    width: 100%;
    max-width: 1160px;
    padding: 122px 140px;
    background: linear-gradient(117deg, #011F5B 20%, #EE2C23 100%);
    color: #FFF;
    font-size: 30px;
    line-height: normal;
    margin-top: -11vw;
}

/** Sessão MVV **/

#sessao-mvv {
    padding: 80px 0 125px;
}

#sessao-mvv .content {
    width: 100%;
    max-width: 1160px;
    display: flex;
    gap: 56px;
    padding: 0 15px;
}

#sessao-mvv .content .col1 {
    height: 100%;
    min-width: 510px;
    background: no-repeat center right;
    background-size: cover;
}

#sessao-mvv .col2 {
    font-size: 25px;
    line-height: normal;
}

#sessao-mvv .col2 .titulo {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 7px;
}

#sessao-mvv .col2 .titulo::before {
    content: '';
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    transform: rotate(180deg);
    height: 7px;
    width: 48px;
    display: block;
    margin-bottom: 7px;
}

#sessao-mvv .col2 .item {
    margin-top: 30px;
}

#sessao-mvv .col2 .item:first-child {
    margin-top: 0;
}


/** Sessão DUNS **/
#sessao-duns {
    margin-bottom: 100px;
}


/** PÁGINA PRODUTOS **/

.produtos .background-filter {
    background-color: rgba(0,0,0,0.7);
}

.produtos .text-banner {
    color: #FFF;
}

.produtos .content-banner {
    font-size: 35px;
    line-height: normal;
}


.produtos .content-banner .title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 95px;
}

.produtos .text-banner::after {
    display: none;
}

.produtos .content-banner .ideal-text {
    font-size: 20px;
    margin-top: 79px;
    width: 100%;
    max-width: 451px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    border-radius: 8px;
}

.produtos .content-banner .ideal-text .icon {
    height: 60px;
    margin-right: 20px;
}

#cont-produto {
    font-size: 25px;
    line-height: normal;
    text-align: center;
}

#cont-produto .content {
    margin-top: -5vw;
    width: 100%;
    max-width: 893px;
}

#cont-produto .product-text {
    margin: 50px 0;
}

#cont-produto .titulo-temperatura {
    font-size: 14px;
    margin-bottom: 4px;
}

#cont-produto .valores {
    margin-bottom: 63px;
}


/** Sessão Caracteristicas **/
#sessao-caracteristicas {
    margin-bottom: 101px;
}

#sessao-caracteristicas .content {
    width: 100%;
    max-width: 1017px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sessao-caracteristicas .titulo_caracteristicas {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 32px;
}

#sessao-caracteristicas .item {
    border-radius: 8px;
    background: #011F5B;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    width: 100%;
    padding: 19px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

#sessao-caracteristicas .item::after {
    content: '';
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 80%);
    transform: rotate(180deg);
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#sessao-caracteristicas .btn-pdf {
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 100%);
    color: #FFF;
    width: 100%;
    padding: 19px 25px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 114px;
}

#sessao-caracteristicas .btn-pdf .icon {
    transform: rotate(135deg)
}

#sessao-caracteristicas .todos_produtos_btn, #sessao-blog.page .topo .btn-saiba-mais{
    color: #FFF;
    border-radius: 8px;
    background: #E02B26;
    font-size: 18px;
    line-height: normal;
    padding: 19px 27px;
    display: flex;
    gap: 26px;
    margin-top: 114px;
}


/** PÁGINA PRODUTOS **/

.page-produtos .content-banner .title {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 50px;
}

.page-produtos .banner_home .text-banner {
    max-width: 652px;
}

.page-produtos .banner_home .text {
    font-size: 22px;
}

.page-produtos .background-filter {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.60) 16.07%, rgba(0, 0, 0, 0.00) 100%);
}

.produtos .banner_home .separador {
    background: linear-gradient(90deg, #011F5B 0%, #EE2C23 80%);
    width: 140px;
    height: 7px;
    margin-bottom: 47px;
}

.produtos .banner_home .seta {
    margin-top: 66px;
}

#sessao-produtos.page-produtos {
    margin-top: 103px;
}

#sessao-produtos.page-produtos .container > .content > .produtos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}

#sessao-produtos.page-produtos .produto {
    margin: 0;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 300px;
}

#sessao-produtos.page-produtos .produto .image {
    height: 182px;
    margin: -21px -21px 23px;
    background: no-repeat center;
    background-size: cover;
}

.single-produtos #sessao-produtos h2 {
    padding: 58px 0 0;
    margin: 29px 0 46px;
}

/** PÁGINA BLOG **/
#sessao-blog.page .container > .content {
    
}

#sessao-blog.page .topo {
    display: flex;
    background-color: #011F5B;
    color: #FFF;
}

#sessao-blog.page .topo .col1 {
    min-width: 1020px;
    height: 830px;
    background: no-repeat center;
    background-size: cover;
}

#sessao-blog.page .topo .col2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#sessao-blog.page .topo .col2 .cont {
    width: 500px;
}

#sessao-blog.page .topo .col2 .titulo {
    font-size: 35px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 34px;
}

#sessao-blog.page .topo .col2 .resumo {
    font-size: 25px;
    margin-bottom: 34px;
}

#sessao-blog.page .topo .btn-saiba-mais {
    margin-top: 45px;
}

#sessao-blog.page .posts {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

}

#sessao-blog.page .mais-lidos {
    margin-bottom: 0;
}


/** Post na íntegra **/

#post-integra {
    padding-bottom: 50px;
}

#post-integra .container {
    max-width: 1250px;
}

#post-integra h1 {
    font-size: 55px;
    line-height: normal;
    font-weight: bold;
}

#post-integra .conteudo {
    font-size: 20px;
    line-height: normal;
}

#post-integra h2 {
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    margin: 30px 0;
}

#sessao-blog.post-integra {
    background-color: #EBECED;
}

#sessao-blog.post-integra .titulo-leia-mais {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 74px;
}

.post-integra .posts {
    display: flex;
    gap: 30px;
}

.single-post #sessao-contato {
    margin-top: 0;
}



/** Rodapé **/

#rodape {
    background: #161719;
    padding: 41px 0 10px;
}

#rodape .content {
    display: flex;
    gap: 20px;
    justify-content: space-between; 
    flex-wrap: wrap;
    color: #FFF;
    margin: 0 15px;
}

#rodape .content > div > div  {
    display: flex;
    flex-direction: column;
}

#rodape .content a {
    color: #90979C;
    transition: 0.2s;
}

#rodape .content a:hover {
    color: #FFF;
}

#rodape .col1 a{
    margin-bottom: 10px;
    display: inline-block;
}

#rodape .line {
    width: 1px;
    background-color: #1F2020;
}

#rodape .col2 {
    width: 500px;
}

#rodape .col2 .categoria {
    margin: 10px 0 3px;
}

.div-produtos {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    
}

.div-produtos .col-prod {
    width: 205px;
}

.div-produtos .col-prod .produtos {
    display: flex;
    flex-direction: column;
}

#rodape .col4 > * {
    color: #90979C;
}

#rodape h3 {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    line-height: normal;
}

#rodape .content.powered {
    margin-top: 58px;
    font-size: 10px;
}

#rodape .content.powered a {
    color: #FFF;
}

#rodape .logo {
    margin-bottom: 70px;
    text-align: center;
}

/* Barra Termos */

#barra-termos {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    z-index: 2;
    display: none;
}

#barra-termos.active {
    display: block;
}

#barra-termos .content {
    position: relative;
    color: #8b8279;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
}

#barra-termos .content a{
    color: #000;
}

#barra-termos .content #acceptCookieBtn {
    background-color: #1E1E1E;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    margin: 10px 0 10px 10px;
    color: #FFF;
}



@media screen and (min-width: 1550px) {
    .banner_home {
        height: 43.2299vw;
    }
    #sessao-em-exposicao {
        height: initial;
    }
}

@media screen and (min-width: 601px) {
    #banner-historia .bg.desktop {
        display: block !important;
    }
    #banner-historia .bg.mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1600px) {
    #sessao-blog.page .topo .col1 {
        min-width: 780px;
    }
}


@media screen and (max-width: 1460px) {
    .container {
        width: 1200px;
    }

    /** Sessão em exposição **/
    #sessao-em-exposicao {
        height: 52vw;
    }
    .patroc {
        padding-bottom: 24px;
        gap: 19px;
    }
    .patroc > div {
        gap: 12px;
    }

    #sessao-blog.page .topo .col1 {
        min-width: 570px;
    }

    #sessao-blog.page .topo .col2 .titulo {
        font-size: 25px;
    }
    #sessao-blog.page .topo .col2 .resumo {
        font-size: 16px;
    }
    #sessao-blog.page .topo .col1 {
        height: 450px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 1000px;
    }

    /** Sessão em exposição **/
    #sessao-em-exposicao {
        height: auto;
    }

    #sessao-blog .conheca-nosso-blog-btn {
        margin-top: 30px;
    }

    .patroc {
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .patroc > div {
        gap: 12px;
    }
    
    #rodape .content {
        gap: 130px;
    }

    #categorias-produtos .produto .titulo, #sessao-produtos .produto .titulo {
        font-size: 18px;
    }

    #sessao-blog.page .topo .col1 {
        height: 360px;
        min-width: 390px;
    }
 
}

@media screen and (max-width: 1000px) {
    .container {
        width: 900px;
    }
    .patroc {
        gap: 35px;
    }
    .banner_home {
        height: initial;
    }
    .produtos .content-banner {
        font-size: 25px;
    }
    #cont-produto .content {
        margin-top: 50px;
    }

    .product-image img{
        max-width: 350px;
    }

    .produtos .content-banner .title {
        margin-bottom: 45px;
        font-size: 35px;
    }

    .produtos .content-banner {
        font-size: 20px;
    }

    .produtos .content-banner .ideal-text {
        font-size: 15px;
    }

    #sessao-caracteristicas .item {
        font-size: 20px;
    }

    #sessao-nossa-historia .content {
        margin-top: 0;
    }

    .internas .content-banner .title {
        font-size: 35px;
    }

    .content-banner {
        padding: 70px 0 50px;
    }

    .site-header {
        justify-content: center;
    }

}

@media screen and (max-width: 991px) {
    #site-header {
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .container {
        width: 768px;
    }
    #rodape .content {
        gap: 90px;
    }
    #sessao-mvv .content .col1 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 600px;
    }
    #hamburger {
        display: flex;
    }
    #rodape .content {
        gap: 75px;
    }
    #rodape .col1 {
        width: 100%;
        text-align: center;
    }
    #rodape .content {
        justify-content: space-around;
        gap: 15px;
    }
    #banner-historia {
        height: 559px;
    }

    #banner-historia .container .content {
        max-width: 100%;
    }
    
    #banner-historia .bg {
        height: 680px;
    }

    .datas-horarios .info:first-child .cont-info {
        min-width: initial;
    }

    #site-header {
        position: relative;
    }

    #site-header .site-navigation {
        position: absolute;
        width: 250px;
        right: 0;
        top: 79px;
        z-index: 5;
    }

    .site-navigation ul.menu {
        flex-direction: column;
        width: 100%;
        background-color: #FFF;
        display: none;
    }

    .site-navigation ul.menu > li {
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid #8C8B8B
    }

    .site-navigation ul.menu > li:last-child {
        border-bottom: none;
    }

    .content-visite .content, .content-topo, #sessao-datas-horarios .content-visite .content-topo, #sessao-ingressos .content-visite .content-topo, #sessao-sessao-duvidas-frequentes .content-visite .content-topo{
        width: 100%;
    }

    #site-header .btn-visite {
        padding: 10px 0 5px;
    }

    .page-id-226 #sessao-2 .content-visite .content, .page-id-279 #sessao-2 .content-visite .content {
        width: 100%;
    }

    #diretores h2 {
        font-size: 35px;
    }

    #banner-historia {
        padding-bottom: 45px;
    }

    #categorias-produtos .produto .titulo, #sessao-produtos .produto .titulo {
        font-size: 15px;
    }

    #categorias-produtos .produto, #sessao-produtos .produto {
        font-size: 15px;
    }

    #categorias-produtos .btn-saiba-mais, #sessao-produtos .btn-saiba-mais, .ver-todos-produtos-btn.btn-vermelho {
        font-size: 12px;
    }

    #categorias-produtos .produto, #sessao-produtos .produto {
        margin: 0 10px;
    }

    .site-navigation ul.menu li.submenu-produtos ul {
        min-width: initial;
    }

    #sessao-blog.page .topo {
        flex-direction: column;
    }

    #sessao-blog.page .topo .col2 {
        padding: 40px 0;
    }

    #sessao-blog .container > .content {
        justify-content: center;
    }

    #sessao-blog .titulo-ultimas-postagens {
        text-align: center;
    }

    #sessao-blog.page .posts {
        justify-content: center;
    }

    #sessao-nossa-historia .content {
        padding: 40px 50px;
        font-size: 20px;
        line-height: 33px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        width: 480px;
    }

    #banner-historia .bg.desktop {
        display: none !important;
    }
    #banner-historia .bg.mobile {
        display: block !important;
    }

    .banner_home .text {
        font-size: 35px;
        line-height: 38px;
    }

    .patroc > div {
        flex-direction: column;
    }

    #banner-historia .bg{
        display: none;
    }

    #banner-historia {
        height: initial;
    }

    #banner-historia .container .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50vw;
        text-align: center;

    }
    #banner-historia .items {
        justify-content: center;
        flex-wrap: wrap;
    }

    .datas-horarios .infos {
        flex-wrap: wrap;
        justify-content: center;
    }

    #sessao-em-exposicao .content, #sessao-em-exposicao .patroc {
        position: relative;
    }

    #sessao-em-exposicao .bg {
        display: block;
    }

    #mailpoet_form_1 .mailpoet_paragraph.btn-enviar-newsletter {
        max-width: 70px;
    }
    .newsletter .mailpoet_form_shortcode .texto-cima {
        text-align: center;
    }
    #menu-menu-principal a {
        font-size: 14px;
    }
    #sessao-2 .content-visite .content {
        width: 100%;
    }

    .banner_visite .content-banner {
        min-height: 360px;
    }

    .banner_visite .bts {
        gap: 15px;
    }

    .banner_visite .titulo-checkin {
        font-size: 35px;
    }

    .banner_visite .content-banner h1 {
        font-size: 24px;
    }

    #sessao-2 h2 {
        font-size: 30px;
    }

    #sessao-2 h3 {
        font-size: 24px;
    }

    #sessao-2 .content {
        font-size: 16px;
    }

    #sessao-datas-horarios .content-topo h3, #sessao-ingressos .content-topo h3, #sessao-excursoes .content-topo h3, #sessao-duvidas-frequentes .content-topo h3 {
        font-size: 25px;
        width: 140px;
    }

    #sessao-datas-horarios .content-visite .content-topo, #sessao-ingressos .content-visite .content-topo, #sessao-sessao-duvidas-frequentes .content-visite .content-topo {
        font-size: 16px;
    }

    #sessao-ingressos .content-topo .infos {
        font-size: 18px;
    }

    #sessao-ingressos .content, #sessao-excursoes .content, #sessao-duvidas-frequentes .content, #sessao-duvidas-frequentes .item, #sessao-quando-aeronave .content, #sessao-quando-aeronave h3{
        font-size: 16px;
    }

    #sessao-excursoes .content-topo .content h3, #sessao-duvidas-frequentes .content-topo h3{
        width: 100%;
    }

    #diretores .colaborador .conteudo {
        max-width: 300px;
    }

    .page-id-226 #sessao-2 .ano, .page-id-279 #sessao-2 .ano {
        font-size: 5vw;
    }

    #sessao-contato .container > .content {
        flex-direction: column;
    }

    #sessao-contato .container .col1 {
        margin-bottom: 30px;
    }

    .banner_home .title {
        font-size: 25px;
    }

    .banner_home .subtitle {
        font-size: 14px;
    }

    #sessao-industrias .col1 h3 {
        font-size: 35px;
    }

    #sessao-industrias .col1 {
        font-size: 20px;
    }

    #sessao-industrias .col2 {
        justify-content: center;
    }

    #categorias-produtos h2, #sessao-produtos h2, #sessao-clientes h2, #sessao-blog h2 {
        font-size: 35px;
    }

    #categorias-produtos .categoria {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 450px;
    }
    .banner_home .text {
        font-size: 25px;
        line-height: 32px;
    }
    .texto-baixo .mailpoet_checkbox_label {
        font-size: 13px !important;
    }
    #rodape .content {
        padding: 0 15px;
    }
    #rodape .content > div > div {
        text-align: center;
    }
    #rodape .content > div {
        margin-bottom: 20px;
    }
    #rodape .wp-block-social-links {
        justify-content: center;
    }
    #banner-historia .text {
        text-align: center;
    }
    #sessao-em-exposicao {
        background-position: left -346px top;
    }
    #sessao-na-midia .content-materia {
        padding: 0 5px;
    }
    #sessao-na-midia {
        padding: 51px 15px 100px;
    }
    #sessao-na-midia .container {
        width: 100%;
    }
    #rodape .content.powered {
        margin-top: 20px;
    }
    .banner_nossa_historia .content-banner {
        min-height: 429px;
    }
    .banner_nossa_historia .content-banner h1 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .page-id-226 #sessao-2, .page-id-279 #sessao-2 {
        padding-top: 35px;
    }
    .page-id-226 #sessao-2 h2, .page-id-279 #sessao-2 h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .page-id-226 #sessao-2 .ano, .page-id-279 #sessao-2 .ano {
        font-size: 20px;
        margin-right: 20px;
    }

    .page-id-226 #sessao-2 .ano.mobile, .page-id-279 #sessao-2 .ano.mobile {
        display: block;
        margin: 0;
        max-width: 100%;
        font-size: 35px;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .page-id-226 #sessao-2 .texto, .page-id-279 #sessao-2 .texto {
        padding-left: 60px;
        text-align: left;
        font-size: 20px;
        font-weight: 700;
    }

    .page-id-226 #sessao-2 .texto strong, .page-id-279 #sessao-2 .texto strong {
        font-weight: 800;
    }

    .page-id-226 #sessao-2 .ano.desktop, .page-id-279 #sessao-2 .ano.desktop {
        display: none;
    }

    .page-id-226 #sessao-2 .icone, .page-id-279 #sessao-2 .icone {
        position: absolute;
        left: 50%;
        margin-left: -40px !important;
        margin-top: -8px !important;
    }

    .page-id-226 #sessao-2 .item-cronologia:first-child .icone, .page-id-279 #sessao-2 .item-cronologia:first-child .icone {
        margin-left: -24px !important;
        margin-top: 0px !important;
    }

    .joao-amaro::after {
        left: -220px;
    }

    .page-id-226 #sessao-2 .img, .page-id-279 #sessao-2 .img {
        width: 126px;
        padding-top: 0;
    }

    .page-id-226 #sessao-2 .texto, .page-id-279 #sessao-2 .texto {
        width: 99px;
    }

    .item-cronologia > div {
        flex: 1;
        margin: 0 !important;
    }

    .item-cronologia .ano{
        padding: 20px 10px 0;
        max-width: 80px;
    }

    #categorias-produtos .produto, #sessao-produtos .produto {
        margin: 0;
    }

    #sessao-produtos .ver-todos-produtos-btn {
        width: 100%;
    }

    #sessao-blog.page .topo .col2 .cont {
        width: 100%;
        padding: 0 15px;
    }

    #post-integra h1 {
        font-size: 25px;
    }

    #post-integra .conteudo {
        font-size: 16px;
    }

    #post-integra h2 {
        font-size: 20px;
    }

    .post-integra .posts {
        flex-wrap: wrap;
    }

    #sessao-nossa-historia .content {
        padding: 30px 30px;
    }

    #sessao-mvv .col2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 450px) {
    .container {
        width: 320px;
    }
    .patroc > div {
        width: 100%;
        gap: 22px;
    }
    .patroc {
        gap: 55px;
    }

    .banner_home .text {
        font-size: 24px;
        line-height: 30px;
    }

    .banner_home .ideal-text .text {
        font-size: 14px;
    }

    .produtos .content-banner .ideal-text .icon {
        margin: 0 20px;
    }

    #cont-produto .product-text {
        padding: 0 15px;
        font-size: 20px;
    }

    .banner_home .slick-dots {
        bottom: 5px !important;
    }

    #sessao-newsletter h2 {
        font-size: 26px;
    }

    #sessao-newsletter h5 {
        font-size: 20px;
    }

    #sessao-newsletter .text {
        font-size: 13px;
    }

    #sessao-datas-horarios .content-visite .content, #sessao-ingressos .content-visite .content {
        padding: 15px;
    }

    #sessao-datas-horarios .content-visite .content-topo, #sessao-ingressos .content-visite .content-topo .content {
        flex-direction: column;
        text-align: center;
    }

    #sessao-datas-horarios .content-topo h3, #sessao-ingressos .content-topo h3 {
        margin: 0;
        width: 100%;
    }

    .data-horario {
        width: 100%;
        margin-top: 20px;
    }

    #sessao-ingressos .infos {
        margin-top: 20px;
    }

    #sessao-excursoes .content-topo .content h3, #sessao-duvidas-frequentes .content-topo h3 {
        margin: 0;
        text-align: center;
    }

    #sessao-ingressos .content, #sessao-excursoes .content, #sessao-duvidas-frequentes .content {
        padding: 30px 15px;
        text-align: center;
    }

    #sessao-2 h2 {
        font-size: 27px;
    }

    #sessao-duvidas-frequentes ul {
        text-align: left;
        padding-left: 20px;
    }
    
    #diretores .colaborador .img {
        display: none;
    }

    #sessao-carta-aberta {
        font-size: 16px;
    }

    #sessao-carta-aberta h3, .home #sessao-carta-aberta h2 {
        font-size: 23px;
    }

    #categorias-produtos h2, #sessao-produtos h2, #sessao-clientes h2, #sessao-blog h2 {
        font-size: 25px;
    }

    .banner_home .background-filter {
        background: radial-gradient(100% 100% at 50% 50%, rgba(0, 0, 0, 0.60) 16.07%, rgba(0, 0, 0, 0.00) 100%);
    }

    #rodape h3 {
        text-align: center;
    }

    #sessao-contato h2 {
        font-size: 35px;
    }

    #sessao-clientes .clientes .cliente {
        border-left: none;
    }

    #sessao-blog .conheca-nosso-blog-btn {
        width: 100%;
    }

    #sessao-blog .container .col1 {
        text-align: center;
        margin-right: initial
    };
    #categorias-produtos h2, #sessao-produtos h2, #sessao-clientes h2, #sessao-blog h2 {
        text-align: center !important;
    }
    #site-header {
        flex-direction: column;
    }
    #sessao-caracteristicas .content {
        padding: 0 15px;
    }

    .product-image img {
        max-width: 280px;
    }
    .produtos .content-banner .title {
        font-size: 25px;
    }

    .page-produtos .banner_home .text {
        font-size: 16px;
    }

    #rodape .line {
        display: none;
    }

    #sessao-blog.page .topo .col1 {
        height: 170px;
    }

    #sessao-caracteristicas .titulo_caracteristicas {
        font-size: 20px;
    }
    .div-produtos .col-prod {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .page-id-226 #sessao-2 .ano.mobile, .page-id-279 #sessao-2 .ano.mobile {
        font-size: 25px;
    }
    .page-id-226 #sessao-2 .texto, .page-id-279 #sessao-2 .texto {
        font-size: 16px;
    }
    .page-id-226 #sessao-2 .icone, .page-id-279 #sessao-2 .icone {
        margin-top: -13px !important;
    }
    .joao-amaro::after {
        left: -160px;
        margin-top: 17px;
    }
}