/*
Theme Name: Blue Studio 3.1
Description: Tema para WordPress.
Author: Geosfera
Author URI: http://geosfera.com.br/
Version: 3.1
.
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=Bebas+Neue&display=swap');

@font-face {
    font-family: 'effraregular';
    src: url('./fonts/effra_std_rg-webfont.woff2') format('woff2'),
         url('./fonts/effra_std_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'effrabold';
    src: url('./fonts/effra_std-webfont.woff2') format('woff2'),
         url('./fonts/effra_std-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
a img{
    border: 0;
}
a:link,
a:active,
a:visited{
    color: #333333;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
body{
    background: #ffffff;
    color: #555555;
    /*font-family: 'Bebas Neue', cursive;*/
    font-family: 'effraregular';
    font-weight: 400;
    font-size: 20px;
    height: 100%;

    text-rendering: optimizeLegibility;
}
.wrapper{
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1em;
}
.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;
}
.entry-content a:link,
.entry-content a:active,
.entry-content a:visited{
    color: #555555;
    text-decoration: underline;
}
.entry-content a:hover{
    color: #2675EB;
    text-decoration: underline;
}
.txt_center{
    text-align: center;
}
.banner{
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
    padding: 0;
}
.banner img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 980px){
    body{
        font-size: 18px;
    }
    .d_flex{
        display: block;
    }
    .banner{
        width: 80vw;
        margin: 20px 0;
    }
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('./imagens/Preloader_21.gif') center no-repeat #fff;
}

header{
    border-bottom: #2576E9 solid thin;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 44px;
}
header.fixo{
    background-color: rgba(0,0,0, 0.75);
    position: fixed;
    top: 44px;
}
header h1#blue-studio,
header.fixo h1#blue-studio{
    margin: 10px 0 10px 0;
    z-index: 999999;
    position: relative;
    /*width: -moz-fit-content;
    width: fit-content;*/
    display: inline-table; /*hack for IE*/

    width: 116px !important;
}

header .wrapper{
    padding: 0 1em;
}
header h1#blue-studio{
    width: 116px;
    margin: 25px 0 15px 0;
    z-index: 9999;
}
header #menu{
    position: fixed;
    padding: 1em;
    width: 100%;
    height: 100px;
    top: 0;
    right: 0;
    z-index: 99999;
    padding: 0;
    margin: 0 auto;
}
header #menu.aberto{
    width: 100%;
}
header #menu .wrapper2{
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}
header #menu #abre_menu{
    cursor: pointer;
    padding: 20px 5px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    position: absolute;
    right: 0;
    top: 45px;
}
header.fixo #menu #abre_menu{
    padding: 5px;
    top: 60px;
}
header #area_menu{
    background: rgba(255,255,255,0.1);
    min-height: 100vh;
    width: 100%;
    display: none;
}
header #area_menu .wrapper{
    background: #0175EC;
    min-height: 100vh;
    max-width: 400px;
    width: 70%;
    padding: 55px 50px 0 75px;
    margin: 0 0 0 auto;
    position: relative;
}
header #area_menu .wrapper #fechar_menu{
    position: absolute;
    cursor: pointer;
    padding: 1em;
    right: 0;
    top: 50px;
}
header #menu #area_menu nav a{
    color: #ffffff;
    display: block;
    margin: 15px 0;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
}
header #menu #area_menu nav a:hover{
    color: #555555;
    text-decoration: none;
}
header #menu #area_menu nav a.primeiro{
    margin: 0 0 50px 0;
}
header #menu #area_menu nav.social{
    margin: 50px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
header #menu #area_menu nav.social a{
    color: #ffffff;
    display: block;
    margin: 10px 35px 10px 0;
    font-size: 25px;
}
header #menu #area_menu nav.social a:hover{
    color: #555555;
    text-decoration: none;
}

@media screen and (max-width: 1180px){
    header h1#blue-studio,
    header.fixo h1#blue-studio{
        margin: 10px 0 10px 0;
        z-index: 999;
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
        display: inline-table; /*hack for IE*/
    }
    header #menu{
        width: 50%;
    }
    header .wrapper{
        padding: 0;
        margin: 0 1em;
    }
    header #menu #abre_menu{
        padding: 1.5em;
        margin-right: 0;
    }
    header.fixo #menu #abre_menu{
        padding: 0 1.5em;
        margin-right: 0;
    }
    header #area_menu .wrapper{
        background: #0175EC;
        min-height: 100vh;
        max-width: 400px;
        width: 75%;
        padding: 70px 2% 0 20px;
        margin: 0 0 0 auto;
        position: relative;
    }
    header #menu #area_menu nav a.primeiro{
        display: none;
    }
    header #area_menu .wrapper #fechar_menu{
        position: absolute;
        cursor: pointer;
        padding: 1.5em 1em;
        right: 0;
        top: 50px;
    }
    header #menu #area_menu nav a{
        color: #ffffff;
        display: block;
        margin: 10px 0;
        font-family: 'Bebas Neue', cursive;
        font-size: 23px;
    }
}

#main{
    margin: 0;
}

a.bg_001:link,
a.bg_001:active,
a.bg_001:visited{
    background: none;
    border: #ffffff solid 2px;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 15px 8px 15px;
    display: flex;
    margin: 35px auto;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    text-align: center;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
}
a.bg_001:hover{
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.bg_001 span{
    display: inline;
    font-size: 31px;
    line-height: 25px;
    margin-right: 5px;
}
a.bg_002:link,
a.bg_002:active,
a.bg_002:visited{
    background: none;
    border: #2675EB solid 2px;
    color: #000000;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    line-height: 25px;
    padding: 10px 15px 8px 15px;
    display: flex;
    margin: 35px auto;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    text-align: center;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
}
a.bg_002:hover{
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.bg_003:link,
a.bg_003:active,
a.bg_003:visited{
    background-image: url('./imagens/ico-telas.png?'), url('./imagens/bg-003.png');
    background-position: 95% bottom, left top;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    padding: 10px 20px 30px 15px;
    display: block;
    margin: 0;
    width: 250px;
    text-align: left;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.bg_003:hover{
    background-image: url('./imagens/ico-telas.png?'), url('./imagens/bg-003.png');
    background-position: 99% bottom, left top;
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.bg_004:link,
a.bg_004:active,
a.bg_004:visited{
    background-image: url('./imagens/ico-lampada.png?'), url('./imagens/bg-004.png');
    background-position: 90% bottom, left top;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
    padding: 10px 0 30px 15px;
    display: block;
    margin: 0;
    width: 200px;
    text-align: left;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.bg_004:hover{
    background-image: url('./imagens/ico-lampada.png?'), url('./imagens/bg-004.png');
    background-position: 94% bottom, left top;
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.area_bg_005{
    width: 100%;
}
.area_bg_005 a.bg_005:link,
.area_bg_005 a.bg_005:active,
.area_bg_005 a.bg_005:visited{
    margin: 35px 0 0 auto;
}
a.bg_005:link,
a.bg_005:active,
a.bg_005:visited{
    background-image: url('./imagens/ico-foguete.png'), url('./imagens/bg-005.png');
    background-position: 90% bottom, left top;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    padding: 10px 0 30px 15px;
    display: block;
    margin: 35px 0;
    width: 200px;
    text-align: left;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.bg_005:hover{
    background-image: url('./imagens/ico-foguete.png'), url('./imagens/bg-005.png');
    background-position: 94% top, left top;
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (max-width: 980px){
    a.bg_001:link,
    a.bg_001:active,
    a.bg_001:visited{
        background-size: auto 100%;
        width: -moz-fit-content;
        width: fit-content;
        display: inline-table; /*hack for IE*/
    }
    a.bg_002:link,
    a.bg_002:active,
    a.bg_002:visited,
    a.bg_003:link,
    a.bg_003:active,
    a.bg_003:visited,
    a.bg_004:link,
    a.bg_004:active,
    a.bg_004:visited,
    a.bg_005:link,
    a.bg_005:active,
    a.bg_005:visited{
        width: -moz-fit-content;
        width: fit-content;
        display: inline-table; /*hack for IE*/
        padding: 5px;
    }
}

section{
    padding: 0;
}
section p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

figure.mobile{
    display: none;
}
@media screen and (max-width: 980px){
    figure.mobile{
        display: block;
    }
    figure.mobile img{
        width: 100%;
        height: auto;
    }
}

/* Home */
#container.homepage{
    color: #ffffff;
}
section#home{
    background: url('./imagens/home-bg-1.jpg') center 40px no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
section#home .wrapper{
    width: 100%;
}
@media screen and (max-height: 760px){
    section#home{
        min-height: fit-content;
    }
    section#home .wrapper{
        padding-top: 150px;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    section#home{
        min-height: fit-content;
    }
    section#home .wrapper{
        padding-top: 150px;
    }
}
section#home .wrapper .d_flex{
    align-items: center;
    justify-content: space-between;
}
section#home .wrapper .d_flex h2{
    color: #ffffff;
    width: 40%;
    max-width: 460px;
    font-size: 40px;
    font-weight: normal;
}
section#home .wrapper .d_flex h2 strong{
    background: #2675EB;
    font-family: 'effrabold';
    padding: 0 5px;
}
section#home .wrapper .d_flex .video{
    width: 60%;
    max-width: 650px;
    margin: 25px 0;
}
@media screen and (max-width: 980px){
    section#home{
        flex-wrap: wrap;
        align-items: flex-start;
        padding-top: 200px;
    }
    section#home .wrapper{
        padding-top: 0;
    }
    section#home .wrapper .d_flex{
        align-items: center;
        justify-content: center;
    }
    section#home .wrapper .d_flex h2{
        width: 100%;
        margin: 0 auto;
        font-size: 25px;
        text-align: center;
    }
    section#home .wrapper .d_flex .video{
        width: 100%;
        margin: 50px auto;
    }
}
/* Home */

/* Quem somos */
section#quem_somos{
    background: url('./imagens/home-bg-2.jpg') center top no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
section#quem_somos .wrapper{
    padding-top: 175px;
    max-width: 1050px;
}
@media screen and (max-height: 760px){
    section#quem_somos{
        min-height: fit-content;
    }
    section#quem_somos .wrapper{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
section#quem_somos .wrapper h2{
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
section#quem_somos .wrapper h3{
    color: #000000;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
    margin: 25px 0;
}
section#quem_somos .wrapper h3 strong{
    color: #4173D4;
    font-weight: normal;
}
section#quem_somos .wrapper #slide_quem_somos{
    margin: 25px 0;
    max-width: 700px;
}
section#quem_somos .wrapper #slide_quem_somos_m{
    margin: 25px 0;
    max-width: 700px;
    display: none;
}
section#quem_somos .wrapper #slide_quem_somos p,
section#quem_somos .wrapper #slide_quem_somos_m p{
    color: #000000;
}
section#quem_somos .wrapper #slide_quem_somos p strong,
section#quem_somos .wrapper #slide_quem_somos_m p strong{
    font-family: 'effrabold';
}
section#quem_somos .wrapper #slide_quem_somos .modelo_de_trabalho p.titulo,
section#quem_somos .wrapper #slide_quem_somos_m .modelo_de_trabalho p.titulo{
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 22px;
    padding: 9px 10px 5px 10px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 0 0 25px 0;
}
section#quem_somos .wrapper #slide_quem_somos .slick-prev.slick-arrow{
    background: url('./imagens/seta-1.png') center center no-repeat;
    left: -50px;
    top: 20px;
    width: 20px;
    height: 20px;
}
section#quem_somos .wrapper #slide_quem_somos .slick-prev.slick-arrow::before {
    content: "";
}
section#quem_somos .wrapper #slide_quem_somos .slick-next.slick-arrow{
    background: url('./imagens/seta-2.png') center center no-repeat;
    left: -50px;
    top: 125px;
    width: 20px;
    height: 20px;
}
section#quem_somos .wrapper #slide_quem_somos .slick-next.slick-arrow::before {
    content: "";
}
section#quem_somos .wrapper #slide_quem_somos .slick-dots{
    width: 20px;
    left: -50px;
    top: 45px;
    height: 40px;
}
section#quem_somos .wrapper #slide_quem_somos .slick-dots li{
    margin: 5px 0;
}
section#quem_somos .wrapper #slide_quem_somos .slick-dots li button:before {
    content: '';
    background: url('./imagens/bolinha-1.png') center center no-repeat;
}
section#quem_somos .wrapper #slide_quem_somos .audiencia_qualificada p.titulo,
section#quem_somos .wrapper #slide_quem_somos_m .audiencia_qualificada p.titulo{
    background: #4173D4;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 22px;
    padding: 9px 10px 5px 10px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 0 0 25px 0;
}
section#quem_somos .wrapper #slide_quem_somos .itens,
section#quem_somos .wrapper #slide_quem_somos_m .itens{
    display: flex;
    flex-wrap: wrap;
}
section#quem_somos .wrapper #slide_quem_somos .itens div,
section#quem_somos .wrapper #slide_quem_somos_m .itens div{
    width: 48%;
    margin: 0 2% 10px 0;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item1 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item1 p{
    background: url('./imagens/home-ico-1.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item2 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item1 p{
    background: url('./imagens/home-ico-2.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item3 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item3 p{
    background: url('./imagens/home-ico-3.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item4 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item4 p{
    background: url('./imagens/home-ico-4.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item5 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item5 p{
    background: url('./imagens/home-ico-5.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item6 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item6 p{
    background: url('./imagens/home-ico-6.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item7 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item7 p{
    background: url('./imagens/home-ico-7.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens .item8 p,
section#quem_somos .wrapper #slide_quem_somos_m .itens .item8 p{
    background: url('./imagens/home-ico-8.png') left top no-repeat;
    padding-left: 65px;
    min-height: 90px;
}
section#quem_somos .wrapper #slide_quem_somos .itens div strong span,
section#quem_somos .wrapper #slide_quem_somos_m .itens div strong span{
    color: #4173D4;
    font-size: 32px;
    font-family: 'effrabold';
}
section#quem_somos .wrapper #slide_quem_somos .itens div span,
section#quem_somos .wrapper #slide_quem_somos_m .itens div span{
    color: #4173D4;
    font-family: 'effrabold';
}
section#quem_somos .wrapper p.fonte{
    color: #000;
    font-size: 18px;
    line-height: 24px;
}
@media screen and (max-width: 1280px){
    section#quem_somos .wrapper #slide_quem_somos{
        margin-left: 50px;
    }
}
@media screen and (max-width: 980px){
    section#quem_somos{
        background: url('./imagens/home-bg-2m.jpg') right bottom no-repeat;
        background-size: auto 100%;
        min-height: 100vh;
        position: relative;
    }
    section#quem_somos .wrapper{
        padding-top: 50px;
        padding-bottom: 25px;
    }
    section#quem_somos .wrapper h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    section#quem_somos .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    section#quem_somos .wrapper #slide_quem_somos{
        display: none;
    }
    section#quem_somos .wrapper #slide_quem_somos_m{
        margin-left: 0;
        padding: 15px 0;
        height: fit-content;

        display: block;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .modelo_de_trabalho p.titulo,
    section#quem_somos .wrapper #slide_quem_somos_m .audiencia_qualificada p.titulo{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 10px 3px 10px;
        margin-top: 30px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens div{
        width: 98%;
        margin: 0 2% 15px 0;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens div br{
        display: none;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens p{
        font-size: 18px;
        line-height: 18px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item1 p{
        background: url('./imagens/home-ico-1.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item2 p{
        background: url('./imagens/home-ico-2.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item3 p{
        background: url('./imagens/home-ico-3.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item4 p{
        background: url('./imagens/home-ico-4.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item5 p{
        background: url('./imagens/home-ico-5.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item6 p{
        background: url('./imagens/home-ico-6.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item7 p{
        background: url('./imagens/home-ico-7.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens .item8 p{
        background: url('./imagens/home-ico-8.png') left top no-repeat;
        background-size: 30px auto;
        padding-left: 35px;
        min-height: 40px;
    }
    section#quem_somos .wrapper #slide_quem_somos_m .itens div strong span {
        color: #4173D4;
        font-size: 22px;
        font-family: 'effrabold';
    }
}
/* Quem somos */

/* Soluções */
section#solucoes{
    background: url('./imagens/home-bg-3.jpg') center top no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
section#solucoes .wrapper{
    padding: 175px 1em 50px 80px;
}
@media screen and (max-height: 760px){
    section#solucoes{
        min-height: fit-content;
    }
    section#solucoes .wrapper{
        padding: 50px 1em 50px 1em;
    }
}
section#solucoes .wrapper h2{
    background: #0194C7;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
section#solucoes .wrapper h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 65px;
    margin: 50px 0;
}
section#solucoes .wrapper h3 strong{
    background: #0194C7;
    color: #ffffff;
    font-weight: normal;
}
section#solucoes .wrapper #aba_solucoes{
    display: flex;
}
section#solucoes .wrapper #aba_solucoes nav{
    border-left: #ffffff solid 2px;
    max-width: 230px;
    height: fit-content;
}
section#solucoes .wrapper #aba_solucoes nav p{
    cursor: pointer;
    padding: 5px 10px 3px 20px;
    text-transform: uppercase;
}
section#solucoes .wrapper #aba_solucoes nav p:hover{
    background-color:rgba(0,0,0,0.5);
}
section#solucoes .wrapper #aba_solucoes nav p.ativo,
section#solucoes .wrapper #aba_solucoes nav p.ativo:hover{
    background: #0194C7;
}

