@charset "UTF-8";
/*
Theme Name: Arabia 2026 - vs2
Theme URI: http://...
Author: Estudio Saci
Author URI: http://www.estudiosaci.com.br
Description: Tema desenvolvido pelo Estúdio Saci. Programação por Rafael Merz e Zé Mario Passos.
Version: 1.0
License: Privada
*/

/*@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Arsenal:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i'); 
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&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; }

:root {
  --padding-widgets: 88px 7%;
}

@media (max-width: 768px) {
  :root {
    --padding-widgets: 22px 22px;
  }
}

/*------------------------------------------------------------ */
/* --------------------- 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; }
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: 1920px;margin: 0 auto;box-sizing: border-box;}
#container {width: 100%;margin: 0 auto;padding: 0px 0px;}
#container.home {  padding: 0px;}
#container.sem#sidebar {
    padding: 0px 11px;
    width: 100%;
    max-width: 1114px;
    margin-top: 86px;
}
.ancora {
    float: left;
    width: 100%;
    height: 1px;
    opacity: 0;
}
.col10,.col20, .col25, .col30, .col33, .col40, .col50, .col60, .col70, .col80, .col90, .col100   {  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%;}
.col90 { width: 90%;}
.col100 { width: 100%;}
.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: 768px) {.col20, .col25, .col30, .col33, .col40, .col50, .col60, .col70, .col80, .col90, .col100   { 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 !important;
    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; flex-direction: row}
.flex-row-reverse {display:flex; 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-row-reverse {flex-direction: column}
 .padding40 {padding: 20px;}
}
.left {
    text-align: left;
    justify-content: left;
    align-items: flex-start;
}
.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 { -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;
	}
a, li, span, button, h1, h2, h3, h4, .child-cat-thumb, .last-post, #content article {-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s 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; height:100% }
table { border-collapse: collapse; border-spacing: 0; width: 100%}
tr:nth-child(odd) { background-color: #c9fff6;}
tr:nth-child(even) { background-color: #adf5e9;}
td { border: 1px solid #fff; padding: 3px}
a img { border: none; }
input { outline: none !important; }
hr { background-color: #ccc; border: 0; clear: both; height: 1px; margin: 12px 0; float: left; width: 100%; margin-top: 0px;}
p {margin-bottom: 20px;font-size: 16px;line-height: 160%;color: #000;font-weight: 400;padding: 0;}
ul.blocos {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
}
ul.blocos li {
    background-color: #332c3a;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 22px;
    flex: 1 1 45%;
    line-height: 140%;
}
ul.blocos li strong {
    font-size: 18px;
    margin-bottom: 3px;
    display: block;
    color: #9bfa01;
}
select { 
outline:none; 
display: inline-block; 
-webkit-appearance:none; 
-moz-appearance:none; 
appearance:none; 
-moz-border-radius: 0px; 
-webkit-border-radius: 0px; 
border-radius: 35px;
    font-size: 14px;
    padding: 13px 80px 14px 28px;
    background: url(images/select-arrow.png) no-repeat;
    background-position: right;
    color: #836a7d;
    border: 1px solid #836a7d;
	width: 100%;
}

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%; }

.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; }

.alignright { margin-left: 15px; float: right;}



.post-edit-link {/* background: url('images/edit-button.png') no-repeat left center; *//* padding-left: 23px; */text-transform: uppercase;display: block;font-size: 0.8em;text-decoration: none;line-height: 130%;margin: 20px 0px;float: left;width: 100%;position: fixed;left: 0;top: 50%;background-color: red;width: auto;padding: 11px;border-radius: 11px;}

.post-edit-link:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.post-edit-link:before { content: "\f2bf";padding-right: 4px;font-size: 18px;}
.edit-link:hover > a { text-decoration: underline; }

blockquote {border-left: 0;padding: 60px 48px 9px 48px;float: left;width: 100%;text-align: left;box-sizing: border-box;margin: 14px 0px 17px 0px;background-color: #9dfe01;position: relative;}
blockquote::before {content: "''";font-family: 'DM Serif Display';position: absolute;right: 50%;top: 13px;font-size: 66px;color: #fff;}
blockquote p {
    display: inline-block;
    color: #07256b;
    font-size: 30px;
    line-height:140% !important;
    font-weight: 300 !important;
    text-align: center !important;
}


/*------------------------------------------------------------ */
/* --------------------- FONT STYLING ------------------------ */
/*------------------------------------------------------------ */

body {font-family: 'Roboto', sans-serif;}
h1, h2 {font-family: 'DM Serif Display', serif;font-weight: normal;padding: 0px 0px 0px 0px;}

h6 a {
    background-color: #000000;
    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;
}
h4 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color:#000;
}


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

.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, #content .entry-content h2:before, 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.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s 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: 70px;top: 0px;opacity: 1;padding: 0px;background: #510381;}
#top-wrapper.home {background: TRANSPARENT;}
#top-wrapper.fixed {
				   top: 0px;
				   opacity:1;
				   -webkit-transition: all 0.7s ease;
				   -moz-transition: all 0.7s ease;
				   -o-transition: all 0.7s ease;
				   transition: all 0.7s ease;
				   /* border-bottom: 1px solid #fff; */
				   background-color: #000000;
				   -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
				   -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
				   box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.3);
				   }
