@charset "UTF-8";
/*
Theme Name: Lince 2026
Theme URI: https://lince2026.local
Author: Estudio Saci
Author URI: http://www.estudiosaci.com.br
Description: Tema Lince 2026 baseado no tema Lince Partners 2021.
Version: 1.0.0
License: Privada
Text Domain: lince2026
Domain Path: /languages
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap');


@font-face { font-family: "Ionicons"; src: url("includes/fonts/ionicons.eot?v=2.0.0"); src: url("../includes/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("includes/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../includes/fonts/ionicons.woff?v=2.0.0") format("woff"), url("includes/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; }


/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100vh;
    width: 100vw;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-wrapper .preloader {
}
/*------------------------------------------------------------ */
/* --------------------- MAIN STRUCTURE ---------------------- */
/*------------------------------------------------------------ */

html { height: 100% }
html, body {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {padding: 0;margin: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
body {position: relative; height: 100%; overflow: auto; }

#top-bar-wrapper, #top-wrapper, #main, #container-wrapper, #pre-footer, #footer, #sub-footer, .wrapper {width: 100%;float: left;}
#top-bar, #header, #pages-wrapper ul {width: 100%;max-width: 1114px;margin: 0 auto;box-sizing: border-box;}

#container {width: 100%;margin: 0 auto;padding: 0px 0px; max-width:1900px}
#container.home {  padding: 0px;}
#container.page {    float: left;    }
#container.sem#sidebar {
    padding: 0px 11px;
    width: 100%;
    max-width: 1114px;
    margin-top: 86px;
}
.col10,.col20, .col25, .col30, .col33, .col40, .col50, .col60, .col70, .col80   {  float: left;  position:relative}
.col10 { width: 10%;}
.col20 { width: 20%;}
.col25 { width: 25%;}
.col30 { width: 30%;}
.col33 { width: 33%;  text-align: center;}
.col40 { width: 40%;}
.col50 { width: 50%;}
.col60 { width: 60%;}
.col70 { width: 70%;}
.col80 { width: 80%;}
.spacer10 {display:block; width:10px; height:10px;}
.spacer20 {display:block; width:10px; height:20px;}
.spacer30 {display:block; width:10px; height:30px;}
.spacer40 {display:block; width:10px; height:40px;}
.spacer50 {display:block; width:10px; height:50px;}

.colunas2 p { margin: 0 !important;}
/*
.colunas2, .colunas3, .colunas4, .colunas5, .colunas6 {display: flex; flex-wrap: wrap; margin: 0 -15px;}

.colunas2 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/2)); padding: 0 15px;}
.colunas3 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/3)); padding: 0 15px;}
.colunas4 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/4)); padding: 0 15px;}
.colunas5 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/5)); padding: 0 15px;}
.colunas6 > * {	display: inline-block;  flex-grow: 0;  width: calc(100% * (1/6)); padding: 0 15px;}
*/

.colunas2 { column-count:2; column-gap: 7%;}
.colunas3 { column-count:3}
.colunas4 { column-count:4}
.colunas5 { column-count:5}
.colunas6 { column-count:6}

.active{display:block; opacity:1}
.hidden{display:none; opacity:0}
.mobile { display:none;}
@media screen and (max-width: 700px) {.col20, .col25, .col30, .col33, .col40, .col50, .col60, .col70, .col80   { width:100%;}

.colunas2, .colunas3, .colunas4, .colunas5, .colunas6 { column-count:1}

}

.altura1 { min-height: 380px;}
.hide {display:none !important;}
.max-width {max-width:1900px;float:none;margin:0 auto;padding:0px 10px;width: 100%;}
.width1114 {
    width: 100%;
    max-width: 1114px;
    margin: 0 auto;
}
.width900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.width557 {
    width: 100%;
    max-width: 557px;
    margin: 0 auto;
    float: right;
    padding: 10px;
	padding-right:100px;
}
.bloco {    float: left;
    width: 100%;
    display: flex;
    align-items: center;
	}
.bloco.padding { padding:0}
.padding40 { padding:40px }
.padding80 { padding:80px }
.flex-column {display:flex; flex-direction: column}
.flex-row {display:flex; center; flex-direction: row}
.flex-row-reverse {display:flex; center; flex-direction: row; flex-flow: row-reverse;}
.flex-column-reverse {display:flex; flex-direction: column; flex-flow: column-reverse;}
@media screen and (max-width: 700px) {
.flex-row {flex-direction: column}
}
.center {align-items: center; justify-content: center; text-align:center;}
img.cover {    width: 100%;  height: 100% !important;	object-fit:cover; }
img.contain{    width: 100%;  height: 100% !important;	object-fit:contain; }
a, li, span, button, h1, h2, h3, h4, .child-cat-thumb, .last-post, #content article {-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;text-decoration: none;outline: none;}

ul {list-style: none;}
ol li { list-style: decimal;}
#content ol li { list-style: decimal}
li { list-style: none }
img { border: none; -webkit-user-select: none; }
table { border-collapse: collapse; border-spacing: 0; width: 100%;     border: 1px solid #e6e6e6 ; max-width: 1114px; margin: 0 auto;}
tr:first-child,
tr:first-child > td {background-color: #424345 !important; color:#FFF !important;}
tr:nth-child(odd) {background-color: #FAFAFA;}
tr:nth-child(even) { background-color: #d5d5d5;}
td { border: 1px solid #fff; padding: 3px}
a img { border: none; }
input { outline: none !important; }
hr {
	background-color: #CCCCCC;
    border: 0;
    clear: both;
    height: 2px;
    margin: 30px 0;
    float: left;
    width: 100%;
}
.widget_text hr { margin: 0;}
p {margin-bottom: 20px;font-size: 16px;line-height: 140%;color: #333;font-weight: 400;max-width: 1114px;margin: 0 auto;padding: 16px 0px;text-align: left;}
input[type="file"] {background: transparent;border: none !important;display: inline-block;padding: 10px !important;}
input[type="file"]::-webkit-file-upload-button { visibility: hidden;}
input[type="file"]:before {
  content: 'Selecionar arquivo';
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 10px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  top: -8px;
  left: -10px;
}
textarea { width: 100%; resize: vertical; }
select {outline:none;display: inline-block;border-radius: 10px;padding: 13px 80px 11px 28px;background: url(images/select-arrow.png) no-repeat;background-position: right;border: 1px solid #ccc;width: 100%;}
input[type="text"], input[type="number"], input[type="tel"], input[type="url"], input[type="email"] {
    line-height: 22px;
    font-size: 18px;
    padding: 4px 6px;
    width: 100%;
    padding: 12px;
    border-radius: 10px; }

input[type="submit"] { -webkit-appearance: none; border: 0px;border-radius: 0px; outline: none; cursor: pointer;}

#mc_embed_signup div.mce_inline_error {
    max-width: 450px;
    margin: 0 auto !important;
    border-radius: 10px;
    font-size: 13px;
}
input#mc-embedded-subscribe {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-ou;
    margin: 0 auto;
    display: block;
    max-width: 160px;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 1.6rem;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
	background-color:transparent !important;
}
div#mce-success-response {
    color: #fff;
    background-color: #52ce59;
    max-width: 450px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}
div#mce-error-response {
    font-size: 14px;
    color: #ccc;
    padding: 10px;
}
input#mc-embedded-subscribe:hover { background-color:#424345 !important;}
p.wp-caption-text { background: #F1F1F1; color: #555; font-size: 12px; font-weight: 600;box-sizing: border-box; padding: 5px 10px; float: left; width: 100%; text-align:left;}

.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* PLAYER DO YOUTUBE RESPONSIVO */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
      max-width: 800px;
    margin: 0 auto;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/*--------------*/
.wp-caption, .wp-caption img { max-width: 100%; float: left;position: relative;width: 100%;height: auto;}

.excerpt p { margin-bottom: 0; }

.alignleft {margin-right: 15px;float: left;max-height: 100%;display: flex;align-items: center;height: 100%;}

.alignright {margin-left: 15px;float: right;max-height: 100%;display: flex;align-items: center;height: 100%;}

span.edit-link {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 0;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
}

.post-edit-link {
    align-items: center;
    background: #d92323;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .22);
    color: #fff !important;
    display: flex;
    float: none;
    font-size: 0;
    height: 40px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    text-decoration: none !important;
    width: 40px;
    position: fixed;
    left: 0;
    top: 44%;
}

.post-edit-link:before {
    color: #fff;
    content: "\f2bf";
    display: block;
    font-family: "Ionicons";
    font-size: 22px;
    padding: 0;
}

.post-edit-link:hover,
.post-edit-link:focus {
    background: #b91c1c;
    color: #fff !important;
    text-decoration: none;
}

.edit-link:hover > a { text-decoration: none; }

span.wdgt-edit-link {
    position: absolute;
}
span.wdgt-edit-link a { color:#ccc; font-size:12px}

blockquote {
	border-left: 0;
    padding: 60px 40px;
    width: 100%;
    max-width: 1114px;
    text-align: center;
    box-sizing: border-box;
    margin: 20px auto;
    background: url(images/aspas-chumbo.png) no-repeat center center;
    background-color: #424345;
    font-weight: 800;}

blockquote p {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    color: #ccc;
    font-size: 24px;
    line-height:140% !important;
    text-align: center !important;
}


/*------------------------------------------------------------ */
/* --------------------- FONT STYLING ------------------------ */
/*------------------------------------------------------------ */
body {font-family: 'Roboto', sans-serif, sans-serif;}
h1,  h3, h4, h5, h6 {font-family: 'Roboto', sans-serif, sans-serif;font-weight: normal;margin:0 auto;}
h6 a {
    background-color: #424345;
    padding: 2px 25px 1px 25px;
    color: #fff !important;
    border-radius: 17px;
    /* float: left; */
    font-size: 14px !important;
    margin-bottom: 50px;
    display: inline-block;
    font-weight: 400 !important;
    width: auto;
}

strong { font-weight: 800; }
cite, em, i { font-style: italic; }
a, a:link, a:visited {color: #54b1d0;text-decoration: none;}
a:active, a:hover {color: #54b1d0;}

.main-title {float: left;width: 100%;margin: 30px 0;}
.img-credit { position: absolute; background: rgba(0,0,0,0.7); font-size: 12px; font-weight: 400; padding: 6px 10px; color: #FFF; display: block; width: auto; opacity: 1;right: 0px;}
a span.img-credit { color: #FFF; font-weight: 400; }

.icons:before, ul.destaques-home li .hover span:after, a.tel:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                 not supported by any browser */
}

/*------------------------------------------------------------ */
/* ------------------------- HEADER -------------------------- */
/*------------------------------------------------------------ */
#top-wrapper {z-index: 999;position: fixed;height: 90px;top: 0px !important;opacity: 1;padding: 0px 10px;background-color: rgba(255 255 255 /80%);-webkit-transition: background-color 0.7s ease, box-shadow 0.7s ease;-moz-transition: background-color 0.7s ease, box-shadow 0.7s ease;-o-transition: background-color 0.7s ease, box-shadow 0.7s ease;transition: background-color 0.7s ease, box-shadow 0.7s ease;display: flex;align-items: center;}
#top-wrapper.fixed {position:fixed;top:0;background-color: rgb(255 255 255 / 95%);-webkit-box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.52);box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.52);}
#top-bar-wrapper {background: #424345;z-index: 9999;position: absolute;height: 27px;/* overflow: hidden; */padding: 0 10px;width: 50%;right: 0;margin-right: 7%;}
#top-bar-wrapper #top-bar {position: relative;height: 100%;box-sizing: border-box;color:#FFF;font-size: 12px;letter-spacing: 0px;right: 49px;top: 13px;}
span.logo-top-right {

    height: 100%;
    max-height: 30px;
    width: auto;
	margin-right: 20px;
}
span.logo-top-right img {
    height: 100%;
    width: auto;
}

#top-bar-wrapper #top-bar #top-bar-content {float: left;width: 100%;box-sizing: border-box;padding: 3px 12px;}
#top-bar-wrapper #top-bar .left-content {float: left;width: 50%;color: #FFF;line-height: 24px;display: inline-block;}
#top-bar-wrapper #top-bar .left-content .phones span:before {content: "\f4b9";margin-right: 6px;line-height: 24px;font-size: 18px;float: left;}
#top-bar-wrapper #top-bar .left-content .phones div {display: inline-block;line-height: 24px;font-size: 13px;}
#top-bar-wrapper #top-bar .right-content {float: right;width: 50%;text-align: right;}
#top-wrapper #header {position: relative;max-width: 1900px;padding: 0 7%;height: 100%;display: flex;}
#top-wrapper #header-content {position: absolute;width: 100%;height: 100%;padding: 0 16px;box-sizing: border-box;-webkit-transition: all .3s;transition: all .3s;left: 0;top: 0;}
#top-wrapper #header #logo {float: left;box-sizing: border-box;z-index: 9;width: 25%;overflow: hidden;height: 100%;padding: 18px 10px;}
#top-wrapper #header #logo a {width: 100%;height:100%;max-height: 100% !important;display: block;float: left;}
#top-wrapper #header #logo a img {width: auto !important;height: 100%;object-fit: contain;object-position: left;max-height: 100% !important;}
#logo span {
    font-size: 8px;
    height: auto;
    line-height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    color: #fff;
    font-weight: 400;
    float: left;
	display:none;
}
/*-----------------------------------*/
/*---------------MENU--------------*/
/*-----------------------------------*/
#top-wrapper #header #menu-container {height: 100%;float: left;display: flex;position: relative;align-items: center;width: 75%;justify-content: flex-end;}
#top-wrapper #header #menu-container > div {display:block;height:100%;}
#menu {float: left;width: auto;box-sizing: border-box;position: relative;z-index: 500;text-align: center;height: 100%;}
#menu > div { height: 100%;}
#menu > div > ul {height: 100%;display: flex;flex-direction: row;padding: 0;}
#menu li {
    height: 100%;
    display: block;
    min-height: 100%;
}

#menu li.current-page-ancestor > a { }
#menu li.current-menu-item > a { }
#menu li.active{background-color: #2f404f;}
#menu li.active a{color: #fff;}

#menu li.bt-home a{ font-size: 0px;}
#menu li.bt-home a:before {
	font-family:Ionicons;
	font-size:20px;
	color:#FFF;
	content: "\f38f";
}
#menu li.bt-home > #menu li.bt-home>:before {
	font-size:22px;
}

#menu a {font-size: 14px;color: #333333;padding: 0px 7px;text-align: center;font-weight: 700;text-transform: uppercase;letter-spacing: 0px;font-family: 'Roboto', sans-serif;background-color: transparent;margin: 0 5px;height: 100%;display: flex;align-items: center;}

#menu li:hover,
#menu li:hover > a {background-color: #068ebb;color:#fff;text-decoration:none !important;}

#menu ul ul {display: block;position: absolute;background: #068ebb;width: fit-content; z-index: 999; opacity:0; visibility:hidden; z-index:-9999; margin-top:15px;  border-top: 3px solid #c90;}
#menu li:hover ul, #menu li.over ul{ display:block; opacity:1; visibility: visible;	margin-top:0; z-index:9}

#menu ul li > ul {
    margin: 0;
}
#menu ul ul li {width: 100%;box-sizing: border-box;border-top: 0px;margin: 0;padding: 0;}
#menu ul ul li a {color: #fff;text-align: left;margin: 0;width: 100%;display: block;float: left;box-sizing: border-box;padding: 16px 24px;line-height: 100%;font-size: 14px;font-weight: 400;top: 0;text-transform: none;}
#menu ul ul li a:before { display: inline-block; font-family: "Ionicons";content: "\f3d3"; opacity:0; color:#FFF ; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
#menu ul ul li:hover > a {background-color: #c90; padding-left:30px;}
#menu ul ul li:hover > a:before { opacity: 1; padding-right:10px; } 

#menu ul li.areas ul { min-width: 680px; }
#menu ul li.areas ul li.principais { width: 38%; }
#menu ul li.areas ul li.secundarias { width: 62%; border-left: 1px solid #333; }
#menu ul li.areas ul li > a:first-child { display: none }
#menu ul li.areas ul ul {display: block;float: left;width: 100%;position: relative;min-width: 0;top: 0;left: 0;background: none;padding: 0;}
#menu ul li.areas ul ul li { width: 100%; }
#menu ul li.areas ul ul li > a:first-child { display: inline-block; }

#menu-trigger {display: none;cursor: pointer;float: right;width: 53px;color: #FFF;font-size: 18px;padding: 0 10px;}
#menu-trigger:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    content: "\f20d";
    color: #333;
    font-size: 40px !important;
}
#menu-trigger.active {position: fixed;top: 7px;right: -8px;height: 30px;z-index: 99;}
#menu-trigger.active:before {content: "\f129";color: #fff;font-size: 22px !important;}


/* -------------SEARCH-------------------*/
.search-trigger {cursor: pointer;display: flex;align-items: center;margin-top: -5px;margin-right: 0;}
.search-trigger span:before {content: "\f4a5";color: #bca468!important;font-size: 34px !important;}
#search-area {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    right: 0px;
    top: -300px;
    z-index: 9999;
    background-color: #068ebb;
    padding: 5px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
#search-area.active { top:0px}
.search-trigger-close {
	width: 57px;
    height: 57px;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
	cursor:pointer}
.search-trigger-close span:nth-child(1) {
	display:block;
	width:50px;
	height:1px;
	background-color:#FFF;
	transform: rotate(45deg);
	transform-origin: center center;
    position: absolute;
    top: 50%;
}
.search-trigger-close span:nth-child(2) {
	display:block;
	width:50px;
	height:1px;
	background-color:#FFF;
	transform: rotate(-45deg);
	transform-origin: center center;
    position: absolute;
    top: 50%;
}
.search-trigger-close:hover > span  {
	transform: rotate(0deg);
}
.screen-reader-text { display: none; }
input.search-field {
    width: 100%;
    background: #068ebb;
    border: none;
    padding: 9px 20px;
    color: #fff;
    font-size: 24px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* width: 240px; */
    border-radius: 0;
    line-height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #305c82;
    text-align: center;
}
form.search-form {
    /* width: 100%; */
    /* max-width: 530px; */
    margin: 0 auto;
}
input.search-submit {
    width: 50px;
    height: 48px;
    background: transparent url(images/icon-search.png) no-repeat center;
    box-sizing: border-box;
    padding: 6px;
    font-size: 0;
    float: none;
    background-size: 30px;
    opacity: 0.4;
    position: relative;
    top: -58px;
    background-color: #fff;
    border-radius: 100%;
    float: right;
    right: -56px;
    }
#search-area ::-webkit-input-placeholder { color: #fff; font-weight:100; opacity:0.5 }
#search-area :-moz-placeholder { color: #fff; font-weight:100; opacity:0.5 }
#search-area ::-moz-placeholder { color: #fff; font-weight:100; opacity:0.5 }
#search-area :-ms-input-placeholder { color: #fff; font-weight:100; opacity:0.5 }

.not-found {
    max-width: 400px;
    float: none;
    margin: 0 auto;
}

.not-found input.search-field {
    color: #666;
    background: #f2f2f2;
    font-size: 18px;
    border-radius: 5px;
    border: none;
}

.not-found input.search-submit {
    top: -46px;
}
.not-found-icon {
    font-size: 100px;
    font-weight: 900;
    text-align: center;
    background-color: #e1d188;
    width: 110px;
    height: 110px;
    margin: 45px auto;
    border-radius: 100%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

div.midias ul { text-align:center;}
div.midias a {float: left;margin: 3px 0px;text-align: center;width: auto;text-decoration: none;}
div.midias a span { text-align: center; }
div.midias a:first-child { margin-left: 0px; }
span.icons { }
span.icon {  display: inline-block;  padding: 0 10px;}
span.icons:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 2px;
    border-radius: 100%;
    font-family: "Ionicons";
    color: #fff;
    font-size: 24px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.alignright span.icons:before {
    color: #bd2036 !important;
}

.content.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
a.bt.bt-contato {background-color: transparent !important;padding-bottom:9px !important;text-align: left !important;}
a.whatsapp.bt.bt-contato {background-color: transparent !important;margin: 0 !important;}

a.whatsapp.bt.bt-contato:hover,
a.bt.bt-contato:hover {background-color:#424345 !important; padding-left:35px; padding-right:35px}

div.midias a span:beforea { background: #3b5998;}

a.facebook span:before { content: "\f231"; /* background: #3b5998; */ }
a.twitter span:before { content: "\f243"; /* background: #55acee; */ }
a.google span:before { content: "\f235"; /* background: #da4835; */ }
a.youtube span:before { content: "\f24d"; /* background: #cc181e; */ }
a.linkedin span:before {content: "\f239";/* background: #0177b5; */}
a.instagram span:before { content: "\f351"; /* background: #125688; */ }
a.pinterest span:before { content: "\f2b1"; /* background: #C92228; */ }
a.email span:before {content: "\f2eb";background: #ffffff;}
a.skype span:before { content: "\f23f"; /* background: #12A5F4; */ }
a.whatsapp span:before {content: "\f4f0";}
a.vcard span:before { content: "\f119"; }
.local span:before { content: "\f456"; }
a.spotify span:before {
    content: "";
    background-image: url(images/spotfy-icon2.png);
    width: 20px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
	}
a.spotify {
    display: none;
}

a.tel span:before {
    content: "\f4b9";
    background: #ffffff;
    margin-right: 9px;
    float: left;
    width: 22px;
    height: 22px;
    padding: 5px;
    border-radius: 100%;
    margin-top: -6px;
 }

a.facebook:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.twitter:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.google:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.youtube:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.linkedin:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.instagram:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.pinterest:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.email:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.skype:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.whatsapp:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }
a.tel:hover > span:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); text-decoration: none !important; }

#language-selector {position: absolute;top: 0px;right: 0px; z-index: 9;}
#language-selector a {font-size: 12px;font-weight: 600;color: #424345;text-transform: uppercase;float: left;letter-spacing: 0px;}
#language-selector a:hover { text-decoration:underline }
#language-selector a.current {color: #d6d6d6;}

#search-trigger {position: absolute;right: 0px;bottom: 35px;color: #424345;font-size: 18px;cursor: pointer; display:none}
#search-trigger span.icons:before { font-family: "Ionicons"; content: "\f21f";    color: #fff; }

.top-contato {
    float: right;
    color: #fff;
	font-size: 13px;
    padding-top: 42px;
}
.top-contato a {
    color: #fff;
}
.top-tel {
    text-align: right;
    padding: 0px !important;
    display: block;
    margin: 0px;
    margin-bottom: -10px;
    font-size: 18px;
}

.bt-scroll a{
    z-index: 99;
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-58%);
    -moz-transform: translateX(-58%);
    -ms-transform: translateX(-58%);
    transform: translateX(-58%);
    background: url(images/scroll-mouse-white.gif) no-repeat;
    background-size: contain;
    cursor: pointer;
    bottom: 5vh;
	text-indent:-2000px;
}

/*------------------------------------------------------------ */
/* ----------------------- WIDGETS --------------------------- */
/*------------------------------------------------------------ */
.widget {
	width: 100%;
	float: left;
	display: block;
	}
.widget h1,
.widget h2,
.widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 120%;
	margin: 0;
	text-align: left;
	font-weight: 800;
	color: #54B1D0;
	display: flex;
	}
.widget-title:before,
.widget h1:before,
.widget h2:before {
	content:"";
	display:block;
	width: 4px;
	height: 30px;
	background-color: #54B1D0;
	position: relative;
	margin-right: 20px;
}
.widget-title:after,
.widget h1:after,
.widget h2:after {
}
#footer .widget-title:before,
#footer .widget h1:before,
#footer .widget h2:before,
#footer .widget-title:after,
#footer .widget h1:after,
#footer .widget h2:after { filter: brightness(10);}



.widget h1.branco,
.widget h2.branco { color:#FFF;}
.widget h1.branco:before,
.widget h2.branco:before { background-color:#FFF;}
.widget .container {
    float: left;
    width: 100%;
}
.wrap {
    width: 100%;
    float: none;
    /* max-width: 1200px; */
    margin: 0 auto;
}
.content {
	/* padding: 0px 7%; */
	/* height:100%; */
	width: 100%;
	float: left;
	margin: 0 auto;
	position: relative;
}
.home .widget .content{padding: 0px 7%;}
a.bt {
    border: 1px solid #54b1d0;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 12px 19px;
    font-size: 14px;
    color: #54b1d0 !important;
    /* background-color: transparent !important; */
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0px;
    text-decoration: none !important;
}

a.bt:hover,
a.bt-mais:hover {
    background-color: #54b1d0 !important;
    color: #FFF !important;
}
a.bt-mais {
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
    padding: 15px 30px;
    font-size: 1.0rem;
    color: #424345;
    text-transform: uppercase;
    border: 1px solid #424345;
    display: inline-block;
    margin: 20px 0;
}

a.bt-pequeno {
    background-color: #333;
    color: #fff;
    padding: 5px 30px;
	display: inline-block;
}
a.bt-pequeno:hover {
    background-color:  #424345;
    color: #fff;
    padding: 5px 30px;
}
/*------------------------------------------------------------ */
/* ----------------- WIDGET MIDIASSOCIAISBANNER -------------- */
/*------------------------------------------------------------ */
article.widget-midias-banner {
    width: 100%;
    float: left;
	background:url(images/areas-bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}
article.widget-midias-banner .midias {
    margin: 0 auto;
    float: none;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}
article.widget-midias-banner > div { display:flex; align-items: center;}
/*------------------------------------------------------------ */

/*------------------------------------------------------------ */
/* ----------------------- SLIDE noticias ------------------------- */
/*------------------------------------------------------------ */
#news_widget-2 {
    width: 100%;
    background: #ffffff;
    padding: 0px 10px;
}
#news_widget-2 #recent-posts {
	margin: 0 6%;
	/* max-width:1114px; */
	padding-top: 35px;
	MARGIN-BOTTOM: 25PX;
    FLOAT: left;
}
h2.sn-widget-title {
	text-align:left;
	background-color: #424345;
	font-size: 22px;
	display: inline-block;
	color: #fff !important;
	font-weight: 200;
	padding: 7px 40px 7px 20px;
	position: relative;
    top: -18px;
    background: url(../gabbai-vs3/images/bg-bt.png) #424345 no-repeat 100% 0;
}
ul.sn-wrapper {
    display: block;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}
ul.sn-wrapper li {
    list-style: none !important;
    margin: 0 !important;
    display: flex !important;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 0 !important;
	font-family: 'Roboto', sans-serif, sans-serif;
	flex-flow: wrap;
    justify-content: left;
    align-items: center;
}
ul.sn-wrapper li.news { min-height:350px;}
.sn-titulo {
    display: block;
    width: 100%;
}
ul.sn-wrapper li.news .sn-titulo {min-height:30px}
.sn-titulo a {
    color: #012c3d;
    padding: 10px 0px 6px 0px;
    display: block;
    line-height: 130%;
    font-size: 14px;
    font-weight: 600 !important;
}
ul.sn-wrapper li.news .sn-titulo a { padding:0px}

.sn-foto {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.sn-foto img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.sn-categoria a {
	color:#424345;
	font-size:14px;
	font-weight:600;
}
.sn-data {
	color: #939393;
	font-size:12px;
	font-weight: 400;
	line-height:100%;
	margin-bottom: -9px;
}
.sn-resumo {
    color: #333;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}
ul.sn-wrapper li.news .sn-resumo {	display:block; width:100%; min-height:50px}

a.bt-leia {
    border: 1px solid;
    padding: 0px 14px;
    background-color: #424345 !important;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
a.bt-leia:hover {
	background-color: #201d6f !important;
	color:#fff;
}
.sy-controls li a:link, .sy-controls li a:visited {
    opacity: 1 !important;
}
.sy-controls li a:after {

}
.news-bt-mais-cat {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 7px;
}
a.sn-categoria-bt {
    font-weight: 600;
    padding: 7px 50px 7px 20px;
    font-size: 16px;
    color: #ffffff;
    text-transform: initial;
    background-color: #201d6f;
	background:url(../gabbai-vs3/images/bg-bt.png) #201d6f no-repeat 100% 0;
    /*
	-webkit-clip-path: polygon( 0 100%, 65% 100%, 100% 0, 0 0 );
    -moz-clip-path: polygon( 0 100%, 65% 100%, 100% 0, 0 0 );
    -ms-clip-path: polygon( 0 100%, 65% 100%, 100% 0, 0 0 );
    clip-path: polygon( 0 100%, 90% 100%, 100% 0, 0 0 );
	*/
}
a.sn-categoria-bt:hover {
	padding: 7px 70px 7px 20px;
	background-color: #424345;
}

/*  SLIDEAREAS  */
.bt-mais {
 	color: #ffffff;
    font-size: 18px;
    float: left;
    border: 1px solid #333;
    padding: 8px 16px;
    margin: 11px;
    cursor: pointer;
    background-color: #333;
}
.bt-mais:hover {
    padding: 8px 26px;
}
article#quem-somos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.resumo p {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 140% !important;
    text-align: left !important;
    margin-bottom: 20px;
    padding: 0;
}
.resumo li {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 120% !important;
    text-align: left;
    padding: 0 0 10px 12px;
    display: block;
    background-image: url(images/seta.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}
.fundo-escuro h2.pb-title,
.fundo-escuro p,
.fundo-escuro ul li { color:#FFF !important;}
.pagina-box .destacada {
    height: 100%;
	line-height:0;
}
.pagina-box .destacada img {
	width:100% !important;
	height:100% !important;
	object-fit:cover;
	object-position: right;
}
.content.pagina-widget {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    flex-direction: row-reverse;
}
.widget-paginas-texto.col50 > div {
    float: right;
    max-width: 500px;
    width: 100%;
}
.page-content-container {
	float: left;

	background:url(../gabbai-vs3/images/paper-bg2.jpg);
	background-size:cover;

	width: 100%;
	position: fixed;
	top: 0;
	left: -2000px;
	z-index: 9999;
	height: 100vh;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	overflow-y: scroll;

}
.page-content-container.active {
	left:0;
}
.page-content-container .page-content {
	width:100%;
	max-width:800px;
	padding: 5vh;
	margin: 0px auto;
}
.page-content-container .page-content h2 {
    text-align: center;
    color: #333 !important;
}
.page-content-container .page-content h3 {
    text-align: center;
    color: #333 !important;
    font-weight: 800;
    margin: -27px 0px 20px 0px;
}
.page-content-container .page-content,
.page-content-container .page-content p {
    font-size: 18px !important;
    color: #333 !important;
    line-height: 180% !important;
    text-align: left !important;
}
.equipe-contato {
    text-align: center;
    font-size: 0px;
    margin: -20px 0px 20px 16px;
}
.page-content-container .bt-fechar {
    position: absolute;
    top: 20px;
    right: 20px;
	cursor:pointer;
}
.page-content-container .bt-fechar:before {
	content:"\f405";
	font-family:Ionicons;
	font-size:50px;
	color:#333;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.page-content-container .bt-fechar:hover {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.texto.texto-claro h2,
.texto.texto-claro p,
.texto.texto-claro a.bt {
    color: #333 !important;
}
.texto.texto-claro a.bt { border-color:#FFF !important;}
h2.bg_img,
.texto.bg_img p { color: #fff !important;}
/*WIDGET RSS*/
div#rss-2 ul li { text-align: center;}
/*WIDGET CURSOS*/
.widget-cursos {
	float: left;
    width: 100%;
}
ul.cursos-wrap {
    float: none !important;
    max-width: 1114px;
    margin: 0 auto;
	list-style:none;
}
ul.cursos-wrap li {
	display:block !important;
	float:left !important;
	box-sizing:border-box;
	margin: 0 !important;
	position:relative;
	min-height:440px;
	font-family: 'Roboto', sans-serif, sans-serif;
}

li.cursos-card {
    padding: 20px;
    text-align: left !important;
}
li.cursos-card:hover {
	background-color:#f5f3f0;
}
.ccard-tit {
    font-size: 18px;
    font-weight: 600;
    color: #424345;
}
.ccard-img {
    width: 100%;
    height: 157px;
    overflow: hidden;
    margin-top: 9px;
}
.ccard-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.local {
    font-size: 18px;
    margin-bottom: 0px;
}
.ccard-data {color: #424345;margin-top: 0px;font-size: 18px;}
.cc-bt {
    position: absolute;
    bottom: 0px;
	left:0px;
	width:100%;
}





.sy-slides-wrap { z-index: 9;}



.slider-pager {
	position: absolute !important;
    z-index: 10 !important;
    bottom: 17px !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0px 0 !important;
    float: left;
	max-width:100% !important;
	}
.slider-pager li {
    float: none !important;
    margin: 0 4px;
    display: inline-block;
    width: 20px !important;
	margin-left: 0px !important;
}
.slider-pager li a {
	color: transparent;
	text-indent: 99999;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #FFF;
	display: inline-block;
}
.slider-pager li.sy-active a {
	background: #424345;
}
.slider article,
article.sy-slide {
    /* height: 100%; */
}
 .slider-pager li a {background: #e2e2e2;float: left;}
 .slider-pager li.sy-active a {background: #201d6f;}

/*--------- widget missão ---------*/

section#missao { position: relative;}

section#missao ul li {

    position: absolute;

    top: 50%;

	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);

	margin-left: 0px;

    list-style: none;

    text-align: left;

}

h2.missao-title {

    color: #fff !important;


    position: inherit !important;

    text-align: center;

    margin-bottom: 10px !important;


}

.entry.missao p {

    color: #fff !important;

    text-align: center;


    padding: 46px 20px 10px;

	background:url(images/aspas.png) no-repeat center top;

    background-size: 42px;

}


/*-----------------------------------------------------------------------*/
a.bt-saibamais,

/*-------  WIDGET ÁREAS E SETORES --------*/



#last-posts-wrapper {position: absolute; bottom: 0px;width: 100%;padding: 13px 0;background: rgba(0,0,0,0.75);z-index: 95;}
#last-posts {max-width: 1024px;margin: 0 auto;}
#last-posts article {float: left;width: 33.3%;height: 152px;padding: 0 16px;border-right: 1px solid #333;}
#last-posts article:last-child { border-right: 0; }
#last-posts article div.thumb {height: 100%;width: 40%;float: left;max-width: 101px;margin-right: 20px;}
#last-posts article div.thumb a { float: left; height: 100%; }

#last-posts article div.thumb img { max-height: 100%; width: auto; max-width: 110px; border: 1px solid #30355a; }



#last-posts article div.text-content {float: left;max-width: 60%;}

#last-posts article div.text-content a { float: left; width: 100%; }

#last-posts article div.text-content span {float: left;width: 100%;font-size: 11px;color: #FFF;letter-spacing: 0px;border-bottom: 1px solid #30355a;margin-bottom: 7px;line-height: 100%;padding-bottom: 10px;padding-top: 7px;}

#last-posts article div.text-content a h1 { color: #FFF; font-size: 18px; }

#last-posts article div.text-content a h3 {color: #30355a;font-size: 12px;line-height: 100%;text-transform: uppercase;}


/*  ---   CONTATO WIDGET   ----  */
article#contato {
}
#contato div {width:100%;max-width:1200px;}
.telefones {
    display: flex;
    flex-wrap: wrap;
}
.telefones div {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 3px;
}

.coluna3 {
    border-top: 1px solid #999;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
}
article#contato a.tel:before {
    content: none;
}
.contato-mapa,
.contato-infos {
    display: block;
    box-sizing: border-box;
    width: 50%;
	height: 450px;
    float: left;
	position:relative;
}
.contato-infos .container {
	position:absolute;
	top:50%;
	right:50px;
	-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);
}

.contato-infos .container p,
.contato-infos .container a,
.contato-infos .container address {
    text-align: right !important;
    color: #fff !important;
	text-transform: none !important;
	text-decoration:none !important;
	font-style:normal !important;
	font-size:24px !important;
	font-weight:100 !important;
}
.contato-infos .container a.tel {
    font-size: 32px !important;
}
.contato-infos .container a.email {
	font-weight:600 !important;
}
.contato-infos .container address {	margin-bottom:25px; font-size:18px !important; }

/*widget ENDEREÇO*/
article.wendereco {
    float: left;
    width: 100%;
    text-align: left;
    background-color: none;
    color: #fff;
}
article.wendereco h4 {
    /* text-align: left !important; */
    /* color: #fff; */
    /* font-weight: 600; */
    /* font-size: 16px; */
    /* line-height: 120%; */
    /* margin-bottom: 0px; */
}
/*------------------------------------------------------------ */
/* -------------------------- INTERNAS --------------------------- */
/*------------------------------------------------------------ */
header.internas {
    width: 100%;
    height: 50vh;
    background-size: cover;
    position: relative;
}
header.internas h1 {
    position: absolute;
    bottom: 30%;
    color: #fff;
    font-size: 40px;
    padding: 20px;
}
/*------------------------------------------------------------ */
/* ----------------------- CONTAINER ------------------------- */
/*------------------------------------------------------------ */

#main {padding: 0;margin-top: 0px;opacity: 1;}

.category header.category,
header.page,
header.single {
    width: 100%;
    height: 60vh;
    margin-bottom: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    position:relative;
    background-color: #f0f0f0;
}
header.single  div.imagem,
header.page div.imagem {
	display:block;
	width:100%;
	height:100%;
	float:left;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	opacity: 1;
	animation-name: header;
	animation-duration: 10s;
	animation-timing-function: linear;
	transform: scale(1.1,1.1);
}

@keyframes header {
  from {transform: scale(1,1);}
  to {transform: scale(1.2,1.2);}
}
.header-texto {
    position: absolute;
    left: 50%;
    top: 62%;
    max-width: 1920px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.category header.category, header.page .max-width {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap
}

#container #content {width: 100%;float: left;font-size: 18px;margin-top: 0;}

h1,
.entry-content h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 120%;
	margin: 30px 0;
	text-align: left;
	font-weight: 800;
	color: #142839;
	display: inline-block;
}
.entry-content h1:after {
    display: inline-block;
    width: 20%;
    height: 0;
    background-color: #4b488b;
}
header.single h1,
header.page h1 {
    color: #142839;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 40px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
header.page h1:after { background-color:#FFF; width:100px}
.subtitulo {
    text-align: center;
    margin: 8px;
    background-color: #93c6d9;
    color: #fff;
    padding: 11px 22px;
    font-size: 27px;
    font-weight: 100;
}
header.page .max-width {
    display: flex;
    justify-content: end;
}
p.page-texto-abre {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    color: #fff;
}
.entry-content .date {
    font-size: 14px;
    color: #ffffff;
}
.entry-content h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	/* text-transform: uppercase; */
	line-height: 120%;
	margin: 0;
	text-align: left;
	font-weight: 800;
	color: #54B1D0 !important;
	display: flex;
	}
.entry-content h2:before {
	content: "";
	display: none;
	width: 4px;
	height: 30px;
	background-color: #54B1D0;
	position: relative;
	margin-right: 20px;
}
.entry-content h2:after {
}
.entry-content h3 {
	font-family: 'Roboto', sans-serif, sans-serif;
	margin: 30px auto 10px auto;
	padding-bottom: 0px;
	line-height: 120%;
}
@media screen and (max-width: 700px) {
	.entry-content h3 { padding:0px 10px}
}
.entry-content a {text-decoration: underline;color:#201d6f;}
.entry-content ul {
    max-width: 1114px;
    margin: 20px auto 0px auto;
    display: block;
}

.entry-content li {
    list-style: none;
    font-size: 16px;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 140%;
}
.entry-content li:before {
    font-family: "Ionicons";
    content: "\f125";
    color: #54b1d0;
    padding-right: 10px;
    margin-left: -17px;
}
.single .entry-content h2 { border:none; padding-left:0}
header.page.equipe { margin-bottom: 70px;}
/*destacada index de noticias*/
.destacada.index {
    width: 100%;
    height: 0px;
    padding-bottom: 60%;
    background-size: cover;
    margin: 0px 0px 10px 0px;
    border-left: none;
}
/*destacada do single*/
.destacada.single {
    width: 100%;
	height:400px;
    line-height: 0;
}
.destacada.single img {height:100% !important;width: 100%;object-fit:cover;}
.destacada.index img { height:100% !important; width:100% !important; object-fit: cover ;}

section#content.search {
    position: relative;
    top: 86px;
}

.area-img {
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
	width: 20%;
    max-width: 230px;


    height: auto;
}


section#container.single-areas{max-width: 1114px;}


#container #content .entry-content {float: left;padding-bottom: 0;min-height: 620px;width: 100%;margin-bottom: 0px;}
#container.page #content .entry-content {max-width: 100%;}
#container.page #content .entry-content.coluna-larga {max-width:100%; min-height: 0px; text-align: left;}
#container.profissionais #content .entry-content {max-width: 100%; padding-top: 0; padding-right: 12px; }
#container.single-areas #content .entry-content {
	max-width: 70%;padding-right: 50px;     /*border-right: 1px solid #ccc;*/}
#container.category #content .entry-content { max-width:100%;}
#container.category #content .entry-content .entry-posts { float: none; margin:0 auto; max-width:1333px; width: 100%; display: flex;flex-wrap: wrap;}
#container.single #content .entry-content {
	}
#container #content .entry-form {float: left;padding: 26px;padding-bottom: 0;min-height: 620px;width: 100%;max-width: 350px;}
#container #content #sidebar {float: left;width: 100%;max-width: 100%;padding: 40px;}


.bt-mais a {
	display: block;
    background-color: #dcdcdc;
    padding: 20px;
    margin-bottom: 20px;
}

.bt-mais a:hover {
    color: #FFF;
    background-color: #30355a;
}

/*--------- ÁREAS ----------------*/
.mais-areas {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid;
    padding: 29px 0px;
}
.mais-areas h1 {
	text-align:center;
	font-size:24px;
	color:#30355a;
	margin:20px;
	font-weight:bold;
    margin: 0px 10px 30px 10px;
    font-weight: bold;
}

ul.mais_areas-index {
    text-align: center;
}

ul.mais_areas-index li {
    display: inline-block;
    padding: 0px !important;
    margin: 0px !important;
    margin-left: 0px !important;
}

ul.mais_areas-index li a {
	display:block;
	background-color: #fff;
	padding: 2px 4px;
	margin: 0px;
	font-size: 14px;
	font-weight: 400 !important;
}

ul.mais_areas-index li a:hover {
	color:#FFF;
	background-color:#424345;
}

/*------------------------------------------------------------ */
/* ------------------------ CONTENT -------------------------- */
/*------------------------------------------------------------ */
h1 { }
h2 {
    font-size: 24px;
    color: #201d6f ;
    margin-bottom: 0px;
    text-align: left;
    line-height: 120%;
    font-weight: 400;
}
h3 {
	font-size: 21px;
	color: #333 !important;
	margin-bottom: 0px;
	text-align: left;
	line-height: 120%;
	font-weight: 800;
	padding: 0px 0px 20px 0px;
}
#content img { border: none; max-width: 100%; height: auto; position: relative; }
#content img.left, img.alignleft { float: left; margin: 0px 16px 10px 0px; }
#content img.right, img.alignright { float: right; margin: 0px 0px 10px 16px; }

#content .entry-content .left-content {float: left;width: 100%;max-width: 35%;padding-right: 30px;}
#content .entry-content .right-content { float: left; width: 100%; max-width: 65%; }
#content .entry-content .left-content h1 { line-height: 140%; }
#content .entry-content .right-content img { min-width: 100%; height: auto; border: 1px solid #a6a6a6; }

#content .entry-content .entry-posts { float: left; width: 100%; }
#content .entry-content .entry-posts.sub { margin-top: 50px; }

#content .entry-form h2 { font-size: 17px; }
#content .entry-form p {float: left;width: 100%;margin-bottom: 5px;}
#content .entry-form p span { float: left; width: 75%; }
#content .entry-form p span.field { width: 25%; line-height: 23px; }
#content .entry-form p span.checkbox { width: 100%; margin: 10px 0; }
#content .entry-form p span.wpcf7-checkbox { width: 100%; }
#content .entry-form p span.cargo { width: 100%; }
#content .entry-form p span.curriculo { width: 100%; }
#content .entry-form p span.upload { width: 100%; }
#content .entry-form p span.wpcf7-list-item {width: auto;line-height: 23px;margin: 0;margin-right: 5px;}
#content .entry-form p span input { border: 1px solid #333; float: left; }
#content .entry-form p span input[type="checkbox"] {width: auto;margin-right: 4px;position: relative;top: 4px;}
#content .entry-form p span input[type="file"] { padding: 0; border: 0px; }

#content .entry-posts article {
    margin: 0;
    padding: 20px;
}
#content .entry-posts article:hover { background: #F9F9F9; }
#content .entry-posts article div.article-content {float: left;width: 100%;height: 100%;position: relative;overflow: hidden;}
#content .entry-posts article div.sub-cat { float: left; width:100%; }
#content .entry-posts article div.sub-cat h4 {color: #888;font-size: 12px;font-weight: 300;text-transform: uppercase;padding: 5px 0px;line-height: 100%;}
#content .entry-posts article span.entry-date {
	font-size: 13px;
	color: #afafaf;
	margin-bottom: -8px;
	width: 100%;
	font-weight: 400;
	}
#content .entry-posts article h1 {float: left;width: 100%;font-size: 12px;line-height: 18px;text-transform: none;text-align: left !important;}

#content .entry-posts article a {line-height: 140%;text-decoration: none;}

#content .entry-posts article a.read-more { color: #30355a; text-transform: lowercase; position: absolute; right: 0px; bottom: 0px; }

#content .entry-posts article a.read-more:after { content: "+"; margin-left: 6px; }

#content .entry-posts article a.download {padding-left: 36px;background: url('images/download_bt.png') no-repeat top left;line-height: 24px;display: inline-block;font-weight: 600;letter-spacing: 0px;}

#content .entry-posts article.evento {width: 100%;border: 0;border-bottom: 1px solid #30355a;min-height: 0;}
#content .entry-posts article.evento aside {float: left;width: 100%;max-width: 35%;padding-right: 30px;}
#content .entry-posts article.evento div.data {float: left;width: 50%;background: #CCC;height: 110px;color: #FFF;text-align: center;padding: 14px 0;}

#content .entry-posts article.evento div.data span {float: left;width: 100%;text-align: center;line-height: 100%;font-weight: 600;font-size: 27px;letter-spacing: 0px;}

#content .entry-posts article.evento div.data span.data-month { font-weight: 400; }

#content .entry-posts article.evento div.entry-thumb { float: left; width: 50%; height: 110px; overflow: hidden; }

#content .entry-posts article.evento div.entry-thumb img { width: 100%; height: auto; }

#content .entry-posts article.evento .entry-info {float: left;width: 65%;padding: 8px 12px;font-size: 12px;letter-spacing: 0px;line-height: 140%;padding-bottom: 0;}

#content .entry-posts article.evento .entry-info h1 { text-transform: uppercase; }

#content .entry-posts article.evento .entry-info a { color: #30355a; float: left; margin-top: 12px; }
#content .entry-posts article.search {width: 100%;border: 0;border-bottom: 1px solid #30355a;min-height: 0;}

#content .entry-posts article.search:last-child { border-bottom: 0px; }

#content .entry-posts article.search div.entry-thumb {float: left;width: 20%;height: auto;overflow: hidden;padding-right: 12px;}
#content .entry-posts article.search div.entry-thumb img { width: 100%; height: auto; }
#content .entry-posts article.search .entry-info {float: left;width: 80%;padding: 8px 12px;font-size: 12px;letter-spacing: 0px;line-height: 140%;}

#content .entry-posts article.search .entry-info header { float: left; width: 100%; position: relative; }
#content .entry-posts article.search .entry-info header a {float: left;width: 100%;margin-top: 0; }
#content .entry-posts article.search .entry-info header div.sub-cat { position: absolute; top: 0; right: 0; }
#content .entry-posts article.search .entry-info h1 { text-transform: uppercase; }
#content .entry-posts article.search .entry-info a { color: #30355a; float: left; margin-top: 12px; }

#content .entry-posts article.revista {width: 65%;border: 0;min-height: 0;padding: 0;padding-right: 20px;}
#content .entry-posts article.revista .entry-info {width: 40%;float: left;padding-right: 20px;}
#content .entry-posts article.revista .entry-info h1 { font-size: 22px; text-transform: uppercase; }
#content .entry-posts article.revista aside { width: 60%; float: left; }
#content .entry-posts article.revista .entry-thumb { float: left; }
#content .entry-posts article:hover { background: #FFF; }

#content .entry-posts article.revista.list { width: 35%; padding-right: 0; }
#content .entry-posts article.revista.list .entry-info { width: 100%; padding-right: 0; }
#content .entry-posts article.revista.list .entry-info h1 { font-size: 18px; }

#content .left {float: left;text-align: left;}
#content .right { float: left; width: 50%; border-right: 1px solid #FFF; }
#content .contato .box-endereco { float: left; width: 100%; min-height: 170px; position: relative; border-bottom: 1px solid #30355a; }
#content .contato .box-endereco .box-endereco-content {text-align: center;position: relative;width: 100%;padding: 36px 0;}
#content .contato .box-endereco .box-endereco-content h4 { text-transform: uppercase; color: #424345; font-size: 12px; font-weight: 600; margin-bottom: 6px; }

.single-content { padding: 40px 0 0 0;}
#footer-full {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    /* background-color: #095E73; */
    line-height: 0;
    float: left;
}
#footer-full > div {
}
.mapa iframe {width: 100%;height: 100%;float: left; padding-bottom:0;}

.mapa {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 35%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.mapa iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#content #sidebar h3 { font-size: 17px; margin-bottom: 16px; }
#content #sidebar ul.contatos { float: left; width: 100%; margin-bottom: 50px; }
#content #sidebar ul.contatos li { float: left; width: 100%; margin-bottom: 25px;list-style: none;
    margin-left: 0px; }
#content #sidebar ul.contatos li:last-child { margin-bottom: 0; }
#content #sidebar ul.contatos li img {float: left;width: 30%;height: auto;padding-right: 14px;}
#content #sidebar ul.contatos li span {float: left;width: 70%;font-size: 12px;font-weight: 400;color: #333;letter-spacing: 0px;line-height: 140%;}
#content #sidebar ul.contatos li span.advogado-name { font-weight: 600; }

#content #sidebar ul.publicacoes { float: left; width: 100%; }
#content #sidebar ul.publicacoes li { float: left; width: 100%; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px dotted #30355a; }
#content #sidebar ul.publicacoes li:last-child { border-bottom: 0; }
#content #sidebar ul.publicacoes li a {font-size: 12px;font-weight: 400;line-height: 140%;float: left;width: 100%;}
#content #sidebar ul.publicacoes li span {font-size: 12px;font-weight: 400;line-height: 140%;float: left;}

#content .entry-utility { width: 100%; float: left; padding: 10px 0; }
#content #nav-below {float: left;width: 100%;text-align: center;margin: 20px 0;}
#content #nav-below ul {float: left;width: 100%;display: flex;justify-content: center; max-width: none;}
#content #nav-below .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled { color: #fff; text-decoration:none; }
#content #nav-below .navigation li {display: inline-block;float: left;width: auto;margin: 4px !important;}
#content #nav-below .navigation li:before {display: none}

#content #nav-below .navigation li a {
	background-color: #a5a5a5;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 13px;
    color: #fff;
    text-decoration: none;
    float: left;
    text-transform: lowercase;
    font-weight: 500;
    border-radius: 39px;}
#content #nav-below .navigation li.active a {     background-color: #095e73; }
#content #nav-below .navigation li a:hover {     background-color: #095e73; }



h2.contato-page {
    color: #ec9460 !important;
    text-align: center;
    font-weight: 900;
}

h2.contato-page:before {
    content: none;
}

.contato-page .col50 {
    padding: 50px;
    text-align: center;
}
.tel-numero {
    font-weight: 800;
    font-size: 1.2em;
}
.contato-page ion-icon {
    font-size: 50px;
    color: #ccc;
    margin: 0 20px 30px 20px;
}
a.bt-tel {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    padding: 0px 0 26px 0;
    float: left;
    text-align: center;
    width: 100%;
}
.contato-page-bloco {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*------------------------------------------------------------ */
/* ------------------------- MODELO DE PÁGINA CARREGA attachments --------------------------- */
/*------------------------------------------------------------ */
#container.single.attachments {
    /*width: 100%;*/
	position: relative;

	top: 59px;
}

/*------------------------------------------------------------ */
/* ------------------------- NOTICIAS --------------------------- */
/*------------------------------------------------------------ */
.category-post {
	height:350px;
	position:relative;
}
article.category-post a {
}
a.item-foto {
    height: 100%;
    display: block;
    background-color: #e82c2e;
    opacity: 1;
}
a.item-foto img {
	width:100% !important;
	height:100% !important;
	object-fit: cover;
}
.overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 350px;
    left: 0;
    background-color: #ec9460;
    z-index: 0;
    opacity: 0;
}
.category-item-tit {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    text-align: right;
    margin-left: 30px;
    text-decoration: none;
	justify-content: flex-end;
}
.category-item-tit span.date {
    display: block;
    color: #ffffff;
}
.item-texto {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    background-color: rgb(246 157 104 / 82%);
}
.category-item-resumo { font-size:14px; position:absolute; bottom:-300px; opacity:0; padding: 20px; z-index: 1; text-align: right;}
.category-item-resumo a {color:#FFF !important;text-decoration: none;}
.article-content:hover > .overlay {top:0;opacity: 0.8;}
.article-content:hover > .item-texto {bottom: 40%; background-color:transparent;}
.article-content:hover > .category-item-resumo { bottom:0; opacity:1;}


.bt-pdf { float: left;  width: 100%;}
a.bt-pdf,
.bt-pdf a {
background: url(images/icon-pdf.png) no-repeat 19px 0px;
    background-size: contain;
    background-color: #424345;
    padding: 6px 42px 6px 69px;
    color: #fff;
    border-radius: 0px;
    float: left;
    font-size: 14px !important;
    margin-bottom: 14px;
    display: inline-block;
    width: auto;
}
.bt-pdf a.bt-pdf-single { background-size: 36px;}
.bt-pdf a:hover { background-color: #bb1e08;}

header.post-single {
    width: 100%;
    height: 50vh;
    background-color: #93C6D9;
    overflow: hidden;
    display: flex;
    flex-flow: row-reverse;
    justify-items: stretch;
    align-items: center;
}

header.post-single .txt {
    padding: 40px;
}
/*------------------------------------------------------------ */
/* ------------------------- FORMS --------------------------- */
/*------------------------------------------------------------ */
.wpcf7 h2,
.wpcf7 label {color:#FFF !important}
.wpcf7-not-valid-tip {
 color: #ffe10b !important;
}
.wpcf7 .ajax-loader {
 background-image: url(images/preloader.gif) !important;
 width: 40px !important;
 height: 40px !important;
 background-size: cover !important;
 background-position:center;
 position:relative;
 top:13px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
 border: 2px solid #f7e700;
 background-color: #333;
 display: block;
 padding: 20px;
 color: #fff;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-response-output {
 border: 2px solid #f7e700;
 background-color: #000;
 display: block;
 padding: 40px !important;
 color: #fff;
 float:left;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
 position: fixed;
 top: 50%;
 left: 49%;
	z-index:999;
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
     width: 80%;
    height: auto;
    max-width: 800px;
	line-height: normal;
}
div.wpcf7-validation-errors:after,
div.wpcf7-acceptance-missing:after,
.wpcf7 form.invalid .wpcf7-response-output:after,
.wpcf7 form.unaccepted .wpcf7-response-output:after,
.wpcf7-response-output:after {
	font-family:'Ionicons';
	content:"\f128";
	font-size:36px;
	color:#fff;
	display:block;
	text-align: center;
 margin-top: 20px;
}
.wpcf7-validation-errors.hidden,
.wpcf7-acceptance-missing.hidden,
.wpcf7 form.invalid .wpcf7-response-output.hidden,
.wpcf7 form.unaccepted .wpcf7-response-output.hidden,
.wpcf7-response-output.hidden { display:none; left:1px;}
div.wpcf7-validation-errors.fechado { display:none}

.wpcf7-not-valid {border: 2px solid #fff700 !important;}
div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output  {
 background-color: #398f14 !important;
 display: block ;
 padding: 20px !important;
 color: #fff !important;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
div.wpcf7-validation-errors.fechado { display:none}

.wpcf7-not-valid {border: 2px solid #fff700 !important;}
div.wpcf7-mail-sent-ok {
 background-color: #398f14 !important;
 display: block ;
 padding: 20px !important;
 color: #fff !important;
	float:left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
.wpcf7 span.label { display: none; }
.wpcf7 form input, textarea, button { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.wpcf7 form input, textarea, button {border: none;border-bottom: 1px solid;width: 100%;box-sizing: border-box;padding: 0px;font-size: 14px !important;line-height: 140%;margin: 12px 0;color: #ffffff;border-radius: 0px;}
.wpcf7 form select, form input[type="submit"] {-webkit-appearance: none;}
.wpcf7 form select {font-size: 14px;color: #666;}
.wpcf7 ::-webkit-input-placeholder { color: #AAA; }
.wpcf7 :-moz-placeholder { color: #AAA; }
.wpcf7 ::-moz-placeholder { color: #AAA; }
.wpcf7 :-ms-input-placeholder { color: #AAA; }
.wpcf7 form input[type="date"] {line-height: 20px;}
.wpcf7 form select:focus,
.wpcf7 form input:focus { box-shadow: none; background-color: transparent }
.wpcf7 form input.empty { border-color: transparent; }
.wpcf7 form input.empty:focus { box-shadow: none; }
.wpcf7 form input[type="submit"] {
 background: TRANSPARENT;
 border: 1px SOLID #fff;
 text-transform: capitalize;
 color: #FFF;
 font-size: 14px;
 width: auto;
 padding: 10px 30px;
 font-weight: 600;
 margin: 0 10px;
}
span.wpcf7-list-item { display: block !important;}
label {margin: 10px;display: block;color: #666;}
span.wpcf7-list-item-label { margin-left: 5px; color: #666;}
input[type="checkbox"] {
 width: 20px;
 float: left;
 max-width: 20px;
 height: 15px;
 line-height: 140%;
}
.wpcf7 {
 width: 100%;
 box-sizing: border-box;
 margin: 0 auto;
 padding: 0;
 border-radius: 0px;
}
.wpcf7 p {float: left;width: 100%;padding-right: 0;box-sizing: border-box;}
.wpcf7 p.quarter { width: 25%; }
.wpcf7 p.full { width: 100%; }
.wpcf7 p span {
 line-height: 23px;
}
button.wpcf7-field-group-add {
 width: 53px;
 font-size: 49px !important;
 background-color: #777777;
 color: #fff;
 float: left;
 cursor: pointer;
}
textarea {
 background-color: #0b7792;
 padding: 20px;
 height: 100px;
}
button.wpcf7-field-group-remove {
 width: 53px;
 font-size: 49px !important;
 background-color: #777777;
 color: #fff;
 float: left;
 padding: 9px 0 18px 0;
 cursor: pointer;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #666 inset;
  transition: background-color 5000s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border:none;
  background: none;
  background-color:transparent;
}


input:-internal-autofill-selected {
 appearance: menulist-button;
 background-color: #666 !important;
 background-image: none !important;
 color: -internal-light-dark(black, white) !important;
}

/*------------------------------------------------------------ */
/* ------------------------ SIDEBAR -------------------------- */
/*------------------------------------------------------------ */
#sidebar {
    float: left;
    width: 30%;
    padding: 20px 10px;
	border-left: 1px solid #ccc;
    margin-bottom: 40px;
}
#sidebar h3.widget-title {
    font-size: 18px !important;
    text-transform: uppercase !important;
    padding: 55px 0px 20px 0px !important;
}
aside#sidebar p {
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: 400;
}
#sidebar ul.widgets li {
    list-style: none !important;
    margin-left: 8px !important;
}
#sidebar ul li ul li {
    font-size: 14px !important;
    line-height: 140%;
	padding: 0px 0px 20px 10px;
    background: url(images/seta.png) no-repeat;
    background-position: 0px 7px;
}

/*---  ASIDE EQUIPE  ---*/
ul.areas-info {
    margin: 0px 0px 10px 10px !important;
    list-style: none !important;
}

ul.areas-info li {

    margin: 0px !important;
    padding: 4px 0px !important;
    margin-left: 7px !important;
    width: 100% !important;
    color: #424345 !important;
	line-height: 120% !important;
}
ul.areas-info li a {
    font-weight: 400 !important;
}

/*------------------------------------------------------------ */
/* --------------------- WIDGET BUTTONS ---------------------- */
/*------------------------------------------------------------ */
.widget a.bt,
.widget .bt,
.widget input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 1px solid #142839;
	border-radius: 11px;
	background: #142839;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.widget a.bt:hover,
.widget .bt:hover,
.widget input[type="submit"]:hover,
.widget a.bt:focus,
.widget .bt:focus,
.widget input[type="submit"]:focus {
	border-color: var(--cor-primaria, #56b6d8);
	background: var(--cor-primaria, #56b6d8);
	color: #142839 !important;
	transform: translateY(-2px);
}

.widget a.bt .icon,
.widget .bt .icon,
.widget a.bt .ion-arrow-right-c,
.widget .bt .ion-arrow-right-c {
	display: none !important;
}

/*------------------------------------------------------------ */
/* ------------------------- FOOTER -------------------------- */
/*------------------------------------------------------------ */
#footer {background-color: #0A2631;background-size: cover;background-position: center;background-repeat: no-repeat;background-attachment: fixed;border-top: 0;padding-bottom: 100px !important;float: left;}
.footer-colunas {
    display: flex;
    width: 100%;
}
#footer ul.menu {
    column-count: 2;
}

#footer ul.menu a {
    font-size: 16px;
    padding: 5px 0;
}
#footer ul.menu a:hover {
	padding-left: 10px;
	border-left: 1px solid #54b1d0;
}

#footer a.email span:before, #footer a.whatsapp span:before, #footer a.tel span:before {
    background: transparent;
    margin-right: 9px;
    float: left;
    width: 22px;
    height: 22px;
    padding: 5px;
    border-radius: 100%;
    margin-top: -6px;
 }
#footer-1,
#footer-2,
#footer-3,
#footer-4,
.footer-widget-container {float: left;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: left;}
#footer-content {
    width: 100%;
    padding: 0 6%;
}
#footer-container {
    max-width: 1900px;
    margin: 0 auto;
}
.footer-logo {
        float: left;
        box-sizing: border-box;
        height: auto;
        padding: 33px 0px 20px 0px;
        width: 100%;
        display: block;
        margin: 0 auto;
        align-items: center;
        border-bottom: 1px solid #17556d;
        text-align: center;
}
.tagline {
    float: left;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    padding-right: 23px;
    padding-top: 10px;
	display: none;
}
.footer-logo img {}
.footer-logo span {
	color:#FFF;
	font-size: 12px;
}

#footer a {
    line-height: 120% !important;
    display: inline-block;
	color:#FFF;
	font-size:16px;
	font-weight:600 !important;
}
#footer-full h4 {
    color: #ffffff !important;
    letter-spacing: 0px;
    padding-left: 16px;
    border-left: 6px solid #ffffff;
    margin-bottom: 30px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    text-align: left;
    font-weight: 800;
    display: flex;
}
.footer-widget-container {
    width: 100%;
}
#footer ul.phones {
    color: #fff !important;
}
#footer ul.phones li { padding-bottom:24px;}
#footer ul.sub-menu {
    display: block !important;
	margin-bottom:10px;
}
#footer ul.sub-menu li a {
   margin: 0px 0px 5px 6px;
}
#footer .tel-horario {
    font-size: 12px;
}
.footer-widget .content {}
#footer p {color:#fff !important;text-align: left !important;}

#footer #footer-content div.midias {
	float: left;
	padding: 0;
	margin: 0 auto;
	width: auto;
	text-align: center;
	}
.midias ul li { display: inline-block; width: auto !important;}

#footer #footer-content div.midias a {float: none;width: auto;text-align: center;}



#footer #footer-content div.midias a.facebook span:before { content: "\f231"; }
#footer #footer-content div.midias a.twitter span:before { content: "\f243"; }
#footer #footer-content div.midias a.google span:before { content: "\f235"; }
#footer #footer-content div.midias a.youtube span:before { content: "\f24d"; }
#footer #footer-content div.midias a.instagram span:before { content: "\f351"; }
#footer #footer-content div.midias a.linkedin span:before { content: "\f239"; }
#footer #footer-content div.midias a.skype span:before { content: "\f23f"; }
#footer #footer-content div.midias a.email span:before { content: "\f2eb"; }
#footer #footer-content div.midias a.tel span:before { content: "\f4b9"; }
#footer #footer-content div.midias a div {font-size: 12px;display: none;}

#footer #footer-content div.midias a:hover > span:before { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
#sub-footer {background: #000000;font-family: 'Open Sans', sans-serif, sans-serif;padding: 20px;}
#sub-footer-content {width: 100%;max-width: 1024px;margin: 0 auto;color: #d6d6d6;font-size: 12px;line-height: 120%;padding: 10px;text-align:center;}
#sub-footer hr { float: left; width: 100%; height: 10px; background: #c9cb2d; margin: 0; padding: 0; border: 0; box-sizing: border-box;  }
#sub-footer #info {  }
#sub-footer #creditos { float: none; width: auto; font-size: 11px; font-weight: bold; font-family: "verdana";}

address {
    color: #fff;
    font-style: normal;
    line-height: 120%;
    font-size: 14px;
    text-align: left;
    padding: 0px 15px 0px 20px;
    top: 50%;
}


a.bt-footer {
   background-color: #fff;
    padding: 1px 14px;
    border-radius: 37px;
    font-size: 11px;
    font-weight: 600;
}

a.bt-footer:hover { background-color:#424345 !important; color:#FFF !important;}

.map-code {
    width: 100%;
}
.map-code iframe{
    width: 100%;
}
.map-container {
    position: relative;
}
.map-container .enderecos {
    position: absolute;
    bottom: 0px;
    background-color: rgba(24, 60, 117, 0.8);
    padding: 20px 60px;
    text-align: center;
    color: #fff;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.enderecos h2,
.enderecos h3 {
    color: #fff;
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
	font-size:28px
}
.enderecos h3 {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 19px !important;
	}
.endereco {
}
/*------------------------------------------------------------ */
/* ------------------- TABLET  HORIZONTAL -------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
	#content h1 {font-size: 28px;}
	.slideshow-wrapper.principal {  width: 60%;}
	.missao-wrapper { width: 40%;}
	article.areas { width: 50% !important;}
	.slideshow-wrapper.areas .slider {  height: 240px !important;}
	article.equipe { width: 50%;}
	div#recent-posts-2 { width: 70%;}
	article#equipe { width: 30%;}
	#slideshow .text-content p {font-size: 14px;}
	#slideshow .text-content {width: 70%;}
	ul.equipe-index li { width: 48% !important;}
	.texto-slide {width: 50%;}
}

@media screen and (max-width: 1000px){
#top-wrapper {position: fixed;top: 0 !important;}
#top-wrapper #header #menu-container {background: #091b43;border: 0;display: block;visibility:hidden;opacity:0;left:-200px;position:fixed !important;}
#top-wrapper #header #menu-container.active {
    visibility: visible;
	opacity:1;
	left:0;
}

#menu-trigger {display: flex;height: 100%;align-items: center;}
.search-trigger { display: none;}
#menu { width: 100%; }
#menu a {line-height: 44px;padding: 0 20px;height: auto;color: #fff;}


#menu li { width: 100%; border-bottom: 1px solid rgba(0,0,0,0.3); text-align: left; height:auto }
#menu li:nth-child(odd) > a { }
#menu li.current-menu-item > a {border-bottom: 0px;border-left: 12px solid #FFF;background: #54b1d0;}
#menu a {font-size: 18px;width: 100%;text-align: left;border-left: 12px solid #da2128;border-bottom: 0;line-height: 48px;}

#search-trigger {position: relative;float: right; bottom: 0;height: 100%; margin-right: 0px; }
#search-trigger span { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); display: block; }

#top-wrapper #header #menu-container {float: left;width: 100%;margin: 0;padding: 55px 0;height: auto;position: absolute;z-index: 9;top: 0px;min-height: 50vh;}
#top-wrapper #header #menu-container ul {float: left;width: 100%;padding: 20px;}
#top-wrapper #header #menu-container ul li {border: 0; display: block;}
#top-wrapper #header #menu-container ul li a {
	border: 0;
	font-weight: 600;
	padding: 3px;
	line-height: 200%;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	}
#top-wrapper #header #menu-container ul li a.active { color: #ad1c29; }

#top-wrapper #header #menu-container ul li ul {position: inherit;top: 0;background: none;width: 100%;max-width: 100%;padding: 0 5px;box-sizing: border-box;min-width: 0;display: block;right:0;opacity: 1;column-count: 1;background-color: #102e6e;margin-bottom: 15px;}
#top-wrapper #header #menu-container ul li ul li {
    width: 100%;
}
#top-wrapper #header #menu-container ul li ul li a {font-weight: normal;text-transform: none;line-height: 28px;}
article.escritorios .escritorios-content ul li { padding: 20px 30px 40px 30px;}
}

/*------------------------------------------------------------ */
/* --------------------- TABLET  VERTICAL -------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 830px) {
.pb-texto {
    position: inherit;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: none;
}
.fundo-escuro {
    box-shadow: none;
}
#slideareas .text-content h3 { font-size: 40px;}

#footer-content > ul#footer-1 li .rodape-linha2 .coluna {
    width: 100%;
}
#slideareas .text-content div {
    width: 100%;
    max-width: 400px;
}
#slideareas .text-content {
    padding: 0px 0px;
}
#slideareas .text-content h2 {
    font-size: 29px;
}
#slideareas .image-content img {
    object-fit: contain;
	object-position: bottom;
}
#footer #footer-content { height: auto; }
#footer #footer-content ul {width: 100%;padding:0;top: 0 !important;transform: none !important;margin-bottom: 20px;}
#footer #footer-content ul:last-child { margin-bottom: 0 }
#footer #footer-content span.endereco { margin-bottom: 12px; }
#footer p,
#footer a,
#footer ul.sub-menu li a {
    font-size: 16px ;
}
}


/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
.mobile-hidden { display: none; visibility: hidden; -moz-opacity: 0; -webkit-opacity: 0; opacity: 0; }
.mobile { display:block;}
#top-wrapper #header #logo {width: 70% !important;padding-left: 20px;max-height: 100%;}
#top-wrapper,
#top-wrapper #header,
#top-bar-wrapper {padding: 0px;margin-right: 0;height: 76px;display: block;}
#top-wrapper {position: fixed;top: 0 !important;}
#top-bar-wrapper #top-bar { right:0; top:5px}
#menu-container .bt-fecha {
    width: 37px;
    height: 37px;
	}
	#menu ul li {    width: 100%;}
	#menu article.escritorios .escritorios-content ul li .e-bloco {
    min-height: 1px;
}
nav#menu > div, nav#menu > div > ul {
    flex-direction: column;
}
.slideshow-wrapper.principal {  width: 100%;}
	.widget h2 { font-size: 20px !important;}
.slidesow-conteudo h2.title {
	font-size: 18px !important;
}
.slidesow-conteudo p {
	font-size: 14px !important;
}
.slidesow-conteudo {
	top: 74%;
    width: 100%;
	background-position: right center;
}
.content {  padding: 0px 20px;}
.wrapper-areas ul li { width: 50% !important; min-height: 34px;}
article.areas { width: 100% !important;}
.slideshow-wrapper.areas .slider {  height: 240px !important;}
.f-texto h3 { font-size: 18px !important;}
.f-texto a { font-size: 14px !important;}
.subtitulo { padding: 1px 20px; font-size: 19px;}
#container.single-areas #content .entry-content, #container.category #content .entry-content,
#container.category #content .entry-content, #container.single #content .entry-content {
    	max-width: 100%;
    	/* padding-right: 10px; */
    	margin-bottom: 0px;
    	/* padding-left: 10px; */
 }
	#container #content .entry-content {margin-bottom: 0px;}
	#container #content #sidebar { width: 100%; max-width: 100%;    margin-bottom: 100px;	}
	#content #sidebar ul.contatos li span {    font-size: 14px;	}
	.slideshow-wrapper.pg-in {max-width: 100%;}
	#container.single #content { width: 100%;}
	#sidebar {  width: 100%;  border-top: 1px solid #ccc; border-left: 0px;}
	#container #content .entry-content {width: 100%;max-width: 100%;padding: 10px; padding-bottom: 0; min-height: 0; }

article.equipe { width: 100%;}
div#recent-posts-2 { width: 100%;}
#news_widget-2 #recent-posts { margin: 0 0%;}
article#equipe { width: 100%;}

header.noticias h2 { font-size: 13px !important;}
.entry-content {
    max-width: 100%;
    padding-right: 10px;
    border-right: none;
    padding-left: 10px;
}
.contato-conteudo {
    width: 100%;
    margin-left: 0;
    padding: 0 0px 0 0;
}
.wpcf7 {
    padding: 0;
}
.pc-telefones {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #424345;
    margin-right: 0;
}
.wpcf7 h3 {
    padding: 10px 20px;
}
.category header.category, header.page {
  height: 33vh;
  margin-bottom: 10px;
}
.header-texto { width: 78%; right:0}
header.page h1 {
    padding: 0 20px;
    font-size: 30px !important;
}
#slideshow .text-content p { font-size: 18px;}
ul.equipe-index li {width: 100% !important;}
.coluna1, .coluna2, .coluna3 {
   display: block;
    float: left;
    width: 100%;

}
.coluna2, coluna3 {  padding: 0px;}
.flex-row-reverse.center {  flex-direction: column;}
address {text-align:center}
#footer #footer-content div.midias { margin: 0 auto; display: inline-block; float:none}
#top-wrapper #header-content { position: relative; }
#container.single-equipe #content .entry-content { max-width: 100%;}
#container.single-equipe #content #sidebar { max-width: 100%; margin-bottom: 100px;}

#footer-1, #footer-2, #footer-3, #footer-4, .footer-widget-container {
    width: 100%;
    min-width: 100%;
}

#footer #footer-content div.midias a { float: none;  text-align: center;}
#sub-footer #creditos {float: left;width: 100%;/* padding: 10px 0; */font-size: 10px;padding-top: 0px;text-align: center;margin-bottom: 0;}
#sub-footer #info { width: 100%; text-align: center; }

.destacada.single { height: auto;}
ul.faq-index { padding: 0 !important;}
}
@media screen and (max-width: 400px) {
	#menu ul li,
	#menu article.escritorios .escritorios-content ul li { width: 100% !important;}
		.wrapper-areas ul li,
		article.escritorios .escritorios-content ul li {width: 100% !important;}
	#last-posts-wrapper { display: none }
	#content h1, #content h2, #content h3 { font-size: 24px;}
	.f-titulo { font-size: 18px;}
	section#container {    padding: 0px 0px;}
	.area-img,
	.area-img img { width: 100%;}

	#sidebar { width: 100%; padding: 10px 10px; border-left: 0px; margin-bottom: 100px;}
	#container.single-areas #content .entry-content,
	#container.category #content .entry-content {
	  	max-width: 100%;
    	padding: 0px;
    	border-right: 0px;
		margin-bottom: 0px;
	}
	#container.page #content .entry-content p {/* padding: 0 20px !important; *//* margin-bottom:20px; */}
	ul.faq-index { padding: 0 !important;}
	#container.page #content .entry-content ul {padding: 0 0px !important;}

	#container #content .entry-content { min-height: auto; margin-bottom: 0px; padding:0}
	#container.single #content { margin-bottom: 0px;}


.paginasdestacadas-widget .page-itens .item .item-thumb img { object-fit: contain; object-position: top;}
#container.single-areas #content .entry-content {width: 100%;max-width: 100%;padding: 26px; padding-bottom: 0; min-height: 0; }
#container #content #sidebar { width: 100%; max-width: 100%; padding: 13px; display: block; float: left; margin-bottom: 50px;}
	#container #content .entry-form { min-height: 0; padding-bottom: 26px; }
	#container.single #content {width: 100%;}
	ul.equipe-index li { width: 100% !important;}
blockquote { padding: 40px 10px;}
}