section#solucoes .wrapper #aba_solucoes .conteudos{
    max-width: 600px;
    margin-left: 130px;
}
section#solucoes .wrapper #aba_solucoes .conteudos .texto.projetos{
    display: block;
}
section#solucoes .wrapper #aba_solucoes .conteudos .texto.branded-content,
section#solucoes .wrapper #aba_solucoes .conteudos .texto.publicacoes,
section#solucoes .wrapper #aba_solucoes .conteudos .texto.eventos{
    display: none;
}
section#solucoes .wrapper #aba_solucoes .conteudos h4{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}
section#solucoes .wrapper #aba_solucoes .conteudos p{
    margin: 25px 0;
}
section#solucoes .wrapper #aba_solucoes .conteudos ul{
    margin: -20px 0 25px 0;
}
section#solucoes .wrapper #aba_solucoes .conteudos ul li{
    margin: 5px 0 0 20px;
    font-weight: bold;
}
section#solucoes .wrapper #aba_solucoes .conteudos ul li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
section#solucoes .wrapper a.bg_001{
    margin: 15px auto 0 auto;
}
@media screen and (max-width: 980px){
    section#solucoes .wrapper{
        padding: 50px 1em 50px 1em;
    }
    section#solucoes .wrapper h2 {
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    section#solucoes .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    section#solucoes .wrapper #aba_solucoes nav{
        border-left: #ffffff solid 2px;
        max-width: 190px;
        height: fit-content;
    }
    section#solucoes .wrapper #aba_solucoes nav p{
        cursor: pointer;
        padding: 5px 5px 3px 5px;
        text-transform: uppercase;
        font-size: 16px;
    }
    section#solucoes .wrapper #aba_solucoes .conteudos {
        margin-left: 30px;
    }
}
/* Soluções */

/* Como funciona */
section#como_funciona{
    background: url('./imagens/home-bg-4.jpg') center top no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
section#como_funciona .wrapper{
    padding-top: 175px;
    padding-left: 80px;
}
@media screen and (max-height: 760px){
    section#como_funciona{
        min-height: fit-content;
    }
    section#como_funciona .wrapper{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
section#como_funciona .wrapper .d_flex{
    justify-content: center;
    align-items: flex-start;
}
section#como_funciona .wrapper .d_flex .titulos{
    width: 40%;
    max-width: 320px;
    margin-right: 50px;
}
section#como_funciona .wrapper .d_flex .titulos h2{
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
section#como_funciona .wrapper .d_flex .titulos h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 70px;
    margin: 25px 0;
}
section#como_funciona .wrapper .d_flex .titulos h3 strong{
    background: #000000;
    color: #ffffff;
    font-size: 70px;
    font-weight: normal;
    line-height: 70px;
    padding: 1px 10px;
    margin-left: -10px;
}
section#como_funciona .wrapper .d_flex .titulos h4{
    color: #000000;
    font-size: 25px;
    line-height: 29px;
    margin: 10px 0;
}
section#como_funciona .wrapper .d_flex .texto{
    width: 50%;
    max-width: 525px;
}
section#como_funciona .wrapper .d_flex .texto h4{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}
section#como_funciona .wrapper .d_flex .texto p{
    margin: 25px 0;
}
@media screen and (max-width: 980px){
    section#como_funciona .wrapper{
        padding: 50px 1em 50px 1em;
    }
    section#como_funciona .wrapper h2 {
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    section#como_funciona .wrapper .d_flex .titulos {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    section#como_funciona .wrapper .d_flex .titulos h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    section#como_funciona .wrapper .d_flex .titulos h3 br,
    section#como_funciona .wrapper .d_flex .titulos h3 strong br{
        display: none;
    }
    section#como_funciona .wrapper .d_flex .titulos h3 strong {
        background: none;
        color: #000000;
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        padding: 0;
        margin-left: 0;
    }
    section#como_funciona .wrapper .d_flex .titulos h4{
        color: #000000;
        font-size: 20px;
        line-height: 25px;
        margin: 10px 0;
    }
    section#como_funciona .wrapper .d_flex .texto{
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }
}
/* Como funciona */

/* Projetos Especiais */
section#projetos_especiais{
    background: #282828;
    min-height: 100vh;
    position: relative;
}
section#projetos_especiais .wrapper{
    padding-top: 175px;
    padding-left: 80px;
}
@media screen and (max-height: 760px){
    section#projetos_especiais{
        min-height: fit-content;
    }
    section#projetos_especiais .wrapper{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
section#projetos_especiais .wrapper h2{
    background: #2675EB;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 0 auto;
}
section#projetos_especiais .wrapper h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 65px;
    margin: 5px auto -10px auto;
    text-align: center;
}
section#projetos_especiais .wrapper p{
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}
section#projetos_especiais .wrapper #lista_projetos_especiais{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 25px auto;
}
section#projetos_especiais .wrapper #lista_projetos_especiais article{
    margin: 10px;
}
section#projetos_especiais .wrapper #lista_projetos_especiais article p{
    margin: 10px 0;
    text-align: left;
}
section#projetos_especiais .wrapper #lista_projetos_especiais article p a{
    color: #ffffff;
}
section#projetos_especiais .wrapper #lista_projetos_especiais article figure img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 980px){
    section#projetos_especiais .wrapper{
        padding: 50px 1em 50px 1em;
    }
    section#projetos_especiais .wrapper h2 {
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    section#projetos_especiais .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    section#projetos_especiais .wrapper #lista_projetos_especiais article{
        margin: 20px;
        width: 90%;
        text-align: center;
    }
    section#projetos_especiais .wrapper #lista_projetos_especiais article p{
        margin: 10px 0;
        text-align: center;
    }
}
/* Projetos Especiais */

/* Mídia kit */
section#midia_kit{
    /*background: url('./imagens/home-bg-5.jpg') center top no-repeat;
    background-size: cover;
    min-height: 100vh;*/
    position: relative !important;
}
section#midia_kit .video-container{
    position: relative !important;
    z-index: 0 !important;
}
section#midia_kit .conteudo_v{
    background-color:rgba(0,0,0,0.75);
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#midia_kit .conteudo_v.video{
    background-color:rgba(0,0,0,0);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#midia_kit .conteudo_v .wrapper{
    padding-top: 175px;
    padding-left: 80px;
}

@media screen and (max-height: 760px){
    section#midia_kit{
        min-height: fit-content;
    }
    section#midia_kit .wrapper{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
section#midia_kit .wrapper .wrapper_650{
    max-width: 650px;
}
section#midia_kit .wrapper .wrapper_650 h2{
    background: #0194C7;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
section#midia_kit .wrapper .wrapper_650 h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
    margin: 50px 0;
}
section#midia_kit .wrapper .wrapper_650 h3 strong{
    color: #2675EB;
    font-weight: normal;
}
section#midia_kit .wrapper a.btn_assista:link,
section#midia_kit .wrapper a.btn_assista:active,
section#midia_kit .wrapper a.btn_assista:visited{
    background: #eaeaea;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    right: 25%;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#midia_kit .wrapper a.btn_assista:hover{
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#midia_kit .wrapper a.bg_001.midia_kit{
    background: url('./imagens/ico-midia_kit.png') 15px center no-repeat;
    padding: 10px 25px 8px 55px;
    margin: 50px 0;
}

section#midia_kit .wrapper_video{
    padding: 80px 0;
    display: none;
}
section#midia_kit .wrapper_video a.btn_voltar:link,
section#midia_kit .wrapper_video a.btn_voltar:active,
section#midia_kit .wrapper_video a.btn_voltar:visited{
    background: #eaeaea;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 125px;
    right: 1em;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#midia_kit .wrapper_video a.btn_voltar:hover{
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (max-width: 980px){
    section#midia_kit{
        background: url('./imagens/home-bg-5.jpg') center top no-repeat;
        background-size: cover;
        min-height: fit-content;
    }
    section#midia_kit .video-container{
        display: none;
    }
    section#midia_kit .conteudo_v{
        position: relative;
    }
    section#midia_kit .conteudo_v .wrapper {
        padding: 50px 1em 50px 1em;
    }
    section#midia_kit .conteudo_v .wrapper .wrapper_650 h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    section#midia_kit .conteudo_v .wrapper .wrapper_650 h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    section#midia_kit .conteudo_v .wrapper a.btn_assista{
        display: none !important;
    }
}
/* Mídia kit */

/* Notícias */
section#noticias{
    background: #2675EB;
    min-height: 100vh;
    position: relative;
}
section#noticias .wrapper{
    padding-top: 175px;
    width: 100%;
    max-width: 1150px;
}
@media screen and (max-height: 760px){
    section#noticias{
        min-height: fit-content;
    }
    section#noticias .wrapper{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
section#noticias .wrapper h2{
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
section#noticias .wrapper h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 70px;
    margin: 25px 0;
}
section#noticias .wrapper #lista_noticias.d_flex{
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
}
section#noticias .wrapper #lista_noticias.d_flex article{
    max-width: 350px;
    margin: 15px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#noticias .wrapper #lista_noticias.d_flex article:hover{
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#noticias .wrapper #lista_noticias.d_flex article p a {
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    text-decoration: none;
    margin: 10px 0;
}
section#noticias .wrapper #lista_noticias.d_flex article p a:hover{
    text-decoration: none;
}
section#noticias .wrapper h3 strong{
    color: #4173D4;
    font-weight: normal;
}
section#noticias .wrapper .bg_001{
    margin: 0 0 0 auto;
}
@media screen and (max-width: 980px){
    section#noticias .wrapper{
        padding: 50px 1em 50px 1em;
    }
    section#noticias .wrapper h2 {
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    section#noticias .wrapper .d_flex {
        display: flex;
        width: 90%;
    }
    section#noticias .wrapper .d_flex h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
        width: 55%;
    }
    section#noticias .wrapper .d_flex div{
        width: 40%;
        margin-right: 5%;
    }
    section#noticias .wrapper #lista_noticias.d_flex {
        width: 90%;
    }
    section#noticias .wrapper #lista_noticias.d_flex article{
        width: 90%;
        margin: 25px auto;
    }
    section#noticias .wrapper #lista_noticias.d_flex article figure img{
        max-width: 100%;
        height: auto;
    }
}
/* Siga-nos */
section#siga_nos{
    padding: 90px 0;
}
section#siga_nos.wrapper.d_flex{
    justify-content: center;
}
@media screen and (max-height: 760px){
    section#siga_nos{
        min-height: fit-content;
    }
    section#siga_nos .wrapper{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
section#siga_nos a{
    text-decoration: none;
    width: 220px;
}
section#siga_nos .wrapper.d_flex .d_flex{
    width: 95%;
    max-width: 950px;
}
section#siga_nos a h2{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 44px;
    margin: 0;
}
section#siga_nos a h4{
    color: #000000;
    font-size: 20px;
    line-height: 21px;
    margin: 20px 0;
    text-transform: none;
}
section#siga_nos h3{
    color: #000000;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
    margin: 25px 0;
}
section#siga_nos figure img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 980px){
    section#siga_nos{
        padding: 0;
    }
    section#siga_nos .wrapper{
        padding: 50px 1em 50px 1em;
    }
    section#siga_nos .wrapper h2 {
        font-size: 30px;
        line-height: 30px;
    }
    section#siga_nos .wrapper .d_flex {
        display: flex;
        justify-content: center;
    }
    section#siga_nos .d_flex figure{
        margin: 15px;
    }
}
/* Siga-nos */

