/*
Theme Name: Adapta
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para a Adapta, em parceria com AMI Comunicação e Design.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;   
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	outline: none;
}
a{
	outline: none !important;
}
button{
    border: none;
    padding: 0;   
    cursor: pointer;
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
.clear,
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
    background-color: #EBEBEB;  
	height:100%;
}
body {
	background-color: #EBEBEB;  
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 16px;   
	color:#000000;	
	overflow-x: hidden;    
	min-height: 100%;	
}
body.no-scroll{
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6{   
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal; 
    line-height: 1.25em;  
    color: #000000;
}
h1{		
    font-size: 44px;
    font-weight: 800;
    color: #194866;	
}
h1.title-small{
    color: #656AE2;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
h2{   
	font-size: 26px;   
    margin-bottom: 1em; 
}	
h3{
	font-size: 18px;	
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
a{
	color: #000;
	text-decoration:none;
	transition: all 200ms ease-in-out;	
	}
strong{
	font-weight: 700;
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0;
}
p:empty{
    line-height: 0;
}
img{
	display: block;
	height: auto;
}
.site{
	width: 100%;
	height: auto;
    padding-top: 90px;	   
	z-index: 0;
	position: relative;
	overflow: hidden;	
}
.home .site{
	padding-top: 0;	  
}
section{
    background-color: #EBEBEB;
	width: 100%;
	height: auto;
	position: relative;	
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p{
    color: #FFF;
}
.inner{
    width: 750px;
    padding: 60px 0;
    height: auto;   
	margin: 0 auto;
    position: relative;   
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */	
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.button{
    border: 2px solid;
    border-radius: 40px;
    width: max-content;
    height: 40px;
    padding: 0 25px;
    display: block;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 16px; 
    line-height: 36px; 
    text-align: center;  	
    transition: all 200ms ease-in-out;
}
.button.center{
    margin: 0 auto;
}
.button.orange,
.button.orange-white{
    background-color: #F1A020;
    border-color: #F1A020;
    color: #194866;
}
.button.orange:hover{
    background-color: #194866;
    border-color: #194866;
    color: #FFF;
}
.button.orange-white:hover{
    background-color: #FFF;
    border-color: #FFF;
    color: #F1A020;
}
.button.line-orange{
    background-color: transparent;
    border-color: #F1A020;
    color: #F1A020;
}
.button.line-orange:hover{
    background-color: #F1A020;
    border-color: #F1A020;
    color: #FFF;
}
.spacer50{
    height: 50px;
}
.spacer40{
    height: 40px;
}
/*EMENDAS OWL*/
.owl-nav {   
	width: 100%;
	height: 44px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 0;		
}
.owl-prev,
.owl-next {      
    border: 2px solid #F1A020 !important;   
    border-radius: 50%;
	width: 44px;
    height: 44px;
    display: block;
    position: relative; 
    overflow: hidden;  
}
.owl-prev::before,
.owl-next::before, 
.owl-prev::after,
.owl-next::after {
    content: "";	
    background: url(assets/images/arrow-owl.svg) no-repeat;      
	width: 44px;
    height: 44px;
	display: block;
	position: absolute;  
    top: -2px;
    left: -2px;
    font-size: 0;    
    transition: all 200ms ease-in-out;
}
.owl-prev::before{
    background-position: left top;
}
.owl-next::before{
    background-position: right top;
}
.owl-prev.disabled::before,
.owl-next.disabled::before{
    opacity: 0;   
}
.owl-prev::after,
.owl-next::after{
    opacity: 0;   
}
.owl-prev::after{
    background-position: left bottom;
}
.owl-next::after{
    background-position: right bottom;
}
.owl-prev.disabled::after,
.owl-next.disabled::after{
    opacity: 1;   
}
.owl-prev span,
.owl-next span{
    display: none !important;
}
.owl-dots{
    width: calc( 100% - 88px );
    height: 44px;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 44px;
    text-align: center;
}
.owl-dot{
    background-color: #FFF !important;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.owl-dot.active{
    background-color: #F1A020 !important;
    width: 58px;
    transition: all 200ms ease-in-out;
}
/*-------------------------------------------------------
FORMULÁRIOS
-------------------------------------------------------*/
.fieldset{
    width: 100%;
    margin-bottom: 30px;
}
.fieldset.half{
    width: calc( 50% - 8px);
    float: left;
}
.fieldset.half + .fieldset.half{
    margin-left: 16px;
}
.fieldset label {
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;   
    list-style: 1em;
    text-transform: uppercase;
    color: #000000;	
	display: block;    
    margin-bottom: 10px;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select{
    background: none;
    border: none;
    border-bottom: 1px solid #000;         
	width: 100%;
    height: 40px;
	padding: 0;
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color:#000;	
    transition: all 200ms ease;
}
textarea{	    
	height: 150px;
	padding: 15px 0 0;	
    resize: none;
}
select{
    background: url('assets/images/arrow-down.svg') no-repeat right center;
   
}
input[type="submit"]{      
    cursor: pointer; 
    transition: all 200ms ease-in;
}
input[type="submit"]:hover{  
    background: #ffcf03;   
    color: #467692;     
}
input:focus,
textarea:focus{
    border-bottom: 1px solid #467692;        
}
/* PLACEHOLDER */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */     
    opacity: 0.65;   
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.65; 
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.65; 
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 0.65; 
}
:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;   
}
:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;  
}
:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;   
}
:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;    
}
/* EMENDAS */
.fieldset .wpcf7-form-control-wrap{
    display: block;
}
.fieldset .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
    margin-top: 16px;
}
.wpcf7 form{
    position: relative;
}
.wpcf7 form .wpcf7-response-output {    
	border: 2px solid #F1A020 !important;	
    border-radius: 9px;
    width: 100%;
	padding: 24px !important;
	color: #194866 !important;
    font-size: 14px;
	font-weight: 700 !important;
    line-height: 1.5em;
	margin: 30px 0 0 !important;	
}
.wpcf7-not-valid-tip {
	color: #F1A020 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	display: block;
	text-transform: uppercase;
	margin: 10px 0 0 10px;
}
.wpcf7-not-valid-tip::before{
	content: "🡡 ";
	font-weight: normal !important;
}
.wpcf7-spinner {
    background-color: #F1A020 !important;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header{	
    background-color: #EBEBEB;
    border-bottom: 2px solid #194866;
	width: 100vw;	
    min-height: 89px;
	position: fixed;
	z-index: 3;
    transition: all 300ms ease;   
}
.header-inner {
	width: 96vw;
	padding: 30px 0 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
	max-width: 1210px;
}
.logo {	
    width: 133px;
    margin-top: 6px;
}
.navigation-buttons-mobile{ 
    display: none;   
}
/* NAVEGAÇÃO */
.navigation{
    width: calc( 100% - 183px);
    display: flex;   
    align-items: center;
    justify-content: space-between;
}
/* NAVEGAÇÃO MOBILE */
.navigation-mobile{
    width: 0;
    height: 0;
    display: none;
    overflow: hidden;
}
/* MENU PRINCIPAL */
.menu-principal ul {
    font-size: 0;	
    position: relative;
}
.menu-principal ul li{
    display: inline-block;
    margin: 0 0 0 18px;
}
.menu-principal ul li:first-child{
    margin: 0;
}
.menu-principal ul li.menu-item-has-children > a{
    padding: 0 20px 0 0;
    cursor: pointer;
}
.menu-principal ul li.menu-item-has-children > a::before{
    content: '';
    background-color: #F1A020;
    border-radius: 2px;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 300ms ease;   
}
.menu-principal ul li.menu-item-has-children > a::after{
    content: '\f078';  
    font: var(--fa-font-solid);
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #F1A020;  
    position: absolute;
    top: 5px;
    right: 0;   
    transition: all 300ms ease-in-out;   
}
.menu-principal ul li.menu-item-has-children.active > a::before{
    width: 100%;
}
.menu-principal ul li.menu-item-has-children.active > a::after{
    transform: rotate(180deg);
}
.menu-principal ul li a{   
    width: max-content;
    max-width: 100%;
    height: 25px;
    display: block;
    position: relative;
    color: #194866;   
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 800;    
    line-height: 20px;
}
.menu-principal ul li a:hover{
    color: #F1A020;
}
/* SUB MENU */
.menu-principal ul li.menu-item-has-children.active > a + ul.sub-menu{
    display: flex;
}
.menu-principal ul li ul.sub-menu{
    width: 775px;
    padding: 28px 0 10px;
    display: none;
    justify-content: space-between;
    position: absolute;
    left: 0;
}
.menu-principal ul li ul.sub-menu li{
    width: 215px;
}
.menu-principal ul li ul.sub-menu li a{
    height: auto;
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
    color: #F1A020;  
}
.menu-principal ul li ul.sub-menu li a:hover{
    color: #656AE2;
}
/* ITEM MENU SEGMENTO (DENTRO DO MENU MODDLE) */
.menu-principal ul li ul.sub-menu li.menu-segmento{
    width: 255px;
    padding: 0;
}
.menu-principal ul li ul.sub-menu li.menu-segmento > a{
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #194866;
    pointer-events: none;
}
.menu-principal ul li ul.sub-menu li.menu-segmento > a::after{
    content: none;
}
.menu-principal ul li ul.sub-menu li.menu-segmento ul.sub-menu {
	width: 100%;
	padding: 23px 0 0;
	display: block !important;	
	position: relative;	
}
.menu-principal ul li ul.sub-menu li.menu-segmento ul.sub-menu li{
    margin: 0 0 12px;
}
.menu-principal ul li ul.sub-menu li.menu-segmento ul.sub-menu li:last-child{
    margin: 0;
}
/* MENU SERVIÇOS */
.menu-principal ul li ul.sub-menu li.menu-servicos {   
	width: 100%;	    
	position: relative;	
}
.menu-principal ul li ul.sub-menu li.menu-servicos > a{
    border-bottom: 2px solid #F1A020;
    width: 100%;
    height: auto;
    padding: 0 0 20px;
    display: block;
}
.menu-principal ul li ul.sub-menu li.menu-servicos > a::after{
    content: none;
}
.menu-principal ul li ul.sub-menu li.menu-servicos > a + .menu-description{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.menu-principal ul li ul.sub-menu li.menu-servicos ul.sub-menu {
	width: 100%;
	padding: 20px 0 0;
	position: relative;
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 65px;
	grid-row-gap: 40px;
}
.menu-principal ul li ul.sub-menu li.menu-servicos ul.sub-menu li{
    width: 215px;
    display: block;   
    margin: 0;
}
/* DESCRIÇÃO DOS ITENS DO MENU (COMUM A TODOS) */
.menu-principal ul li ul.sub-menu li .menu-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    color: #194866;
    display: block;
    margin-top: 10px;   
    transition: all 200ms ease-in-out;
}
.menu-principal ul li ul.sub-menu li a:hover .menu-description {
    color: #656AE2;
}    
/* BOTÕES AUXILIARES */
.navigation-buttons {
	width: max-content;
	display: flex;
}
.btn-contact{
    margin: 0;
}
.btn-enter{
    margin: 0 0 0 20px;
}
.btn-account,
.btn-search{  
    border-radius: 44px;
    width: 44px;
    height: 44px;
    display: block;    
    text-indent: -9999px;
    margin: 0 0 0 20px;
    transition: all 200ms ease-in-out;
}
.btn-account{
    background: url(assets/images/icon-user.svg) no-repeat center center;
    background-color: #EBEBEB;    
}
.btn-search{
    background: url(assets/images/icon-search.svg) no-repeat center center;
    background-color: #194866;   
}
.btn-account.active,
.btn-account:hover,
.btn-search:hover{
    background-color: #F1A020;
}
.mini-cart{
    width: 44px;
    height: 44px;
    display: block; 
    position: relative;   
    margin: 0 0 0 20px;
}
.btn-cart {
	background-color: #F1A020;
	border-radius: 44px;
	width: 44px;
	height: 44px;
    padding: 3px 4px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;	
    transition: all 200ms ease-in-out;
}
.btn-cart-count{
    background-color: #656AE2;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: -3px;
    left: -2px;
    color: #FFF;
    font-family: "Cabin", sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;    
}
.btn-cart-icon{
    transition: all 200ms ease-in-out;
}
.btn-cart:hover{
    background-color: #194866;
}
.btn-cart:hover .btn-cart-icon{
    filter: brightness(0) invert(1);
}
/* MINI CART */
.mini-cart-dropdown {    
    background: #FFF;  
    width: 262px;   
    position: absolute;
    top: 100%;
    right: -30px;    
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    margin-top: 15px;   
    transform: translateY(-10px);
    transition: all 300ms ease;
}
.mini-cart-dropdown:before {
    content: "";    
    border-style: solid;
    border-width: 0px 7px 11px 7px;
    border-color: transparent transparent #FFF transparent;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 44px;
}
.mini-cart-dropdown.active {    
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mini-cart-content {
    max-height: 460px;
    padding: 0 20px 30px;  
    overflow-y: auto;
}
.mini-cart-content .cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mini-cart-content .cart_list li {
    border-bottom: 1px solid #759DB7;    
    padding: 24px 0;
    display: block;   
    position: relative;    
}
.mini-cart-content .cart_list li a{
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35em;
    text-transform: uppercase;
}
.mini-cart-content .cart_list li a::after{
    content: "";
    display: table;
    clear: both;
}
.mini-cart-content .cart_list li a img {
    border-radius: 9px;
    width: 90px;
    height: 85px;
    object-fit: cover;   
    float: left;
    margin-right: 14px;
}
.mini-cart-content .cart_list li a span.product-category{
    display: none;
}
.mini-cart-content .cart_list li a.remove {
    background: url(assets/images/icon-trash.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 0;   
    position: absolute;
    right: 0;       
    bottom: 25px;
}
.mini-cart-content .cart_list li span.quantity{
    width: max-content;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 104px;
    font-size: 0;
}
.mini-cart-content .cart_list li span.quantity span{
    font-size: 15px;
    font-weight: 700;
}
.mini-cart-content .total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
    color: #194866;
    font-size: 15px;    
    text-transform: uppercase;
    margin-bottom: 35px;
}
.mini-cart-content .buttons{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
}
.mini-cart-content .button:last-child{
    background-color: #F1A020;
    border-color: #F1A020;
    color: #194866;
}
.mini-cart-content .button:last-child:hover{
    background-color: #194866;
    border-color: #194866;
    color: #FFF;
}
.mini-cart-content .button:first-child {
	border: none;
	border-radius: 0;
	height: auto;
	padding: 0;
    color: #000;
    font-weight: 400;
	line-height: 1.5em;
	text-decoration: underline;	
}
.mini-cart-content .button:first-child:hover{
    color: #F1A020;
}
/* NOTICE */
.notice{
    background-color: #656AE2;
    border-bottom: 2px solid #194866;
    color: #FFF;
    text-align: center;
    z-index: 4;
}
.notice .inner{
    width: 1140px;
    padding: 20px;
}
.notice a{
    background: url(assets/images/icon-arrow-top-left.svg) no-repeat right center;
    padding-right: 23px;
    color: #FFF;
    text-decoration: underline;
}
.notice a:hover{
    color: #F1A020;
}
/* BUSCA */
.busca{
    background-color: #FFF;   
    position: fixed;
    top: -100%;
    z-index: 2;
    transition: all 400ms ease-in-out;
}
.busca.active{
    top: 0;
}
.busca .inner {
    width: 630px;
	padding: 150px 0 60px;
}
.form-busca input[type="text"]{
    width: calc( 100% - 64px );
    height: 44px;
    float: left;
}
.form-busca .btn-search{
    float: left;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{
	background-color: #EBEBEB;	
    border-top: 2px solid #194866;
	width: 100vw;
	height: auto;	  
	position: relative;	
}
.footer-inner{    
    width: 960px;
	padding: 60px 0 40px;	
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.footer-info{
    width: 270px;
}
.footer-info .logo{
    width: 200px;
    margin-bottom: 30px;
}
.news{
    margin-bottom: 60px;
}
.news h4{
    font-size: 22px;    
    letter-spacing: -0.025em;
    margin-bottom: 15px;
}
.news input[type=email]{
    margin-bottom: 40px;
}
.infos{
    font-size: 15px;
    margin-bottom: 45px;
}
.infos p{
    line-height: 1em;
}
.infos p i{
    font-size: 13px;
    color: #656AE2;
    margin-right: 15px;
}
.infos p:first-child{
    margin-bottom: 1.25em;
}
.infos a:hover{
    color: #656AE2;
}
.social h5{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
}
.social-list{
    display: flex;
}
.social-list a {	
	color: #F1A020;
	font-size: 22px;
	line-height: 1em;	
    margin: 0 22px 0 0;
}
.social a:hover{
    color: #656AE2;
}
.footer-menu{
    width: 490px;
}
.footer-menu ul{
    columns: 2;
    column-gap: 0;
    break-inside: avoid-column;
    overflow: hidden;
}
.footer-menu ul li{
    margin: 0 0 30px;
}
.footer-menu ul li span.menu-description{
    display: none !important;
}
.footer-menu ul li ul{
    columns: 1;
    column-gap: 0;
    margin: 15px 0 0;
}
.footer-menu ul li ul li{
    margin: 15px 0 0;
}
.footer-menu ul li ul li:first-child{
    margin: 0;
}
.footer-menu ul li.menu-servicos ul,
.footer-menu ul li ul li.menu-segmento ul{
    border-left: 2px solid #656AE2;
    padding-left: 16px;
}
.footer-menu ul li ul li.menu-segmento > a{
    pointer-events: none;
}
.footer-menu ul li a{
    width: max-content;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5em; 
    text-transform: uppercase;   
}
.footer-menu ul li ul li a{
    width: max-content;
    font-size: 14px;   
    font-weight: 400;
    text-transform: none;
}
.footer-menu ul li a:hover{	
	color: #F1A020;
}
.cerficacao{   
    width: 260px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
}
.cerficacao img{
    height: 70px;
}
.cerficacao p{
    width: 165px;
    font-size: 10px;
    line-height: 1.4em;
}
.cerficacao p a{
    text-decoration: underline;
}
.cerficacao p a:hover{
    color: #F1A020;
}
.institucional-menu {
	width: 490px;	
	display: flex;
	align-items: end;
    margin: 30px 0 0;
}
.institucional-menu ul{
    display: flex;   
}
.institucional-menu ul li{
    margin: 0 30px 0 0;
}
.institucional-menu ul li:last-child{
    margin: 0;
}
.institucional-menu ul li a{
    width: max-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;    
}
.institucional-menu ul li a:hover{
    color: #F1A020;
}
.rodape .inner {
    width: 960px;
	padding: 23px 0;
}
p.direitos{
    font-size: 10px;  
    line-height: 1.4em;
    text-align: center;      
}
p.direitos a:hover{
    color: #F1A020;
}
p.direitos br{
    display: none;
}
/*-------------------------------------------------------
COOKIES
-------------------------------------------------------*/
.cky-consent-container {	
	width: 96vw !important;	
	max-width: 1210px !important;	
}
.cky-banner-bottom {
	bottom: 25px !important;	
	left: 50% !important;	
	transform: translateX(-50%) !important;	
}
.cky-consent-container .cky-consent-bar {	
	border: 2px solid #194866 !important;	
    border-radius: 9px !important;
	padding: 24px !important;	
	box-shadow: none !important;	
}
.cky-notice .cky-title {	
    font-family: "Mulish", sans-serif !important;
    border-bottom: 1px solid #F8CD8A !important;	
	padding: 0 0 10px !important;
	font-weight: 800 !important;	
	font-size: 13px !important;	
	line-height: 1.25em !important;		
	text-transform: uppercase !important;		
}
.cky-notice-group p{
    font-size: 13px !important;				
}
.cky-btn {
    border-radius: 30px !important;		
	font-size: 16px !important;	
	line-height: 36px !important;		
	padding: 0 24px !important;		
	font-weight: 700 !important;		
	margin: 0 !important;		
}
.cky-btn:hover{
    opacity: 1 !important;
    color: #FFF !important;
    background-color: #194866 !important;
    border-color:#194866 !important;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
/* BANNER */
/* .hero{
    background: rgba(25, 72, 102, 0.75);
} */
.hero.with-notice{
    height: calc( 100vh - 107px );
}
.hero.without-notice{
    height: calc( 100vh + 50px );
    top: 91px;
}
.hero-txt{
    width: 480px;
    height: auto;
    padding: 0 40px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%,-50%);
    margin-top: -50px;
    z-index: 2;
    opacity: 0;
    animation: fade-in 1s ease-in-out 1s both;
}
@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.hero-txt h1 {	
    position: relative;
}
.hero-txt h1 span{
    color: #F1A020;
}
.hero-txt p{
    font-size: 20px;
}
.hero-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;   
    z-index: 1;    
}
.hero-mask::after{
    content: "";
    background: url(assets/images/mask-hero.svg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0;
    bottom: -100%;
    animation: slide-in-bottom 2s ease-in-out 1s both;
}
@keyframes slide-in-bottom {
    0% {     
        bottom: -100%;
    }
    100% {    
        bottom: 0;  
    }
}
.hero-img {
	width: 150vh;	
    height: calc( 100vh - 91px );
    object-fit: cover;
    object-position: center;
	position: fixed;
    top: 91px;	
	left: 50%;
	z-index: 0;
	transform: translateX(-20vh);
    mix-blend-mode: multiply;
}
/* SERVIÇOS */
.servicos-home{
    background-color: transparent;  
    z-index: 1;
}
.servicos-home::before,
.servicos-home::after{
    content: "";
    background-color: #EBEBEB;
    width: 100%;    
    display: block;
    position: absolute;   
    right: 0;   
    z-index: -1;
}
.servicos-home::before {
	border-top: 2px solid #194866;
	top: -25px;
	height: 100%;
	transform-origin: top center;
	transform: skewY(-2deg);
}
.servicos-home::after{
    height: 50%;
    bottom: 0;
}
.servicos-home .inner{
    width: 960px;
    padding: 60px 0 140px;
}
.servicos-home-lista .owl-carousel{
    padding-bottom: 70px;
}
.card-servico-icone{
    background-color: #F1A020;
    border-radius: 10px;
    width: 180px;
    height: 230px;
    display: block;
    position: relative;
}
.card-servico-icone-img{
    width: auto;
    max-width: 120px;
    height: auto;
    max-height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -20px;
}
.card-servico-icone h3{
    width: 100%;
    padding: 0 16px;
    position: absolute;
    top: 172px;
    color: #194866;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
/* SOBRE */
.sobre{
    background-color: transparent;
    z-index: 2;
}
.sobre::before,
.sobre::after{
    content: "";
    background-color: #194866;
    width: 100%;    
    display: block;
    position: absolute;   
    right: 0;   
    z-index: -1;
}
.sobre::before {	
	top: -50px;
	height: 100%;
	transform-origin: top center;
	transform: skewY(4deg);
}
.sobre::after{
    height: 50%;
    bottom: 0;
}
.sobre .inner{
    width: 960px;
    padding: 60px 0 75px;
}
.sobre-txt{
    padding: 0 105px;
}
.sobre-item{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 60px 0 0;
}
.sobre-item-img-container{
    width: 50%;
    height: 330px;
    position: relative;
}
.sobre-item-img{
    width: 680px;
    height: 330px;
    object-fit: cover;
    object-position: center center;
    border-bottom: 2px solid #F1A020;
    position: absolute;   
}
.sobre-item-txt{
    width: 50%;   
}
.sobre-item-txt h3{
    border-left: 5px solid #F1A020;
    padding-left: 16px;
    font-size: 26px;
    margin-bottom: 1em;
}
.sobre-item:nth-child(even){
    flex-direction: row;
}
.sobre-item:nth-child(odd){
    flex-direction: row-reverse;
}
.sobre-item:nth-child(even) .sobre-item-img{  
    right: 0;    
}
.sobre-item:nth-child(odd) .sobre-item-img{  
    left: 0;    
}
.sobre-item:nth-child(even) .sobre-item-txt{  
    padding: 0 105px 0 40px;
}
.sobre-item:nth-child(odd) .sobre-item-txt{  
    padding: 0 40px 0 105px;
}
.img-iso{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.sobre-item-txt .button{
    margin-top: 40px;
}
/* NÚMEROS */
.numeros{
    background-color: #EBEBEB;
    border-radius: 15px 15px 0 0;
    position: relative;
    margin-top: -15px;
    z-index: 3;
}
.numeros h2{
    font-family: "Cabin", sans-serif;
    font-size: 27px;
    font-weight: 700;
}
.numeros-lista .owl-carousel{
    padding-bottom: 70px;
}
.numeros-lista .owl-nav{
    width: 282px;
}
.numeros-lista .owl-dots {
	width: calc( 282px - 88px );
}
.numero-item{
    display: flex;
    align-items: center;
}
.numero-item-img{
    width: auto !important;
}
.numero-item-txt{
    padding: 0 0 0 135px;
}
.numero-item-txt h3{
    color: #656AE2;
    font-size: 40px;
    font-weight: 900;   
    line-height: 1.5em;
}
.numero-item-txt h4{
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 0.5em;
}
/* MARCAS */
.marcas{
    background-color: #FFF;
}
.marcas .inner{
    width: 960px;
    padding: 30px 0;
}
.marcas-container {
	width: 960px;
	height: 40px;
    position: relative;
	overflow: hidden;
}
.marcas-lista {
	width: max-content;
    height: 40px;
	display: block;
	font-size: 0;
	position: absolute;
	transition: left 0.1s linear;	
}
.marca-item{
    width: auto;
    height: auto;
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}
/* CASOS */
.casos{
    background-color: #EBEBEB;
    z-index: 2;
}
.casos .inner{
    width: 960px;
}
.casos-txt{
    margin-bottom: 80px;
}
.casos-lista{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.card-caso{
    background-color: #FFF;
    border-radius: 10px;
    width: 300px;
    padding-bottom: 78px;
    position: relative;
}
.card-caso::before{
    content: "";
    background: url(assets/images/aspas.svg) no-repeat;
    width: 65px;
    height: 60px;
    display: block;
    position: absolute;
    top: -37px;
    left: 20px;
}
.card-caso-txt{
    padding: 40px 20px 24px;
    font-size: 18px;
}
.card-caso-info{
    display: flex;
    align-items: end;
    margin-top: 30px;
}
.card-caso-info p{
    font-size: 16px;
    letter-spacing: -0.025em;
    padding-left: 24px;
}
.card-caso-img{
    border-radius: 10px;
    width: 65px;
    height: 65px;
}
.card-caso-rodape {
	border-top: 2px solid #000;
    width: 100%;
	padding: 30px 35px;
	position: absolute;
	bottom: 0;	
}
a.btn-card {
	background: url(assets/images/icon-arrow-top-left.svg) no-repeat right center;
	padding-right: 23px;
	color: #000;	
}
a.btn-vermais{
    width: max-content;
    display: block;
    text-decoration: underline;
    margin: 0 auto;
}
a.btn-card:hover,
a.btn-vermais:hover{
    color: #F1A020;
}
/* CONTATO */
.contato{
    background-color: #FFF;
}
.contato .inner{
    width: 960px;
    padding: 70px 96px 70px 0;
}
.contato-tabs {    
    width: 100%;      
    display: flex;   
}
.contato-tabs-side {
    width: 265px;
    display: flex;
    flex-direction: column;
    padding: 20px 0 0;   
}
.contato-tabs-side span{
    width: 172px;
    display: block;
    line-height: 32px;
    text-align: center;
}
.btn-tab { 
    background-color: #FFF;
    border-color: #194866;
    width: 172px;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;    
    color: #194866;
    cursor: pointer;   
}
.btn-tab:hover {
    background-color: #194866;
    color: #FFF;
}
.btn-tab.active {
    background-color: #F1A020;
    border-color: #F1A020;
    color: #194866;
}
.contato-tabs-panel {
    flex: 1;   
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content p{
    margin-bottom: 1.5em;
}
/*-------------------------------------------------------
TOPO
-------------------------------------------------------*/
.topo .inner{
    padding: 305px 190px 10px 0;    
    z-index: 2; 
}
.topo h2{
    color: #656AE2;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    transition: all 200ms ease-in-out;
}
.topo a:hover h2{
    color: #F1A020;
}
.topo h1{
    margin-bottom: 0.5em;
}
/* TAG PRODUTO */
.topo ul{
    padding: 0 0 10px;
    font-size: 0;   
}
.topo ul li{
    border: 2px solid #F1A020;
    border-radius: 31px;
    width: max-content;
    height: 32px;
    padding: 0 24px;
    display: inline-block;
    color: #F1A020;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;   
    text-transform: uppercase;    
    margin: 0 16px 16px 0;
}
.topo-mask{
    background: url(assets/images/mask-topo.svg) no-repeat center top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;   
    z-index: 1;    
}
.topo-img {
	position: fixed;
	z-index: 0;
	top: 90px;
	left: 50%;
	transform: translateX(-100px);
}
/*-------------------------------------------------------
SOBRE
-------------------------------------------------------*/
.content-sobre{
    background-color: #FFF;
}
.content-sobre::before{
    content: "";
    background-color: #EBEBEB;
    width: 100%;
    height: 285px;
    position: absolute;
    top: 0;
    left: 0;   
}
.content-sobre .padrao h2{
    border-left: 5px solid #F1A020;
    padding-left: 16px;
    margin-top: 1.5em;
}
/* CTA CONTATO */
.cta-contato{
    background-color: #F1A020;
    z-index: 2;
}
.cta-contato::before {
	content: "";
	background-color: #194866;
	clip-path: polygon(0 0, 100% 44px, 100% calc( 100% - 44px ), 0 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.cta-contato .inner{
    padding: 85px 150px 75px 100px;
}
.cta-contato h2{
    margin-bottom: 1.5em;
}
/*-------------------------------------------------------
PARCEIROS
-------------------------------------------------------*/
.content-parceiros .inner{
    padding: 60px 0 20px;
}
.parceiros-lista{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.parceiro-item{
    background-color: #FFF;
    border-radius: 10px;
    width: 330px;
    height: 155px;
    margin-bottom: 40px;
}
.parceiro-logo{
    border-bottom: 1px solid #000;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parceiro-logo-img{
    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 65px;
}
.btn-parceiro {
	background: url(assets/images/icon-arrow-top-left.svg) no-repeat right 23px center;
	background-size: 30px auto;
	width: 330px;
	height: 65px;
	padding: 24px 25px;
	display: block;
}
.btn-parceiro h3{
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    font-weight: 700;  
    line-height: 1.25em; 
    text-transform: uppercase; 
    transition: all 200ms ease-in-out;
}
.btn-parceiro:hover h3{
    color: #F1A020;
}
/* SINGLE PARCEIRO */
.content-parceiro{
    border-bottom: 2px solid #194866;
}
/*-------------------------------------------------------
CASOS
-------------------------------------------------------*/
.content-casos .inner{
    padding: 100px 0 70px;
}
.casos-lista-pagination{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas de igual largura */
    gap: 78px 40px; /* Espaço entre os elementos */
    padding: 0 28px;
    margin-bottom: 90px;
}
.casos-lista-pagination .card-caso {	
	width: 327px;	
}
/*-------------------------------------------------------
MOODLE
-------------------------------------------------------*/
.content-imagem-texto-alternado{
    background-color: #FFF;    
}
.content-imagem-texto-alternado .inner{
    width: 960px;
    padding: 0;
}
.content-imagem-texto-alternado .row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.content-imagem-texto-alternado .row:last-child{
    margin-bottom: 0;
}
.linha-img-container{
    width: 510px;
    height: 400px;
    position: relative;
}
.linha-img-mask {
	background-color: #FFF;
	width: 115px;
	height: 100%;	
	position: absolute;	
	z-index: 1;
}
.linha-img {	
	width: calc( ( ( 100vw - 960px ) / 2 ) + 510px );
	height: 400px;
	object-fit: cover;
    position: absolute;
	z-index: 0;
}
.linha-info{
    width: 410px;
    padding: 70px 0 0;
}
.linha-info h3{
    color: #656AE2;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 0.75em;
}
.linha-info h4{    
    font-size: 26px;   
    margin-bottom: 1em;
}
.content-imagem-texto-alternado .row:nth-child(odd){
    flex-direction: row;
}
.content-imagem-texto-alternado .row:nth-child(odd) .linha-img-mask {
	clip-path: polygon(100% 0, 0 100%, 100% 100%);	
	right: 0;	
}
.content-imagem-texto-alternado .row:nth-child(odd) .linha-img{
    right: 0;   
}
.content-imagem-texto-alternado .row:nth-child(even){
    flex-direction: row-reverse;
}
.content-imagem-texto-alternado .row:nth-child(even) .linha-img-mask {
	clip-path: polygon(100% 0, 0 0, 0 100%); 
	left: 0;	
}
.content-imagem-texto-alternado .row:nth-child(even) .linha-img{
    left: 0;   
}
.content-imagem-texto-alternado.white,
.content-imagem-texto-alternado.white .linha-img-mask {
	background-color: #194866;	
}
.content-imagem-texto-alternado.white .linha-info h3{
    color: #F1A020;   
}
/* SERVIÇOS RELACIONADOS */
.servicos-relacionados-lista{
    padding-top: 20px;
}
.servicos-relacionados-lista .owl-carousel {
	padding-bottom: 70px;
}
.servicos-relacionados-lista .owl-carousel .owl-stage {
    display: flex;
}
.servicos-relacionados-lista .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.card-servico{
    background-color: #FFF;
    border-top: 4px solid #656AE2;
    border-radius: 10px;
    width: 327px;
    padding-bottom: 68px;
    position: relative;
    margin-top: 44px;
}
.card-servico-img-container{
    background-color: #F1A020;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -44px;
    left: 16px;
}
.card-servico-txt{
    padding: 76px 25px 24px;
    font-size: 18px;
}
.card-servico h3{
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;   
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.card-servico-img{
    border-radius: 10px;
    width: 65px;
    height: 65px;
}
.card-servico-rodape{
    border-top: 2px solid #000;
    width: 100%;
    padding: 25px;
    position: absolute;
    bottom: 0;
}
/* MARCAS */
.marcas.marcas-vantagem .inner{
    display: flex;
}
.marcas.marcas-vantagem .inner::after{
    content: "";
    background: url(assets/images/bg-marcas.svg) no-repeat right center #656AE2;
    width: calc( ( ( 100vw - 960px ) / 2 ) + 170px );
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    transform: translateX(170px);
    z-index: 0;
}
.marcas.marcas-vantagem h4.marcas-txt {
	width: 220px;
    padding: 0 70px 0 0;
    font-family: "Cabin", sans-serif;
	font-size: 20px;
	color: #FFF;
	z-index: 1;	
}
.marcas.marcas-vantagem .marcas-container {
	width: 740px;	
}
/* CTA PROPOSTA */
.cta-proposta {
	background-color: #F1A020;
	width: 100%;
	height: 52px;
	position: fixed;	
	bottom: 0;
	left: 0;
    z-index: 2;
}
.cta-proposta .inner {
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*-------------------------------------------------------
SERVIÇOS E CERTIFICAÇÕES
-------------------------------------------------------*/
.content-certificacoes .inner{
    padding: 60px 0 70px;
}
.servicos-lista,
.certificacoes-lista{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 colunas de igual largura */
    gap: 78px 40px; /* Espaço entre os elementos */
    padding: 0 28px;    
}
.servicos-lista{
    gap: 78px 96px; /* Espaço entre os elementos */
    padding: 0;
}
.card-certificacao{
    background-color: #FFF;   
    border-radius: 10px;
    width: 327px;
    position: relative;  
}
.card-certificacao-img{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 136px;
    object-fit: cover;  
}
.card-certificacao-txt{
    padding: 24px 25px 16px;   
}
.card-certificacao h3{
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;   
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.card-certificacao .button{
    margin: 0 0 24px 25px;
}
.card-certificacao-rodape{
    border-top: 2px solid #000;
    padding: 25px;   
}
/* SINGLE CERTIFICAÇÃO */
.content-certificacao .inner{
    padding: 100px 0;
    z-index: 1;    
}
.content-certificacao::after{
    content: "";
    background-color: #194866;
    clip-path: polygon(0 0, 100% 80px, 100% calc( 100% - 80px ), 0 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.content-certificacao h2,
.content-certificacao h4,
.content-certificacao h5,
.content-certificacao h6{
    color: #F1A020;
}
.content-certificacao h3{
    padding-left: 18px;
    position: relative;
    font-size: 20px;
    margin: 2em 0 1.25em;
}
.content-certificacao h3::before{
    content: "";
    background-color: #F1A020;
    width: 5px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
/* RELATOS DE ALUNOS */
.casos.relatos .casos-lista {	
	margin-bottom: 0;
}
/* DÚVIDAS FREQUENTES */
.duvidas{
    background-color: #FFF;
    z-index: 2;
}
.duvidas .inner{
    padding: 70px 0 50px;
}
.duvidas h2{
    margin-bottom: 0.5em;
}
.accordion dt {
    border-bottom: 1px solid #194866;
    width: 100%;    
    height: auto;
    padding: 15px 32px 15px 0;
    position: relative;
    display: block;
    cursor: pointer;   
    transition: all 200ms ease-in; 
}
.accordion dt h4{   
    color: #194866;    
    font-size: 17px;
    margin-bottom: 0;    
}
.accordion dt::after{
    content: "";
    background: url(assets/images/plus-accordion.svg) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    transition: all 200ms ease-in; 
}
.accordion dt.active{
    border-bottom: 1px solid transparent;
}
.accordion dt.active::after{
    transform: rotate(-45deg);
}
.accordion dd{
    border-bottom: 1px solid #194866;
    padding: 0 0 15px 0;
}
/* CERTIFICAÇÕES RELACIONADAS */
.content-certificacoes.relacionados{
    z-index: 2;
}
.content-certificacoes.relacionados .inner{
    width: max-content;
    max-width: 694px;
    padding: 95px 0 0;
}
.content-certificacoes.relacionados .certificacoes-lista {
	display: block;
	padding: 0;
}
.content-certificacoes.relacionados .card-certificacao{
    float: left;
    margin-bottom: 70px;
}
.content-certificacoes.relacionados .card-certificacao:nth-child(even){
    margin-left: 40px;
}
/*-------------------------------------------------------
APLICATIVO
-------------------------------------------------------*/
.card-aplicativo{
    background-color: #FFF;
    border-top: 4px solid #194866;
    border-radius: 10px;
    width: 327px;
    padding-bottom: 76px;
    position: relative;  
    margin-top: 16px; 
}
.popular{
    background-color: #656AE2;
    border-radius: 16px;
    width: max-content;
    height: 32px;
    padding: 0 25px;
    display: block;
    position: absolute;
    top: -18px;
    left: 25px;
    color: #FFF;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;   
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;  
    display: none;  
}
.card-aplicativo.destacado{
    border-top: 4px solid #656AE2;
}
.card-aplicativo.destacado .popular{
    display: block;
}
.card-aplicativo-topo{
    border-bottom: 1px solid #000;
    padding: 42px 25px 24px;
    font-size: 18px;
}
.card-aplicativo-topo h3{
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 0.5em;
}
.card-aplicativo-topo h4{
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;   
    font-style: normal;
    font-size: 16px;
    font-weight: 700;       
}
.card-aplicativo-topo h4.abaixo,
.page-hospedagem-gerenciada .card-aplicativo-topo h4.acima{
   display: none;
}
.page-hospedagem-gerenciada .card-aplicativo-topo h4.abaixo{
    display: block;
}
.card-aplicativo-topo p.preco{
    font-family: "Mulish", sans-serif;
    font-size: 39px;    
    font-weight: 800;
    font-style: normal;
    line-height: 1em;
    color: #F1A020;
    margin: 0.8em 0 0;
}
.card-aplicativo-topo p.preco span{
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;   
    font-style: normal;
    font-size: 16px;
    font-weight: 400;  
    color: #000;
}
.card-aplicativo-txt{
    padding: 24px 25px 44px;
    font-size: 16px;
}
.card-aplicativo-txt ul{
    padding: 16px 0 0;
}
.card-aplicativo-txt li {
	background: url(assets/images/check-blue.svg) no-repeat;
	min-height: 22px;
	padding-left: 40px;
	margin-bottom: 16px;
	line-height: 1.35em;
}
.card-aplicativo-txt li:last-child{
    margin-bottom: 0;
}
.card-aplicativo .button {
	width: calc( 100% - 50px );
	position: absolute;
	bottom: 36px;
	left: 25px;
}
/*-------------------------------------------------------
PORTAL
-------------------------------------------------------*/
.bg-imagem-box-texto-alternado{
    background-color: #EBEBEB;    
}
.bg-imagem-box-texto-alternado .row{
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 670px;  
    margin-bottom: -80px;
}
.bg-imagem-box-texto-alternado .row:last-child{
    margin-bottom: 0;
}
.bg-imagem-box-texto-alternado .row .inner {
	width: 960px;
    height: 100%;
	padding: 0 0 115px;
	display: flex;	
	flex-direction: column;
	justify-content: flex-end;
}
.linha-box{
    background-color: #EBEBEB;
    border-radius: 0 9px 9px 0;
    width: 630px;
    padding: 70px 40px 60px 0;   
    position: relative;
}
.linha-box::after{
    content: "";
    background-color: #EBEBEB;
    width: calc( ( 100vw - 960px ) / 2 );
    height: 100%;
    position: absolute;
    top: 0;   
}
.linha-box h5.linha-numero{    
    background-color: #EBEBEB;
    border: 2px solid #656AE2;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    top: -36px;
    color: #656AE2;
    font-size: 32px;  
    font-weight: 800;
    text-align: center; 
    line-height: 68px;    
}
.linha-box h3{    
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 1.25em;
}
.bg-imagem-box-texto-alternado .row:nth-child(odd){
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 calc( 100% - 80px ));   
}
.bg-imagem-box-texto-alternado .row:nth-child(odd) .inner{
    align-items: flex-start;
}
.bg-imagem-box-texto-alternado .row:nth-child(odd) .linha-box{   
    border-radius: 0 9px 9px 0;   
    padding: 70px 40px 60px 0;       
}
.bg-imagem-box-texto-alternado .row:nth-child(odd) .linha-box::after{   
    right: 100%;
}
.bg-imagem-box-texto-alternado .row:nth-child(even){
    clip-path: polygon(0 0, 100% 80px, 100% calc( 100% - 80px ), 0 100%);
}
.bg-imagem-box-texto-alternado .row:nth-child(even) .inner{
    align-items: flex-end;
}
.bg-imagem-box-texto-alternado .row:nth-child(even) .linha-box{ 
    border-radius: 9px 0 0 9px;   
    padding: 70px 0 60px 40px;       
}
.bg-imagem-box-texto-alternado .row:nth-child(even) .linha-box::after{   
    left: 100%;
}
.bg-imagem-box-texto-alternado .row:last-child{
    clip-path: none;
}
/* MARCAS PORTAL */
.page-template-part-page-portal .spacer40{
    height: 70px;
}
.page-template-part-page-portal .marcas.marcas-vantagem{
    margin-bottom: 70px;
}
.page-template-part-page-portal .marcas.marcas-vantagem::after{
    content: "";
    background-color: #EBEBEB;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 100%;
    left: 0;
}
/*-------------------------------------------------------
PLUGINS
-------------------------------------------------------*/
.plugins .inner{
    width: 960px;
    padding: 60px 0 10px;
}
.plugins-txt{
    padding: 0 105px;
}
.plugin-item{
    width: 100%;
    display: flex;
    align-items: start;
    margin:  0 0 60px;
}
.plugin-item-img-container{
    width: 50%;
    height: 330px;
    position: relative;
}
.plugin-item-img{
    border-bottom: 2px solid #F1A020;
    width: 680px;
    height: 330px;
    object-fit: cover;
    object-position: center center;
    position: absolute;   
}
.plugin-item-txt{
    width: 50%;   
    min-height: 332px;
    position: relative;
}
.plugin-item-txt h3 {
	border-left: 5px solid #F1A020;
	padding-left: 16px;
	font-size: 20px;
	font-weight: 400;
    margin-bottom: 1em;
}
.plugin-item-txt p{
    margin-bottom: 0;
}
.plugin-item-txt-rodape {
	width: calc( 100% - 45px );
	height: 58px;
	padding-top: 22px;
	position: absolute;
	bottom: 0;
}
.plugin-item-txt-rodape::before{
    content: "";
    border: 1px solid #000;
    width: 50vw;
    position: absolute;
    top: 0;
}
.plugin-item:nth-child(odd){
    flex-direction: row;
}
.plugin-item:nth-child(even){
    flex-direction: row-reverse;
}
.plugin-item:nth-child(odd) .plugin-item-img{  
    right: 0;    
}
.plugin-item:nth-child(even) .plugin-item-img{  
    left: 0;    
}
.plugin-item:nth-child(odd) .plugin-item-txt{  
    padding: 15px 5px 70px 40px;
}
.plugin-item:nth-child(even) .plugin-item-txt{  
    padding: 15px 40px 70px 5px;
}
.plugin-item:nth-child(odd) .plugin-item-txt-rodape::before{  
    left: -40px;
}
.plugin-item:nth-child(even) .plugin-item-txt-rodape::before{  
    right: -40px;       
}
/*-------------------------------------------------------
CONTATO
-------------------------------------------------------*/
.contato-info .inner{
    padding: 15px 0 60px;
}
.contato-info-lista{
    display: flex;
}
.contato-info-item{
    margin: 0 60px 20px 0;
}
.contato-info-item h3{
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 0.75em;
}
.contato-info-item p,
.contato-info-item a{
    background: url(assets/images/icon-info.svg) no-repeat;
    width: max-content;
    padding-left: 36px;
    display: block;
    line-height: 24px;
}
.contato-info-email{
    padding-top: 20px;
}
.contato-info-item a:hover,
.contato-info-email a:hover{
    color: #656AE2;
}
/*-------------------------------------------------------
INSCRIÇÃO
-------------------------------------------------------*/
.content-inscricao .inner{
    width: 560px;
}
.btn-back{
    width: max-content;
    padding-left: 34px;
    display: block;
    position: relative;
    color: #F1A020;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: none;
    margin-bottom: 45px;
}
.btn-back::before{
    content: "";
    background: url(assets/images/arrow-back.svg) no-repeat;   
    background-position: left top;   
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-back:hover{
    color: #194866;
}
.btn-back:hover::before{
    background-position: left bottom; 
}
.deacordo-text{
    padding: 30px 0;
    font-size: 15px;
}
.deacordo-text a{
    color: #F1A020;
    font-weight: 700;
}
.deacordo-text a:hover{
    color: #194866;
}
.finalizar-inscricao {
	background-color: #F1A020;
	width: 100%;
	height: 52px;
    display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;   
}
/*-------------------------------------------------------
CURSOS
-------------------------------------------------------*/
.woocommerce-shop .content-woo .inner{
    padding: 60px 0 10px;
}
.lista-produtos{
    padding: 60px 0 10px;
    width: 750px;   
    height: auto;
    margin: 0 auto;
    position: relative;
}
ul.products {
    display: flex;
    flex-wrap: wrap;    
}
li.product {
	background-color: #FFF;
    border-radius: 10px;
    width: 327px;
    padding-bottom: 129px;
    position: relative;	
    margin: 0 20px 40px;
}
li.product img{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 136px;
    object-fit: cover;
    object-position: center;
}
.product-info{
    padding: 24px;
}
.tag-categoria{
    border: 2px solid #F1A020;
    border-radius: 31px;
    width: max-content;
    height: 31px;
    padding: 0 24px;
    display: block;
    color: #F1A020;
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
h2.woocommerce-loop-product__title{
    font-family: "Cabin", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
    transition: all 200ms ease-in-out;
}
a.woocommerce-loop-product__title_link:hover h2{
    color: #F1A020;
}
.product-info-price {
    width: 100%;
	padding: 0 24px 24px;
	position: absolute;
	bottom: 66px;	
}
li.product .price{
    color: #F1A020;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    float: left;
}
li.product .add_to_cart_button,
.single_add_to_cart_button{
    background: url(assets/images/icon-cart-colors.svg) no-repeat;
    background-color: #F1A020;
    background-position: 24px top;
    border: none;
    border-radius: 40px;
    width: 153px;
    height: 40px;
    padding: 0 24px 0 70px;    
    display: block;
    color: #194866;
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    float: right;
    transition: none;
}
li.product .add_to_cart_button:hover,
.single_add_to_cart_button:hover{
    background-color: #194866;
    background-position: 24px bottom;   
    color: #FFF;
}
li.product .card-servico-rodape {
    width: 100%;
	position: absolute;
    bottom: 0;
}
/*-------------------------------------------------------
PÁGINA DO CURSO
-------------------------------------------------------*/
.single-product div.product {     
	position: relative;	
}
/* SUMÁRIO */
.single-product div.product .summary {
	width: 944px;
    padding: 30px 0 70px 97px;
    margin: 0 auto;    
}
.single-product div.product .summary p.price {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    color: #194866;
	font-size: 26px;
	font-weight: 700;
    margin-bottom: 0;
}
.single-product div.product .summary form.cart {	
	display: inline-block;
	vertical-align: middle;
}
.single-product div.product .summary .single_add_to_cart_button {
    background-position: 110px top;
    border-color: #F1A020;
	width: 328px;	
	padding: 0 24px 0 158px;
    text-align: left;	
}
.single-product div.product .summary .single_add_to_cart_button:hover{
    background-position: 110px bottom;
    border-color: #194866;
}
/* MODULOS CURSO */
.conteudo-curso .inner{
    width: 944px;
    padding: 0 346px 0 0;
}
.conteudo-curso-lista li.conteudo-curso-item{
    background-color: #FFF;
    border-radius: 9px;
    padding: 18px;
    font-size: 0;
    margin-bottom: 16px;
}
.conteudo-curso-lista li.conteudo-curso-item:last-child{
    margin-bottom: 0;
}
.conteudo-curso-lista li.conteudo-curso-item h5,
.conteudo-curso-lista li.conteudo-curso-item h4{
    font-family: "Cabin", sans-serif;   
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}
.conteudo-curso-lista li.conteudo-curso-item h5{
    width: 40px;
    color: #656AE2;
    font-size: 20px;   
}
.conteudo-curso-lista li.conteudo-curso-item h4{
    width: calc( 100% - 170px );
    padding: 3px 10px 0 0;
    font-size: 15px;
    text-transform: uppercase;
}
.conteudo-curso-lista li.conteudo-curso-item .info-unidade{
    width: 130px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;   
}
.conteudo-curso-lista li.conteudo-curso-item .info-unidade span{
    line-height: 1em;
}
.conteudo-curso-lista li.conteudo-curso-item .info-unidade span:nth-child(1){
    text-align: right;
}
.conteudo-curso-lista li.conteudo-curso-item .info-unidade span:nth-child(2){
    padding: 0 7px;
}
/* PÚBLICO CURSO */
.publico-curso .inner{
    width: 944px;
    padding: 70px 346px 70px 0;
}
/* DESCRIÇÃO DO CURSO */
.content-certificacao.descricao-curso .inner{
    width: 944px;
    padding: 90px 346px 115px 0;
}
/* RELATOS DE ALUNOS */
.casos.relatos.alunos .inner {
	width: 944px;
    padding: 50px 328px 70px 0;
}
.casos.relatos.alunos .casos-txt {
	margin-bottom: 40px;
}
.owl-relatos{
    padding-bottom: 64px;
}
.owl-relatos .owl-stage {
    display: flex;
}
.owl-relatos .owl-item{   
    display: flex;
    flex: 1 0 auto;
}
.owl-relatos .card-caso {	
	padding-bottom: 0;	
}
.owl-relatos .card-caso-txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.owl-relatos .card-caso-txt p{
    margin-bottom: 0;
}
.owl-relatos img.card-caso-img{
    width: auto !important;
}
/*-------------------------------------------------------
PÁGINA WOOCOMMERCE
-------------------------------------------------------*/
/*-------------------------------------------------------
CARRINHO
-------------------------------------------------------*/
.woocommerce-cart .content-pages-woo .inner{
    width: 944px;
    padding: 60px 0 60px 97px;
}
.woocommerce-cart-form,
.cart-collaterals{
    background-color: #FFF;
    border-radius: 9px;   
    padding: 25px; 
    float: left;  
}
.woocommerce-cart-form{   
    width: 510px;     
    margin: 0 30px 0 0;
}
.woocommerce-cart-form table.cart {
	display: block;
}
.woocommerce-cart-form table.cart thead{
    display: none !important;
}
.woocommerce-cart-form table.shop_table_responsive tr td::before {
	content: none;	
}
.woocommerce-cart-form table.cart tr{
    border-top: 1px solid #759DB7;
}
.woocommerce-cart-form table.cart tr.woocommerce-cart-form__cart-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}    
.woocommerce-cart-form table.cart td.product-thumbnail { 
    grid-area: 1 / 1 / 4 / 2; 
    width: 186px;
    padding: 24px 20px 24px 0;
}
.woocommerce-cart-form table.cart td.product-thumbnail img{
    border-radius: 9px;
    width: 100%;
    height: 174px;    
    object-fit: cover;
}
.woocommerce-cart-form table.cart td.product-name { 
    grid-area: 1 / 2 / 2 / 6;
    padding: 36px 0 16px;
}
.woocommerce-cart-form table.cart td.product-name .product-category,
.order_details .woocommerce-checkout-review-order-table td.product-name .product-category{
    border: 1px solid #F1A020;
    border-radius: 31px;
    width: max-content;
    height: 31px;
    padding: 0 24px;
    display: block;
    color: #F1A020;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px;
    margin-bottom: 16px;
}
.woocommerce-cart-form table.cart td.product-name a{
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35em;
}
.woocommerce-cart-form table.cart td.product-name a:hover{
    color: #F1A020;
}
.woocommerce-cart-form table.cart td.product-price { 
    grid-area: 2 / 2 / 3 / 6;
    padding: 0 0 16px;
}
.woocommerce-cart-form table.cart td.product-price span{   
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35em;
}
.woocommerce-cart-form table.cart td.product-quantity {    
    grid-area: 3 / 2 / 4 / 3;
    width: 100px;
    padding: 0 0 24px;
}
.woocommerce-cart-form table.cart td.product-quantity .qty {
    border: none;
	border-bottom: 2px solid #000;
	width: 64px;
	height: 40px;
	font-family: "Cabin", sans-serif;   
    font-weight: 700;
    font-style: normal;
	font-size: 15px;
	color: #000;
	text-align: center;
}
.woocommerce-cart-form table.cart td.product-subtotal { 
    grid-area: 3 / 3 / 4 / 3;
    width: 0;
    padding: 0 0 24px;
    overflow: hidden;
    font-size: 0;
}
.woocommerce-cart-form table.cart td.product-subtotal span{
    display: none;
    visibility: hidden;
    font-size: 0;
}
.woocommerce-cart-form table.cart td.product-remove { 
    grid-area: 3 / 3 / 4 / -1; 
    padding: 0 0 24px;
}
.woocommerce-cart-form table.cart td.product-remove a.remove{
    background: url(assets/images/icon-trash.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 0;
    margin: 8px 0;
}
.woocommerce-cart-form table.cart td.actions {	
	padding: 24px 0 0 0;
}
.woocommerce-cart-form table.cart td.actions .coupon {
	display: none;
}
.woocommerce-cart-form table.cart td.actions .button,
.custom-coupon .button {
    background: #FFF;
	border-color: #759DB7;
	height: 36px;
	padding: 0 10px;
	color: #759DB7;
	font-size: 12px;
    line-height: 32px;
	text-transform: uppercase;
	float: right;
}
.woocommerce-cart-form table.cart td.actions .button.line-orange{
    border-color: #F1A020;
    color: #F1A020;
    float: left;
}
.woocommerce-cart-form .custom-coupon .button{
    width: 126px;        
}
.woocommerce-cart-form table.cart td.actions .button:hover,
.custom-coupon .button:hover{	
	background: #759DB7;
    color: #FFF;
}
.woocommerce-cart-form table.cart td.actions .button.line-orange:hover{
    background: #F1A020;
    color: #FFF;
}
.cart-collaterals{
    width: 307px;   
    padding-top: 38px;    
}
.custom-coupon {
	width: 100%;	
    margin-bottom: 30px;
}
.custom-coupon h3{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.custom-coupon input[type=text] {	
	width: calc( 100% - 121px );
	height: 36px;
	padding: 0;	
	line-height: 36px;		
	float: left;	
	transition: all 200ms ease-in;	
}
.cart-collaterals .cart_totals {	
	width: 100%;	
}
.cart-collaterals .cart_totals h2{
    font-size: 0;
    margin-bottom: 0;
}
.cart-collaterals .cart_totals table {
	width: 100%;	
}
.cart-collaterals .cart_totals table th {
	width: 50%;
	padding: 20px 20px 20px 0;
    color: #194866;
	font-size: 15px;
    font-weight: 700;	
	text-align: left;
    text-transform: uppercase;
    vertical-align: baseline;	
}
.cart-collaterals .cart_totals table td {
	padding: 0;
    color: #194866;
	font-size: 20px;
	text-align: right;
    vertical-align: baseline;	
}
.cart-collaterals .cart_totals table tr.cart-discount{
    border-top: 1px solid #759DB7;
    border-bottom: 1px solid #759DB7;
}
.cart-collaterals .cart_totals table tr.cart-discount th{
    vertical-align: middle;
}
.cart-collaterals .cart_totals table tr.cart-discount td {	
	font-size: 15px;
	font-weight: 700;
	vertical-align: middle;
}
tr.cart-discount td a.woocommerce-remove-coupon {
	width: max-content;	
	display: block;	
    color: #759DB7;;
    font-size: 12px;
	text-transform: uppercase;
    margin: 8px 0 0 auto;
}
tr.cart-discount td a.woocommerce-remove-coupon:hover{	
	color: #F1A020;
}
.wc-proceed-to-checkout {	
	padding: 21px 0 0 0;
}
.wc-proceed-to-checkout .button,
.return-to-shop a.button {
    background: #F1A020;
	border: none;
	border-radius: 40px;
	width: 100%;
	height: 40px;
	padding: 0 25px;
	display: block;
    color: #194866;
	font-family: "Cabin", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	transition: all 200ms ease-in-out;
}
.wc-proceed-to-checkout .button:hover,
.return-to-shop a.button:hover{
    background: #194866;
    color: #FFF;
}
.return-to-shop a.button{
    width: max-content;
}
.wc-empty-cart-message .cart-empty.woocommerce-info{
    padding: 20px 0;
    margin-bottom: 20px;
    background-color: transparent;   
    color: #000;
    clear: both;   
}
/*-------------------------------------------------------
CHECKOUT
-------------------------------------------------------*/
.woocommerce-checkout .content-pages-woo .inner{
    width: 944px;
    padding: 60px 192px 60px;
}
/* FORMULÁRIO DE LOGIN */
.container-login-form{
    background: #FFF;
    border-radius: 9px;
    margin-bottom: 30px;
}
.woocommerce-form-login-toggle .woocommerce-info{
    background-color: transparent;
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.woocommerce-form-login-toggle .woocommerce-info a{
    color: #000;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover{
    color: #F1A020;
}
.woocommerce-checkout .woocommerce-form-login{   
    padding: 0 24px 24px;
}
.woocommerce-checkout .woocommerce-form-login p.form-row:nth-last-child(3){
   float: right;
   margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login p.form-row:nth-last-child(3)::after{
    content: "";
    display: table;
    clear: both;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: none;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit{
    background-color: #F1A020;
    border-color: #F1A020;
    color: #194866;
    float: right;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background-color: #194866;
	border-color: #194866;
	color: #FFF;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password{
    line-height: 40px;
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form-login p.lost_password a:hover{
    color: #F1A020;
}
.woocommerce-checkout .col-1{
    margin-bottom: 60px;
}
.woocommerce-billing-fields__field-wrapper{
    margin-bottom: 24px;
}
.woocommerce-account-fields p:last-of-type{
    margin-bottom: 0;
}
/* DETALHES DO PEDIDO */
.order_details{
    background-color: #FFF;
    border-radius: 9px;
    padding: 24px 24px 6px;
    margin-bottom: 60px;
}
.woocommerce-checkout .col-1 h3,
.order_details h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1.25em;
}
.order_details .woocommerce-checkout-review-order-table thead{
    display: none;
}
.order_details .woocommerce-checkout-review-order-table tr{
    border-top: 1px solid #759DB7;   
    padding: 24px 0;
    display: flex;
    align-items: last baseline;
}
.order_details .woocommerce-checkout-review-order-table td,
.order_details .woocommerce-checkout-review-order-table th{
    font-size: 15px;
	font-weight: 700;
    display: block;    
}
.order_details .woocommerce-checkout-review-order-table td.product-name {
    width: 432px;
	height: 174px;
	padding: 10px 20px 0 185px;	
	position: relative;	
}
.order_details .woocommerce-checkout-review-order-table .product-image {
    border-radius: 9px;
	width: 166px;
	height: 174px;
	object-fit: cover;	
    position: absolute;
    top: 0;
    left: 0;    
}
.order_details .woocommerce-checkout-review-order-table td.product-total{
    width: 80px;
    text-align: right;
}
.order_details .woocommerce-checkout-review-order-table td.custom-coupon{
    width: 100%;
    margin-bottom: 0;
}
.order_details .woocommerce-checkout-review-order-table td.custom-coupon h3{
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order_details .woocommerce-checkout-review-order-table tfoot tr{   
    padding: 20px 0;   
    align-items: baseline;
    justify-content: space-between;
}
.order_details .woocommerce-checkout-review-order-table tfoot tr td{
    color: #194866;
}
.order_details .woocommerce-checkout-review-order-table tfoot tr th{
    color: #194866;
    text-transform: uppercase;
}
.order_details .woocommerce-checkout-review-order-table tfoot tr.order-total td{
    font-size: 20px;   
}
.order_details h3:last-child,
.order_details h3:last-of-type{
    display: none;
}
.woocommerce-checkout-payment{
    position: relative;
}
.woocommerce-checkout-payment::before{
    content: "Forma de pagamento";
    display: block;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-optical-sizing: auto;    
    font-style: normal;
    line-height: 1.25em;
    color: #000000;   
    margin-bottom: 1.25em;
}
.woocommerce-checkout-payment .payment_methods li {
    background-color: #FFF;
    border-radius: 9px;
    padding: 24px;    
    margin-bottom: 24px;
}
/* iNÍCIO Customiza radio-button */
.woocommerce-checkout-payment .payment_methods li .input-radio {
    display: none;
}
.woocommerce-checkout-payment .payment_methods li .input-radio + label {
    height: 24px;
    padding-left: 46px;
    display: inline-flex;
    align-items: center;     
    position: relative;
    cursor: pointer;   
}
.woocommerce-checkout-payment .payment_methods li .input-radio + label::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 4px; 
    position: absolute;  
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}
.woocommerce-checkout-payment .payment_methods li .input-radio:checked + label::before {
    background: #000;
}
/* FIM Customiza radio-button */
.woocommerce-checkout-payment .payment_methods li .payment_box{
    padding: 24px 0 0;
}
.woocommerce-checkout-payment .place-order{
    background-color: #FFF;
    border-radius: 9px;
    padding: 24px;    
}
.woocommerce-checkout-payment .place-order .button {
    width: 250px;
    background-color: #F1A020;
    border-color: #F1A020;
    color: #194866;
    margin: 0 auto;
}
.woocommerce-checkout-payment .place-order .button:hover {
	background-color: #194866;
	border-color: #194866;
	color: #FFF;
}
/*-------------------------------------------------------
OBRIGADO
-------------------------------------------------------*/
.woocommerce-order-received .content-pages-woo h1 {
	font-size: 0;
    margin-bottom: 0;
}
.woocommerce-thankyou-order-received{
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25em;
    color: #656AE2;    
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
ul.order_details,
.woocommerce-order-details {
    background-color: #FFF;
    border-radius: 9px;
    padding: 24px;    
    margin-bottom: 60px;
}
ul.order_details li {
    border-bottom: 1px solid #759DB7;
	padding: 20px 0;	
    display: flex;
    font-size: 15px;
	text-transform: uppercase
}
ul.order_details li:first-child {
    padding: 0 0 20px;
}
ul.order_details li:last-child {
    border-bottom: none;
	padding: 20px 0 0;		
}
ul.order_details li strong {
	display: block;	
	text-transform: none;
	margin: 0 0 0 auto;
}
ul.order_details li p{
	margin: 5px 0 0;
	text-transform: none;
}
ul.order_details + p{
    display: none;
}
h2.woocommerce-order-details__title{	
    font-size: 20px;
    font-weight: 400;   
    color: #000000;   
    margin-bottom: 1.25em;
}
.woocommerce-table--order-details{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}
.woocommerce-table--order-details thead{
    display: none;
}
.woocommerce-table--order-details tr{
	border-bottom: 1px solid #759DB7;
}
.woocommerce-table--order-details th,
.woocommerce-table--order-details td{		
	width: 60%;
	padding: 20px 0 20px 20px;	
    font-size: 15px;
    font-weight: 700;
}
/* .woocommerce-table--order-details td img{
    display: none !important;
} */
.woocommerce-table--order-details th:first-child, .woocommerce-table--order-details td:first-child{
	padding: 20px 20px 20px 0;
}
.woocommerce-table--order-details th:last-child, .woocommerce-table--order-details td:last-child{
	padding: 20px 0;
	text-align: right;
}
.woocommerce-table--order-details th{
	text-transform: uppercase;
}
.woocommerce-table--order-details tfoot{
    color: #194866;
}
.woocommerce-table--order-details tfoot:first-of-type{
    display: none;
}
.woocommerce-table--order-details tfoot tr:last-child{
	border-bottom: none;
}
.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td{
    padding: 20px 0 0;
}
.woocommerce-table--order-details tfoot tr:last-child td{
	font-size: 20px;
}
.woocommerce-order .button{
    margin: 0 auto;
}
/*-------------------------------------------------------
MINHA CONTA
-------------------------------------------------------*/
/* LOGIN */
.woocommerce-account .content-pages-woo .inner{
    padding: 130px 0;
}
.woocommerce-account .content-pages-woo:before,
.woocommerce-account .content-pages-woo:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;   
    position: absolute;    
    right: 0;
}
.woocommerce-account .content-pages-woo:before{  
    border-width: 0px 100vw 100px 0px;
    border-color: transparent #194866 transparent transparent;   
    top: 0;   
}
.woocommerce-account .content-pages-woo:after {  
    border-width: 0px 0 100px 100vw;
    border-color: transparent transparent #194866 transparent;
    bottom: 0;   
}
/* LOGIN */
.woocommerce-account .content-pages-woo h1{
    display: none;
}
.col2-set#customer_login {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0
}
.col2-set#customer_login .col-1,
.col2-set#customer_login .col-2{
	width: calc( 50% - 30px );
	height: auto;	
}
.col2-set#customer_login .col-1 {	
	float: left;	
}
.col2-set#customer_login .col-2{	
	float: right;	
}
.col2-set#customer_login h2{
    font-size: 44px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.5em;
}
.woocommerce-form-login__rememberme{
    display: none !important;
}
.col2-set#customer_login .woocommerce-privacy-policy-text{
    display: none;
}
.col2-set#customer_login .button{
    background-color: #F1A020;
    border-color: #F1A020;
    width: 100%;
    color: #194866;
    margin-top: 60px;
}
.col2-set#customer_login .button:hover {
	background-color: #194866;
	border-color: #194866;
	color: #FFF;
}
p.lost_password{
    margin-bottom: 0;
}
p.lost_password a:hover{
    color: #F1A020;
}
/* PAINEL */
.woocommerce-account.logged-in .content-pages-woo:before,
.woocommerce-account.logged-in .content-pages-woo:after {
    content: none;
}
.woocommerce-account.logged-in .content-pages-woo .inner{
    width: 944px;
    padding: 60px 0;
}
.woocommerce-account.logged-in .content-pages-woo .woocommerce + p{
    line-height: 0;
}
.woocommerce-account.logged-in .content-pages-woo h1{
    display: block;
}
.woocommerce-MyAccount-navigation{
    width: 200px;
    float: left;
}
.woocommerce-MyAccount-navigation ul {	
	width: 100%;
}
.woocommerce-MyAccount-navigation ul li {	
	position: relative;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
    border: 2px solid #194866;   
    border-radius: 40px;
    width: 100%;
    height: 40px;
    padding: 0 25px;
    display: block;   
    color: #194866;
    font-weight: 700;   
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    transition: all 200ms ease-in-out;
}
.woocommerce-MyAccount-navigation ul li a:hover{	
    background: #194866;
    border-color: #194866;
    color: #FFF;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    background: #656AE2;
    border-color: #656AE2;
    color: #FFF;
}
.woocommerce-MyAccount-content{
    width: 744px;
    padding: 0 0 0 40px;
    float: right;
}
.woocommerce-MyAccount-content p a{
    color: #194866;
    font-weight: 700;
}
.woocommerce-MyAccount-content p a:hover{
    color: #F1A020;
}
/* tabela pedidos */
table.my_account_orders {
    width: 100%;    
    border-collapse: collapse;       
    margin-bottom: 1.3rem;
}
table.my_account_orders tr:nth-child(odd) {
    background: #bacedb;
}
table.my_account_orders tr:first-child{
    border-top: 2px solid #194866;
}
table.my_account_orders tr:last-child{
    border-bottom: 2px solid #194866;
}
table.my_account_orders td {
    border: 1px solid #759DB7;
}
table.my_account_orders th {
    background-color: #759DB7;
    border: 1px solid #194866;       
    color: #000;   
    font-weight: 700;
    text-transform: uppercase;
}
table.my_account_orders tbody th{
    background: #EBEBEB;   
    font-size: 18px;
}
table.my_account_orders tbody tr:nth-child(odd) th{
    background: #bacedb;
}
table.my_account_orders td,
table.my_account_orders th {   
    border-top: none;
    border-bottom: none;   
    padding: 20px 10px;
}
table.my_account_orders td{
    font-size: 15px;
}
table.my_account_orders td:first-child,
table.my_account_orders th:first-child {
    border-left: none;     
}
table.my_account_orders td:last-child,
table.my_account_orders th:last-child {
    border-right: none;     
}
table.my_account_orders .woocommerce-orders-table__cell-order-actions a.button,
.woocommerce-MyAccount-content header.woocommerce-Address-title a{
    border-color: #194866;
    width: 100%;
    height: 30px;
    padding: 0 5px;
    line-height: 26px;   
    color: #194866;
    font-size: 12px;	
	text-transform: uppercase;	 
}
table.my_account_orders .woocommerce-orders-table__cell-order-actions a.button:hover,
.woocommerce-MyAccount-content header.woocommerce-Address-title a:hover{
    background: #194866;
    border-color: #194866;
	color: #FFF;
}
.woocommerce-MyAccount-content mark{
	background-color: #F1A020;
	padding: 0 3px;
    font-weight: 700;
}
/* endereços */
.woocommerce-MyAccount-content header.woocommerce-Address-title {
    border-top: 2px solid #194866;
	border-bottom: 2px solid #194866;
	height: auto !important;
	min-height: unset;	
    padding: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative !important;
    margin-bottom: 40px;
}
.woocommerce-MyAccount-content h2 {
    font-size: 20px;
    font-weight: 400;   
    color: #000000;   
    margin-bottom: 1.25em;
}
.woocommerce-MyAccount-content header.woocommerce-Address-title h2{
    margin-bottom: 0;
}
.woocommerce-MyAccount-content header.woocommerce-Address-title a{
    width: max-content;
    border: 2px solid;
    border-radius: 30px;
    padding: 0 20px;
    display: block;
}
.woocommerce-MyAccount-content .woocommerce-Address address li{
    font-weight: 700;
    margin-bottom: 0.75em;
}
.woocommerce-MyAccount-content .woocommerce-Address address li span{
    width: 120px;
    display: inline-block;
    font-weight: 400;
}
/* editar endereço */
.woocommerce-MyAccount-content form{
    width: 560px;
}
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button,
.woocommerce-ResetPassword .button{	
    background-color: #F1A020;
    border-color: #F1A020;
    color: #194866;
    margin-top: 30px;
}
.woocommerce-address-fields .button:hover,
.woocommerce-EditAccountForm .button:hover,
.woocommerce-ResetPassword .button:hover{
    background-color: #194866;
    border-color: #194866;
    color: #FFF;
}
/* detalhes da conta */
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p.form-row-first,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p.form-row-last,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .clear:first-of-type + p{
    display: none;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account fieldset legend{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content .woocommerce-order-details{
    margin-bottom: 0;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details td.woocommerce-table__product-name{
    vertical-align: middle;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details td.woocommerce-table__product-name *{
    display: inline-block;
    vertical-align: bottom;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details td.woocommerce-table__product-name .order-item-image{
    border-radius: 9px;
    width: 120px;
    height: 130px;
    object-fit: cover;   
    margin: 0 20px 0 0;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details td.woocommerce-table__product-name a:hover{
    color: #F1A020;
}
.woocommerce-MyAccount-content .woocommerce-table--order-details td.woocommerce-table__product-total{
    vertical-align: bottom;
}
/* FORMULÁRIOS WOOCOMMERCE */
.required {
	border-bottom: 0 !important;
	color: #000;
}
.form-row-wide {
	clear: both;
	width: 100%;
	margin-bottom: 24px;
}
.col2-set .form-row-first {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.col2-set .form-row-last {
	width: 49%;
	float: right;
	margin-right: 0;
}
.col2-set .form-row-first,
.col2-set .form-row-last {
    margin-bottom: 24px;
}
.form-row label{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
#billing_country_field,
#billing_company_field{
    display: none;
}
.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #F1A020;
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #656AE2;
}
/*-------------------------------------------------------
BLOG
-------------------------------------------------------*/
h1.title-hidden{
    font-size: 0;
    line-height: 1;
    opacity: 0;
    position: absolute;
    left: -9999px;
}
.banner-blog{
    background-color: #194866;
}
.banner-blog .inner{
    padding: 0 0 50px;
    display: flex;
}
.banner-blog-img-container {
	width: 350px;
	display: flex;
	justify-content: flex-end;
}
.banner-blog-img{
    mask-image: url(assets/images/mask-banner-blog.svg);
    width: 833px;
    height: 387px;   
    object-fit: cover;
}
.banner-blog-info {
	width: 400px;
	padding: 0 0 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.banner-blog-info h3{
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 1.75em;
}
.banner-blog-info p{
    color: #FFF;
    margin-bottom: 1.5em;
}
.banner-blog-info-rodape{
    padding-top: 24px;
    position: relative;
}
.banner-blog-info-rodape::before{
    content: "";
    border-top: 1px solid #FFF;
    width: calc( ( 50vw - 375px ) + 360px );
    position: absolute;
    top: 0;
    left: 0;
}
.banner-blog-info-rodape a.btn-card{
    color: #FFF;
}
.banner-blog-info-rodape a.btn-card:hover{
    color: #F1A020;
}
/* CARD BLOG */
.card-blog{
    background-color: #FFF;   
    border-radius: 10px;
    width: 327px;   
    position: relative;  
    margin-bottom: 40px;
}
.card-blog-img{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 136px;
    object-fit: cover;  
}
.card-blog-info{
    padding: 24px 24px 82px;
    position: relative;
}
.card-blog .tag-categoria{
    margin-bottom: 12px;
}
.card-blog h3{
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;   
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.card-blog-rodape{
    border-top: 2px solid #000;
    width: 100%;
    padding: 24px;   
    position: absolute;
    bottom: 0;
    left: 0;
}
/* MAIS RECENTES */
.mais-recentes {
	background-color: #FFF;
	border-radius: 15px;
	margin: -15px 0 -15px;
    z-index: 1;
}
.mais-recentes .inner{
    padding: 60px 0 20px;
}
.mais-recentes-lista{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mais-recentes-lista .card-blog{  
    width: 330px;   
    display: flex;
    justify-content: space-between;
}
.mais-recentes-lista .card-blog-img{
    border-radius: 10px;
    width: 128px;
    height: 200px;   
}
.mais-recentes-lista .card-blog-info{
    width: 187px;
    padding: 0 0 43px;
}
.mais-recentes-lista .card-blog-info p{
    display: none;
}
.mais-recentes-lista .card-blog-rodape{   
    padding: 25px 0 0;       
}
/* CONTEUDO BLOG */
.conteudo-blog .inner{
    width: 960px;
    padding: 75px 0 60px;
    display: flex;
    flex-wrap: wrap;
}
.blog-categorias{
    width: 276px;  
    padding: 0 50px 0 0;  
}
.blog-categorias h4 {
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 1.5em;
}
.blog-categorias button.tag-categoria{   
    transition: all 200ms ease-in-out;
}
.blog-categorias button.tag-categoria.active{
    border-color: #F1A020;
    background-color: #F1A020;
    color: #194866;
    pointer-events: none;
}
.blog-categorias button.tag-categoria:hover{
    background-color: #F1A020;
    color: #FFF;
}
.blog-lista {
	width: 684px;
    min-height: 470px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
}
.blog-lista .wpcf7-spinner{
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    visibility: visible;
}
.blog-paginacao{
    width: 100%;   
    padding: 20px 0 0 276px; 
}
/*-------------------------------------------------------
SINGLE POST
-------------------------------------------------------*/
.topo.topo-blog-post .inner {
	padding: 305px 190px 0 0;	
}
.topo.topo-blog-post .meta{
    padding: 16px 0;
    position: relative;
}
.topo.topo-blog-post .meta::before{
    content: "";
    border-top: 1px solid #194866;
    width: calc( ( 50vw - 375px ) + 750px );
    position: absolute;
    top: 0;
    left: 0;
}
.topo.topo-blog-post .meta.evento{
    display: flex;
}
.topo.topo-blog-post .meta p {
	line-height: 1.35em;
}
.topo.topo-blog-post .meta div {	
	background: no-repeat left top;
    padding-left: 32px;   
}
.topo.topo-blog-post .meta div.data-evento {
	background-image: url(assets/images/icon-date.svg);
    width: 200px;    
}
.topo.topo-blog-post .meta div.local-evento{
    background-image: url(assets/images/icon-place.svg);
    width: 360px;
}
.topo.topo-blog-post .topo-mask {
    height: calc( 100% + 55px );
	top: -55px;	
}
.topo.topo-blog-post .topo-img{
    width: 760px;
    height: 420px;
    object-fit: cover;
}
/* MENU LATERAL */
.menu-lateral{
    background-color: #F1A020;
    border-right: 2px solid #194866;
    width: 165px;
    height: 100vh;
    padding: 147px 0 0 0;
    position: fixed;
    top: 0;
    right: 50%;
    transform: translateX(-440px);
    z-index: 2;
}
.menu-lateral::before {
	content: "";
	background-color: #F1A020;
	width: calc( ( 50vw - 375px ) - 230px);
	height: 100%;
	position: absolute;
	top: 0;
	right: 100%;
}
.btn-explore{
    display: none;
}
.menu-lateral h3{
    color: #194866;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1.25em;
}
.menu-lateral ul li{
    margin-bottom: 32px;
}
.menu-lateral ul li a{
    width: max-content;
    max-width: 100%;
    display: block;
    color: #194866;
    font-weight: 700;
    line-height: 1.25em;
    text-decoration: underline;
}
.menu-lateral ul li a:hover{
    color: #FFF;
}
/* compartilhe */
.compartilhe{
    background-color: #FFF;
}
.compartilhe::after{
    content: "";
    background: url(assets/images/bg-compartilhe.svg) no-repeat left center;   
    background-size: auto 100%;
    width: calc( ( 50vw - 275px ) );
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(275px);
}
.compartilhe .inner{
    width: 500px;
    height: 190px;
    padding: 40px 0;
}
.compartilhe h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1em;
}
.compartilhe .addtoany_list {
	display: flex;
    justify-content: space-between;
	line-height: 1;
}
.compartilhe .addtoany_list a {	
    height: 60px;
	display: block;	
	padding: 0;	
}
.compartilhe .addtoany_list a:hover span{
    opacity: 1;
}
.compartilhe .addtoany_list a:hover path{
    transition: all 200ms ease-in-out;
}
.compartilhe .addtoany_list a:hover path{
    fill: #194866;
}
/* Relacionados */
.relacionados .inner{
    width: 670px;
}
.relacionados-lista.relacionados-lista{
    padding-bottom: 20px;
    position: relative;
}
.relacionados-lista.owl-relatos .owl-item {
	padding-top: 0;	
}
/*-------------------------------------------------------
SINGLE CASOS
-------------------------------------------------------*/
.conteudo-caso{
    background-color: #FFF;
}
.conteudo-caso .inner{
    padding: 0 0 60px;
}
.sobre-projeto{
    padding: 60px 0 0;
    margin-bottom: 15px;
}
.caso-secao{   
    padding: 45px 0 0;   
}
.caso-secao-text{
    border-left: 2px solid #656AE2;
    padding: 0 0 10px 24px;   
}
.caso-secao h3{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1em;
}
.caso-galeria{
    padding: 15px 0 60px;
    margin-bottom: 45px;
}
.caso-galeria .owl-dot {
	background-color: #656AE2 !important;	
}
.caso-galeria .owl-dot.active {
	background-color: #F1A020 !important;	
}
.caso-imagem-unica{
    margin-bottom: 45px;
}
/*-------------------------------------------------------
PADRÃO
-------------------------------------------------------*/
.padrao h1,
.padrao h2,
.padrao h3,
.padrao h4,
.padrao h5,
.padrao h6{
	margin-bottom: 1.5rem;
}
.padrao h1{
	font-size: 26px;
}
.padrao h2{
	font-size: 26px;	
}
.padrao h3{
	font-size: 22px;	
}
.padrao h4{
	font-size: 18px;	
}
.padrao h5{
	font-size: 18px;	
}
.padrao h6{
	font-size: 16px;	
}
.padrao p a{		
	text-decoration: underline;
}
.padrao p a:hover{
	color: #F1A020;
}
.padrao ul, .padrao ol{
	padding: 0 0 0 24px;
	margin: 2rem 0;	
}
.padrao ol{
	counter-reset: li;
}
.padrao li{
	position: relative;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.padrao ul li::before {
	content: "\2022";
	color: #000;
	font-size: 1.5em;
	position: absolute;
	left: -24px;	
}
.padrao ol li {
	counter-increment: li;
}
.padrao ol li::before {
	content: counter(li)'.';
	color: #000;
	font-size: 1em;
    font-weight: 700;
	position: absolute;
	left: -24px;	
}
.padrao .wp-caption{
	width: 100% !important;
	height: auto;
    margin: 2rem 0;
}
.padrao .wp-caption img{
    margin-bottom: 0 !important;
}
.wp-caption-text {
    background-color: #F1A020;
	padding: 16px 24px;
	position: relative;	
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
}
.padrao img{
    border-bottom: 2px solid #F1A020;   
    margin: 2rem 0;
}
.padrao img.size-conteudo,
.padrao img.size-full,
.padrao img.size-large{
	width: 100%;
	height: auto;	
}
.padrao img.size-full{
    width: auto;
    max-width: 750px;
}
.padrao img.size-full.aligncenter,
.padrao img.size-medium.aligncenter{
    margin: 2rem auto;
}
.padrao img.size-medium.alignleft {
	float: left;
	margin: 2rem 1rem 2rem 0;
}
.padrao img.size-medium.alignright {
	float: right;
	margin: 2rem 0 2rem 1rem;
}
.padrao blockquote{
    background: url(assets/images/aspas.svg) no-repeat;
    background-size: auto 45px;
    width: 486px;
	padding: 60px 0 0;
	margin: 2rem auto 4rem;
}
.padrao blockquote p{	
	font-size: 20px;  
	line-height: 1.25em;	
}
.padrao *:last-child{
    margin-bottom: 0 !important;
}
/* VIDEO */
.padrao .videoContainter{	
	width: 640px;
	height: auto;
    margin: 2rem auto;	
}
.padrao table {    
    width: 100%;    
    border-collapse: collapse;      
    margin: 2rem 0;
}
.padrao table tr:first-child{
    border-top: 2px solid #194866;
}
.padrao table tr:last-child{
    border-bottom: 2px solid #194866;
}
.padrao table tr:nth-child(odd) {
    background: #bacedb;
}
.padrao table tr:first-child td,
.padrao table th {
    background-color: #759DB7;
    border: 1px solid #194866;          
    font-weight: 700;
    text-transform: uppercase;
}
.padrao table tr{
    border-top: 1px solid #194866;
}
.padrao table td {
    border: 1px solid #194866;
}
.padrao table td,
.padrao table th {   
    border-top: none;
    border-bottom: none;   
    padding: 10px;
}
.padrao table td:first-child,
.padrao table th:first-child {
    border-left: none;     
}
.padrao table td:last-child,
.padrao table th:last-child {
    border-right: none;     
}
.padrao .gallery {
	width: 640px;
	padding-bottom: 60px;
	margin: 2rem auto;
}
/* PADRÃO WHITE */
.white .padrao h1,
.white .padrao h2,
.white .padrao h3,
.white .padrao h4,
.white .padrao h5,
.white .padrao h6,
.white .padrao p,
.white .padrao p a,
.white .padrao ul li,
.white .padrao ol li,
.white .padrao table{
    color: #FFF;
}
.white .padrao p a:hover,
.white .padrao ul li::before,
.white .padrao ol li::before {	
	color: #F1A020;	
} 
.white .padrao table tr:first-child,
.white .padrao table tr{
    border-top: 2px solid #F1A020;
}
.white .padrao table tr:last-child{
    border-bottom: 2px solid #F1A020;
}
.white .padrao table tr:first-child td,
.white .padrao table th,
.white .padrao table td {   
    border: 1px solid #F1A020;    
}
/*-------------------------------------------------------
BUSCA
-------------------------------------------------------*/
.content-search .inner{
    width: 630px;
}
.resultado{
    padding: 30px 0;
}
.resultado p{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.resultado p span{
    color: #656AE2;
}
.resultados-lista{
    padding: 30px 0 0;
}
.resultado-item{
    border-bottom: 1px solid #000;
    padding: 40px 0 30px;
}
.resultado-item:last-child{
    border-bottom: none;
}
.resultado-item h3{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 1em;
    transition: all 200ms ease-in;
}
.resultado-item h3:hover{
    color: #F1A020;
}
.resultados-lista .paginacao{
    margin-top: 60px;
}
/*-------------------------------------------------------
PAGINAÇÃO
-------------------------------------------------------*/
.paginacao,
.pagination {
	width: max-content;
	max-width: 100%;
	height: 36px;
	padding: 0 55px;
	display: block;
	font-size: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.page-numbers{
    background-color: transparent;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;    
	color: #759DB7;
    font-family: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 800;  
    line-height: 36px;  
    text-align: center;      
    margin: 0 3px;  
    transition: all 200ms ease-in;
}
.page-numbers.current{
	color: #194866;
}
.page-numbers:hover,
.page-numbers.current{
	background-color: #F1A020;
}
.prev.page-numbers,
.next.page-numbers{	
    background-color: transparent;
    border-radius: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    font-size: 0;
    margin: 0;
    transition: all 200ms ease-in;
}
.prev.page-numbers{
    left: 0;
}
.next.page-numbers{
    right: 0;
}
.prev.page-numbers::before,
.next.page-numbers::before,
.prev.page-numbers::after,
.next.page-numbers::after{
    content: "";   
    background: url('assets/images/arrow-pages.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;        
    top: 0;
    left: 0;
    transition: all 200ms ease-in;
}
.prev.page-numbers::before{
    background-position: top left;
}
.next.page-numbers::before{  
    background-position: top right;
}
.prev.page-numbers::after{
    background-position: bottom left;
    opacity: 0;
}
.next.page-numbers::after{
    background-position: bottom right;
    opacity: 0;
}
.prev.page-numbers:hover::before,
.next.page-numbers:hover::before{
    opacity: 0;
}
.prev.page-numbers:hover::after,
.next.page-numbers:hover::after{
    opacity: 1;
}
/*-------------------------------------------------------
-------------------------------------------------------
RESPONSIVO
-------------------------------------------------------
-------------------------------------------------------*/
@media only screen and (max-width : 810px) {

    /*-------------------------------------------------------
    GERAIS
    -------------------------------------------------------*/
    h1{		
        font-size: 36px;   
    }
    h2 {
        font-size: 26px;       
    }
    h3{
        font-size: 18px;	
    }
    h4{
        font-size: 22px;
    }
    h5{
        font-size: 20px;
    }
    h6{
        font-size: 18px;
    }
    .site{	
        padding-top: 66px;	   
    }
    .inner{
        width: calc( 100% - 48px );
        padding: 48px 0;   
    }
    .spacer50{
        height: 40px;
    }
    .spacer40{
        height: 30px;
    }
    /*EMENDAS OWL*/
    .owl-dots{
        width: 100%;  
        height: 12px; 
        padding: 0 24px;   
        left: 0;  
    }
    .owl-dot{  
        margin: 0 5px;
    }
    /*-------------------------------------------------------
    FORMULÁRIOS
    -------------------------------------------------------*/
    .fieldset{
        width: 100%;
        margin-bottom: 30px;
    }
    .fieldset.half{
        width: 100%;
        float: none;
    }
    .fieldset.half + .fieldset.half{
        margin-left: 0;
    }
    /* EMENDAS */
    /*-------------------------------------------------------
    HEADER
    -------------------------------------------------------*/
    header{	  
        min-height: 66px;
    }
    .header-inner {
        width: 100vw;
        max-width: 100vw;
        height: 66px;
        padding: 8px 24px;	
        align-items: center;	
    }
    .logo {	
        width: 146px;   
    }
    .navigation-buttons-mobile{
        display: flex;
        justify-content: flex-end;
    }
    .btn-menu{
        background: #194866;
        border: none;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        padding: 0 13px;
        display: block;
        transition: all 200ms ease-in-out;
    }
    .btn-menu:hover{
        background: #F1A020;
    }
    .btn-menu .bar{
        background: #FFF;
        border-radius: 2px;
        width: 100%;
        height: 2px;
        margin-bottom: 3px;
    }
    .btn-menu .bar:nth-child(2){
        width: 13px;
        margin-left: auto;
    }
    .btn-menu .bar:last-child{
        margin-bottom: 0;
    }
    .btn-account.btn-account-mobile{
        border-radius: 48px;
        width: 48px;
        height: 48px;
        margin: 0 0 0 15px;
    }
    /* NAVEGAÇÃO */
    .navigation{
    display: none;
    }
    /* NAVEGAÇÃO MOBILE */
    .navigation-mobile{
        background: #194866;
        width: 100vw;
        height: 100vh;
        padding: 24px 24px 0;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 5;
        transition: all 300ms ease-in-out;
    }
    .navigation-mobile.active{
        visibility: visible;
        opacity: 1;
    }
    .navigation-mobile-logo{
        width: 123px;
        filter: brightness(0) invert(1);
        margin-bottom: 40px;
    }
    .btn-menu.btn-fecha-menu{
        padding: 0;
        position: absolute;
        top: 20px;
        right: 24px;  
    }
    .btn-menu.btn-fecha-menu .bar{   
        width: 22px;   
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transform-origin: center center;
        margin-bottom: 0;
    }
    .btn-menu.btn-fecha-menu .bar:nth-child(2){
        width: 22px;  
        transform: translate(-50%, -50%) rotate(-45deg);
        margin-left: 0;
    }
    /* BUSCA MENU MOBILE */
    .navigation-mobile .form-busca{
        border-bottom: 1px solid #F1A020;
        margin-bottom: 70px;    
    }
    .navigation-mobile .form-busca input[type="text"] {
        border-bottom: none;
        width: calc( 100% - 44px );	
        color: #FFF;
    }
    .navigation-mobile .btn-search {	
        background: url(assets/images/icon-search-orange.svg) no-repeat center center;
        margin: 0;	
    }
    .navigation-mobile .btn-search:hover{
        background: url(assets/images/icon-search.svg) no-repeat center center;
    }
    /* MENU PRINCIPAL */
    .menu-principal ul li{
        border-bottom: 1px solid #FFF;
        padding: 12px 0;
        display: block;
        margin: 0 0 14px;
    }
    .menu-principal ul li:first-child{
        margin: 0 0 14px;
    }
    .menu-principal ul li:last-child{
        margin: 0;
    }
    .menu-principal ul li.menu-item-has-children > a{
        background: url(assets/images/arrow-submenu.svg) no-repeat right center;
        padding: 0 32px 0 0;    
    }
    .menu-principal ul li.menu-item-has-children > a::before{
        content: none;    
    }
    .menu-principal ul li.menu-item-has-children > a::after{
        content: none;     
    }
    .menu-principal ul li.menu-item-has-children.active > a::before,
    .menu-principal ul li.menu-item-has-children.active > a::after{
        content: none;
    }
    .menu-principal ul li a{   
        width: 100%;   
        height: 32px;  
        color: #FFF;      
        font-size: 22px; 
        font-weight: 700; 
        line-height: 32px;
    }
    .menu-principal ul li a:hover{
        color: #F1A020;
    }
    /* SUB MENU */
    .menu-principal ul li.menu-item-has-children > a + ul.sub-menu{
        display: block;
        visibility: hidden;
        opacity: 0;
        overflow-y: auto;
        transition: all 300ms ease-in-out;
    }
    .menu-principal ul li.menu-item-has-children > a + ul.sub-menu.active,
    .menu-principal ul li.menu-item-has-children > a + ul.sub-menu.active ul.sub-menu{
        display: block;
        visibility: visible;
        opacity: 1;
    }   
    .menu-principal ul li ul.sub-menu{
        background-color: #FFF;
        width: 100vw;
        height: 100vh;
        padding: 24px 24px 36px;
        display: block;   
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .menu-principal ul li ul.sub-menu .btn-back{ 
        background: none;
        border: none;
        margin-bottom: 40px;
    }
    .menu-principal ul li ul.sub-menu li{
        border-bottom: 1px solid #467692;
        width: 100%;
        padding: 0 0 16px;
        margin: 0 0 20px;
    }
    .menu-principal ul li ul.sub-menu li:last-child{
        margin: 0;
    }    
    /* ITEM MENU SEGMENTO (DENTRO DO MENU MODDLE) */
    .menu-principal ul li ul.sub-menu li.menu-segmento{
        width: 100%;
        padding: 0;
    }
    .menu-principal ul li ul.sub-menu li.menu-segmento > a{
        background: none;   
    }
    .menu-principal ul li ul.sub-menu li.menu-segmento ul.sub-menu {	
        height: auto;
        padding: 20px 0 0;	
    }
    .menu-principal ul li ul.sub-menu li.menu-segmento ul.sub-menu li{
        border-bottom: none;
        margin: 0 0 5px;
    }
    /* MENU SERVIÇOS */
    .menu-principal ul li ul.sub-menu li.menu-servicos{
        border-bottom: none;
        padding: 0;
    }
    .menu-principal ul li ul.sub-menu li.menu-servicos > a{
        background: none;
        border-bottom: 2px solid #467692;  
        padding: 0 0 16px;   
    }
    .menu-principal ul li ul.sub-menu li.menu-servicos > a::after{
        content: none;
    }
    .menu-principal ul li ul.sub-menu li.menu-servicos > a + .menu-description{
        font-size: 16px;   
    }
    .menu-principal ul li ul.sub-menu li.menu-servicos ul.sub-menu {	
        height: auto;
        display: block !important;
    }
    .menu-principal ul li ul.sub-menu li.menu-servicos ul.sub-menu li{
        width: 100%;   
        margin: 0 0 20px;
    }
    .menu-principal ul li ul.sub-menu li.menu-servicos ul.sub-menu li:last-child{
        margin: 0;
    }
    /* BOTÕES AUXILIARES */
    .navigation-buttons {
        width: 100%;
        justify-content: space-between;
        margin-top: 60px;
    }
    .btn-contact{
        width: calc( 55% - 12px );    
        margin: 0;
    }
    .btn-contact.orange:hover{
        background-color: #FFF;
        border-color: #FFF;
        color: #194866;
    }
    .btn-enter{
        width: calc( 45% - 12px );  
        margin: 0 0 0 24px;
    }
    .btn-account,
    .btn-search{  
        border-radius: 44px;
        width: 44px;
        height: 44px;
        display: block;    
        text-indent: -9999px;
        margin: 0 0 0 20px;
        transition: all 200ms ease-in-out;
    }
    .btn-account{
        background: url(assets/images/icon-user.svg) no-repeat center center;
        background-color: #EBEBEB;    
    }
    .btn-search{
        background: url(assets/images/icon-search.svg) no-repeat center center;
        background-color: #194866;   
    }
    .btn-account.active,
    .btn-account:hover,
    .btn-search:hover{
        background-color: #F1A020;
    }
    .mini-cart{
        display: none !important;
    }
    /* NOTICE */
    .notice .inner {
        width: 100%;
        padding: 12px 24px;
    }
    /* BUSCA */
    .busca{
    display: none;
    }
    .form-busca input[type="text"]{
        width: calc( 100% - 64px );
        height: 44px;
        float: left;
    }
    .form-busca .btn-search{
        float: left;
    }
    /*-------------------------------------------------------
    FOOTER
    -------------------------------------------------------*/
    .footer-inner{    
        width: calc( 100% - 48px );
        padding: 48px 0 24px;	
        display: block;       
    }
    .footer-info{
        width: 100%;
        margin-bottom: 30px;
    }
    .news{
        margin-bottom: 48px;
    }
    .infos {       
        margin-bottom: 30px;
    }
    .social-list{
        display: flex;
        justify-content: space-between;
    }
    .footer-menu{
        width: 100%;
        display: none;
    }
    .footer-menu ul li{
        margin: 0 0 20px;
    }
    .footer-menu ul li span.menu-description{
        display: none !important;
    }
    .footer-menu ul li ul{   
        margin: 10px 0 0;
    }
    .footer-menu ul li ul li{
        margin: 15px 0 0;
    }
    .footer-menu ul li ul li:first-child{
        margin: 0;
    }
    .footer-menu ul li.menu-servicos ul,
    .footer-menu ul li ul li.menu-segmento ul{
        border-left: 2px solid #656AE2;
        padding-left: 16px;
    }
    .footer-menu ul li ul li.menu-segmento > a{
        pointer-events: none;
    }
    .footer-menu ul li a{
        width: max-content;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5em; 
        text-transform: uppercase;   
    }
    .footer-menu ul li ul li a{
        width: max-content;
        font-size: 14px;   
        font-weight: 400;
        text-transform: none;
    }
    .footer-menu ul li a:hover{	
        color: #F1A020;
    }
    .cerficacao{   
        width: 100%;   
        margin: 30px 0 0;
    }
    .cerficacao p{
        width: calc( 100% - 94px );   
    }
    .institucional-menu {
        width: 100%;
        display: block;      
        margin: 30px 0 0;
    }
    .institucional-menu ul{
        display: block;    
    }
    .institucional-menu ul li{
        margin: 0 0 15px;
    }
    .rodape .inner {
        width: calc( 100% - 48px );
        padding: 24px 0 32px;
    }
    p.direitos br{
        display: inline;
    }
    .btn-cart-mobile {
        width: 62px;
        height: 62px;
        position: fixed;	
        right: 32px;
        bottom: 32px;
        z-index: 10;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    }
    .single-product .btn-cart-mobile {   
        bottom: 82px;
    }
    .woocommerce-checkout .btn-cart-mobile {   
        display: none;
    }
    .btn-cart-mobile .btn-cart-icon{
        width: 40px;
    }
    .btn-cart-mobile .btn-cart-count {
        width: 23px;
        height: 23px;	
        top: -6px;
        left: -5px;	
        font-size: 12px;	
        line-height: 21px;	
    }
    /*-------------------------------------------------------
    COOKIES
    -------------------------------------------------------*/
    .cky-consent-container {	
        width: calc( 100vw - 40px ) !important;	       
    }
    .cky-consent-container .cky-consent-bar {	      
        padding: 20px !important;	       
    }    
    .cky-notice-des{
        padding: 0 !important;	
        max-height: unset !important;
        overflow-y: unset !important;
    }
    .cky-notice-btn-wrapper {    
        padding: 0 !important;	
        align-items: start !important;		 
        margin-top: 0 !important;		        
    }
    .cky-btn {       
        width: max-content !important;	
        padding: 0 20px !important;	
        margin: 16px 0 0 !important;		
    }    
    /*-------------------------------------------------------
    HOME
    -------------------------------------------------------*/
    /* BANNER */
    .hero.with-notice{
        height: calc( 100vh - 115px );
    }
    .hero.without-notice{
        height: calc( 100vh + 35px );
        top: 66px;
    }
    .hero-txt {
        width: 100vw;
        padding: 0 24px 165px;
        top: unset;
        bottom: 0;
        left: 0;
        transform: none;
        margin-top: 0;	
        animation: fade-in 1s ease-in-out 2.5s both;
    }
    .hero.with-notice .hero-txt{
        padding: 0 24px 80px;
    }
    /* .hero-txt h1 {	
        color: #FFF;   
    } */
    .hero-txt h1 span{
        color: #F1A020;
    }
    /* .hero-txt p{
        color: #FFF;   
    } */
    .hero-mask::after{    
        background: url(assets/images/mask-hero-mobile.svg) no-repeat right top;
        background-size: auto 100%;   
    }
    .hero-img {
        width: 100vw;
        height: calc( 66vh - 66px );
        top: 66px;
        left: 0;
        transform: none;
    }
    /* SERVIÇOS */
    .servicos-home .inner {
        width: 100vw;
        padding: 30px 0 130px;
    }
    .servicos-home h2{
        padding: 0 24px;
    }
    .servicos-home-lista .owl-carousel{
        padding-bottom: 48px;
    }
    /* SOBRE */
    .sobre::before {		
        transform: skewY(16deg);
    }
    .sobre .inner {
        width: 100vw;
        padding: 20px 0 15px;
    }
    .sobre-txt{
        padding: 0 24px 60px;
    }
    .sobre-item{   
        display: block;  
        margin: 0;
    }
    .sobre-item-img-container{
        width: 100%;
        height: 244px;   
    }
    .sobre-item-img{
        width: 100%;
        height: 244px;     
        position: relative;   
    }
    .sobre-item-txt{
        width: 100%;
        padding: 40px 24px 60px;
    }
    .sobre-item:nth-child(even) .sobre-item-txt{  
        padding: 40px 24px 60px;
    }
    .sobre-item:nth-child(odd) .sobre-item-txt{  
        padding: 40px 24px 60px;
    }
    .sobre-item-txt .button{
        margin-top: 32px;
    }
    /* NÚMEROS */
    .numeros-lista .owl-carousel{
        padding-bottom: 0;
    }
    .numeros-lista .owl-dots {
        width: 100%;
        bottom: unset;
        top: 260px;
    }
    .numero-item{
        display: block;   
    }
    .numero-item-img{
        width: 200px !important;
        margin: 0 auto;
    }
    .numero-item-txt{
        padding: 105px 0 0 0;
    }
    /* MARCAS */
    .marcas .inner{
        width: 100vw;   
    }
    .marcas-container {
        width: 100vw;   	
    }
    /* CASOS */
    .casos .inner{
        width: 100vw;
    }
    .casos-txt{
        padding: 0 24px;   
        margin-bottom: 4cap; 
    }
    .casos-lista{
        padding-bottom: 48px;
        display: block;   
        margin-bottom: 40px;
    }
    .owl-casos .owl-stage {
        display: flex;
    }
    .owl-casos .owl-item{    
        display: flex;
        flex: 1 0 auto;
    }
    .card-caso{   
        width: 100%; 
        margin-top: 38px;  
    }
    .card-caso-img{
        width: 65px !important;   
    }
    /* CONTATO */
    .contato .inner{
        width: calc( 100% - 48px );
        padding: 48px 0;
    }
    .contato-tabs {    
        width: 100%;      
        display: block;   
    }
    .contato-tabs-side {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;   
        margin-bottom: 48px;
    }
    .contato-tabs-side span{
    display: none;
    }
    .btn-tab:first-child{
        width: calc( 45% - 8px );
    }
    .btn-tab:last-child{
        width: calc( 55% - 8px );
    }
    .btn-tab {    
        padding: 0;
        font-size: 14px;   
    }
    .contato-tabs-panel {
        flex: 1;   
    }
    .tab-content {
        display: none;
    }
    .tab-content.active {
        display: block;
    }
    .tab-content p{
        margin-bottom: 1.5em;
    }
    /*-------------------------------------------------------
    TOPO
    -------------------------------------------------------*/
    .topo .inner{
        padding: 380px 0 2px;    
        z-index: 2; 
    }
    .topo h2 {	
        padding-right: 90px;
    }
    /* TAG PRODUTO */
    .topo-mask{
        background: url(assets/images/mask-topo-mobile.svg) no-repeat right top;   
    }
    .topo-img {
        width: 100vw;
        height: 390px;	
        top: 66px;
        left: 0;
        transform: none;
        object-fit: cover;
    }
    /*-------------------------------------------------------
    SOBRE
    -------------------------------------------------------*/
    .content-sobre::before{
        height: 60px;
    }
    .content-sobre .inner{
        padding: 16px 0 48px;
    }
    /* CTA CONTATO */
    .cta-contato .inner{
        padding: 85px 0 65px;
    }
    /*-------------------------------------------------------
    PARCEIROS
    -------------------------------------------------------*/
    .content-parceiros .inner{
        padding: 48px 0 18px;
    }
    .parceiros-lista{
        display: block;   
    }
    .parceiro-item{   
        width: 100%;   
        margin-bottom: 30px;
    }
    .btn-parceiro {	
        width: 100%;   	
    }
    /* SINGLE PARCEIRO */
    /*-------------------------------------------------------
    CASOS
    -------------------------------------------------------*/
    .content-casos .inner{
        padding: 10px 0 48px;
    }
    .casos-lista-pagination{
        display: block; 
        padding: 0;
        margin-bottom: 48px;
    }
    .casos-lista-pagination .card-caso {	
        width: 100%;	
        margin-top: 68px;
    }
    /*-------------------------------------------------------
    MOODLE
    -------------------------------------------------------*/
    .content-imagem-texto-alternado .inner{
        width: 100vw;   
    }
    .content-imagem-texto-alternado .row{
        display: block;    
        margin-bottom: 0;
    }
    .content-imagem-texto-alternado .row:last-child{
        margin-bottom: 0;
    }
    .linha-img-container{
        width: 100%;
        height: 450px;    
    }
    .content-imagem-texto-alternado .row:first-child .linha-img-container{
        height: 430px;    
    }
    .linha-img-mask {	
        width: 100%;
        height: 65px;	
        bottom: 0;	
    }
    .linha-img-container::before{
        content: "";
        background-color: #FFF;
        width: 100%;
        height: 65px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;	
        z-index: 1;
    }
    .content-imagem-texto-alternado .row:first-child .linha-img-container::before{
        content: none;
    }
    .linha-img {	
        width: 100%;
        height: 100%;
    }
    .linha-info{
        width: 100%;
        padding: 32px 24px;
    }
    .content-imagem-texto-alternado .row:nth-child(odd) .linha-img-mask {
        clip-path: polygon(0 0, 0% 100%, 100% 100%);	
    }
    .content-imagem-texto-alternado .row:nth-child(odd) .linha-img-container::before {
        clip-path: polygon(100% 0, 0 0, 0 100%);
    }
    .content-imagem-texto-alternado .row:nth-child(even) .linha-img-mask {
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);		
    }
    .content-imagem-texto-alternado .row:nth-child(even) .linha-img-container::before {    
        clip-path: polygon(100% 0, 0 0, 100% 100%);
    }
    .content-imagem-texto-alternado.white .linha-img-container::before {
        background-color: #194866;
    }
    /* SERVIÇOS RELACIONADOS */
    .servicos-relacionados-lista .owl-carousel {
        padding-bottom: 48px;
    }
    .card-servico{   
        width: 100%;  
        margin-top: 74px; 
    }
    .servicos-relacionados-lista .card-servico{       
        margin-top: 44px; 
    }
    /* MARCAS */
    .marcas.marcas-vantagem .inner::after{   
        width: 190px;   
        transform: translateX(190px);   
    }
    .marcas.marcas-vantagem h4.marcas-txt {
        width: 190px;
        padding: 0 32px 0 24px;   
        line-height: 1;
    }
    .marcas.marcas-vantagem .marcas-container {
        width: calc( 100% - 190px );	
    }
    /* CTA PROPOSTA */
    /*-------------------------------------------------------
    SERVIÇOS E CERTIFICAÇÕES
    -------------------------------------------------------*/
    .content-certificacoes .inner{
        padding: 18px 0 48px;
    }
    .servicos-lista,
    .certificacoes-lista{
        display: block;  
        padding: 0;    
    }
    .card-certificacao{  
        width: 100%;
        margin-top: 30px;   
    }
    /* SINGLE CERTIFICAÇÃO */
    .content-certificacao .inner{
        padding: 90px 0;    
    }
    /* RELATOS DE ALUNOS */
    /* DÚVIDAS FREQUENTES */
    .duvidas .inner{
        padding: 48px 0;
    }
    /* CERTIFICAÇÕES RELACIONADAS */
    .content-certificacoes.relacionados{
        z-index: 2;
    }
    .content-certificacoes.relacionados .inner{
        width: calc( 100% - 48px );
        max-width: calc( 100% - 48px );
        padding: 48px 0 18px;
    }
    .content-certificacoes.relacionados .certificacoes-lista {
        display: block;
        padding: 0;
    }
    .content-certificacoes.relacionados .card-certificacao{
        float: none;
        margin-bottom: 30px;
    }
    .content-certificacoes.relacionados .card-certificacao:nth-child(even){
        margin-left: 0;
    }
    /*-------------------------------------------------------
    APLICATIVO
    -------------------------------------------------------*/
    .card-aplicativo{  
        width: 100%;   
    }
    /*-------------------------------------------------------
    PORTAL
    -------------------------------------------------------*/
    .bg-imagem-box-texto-alternado .row{   
        width: 100%;
        height: auto;  
        margin-bottom: -80px;
    }
    .bg-imagem-box-texto-alternado .row:last-child{
        margin-bottom: 0;
    }
    .bg-imagem-box-texto-alternado .row .inner {
        width: 100%;
        height: 100%;
        padding: 355px 48px 105px 0;
        display: block;		
    }
    .linha-box{  
        width: 100%;
        padding: 60px 24px 60px 48px;      
    }
    .linha-box::after{
        content: none;   
    }
    .linha-box h5.linha-numero{    
    left: 24px;
    }
    .bg-imagem-box-texto-alternado .row:nth-child(odd) .inner{    
        padding: 355px 48px 105px 0;
    }
    .bg-imagem-box-texto-alternado .row:nth-child(odd) .linha-box{       
        padding: 60px 24px 48px;
    }
    .bg-imagem-box-texto-alternado .row:nth-child(even) .inner{
        padding: 355px 0 105px 48px;
    }
    .bg-imagem-box-texto-alternado .row:nth-child(even) .linha-box{     
        padding: 60px 24px 48px;     
    }
    /* MARCAS PORTAL */
    .page-template-part-page-portal .spacer40{
        height: 48px;
    }
    .page-template-part-page-portal .marcas.marcas-vantagem{
        margin-bottom: 48px;
    }
    .page-template-part-page-portal .marcas.marcas-vantagem::after{  
        height: 48px; 
    }
    /*-------------------------------------------------------
    PLUGINS
    -------------------------------------------------------*/
    .plugins .inner{
        width: 100%;
        padding: 48px 0 10px;
    }
    .plugins-txt{
        padding: 0 24px;
    }
    .plugin-item{
        width: 100%;
        display: block;   
        margin:  0 0 24px;
    }
    .plugin-item-img-container{
        width: 100%;
        height: 240px;   
    }
    .plugin-item-img{   
        width: 100%;
        height: 100%;  
    }
    .plugin-item-txt{
        width: 100%;
        height: auto;
        padding: 36px 24px 24px;
    }
    .plugin-item-txt-rodape {
        border-top: 1px solid #000;
        width: 100vw;
        height: auto;
        padding: 24px 24px 0;
        position: relative;
        left: -24px;
        margin-top: 24px;
    }
    .plugin-item-txt-rodape::before{
        content: none;   
    }
    .plugin-item:nth-child(odd) .plugin-item-txt{  
        padding: 36px 24px 24px;
    }
    .plugin-item:nth-child(even) .plugin-item-txt{  
        padding: 36px 24px 24px;
    }
    /*-------------------------------------------------------
    CONTATO
    -------------------------------------------------------*/
    .contato-info .inner{
        padding: 12px 0 48px;
    }
    .contato-info-lista{
        display: block;
    }
    .contato-info-item{
        margin: 0 0 24px 0;
    }
    /*-------------------------------------------------------
    INSCRIÇÃO
    -------------------------------------------------------*/
    .content-inscricao .inner{
        width: calc( 100% - 48px );
    }
    .deacordo-text{
        padding: 18px 0 30px;   
    }
    /*-------------------------------------------------------
    CURSOS
    -------------------------------------------------------*/
    .woocommerce-shop .content-woo .inner{
        padding: 48px 0 10px;
    }
    .lista-produtos{
        padding: 48px 0 18px;
        width: calc( 100% - 48px );      
    }
    ul.products {
        display: block;   
    }
    li.product {	
        width: 100%;    
        margin: 0 0 30px;
    }
    /*-------------------------------------------------------
    PÁGINA DO CURSO
    -------------------------------------------------------*/
    .single-product .content-woo{
        z-index: 2;
    }
    /* SUMÁRIO */
    .single-product div.product .summary {
        width: 100%;
        padding: 30px 24px 24px;
    }
    .single-product div.product .summary p.price {
        width: 100%;
        display: block;       
        margin-bottom: 24px;
    }
    .single-product div.product .summary form.cart {
        width: 100%;	
        display: block;	
    }
    .single-product div.product .summary .single_add_to_cart_button {
        background-position: calc( 50% - 32px ) top;
        width: 100%;	
        padding: 0 0 0 50%;  
    }
    .single-product div.product .summary .single_add_to_cart_button:hover{
        background-position: calc( 50% - 32px ) bottom;
    }
    /* MODULOS CURSO */
    .conteudo-curso .inner {
        width: calc( 100% - 48px );
        padding: 24px 0;
    }
    .conteudo-curso-lista li.conteudo-curso-item h4{
        width: calc( 100% - 40px );   
        padding: 3px 0 0 0;
    }
    .conteudo-curso-lista li.conteudo-curso-item .info-unidade{
        width: 100%;
        padding-top: 10px;
        padding-left: 40px;
        display: block;    
    }
    .conteudo-curso-lista li.conteudo-curso-item .info-unidade span:nth-child(1){
        text-align: left;
    }
    /* PÚBLICO CURSO */
    .publico-curso .inner{
        width: calc( 100% - 48px );
        padding: 24px 0 48px;
    }
    /* DESCRIÇÃO DO CURSO */
    .content-certificacao.descricao-curso .inner{
        width: calc( 100% - 48px );
        padding: 104px 0;
    }
    /* RELATOS DE ALUNOS */
    .casos.relatos.alunos .inner {
        width: 100%;
        padding: 48px 0 48px;
    }
    .casos.relatos.alunos .casos-txt {
        margin-bottom: 30px;
    }
    .casos.relatos.alunos .casos-lista {   
        padding: 0 24px 48px;      
    }
    .summary-mobile {
        border-top: 2px solid #194866;
        background-color: #EBEBEB;
        width: 100%;
        height: 52px;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 5;
    }
    .summary-mobile p.price,
    .summary-mobile form.cart{
        width: 50%;
        height: 50px;
    }
    .summary-mobile p.price{ 
        color: #194866;
        font-size: 20px;
        font-weight: 700;
        line-height: 50px;    
        text-align: center;    
    }
    .summary-mobile form.cart .single_add_to_cart_button {
        background: url(assets/images/icon-cart-colors.svg) no-repeat;
        background-color: #F1A020;
        background-position: calc( 50% - 32px ) 5px;
        border: none;
        border-radius: 0;
        width: 100%;
        height: 50px;
        padding: 0 0 0 50%;
        color: #194866;
        line-height: 50px;
        text-align: left;
        transition: none;
    }
    .summary-mobile form.cart .single_add_to_cart_button:hover{
        background-color: #194866;
        background-position: calc( 50% - 32px ) -35px;
        color: #FFF;
    }
    /*-------------------------------------------------------
    PÁGINA WOOCOMMERCE
    -------------------------------------------------------*/
    /*-------------------------------------------------------
    CARRINHO
    -------------------------------------------------------*/
    .woocommerce-cart .content-pages-woo .inner {
        width: calc( 100% - 48px );
        padding: 48px 0;
    }
    .woocommerce-cart-form,
    .cart-collaterals{   
        padding: 20px; 
        float: none;  
    }
    .woocommerce-cart-form{   
        width: 100%;     
        margin: 0 0 30px;
    } 
    .woocommerce-cart-form table.cart td.product-thumbnail {    
        width: 128px;    
    }
    .woocommerce-cart-form table.cart td.product-thumbnail img{   
        height: 120px;       
    }
    .woocommerce-cart-form table.cart td.product-name { 
        grid-area: 1 / 2 / 2 / 6;
        padding: 24px 0 16px;
    }
    .woocommerce-cart-form table.cart td.product-name .product-category,
    .order_details .woocommerce-checkout-review-order-table td.product-name .product-category {
        border-radius: 16px;
        width: min-content;
        height: auto;
        padding: 7px 24px;
        line-height: 1.25em;
    }
    .woocommerce-cart-form table.cart td.actions {	
        padding: 24px 0 0 0;
    }
    .woocommerce-cart-form table.cart td.actions .coupon {
        display: none;
    }
    .woocommerce-cart-form table.cart td.actions .button {
        height: auto;
        padding: 8px 10px;
        line-height: 1.25em;
        width: min-content;
        border-radius: 16px;
    }
    .cart-collaterals{
        width: 100%;   
        padding-top: 24px;    
    }
    /*-------------------------------------------------------
    CHECKOUT
    -------------------------------------------------------*/
    .woocommerce-checkout .content-pages-woo .inner {
        width: calc( 100% - 48px );
        padding: 48px 0;
    }
    /* FORMULÁRIO DE LOGIN */
    .container-login-form .woocommerce-info{
        padding: 20px;
    }
    .woocommerce-checkout .woocommerce-form-login{   
        padding: 0 20px 20px;
    }
    .woocommerce-checkout .col-1{
        margin-bottom: 48px;
    }
    /* DETALHES DO PEDIDO */
    .order_details{   
        padding: 20px 20px 6px;
        margin-bottom: 48px;
    }
    .order_details .woocommerce-checkout-review-order-table tr {	
        display: block;	
    }
    .order_details .woocommerce-checkout-review-order-table td.product-name {
        width: 100%;
        height: auto;
        min-height: 82px;
        padding: 0 20px 0 108px;    
    }
    .order_details .woocommerce-checkout-review-order-table .product-image {   
        width: 88px;
        height: 82px;	
    }
    .order_details .woocommerce-checkout-review-order-table td.product-total{
        width: 100%;
        text-align: left;
        padding: 12px 0 0 108px;
    }
    .order_details .woocommerce-checkout-review-order-table td.custom-coupon h3{
        display: block;
    }
    .order_details .woocommerce-checkout-review-order-table tfoot tr{   
        display: flex;
    }
    .order_details h3:last-child,
    .order_details h3:last-of-type{
        display: none;
    }
    .woocommerce-checkout-payment .payment_methods li {  
        padding: 20px;       
    }
    /* iNÍCIO Customiza radio-button */
    /* FIM Customiza radio-button */
    .woocommerce-checkout-payment .payment_methods li .payment_box{
        padding: 20px 0 0;
    }
    .woocommerce-checkout-payment .place-order{   
        padding: 20px;    
    }
    .woocommerce-checkout-payment .place-order .button {
    position: relative;
    }
    /*-------------------------------------------------------
    OBRIGADO
    -------------------------------------------------------*/
    ul.order_details,
    .woocommerce-order-details {   
        padding: 20px;    
        margin-bottom: 48px;
    }
    ul.order_details li { 
        padding: 20px 0;	  
    }
    .woocommerce-table--order-details{
        width: 100%;
        max-width: 100%;	
    }
    .woocommerce-table--order-details{
        margin-bottom: 0;
    }
    .woocommerce-order-details .woocommerce-table--order-details .order-item-image{
        display: none;
    }
    .woocommerce-order .button{
        width: 100%;   
    }
    /*-------------------------------------------------------
    MINHA CONTA
    -------------------------------------------------------*/
    /* LOGIN */
    .woocommerce-account .content-pages-woo .inner{
        padding: 90px 0;
    }
    .woocommerce-account .content-pages-woo:before{  
        border-width: 0px 80vw 75px 0px;  
    }
    .woocommerce-account .content-pages-woo:after {  
        border-width: 0px 0 75px 80vw;   
    }
    /* LOGIN */
    .col2-set#customer_login {	
        float: none;	
    }
    .col2-set#customer_login .col-1,
    .col2-set#customer_login .col-2{
        width: 100%;	
    }
    .col2-set#customer_login .col-1 {	
        border-bottom: 2px solid #194866;
        padding-bottom: 30px;
        float: none;	
        margin-bottom: 30px;
    }
    .col2-set#customer_login .col-2{	
        float: none;	
    }
    .col2-set#customer_login h2{
        font-size: 39px;   
    }
    .col2-set#customer_login .button{  
        margin-top: 30px;
    }
    /* PAINEL */
    .woocommerce-account.logged-in .content-pages-woo .inner{
        width: 100%;
        padding: 48px 0;
    }
    .woocommerce-MyAccount-navigation{
        background-color: #F1A020;
        width: 270px;
        height: max-content;
        padding: 24px 36px 14px 24px;
        position: fixed;
        top: 66px;
        right: 0;
        transform: translateX(270px);
        z-index: 3;
        transition: all 300ms ease-in-out;
    }
    .woocommerce-MyAccount-navigation.active{
        transform: translateX(0);
    }
    .woocommerce-MyAccount-content{
        width: 100%;
        padding:  0 64px 0 24px;
        float: none;
    }
    .woocommerce-MyAccount-content p a{
        color: #194866;
        font-weight: 700;
    }
    .woocommerce-MyAccount-content p a:hover{
        color: #F1A020;
    }
    /* tabela pedidos */
    table.my_account_orders {	
        margin-bottom: 0;
    }
    table.my_account_orders tr{
        border-bottom: 2px solid #194866;
    }
    table.my_account_orders th{
        border: none;
        padding: 20px 20px 10px;
    }
    table.my_account_orders td {
        border: none;
        padding: 10px 20px;
    }
    table.my_account_orders td:last-child{
        padding: 10px 20px 20px;
    }
    /* Tabela responsiva */
    table.my_account_orders thead {
        display: none;
    } 
    table.my_account_orders tbody tr {
        display: block;  
    }  
    table.my_account_orders td,
    table.my_account_orders th {
        display: block;
        text-align: right;   
        position: relative;
        padding-left: 35%;
    } 
    table.my_account_orders tr td:last-child,
    table.my_account_orders tr th:last-child {
        border-bottom: none;
    }
    table.my_account_orders td:before,
    table.my_account_orders th:before {
        content: attr(data-title);
        position: absolute;
        left: 20px;
        font-weight: 700;
        text-align: left;
    }
    table.my_account_orders .woocommerce-orders-table__cell-order-actions:before {
        display: none;
    }
    /* endereços */
    .woocommerce-MyAccount-content header.woocommerce-Address-title {   
        padding: 20px 0 24px;
        display: block;	
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-content header.woocommerce-Address-title h2{
        margin-bottom: 1.25em;
    }
    .woocommerce-MyAccount-content header.woocommerce-Address-title a{
        width: 100%;    
        text-align: center;
    }
    .woocommerce-MyAccount-content .woocommerce-Address address li{  
        margin-bottom: 1em;
    }
    .woocommerce-MyAccount-content .woocommerce-Address address li span{
        width: 100%;
        display: block;
        margin-bottom: 8px;
    }
    /* editar endereço */
    .woocommerce-MyAccount-content form{
        width: 100%;
    }
    .woocommerce-address-fields .button,
    .woocommerce-EditAccountForm .button,
    .woocommerce-ResetPassword .button{	
        width: 100%;  
    }
    /* detalhes da conta */
    .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p.form-row-first,
    .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account p.form-row-last,
    .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .clear:first-of-type + p{
        display: none;
    }
    .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account fieldset legend{
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .woocommerce-MyAccount-content .woocommerce-order-details{
        margin-bottom: 0;
    }
    .woocommerce-MyAccount-content .woocommerce-table--order-details td.woocommerce-table__product-name * {
        display: block;
    }	
    .woocommerce-MyAccount-content .woocommerce-table--order-details td.woocommerce-table__product-name .order-item-image{
        width: 100px;
        height: 108px;   
        margin: 0 0 20px;
    }
    /* FORMULÁRIOS WOOCOMMERCE */
    #billing_neighborhood_field,
    #billing_city_field{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    /*-------------------------------------------------------
    BLOG
    -------------------------------------------------------*/
    .banner-blog .inner{
        width: 100%;
        padding: 0;
        display: block;
    }
    .banner-blog-img-container {
        width: 100%;
        height: 255px;	
        padding-right: 36px;
    }
    .banner-blog-img{
        mask-image: url(assets/images/mask-banner-blog.svg);
        mask-position: right bottom;
        mask-size: cover;
        width: 100%;
        height: 100%;   
        object-fit: cover;
    }
    .banner-blog-info {
        width: 100%;
        padding: 32px 24px 74px;
        display: block;	
    }
    .banner-blog-info h3{   
        margin-bottom: 1.5em;
    }
    .banner-blog-info-rodape{
        border-top: 1px solid #FFF;
        width: 100%;   
    }
    .banner-blog-info-rodape::before{
        content: none;    
    }
    /* CARD BLOG */
    .card-blog{   
        width: 100%;      
        margin-bottom: 30px;
    }
    /* MAIS RECENTES */
    .mais-recentes .inner{
        padding: 48px 0 18px;
    }
    .mais-recentes-lista{
        display: block;    
    }
    .mais-recentes-lista .card-blog{  
        width: 100%;      
    }
    .mais-recentes-lista .card-blog-info{
        width: calc( 100% - 144px );
        padding: 0 0 43px;
    }
    .mais-recentes-lista .card-blog-rodape{   
        padding: 24px 0 0;       
    }
    /* CONTEUDO BLOG */
    .conteudo-blog .inner{
        width: 100%;
        padding: 63px 0 48px;
        display: block;
    }
    .blog-categorias{
        width: 100%;  
        padding: 0 0 24px;  
    }
    .blog-categorias h4 {
        padding: 0 24px;	
    }
    .blog-categorias-lista-container{
        padding-bottom: 24px;
        overflow-x: auto;
    }
    .blog-categorias-lista{
        width: max-content;
        display: flex;
    }
    .blog-categorias button.tag-categoria{   
        margin: 0 0 0 24px;   
    }
    .blog-categorias button.tag-categoria:last-child{
        margin: 0 24px; 
    }
    .blog-lista {
        width: 100%;
        display: block;
        padding: 0 24px 0;   
    }
    .blog-paginacao{
        width: 100%;   
        padding: 18px 0 0; 
    }
    /*-------------------------------------------------------
    SINGLE POST
    -------------------------------------------------------*/
    .topo.topo-blog-post .inner {
        padding: 380px 0 0 0;
    }
    .topo.topo-blog-post .meta{
        padding: 16px 0;
        position: relative;
    }
    .topo.topo-blog-post .meta::before{   
        width: 100vw;   
        left: -24px;
    }
    .topo.topo-blog-post .meta.evento{
        display: block;
    }
    .topo.topo-blog-post .meta div.data-evento {	
        width: 100%;    
        margin-bottom: 1em;
    }
    .topo.topo-blog-post .meta div.local-evento{   
        width: 100%;
    }
    .topo.topo-blog-post .topo-mask {
        height: 100%;
        top: 0;
    }
    .topo.topo-blog-post .topo-img {
        width: 100vw;
        height: 390px;
    }
    /* MENU LATERAL */
    .menu-lateral {
        border-right: none;
        width: 270px;
        height: max-content;
        padding: 24px 36px 8px 24px;
        top: 66px;
        right: 0;
        transform: translateX(270px);
        transition: all 300ms ease-in-out;
    }
    .menu-lateral::before {
        content: none;	
    }
    .menu-lateral.active{
        transform: translateX(0);
    }
    .btn-explore{
        background: #F1A020;
        border: none;
        border-right: 2px solid #194866;
        border-radius: 0 0 0 9px;
        width: 40px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: -40px;
        color: #194866;
        font-family: "Cabin", sans-serif;
        font-optical-sizing: auto;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 200ms ease-in-out;
    }
    .btn-explore::before{
        content: "";
        background-color: #194866;
        border-radius: 2px;
        width: 2px;
        height: 18px;
        display: block;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
    }
    .btn-explore span {
        display: block;
        width: max-content;
        position: absolute;
        transform: rotate(-90deg);
        transform-origin: top center;
        top: 50%;
        left: -55px;
    }
    .btn-explore:hover{
        background: #194866;
        color: #FFF;
    }
    .menu-lateral h3{
    display: none;
    }
    .menu-lateral ul li{
        margin-bottom: 16px;
    }
    /* compartilhe */
    .compartilhe::after {
        width: 128px;	
        left: unset;
        transform: translateX(0);
        right: 0;
    }
    .compartilhe .inner {
        width: calc( 100% - 48px );
        padding: 40px 48px 40px 0;
    }
    .compartilhe .addtoany_list a {	
        width: 40px;
        height: 40px;	
    }
    .compartilhe .addtoany_list a span{
        width: 40px !important;
        height: 40px !important;
    }
    /* Relacionados */
    .relacionados .inner{
        width: calc( 100% - 48px );
    }
    /*-------------------------------------------------------
    SINGLE CASOS
    -------------------------------------------------------*/
    .conteudo-caso .inner{
        padding: 0 0 48px;
    }
    .sobre-projeto{
        padding: 48px 0 0;
        margin-bottom: 12px;
    }
    .caso-secao{   
        padding: 36px 0 0;   
    }
    .caso-galeria{
        width: 100vw !important;
        padding: 36px 0 48px;    
        left: -24px;
        margin-bottom: 12px;
    }
    .caso-imagem-unica{
        margin-bottom: 12px;
    }
    /*-------------------------------------------------------
    PADRÃO
    -------------------------------------------------------*/
    .wp-caption{
        width: 100vw !important;
        position: relative;
        left: -24px;	
    }
    .wp-caption img{
        left: 0 !important;
        margin-bottom: 0 !important;
    }
    .wp-caption-text {
        background-color: #F1A020;
        padding: 16px 24px;
        position: relative;	
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5em;
    }
    .padrao img{
        border-bottom: 2px solid #F1A020;   
        margin: 2rem 0;
    }
    .padrao img.size-conteudo,
    .padrao img.size-full,
    .padrao img.size-large{
        width: 100vw;	
        position: relative;
        left: -24px;		
    }
    .padrao img.size-full{
        width: 100vw;
        max-width: 100vw;
    }
    .padrao img.size-full.aligncenter,
    .padrao img.size-medium.aligncenter{
        margin: 2rem auto;
    }
    .padrao img.size-medium.alignleft,
    .padrao img.size-medium.alignright {
        width: 100%;
        float: none;
        margin: 2rem 0 2rem;
    }
    .padrao blockquote{   
        width: 100%;	
        margin: 2rem auto 2rem;
    }
    /* VIDEO */
    .padrao .videoContainter{	
        width: 100vw;
        position: relative;
        left: -24px;		
    }
    .padrao table {    
        width: 100vw;
        position: relative;
        left: -24px;		
    }
    .padrao table td,
    .padrao table th {   
        border-top: none;
        border-bottom: none;   
        padding: 8px;
    }
    .padrao table td:first-child,
    .padrao table th:first-child {   
        border-left: none;
        padding: 8px 8px 8px 24px;   
    }
    .padrao table td:last-child,
    .padrao table th:last-child {
        border-right: none;
        padding: 8px 24px 8px 8px;     
    }
    .padrao .gallery {
        width: 100vw;
        position: relative;
        left: -24px;		
        padding-bottom: 48px;	
    }
    /*-------------------------------------------------------
    BUSCA
    -------------------------------------------------------*/
    .content-search .inner{
        width: calc( 100% - 48px );
    }
    .resultado{
        padding: 24px 0;
    }
    .resultados-lista{
        padding: 24px 0 0;
    }
    .resultados-lista .paginacao{
        margin-top: 48px;
    }
    /*-------------------------------------------------------
    PAGINAÇÃO
    -------------------------------------------------------*/
    .paginacao,
    .pagination {
        width: max-content;
        max-width: 100%;
        height: 36px;
        padding: 0 55px;
        display: block;
        font-size: 0;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }
    .page-numbers{
        background-color: transparent;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: inline-block;    
        color: #759DB7;
        font-family: "Mulish", sans-serif;
        font-size: 17px;
        font-weight: 800;  
        line-height: 36px;  
        text-align: center;      
        margin: 0 3px;  
        transition: all 200ms ease-in;
    }
    .page-numbers.current{
        color: #194866;
    }
    .page-numbers:hover,
    .page-numbers.current{
        background-color: #F1A020;
    }
    .prev.page-numbers,
    .next.page-numbers{	
        background-color: transparent;
        border-radius: 0;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 8px;
        font-size: 0;
        margin: 0;
        transition: all 200ms ease-in;
    }
    .prev.page-numbers{
        left: 0;
    }
    .next.page-numbers{
        right: 0;
    }
    .prev.page-numbers::before,
    .next.page-numbers::before,
    .prev.page-numbers::after,
    .next.page-numbers::after{
        content: "";   
        background: url('assets/images/arrow-pages.svg') no-repeat;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;        
        top: 0;
        left: 0;
        transition: all 200ms ease-in;
    }
    .prev.page-numbers::before{
        background-position: top left;
    }
    .next.page-numbers::before{  
        background-position: top right;
    }
    .prev.page-numbers::after{
        background-position: bottom left;
        opacity: 0;
    }
    .next.page-numbers::after{
        background-position: bottom right;
        opacity: 0;
    }
    .prev.page-numbers:hover::before,
    .next.page-numbers:hover::before{
        opacity: 0;
    }
    .prev.page-numbers:hover::after,
    .next.page-numbers:hover::after{
        opacity: 1;
    }

}