#top-bar-wrapper {background: #000000;z-index: 10;position: relative;}
#top-bar-wrapper #top-bar { position: relative; height: auto; box-sizing: border-box; }
#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;box-sizing: border-box;-webkit-transition: all .3s;transition: all .3s;height: 100%;}
#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;max-width: 346px;box-sizing: border-box;height: 100%;z-index: 9;padding: 7px 0px;margin-left: 7%;}
#top-wrapper #header #logo img {width:100%;height:100%;object-fit: contain;object-position: left;}
/*-----------------------------------*/
/*---------------MENU--------------*/
/*-----------------------------------*/
#top-wrapper #header #menu-container {float: right;margin-right: 0px;box-sizing: border-box;height: 100%;padding-top: 4px;padding-right: 5%;}
#menu {float: left;width: auto;box-sizing: border-box;position: relative;z-index: 500;text-align: center;height: 100%;}
#menu li { position: relative; float: left; text-align: center; position: relative; }
#menu li.current-page-ancestor > a { }
#menu li.current-menu-item > a { }
#menu li.active, #menu li:hover {background-color: #9dfe01;}
#menu li.active a, #menu li:hover a {color: #000000}

#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: #fff;display: inline-block;padding: 26px 7px;text-align: center;font-weight: 400;position: relative;line-height: 12px;text-transform: uppercase;letter-spacing: 0px;font-family: 'Roboto', sans-serif;background-color: transparent;margin: 0 0px;color: #fff;display: inline-block;vertical-align: middle;position: relative;}

#menu a:hover {background-color: transparent;color:#fff;text-decoration:none !important;border-bottom: 1px solid #fff;}

#menu ul ul {display: none;position: absolute;background: #67fe00;top: 64px;left: 0;float: left;min-width: 300px;z-index: 999;border-bottom: 0;}
#menu ul li > ul { padding: 10px 0; }
#menu ul ul li {width: 100%;box-sizing: border-box;border-top: 0px;margin: 0;}
#menu ul ul li a {color: #fff;text-align: left;margin: 0;width: 100%;display: block;float: left;box-sizing: border-box;padding: 10px 24px;line-height: 100%;font-size: 14px;font-weight: 400;top: 0;text-transform: none;}
#menu ul ul li:hover > a {background-color: #c2ff66;} 

#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; }
li.bt-contato a {
    /* border: 1px solid #fff; */
    padding: 8px 17px !important;
    height: fit-content;
    margin-left: 0px !important;
    text-decoration: none !important;!i;!;!i;!;
    color: #000 !important;!i;!;
    font-weight: 600 !important;!i;!;
}
li.bt-contato a:hover{/* color:#000 !important; *//* background-color:#9fcc02 !important; */}

li.bt-contato {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: #9dfe01;
}
#menu-trigger {display: none;cursor: pointer;float: right;width: 53px;height: 100%;line-height: 90px;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.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "\f20d";
    color: #fff;
    font-size: 32px !important;
 }

#menu-trigger.active:before {content: "\f129";}

#search-area {display: block; position: absolute; width: auto; max-width: 100%; right: 0px; top: 100px; z-index: 150; background-color: #000000a1; padding: 10px;} 
.screen-reader-text { display: none; }
input.search-field {width: 100%;background: #d8d8d8;border: none;padding: 9px 20px;color: #7d7d7d;font-size: 12px;position: relative;-webkit-transition: all .3s;transition: all .3s;width: 240px;border-radius: 30px;line-height: 100%;border: 0px;box-sizing: border-box;}

input.search-submit {
	width: 32px;
    height: 32px;
    background: transparent url(images/icon-search.png) no-repeat center;
    box-sizing: border-box;
    padding: 0;
    font-size: 0;
    float: right;
	background-size: 30px;
    opacity: 0.4;}
#search-area ::-webkit-input-placeholder { color: #333; }
#search-area :-moz-placeholder { color: #333; }
#search-area ::-moz-placeholder { color: #333; }
#search-area :-ms-input-placeholder { color: #333; }

div.midias ul {}
div.midias a {float: left;margin: 10px 0;text-align: center;width: auto;margin-bottom: 0px;line-height: 9px;}
div.midias a span { text-align: center; }
div.midias a:first-child { margin-left: 0px; }
span.icons {font-size: 15px;display: flex;align-items: center;}
span.icons:before {
    display: inline-block;
    font-family: "Ionicons";
    font-size: 32px;
    color: #67fe00;
    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.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 17px;
}

div.midias a span:before,
a.tel:before {
    display: block;
    color: #67fe00;
    font-size: 29px;
    box-sizing: border-box;
}
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: #615f5d; */ }
a.skype span:before { content: "\f23f"; /* background: #12A5F4; */ }
a.whatsapp span:before { content: "\f4f0"; /* background: #34AF23; */ }
a.vcard span:before { content: "\f119"; }

a.tel:before {
    content: "\f4b9";
    margin-right: 21px;
    float: left;
    width: 22px;
    height: 5px;
    padding: 0px 0px 22px 4px;
    /* margin-top: 5px; */
 }

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; }