/* Notícias */

/* Contato */
section#contato{
    background: #0175EC;
    padding: 75px 0;
    text-align: center;
    min-height: fit-content;
}
section#contato .wrapper h2{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: normal;
    line-height: 33px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    text-align: center;
    margin: 0 auto;
}
section#contato .wrapper p{
    font-size: 24px;
    line-height: 33px;
    margin: 25px auto 10px auto;
}
section#contato .wrapper p strong{
    font-size: 25px;
    line-height: 33px;
}
section#contato .wrapper p a.link_mk:link,
section#contato .wrapper p a.link_mk:active,
section#contato .wrapper p a.link_mk:visited{
    background: #000000;
    color: #ffffff;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#contato .wrapper p a.link_mk:hover{
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#contato figure{
    width: 100%;
    margin: 50px auto;
}
section#contato p{
    color: #ffffff;
    font-size: 21px;
    margin: 35px 0;
    width: 100%;
}
section#contato p strong{
    font-size: 25px;
}

section#contato .formulario{
    color: #ffffff;
    text-align: left;
    max-width: 820px;
    width: 90%;
    margin: 10px auto 0 auto;
}
section#contato .formulario .d_flex{
    align-items: flex-start;
}
section#contato .formulario .d_flex div{
    width: 45%;
    max-width: 400px;
    margin: 15px 0;
}
section#contato .formulario p {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
section#contato .formulario label{
    text-transform: uppercase;
    font-family: 'effraregular';
    text-align: left;
    margin: 0;
    display: block;
    line-height: 35px;
    font-size: 20px;
}
section#contato .formulario input[type=text],
section#contato .formulario input[type=email],
section#contato .formulario input[type=tel],
section#contato .formulario textarea{
    background: #0194C7;
    color: #ffffff;
    border: none;
    font-family: 'effraregular';
    /*font-family: 'Bebas Neue', cursive;*/
    font-size: 18px;
    padding: 10px 2%;
    width: 95%;
}
section#contato .formulario .d_flex .d_flex{
    width: 100%;
    margin:0;
}
section#contato .formulario .d_flex .d_flex .area_ddd{
    width: 15% !important;
    margin: 0;
    margin-bottom: 24px;
}
section#contato .formulario .d_flex .d_flex .area_tel{
    width: 80% !important;
    margin: 0;
    margin-bottom: 24px;
}
section#contato .formulario textarea{
    height: 100px;
}
section#contato .formulario input[type=submit]{
    border: none;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    padding: 5px 10px;
    margin: 15px auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
section#contato .formulario input[type=submit]:hover{
    opacity: 0.75;
    font-family: 'Bebas Neue', cursive;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

a.fale_conosco:link, 
a.fale_conosco:active, 
a.fale_conosco:visited {
    border: none;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    padding: 5px 20px;
    margin: 35px auto;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
a.fale_conosco:hover{
    opacity: 0.75;
    font-family: 'Bebas Neue', cursive;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-decoration: none;
}
/* Contato */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    font-family: 'effraregular';
    border-color: #ffb900;
    background: #fff;
    color: #000000;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000000;
    background: #fff;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-transform: none;
    position: absolute;
    top: 24px;
}
span.wpcf7-form-control-wrap.termos-de-uso {
    margin: 15px 0 25px 0;
    display: block;
}
span.wpcf7-form-control-wrap.termos-de-uso span.wpcf7-list-item-label {
    text-transform: none;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

@media screen and (max-width: 980px){
    section#contato .d_flex.wrapper{
        padding-top: 70px;
    }
    section#contato figure{
        width: 100%;
        margin: 20px auto;
    }
    section#contato figure img{
        max-width: 40%;
        margin: 0 auto;
    }
    section#contato .formulario .d_flex{
        display: block;
    }
    section#contato .formulario .d_flex div{
        width: 100%;
        max-width: 100%;
        margin: 15px 0;
    }
    section#contato .formulario .d_flex .d_flex{
        display: flex;
    }
    section#contato strong{
        display: block;
    }
}

/* Soluções */
#container.solucoes #content{
    color: #000000;
    min-height: fit-content;
}
#container.solucoes #content #solucoes_1{
    background-image: url('./imagens/bg-solucoes-1b.png?2'), url('./imagens/bg-solucoes-1.jpg');
    background-position: right bottom, center top;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    min-height: fit-content;
    position: relative;
    padding: 140px 0 25px 0;
}
#container.solucoes #content #solucoes_1 .wrapper{
    width: 100%;
    max-width: 1250px;
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex{
    display: flex;
    justify-content: space-between;
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex h1{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 160px;
    font-weight: normal;
    margin: 25px 0;
    width: 45%;
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex h1{
    background-image: linear-gradient(90deg, #6f6f6f, #333f5c);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_1 .wrapper .d_flex h1{
        color: #333f5c;
        background-image: none;
    }
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex .textos{
    width: 55%;
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex .textos h2 {
    background: #2675EB;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex .textos h3 {
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 5px 0;
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex .textos h3 span{
    color: #ffffff;
    font-family: 'effraregular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
}
#container.solucoes #content #solucoes_1 .wrapper .d_flex .textos p{
    color: #ffffff;
}
#container.solucoes #content #solucoes_1 .wrapper #lista_projetos_especiais{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 25px auto;
}
#container.solucoes #content #solucoes_1 .wrapper #lista_projetos_especiais article{
    margin: 15px;
}
#container.solucoes #content #solucoes_1 .wrapper #lista_projetos_especiais article p{
    color: #ffffff;
    margin: 10px 0;
    text-align: left;
}
#container.solucoes #content #solucoes_1 .wrapper #lista_projetos_especiais article p a{
    color: #ffffff;
}
@media screen and (max-height: 760px){
    #container.solucoes #content{
        min-height: fit-content;
    }
    #container.solucoes #content #solucoes_1{
        padding: 140px 0 25px 0;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content{
        min-height: fit-content;
    }
    #container.solucoes #content #solucoes_1{
        padding: 140px 0 25px 0;
    }
}
@media screen and (max-width: 980px){
    #container.solucoes #content #solucoes_1 .wrapper .d_flex{
        display: block;
    }
    #container.solucoes #content #solucoes_1 .wrapper .d_flex h1{
        color: #ffffff;
        font-family: 'Bebas Neue', cursive;
        font-size: 50px;
        font-weight: normal;
        margin: 25px 0;
        width: 90%;
    }
    #container.solucoes #content #solucoes_1 .wrapper .d_flex .textos{
        width: 90%;
    }
    #container.solucoes #content #solucoes_1 .wrapper .d_flex .textos h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    #container.solucoes #content #solucoes_1 .wrapper .d_flex .textos h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    #container.solucoes #content #solucoes_1 .wrapper #lista_projetos_especiais{
        justify-content: center;
        width: 90%;
        margin: 0;
    }
    #container.solucoes #content #solucoes_1 .wrapper #lista_projetos_especiais article{
        width: 90%;
        max-width: 380px;
        margin: 15px auto;
    }
    #container.solucoes #content #solucoes_1 .wrapper #lista_projetos_especiais article img{
        max-width: 100%;
        height: auto;
    }
    
}

#container.solucoes #content #solucoes_2{
    background: #EEEEEE url('./imagens/bg-solucoes-2.jpg') right top no-repeat;
    background-size: auto;
    min-height: 670px;
    position: relative;
    display: flex;
    align-items: center;
}
#container.solucoes #content #solucoes_2 .wrapper{
    width: 90%;
    max-width: 1250px;
}
#container.solucoes #content #solucoes_2 .wrapper h2{
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.solucoes #content #solucoes_2 .wrapper h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 5px 0;
    max-width: 450px;
}
#container.solucoes #content #solucoes_2 .wrapper p{
    color: #555555;
    max-width: 450px;
}
#container.solucoes #content #solucoes_2 .wrapper .bg_002{
    margin: 35px 0;
}
@media screen and (max-height: 760px){
    #container.solucoes #content #solucoes_2{
        padding: 50px 0 25px 0;
        display: block;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_2{
        padding: 50px 0 25px 0;
        display: block;
    }
}
@media screen and (max-width: 980px){
    #container.solucoes #content #solucoes_2{
        background: #EEEEEE;
        background-size: auto 100% ;
        position: relative;
        padding: 50px 0 25px 0;
        display: block;
        height: fit-content;
        min-height: fit-content;
    }
    #container.solucoes #content #solucoes_2 .wrapper h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    #container.solucoes #content #solucoes_2 .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    #container.solucoes #content #solucoes_2 .wrapper a.bg_002{
        padding: 5px;
    }
}

#container.solucoes #content #solucoes_3{
    background: #ffffff;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
#container.solucoes #content #solucoes_3 .wrapper{
    width: 90%;
    max-width: 1250px;
    position: relative;
}
#container.solucoes #content #solucoes_3 .wrapper .d_flex{
    align-items: flex-start
}
#container.solucoes #content #solucoes_3 .wrapper h3.titulo{
    color: #000000;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 0 0 5px 0;
    max-width: 230px;
    width: 30%;
}
#container.solucoes #content #solucoes_3 .wrapper p.linha{
    border-left: #2675EB solid 7px;
    color: #555555;
    max-width: 630px;
    padding: 0 25px 5px 25px;
}
#container.solucoes #content #solucoes_3 .wrapper .bg_002{
    margin: 0;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes{
    margin: 50px auto;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article{
    margin: 5px 28px;
    max-width: 360px;
    width: 100%;
    margin: 0 10px;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article figure{
    width: 100%;
    max-width: 360px;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article figure img{
    max-width: 360px;
    width: 100%;
    height: auto;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article h3{
    color: #2675EB;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 15px 0 5px 0;
    width: 100%;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article .links{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article .links .visite{
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 5px 30px 5px 0;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article .links .visite a{
    background: url('./imagens/ico-p-1.png') left center no-repeat;
    color: #000;
    display: block;
    cursor: pointer;
    padding: 3px 0 3px 25px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article .links .visite a:hover{
    background: url('./imagens/ico-a-1.png') left center no-repeat;
    color: #2675EB;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article .links .mais{
    background: url('./imagens/ico-p-2.png') left center no-repeat;
    color: #000;
    cursor: pointer;
    padding: 3px 0 3px 25px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article .links .mais:hover{
    background: url('./imagens/ico-a-2.png') left center no-repeat;
    color: #2675EB;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes{
    margin: 50px auto;
    padding-top: 50px;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes .slick-prev.slick-arrow::before {
    content: "";
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes .slick-next.slick-arrow::before {
    content: "";
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes button.slick-prev.slick-arrow{
    background: url('./imagens/seta-1a.png') left center no-repeat;
    height: 36px;
    width: 36px;
    top: 0;
    right: 50px;
    left: auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes button.slick-next.slick-arrow{
    background: url('./imagens/seta-1b.png') left center no-repeat;
    height: 36px;
    width: 36px;
    top: 0;
    right: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes button.slick-prev.slick-arrow:hover,
#container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes button.slick-next.slick-arrow:hover{
    opacity: 0.5;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#popups_lista_publicacoes{
    background-color:rgba(0,0,0,0.99);
    padding: 45px 5%;
    width: 90%;
    height: fit-content;
    position: absolute;
    top: -25px;
    left: 0%;
    display: none;
}
#popups_lista_publicacoes #fechar_lp{
    color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 5%;
}
#popups_lista_publicacoes #fechar_lp strong{
    font-size: 25px;
    font-weight: bold;
    top: 2px;
    position: relative;
}
#popups_lista_publicacoes .conteudo{
    color: #ffffff;
    display: flex;
    justify-content: center;
    display: none;
}
#popups_lista_publicacoes .conteudo figure{
    width: 30%;
    margin: 0 2%;
    text-align: center;
    float: left;
}
#popups_lista_publicacoes .conteudo figure img{
    margin: 0 auto;
}
#popups_lista_publicacoes .conteudo div.texto{
    width: 65%;
    float: right;
}
#popups_lista_publicacoes .conteudo div.texto div.texto_mais_informacoes{
    max-width: 100%;
}
#popups_lista_publicacoes .conteudo div.texto div.texto_mais_informacoes p{
    margin: 20px 0;
}
#popups_lista_publicacoes .conteudo div.texto h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 45px 0 5px 0;
}
#popups_lista_publicacoes .conteudo div.texto h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
#popups_lista_publicacoes .conteudo div.texto a.visite{
    background: url('./imagens/ico-a-1.png') left center no-repeat;
    color: #ffffff;
    display: block;
    margin: 20px 0 40px 0;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    padding: 3px 0 3px 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
#popups_lista_publicacoes .conteudo div.texto a.visite:hover{
    text-decoration: none;
}
@media screen and (max-height: 760px){
    #container.solucoes #content #solucoes_3{
        padding: 50px 0 25px 0;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_3{
        padding: 50px 0 25px 0;
    }
}
@media screen and (max-width: 980px){
    #popups_lista_publicacoes{
        background-color:rgba(0,0,0,0.99);
        padding: 35px 5% 20px 5%;
        width: 80%;
        height: fit-content;
        position: fixed;
        top: 125px;
        left: 5%;
        display: none;
        z-index: 999999;
    }
    #popups_lista_publicacoes #fechar_lp{
        top: 1px;
    }
    #popups_lista_publicacoes .conteudo{
        color: #ffffff;
        display: flex;
        justify-content: center;
        display: none;
        overflow: auto;
        height: 65vh;
    }
    #popups_lista_publicacoes .conteudo figure{
        width: 90%;
        margin: 0 auto 20px auto;
        text-align: center;
        float: left;
    }
    #popups_lista_publicacoes .conteudo div.texto{
        width: 90%;
        float: none;
        margin: 0 auto;
    }


    #container.solucoes #content #solucoes_3{
        min-height: fit-content;
        display: block;
    }
    #container.solucoes #content #solucoes_3 .wrapper h3.titulo {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 15px 0;
        width: 90%;
    }
    #container.solucoes #content #solucoes_3 .wrapper p.linha {
        padding: 0 25px 5px 25px;
        margin: 10px 0 20px 0;
    }
    #container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes{
        width: 90%;
    }
    #container.solucoes #content #solucoes_3 .wrapper #lista_publicacoes article{
        max-width: 360px;
        width: 100%;
    }
    #container.solucoes #content #solucoes_3 .wrapper a.bg_002{
        padding: 5px;
    }

}

