/*

Theme Name: W-conn MK2 2026
Description: Tema para WordPress.
Author: Henrique
Author URI: #
Version: 1.00
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/



/* Basic WordPress Styles */

@import url('css/wp.css');

/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&family=Inter:opsz,wght@14..32,300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&family=Inter:opsz,wght@14..32,100..900&display=swap');

body.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
body.loaded {
    opacity: 1;
}

.inter{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.eb-garamond{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
}

a img{
    border: 0;
}

a:link,
a:active,
a:visited{
    color: #002556;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

body{
    /*background: #F6EDCE;*/
    background-color: #fff;
    color: #002556;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    height: 100%;
    text-rendering: geometricPrecision;
}
.wrapper{
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 1em;
}
.wrapper.wrapper_1800px{
    max-width: 16800px;
}

.relative{
    position: relative;
}

.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    list-style: none;
}

.entry-content p{
    margin: 15px 0;
}
h1{
    font-size:  60px;
}
@media screen and (max-width: 1080px){
    h1{
        font-size:  35px;
    }
}
h1, h2, h3, h4{
    color: #002556;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1 img{
    margin: 0 20px;
}

.entry-content a:link,
.entry-content a:active,
.entry-content a:visited{
    color: #333333;
    text-decoration: underline;
}
.entry-content a:hover{
    color: #AD8D80;
    text-decoration: underline;
}

figure img{
    max-width: 100%;
    height: auto;
}

figure a img{
    max-width: 100%;
    height: auto;
}

#container.wrapper.d_flex{
    align-items: stretch;
}

header img{
    margin: 30px 0;
}
#menu_lateral{
    width: 100%;
    padding: 0 0 0 0;
    /*margin-right: 2%;*/
    max-width: 100%;
}
/* Topo diferente para portifolios */
#menu_lateral{
    border-bottom: #d9d9d9 solid 2px;
    padding-bottom: 45px;
}

#menu_lateral .wrapper{
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
#menu_lateral ul.menu{
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-top: 35px;
}
#menu_lateral ul.menu li{
    padding: 0;
    list-style: none;
    height: 21px;
    margin: 0 12px;
}
#menu_lateral ul.menu li a:link,
#menu_lateral ul.menu li a:active,
#menu_lateral ul.menu li a:visited{
    font-size: 14px;
    /*font-weight: 600;*/
    font-weight: 600; /* semi bold*/
    text-transform: uppercase;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
}
#menu_lateral ul.menu li a:hover{
    color: #6B6B6B;
    text-decoration: none;
    font-size: 14px;
    position: relative;
}
#menu_lateral ul.menu li.current-menu-item a{
    text-decoration: none;
    /*font-size: 19px;
    top: -1px;*/
    position: relative;
    /*text-decoration: underline;*/
}
#menu_lateral ul.menu li.get_in_touch a{
    border: #002556 solid 1px;
    padding: 15px 10px;
    position: absolute;
    right: 10px;
    margin-top: -14px;
}
#menu_lateral ul.menu li.get_in_touch a:hover{
    top: unset;
}
@media screen and (max-width: 1580px){
    #menu_lateral ul.menu li{
        margin: 0 7px;
    }
    #menu_lateral ul.menu li a:link,
    #menu_lateral ul.menu li a:active,
    #menu_lateral ul.menu li a:visited{
        font-size: 13px;
        letter-spacing: -1px;
    }
}
#content{
    margin: 30px auto;
}
/* Topo diferente para portifolios */
#content{
    margin: -45px auto 30px auto;
}
/* Mobile */

/* Menu Mobile - Estilo base */
.mobile-menu-container {
    display: none;
    margin: 15px 0;
}

.menu-toggle {
    display: block;
    /*color: #fff;*/
    color: #002556;
    padding: 5px 15px;
    font-size: 26px;
    border: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    background: none;
}
body.page-template-template-portfolio .menu-toggle,
body.page-template-template-about .menu-toggle {
    color: #002556;
}

.mobile-menu {
    display: none;
    /*background-color: #F6EDCE;*/
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
    list-style: none;
    margin-top: 20px;
}

.mobile_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile_menu li {
    padding: 5px 10px;
    margin-bottom: 10px;
    list-style: none;
    text-align: left;
}