#language-selector {position: absolute;top: 0px;right: 0px; z-index: 9;}
#language-selector a {font-size: 12px;font-weight: 600;color: #000000;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: #000000;font-size: 18px;cursor: pointer; display:none}
#search-trigger span:before { 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;
}

.mobile { display: none;}

/*------------------------------------------------------------ */
/* ----------------------- WIDGETS --------------------------- */
/*------------------------------------------------------------ */
.widget {
    width: 100%;
    float: left;
    display: block;
    font-size: 1.3rem;
    }
.widget .container {
    float: left;
    width: 100%;
}
.wrap {
    width: 100%;
    float: none;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}
.content {
	padding: 0px;
	/* height:100%; */
	width: 100%;
	float: left;
	margin: 0 auto;
	position: relative;
}
.widget h1 {
}
#tabsservicos_widget-2 {
    display: flex;
    height: 100vh;
    align-items: center;
    background-color: #183c75;
}
a.bt {
	font-weight: 400;
	padding: 5px 30px;
	font-size: 14px;
	/* color: #ffffff; */
	display: inline-block !important;
	background-color: #67fe00;;
	font-size: 16px !important;
	border: 1px solid #67fe00;
	margin: 11px 0;
}
a.bt:hover,
a.bt-mais:hover {
    background-color: #510381;
	color:#ffffff !important;
}
a.bt2 {
	font-weight: 400;
	padding: 5px 30px;
	font-size: 14px;
	display: inline-block !important;
	background-color: #67fe00;
	color:#000 !important;
	font-size: 16px !important;
	border: 1px solid #67fe00;
	margin: 11px 0;
}
a.bt2:hover {
    background-color: #510381;
}
a.bt-mais {
    font-weight: 400;
    text-align: center;
    line-height: 1.25;
    padding: 15px 30px;
    font-size: 1.0rem;
    color: #836a7d;
    text-transform: uppercase;
    border: 1px solid #836a7d;
    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:  #000;
    color: #fff;
    padding: 5px 30px;
}

div#slideshow_widget-2 {
    width: 100%;
    float: left;
	padding:0px;
}

.slideshow-wrapper.principal {
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;

}
.missao-wrapper {
    display: block;
    width: 20%;
    float: left;
    overflow: hidden;
    background: #30355a;
    border: 5px solid #fff;
}

article.areas {

    width: 100% !important;

}

article#socios {

    width: 40%;

    display: block;

    float: left;

    height: 240px;

    border: 5px solid #fff;

}

article#equipe {
    width: 20%;
    display: block;
    float: left;
    height: 240px;
    border: 5px solid #fff;
	perspective: 1000px;
}

article#equipe:hover .flipper, 
article#equipe.hover .flipper {
		transform: rotateY(180deg);
	}

article#equipe .flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.conteudo.front,
.conteudo.back {
    display: block;
    float: left;
    height: 240px;
    overflow: hidden;
    width: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}



.conteudo.front {

	z-index: 2;	

	/* for firefox 31 */

	transform: rotateY(0deg);

}

.conteudo.back {

    transform: rotateY(180deg);

    background-color: #30355a;

}

article#equipe .conteudo .texto {
    position: absolute;
    z-index: 99;
    top: 50%;
    padding: 3px 7px;
	width: 100%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);

}

article#equipe .conteudo .texto p {
	color:#FFF !important;
	text-align:center !important;
    font-size: 18px;
    font-weight: 100;
    padding: 0px 10px;
}