#container.solucoes #content #solucoes_4{
    background: url('./imagens/bg-solucoes-3.jpg') right top no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
#container.solucoes #content #solucoes_4 .wrapper{
    width: 90%;
    max-width: 1250px;
    position: relative;
}
#container.solucoes #content #solucoes_4 .wrapper .d_flex{
    align-items: flex-start
}
#container.solucoes #content #solucoes_4 .wrapper .d_flex h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 0 0 5px 0;
    max-width: 230px;
    width: 30%;
}
#container.solucoes #content #solucoes_4 .wrapper .d_flex p{
    color: #ffffff;
    max-width: 630px;
    padding: 0 25px 5px 25px;
}
#container.solucoes #content #solucoes_4 .wrapper .d_flex p.filtro_eventos{
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#container.solucoes #content #solucoes_4 .wrapper .d_flex p.filtro_eventos span{
    cursor: pointer;
    padding: 3px 20px;
}
#container.solucoes #content #solucoes_4 .wrapper .d_flex p.filtro_eventos span.ativo{
    background: #000000;
}
#container.solucoes #content #solucoes_4 .wrapper .d_flex .bg_001{
    margin: 35px 0;
}

#container.solucoes #content #solucoes_4 .wrapper #lista_eventos{
    margin: 50px auto;
    padding-top: 50px;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos .slick-prev.slick-arrow::before {
    content: "";
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos .slick-next.slick-arrow::before {
    content: "";
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos button.slick-prev.slick-arrow{
    background: url('./imagens/seta-2a.png') left center no-repeat;
    height: 36px;
    width: 36px;
    top: 0;
    right: 50px;
    left: auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos button.slick-next.slick-arrow{
    background: url('./imagens/seta-2b.png') left center no-repeat;
    height: 36px;
    width: 36px;
    top: 0;
    right: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos button.slick-prev.slick-arrow:hover,
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos button.slick-next.slick-arrow:hover{
    opacity: 0.5;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article{
    margin: 5px 28px;
    max-width: 360px;
    width: 100%;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article figure{
    width: 100%;
    max-width: 360px;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article h4{
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 15px 0 5px 0;
    width: 100%;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article h3{
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 5px 0 15px 0;
    width: 100%;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article .links{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article .links .visite{
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    width: 100%;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article .links .visite a{
    background: url('./imagens/ico-p-1.png') left center no-repeat;
    color: #000;
    display: block;
    cursor: pointer;
    padding: 3px 0 3px 25px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article .links .visite a:hover{
    background: url('./imagens/ico-b-2.png') left center no-repeat;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article .links .mais{
    background: url('./imagens/ico-p-2.png') left center no-repeat;
    color: #000;
    cursor: pointer;
    padding: 3px 0 3px 25px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 12px 0;
    width: 100%;
}
#container.solucoes #content #solucoes_4 .wrapper #lista_eventos article .links .mais:hover{
    background: url('./imagens/ico-b-1.png') left center no-repeat;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#popups_lista_eventos{
    background-color:rgba(0,0,0,0.99);
    padding: 45px 5%;
    width: 90%;
    height: fit-content;
    position: absolute;
    top: -25px;
    left: 0%;
    display: none;
}
#popups_lista_eventos #fechar_lp{
    color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 5%;
}
#popups_lista_eventos #fechar_lp strong{
    font-size: 25px;
    font-weight: bold;
    top: 2px;
    position: relative;
}
#popups_lista_eventos .conteudo{
    color: #ffffff;
    display: flex;
    justify-content: center;
    display: none;
}
#popups_lista_eventos .conteudo figure{
    width: 30%;
    margin: 0 2%;
    text-align: center;
    float: left;
}
#popups_lista_eventos .conteudo figure img{
    margin: 0 auto;
}
#popups_lista_eventos .conteudo div.texto{
    width: 65%;
    float: right;
}
#popups_lista_eventos .conteudo div.texto div.texto_mais_informacoes{
    max-width: 100%;
}
#popups_lista_eventos .conteudo div.texto div.texto_mais_informacoes p{
    margin: 20px 0;
}
#popups_lista_eventos .conteudo div.texto h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 45px 0 5px 0;
}
#popups_lista_eventos .conteudo div.texto h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
#popups_lista_eventos .conteudo div.texto a.visite{
    background: url('./imagens/ico-a-1.png') left center no-repeat;
    color: #ffffff;
    display: block;
    margin: 20px 0 40px 0;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    padding: 3px 0 3px 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
#popups_lista_eventos .conteudo div.texto a.visite:hover{
    text-decoration: none;
}
@media screen and (max-height: 760px){
    #container.solucoes #content #solucoes_4{
        padding: 50px 0 25px 0;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_4{
        padding: 50px 0 25px 0;
    }
}
@media screen and (max-width: 980px){
    #popups_lista_eventos{
        background-color:rgba(0,0,0,0.99);
        padding: 35px 5% 20px 5%;
        width: 80%;
        height: fit-content;
        position: fixed;
        top: 125px;
        left: 5%;
        display: none;
        z-index: 999999;
    }
    #popups_lista_eventos #fechar_lp{
        top: 1px;
    }
    #popups_lista_eventos .conteudo{
        color: #ffffff;
        display: flex;
        justify-content: center;
        display: none;
        overflow: auto;
        height: 65vh;
    }
    #popups_lista_eventos .conteudo figure{
        width: 90%;
        margin: 0 auto 20px auto;
        text-align: center;
        float: left;
    }
    #popups_lista_eventos .conteudo div.texto{
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    #container.solucoes #content #solucoes_4{
        padding: 50px 0 25px 0;
        max-height: fit-content;
    }
    #container.solucoes #content #solucoes_4 .wrapper .d_flex h3 {
        font-size: 30px;
        line-height: 30px;
        margin: 5px 0;
        width: 90%;
    }
    #container.solucoes #content #solucoes_4 .wrapper .d_flex p {
        color: #ffffff;
        max-width: 630px;
        padding: 0 25px 5px 0;
    }
    #container.solucoes #content #solucoes_4 .wrapper #lista_eventos {
        width: 90%;
        margin: 25px auto;
    }
    #container.solucoes #content #solucoes_4 .wrapper #lista_eventos article{
        margin: 5px 28px;
        max-width: 360px;
        width: 100%;
    }
    #container.solucoes #content #solucoes_4 .wrapper #lista_eventos article figure{
        width: 100%;
        max-width: 360px;
    }
    #container.solucoes #content #solucoes_4 .wrapper #lista_eventos article figure img{
        max-width: 100%;
        height: auto;
    }
}

#container.solucoes #content #solucoes_5{
    background: #ffffff url('./imagens/bg-solucoes-4.jpg') right top no-repeat;
    background-size: auto;
    min-height: 670px;
    position: relative;
    display: flex;
    align-items: center;
}
#container.solucoes #content #solucoes_5 .wrapper{
    width: 90%;
    max-width: 1250px;
}
#container.solucoes #content #solucoes_5 .wrapper h2{
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.solucoes #content #solucoes_5 .wrapper h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 5px 0;
    max-width: 450px;
}
#container.solucoes #content #solucoes_5 .wrapper p{
    color: #555555;
    max-width: 450px;
}
#container.solucoes #content #solucoes_5 .wrapper .bg_002{
    margin: 35px 0;
}
@media screen and (max-height: 760px){
    #container.solucoes #content #solucoes_5{
        padding: 50px 0 25px 0;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_5{
        padding: 50px 0 25px 0;
    }
}
@media screen and (max-width: 980px){
    #container.solucoes #content #solucoes_5{
        background: #ffffff;
        background-size: 50% auto;
        min-height: fit-content;
        position: relative;
        display: block;
        padding: 50px 0 0 0;
    }
    #container.solucoes #content #solucoes_5 .wrapper{
        width: 90%;
    }
    #container.solucoes #content #solucoes_5 .wrapper h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    #container.solucoes #content #solucoes_5 .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
}

#container.solucoes #content #solucoes_6{
    background: #EDEDED url('./imagens/bg-solucoes-5.jpg') right top no-repeat;
    background-size: auto;
    min-height: 670px;
    position: relative;
    display: flex;
    align-items: center;
}
#container.solucoes #content #solucoes_6 .wrapper{
    width: 90%;
    max-width: 1250px;
}
#container.solucoes #content #solucoes_6 .wrapper h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 5px 0;
    max-width: 550px;
}
#container.solucoes #content #solucoes_6 .wrapper p{
    color: #555555;
    max-width: 550px;
}
#container.solucoes #content #solucoes_6 .wrapper .bg_002{
    margin: 35px 0;
}
@media screen and (max-height: 760px){
    #container.solucoes #content #solucoes_6{
        padding: 50px 0 25px 0;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_6{
        padding: 50px 0 25px 0;
    }
}
@media screen and (max-width: 980px){
    #container.solucoes #content #solucoes_6{
        background: #EDEDED;
        background-size: 50% auto;
        min-height: fit-content;
        position: relative;
        display: block;
        padding: 50px 0 0 0;
    }
    #container.solucoes #content #solucoes_6 .wrapper{
        width: 90%;
    }
    #container.solucoes #content #solucoes_6 .wrapper figure {
        max-width: 50%;
    }
    #container.solucoes #content #solucoes_6 .wrapper figure img{
        max-width: 100%;
        height: auto;
    }
    #container.solucoes #content #solucoes_6 .wrapper h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    #container.solucoes #content #solucoes_6 .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
}

#container.solucoes #content #solucoes_7{
    background: #ffffff url('./imagens/bg-solucoes-6.jpg') right top no-repeat;
    background-size: auto;
    min-height: 670px;
    position: relative;
    display: flex;
    align-items: center;
}
#container.solucoes #content #solucoes_7 .wrapper{
    width: 90%;
    max-width: 1250px;
}
#container.solucoes #content #solucoes_7 .wrapper h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 5px 0;
    max-width: 590px;
}
#container.solucoes #content #solucoes_7 .wrapper p{
    color: #555555;
    max-width: 550px;
}
#container.solucoes #content #solucoes_7 .wrapper .bg_002{
    margin: 35px 0;
}
@media screen and (max-height: 760px){
    #container.solucoes #content #solucoes_7{
        padding: 50px 0 25px 0;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_7{
        padding: 50px 0 25px 0;
    }
}
@media screen and (max-width: 980px){
    #container.solucoes #content #solucoes_7{
        background: #ffffff;
        background-size: 50% auto;
        min-height: fit-content;
        position: relative;
        display: block;
        padding: 50px 0 0 0;
    }
    #container.solucoes #content #solucoes_7 .wrapper{
        width: 90%;
    }
    #container.solucoes #content #solucoes_7 .wrapper figure {
        max-width: 50%;
    }
    #container.solucoes #content #solucoes_7 .wrapper figure img{
        max-width: 100%;
        height: auto;
    }
    #container.solucoes #content #solucoes_7 .wrapper h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    #container.solucoes #content #solucoes_7 .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
}

#container.solucoes #content #solucoes_8{
    background: #f5f5f5;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
#container.solucoes #content #solucoes_8 .d_flex.wrapper .area_bg{
    padding: 50px 0;
    background: url('./imagens/linhas_previews-min.png') 43% 25px no-repeat;
}
#container.solucoes #content #solucoes_8 h2{
    color: #2675EB;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 48px;
    font-weight: normal;
    padding: 35px;
    margin: 0 auto;
}
#container.solucoes #content #solucoes_8 #previews{
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
#container.solucoes #content #solucoes_8 #previews .item{
    background: #ffffff;
    cursor: pointer;
    width: 210px;
    padding: 15px;
    margin: 5px;
    position: relative;
    height: 200px;
}
#container.solucoes #content #solucoes_8 #previews .item h3{
    font-family: 'Bebas Neue', cursive;
    color: #555555;
    font-size: 27px;
    line-height: 35px;
    font-weight: normal;
}
#container.solucoes #content #solucoes_8 #previews .item h3 strong{
    color: #000000;
    font-size: 47px;
    font-weight: normal;
}
#container.solucoes #content #solucoes_8 #previews .item p{
    color: #555555;
    font-size: 18px;
}
#container.solucoes #content #solucoes_8 #previews .item p strong{
    font-size: 21px;
}
#container.solucoes #content #solucoes_8 #previews .item a{
    background: #000000 url('./imagens/mais-min.png') center center no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    margin: 25px 0;
}
#container.solucoes #content #solucoes_8 #previews .item .mais_info{
    background: #ffffff;
    opacity: 0;
    position: absolute;
    width: 85%;
    height: 85%;
    padding: 7.5%;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.solucoes #content #solucoes_8 #previews .item .mais_info h3{
    font-family: 'Bebas Neue', cursive;
    color: #000000;
    font-size: 27px;
    font-weight: normal;
    margin: 0;
}
#container.solucoes #content #solucoes_8 #previews .item .mais_info .txt{
    border-left: #00AEFA solid 5px;
    margin: 5px 0;
}
#container.solucoes #content #solucoes_8 #previews .item .mais_info .txt p{
    color: #000000;
    padding: 4px 0;
    margin-left: -5px;
    font-size: 18px;
}
#container.solucoes #content #solucoes_8 #previews .item .mais_info .txt p strong{
    font-size: 18px;
}
#container.solucoes #content #solucoes_8 #previews .item:hover .mais_info{
    opacity: 1;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    height: fit-content;
    min-height: 200px;
}
@media screen and (max-height: 760px){
    #container.solucoes #content #solucoes_8{
        padding: 50px 0 25px 0;
    }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #container.solucoes #content #solucoes_8{
        padding: 50px 0 25px 0;
    }
}
@media screen and (max-width: 980px){
    #container.solucoes #content #solucoes_8{
        background: #ffffff;
    }
    #container.solucoes #content #solucoes_8 .d_flex.wrapper .area_bg{
        padding: 50px 0;
        background: url('./imagens/linhas_previews_m-min.png') center -25px no-repeat;
    }
    #container.solucoes #content #solucoes_8 h2{
        font-size: 38px;
        line-height: 35px;
    }
    #container.solucoes #content #solucoes_8 #previews .item{
        margin: 0 0 20px 0;
        z-index: 999;
        max-width: 240px;
        width: 95%;
        height: auto;
    }
    #container.solucoes #content #solucoes_8 #previews .item a{
        margin: 5px 0;
    }
    #container.solucoes #content #solucoes_8 #previews .item .mais_info{
        background: #ffffff;
        position: absolute;
        height: fit-content;
        padding: 3%;
        width: 96%;
        min-height: 100px;
        top: -25px;
    }
    #container.solucoes #content #solucoes_8 #previews .item:hover .mais_info{
        min-height: 180px;
    }
    #container.solucoes #content #solucoes_8 #previews .item .mais_info .txt p{
        color: #000000;
        padding: 1px 0;
        margin-left: -5px;
        font-size: 17px;
    }
}