.mobile_menu li a {
    text-decoration: none;
    color: #002556;
    font-weight: bold;
    text-transform: uppercase;
}

/* Mostrar o menu quando ativado */
.mobile-menu.open {
    display: block;
    position: absolute;
    z-index: 9999;
    left: 0;
}

/* Esconder o botão em telas maiores */
@media (min-width: 1320px) {
    .menu-toggle {
        display: none;
    }
    .mobile-menu {
        display: block !important;
    }
}
  
@media screen and (max-width: 1320px){
    .mobile-menu-container {
        display: block;
    }
    .menu-menu-container{
        display: none;
    }
    #menu_lateral {
        width: 96%;
        padding: 0 2%;
        margin: 0;
    }
    #wconn{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-left: 10px;
    }
    
    #container.wrapper.d_flex{
        display: block;
        align-items: unset;
        margin: 0;
        padding: 0;
    }
    #content{
        /*width: 100%; 
        margin: 20px 0;*/
        width: 90%;
        margin: 20px auto;
    }
}
/* Mobile */

/* Home */
body.page-template-template-home #menu_lateral{
    border-bottom: unset;
    padding-bottom: 0;
}
#container.homepage header#topo_home{
    background-image: url('./imagens/2026/home/home_001.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 75vh;
    min-height: 730px;
    position: relative;
}
#container.homepage header#topo_home .wrapper{
    bottom: 50px;
    position: absolute;
    width: 100%;
    max-width: 100%;
}
#container.homepage header#topo_home .wrapper .d_flex{
    justify-content: center;
    width: 100%;
}
#container.homepage header#topo_home .wrapper .d_flex a:link,
#container.homepage header#topo_home .wrapper .d_flex a:active,
#container.homepage header#topo_home .wrapper .d_flex a:visited{
    background:rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 0 15px;
    padding: 15px;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
#container.homepage header#topo_home .wrapper .d_flex a:hover{
    background:rgba(255, 255, 255, 0.75);
    text-decoration: none;
}
#container.homepage section.our_services{
    margin: 75px auto;
}
#container.homepage section.our_services h2.entry-sub-title{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
    margin-bottom: 40px;
    margin-left: 1%;
    position: relative;
}
#container.homepage section.our_services nav.d_flex{
    justify-content: center;
    align-items: flex-start;
}
#container.homepage section.our_services nav.d_flex a{
    display: block;
    text-align: center;
    margin: 1%;
    width: 18%;
    color: #002556;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}
#container.homepage section.our_services nav.d_flex figure{
    margin-bottom: 20px;
}
#container.homepage section.wrapper.area_2 a{
    max-width: 45%;
}
#container.homepage section.wrapper.area_2 a figure img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1080px){
    #container.homepage header#topo_home{
        background-image: url('./imagens/2026/home/home_001.jpg');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        height: 65vh;
        min-height: unset;
        position: relative;
    }
    #container.homepage header#topo_home .wrapper .d_flex a:link,
    #container.homepage header#topo_home .wrapper .d_flex a:active,
    #container.homepage header#topo_home .wrapper .d_flex a:visited{
        margin-bottom: 15px;
    }

    #container.homepage section.our_services nav.d_flex a{
        display: block;
        text-align: center;
        margin: 1% 1% 40px 1%;
        width: 48%;
        color: #002556;
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
    }
}
/* Home */

/* Portfolio */
#content.largura_100pc{
    width: 93%;
    margin: 0 auto;
}
#container.portfolio h1.entry-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
section#portfolio{
  max-width: 1590px;
  margin: 100px auto 50px;
  
  column-count: 2;        /* 2 colunas */
  column-gap: 10%;        /* espaço entre colunas */
}

section#portfolio figure,
section#portfolio video{
  width: 100%;
  margin: 0 0 10% 0;
  display: inline-block;  /* importante para não quebrar */
  break-inside: avoid;    /* evita “cortar” o item entre colunas */
  max-width: 715px;
}

section#portfolio img,
section#portfolio video{
  width: 100%;
  height: auto;
  display: block;
}

section#portfolio.two-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}