/* Quem Somos template */
#quem-somos-template,
#quem-somos-template * { box-sizing: border-box; }
#quem-somos-template { width: 100%; margin: 0; color: #142839; font-size: 18px; line-height: 1.55; }
#quem-somos-template .qs-hero { width: 100%; height: 356px; margin: 0; padding: 0; overflow: hidden; position: relative; background: #142839; }
#quem-somos-template .qs-hero-image { width: 100%; height: 100%; display: flex; align-items: flex-end; background-position: center; background-size: cover; background-repeat: no-repeat; }
#quem-somos-template .qs-hero-inner {width: 100%;margin: 0 auto 0 7%;padding: 0 0 52px;}
#quem-somos-template .qs-hero h1 {margin: 0 0 0px;pad;padding: 0 0 0 0px;position: relative;color: #fff;font-size: 40px;line-height: 1.2;font-weight: 500;text-align: left;text-transform: uppercase;}
#quem-somos-template .qs-hero h1:before { content: ''; display: inline-block;
									width: 4px;
    height: 30px;
    background-color: #54B1D0;
    position: relative;
    margin-right: 20px; }
#quem-somos-template .qs-destaque { display: inline-block; max-width: 760px; padding: 11px 22px; color: #fff; background: #93c6d9; font-size: 22px; font-weight: 400; }
#quem-somos-template .qs-destaque p { margin: 0; color: inherit; }
#quem-somos-template .qs-content-wrap {padding: 40px 7% 80px;}
.servicos #quem-somos-template .qs-content-wrap {padding: 0px 3% 80px;}
#quem-somos-template .qs-intro {width: 100%;display: flex;flex-direction: row-reverse;gap: 66px;align-items: flex-start;}
#quem-somos-template .qs-featured {margin-top: -122px;padding: 0;position: sticky;z-index: 2;flex: 0 0 40%;top: 89px;}
#quem-somos-template .qs-featured img {display: block;width: 100%;height: auto !important;/* position: sticky; *//* top: 96px; */border-radius: 22px;max-width: 444px;}
#quem-somos-template .qs-main-copy {width: 60%;margin: 33px 0 0 0;position: relative;}
#quem-somos-template .qs-main-copy.no-image { width: 100%; }
#quem-somos-template .qs-main-copy p:first-child { margin-top: 0; }
#quem-somos-template .qs-main-copy h2,
#quem-somos-template .qs-block h2,
#quem-somos-template .qs-differentials h2 { margin: 34px 0 15px; color: #142839; font-size: 26px; line-height: 1.2; font-weight: 800; text-align: left; }
#quem-somos-template .qs-main-copy h2:first-child,
#quem-somos-template .qs-block h2:first-child,
#quem-somos-template .qs-differentials h2:first-child { margin-top: 0; }
#quem-somos-template .qs-main-copy ul { display: flex; flex-wrap: wrap; gap: 2px; margin: 22px 0; padding: 0; }
#quem-somos-template .qs-main-copy > ul > li { flex: 0 0 calc(33.333% - 2px); margin: 0; padding: 22px 28px 26px; list-style: none; background: #f1f1f1; border-radius: 11px; }
#quem-somos-template .qs-main-copy li:before { display: none; }
#quem-somos-template .qs-differentials { width: 100%; margin: 44px 0 0; }
#quem-somos-template .qs-differential-list {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 18px;margin: 34px 0 0 0;padding: 0;list-style: none;width: 100%;min-width: 100%;}
#quem-somos-template .qs-differential-list > li {min-height: 190px;margin: 0;padding: 28px 24px;display: flex;flex-direction: column;justify-content: flex-start;list-style: none;background: #ffffff;border: 1px solid #e2e2e2;border-radius: 11px;box-shadow: 0 4px 12px rgba(0,0,0,.06);transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;}
#quem-somos-template .qs-differential-list > li:before {content: none}
#quem-somos-template .qs-differential-list > li:hover { background: #54b1d0; box-shadow: 0 10px 24px rgba(0,0,0,.14); transform: translateY(-4px); }
#quem-somos-template .qs-differential-icon {width: 54px;height: 54px;margin: 0 0 18px;object-fit: contain;border-radius: 7px;}
#quem-somos-template .qs-differential-content h3 { margin: 0 0 14px; padding: 0; color: #142839; font-size: 19px; line-height: 1.2; font-weight: 700; text-align: left; }
#quem-somos-template .qs-differential-content p { margin: 0; padding: 0; color: #333; font-size: 15px; line-height: 1.45; text-align: left; }
#quem-somos-template .qs-differential-list > li:hover * { color: #fff !important; }
#quem-somos-template .qs-block { width: 100%; margin: 64px 0 0; padding-top: 44px; border-top: 1px solid #e2e2e2; }
#quem-somos-template .qs-block-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); gap: 56px; align-items: center; }
#quem-somos-template .qs-block:nth-of-type(even) .qs-block-inner { grid-template-columns: minmax(280px, .75fr) minmax(0, 1fr); }
#quem-somos-template .qs-block-media { order: 2; overflow: hidden; border-radius: 22px; }
#quem-somos-template .qs-block:nth-of-type(even) .qs-block-media { order: 1; }
#quem-somos-template .qs-block-media img { display: block; width: 100%; height: auto !important; border-radius: 0; }
#quem-somos-template .qs-block-copy { min-width: 0; }
#quem-somos-template .qs-quote { width: 100%; margin: 56px 0 0; padding: 34px 7%; color: #fff; background: #54b1d0; text-align: center; }
#quem-somos-template .qs-quote p { margin: 0; color: inherit; font-size: 27px; line-height: 1.2; font-weight: 700; font-style: italic; text-transform: uppercase; }
#quem-somos-template .qs-gallery { margin-top: 44px; padding-top: 44px; border-top: 1px solid #e2e2e2; }
@media screen and (max-width: 900px) { #quem-somos-template .qs-differential-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media screen and (max-width: 700px) {
  #quem-somos-template { font-size: 17px; }
  #quem-somos-template .qs-hero { height: 320px; }
  #quem-somos-template .qs-hero-inner { width: calc(100% - 40px); padding-bottom: 36px; }
  #quem-somos-template .qs-hero h1 { padding-left: 26px; font-size: 30px; }
  #quem-somos-template .qs-hero h1:before {/* left: -14px; */top: 6px;/* width: 48px; */}
  #quem-somos-template .qs-destaque { font-size: 18px; }
  #quem-somos-template .qs-content-wrap { padding: 40px 20px 64px; }
  #quem-somos-template .qs-intro { flex-direction: column; gap: 6px; }
  #quem-somos-template .qs-featured, #quem-somos-template .qs-main-copy, #quem-somos-template .qs-main-copy.no-image {width: 100%;flex-basis: auto;margin: 0;position: initial;}
  #quem-somos-template .qs-featured { order: 1; }
  #quem-somos-template .qs-main-copy { order: 2; padding: 22px 0; }
  #quem-somos-template .qs-featured img { position: static; }
  #quem-somos-template .qs-differentials { margin-top: 0; }
  #quem-somos-template .qs-differential-list { grid-template-columns: 1fr; gap: 16px; }
  #quem-somos-template .qs-differential-list > li { min-height: auto; padding: 24px; }
  #quem-somos-template .qs-main-copy > ul > li { flex-basis: 100%; }
  #quem-somos-template .qs-block { margin-top: 44px; padding-top: 32px; }
  #quem-somos-template .qs-block-inner, #quem-somos-template .qs-block:nth-of-type(even) .qs-block-inner { grid-template-columns: 1fr; gap: 24px; }
  #quem-somos-template .qs-block-media, #quem-somos-template .qs-block:nth-of-type(even) .qs-block-media { order: 1; }
  #quem-somos-template .qs-block-copy { order: 2; }
  #quem-somos-template .qs-quote { margin-top: 36px; padding: 28px 20px; }
  #quem-somos-template .qs-quote p { font-size: 18px; }
}
/* Fim Quem Somos template */