/* Soluções */

/* Atendimento */
#container.atendimento #content{
    color: #000000;
    min-height: 100vh;
}
#container.atendimento #content #atendimento_1{
    /*background: url('./imagens/home-bg-5.jpg') center 40px no-repeat;
    background-size: cover;*/
    min-height: 100vh;
    position: relative;
    /*display: flex;
    align-items: center;*/
}
#container.atendimento #content #atendimento_1 .video-container{
    position: relative !important;
    z-index: 0 !important;
}
#container.atendimento #content #atendimento_1 .conteudo_v{
    background-color:rgba(0,0,0,0.75);
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_1 .conteudo_v.video{
    background-color:rgba(0,0,0,0);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_1 .wrapper{
    width: 100%;
    max-width: 1100px;
    padding: 175px 1em 25px 1em;
}
#container.atendimento #content #atendimento_1 .wrapper h2 {
    background: #4173D4;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.atendimento #content #atendimento_1 .wrapper h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
    margin: 25px 0;
}
#container.atendimento #content #atendimento_1 .wrapper h3 strong{
    color: #4173D4;
    font-weight: normal;
}
#container.atendimento #content #atendimento_1 .wrapper p{
    color: #ffffff;
    max-width: 650px;
    margin: 0;
}
#container.atendimento #content #atendimento_1 .wrapper .d_flex{
    max-width: 650px;
    justify-content: flex-start;
}
#container.atendimento #content #atendimento_1 .wrapper .d_flex a.bg_001 {
    background: url(./imagens/ico-midia_kit.png) 15px center no-repeat;
    padding: 10px 25px 8px 55px;
    margin: 35px 25px 35px 0;
}
#container.atendimento #content #atendimento_1 .wrapper a.btn_assista:link,
#container.atendimento #content #atendimento_1 .wrapper a.btn_assista:active,
#container.atendimento #content #atendimento_1 .wrapper a.btn_assista:visited{
    background: #eaeaea;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 35%;
    right: 25%;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_1 .wrapper a.btn_assista:hover{
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#container.atendimento #content #atendimento_1 .wrapper_video{
    padding: 80px 0;
    display: none;
}
#container.atendimento #content #atendimento_1 .wrapper_video a.btn_voltar:link,
#container.atendimento #content #atendimento_1 .wrapper_video a.btn_voltar:active,
#container.atendimento #content #atendimento_1 .wrapper_video a.btn_voltar:visited{
    background: #eaeaea;
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 145px;
    right: 1em;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_1 .wrapper_video a.btn_voltar:hover{
    text-decoration: none;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (max-width: 980px){
    #container.atendimento #content #atendimento_1{
        background: url('./imagens/home-bg-5.jpg') center 40px no-repeat;
        background-size: cover;
        min-height: fit-content;
        position: relative;
        /*display: flex;
        align-items: center;*/
    }
    #container.atendimento #content #atendimento_1 .video-container{
        display: none;
    }
    #container.atendimento #content #atendimento_1 .conteudo_v{
        background-color:rgba(0,0,0,0.0);
        position: relative;
    }
    #container.atendimento #content #atendimento_1 .wrapper {
        width: 90%;
    }
    #container.atendimento #content #atendimento_1 .wrapper h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    #container.atendimento #content #atendimento_1 .wrapper h3{
        font-size: 30px;
        line-height: 33px;
        margin: 25px 0;
    }
    #container.atendimento #content #atendimento_1 .wrapper a.btn_assista:link, 
    #container.atendimento #content #atendimento_1 .wrapper a.btn_assista:active, 
    #container.atendimento #content #atendimento_1 .wrapper a.btn_assista:visited{
        display: none;
    }
}

#container.atendimento #content #atendimento_2{
    background-image: url('./imagens/bg-atendimento-2b.png'), url('./imagens/bg-atendimento-2.png?1');
    background-position: right center, center top;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
#container.atendimento #content #atendimento_2 .wrapper h2 {
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas{
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article{
    max-width: 400px;
    width: 33%;
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article div.txt{
    background: #ffffff;
    width: 190px;
    padding: 35px 20px 25px 20px;
    margin-right: 200px;
    height: 405px;
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article div.txt h3{
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 0 0 10px 0;
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article div.txt p{
    color: #555555;
    font-size: 18px;
    line-height: 24px;
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article.plataforma_1{
    background: url('./imagens/atendimento_img1.png') 160px top no-repeat;
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article.plataforma_2{
    background: url('./imagens/atendimento_img2.png') 190px top no-repeat;
}
#container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article.plataforma_3{
    background: url('./imagens/atendimento_img3.png') 210px top no-repeat;
}
@media screen and (max-width: 980px){
    #container.atendimento #content #atendimento_2{
        min-height: fit-content;
        padding: 50px 1em 50px 1em;
    }
    #container.atendimento #content #atendimento_2 .wrapper{
        width: 90%;
    }
    #container.atendimento #content #atendimento_2 .wrapper h2{
        font-size: 22px;
        line-height: 22px;
        padding: 7px 13px 3px 13px;
    }
    #container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas{
        align-items: flex-start;
    }
    #container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article{
        width: 100%;
        margin-bottom: 25px;
    }
    #container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article div.txt {
        background: rgba(255,255,255,0.75);
        width: 190px;
        padding: 35px 20px 25px 20px;
        margin-right: 0;
        height: fit-content;
    }
    #container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article div.txt h3 {
        font-size: 30px;
        line-height: 30px;
    }
    #container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article.plataforma_1{
        background: url('./imagens/atendimento_img1.png') right bottom no-repeat;
        background-size: 100px auto;
    }
    #container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article.plataforma_2{
        background: url('./imagens/atendimento_img2.png') right bottom no-repeat;
        background-size: 100px auto;
    }
    #container.atendimento #content #atendimento_2 .wrapper div.lista_plataformas article.plataforma_3{
        background: url('./imagens/atendimento_img3.png') right bottom no-repeat;
        background-size: 100px auto;
    }
}

#container.atendimento #content #atendimento_3{
    background:#0076EC url('./imagens/bg-atendimento-3.png') center top no-repeat;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
#container.atendimento #content #atendimento_3 .wrapper{
    width: 100%;
    max-width: 900px;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex{
    justify-content: space-between;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex div h2 {
    background: none;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 95px;
    font-weight: normal;
    line-height: 85px;
    margin: 0;
    text-align: center;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex div p{
    color: #ffffff;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
}
#container.atendimento #content #atendimento_3 .wrapper h4{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 33px;
    text-align: center;
    margin: 50px auto 25px auto;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links{
    justify-content: center;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a{
    color: #ffffff;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 45px;
    text-align: center;
    margin: 0 35px 25px 35px;
    padding: 10px 20px;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link1:link,
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link1:active,
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link1:visited{
    border: #ffffff solid 2px;
    background: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link2:link,
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link2:active,
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link2:visited{
    border: #ffffff solid 2px;
    background: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link1:hover,
#container.atendimento #content #atendimento_3 .wrapper .d_flex.links a.link2:hover{
    border: #000000 solid 2px;
    background: #000000;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (max-width: 980px){
    #container.atendimento #content #atendimento_3{
        min-height: fit-content;
        padding: 50px 1em 50px 1em;
    }
    #container.atendimento #content #atendimento_3 .wrapper .d_flex div h2 {
        font-size: 35px;
        line-height: 35px;
    }
    #container.atendimento #content #atendimento_3 .wrapper .d_flex.links {
        display: block;
    }
    #container.atendimento #content #atendimento_3 .wrapper .d_flex.links .link1,
    #container.atendimento #content #atendimento_3 .wrapper .d_flex.links .link2,
    #container.atendimento #content #atendimento_3 .wrapper .d_flex.links .link3{
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        display: inline-table; /*hack for IE*/
        margin: 15px auto;
    }
}

#container.atendimento #content #atendimento_4{
    background: url('./imagens/bg-atendimento-4.jpg') center top no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
#container.atendimento #content #atendimento_4 .wrapper{
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#container.atendimento #content #atendimento_4 .wrapper h2{
    width: 175px;
    color: #4173D4;
    font-family: 'Bebas Neue', cursive;
    font-size: 74px;
    font-weight: normal;
    line-height: 68px;
    margin: 50px 0 0 0;
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente{
    color: #ffffff;
    max-width: 1050px;
    padding-top: 35px;
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente .slick-prev.slick-arrow::before {
    content: "";
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente .slick-next.slick-arrow::before {
    content: "";
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente button.slick-prev.slick-arrow{
    background: url('./imagens/seta-2a.png') left center no-repeat;
    height: 36px;
    width: 36px;
    top: 15px;
    right: 50px;
    left: auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente button.slick-next.slick-arrow{
    background: url('./imagens/seta-2b.png') left center no-repeat;
    height: 36px;
    width: 36px;
    top: 15px;
    right: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente button.slick-prev.slick-arrow:hover,
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente button.slick-next.slick-arrow:hover{
    opacity: 0.5;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

#container.atendimento #content #atendimento_4 .wrapper div.lista_gente article{
    max-width: 230px;
    margin: 20px;
    width: 80%;
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente article h3{
    color: #ffffff;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    margin: 10px 0 0 0;
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente article p{
    font-size: 16px;
    line-height: 25px;
    margin: 5px 0;
}
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente article a:link,
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente article a:active,
#container.atendimento #content #atendimento_4 .wrapper div.lista_gente article a:visited{
    color: #2675EB;
    font-size: 16px;
}
@media screen and (max-width: 980px){
    #container.atendimento #content #atendimento_4{
        background: url('./imagens/bg-atendimento-4.jpg') center top no-repeat;
        background-size: cover;
        min-height: fit-content;
        display: block;
        padding: 50px 1em 50px 1em;
    }
    #container.atendimento #content #atendimento_4 .wrapper {
        width: 90%;
        max-width: 1300px;
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #container.atendimento #content #atendimento_4 .wrapper h2{
        width: 90%;
        font-size: 35px;
        font-weight: normal;
        line-height: 35px;
        margin: 25px 0 10px 0;
    }
    #container.atendimento #content #atendimento_4 .wrapper div.lista_gente article{
        min-width: 200px;
    }
    #container.atendimento #content #atendimento_4 .wrapper div.lista_gente article figure{
        width: 100%;
        max-width: 230px;
    }
    #container.atendimento #content #atendimento_4 .wrapper div.lista_gente article figure img{
        max-width: 100%;
        height: auto;
    }
}
/* Atendimento */

/* Archive Cases */
body.archive.post-type-archive-cases header{
    background: #191919;
}
#container.archive.cases #content.wrapper_1366{
    background: #ffffff;
    color: #000000;
    padding-top: 135px;
    min-height: 100vh;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
}
#container.archive.cases #content #lista_cases{
    background: #ffffff;
    margin: 0 auto;
}
#container.archive.cases #content #lista_cases div.area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
#container.archive.cases #content #lista_cases div.area .case_01,
#container.archive.cases #content #lista_cases div.area .case_03,
#container.archive.cases #content #lista_cases div.area .case_05,
#container.archive.cases #content #lista_cases div.area .case_08,
#container.archive.cases #content #lista_cases div.area .case_10,
#container.archive.cases #content #lista_cases div.area .case_11,
#container.archive.cases #content #lista_cases div.area .case_12{
    width: 23%;
}
#container.archive.cases #content #lista_cases div.area .case_06,
#container.archive.cases #content #lista_cases div.area .case_07,
#container.archive.cases #content #lista_cases div.area .case_13,
#container.archive.cases #content #lista_cases div.area .case_14{
    width: 47.2%;
}
#container.archive.cases #content #lista_cases div.area .case_02,
#container.archive.cases #content #lista_cases div.area .case_04,
#container.archive.cases #content #lista_cases div.area .case_09{
    width: 48%;
}
#container.archive.cases #content #lista_cases div.area .case_15,
#container.archive.cases #content #lista_cases div.area .case_16,
#container.archive.cases #content #lista_cases div.area .case_17{
    width: 31.3%;
}

#container.archive.cases #content #lista_cases div.area .case_04{
    position: absolute;
    /*left: 25.75%;*/
    bottom: 0;
    width: 48%;
}
#container.archive.cases #content #lista_cases div.area .case_05{
    position: absolute;
    right: 25.75%;
    bottom: 0;
    width: 23.75%;
}
#container.archive.cases #content #lista_cases div.area .case_11{
    position: absolute;
    left: 25.75%;
    bottom: 0;
    width: 23.75%;
}
#container.archive.cases #content #lista_cases div.area .case_12{
    position: absolute;
    right: 25.75%;
    bottom: 0;
    width: 23.75%;
}
#container.archive.cases #content #lista_cases div.area .case_04 img,
#container.archive.cases #content #lista_cases div.area .case_05 img,
#container.archive.cases #content #lista_cases div.area .case_11 img,
#container.archive.cases #content #lista_cases div.area .case_12 img{
    width: 100%;
    height: auto;
}
#container.archive.cases #content #lista_cases div figure{
    margin: 3px;
}
#container.archive.cases #content #lista_cases div figure img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

#container.archive.cases #content #lista_cases_mobile{
    display: flex;
    justify-content: center;
}
#container.archive.cases #content #lista_cases_mobile figure{
    margin: 5px 10px;
}
#container.archive.cases #content #lista_cases_mobile figure img{
    max-width: 100%;
    height: auto;
}