.e-content {
	width:100%;
	max-width: 1114px;
	margin:0 auto;
}
.cargo {
    text-align: center;
}
/*------------------------------------------------------------ */
/* ----------------------- SLIDE noticias ------------------------- */
/*------------------------------------------------------------ */
#news_widget-2 {
    width: 100%;
    background: #f5f3f0;
}
#news_widget-2 #recent-posts {
	margin: 0 auto;
	max-width:1114px;
}
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: block !important;
    padding: 10px;
    box-sizing: border-box;
    margin-left: 0 !important;
	font-family: 'Roboto', sans-serif;
}
.sn-foto {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.sn-foto img {
    width: 100%;
    height: 100% !important;
	object-fit: cover;
}
.sn-categoria a {
	color:#000;
	font-size:14px;
	font-weight:600;
}
.sn-titulo a {
    color: #836a7d;
    padding: 20px 0px;
    display: block;
    line-height: 160%;
    font-size: 1.2rem;
    font-weight: 400 !important;
}
.sn-data {
	color: #333;
	font-size:12px;
	font-weight:600;
	line-height:100%;
}
.sn-resumo {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 140%;
}
a.bt-leia {
    border: 1px solid;
    padding: 3px 25px;
	background-color:transparent !important;
    display: inline-block;
}
a.bt-leia:hover {
	background-color: #836a7d !important;
	color:#fff;
}
.sy-controls li a:link, .sy-controls li a:visited {
    opacity: 1 !important;
}
.sy-controls li a:after {

}

/*------------------------------------------------------------ */
/* ----------------------- SLIDESHOW ------------------------- */
/*------------------------------------------------------------ */
.sy-controls {
    display: block !important;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
	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;
}
.sy-controls li {
    z-index: 9999 !important;
}
.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}
.sy-controls li.sy-next {
    right: 0;
    top: 0;
}
.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sy-controls li a:hover, .sy-controls li a:focus {
   opacity: 0.8;
    outline: none;
}
.sy-controls li {
    position: absolute;
    width: 8% !important;
    min-width: 4.2em;
    height: 100%;
    z-index: 33;
	margin-left: 0px !important;
	list-style:none !important;
}
.slideshow-wrapper {width: 100%;	box-sizing: border-box;	padding-right: 0px;	float: left; background-color: #000;	}

.slideshow-wrapper.pg-in {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    float: left;
    height: 450px;
    max-width: 100%;
	position:relative;
	margin-bottom: 40px;
	border-left: 13px solid #836a7d;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 90;
    max-width: 100%;
    margin: 0 auto;
}
.sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}
.sy-box {
    height: 100%;
}
#slideshow .text-content {
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    position: absolute;
    top: 53%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translatee(-50%,-50%);
    background-color: transparent;
    padding: 40px;
    max-width: 900px;
    left: 50%;
}

#slideshow .text-content div {
    z-index: 999;
    box-sizing: border-box;
	max-width: 1114px;
    margin:0 auto;
    text-align: left;
}

#slideshow .text-content h2 {
	font-size: 44px !important;
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	/*text-shadow: 2px 2px 9px rgba(0, 0, 0, 1);*/
	line-height: 100% !important;
	text-align: center !important;
	display:block;
	width:100%;
	font-weight: 100;
	letter-spacing: 0.2em;
	margin-bottom: 9px !important;
}

#slideshow .text-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    padding: 0px;
    line-height: 110%;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 1);
    display:block;
    width:100%;
    max-width:720px;
}
#slideshow .text-content a.button-link {
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

#slideshow .image-content {
  line-height: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
	-webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
#slideshow .image-content img {
  width: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
  height: 100%;
  opacity: 1;
  	-webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
	object-position: center;
}
#slideshow .sy-slide.sy-active .image-content{
	height:100% !important;
	width:100% !important;
	
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
	animation-name: example;
	animation-duration: 10s;
	-webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;

}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from { width:100%; height:110%}
  to { width:100%; height:100%}
}

/* Standard syntax */
@keyframes example {
  from { width:100%; height:110%}
  to { width:100%; height:100%}
}

#slideshow .news-pager {
  text-align: right;
  display: block;
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
}
#slideshow .news-pager li {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0 0 1em;
}
#slideshow .news-pager li.sy-active a {
  color: #31ace2;
}
#slideshow .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}
.widget h2 {
    font-size: 44px !important;
    margin-bottom: 0px !important;
    color: #000 !important;
    /* text-transform: uppercase; */
    font-style: italic;
    font-weight: 400;
    text-align: center;
}
.widget h2.branco {color: #fff !important}
.widget .descricao,
.widget-descricao {
    font-size: 18px;
    text-align: center;
    max-width: 888px;
    margin: 22px auto;
}
.widget .descricao h3,
.widget-descricao h3 {
    font-size: 22px;
    text-align: center !important;
}
.pagina-box {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover !important;
    /* padding: 60px 20px 20px !important; */
    display: flex;
    justify-content: center;
}
.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 {
	background-color: #fff;
	padding: 0px 7% !important;
}
article#quem-somos h2 {text-align: left;margin-bottom: 22px!important;color: #9cfd01 !important;!i;!;}
article#quem-somos .col50.texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px
}
article#quem-somos .wrap {
    position: relative;
}

article#quem-somos .resumo {
    position: absolute;
    bottom: 81px;
    left: 0;
    width: 100%;
    text-align: center;
}

article#quem-somos .resumo a {
    background-color: #9dfe01;
    padding: 11px 22px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
article#quem-somos .resumo a:hover {
    background-color: #3a3a3a; color: #fff;
}
.resumo p {
    font-size: 18px !important;
    color: #333 !important;
    line-height: 180% !important;
    text-align: justify !important;
    margin-bottom: 20px;
}
.pagina-box .destacada {
    height: 100%;
    padding: 7% 0% 0 0%;
}
.pagina-box .destacada img {
	width:100% !important;
	height:100% !important;
	object-fit: contain;
	object-position: right bottom;
}
.pagina-box .destacada img {
    animation: balanco 4s ease-in-out infinite;
}

/* Definição da animação */
@keyframes balanco {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(3deg);
    }
}