@media screen and (max-width: 1080px){
    section#portfolio{ 
        column-count: 1; column-gap: 0; 
    }
    #container.portfolio h1.entry-title {
        margin-bottom: 20px;
    }
    section#portfolio video{
        width: 45%;
        margin: 0px 0 10% 0;
    }
}
/* services */
#services.entry-content h1.entry-title{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#services.entry-content h2.entry-sub-title{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
    margin-bottom: 40px;
    margin-left: 35px;
    position: relative;
}
#services.entry-content h2.entry-sub-title a:link,
#services.entry-content h2.entry-sub-title a:active,
#services.entry-content h2.entry-sub-title a:visited{
    color: #002556;
    position: absolute;
    top: -10px;
    right: 0;
    border: #002556 solid 1px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    width: auto;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
#services.entry-content h2.entry-sub-title a:hover{
    background: #000000;
    border: #ffffff solid 1px;
    color: #ffffff;
}
#services.entry-content section{
    margin: 75px auto;
}
#services.entry-content section .textos{
    color: #000;
    max-width: 480px;
    padding: 35px 3%;
    width: 27%;
    text-align: center;
    margin: 0 auto;
    background-attachment: fixed;
}
#services.entry-content section .textos h3{
    color: #000;
}
#services.entry-content section .textos p{
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
#services.entry-content section .textos a:link{
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
}
#services.entry-content section.campaigns .textos{
    max-width: 580px;
    width: 48%;
}
#services.entry-content section.xxx .textos{
    max-width: 520px;
    width: 43%;
}
#services.entry-content section .textos h3{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
}
.tamanho_100{
    width: 100%;
}
.tamanho_66{
    width: 66.6%;
}
.tamanho_49{
    width: 49%;
}
.tamanho_33{
    width: 33.3%;
}

@media screen and (max-width: 1080px){
    #services.entry-content h1.entry-title{
        margin-bottom: 20px;
        margin-left: 0;
    }
    #services.entry-content h2.entry-sub-title{
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        font-size: 22px;
        font-smooth: auto;
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
        text-rendering: geometricPrecision;
        margin-bottom: 40px;
        margin-left: 0;
        position: relative;
    }
    #services.entry-content h2.entry-sub-title a:link,
    #services.entry-content h2.entry-sub-title a:active,
    #services.entry-content h2.entry-sub-title a:visited{
        color: #002556;
        position: relative;
        top: 0;
        right: 0;
        border: #002556 solid 1px;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        cursor: pointer;
        width: fit-content;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        margin: 20px auto;
    }
    #services.entry-content section figure{
        text-align: center;
    }
    #services.entry-content section figure img{
        margin: 0 auto;
    }
    #services.entry-content section .textos h3{
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        font-size: 24px;
        font-smooth: auto;
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
        text-rendering: geometricPrecision;
    }

    #services.entry-content section .textos{
        max-width: 90%;
        padding: 35px 5%;
        width: 90%;
    }
    #services.entry-content section.campaigns .textos{
        max-width: 580px;
        width: 90%;
    }
    #services.entry-content section.xxx .textos{
        max-width: 520px;
        width: 90%;
    }
    .tamanho_100{
        width: 100%;
    }
    .tamanho_66{
        width: 100%;
    }
    .tamanho_49{
        width: 100%;
    }
    .tamanho_33{
        width: 100%;
    }
}

/* About */
/* Topo diferente para portifolios */
body.page-template-template-about #menu_lateral{
    border-bottom: #d9d9d9 solid 2px;
    padding-bottom: 0;
}
body.page-template-template-about #content{
    margin: 0px auto 30px auto;
}
body.page-template-template-about{   
    /*background: rgb(246,237,206);
    background: linear-gradient(90deg, rgba(246,237,206,1) 50%, rgba(3,14,18,1) 50%);*/
    background-color: rgba(3,14,18,1) ;
}
body.page-template-template-about #container.wrapper.d_flex{
    /*background: rgb(246,237,206);
    background: linear-gradient(90deg, rgba(246,237,206,1) 50%, rgba(3,14,18,1) 50%);*/
    background-color: #ffffff;
}
body.page-template-template-about #container #content{
    background-color: #030E12;
    background-image: url('./imagens/bg-about-6.jpg');
    background-size: auto auto;
    background-position: center top;
    background-repeat: no-repeat;
}