#container.archive.cases #content #lista_cases_mobile{
    display: none;
}
#container.archive.cases #content #lista_cases_mobile figure{
    position: relative;
}
#container.archive.cases #content #lista_cases_mobile figure div.camada{
    background:rgba(37,118,233,0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;

    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#container.archive.cases #content #lista_cases_mobile figure:hover div.camada{
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#container.archive.cases #content #lista_cases_mobile figure div.camada .texto{
    margin: 0 auto;
}
#container.archive.cases #content #lista_cases_mobile figure div.camada .texto h2{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 45px;
    line-height: 45px;
    font-weight: normal;
}
#container.archive.cases #content #lista_cases_mobile figure div.camada .texto p{
    color: #ffffff;
    font-size: 16px;
    margin: 20px auto;
    text-transform: uppercase;
}
@media screen and (max-width: 980px){
    #container.archive.cases #content #lista_cases{
        display: none;
    }
    #container.archive.cases #content #lista_cases_mobile{
        display: flex;
    }
}

/* Archive Cases */

/* Single Cases */
body.single.single-cases{
    background: #111111
}
body.single.single-cases #container.single.cases{
    background: #111111;
    min-height: 85vh;
}
body.single.single-cases #container.single.cases #content.wrapper{
    color: #ffffff;
    width: 100%;
    padding-top: 175px;
    max-width: 1250px;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex{
    align-items: flex-start;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex figure.logo{
    /*background: #ffffff;*/
    padding: 5px;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content{
    max-width: 400px;
    min-height: 400px;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .categoria{
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .texto_principal{
    color: #ffffff;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .texto_principal h3{
    color: #3288f7;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content a.bg_001{
    background: url('./imagens/ico-b-1.png') 15px center no-repeat;
    margin: 35px 0;
    text-decoration: none;
    padding: 10px 15px 8px 45px;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content a.bg_001:hover{
    background: #3288f7 url('./imagens/ico-b-1.png') 15px center no-repeat;
    border: #3288f7 solid 2px;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .d_flex{
    justify-content: flex-start;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .d_flex a.visite{
    background: url('./imagens/ico-b-2.png') left center no-repeat;
    color: #ffffff;
    font-weight: bold;
    margin-right: 40px;
    text-decoration: none;
    padding: 0 0 0 30px;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .d_flex a.ouca{
    background: url('./imagens/ico-b-3.png') left center no-repeat;
    color: #ffffff;
    font-weight: bold;
    margin-right: 40px;
    text-decoration: none;
    padding: 0 0 0 30px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .d_flex a.visite:hover,
body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content .d_flex a.ouca:hover{
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex figure{
    max-width: 500px;
}
body.single.single-cases #container.single.cases #content.wrapper .d_flex figure img{
    max-width: 100%;
    height: auto;
}
body.single.single-cases #container.single.cases #nav-single.d_flex{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 1em 0;
    max-width: 100%;
}
body.single.single-cases #container.single.cases #nav-single.d_flex a{
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'effrabold';
    font-size: 16px;
    padding: 15px 25px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
body.single.single-cases #container.single.cases #nav-single.d_flex a span{
    font-family: 'effraregular';
    text-transform: none;
    font-weight: normal;
}
body.single.single-cases #container.single.cases #nav-single.d_flex a:hover{
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-decoration: none;
}
body.single.single-cases #container.single.cases #nav-single.d_flex .left a{
    background: url('./imagens/seta-cases-1.png') 15px center no-repeat;
    padding-left: 75px;
}
body.single.single-cases #container.single.cases #nav-single.d_flex .left a:hover{
    background: #0076EC url('./imagens/seta-cases-1.png') 15px center no-repeat;
}
body.single.single-cases #container.single.cases #nav-single.d_flex .right a{
    background: url('./imagens/seta-cases-2.png') 85% center no-repeat;
    padding-right: 75px;
}
body.single.single-cases #container.single.cases #nav-single.d_flex .right a:hover{
    background: #0076EC url('./imagens/seta-cases-2.png') 85% center no-repeat;
}
body.single.single-cases #container.single.cases a.bg_001.mais_cases{
    display: block;
    margin-top: -55px;
}
body.single.single-cases #container.single.cases a.bg_001.mais_cases:hover {
    background: #3288f7;
    border: #3288f7 solid 2px;
}
@media screen and (max-width: 980px){
    body.single.single-cases #container.single.cases a.bg_001.mais_cases{
        display: block;
        margin-top: 0;
    }
    body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content{
        min-height: fit-content;
    }
}

#mais_informacoes{
    display: none;
    background: #000000;
    padding: 0 1em 0 5%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    min-height: 85vh;
    z-index: 99999;
}
#mais_informacoes .fechar{
    color: #ffffff;
    padding-top: 160px;
    text-align: center;
    max-width: 545px;
    margin-right: 5px;
    cursor: pointer;
    width: 30px;
    margin: 0 0 0 auto;
}
#mais_informacoes .fechar span{
    padding: 5px;
    font-size: 30px;
}
#mais_informacoes .texto{
    max-width: 550px;
    padding-top: 10px;
}
#mais_informacoes .texto p{
    margin: 25px 0;
}
#mais_informacoes .texto p strong{
    color: #2675EB;
    text-transform: uppercase;
}
#mais_informacoes .texto em{
    font-weight: bold;
    font-style: normal;
}
@media screen and (max-width: 980px){
    body.single.single-cases #container.single.cases #content.wrapper {
        width: 90%;
    }
    body.single.single-cases #container.single.cases #content.wrapper .d_flex{
        display: block;
    }
    body.single.single-cases #container.single.cases #content.wrapper .d_flex figure.logo{
        /*background: #ffffff;*/
        padding: 5px;
        width: -moz-fit-content;
        width: fit-content;
        display: inline-table; /*hack for IE*/
        margin: 0 auto;
    }
    body.single.single-cases #container.single.cases #content.wrapper .d_flex .entry-content{
        max-width: 400px;
        width: 90%;
        margin: 20px auto;
    }
    body.single.single-cases #container.single.cases #content.wrapper .d_flex figure{
        margin: 20px auto;
        width: 90%;
    }
    body.single.single-cases #container.single.cases #content.wrapper #nav-single.d_flex,
    body.single.single-cases #container.single.cases #nav-single.d_flex{
        width: 100%;
        margin: 10px auto;
        position: relative;
        display: flex !important;
    }
    #mais_informacoes{
        display: none;
        background: #000000;
        padding: 0 1em 0 5%;
        position: absolute;
        right: 0;
        top: 0;
        width: 75%;
        min-height: 100vh;
        height: fit-content;
    }
    #mais_informacoes .fechar{
        padding-top: 110px;
    }
}
/* Single Cases */

/* Archive Cases 2022 */
body.post-type-archive-cases-novos #container.cases_2022{
    background: #f2f2f2;
}
.cor_azul{
    filter: brightness(0) saturate(100%) invert(29%) sepia(92%) saturate(2135%) hue-rotate(206deg) brightness(97%) contrast(95%);
}
body.post-type-archive-cases-novos header #blue-studio img,
body.post-type-archive-cases-novos header div#abre_menu img{
    filter: brightness(0) saturate(100%) invert(29%) sepia(92%) saturate(2135%) hue-rotate(206deg) brightness(97%) contrast(95%);
}
#container.cases_2022 {
    background: #f2f2f2;
}
#container.cases_2022 #slider_topo{
    background: #000 url('./imagens/bg-cases-slider-topo-2022.png') center bottom no-repeat;
    background-size: cover;
    margin-left: -5px;
}
#container.cases_2022 #slider_topo #slider_cases{
    padding: 175px 0 75px 0;
}
#container.cases_2022 #slider_topo #slider_cases figure{
    margin: 0 50px;
}
#container.cases_2022 #slider_topo #slider_cases figure img{
    width: 100%;
    height: auto;
}
#container.cases_2022 #slider_topo #slider_cases .slick-prev {
    background: url('./imagens/seta_case_1.png') center center no-repeat;
    left: 50%;
    margin-left: -650px;
    height: 57px;
    width: 57px;
    z-index: 99;
}
#container.cases_2022 #slider_topo #slider_cases .slick-prev:hover{
    opacity: 0.8;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.cases_2022 #slider_topo #slider_cases .slick-prev::before {
    content: "";
}

#container.cases_2022 #slider_topo #slider_cases .slick-next {
    background: url('./imagens/seta_case_1.png') center center no-repeat;
    right: 50%;
    margin-right: -650px;
    height: 57px;
    width: 57px;
    z-index: 99;
    transform: rotate(180deg);
}
#container.cases_2022 #slider_topo #slider_cases .slick-next:hover{
    opacity: 0.8;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.cases_2022 #slider_topo #slider_cases .slick-next::before {
    content: "";
}

#container.cases_2022 #veja_todos_os_cases{
    padding: 25px 0;
}
#container.cases_2022 #veja_todos_os_cases .wrapper h2{
    background: url('./imagens/linha-bg-h2.png') center center repeat-x;
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0;
}
#container.cases_2022 #veja_todos_os_cases .wrapper h2 span{
    background: #f2f2f2;
    padding: 0 15px 0 0;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases{
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li{
    list-style: none;
    margin: 25px 0;
    position: relative;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li:hover{
    opacity: 0.8;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li figure img{
    max-width: 100%;
    height: auto;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li .textos{
    background: #ffffff;
    padding: 35px 35px 35px 35px;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li .textos h3{
    color: #000000;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin: 5px 0;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li .textos p{
    font-size: 25px;
    font-weight: lighter;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li .textos p.leia{
    color: #000000;
    font-weight: bold;
    font-size: 25px;
    margin: 20px 0 0 0;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li .textos p.leia span{
    color: #0175EC;
}
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li a:link,
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li a:active,
#container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li a:visited{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1250px){
    #container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases{
        justify-content: center;
    }
    #container.cases_2022 #veja_todos_os_cases .wrapper #lista_cases li{
        margin: 25px auto;
    }
}

/* Archive Cases 2022 */

/* Single Cases 2022 */
#container.single_cases_2022 {
    background: #f2f2f2;
}
#container.single_cases_2022 #slider_topo{
    background: #000 url('./imagens/bg-cases-slider-topo-2022.png') center bottom no-repeat;
    background-size: cover;
    margin-left: -5px;
    min-height: 500px;
    padding: 200px 0 75px 0;
}
#container.single_cases_2022 #slider_topo .wrapper.d_flex{
    align-items: flex-start;
}
#container.single_cases_2022 #slider_topo .wrapper.d_flex .textos{
    max-width: 400px;
}
#container.single_cases_2022 #slider_topo .wrapper.d_flex .textos h2{
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 85px;
    line-height: 75px;
    font-weight: normal;
}
#container.single_cases_2022 #slider_topo .wrapper.d_flex .textos h2 span{
    color: #ffffff;
}
#container.single_cases_2022 #slider_topo .wrapper.d_flex .textos p.olho{
    color: #ffffff;
    margin: 40px 0 20px 0;
}
#container.single_cases_2022 #slider_topo .wrapper.d_flex .textos p.category{
    border: #ffffff solid 1px;
    color: #ffffff;
    margin: 10px 0;
    padding: 3px 15px;
    display: table;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#previous_post_link.wrapper.d_flex{
    margin: 50px auto 0 auto;
}
#previous_post_link.wrapper.d_flex .left a:link,
#previous_post_link.wrapper.d_flex .left a:active,
#previous_post_link.wrapper.d_flex .left a:visited{
    background: url('./imagens/seta_case_1.png') left center no-repeat;
    height: 57px;
    width: 57px;
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    padding: 15px 15px 15px 70px;
}
#previous_post_link.wrapper.d_flex .right a:link,
#previous_post_link.wrapper.d_flex .right a:active,
#previous_post_link.wrapper.d_flex .right a:visited{
    background: url('./imagens/seta_case_2.png') 99% center no-repeat;
    transform: rotate(180deg);
    height: 57px;
    width: 57px;
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    padding: 15px 70px 15px 15px;
}
#previous_post_link.wrapper.d_flex .left a:hover,
#previous_post_link.wrapper.d_flex .right a:hover{
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.single_cases_2022 #slider_topo figure{
    background:  url('./imagens/bg-img-735x0.png') right bottom no-repeat;
    background-size: 100% 100%;
    max-width: 735px;
    padding: 0 6% 6% 0;
}
#container.single_cases_2022 #slider_topo figure img{
    max-width: 100%;
    height: auto;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex{
    padding: 50px 1em 0 1em;
    align-items: flex-start;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex .esquerda{
    max-width: 370px;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex .esquerda h2{
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    line-height: 60px;
    font-weight: normal;
    margin: 15px 0;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex .esquerda h2 span{
    color: #000000;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex .esquerda figure{
    margin: 40px 0;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex .entry-content{
    color: #000;
    max-width: 860px;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex .entry-content p{
    margin: 25px 0;
    font-size: 20px;
    line-height: 26px;
}
#container.single_cases_2022 .conteudo.wrapper.d_flex .entry-content p strong{
    color: #0175EC;
}

#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex{
    align-items: flex-start;
    padding: 0 1em 50px 1em;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda{
    max-width: 370px;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda h3{
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    margin: 25px 0;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a:link,
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a:active,
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a:visited{
    color: #666666;
    display: block;
    margin: 20px 0;
    line-height: 35px;
    padding: 8px 0 8px 30px;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a:hover{
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.acesse_o_site{
    background:  url('./imagens/ico_acesse_o_site.png') left center no-repeat;
    background-size: 24px auto;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.siga_no_instagram{
    background:  url('./imagens/ico_siga_no_instagram.png') left center no-repeat;
    background-size: 24px auto;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.siga_no_tiktok{
    background:  url('./imagens/ico_siga_no_tiktok.png') left center no-repeat;
    background-size: 24px auto;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.ouca_o_podcast{
    background:  url('./imagens/ico_ouca_o_podcast.png') left center no-repeat;
    background-size: 24px auto;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .direita{
    color: #000;
    max-width: 860px;
    width: 75%;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .direita ul.por_dentro_do_case_outros{
    list-style: none;
    margin: 25px 0;
    column-count: 2;
    column-span: all;
}
#container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .direita ul.por_dentro_do_case_outros li{
    background:  url('./imagens/ico_por_dentro_do_case_outros.png') left center no-repeat;
    background-size: 24px auto;
    padding: 4px 0 4px 30px;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 26px;
    -webkit-column-break-inside: avoid;
}

#container.single_cases_2022 .resultados{
    background: #000 url('./imagens/bg-cases-slider-topo-2022.png') center bottom no-repeat;
    background-size: cover;
    min-height: 0;
    padding: 75px 0;
}
#container.single_cases_2022 .resultados h3{
    background: url(./imagens/linha-bg-h2.png) 170px center no-repeat;
    background-size: 1200px 2px;
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    margin: 0 0 15px 0;
}
#container.single_cases_2022 .resultados ul.lista_resultados{
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    flex-wrap: wrap;
}
#container.single_cases_2022 .resultados ul.lista_resultados li{
    color: #ffffff;
    width: 30%;
    margin: 1%;
}
#container.single_cases_2022 .resultados ul.lista_resultados li p.numeros{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 65px;
    font-weight: normal;
    line-height: 70px;
}
#container.single_cases_2022 .resultados ul.lista_resultados li p.numeros::first-letter {
    color:#0175EC;
}
#container.single_cases_2022 .resultados ul.lista_resultados li p.texto{
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
}

#container.single_cases_2022 .voltar.wrapper{
    padding: 75px 0;
    text-align: center;
}
#container.single_cases_2022 .voltar.wrapper a:link,
#container.single_cases_2022 .voltar.wrapper a:active,
#container.single_cases_2022 .voltar.wrapper a:visited{
    background:  url('./imagens/voltar.png') left 9px no-repeat;
    color: #0175EC;
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin: 5px 0;
    padding: 0 0 0 25px;
}
#container.single_cases_2022 .voltar.wrapper a:hover{
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

@media screen and (max-width: 980px){
    #container.single_cases_2022 #slider_topo{
        padding: 170px 0 50px 0;
    }
    #container.single_cases_2022 #slider_topo .wrapper.d_flex .textos h2{
        font-size: 50px;
        line-height: 50px;
    }
    #container.single_cases_2022 .conteudo.wrapper.d_flex .esquerda h2{
        font-size: 45px;
        line-height: 45px;
    }
    #previous_post_link.wrapper.d_flex{
        margin: 50px auto 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #previous_post_link.wrapper.d_flex .left,
    #previous_post_link.wrapper.d_flex .right{
        margin: 20px auto;
    }
    #previous_post_link.wrapper.d_flex .left a:link,
    #previous_post_link.wrapper.d_flex .left a:active,
    #previous_post_link.wrapper.d_flex .left a:visited{
        background: url('./imagens/seta_case_1.png') left center no-repeat;
        background-size: 39px auto;
        height: 39px;
        width: 39px;
        color: #0175EC;
        font-family: 'Bebas Neue', cursive;
        font-size: 22px;
        line-height: 22px;
        font-weight: normal;
        padding: 15px 15px 15px 50px;
    }
    #previous_post_link.wrapper.d_flex .right a:link,
    #previous_post_link.wrapper.d_flex .right a:active,
    #previous_post_link.wrapper.d_flex .right a:visited{
        background: url('./imagens/seta_case_2.png') 99% center no-repeat;
        background-size: 39px auto;
        height: 39px;
        width: 39px;
        color: #0175EC;
        font-family: 'Bebas Neue', cursive;
        font-size: 22px;
        line-height: 22px;
        font-weight: normal;
        padding: 15px 50px 15px 15px;
    }
    #container.single_cases_2022 #slider_topo figure{
        margin-top: 20px;
    }
    #container.single_cases_2022 .conteudo.wrapper.d_flex .entry-content p{
        margin: 25px 0;
        font-size: 18px;
        line-height: 26px;
    }
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a:link,
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a:active,
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a:visited{
        color: #666666;
        display: block;
        margin: 25px 0;
        line-height: 30px;
        padding: 4px 0 4px 30px;
    }
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.acesse_o_site{
        background:  url('./imagens/ico_acesse_o_site.png') left center no-repeat;
        background-size: 24px auto;
    }
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.siga_no_instagram{
        background:  url('./imagens/ico_siga_no_instagram.png') left center no-repeat;
        background-size: 24px auto;
    }
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.siga_no_tiktok{
        background:  url('./imagens/ico_siga_no_tiktok.png') left center no-repeat;
        background-size: 24px auto;
    }
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .esquerda a.ouca_o_podcast{
        background:  url('./imagens/ico_ouca_o_podcast.png') left center no-repeat;
        background-size: 24px auto;
    }
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .direita{
        width: 100%;
    }
    #container.single_cases_2022 .por_dentro_do_case.wrapper.d_flex .direita ul.por_dentro_do_case_outros li{
        background:  url('./imagens/ico_por_dentro_do_case_outros.png') left center no-repeat;
        background-size: 24px auto;
        font-size: 18px;
        line-height: 26px;
        padding: 4px 0 4px 30px;
    }
    #container.single_cases_2022 .resultados{
        padding: 50px 0 25px 0;
    }
    #container.single_cases_2022 .resultados ul.lista_resultados li{
        width: 80%;
        margin: 0 10%;
    }
    #container.single_cases_2022 .voltar.wrapper a:link,
    #container.single_cases_2022 .voltar.wrapper a:active,
    #container.single_cases_2022 .voltar.wrapper a:visited{
        background:  url('./imagens/voltar.png') left 0px no-repeat;
        font-size: 22px;
        line-height: 40px;
    }
}
/* Single Cases 2022 */