.page-content-container {

}
.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: justify !important;
}
.destacada {
}
.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;
}

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: #836a7d;
}
.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: #836a7d;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: 0 !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: #000000;
}
.slider article,
article.sy-slide {
    height: 100%;
}
 .slider-pager li a {background: #e2e2e2;float: left;}
 .slider-pager li.sy-active a {background: #836a7d;}

/*--------- 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: justify;

}

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,
a.popup-gmaps {
	border: 1px solid #ffffff;
	padding: 13px 26px;
	color: #ffffff !important;
	background-color: #00000052;
	font-size: 18px;
	margin-top: 23px;
	float: left;
	font-family: 'Arsenal';
	font-weight: 400 !important;
	text-transform: uppercase;
}
a.popup-gmaps {
	border: 1px solid #fff !important;
    color: #fff !important;
}

a.bt-saibamais:hover,
a.popup-gmaps:hover { color:#FFF !important; background-color:#836a7d;}


/*-------  WIDGET ÁREAS E SETORES --------*/
article.areas {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}

div#slideareas_widget-2 { float: left; width: 100%;	padding: 20px 20px 80px 20px;}
.wrapper-areas {   float: left;}
.wrapper-areas h3 {    float: left;}
.wrapper-areas ul li {
	display: block !important;
    list-style: none !important;
    width: 25% !important;
    margin: 0px !important;
    box-sizing: border-box;
    text-align: left !important;
    line-height: 120% !important;
    min-height: 55px;
}
.wrapper-areas ul li a {display:block; padding:7px;}
.wrapper-areas ul li a:hover { background-color:#000000; color:#FFF !important;}

article#trabalhamos-em-tres-eixos-de-acao { background-color: #f5f3f0;}


#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;}

/*------------------------------------------------------------ */
/* ----------------------- equipe-widget ------------------------- */
/*------------------------------------------------------------ */
article.equipe {
    background-color: #30355a;
    float: left;
    width: 40%;
    overflow: hidden;
    border: 5px solid #fff;
}
.slideshow-wrapper.equipe .slider {
    height: 240px !important;
    overflow: hidden;
}
article.equipe .sy-slides-crop { overflow:visible;}
.infos h2 {
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 100;
    line-height: 120%;
	margin-bottom: 0px !important;
	letter-spacing:normal !important;
	text-align:left !important;
	padding:0px !important;
    position: initial;
}

.infos {
    margin-bottom: 30px;
}
.i-contatos {
    margin: 10px 0;
}
article.equipe span.arrow {
    position: absolute;
    top: 50%;
    left: -32px;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #30355a;
    margin-top: -51px;
}
.foto {
width: 40%;
    height: 100%;
    display: block;
    float: left;
    min-height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    right: 0px;
    top: 0px;

}
.equipe-content p { color: #fff !important; font-weight: 400; font-size:18px; text-align:left;}
.infos p { color:#FFF !important;margin-bottom: 0px !important;}
.infos .midias {
	float:left;
	display: block;
    width: 100%;
}
.infos .midias a span:before {
    display: block;
    background: none;
    color: #ffffff;
    font-size: 23px;
    padding: 3px 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
}
.infos .bt-curriculo {
    float: left;
}
.infos .bt-curriculo a {
    display: block;
    text-decoration: underline;
}

/*------------------------------------------------------------ */
/* -------------------------- 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;}

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

#container.page header{height: 79vh;max-height: 800px;position: relative;background-color: #53007d;}
#container.page header > .imagem {
    height: 82%;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 84% bottom;
    position: absolute;
    bottom: 0;
}
#container.page header .header-texto {
    position: absolute;
    bottom: 10%;
    left: 7%;
    color: #9dfe01;
    font-family: 'DM Serif Display' !important;
    font-weight: 400;
    font-style: italic;
    font-size: 66px;
	text-transform: capitalize !important;
}
.entry-content .destacada {
    display: block;
    float: left;
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 40px;
    border-left: 13px solid #6aff00;
    line-height: 0;
}

.entry-content .destacada img {
    width: 100%;
    height: 100%;
	objetct-fit: cover;
}
/*destacada index de noticias*/
.destacada.index {
    width: 150px;
    height: 90px;
    margin: 0px 10px 0px -15px;
    border-left: none;
}
/*destacada do single*/
.destacada.single { 
    width: 100%;
	height:auto;
    line-height: 0;
}
.destacada.single img { height:auto; width: 100%;}
.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: 26px 0px;max-width: 100%;padding-bottom: 0;width: 100%;margin-bottom: 40px;}
#container.page #content .entry-content,
#container.single #content .entry-content {max-width: 1920px;margin: 0px auto 40px;padding: 22px 7%;float: initial;}
.single.noticias .entry-content {margin: 77px auto 40px !important;}
#container.page #content .entry-content.coluna-larga {max-width:100%; min-height: 0px; text-align: justify;}
#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 #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%;padding: 26px 12px;display: flex;justify-content: center;background-color: #f2f2f2;flex-direction: column;}

.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:#000000;
}

/*------------------------------------------------------------ */
/* ------------------------ CONTENT -------------------------- */
/*------------------------------------------------------------ */

h1 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
 }

h2 {
	font-size: 40px;
	color: #000000 !important;
	margin-bottom: 0px;
	text-align: left;
	line-height: 120%;
	font-weight: 300;
}
.entry-content h2 {
	font-size: 33px;
	color: #000000 !important;
	margin: 33px 0 22px 0;
	text-align: left;
	line-height: 120%;
	font-weight: 300;
}
h3 {
    font-size: 26px;
    color: #000 !important;
    margin-bottom: 20px;
    text-align: left;
    line-height: 120%;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}
#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:hover { background: #F9F9F9; }
#content .entry-posts article div.article-content {float: left;width: 100%;height: 100%;position: relative;}
#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: 14px;
    color: #afafaf;
    margin-bottom: -8px;
    width: 100%;
    font-weight: 600;}
#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 {font-size: 18px;line-height: 18px;font-weight: 500;}

#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; width: 50%; border-right: 1px solid #836a7d; }
#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: #000; font-size: 12px; font-weight: 600; margin-bottom: 6px; }
#content .contato .box-maps { float: left; width: 100%; min-height: 170px; position: relative; }
#content .contato .box-maps iframe {width: 100%;height: 300px;float: left;}

#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 auto;display: flex;justify-content: center;}
#content #nav-below ul {float: inherit;width: auto;margin: 0 auto;}
#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;}
#content #nav-below .navigation li a {
	background-color: #836a7d;
    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: #6aff00;}
#content #nav-below .navigation li a:hover {background-color: #6aff00;}

.contato-conteudo { width: 40%; float: left;}
.contato-mapa { width: 60%; float:left; padding: 0px 0px 0px 100px;}
.contato-mapa iframe { width: 100%; }

@media screen and (max-width: 1024px) { 
.contato-conteudo { width:100% } 
.contato-mapa { width: 100%; padding: 0px 0px 0px 0px;}
}



/*------------------------------------------------------------ */

/* ------------------------- MODELO DE PÁGINA CARREGA attachments --------------------------- */

/*------------------------------------------------------------ */



#container.single.attachments {

    /*width: 100%;*/

	position: relative;

	top: 59px;

}