/* Templates replicados Quem Somos */
#quem-somos-template .qs-service-action { display: flex; justify-content: center; margin-top: 36px; }
#quem-somos-template .qs-service-action .bt { display: inline-block; }
#quem-somos-template .qs-transacoes-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
#quem-somos-template .qs-transacao-item { min-width: 0; }
#quem-somos-template .qs-transacao-card { width: 100%; min-height: 399px; overflow: hidden; background: #fff; border-radius: 11px; box-shadow: 0 0 9px 1px rgba(0,0,0,.2); }
#quem-somos-template .qs-transacao-image { height: 200px; background: #fff; }
#quem-somos-template .qs-transacao-image img { display: block; width: 100% !important; height: 100% !important; object-fit: contain; }
#quem-somos-template .qs-transacao-year {padding: 7px;color: #fff;background: #54b1d0;font-size: 14px;font-weight: 700;text-align: center;}
#quem-somos-template .qs-transacao-value { color: #333; font-size: 14px; font-weight: 800; text-align: center; }
#quem-somos-template .qs-transacao-summary {height: 191px;overflow-y: auto;padding: 2px 14px;color: #333;font-size: 14px;text-align: center;scrollbar-color: #2196F3 #e4e4e4;scrollbar-width: thin;}
#quem-somos-template .qs-transacao-summary p { margin: 0; padding: 2px 0; color: inherit; font-size: inherit; text-align: inherit; }
#quem-somos-template .qs-transacoes-navigation { margin-top: 36px; }
@media screen and (max-width: 900px) { #quem-somos-template .qs-transacoes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media screen and (max-width: 700px) { #quem-somos-template .qs-service-action { justify-content: flex-start; } #quem-somos-template .qs-transacoes-grid { grid-template-columns: 1fr; } #quem-somos-template .qs-transacao-card {min-height: 475px;} #quem-somos-template .qs-transacao-summary {height: 239px;}}
/* Fim templates replicados Quem Somos */
/* Páginas padrão sem imagem destacada */
#quem-somos-template .qs-intro-no-image { display: block; }
#quem-somos-template .qs-block-no-image .qs-block-inner { grid-template-columns: minmax(0, 1fr) !important; }
#quem-somos-template .qs-service-icon { min-height: 180px; display: flex; align-items: center; justify-content: center; color: #54b1d0; font-size: 82px; }
@media screen and (max-width: 700px) { #quem-somos-template .qs-service-icon { min-height: 120px; } }
/* Paginação transações */
#quem-somos-template .qs-transacoes-navigation { width: 100%; margin: 48px 0 0; display: flex; justify-content: center; }
#quem-somos-template .qs-transacoes-navigation > .navigation { width: auto; float: none; margin: 0; }
#quem-somos-template .qs-transacoes-navigation .navigation ul { width: auto; max-width: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; float: none; list-style: none; }
#quem-somos-template .qs-transacoes-navigation .navigation li { width: auto; min-width: 42px; height: 42px; margin: 0 !important; padding: 0; display: block; float: none; list-style: none; }
#quem-somos-template .qs-transacoes-navigation .navigation li:before { display: none; }
#quem-somos-template .qs-transacoes-navigation .navigation li a,
#quem-somos-template .qs-transacoes-navigation .navigation li span { min-width: 42px; height: 42px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d9e2e7; border-radius: 8px; background: #fff; color: #142839; font-size: 15px; font-weight: 600; line-height: 1; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
#quem-somos-template .qs-transacoes-navigation .navigation li.active a { border-color: #54b1d0; background: #54b1d0; color: #fff; }
#quem-somos-template .qs-transacoes-navigation .navigation li a:hover,
#quem-somos-template .qs-transacoes-navigation .navigation li a:focus { border-color: #54b1d0; background: #eaf7fb; color: #142839; transform: translateY(-2px); }
#quem-somos-template .qs-transacoes-navigation .navigation li.active a:hover,
#quem-somos-template .qs-transacoes-navigation .navigation li.active a:focus { background: #3b9dbd; color: #fff; }
#quem-somos-template .qs-transacoes-navigation .navigation li:first-child a,
#quem-somos-template .qs-transacoes-navigation .navigation li:last-child a { padding: 0 18px; }
#quem-somos-template .qs-transacoes-navigation .navigation li:not(:has(a)) { min-width: 24px; color: #7a8c96; }
@media screen and (max-width: 700px) {
  #quem-somos-template .qs-transacoes-navigation { margin-top: 32px; }
  #quem-somos-template .qs-transacoes-navigation .navigation ul { gap: 6px; }
  #quem-somos-template .qs-transacoes-navigation .navigation li a,
  #quem-somos-template .qs-transacoes-navigation .navigation li span { min-width: 38px; height: 38px; padding: 0 10px; font-size: 14px; }
}
/* Single equipe: styles scoped to this template to avoid global conflicts. */
#main.single-equipe-template #container.sem-sidebar #content.single { margin-bottom: 40px; }
#main.single-equipe-template #content.single > .entry-content > .content.equipe { max-width: 1114px; margin: 0 auto; float: none; }
#main.single-equipe-template #content.single > .entry-content > .content.equipe > div:nth-child(2) { margin-left: 80px; padding: 0 20px; }
#main.single-equipe-template #content.single .content.equipe .foto {width: 277px;height: 277px;min-width: 200px;min-height: 200px;overflow: hidden;border-radius: 11px;}
#main.single-equipe-template #content.single .content.equipe .foto img { width: 100%; height: 100%; object-fit: cover; }
#main.single-equipe-template #content.single .content.equipe .midia { margin-left: -10px; }
#main.single-equipe-template #content.single .content.equipe .midia a { text-decoration: none !important; }
#main.single-equipe-template #content.single .content.equipe .midia span::before { color: #54b1d0; }
#main.single-equipe-template #content.single .content.equipe span.cargo { display: block; margin: 14px 0; color: #333; font-weight: 600; }

@media screen and (max-width: 700px) {
  #main.single-equipe-template #content.single > .entry-content > .content.equipe > * { display: flex; align-items: center; justify-content: center; }
  #main.single-equipe-template #content.single > .entry-content > .content.equipe > div:nth-child(2) { margin: 0; }
  #main.single-equipe-template #content.single .content.equipe .midia.flex-row { flex-direction: row !important; }
  #main.single-equipe-template #content.single .content.equipe .foto { margin-bottom: 40px; }
}

/* Single equipe content aligned with the standard/service layout. */
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy .infos { width: 100%; }
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy .infos .cargo { margin: 0; }
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy .infos span.cargo { display: block; margin: 14px 0; color: #333; font-weight: 600; }
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy .infos .telefone { margin: 0 0 14px; }
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy .midia { margin: 0 0 28px -10px; }
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy .midia a { text-decoration: none !important; }
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy .midia span::before { color: #54b1d0; }
#main.single-equipe-template #quem-somos-template .qs-equipe-content .qs-main-copy > .bt { display: inline-block; margin-top: 24px; }

/* Home hero */
.lince-home-hero.lince-hero {
    position: relative;
    width: 100%;
    min-height: 66vh;
    display: flex;
    align-items: center;
    background-color: #0c0c0c;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.35), rgba(0,0,0,0.15)), var(--lince-hero-image, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}
.lince-home-hero .lince-hero__inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 120px 7% 80px;
    display: grid;
    grid-template-columns: minmax(60px, 110px) minmax(280px, 1fr);
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.lince-home-hero .lince-hero__icon img {
    width: 100%;
    max-width: 100px;
    height: auto;
    display: block;
}
.lince-home-hero .lince-hero__phrases {
    position: relative;
    min-height: 90px;
}
.lince-home-hero .lince-hero__phrase {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(16.5px, 2.2vw, 29.7px);
    line-height: 1.12;
    font-weight: 100;
    letter-spacing: 0.02em;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 900ms ease, transform 900ms ease;
}
.lince-home-hero .lince-hero__phrase.is-active {
    opacity: 1;
    transform: translateY(0);
}
.lince-home-hero .lince-hero__phrase.is-leaving {
    opacity: 0;
    transform: translateY(-28px);
}
.lince-home-hero .lince-hero__phrase:after {
    content: "";
    display: block;
    width: 42%;
    max-width: 240px;
    height: 1px;
    margin-top: 24px;
    background-color: #fff;
}
.lince-home-hero .lince-hero__button {
    position: absolute;
    left: calc(50% - 560px + 7% + 166px);
    top: calc(50% + 72px);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 11px;
    background: transparent;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease, transform 260ms ease;
}
.lince-home-hero .lince-hero__button:after {
    content: "\2193";
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1;
    transition: transform 260ms ease;
}
.lince-home-hero .lince-hero__button:hover,
.lince-home-hero .lince-hero__button:focus {
    border-color: var(--cor-primaria, #56b6d8);
    background: var(--cor-primaria, #56b6d8);
    color: #142839 !important;
    transform: translateY(-2px);
}
.lince-home-hero .lince-hero__button:hover:after,
.lince-home-hero .lince-hero__button:focus:after {
    transform: translateY(2px);
}

@media screen and (max-width: 700px) {
    .lince-home-hero.lince-hero {
        background-attachment: scroll;
        min-height: 55svh;
    }
    .lince-home-hero .lince-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
        padding: 110px 28px 70px;
    }
    .lince-home-hero .lince-hero__icon img {
        max-width: 70px;
        margin: 0 auto;
    }
    .lince-home-hero .lince-hero__phrases {
        min-height: 80px;
    }
    .lince-home-hero .lince-hero__phrase:after {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .lince-home-hero .lince-hero__button {
        left: 50%;
        top: calc(50% + 118px);
        transform: translateX(-50%);
    }
    .lince-home-hero .lince-hero__button:hover,
    .lince-home-hero .lince-hero__button:focus {
        transform: translateX(-50%) translateY(-2px);
    }
}