/* Notícias */
body.blog{
    background: #ffffff url('./imagens/bg-azul.png') center 100px repeat-x;
}
body.blog header {
    background: #191919;
}
body.blog #container.noticias{
    margin: 175px auto 50px auto;
}
body.blog #container.noticias #topo{
    margin: 30px 0;
}
body.blog #container.noticias #topo h2 {
    background: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    padding: 7px 13px 3px 13px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex{
    justify-content: space-between;
    align-items: stretch;
    margin-top: -20px;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article{
    background: #ffffff;
    border: #e5e6e8 solid 1px;
    max-width: 350px;
    margin: 20px 0 40px 0;
    padding: 5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article:hover{
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article figure img{
    max-width: 100%;
    height: auto;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article h3 a:link,
body.blog #container.noticias #lista_noticias.wrapper.d_flex article h3 a:active,
body.blog #container.noticias #lista_noticias.wrapper.d_flex article h3 a:visited{
    color: #2675EB;
    font-size: 30px;
    line-height: 34px;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article h3{
    margin: 5px;
    color: #2675EB;
    font-size: 30px;
    line-height: 34px;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article h3 a:hover{
    text-decoration: none;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article .entry-summary{
    margin: 5px;
}
body.blog #container.noticias #lista_noticias.wrapper.d_flex article .entry-summary a{
    color: #555555;
    text-decoration: none;
}
body.blog #container.noticias #pagination{
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    display: block;
}
@media screen and (max-width: 980px){
    body.blog #container.noticias #lista_noticias.wrapper.d_flex{
        justify-content: center;
        align-items: flex-start;
    }
    body.blog #container.noticias #lista_noticias.wrapper.d_flex article{
        margin: 20px auto 40px auto;
    }
}
/* Notícias */

/* Single Notícias */
body.single.single-post{
    background: #ffffff url('./imagens/bg-azul.png') center 100px repeat-x;
}
body.single.single-post header {
    background: #191919;
}
body.single.single-post #content.wrapper{
    margin: 175px auto 50px auto;
}
#breadcrumb{
    color: #ffffff;
    margin: 0 0 75px 0;
    font-size: 20px;
}
#breadcrumb a:link,
#breadcrumb a:active,
#breadcrumb a:visited{
    color: #ffffff;
    text-decoration: none;
    padding: 2px 2px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#breadcrumb a:hover{
    color: #000000;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#breadcrumb a.ativo:link,
#breadcrumb a.ativo:active,
#breadcrumb a.ativo:visited{
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 2px 5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#breadcrumb a.ativo:hover{
    background: #000000;
    opacity: 0.75;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
body.single.single-post #content .wrapper_900{
    max-width: 900px;
    margin: 0 auto;
    padding: 5px;
}
body.single.single-post #content.wrapper .wrapper_900 figure#post_thumbnail{
    width: 100%;
}
body.single.single-post #content.wrapper .wrapper_900 figure#post_thumbnail img{
    width: 100%;
    height: auto;
}
body.single.single-post #content.wrapper .wrapper_900 h1.entry-title{
    background: #ffffff;
    color: #2675EB;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    line-height: 55px;
    margin: 10px 0;
    padding: 20px;
}
body.single.single-post #content.wrapper .wrapper_900 .entry-content{
    padding: 0 20px 20px 20px;
}
body.single.single-post #content.wrapper .wrapper_900 .entry-content ol {
    margin: 15px 0 15px 25px;
}
body.single.single-post #content.wrapper .wrapper_900 .entry-content ol li{
    margin: 5px 0;
}
body.single.single-post #content.wrapper .wrapper_900 .entry-content ul {
    margin: 15px 0 15px 25px;
}
body.single.single-post #content.wrapper .wrapper_900 .entry-content ul li{
    margin: 5px 0;
}

body.single.single-post #fique_por_dentro{
    background: #ededed;
    padding: 25px 0;
}
body.single.single-post #fique_por_dentro section#noticias{
    background: #ededed;
    min-height: fit-content;
    position: relative;
}
body.single.single-post #fique_por_dentro section#noticias .wrapper{
    padding-top: 0;
    width: 100%;
    max-width: 1150px;
}
body.single.single-post #fique_por_dentro section#noticias .wrapper h3{
    color: #2675EB;
}
body.single.single-post #fique_por_dentro section#noticias .wrapper .bg_001{
    border-color: #000000;
    color: #000000;
}
body.single.single-post #fique_por_dentro section#noticias .wrapper #lista_noticias.d_flex article p a {
    color: #000000;
}
@media screen and (max-width: 980px){
    body.single.single-post #content.wrapper{
        margin: 150px auto 50px auto;
    }
    body.single.single-post #content.wrapper #breadcrumb{
        color: #ffffff;
        margin: 0 0 50px 0;
        font-size: 20px;
    }
    body.single.single-post #content.wrapper .wrapper_900 h1.entry-title  {
        font-size: 30px;
        line-height: 35px;
    }
}

#pagination{
    clear: both;
    display: table;
    padding-bottom: 10px;
    margin: 20px auto;
}
#pagination a, #pagination .dots, #pagination .next, #pagination .prev {
    padding:2px 5px;
    margin:2px;
    color:#fff;
    text-decoration:none;
    float: left;
    font-size: 22px;
    background-color:#2675EB;
}
#pagination a:hover, #pagination .next:hover, #pagination .prev:hover {
    background-color:#4173D4;
    color:#fff;
}
#pagination .current {
    padding:2px 5px;
    margin:2px;
    text-decoration:none;
    float: left;
    font-size: 22px;
    background-color:#000000;
    color:#fff;
}

#pagination .next {
    float: left;
}
#pagination .prev {
    float: left;
}
/* Single Notícias */

/* Talks - Uma nova História */
body.talks-template header {
    border-bottom: none;
}
body.talks-template header h1#blue-studio-talks{
    margin: 20px 0 15px 0;
}
body.talks-template header.fixo{
    padding-bottom: 10px;
    display: none !important;
}
body.talks-template header.fixo h1#blue-studio-talks{
    margin: 10px 0 10px 0;
    z-index: 999999;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