/*------------------------------------------------------------ */
/* ------------------------- NOTICIAS --------------------------- */
/*------------------------------------------------------------ */
header.noticias h2 {
    text-transform: none !important;
    position: inherit;
}
.bt-pdf { float: left;  width: 100%;}
.bt-pdf a {
	background: url(images/icon-pdf.png) no-repeat 19px 0px;
    background-size: 28px;
    background-color: #836a7d;
    padding: 6px 42px 3px 69px;
    color: #fff;
    border-radius: 17px;
    float: left;
    font-size: 14px !important;
    margin-bottom: 13px;
}
.bt-pdf a.bt-pdf-single { background-size: 36px;}
.bt-pdf a:hover { background-color: #bb1e08;}
ul.post-categories li { list-style: none !important; display: inline-block; width: auto !important;}

ul.post-categories li:before { content: "/"; padding-right:10px;}

/*------------------------------------------------------------ */
/* ------------------------- FORMS --------------------------- */
/*------------------------------------------------------------ */
.wpcf7 .ajax-loader {
    background-image: url(images/carregando.gif) !important;
    width: 40px !important;
    height: 40px !important;
    background-size: contain !important;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0px solid #f7e700;
    border-radius: 11px;
    background-color: #333;
    display: block;
    padding: 20px;
    color: #fff;
    float:
    left;
    font-size: 14px;
    -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 red !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);
	}