body.page-template-template-about #menu_lateral ul.menu li a:link,
body.page-template-template-about #menu_lateral ul.menu li a:active,
body.page-template-template-about #menu_lateral ul.menu li a:visited{
    color: #ffffff;
}
body.page-template-template-about #menu_lateral ul.menu li.get_in_touch a {
    background: rgba(255, 255, 255, 0.25);
    border: #ffffff solid 1px;
    padding: 15px 10px;
    position: absolute;
    right: 10px;
    margin-top: -14px;
}

#content.about #post .entry-content{
    position: relative;
    padding: 40px 2%;
}
#content.about #post .entry-content{
    margin: 0 auto;
}
#content.about #post .entry-content h3{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #F6EDCE;
    text-transform: uppercase;
    font-size: 24px;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
    margin-bottom: 15px;
}
#content.about #post .entry-content h1{
    color: #F6EDCE;
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 60px;
}
#content.about #post .entry-content p{
    color: #F6EDCE;
    max-width: 650px;
}
#content.about #post .entry-content #logolinhas{
    position: absolute;
    top: 280px;
    left: 55%;
    max-width: 470px;
    width: 45%;
    height: auto;
    float: right;
}
#content.about #post #parceiros{
    background: #020E12;
    padding: 40px 2%;
}
#content.about #post #parceiros h3{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #F6EDCE;
    text-transform: uppercase;
    font-size: 24px;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
    margin-bottom: 15px;
}

.lista_clientes.d_flex{
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.lista_clientes.d_flex figure{
    margin: 20px 40px 20px 0;
    max-width: 130px;
}
.lista_clientes.d_flex figure img{
    max-width: 130px;
    height: auto;
}

#our_work{
    background: #002556;
    padding: 40px 2%;
}
#our_work h3{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #F6EDCE;
    text-transform: uppercase;
    font-size: 24px;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
    margin-bottom: 15px;
}
#our_work #galeria_portfolio{
    margin-top: 30px;
}

@media screen and (max-width: 1080px){
    body.page-template-template-about{   
        background: #030E12;
    }
    body.page-template-template-about #container.wrapper.d_flex{
        background: #030E12;
    }
    body.page-template-template-about #container.wrapper.d_flex #content{
        background-color: #030E12;
        background-image: url('./imagens/bg-about-6.jpg');
        background-size: auto auto;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%; 
        /*margin: 30px 0;*/
        margin: 0;
        padding: 0;
    }
    #content.about #post .entry-content #logolinhas{
        display: none;
    }
    #content.about #post .entry-content {
        margin: 0 auto;
        padding: 20px 1em;
    }
    .lista_clientes.d_flex{
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    #content.about #post .entry-content h1 {
        color: #F6EDCE;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}

/* News */
body.blog, 
body.post-template-default.single{
    /*background: rgb(2, 2, 2);
    background: linear-gradient(90deg, rgba(0,37,86,1) 0%, rgba(0,37,86,1) 20%, rgba(246,237,206,1) 20%, rgba(246,237,206,1) 100%);*/
    background: #ffffff;
}

body.blog #menu_lateral,
body.post-template-default.single #menu_lateral{
    background: #002556;
}
body.blog #menu_lateral header#wconn img,
body.page-template-template-about #menu_lateral header#wconn img,
body.post-template-default.single #menu_lateral header#wconn img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(100%) contrast(100%);
}
body.blog #menu_lateral ul.menu li a:link,
body.blog #menu_lateral ul.menu li a:active,
body.blog #menu_lateral ul.menu li a:visited,
body.post-template-default.single #menu_lateral ul.menu li a:link,
body.post-template-default.single #menu_lateral ul.menu li a:active,
body.post-template-default.single #menu_lateral ul.menu li a:visited{
    color: #ffffff;
}
#container #content h4.titulo_sessao{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #002556;
    text-transform: uppercase;
    font-size: 24px;
    font-smooth: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: geometricPrecision;
    margin-bottom: 15px;
}
body.blog #container #content h1.entry-title.d_flex{
    justify-content: flex-start;
    margin-bottom: 15px;
}
body.blog #container #content h1.entry-title.d_flex img.wconn{
    max-width: 25%;
    height: auto;
}
body.blog #container #content h3{
    margin: 15px 0;
}