body.talks-template header p.apresenta{
    color: #ffffff;
    font-size: 18px;
    width: 162px;
    text-align: center;
    margin-top: -10px;
}
#container.talks.umanovahistoria #content{
    background: url('./imagens/talks/umanovahistoria/bg-umanovahistoria-01.jpg') center top repeat-y;
    background-size: 100% auto;
    color: #ffffff;
}
#container.talks.umanovahistoria #content #post{
    background-image: url('./imagens/talks/umanovahistoria/bg-umanovahistoria-03.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 2000px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1{
    background-image: url('./imagens/talks/umanovahistoria/bg-umanovahistoria-02.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex{
    width: 100%;
    align-items: center;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto{
    max-width: 470px;
    width: 50%;
    margin-left: 80px;
    padding-top: 100px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h1{
    color: #FFC600;
    font-family: 'Bebas Neue', cursive;
    font-size: 100px;
    font-weight: normal;
    line-height: 130px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h1 strong{
    font-size: 150px;
    line-height: 130px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h2{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 37px;
    font-weight: normal;
    line-height: 42px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto p{
    margin: 30px 0 0px 0;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto .d_flex img{
    margin: 10px 0;
}

#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .peca{
    background: url('./imagens/talks/umanovahistoria/quadrado_amarelo.png') left top no-repeat;
    max-width: 700px;
    width: 55%;
    text-align: right;
    position: relative;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .peca figure{
    cursor: pointer;
    margin: 65px 0 0 0;
    z-index: 5;
    position: relative;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .peca figure img{
    max-width: 100%;
    height: auto;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .peca figure.logo_peca{
    background: #ffffff;
    padding: 60px 40px 20px 40px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    position: absolute;
    right: -40px;
    bottom: -100px;
    z-index: 0;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .peca figure.logo_peca img{
    max-height: 70px;
    height: 100%;
    width: auto;
}
@media screen and (max-height: 720px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1{
        min-height: fit-content;
        padding: 130px 0 25px 0;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto{
        margin-left: 50px;
        padding-top: 0px;
    }
}
@media screen and (max-width: 1380px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto{
        margin-left: 50px;
        padding-top: 0px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h1{
        font-size: 70px;
        line-height: 100px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h1 strong{
        font-size: 105px;
        line-height: 100px;
    }
}
@media screen and (max-width: 1250px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1{
        min-height: fit-content;
        padding: 130px 0 25px 0;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto{
        margin-left: 50px;
        padding-top: 0px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h1{
        font-size: 50px;
        line-height: 65px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h1 strong{
        font-size: 75px;
        line-height: 65px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto h2{
        font-size: 30px;
        line-height: 35px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex{
        justify-content: center;
        align-items: flex-start;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .texto{
        max-width: 470px;
        width: 80%;
        margin: 0 auto;
        padding-top: 25px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .peca{
        width: 90%;
        margin: 15px auto 0 auto;
        padding: 15px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_1 .wrapper.d_flex .peca figure{
        margin: 15px 0 0 0;
    }
}

#container.talks.umanovahistoria #content #post section#umanovahistoria_2{
    padding: 100px 1em 50px 1em;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper{
    max-width: 1150px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper h2{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex{
    margin: 25px auto;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex h2{
    color: #FFC600;
    font-family: 'Bebas Neue', cursive;
    font-size: 200px;
    font-weight: normal;
    line-height: 200px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 43px;
    font-weight: normal;
    line-height: 50px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex h3 strong{
    color: #FFC600;
    font-weight: normal;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex p{
    max-width: 48%;
}
@media screen and (max-width: 1080px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex h2{
        font-size: 100px;
        line-height: 100px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex h3{
        font-size: 30px;
        line-height: 30px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex h3 br{
        display: none;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_2 .wrapper .d_flex p{
        max-width: 100%;
        margin: 25px 0;
    }
}

#container.talks.umanovahistoria #content #post section#umanovahistoria_3{
    padding: 50px 1em;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper h2{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    font-weight: normal;
    line-height: 70px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 0 auto 75px auto;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper h2 strong{
    color: #FFC600;
    font-size: 110px;
    font-weight: normal;
    line-height: 90px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper #jurados{
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper #jurados figure{
    margin: 1px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper #jurados figure .camada{
    background-color:rgba(255,196,4,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper #jurados figure .camada h3{
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    width: 80%;
    text-align: left;
    margin: 90% 0 0 20px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper #jurados figure .camada p{
    font-size: 15px;
    margin: 0 0 0 20px;
    text-transform: uppercase;
    text-align: left;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper #jurados figure .camada:hover{
    opacity: 1;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
@media screen and (max-width: 1420px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper{
        max-width: 100%;
        padding: 0;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper #jurados figure img{
        max-width: 200px;
        height: auto;
    }
}
@media screen and (max-width: 1080px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper h2{
        font-size: 30px;
        line-height: 45px;
        margin: 0 auto 35px auto;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_3 .wrapper h2 strong{
        font-size: 60px;
        line-height: 45px;
    }
}
@media screen and (max-width: 980px){
    body.talks-template #area_sliphover h2{
        font-family: 'Bebas Neue', cursive;
        font-size: 25px;
        line-height: 25px;
        font-weight: normal;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
}

#popups_zoom{
    background-color:rgba(0,0,0,0.99);
    padding: 50px 2.5%;
    position: fixed;
    width: 90%;
    top: 44px;
    left: 2.5%;
    z-index: 99999999;

    display: none;
}
#popups_zoom #fechar_zoom{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 15px;
}
#popups_zoom #fechar_zoom strong{
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    font-weight: normal;
}
#popups_zoom figure{
    text-align: center;
}
#popups_zoom figure img{
    max-width: 100%;
    height: auto;
    max-height: 85vh;
    width: auto;
}

#popups_jurados{
    background-color:rgba(0,0,0,0.99);
    padding: 35px 2.5%;
    position: fixed;
    width: 75%;
    top: 100px;
    left: 10%;
    z-index: 99999;

    display: none;
}


#popups_jurados #fechar_pj{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 15px;
}
#popups_jurados #fechar_pj strong{
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    font-weight: normal;
}
#popups_jurados .conteudo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;

    display: none;
}
#popups_jurados .conteudo .video{
    background: #666;
    width: 60%;
    max-width: 700px;
    float: left;
}
#popups_jurados .conteudo .textos{
    float: right;
    width: 35%;
    max-width: 480px;
}
#popups_jurados .conteudo .textos h3{
    color: #FFC600;
    font-family: 'Bebas Neue', cursive;
    font-size: 45px;
    font-weight: normal;
    line-height: 45px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 0 0 10px 0;
    text-transform: uppercase;
    text-align: left;
}
#popups_jurados .conteudo .textos p.agencia{
    color: #FFC600;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
}
#popups_jurados .conteudo .textos .peca_puplicitaria{
    margin: 20px 0;
}
#popups_jurados .conteudo .textos .peca_puplicitaria figure{
    position: relative;
    width: -moz-fit-content;
    max-width: fit-content;
    display: inline-table; /*hack for IE*/
    height: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 1680px){
    #popups_jurados{
        padding: 35px 2.5%;
        position: fixed;
        width: 85%;
        top: 100px;
        left: 5%;
        z-index: 99999;
        display: none;
    }
}
@media screen and (max-width: 1080px){
    #popups_jurados{
        background-color:rgba(0,0,0,0.99);
        padding: 40px 5%;
        position: fixed;
        width: 80%;
        top: 150px;
        left: 5%;
        z-index: 99999;
        display: none;
    }
    #popups_jurados #fechar_pj{
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5x;
        text-transform: uppercase;
        font-size: 15px;
    }
    #popups_jurados .conteudo {
        height: 70vh;
        overflow: auto;
    }
    #popups_jurados .conteudo .video{
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    #popups_jurados .conteudo .textos{
        float: none;
        width: 100%;
        max-width: 480px;
        margin: 10px auto;
    }
    #popups_jurados .conteudo .textos h3{
        font-size: 28px;
        line-height: 28px;
    }
    #popups_jurados .conteudo .textos p.agencia{
        font-size: 16px;
    }
}

#container.talks.umanovahistoria #content #post section#umanovahistoria_4{
    padding: 50px 1em 20px 1em;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper{
    border-bottom: #ffffff solid 2px;
    max-width: 1550px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper .d_flex{
    justify-content: center;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper .d_flex h3{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    font-weight: normal;
    line-height: 90px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 0 auto;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas{
    margin: 50px auto 25px auto;
    text-align: center;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas article{
    margin: 0 20px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas article figure{
    position: relative;
    width: -moz-fit-content;
    max-width: fit-content;
    display: inline-table; /*hack for IE*/
    height: fit-content;
    margin: 0 auto;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas article figure img{
    max-width: 100%;
    height: auto;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-prev.slick-arrow{
    background: url('./imagens/seta-2a.png') center center no-repeat;
    width: 36px;
    height: 36px;
    left: -40px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-prev.slick-arrow::before {
    content: "";
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-next.slick-arrow{
    background: url('./imagens/seta-2b.png') center center no-repeat;
    width: 36px;
    height: 36px;
    right: -40px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-next.slick-arrow::before {
    content: "";
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-prev.slick-arrow:hover,
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-next.slick-arrow:hover{
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 0.5;
}
@media screen and (max-width: 1080px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-prev.slick-arrow{
        left: -37px;
    }
    #container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas .slick-next.slick-arrow{
        right: -37px;
    }
}

.zoom{
    background: url('./imagens/talks/umanovahistoria/lupa.png') 90% 10% no-repeat;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas h4{
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    font-size: 37px;
    font-weight: normal;
    line-height: 37px;
    margin: 25px auto 0 auto;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper #pecas p{
    color: #FFC600;
    font-size: 15px;
    text-transform: uppercase;
}
@media screen and (max-width: 1080px){
    #container.talks.umanovahistoria #content #post section#umanovahistoria_4 .wrapper .d_flex h3{
        font-size: 30px;
        line-height: 45px;
    }
}

#container.talks.umanovahistoria #content #post section#umanovahistoria_5{
    padding: 100px 1em;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_5 .wrapper{
    text-align: center;
    max-width: 450px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_5 .wrapper figure{
    margin: 50px auto;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_5 .wrapper h1{
    color: #FFC600;
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    font-weight: normal;
    line-height: 80px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin: 65px auto;
    text-align: left;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_5 .wrapper h1 strong{
    color: #FFC600;
    font-size: 95px;
    line-height: 80px;
    text-transform: uppercase;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_5 .wrapper p{
    text-align: left;
    margin: 0;
    font-size: 18px;
}
#container.talks.umanovahistoria #content #post section#umanovahistoria_5 .wrapper .d_flex{
    margin: 20px auto;
}

/* Talks - Uma nova História */

/* footer */
footer{
    background: #111111;
    color: #ffffff;
    padding: 35px 0;
    font-weight: 200;
    font-size: 15px;
}
footer .social.d_flex a:link,
footer .social.d_flex a:active,
footer .social.d_flex a:visited{
    color: #ffffff;
    margin: 5px 10px;
}
footer .social.d_flex a:hover{
    text-decoration: none;
}
@media screen and (max-width: 980px){
    footer .wrapper.d_flex{
        display: block;
        text-align: center;
    }
    footer .wrapper.d_flex p,
    footer .wrapper.d_flex a,
    footer .wrapper.d_flex nav{
        margin: 20px auto;
    }
}

#area_sliphover{
    z-index: 5;
}
#area_sliphover h2{
    font-family: 'Bebas Neue', cursive;
    font-size: 45px;
    line-height: 45px;
    font-weight: normal;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
#area_sliphover p{
    font-size: 16px;
    margin: 20px auto;
    text-transform: uppercase;
}
@media screen and (max-width: 980px){
    #area_sliphover h2{
        font-family: 'Bebas Neue', cursive;
        font-size: 25px;
        line-height: 25px;
        font-weight: normal;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    #area_sliphover p{
        font-size: 16px;
        margin: 5px auto;
        text-transform: uppercase;
    }
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Animação home */
.cd-background-wrapper {
    position: absolute;
    overflow: hidden;
    -webkit-perspective: 4000px;
    perspective: 4000px;
    height: 100vh;
    width: 100%;
    top: 0;
}
.cd-floating-background {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    height: 100vh;
    width: 100%;
}
.cd-floating-background.is-absolute {
    position: absolute;
}
.cd-floating-background img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* fixes a Firefox bug - images not correctly rendered*/
    background-color: rgba(255, 255, 255, 0.01);
}
.cd-floating-background img.image-1 {
    position: absolute;
    bottom: -75px;
    left: 35%;
}
.cd-floating-background img.image-2{
    position: absolute;
    right: 20%;
    top: 45%;
}
@media screen and (max-width: 1480px){
    .cd-floating-background img.image-1 {
        bottom: -75px;
        left: 25%;
    }
    .cd-floating-background img.image-2{
        right: 5%;
        top: 45%;
    }
}
.cd-floating-background img.image-1 {
    -webkit-transform: translateZ(-400px);
    -ms-transform: translateZ(-400px);
    transform: translateZ(-400px);
}
.cd-floating-background img.image-2 {
    -webkit-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
}
.no-preserve-3d .cd-floating-background {
    /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
    position: relative;
}
@media screen and (max-width: 980px){
    .cd-background-wrapper {
        display: none;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%!important;
    padding-top: 0px!important; 
    height: 100%!important; 
    overflow: hidden!important;
    z-index: 0!important;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    margin: 0%!important;
    height: 100% !important;
    overflow: hidden !important;
}

/* Nossa política de cookies */
div#cookieConsentContainer {
    background: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    font-size: 15px;
    font-weight: lighter;
    color: #ffffff;
}
#cookieConsentContainer .d_flex{
    background:#232323;
    padding:1%;
    max-width: 1150px;
    margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#cookieConsentContainer .d_flex .texto{
    max-width: 1000px;
}
#cookieConsentContainer .d_flex .texto .cookieTitle{
    color: rgb(37, 117, 232);
    font-weight: bold;
    margin-bottom: 5px;
}
#cookieConsentContainer .d_flex .texto a:link,
#cookieConsentContainer .d_flex .texto a:active,
#cookieConsentContainer .d_flex .texto a:visited{
    color: #ffffff;
    text-decoration: underline;
}
#cookieConsentContainer .d_flex .cookieButton{
    max-width: 100px;
    text-align: center;
}
#cookieConsentContainer.cookieConsentContainer .cookieButton a{
    background: rgb(37, 117, 232);
    color: #fbfcff;
    border-radius: 5px;
    font-weight: bold;
    border: transparent;
    height: 35px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 15px;
    outline-style: none;
    cursor: pointer;
    margin: 20px auto;
}
@media screen and (max-width: 980px){
    #cookieConsentContainer .d_flex{
        padding: 1em;
    }
    #cookieConsentContainer .d_flex .cookieButton{
        max-width: 100%;
    }
}

/* GDPR */
#stm_gdpr_popup-main.stm_gdpr_popup-main{
    background-color:#232323 !important;
    max-width: 70% !important;
    width: 70% !important;
    font-size: 15px !important;
    left: 16% !important;
    bottom: 10px !important;
    padding: 1% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#stm_gdpr_popup-main.stm_gdpr_popup-main .stm_gdpr_popup-content{
    width: auto;
}
#stm_gdpr_popup-main.stm_gdpr_popup-main .stm_gdpr_popup-links{
    width: -moz-fit-content;
    width: fit-content;
    display: inline-table; /*hack for IE*/
    margin-left: 25px;
}
#stm_gdpr_popup-main.stm_gdpr_popup-main p.lgpd-title{
    color: rgb(37, 117, 232);
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 5px;
}
#stm_gdpr_popup-main.stm_gdpr_popup-main a:link,
#stm_gdpr_popup-main.stm_gdpr_popup-main a:active,
#stm_gdpr_popup-main.stm_gdpr_popup-main a:visited{
    color: #ffffff;
    text-decoration: underline;
}
#stm_gdpr_popup_accept{
    background: rgb(37, 117, 232);
    color: #fbfcff;
    border-radius: 5px;
    font-weight: bold;
    border: transparent;
    height: 30px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato-Bold", sans-serif;
    font-size: 14px;
    outline-style: none;
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none !important;
}
@media screen and (max-width: 1680px){
    #stm_gdpr_popup-main.stm_gdpr_popup-main{
        background-color:#232323 !important;
        max-width: 92% !important;
        width: 92% !important;
        font-size: 15px !important;
        left: 2.0% !important;
        bottom: 20px !important;
        padding: 20px 2% !important;
    }
}
@media screen and (max-width: 980px){
    #stm_gdpr_popup-main.stm_gdpr_popup-main{
        background-color:#232323 !important;
        max-width: 90% !important;
        width: 90% !important;
        font-size: 15px !important;
        left: 2.0% !important;
        bottom: 20px !important;
        padding: 3% !important;
    }
}
@media screen and (max-width: 680px){
    #stm_gdpr_popup-main.stm_gdpr_popup-main{
        background-color:#232323 !important;
        max-width: 90% !important;
        width: 90% !important;
        font-size: 15px !important;
        left: 2.0% !important;
        bottom: 20px !important;
        padding: 3% !important;
        display: block;
    }
    #stm_gdpr_popup-main.stm_gdpr_popup-main .stm_gdpr_popup-links{
        width: auto;
        margin: 5px auto;
    }
}

.cases_temp_ml_height_fix {
    height: 280px !important;
}