.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 {outline: none;width: 100%;box-sizing: border-box;padding: 7px 13px 0 0;font-size: 14px;line-height: 17px;margin: 11px 0;color: #fff;/* border-radius:10px; */background-color: #000;border: none;border-bottom: 1px solid #fff;}
.wpcf7 form select, form input[type="submit"] {-webkit-appearance: none;}
.wpcf7 form select {font-size: 14px;color: #999;}
.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 input::-webkit-outer-spin-button,
.wpcf7 form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7 form input[type=number] {
  -moz-appearance: textfield;
}


.wpcf7 form select:focus,
.wpcf7 form input:focus {box-shadow: 0px 0px 6px #d2d2d2;background-color: #74ec5b;}
.wpcf7 form input.empty { border-color: #67fe00; }
.wpcf7 form input.empty:focus { box-shadow: 0px 0px 6px #8cc63f; }
.wpcf7 form input[type="submit"] {
    background: #67fe00;
    border: 0px;
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    width: auto;
    padding: 10px 30px;
    font-weight: 600;
}
.wpcf7 ::placeholder {color: #ffffff;}
.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.wpcf7 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}



.wpcf7 {
    width: 100%;
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    /* border: 1px solid #ccc; */
    display: table;
    padding: 30px;
    border-radius: 5px;
    /* background-color:#fff; */
}
button.wpcf7-field-group-add {
    width: 53px;
    font-size: 49px;
    background-color: #967445;
    color: #fff;
    float: left;
    cursor: pointer;
}

button.wpcf7-field-group-remove {
    width: 53px;
    font-size: 49px;
    background-color: #1d274a;
    color: #fff;
    float: left;
    padding: 9px 0 18px 0;
    cursor: pointer;
}
.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: 100%;
}
.wpcf7-not-valid-tip {
    color: #ffeb3b;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: -19px;
}
label { display: block; float:left; width:100%}
span.obs {
    font-size: 14px;
    font-style: oblique;
    color: #777;
}
/*------------------------------------------------------------ */
/* ------------------------ 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: #000000 !important;
	line-height: 120% !important;
}
ul.areas-info li a {
    font-weight: 400 !important;
}
/*------------------------------------------------------------ */
/* ------------------------ CONTATO -------------------------- */
/*------------------------------------------------------------ */

/*------------------------------------------------------------ */
/* ------------------------ #SOMOS ... -------------------------- */
/*------------------------------------------------------------ */
.paginas-relacionadas {
    display: block;
    width: 100%;
	padding:26px;
}
.paginas-relacionadas ul {
    display: block;
    width: 100%;
}
.paginas-relacionadas ul li {
    display: inline-block;
    width: 32% !important;
    border: 1px solid #ccc;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 3px;
	position:relative;
}
.paginas-relacionadas ul li a {
	display: block;
    width: 100%;
    height: 100%;
    background-color: #888 !important;
}
.paginas-relacionadas ul li a:hover {
    background-color: #900 !important;
}
.paginas-relacionadas ul li a .thumb {

    width: 60px;display: none;

}

.paginas-relacionadas ul li a h1 {

	display:block;

	position:absolute;

	top: 50%;

	left: 65px;

	font-size:14px !important;

	transform: translateY(-50%);

	-ms-transform: translateY(-50%);

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

	letter-spacing: normal !important;

    font-weight: 400;

    color: #fff !important;

	text-transform:none !important;

}

/*------------------------------------------------------------ */
/* ------------------------   EQUIPE (index) -------------------------- */
/*------------------------------------------------------------ */
ul.equipe-index {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
ul.equipe-index li {
    display: inline-block;
    width: 100% !important;
    overflow: hidden;
    position: relative;
    margin: 13px;
    margin-left: 0px !important;
    list-style: none !important;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.23);
}
.equipe-foto {
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
	max-height:400px;
	overflow:hidden;
}
.equipe-foto img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.equipe-infos {
    display: block;
    width: 70%;
    background-color: #ffffff;
    padding: 22px 20px;
    min-height: 100%;
}
.equipe-infos h2,
.equipe-infos h2 a{
    font-size: 26px !important;
    color: #6e7482 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    letter-spacing: 0px !important;
    text-align:left !important;
    padding:0px !important;
    font-weight: 400 !important;
}
.equipe-resumo {
    font-size: 14px;
    color: #666;
    float: left;
}
.midias {
    width: 100%;
    float: left;
    margin: 0;
}
.equipe-infos h2 a:hover { color:#d1ecff !important; text-decoration:underline;}
.equipe-infos .telefone p {
    color: #fff;
    margin-bottom: 0px;
    line-height: 100%;
}
.equipe-infos a.email {
    color: #fff;
	font-size: 13px;
}
a.bt-curriculo  {
   color: #30355a;
    background-color: #fff;
    padding: 3px 24px;
    margin-top: 10px;
    display: inline-block;
}
/*------------------------------------------------------------ */
/* --------------------- SINGLE EQUIPE ----------------------- */
/*------------------------------------------------------------ */
.entry-content.s-equipe h1 {
    text-align: center;
}
.i-midias {
    text-align: center;
}
a.bt-cnpq {
    display: inline-block;
    font-size: 14px;
    background-color: #333333;
    color: #fff;
    padding: 5px 13px;
    border-radius: 3px;
    position: relative;
    top: -7px;
}
section#content.single {
    margin-bottom: 100px;
}
section#container.single-equipe {max-width: 1114px}
#container.single-equipe #content .entry-content {margin-top: 0px;}
#container.single-equipe #content #sidebar {max-width: 30%;padding: 26px 0px;}

.entry-content.s-equipe header {
	width: 100%;
	float: left;
	height: fit-content;
	margin: 0px 0px;
	}
.entry-content.s-equipe p {
}
.s-destacada {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 1px solid #e2e2e2;
    margin: 0 auto 20px;
	overflow:hidden;
}

.se-bloco {
    border-top: 1px solid #e2e2e2;
    float: left;
    padding: 13px;
	width: 100%;
}
.single-equipe #content #sidebar div.publicacoes { font-size: 12px; letter-spacing: 0px; color: #333; line-height: 140%; margin-bottom:12px; }
.single-equipe #content #sidebar div.publicacoes a { color: #333; font-weight: 600; font-style: italic; }

/*------------------------------------------------------------ */
/* ------------------------- FOOTER -------------------------- */
/*------------------------------------------------------------ */
#footer {background: #000c1f; border-top: 0;}
#footer-1,
#footer-2,
#footer-3,
#footer-4 { float:left; width:100%}

#footer a {
    line-height: 120% !important;
    display: inline-block;
}
#footer h4, #footer h4 a { color:#836a7d !important; font-size:16px; font-weight:600; line-height:120%;}

.footer-widget .content {padding:10px 20px;}
#footer li { color: #836a7d;}
#footer p { color:#fff !important;}

#footer #footer-content div.midias {
	float: left;
	/* padding: 0; */
	/* margin: 0 auto; */
	/* width: auto; */
	/* text-align: center; */
	}
h2.single-widget-title {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.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: #252525;font-family: 'Roboto', sans-serif;} 
#sub-footer-content {width: 100%;max-width: 1024px;margin: 0 auto;color: #fff;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";color: #ccc;text-decoration: underline;}

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

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

/*------------------------------------------------------------ */
/* ------------------- 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: 18px;}
	#slideshow .text-content {width: 100%;padding: 20px 20px;}
	#slideshow .text-content div { max-width:80%}
	ul.equipe-index li { width: 48% !important;}
}

@media screen and (max-width: 1000px){
#top-wrapper #header #menu-container {border-top: 1px solid rgba(255,255,255,0.3);display: none;}
#menu-trigger { display: block; margin-right: 12px;}
#menu { width: 100%; }
#menu a { line-height: 44px; padding: 0 20px; }
li.bt-contato a {
    border: 1px solid #fff !important;
    padding: 8px 22px !important;
    height: fit-content;
    margin-left: 0px !important;
}
#top-wrapper #header #menu-container {background: #212121;border: 0;}
#menu li { width: 100%; border-bottom: 1px solid rgba(0,0,0,0.3); text-align: left; }
#menu li:nth-child(odd) > a { }
#menu li.current-menu-item > a { border-bottom: 0px; border-left: 12px solid #FFF; background: rgba(0,0,0,0.3) }
#menu a {font-size: 14px;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: 44px 0;height: auto;margin-top: -0px;/* border: 1px solid #9fcb00; */}
#top-wrapper #header #menu-container ul {float: left;width: 100%;padding: 14px 0;}
#top-wrapper #header #menu-container ul li {border: 0;}
#top-wrapper #header #menu-container ul li a {border: 0;font-weight: 600;padding: 0 26px;line-height: 34px;     text-align: center;}
#top-wrapper #header #menu-container ul li a.active { color: #ad1c29; }

#top-wrapper #header #menu-container ul li ul {position: relative;top: 0;background: none;width: 100%;max-width: 100%;padding: 0 5px;box-sizing: border-box;min-width: 0;}
#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) {
.paginasdestacadas-widget .page-itens .item {
     width: 100%;
    max-width: 100%;
}

.paginasdestacadas-widget .page-itens .item .saiba-mais {
    display: inline-block;
    width: 70%;
    text-align: center;
    margin: 18px 0px 0px 0px;
}
.paginasdestacadas-widget .page-itens .item .item-thumb {
    padding: 0px;
    margin-bottom: 0px;
    width: 30%;
    height: 380px;
    overflow: hidden;
    float: left;
    margin-top: -43px;
	box-sizing:border-box
}
.paginasdestacadas-widget .page-itens .item h2 {
    margin-left: 30%;
    padding-left: 10px;
    font-size: 18px !important;
}
#slideareas .text-content h3 { font-size: 40px;}
.paginasdestacadas-widget .page-itens .item .texto {
    text-align: center;
    display: block;
    min-height: 106px;
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding-left: 10px;


}
.paginas-relacionadas ul li { width: 100% !important;}
#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;text-align: center;margin-bottom: 20px;}
#footer #footer-content ul:last-child { margin-bottom: 0 }
#footer #footer-content span.endereco { margin-bottom: 12px; }
}


/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
.wpcf7 {
    padding: 30px 0px;
}
.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;}
#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;
}
.slideshow-wrapper.principal {  width: 100%;}
	.widget h2 {font-size: 29px !important;margin-bottom: 12px !important;line-height: 100%;}