section#news_destaques article{
    position: relative;
    max-height: 620px;
}
section#news_destaques article figure img{
    width: 100%;
    height: 100%;
}
section#news_destaques article .textos{
    position: absolute;
    bottom: 0;
    padding: 10px 20px 50px 20px;
}
section#news_destaques article .textos h2{
    color: #F6EDCE;
    font-size: 35px;
    margin: 0;
}
section#news_destaques article .textos div.resumo{
    color: #F6EDCE;
    font-size: 14px;
    max-width: 60%;
    margin: 15px 0;
    line-height: 18px;
}
.sobra{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%);
    position: absolute;
    width: 100%;
    height: 100%;
}

section#outras_noticias{
    margin: 5px 0;
}
section#outras_noticias article{
    position: relative;
    max-width: 610px;
    width: 50%;
    height: 400px;
}
section#outras_noticias article figure img{
    max-width: 100%;
    height: auto;
    max-height: 400px;
}
section#outras_noticias article .textos{
    position: absolute;
    bottom: 0;
    padding: 10px 20px 20px 20px;
}
section#outras_noticias article .textos h2{
    color: #F6EDCE;
    font-size: 18px;
    margin: 0;
}
section#outras_noticias article .textos div.resumo{
    color: #F6EDCE;
    font-size: 14px;
    max-width: 60%;
    margin: 5px 0;
    line-height: 18px;
}
@media screen and (max-width: 1080px){
    body.blog, 
    body.post-template-default.single{
        /*background: #F6EDCE;*/
        background: #ffffff;
    }
    section#outras_noticias{
        justify-content: center;
    }
    section#outras_noticias article{
        background: #000000;
        position: relative;
        max-width: 610px;
        width: 100%;
        height: auto !important;
        margin-bottom: 40px;
    }
    section#news_destaques article .textos{
        background: #000;
        position: relative;
        bottom: 0;
        padding: 10px;
    }
    section#news_destaques article .textos h2{
        color: #F6EDCE;
        font-size: 25px;
        margin: 0;
    }
    section#news_destaques article .textos div.resumo{
        color: #F6EDCE;
        font-size: 14px;
        max-width: 100%;
        margin: 5px 0;
        line-height: 16px;
    }

    section#outras_noticias article .textos{
        background: #000;
        position: relative;
        bottom: 0;
        padding: 10px;
    }
    section#outras_noticias article .textos h2{
        color: #F6EDCE;
        font-size: 18px;
        margin: 0;
    }
    section#outras_noticias article .textos div.resumo{
        color: #F6EDCE;
        font-size: 14px;
        max-width: 100%;
        margin: 5px 0;
        line-height: 16px;
    }
}

/* Single */
body.post-template-default.single figure.post_thumbnail{
    border: #6B6B6B solid 1px;
}

body.post-template-default.single .entry-content img{
    width: 98%;
    height: auto;
}
body.post-template-default.single .entry-content #gallery-1 img {
    border: 1px solid #6B6B6B;
}
body.post-template-default.single .entry-content #gallery-2 img {
    border: 1px solid #6B6B6B;
}


.slick-dots li.slick-active button:before {
    opacity: .85;
    color: #fff;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .45;
    color: #fff;
}


.ficha_tecnica,
.escrito_por{
    margin: 30px 50px;
}
.ficha_tecnica p{
    column-count: 2;
    font-size: 14px;
}
.ficha_tecnica h3,
.escrito_por h3{
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.escrito_por{
    border-top: #000000 solid 1px;
    padding: 30px 0 0 0;
}
/*
.escrito_por p{
    color: #002556;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.escrito_por p.d_flex{
    justify-content: flex-start;
}
.escrito_por p.d_flex img{
    margin-right: 10px;
}*/

/* Contact */
body.page-template.page-template-template-contact{
    /*background: rgb(0,37,86);
    background: linear-gradient(90deg, rgba(0,37,86,1) 0%, rgba(0,37,86,1) 20%, rgba(251,248,236,1) 20%, rgba(251,248,236,1) 100%);*/
    background-color: #ffffff;
}
body.page-template.page-template-template-contact #menu_lateral{
    /*background: #002556;*/
    background-color: #ffffff;
}
body.page-template.page-template-template-contact #menu_lateral{
    border-bottom: #d9d9d9 solid 2px;
    padding-bottom: 0;
}
body.page-template.page-template-template-contact #menu_lateral header#wconn img{
    /*filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(100%) contrast(100%);*/
}
/*
body.page-template.page-template-template-contact #menu_lateral ul.menu li a:link,
body.page-template.page-template-template-contact #menu_lateral ul.menu li a:active,
body.page-template.page-template-template-contact #menu_lateral ul.menu li a:visited{
    color: #ffffff;
}*/
body.page-template.page-template-template-contact #content{
    background-image: url('./imagens/bg-contato_4.jpg');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;

    margin: 0;
    padding: 50px 0 25px 0;
}
body.page-template.page-template-template-contact h1.entry-title.d_flex{
    justify-content: center;
    margin: 0 auto;
    line-height: 90px;
}
body.page-template.page-template-template-contact .entry-content .wpcf7{
    width: 90%;
    max-width: 900px;
    margin: 50px auto;
    position: relative;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 label{
    width: 15%;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #110E20;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 input,
body.page-template.page-template-template-contact .entry-content .wpcf7 textarea{
    background: none;
    border: none;
    border-bottom: #6B6B6B solid 1px;
    
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;

    width: 78.5%;
    margin: 0 0 0 4%;
    padding: 1%;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 textarea{
    border: #6B6B6B solid 1px;
    height: 100px;
    padding: 1%;
    width: 78.5%;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex{
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex .area_50pc{
    width: 45%;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex .area_50pc label{
    width: 33.5%;
    display: inline-block;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex .area_50pc input{
    width: 54%;
    margin: 0 0 0 8%;
    padding: 2%;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 .label_b{
    top: -100px;
    position: relative;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 .wpcf7-form-control.wpcf7-submit{
    background-image: url('./imagens/arrow-sm-right.svg');
    background-size: 30px 30px;
    background-position: 60px center;
    background-repeat: no-repeat;
    border: #6B6B6B solid 1px;
    text-align: left;
    cursor: pointer;
    width: 100px;
    margin: 0 0 0 auto;
    display: block;
    padding: 10px 45px 10px 15px;
}
body.page-template.page-template-template-contact .entry-content .wpcf7 .wpcf7-form-control.wpcf7-submit:hover{
    /*background-color: #F6EDCE;*/
    background-color: #ffffff;
    border: #040404 solid 1px;
}
@media screen and (max-width: 1080px){
    body.page-template.page-template-template-contact{
        /*background-color: #F6EDCE;*/
        background-color: #ffffff;
    }
    body.page-template.page-template-template-contact #content{
        width: 100%;
        background-image: url('./imagens/bg-contato_4.jpg');
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        position: relative;
    
        margin: 0;
        padding: 25px 0 25px 0;
    }
    body.page-template.page-template-template-contact h1.entry-title.d_flex{
        justify-content: center;
        margin: 0 auto;
        line-height: 35px;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7{
        width: 90%;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 label{
        width: 100%;
        font-size: 15px;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 input,
    body.page-template.page-template-template-contact .entry-content .wpcf7 textarea{
        width: 90%;
        margin: 0 0 0 4%;
        padding: 1%;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 textarea{
        height: 100px;
        padding: 1%;
        width: 90%;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 .label_b{
        top: unset;
        position: unset;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex{
        display: block;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex .area_50pc{
        width: 100%;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex .area_50pc label{
        width: 100%;
        display: inline-block;
    }
    body.page-template.page-template-template-contact .entry-content .wpcf7 .d_flex .area_50pc input{
        width: 90%;
        margin: 0 0 0 4%;
        padding: 1%;
    }
}


footer{
    background: #040404;
    color: #F6EDCE;
    padding: 75px 0 25px 0;
}
footer div.logos_rodape{
    padding: 150px 0 0 0;
}
footer div.logos_rodape img{
    max-width: 100%;
    height: auto;
}

footer a:link,
footer a:active,
footer a:visited{
    color: #F6EDCE;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
footer p{
    line-height: 26px;
}

@media screen and (max-width: 1080px){
    footer .wrapper.d_flex p{
        margin: 10px;
    }
    footer div.logos_rodape{
        padding: 45px 0 0 0;
    }
    footer div.logos_rodape img{
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
}

#voltar-topo {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
}

#voltar-topo:hover {
    background-color: #555;
}