#slideshow .text-content h2 {
    font-size: 24px !important;
}
	
article#quem-somos {
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
	padding: 20px 10px;
}
.bt-scroll {/* display:none; */}
iframe {
    max-width: 100%;
    height: auto;
}
.destacada {
    width: 100%;
	height: 200px;
    border-radius: 4px;
}
.destacada img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.slick-next {
    right: 6px !important;
    top: 25% !important;
}
.slick-prev {
    left: 0px !important;
	top: 25% !important;
}
.coluna3 { border:none}
	.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;}

#container.single-areas #content .entry-content, #container.category #content .entry-content {

    	max-width: 100%;

    	padding-right: 0px;

		margin-bottom: 0px;

	}
	#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%;}
article#equipe { width: 100%;}
.slider {height: 100vh;}
div#news_widget-2 { position: inherit; height: 230px;}
div#recent-posts-2 { height: 380px;}
#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;}
address {text-align:center}
#footer #footer-content div.midias { margin: 0 auto; display: inline-block; float:none}
#top-wrapper {/* position: absolute; */}
#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 #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; }
}
@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: 18px;}
	.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: 13px;

    	border-right: 0px;
		margin-bottom: 0px;
	}
	#container #content .entry-content { min-height: auto; margin-bottom: 0px}
	#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;}

	article#quem-somos .resumo {
    position: initial;
    float: left;
    margin-bottom: 88px;
}


}