@charset "UTF-8";
/*
Theme Name: Divi Child
Description: Divi
Author: Agência Javali
Author URI: https://agenciajavali.com.br/
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*COMEÇO RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
/*   font-family: inherit; */
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

/*FIM RESET*/
::-moz-selection {
  color: #1A1A1A;
  background: #F0973E;
}

::selection {
  color: #1A1A1A;
  background: #F0973E;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  line-height: 1.1;
  width: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-x: hidden;
	font-family: 'Genos', Helvetica, Arial, Lucida, sans-serif;
}

body {
  overflow-x: hidden;
  position: relative;
}

img {
  outline: 1px solid transparent;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

strong {
  font-weight: 700;
}

#page-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#et_top_search {
  display: none !important;
}

#main-header {
  background-color: transparent;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  padding-top: 20px;
}
#main-header .logo_container #logo {
  max-height: 80%;
}
#main-header #et-top-navigation {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main-header #et-top-navigation #top-menu li {
  margin: 0 10px;
}
#main-header #et-top-navigation #top-menu a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FBFBFB;
  padding-bottom: 10px;
}
#main-header #et-top-navigation #top-menu a:hover {
  color: #F0973E;
}
#main-header #et-top-navigation #top-menu li.entre {
  margin-left: 120px;
  margin-right: 0;
}
#main-header #et-top-navigation #top-menu li.entre a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1A1A1A;
  padding: 10px 25px;
  border: 0;
  position: relative;
  border-radius: 200px;
  background-color: #F0973E;
  text-shadow: none !important;
  transition: all 300ms ease;
}
#main-header #et-top-navigation #top-menu li.entre a:hover {
  background-color: #FFFFFF;
  color: #1A1A1A;
}
#main-header #et-top-navigation #top-menu .current-menu-item a {
  font-weight: 600;
  text-decoration: underline !important;
}

header .et_pb_column {
  min-height: 0;
}

.et_pb_column{
	z-index:inherit !important;
}

.et_mobile_menu {
  border-top: 3px solid #F0973E;
}

.et_mobile_menu li a {
  font-family: "Genos", Helvetica, Arial, Lucida, sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #F0973E;
  padding: 10px 5%;
  display: block;
  font-size: 24px;
}

#main-header.et-fixed-header {
  background-color: #1A1A1A;
  padding-top: 0;
}
#main-header.et-fixed-header #et-top-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}
#main-header.et-fixed-header .logo_container #logo {
  max-height: 75%;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
  padding-bottom: 0;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
  color: #F0973E;
}

.banner {
  	overflow: hidden;
	position:relative;
}

.banner::before{
	content:'';
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1;
}

.reconhecimento_section .et_pb_image img {
    position: relative;
    width: 200px;
    height: 140px;
    object-fit: contain;

}

.banner .et_pb_slide_overlay_container {
  background: linear-gradient(to right, rgba(51, 51, 51, 0.98) 0%, rgba(51, 51, 51, 0.98) 10%, rgba(51, 51, 51, 0) 70%, rgba(51, 51, 51, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner .et_pb_slide_description {
  text-align: left;
  padding: 75% 8% 0 8%;
}
.banner .et_pb_slide_description .et_pb_slide_content {
  text-align: left;
}
.banner .et_pb_slide_description .et_pb_slide_content h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 90%;
  color: #FBFBFB;
  text-shadow: none !important;
  margin-bottom: 10px;
}
.banner .et_pb_slide_description .et_pb_slide_content p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 450px;
  margin-bottom: 30px;
}
.banner .et_pb_slide_description .et_pb_slide_content a {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1A1A1A;
  padding: 14px 25px;
  border: 0;
  position: relative;
  border-radius: 200px;
  background-color: #F0973E;
  text-shadow: none !important;
  transition: all 300ms ease;
}
.banner .et_pb_slide_description .et_pb_slide_content a:hover {
  background-color: #1A1A1A;
  color: #FFFFFF;
}


@media (max-width:680px){
	.banner{
		height:580px;
	}
	
	.banner .et_pb_fullwidth_slider_0, .banner .et_pb_fullwidth_slider_0 .et_pb_slide{min-height:100% !important;height:100%;}
	
	.banner .et_pb_slides,.et_pb_slider .et_pb_slide_0{
		height:100%;
	}
	
	.banner .et_pb_slides .et_pb_container{
		height:100% !important;
	}
	
	.banner .et_pb_slide_description{
		padding:24px !important;
	}
	.areaslista .bloco .cada a > div .texto h3 {
		font-size:20px !important;
	}
	
}

.topo .texto h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 90%;
  color: #F0973E;
  margin-bottom: 0;
}
.topo .datautor {
  text-align: center;
}
.topo .datautor .et_pb_text_inner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topo .datautor .et_pb_text_inner > div > div {
  margin: 5px 0;
}
.topo .datautor p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topo .datautor p svg {
  margin-right: 5px;
}

.parent-pageid-223 .topo .texto h1 {
  font-size: 44px;
}

.intro .texto h5 {
  font-family: "Rubik", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 10px;
}
.intro .texto h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #F0973E;
  margin-bottom: 10px;
}
.intro .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
  margin-bottom: 20px;
}
.intro .texto a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F0973E;
  padding: 12px 30px;
  display: inline-block;
  transition: all 300ms ease;
}
.intro .texto a:hover {
  background: #1A1A1A;
  color: #F0973E;
}

.equipelista .et_pb_text_inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  color: #F0973E;
  margin-bottom: 50px;
}
.equipelista .et_pb_text_inner > p a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F0973E;
  margin-top: 50px;
  padding: 12px 30px;
  display: inline-block;
  transition: all 300ms ease;
}
.equipelista .et_pb_text_inner > p a:hover {
  background: #1A1A1A;
  color: #F0973E;
}
.equipelista .bloco {
  display: flex;
  -moz-column-gap: 1.3333333333%;
       column-gap: 1.3333333333%;
  row-gap: 30px;
  flex-wrap: wrap;
}
.equipelista .bloco .ind {
  width: 48%;
}
.equipelista .bloco .ind > div img {
	width: 100%;
	height: 100%;
	max-height: 355px;
	object-fit: cover;
	object-position: top;
}
.equipelista .bloco .ind > div .texto {
  text-align: center;
}
.equipelista .bloco .ind > div .texto h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.equipelista .bloco .ind > div .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #B3B3B3;
  margin-bottom: 0;
}

.equipelista.equipelistapag .bloco .ind > div .texto h3 {
  color: #F0973E;
}
.equipelista.equipelistapag .bloco .ind > div .texto p {
  color: #B3B3B3;
}

.adv .et_pb_text_inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  color: #F0973E;
  margin-bottom: 50px;
}
.adv .et_pb_text_inner > p a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F0973E;
  margin-top: 50px;
  padding: 12px 30px;
  display: inline-block;
  transition: all 300ms ease;
}
.adv .et_pb_text_inner > p a:hover {
  background: #1A1A1A;
  color: #F0973E;
}
.adv .bloco {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.adv .bloco .ind {
  width: 48%;
  margin-bottom: 20px;
}
.adv .bloco .ind > div {
  position: relative;
}
.adv .bloco .ind img {
  width: 100%;
/*   aspect-ratio: 1/1.3;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; */
	height: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 304px;
}
.adv .bloco .ind .texto {
  width: 90%;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 0;
	gap:25px;
  bottom: 0;
  background: #F0973E;
  padding: 10px 20px 15px 20px;
  transition: all 300ms ease;
}
.adv .bloco .ind .texto ul {
  list-style: none;
  padding: 0;
  opacity: 0;
  height: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.adv .bloco .ind .texto ul li {
  margin-bottom: 0;
  line-height: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  color: #FFFFFF;
	width:100%;
	max-width:48%;
}

.adv .bloco .ind:first-child .texto ul li:last-child{
	width:100%;
	max-width:100%;
}
.adv .bloco .ind .texto hr {
  background-color: #fff;
  border: 0;
  height: 1px;
}
.adv .bloco .ind .texto .borda {
  padding-bottom: 0;
}
.adv .bloco .ind .texto .dados {
  opacity: 0;
  max-height: 0;
	display:flex;
	align-items:center;
}
.adv .bloco .ind .texto .dados svg {
  margin-right: 10px;
  width: 20px;
}
.adv .bloco .ind .texto h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.adv .bloco .ind .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 0;
  opacity: 0;
  height: 0;
}
.adv .bloco .ind .texto > a, .adv .bloco .ind .texto .dados a.more_information {
  opacity: 0;
  position: relative;
  left: 50px !important;
  bottom: 0px;
  width: auto;
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 0;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all 300ms ease;
}
.adv .bloco .ind:hover .texto .dados a.more_information{
	opacity:1;
}
.adv .bloco .ind .texto > a:hover {
  background: #FFFFFF;
  color: #F0973E;
}
.adv .bloco .ind:hover > div .texto {
  justify-content: space-between !important;
  width: 100%;
  min-height: 100%;
	gap:0 !important;
  background: linear-gradient(to right, rgb(240, 151, 62) 0%, rgba(240, 151, 62, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	min-height:197px !important;
}
.adv .bloco .ind:hover > div .texto .dados {
  max-height: 1000px;
  opacity: 1;
	display:flex;
	width:100%;
}
.adv .bloco .ind:hover > div .texto h3 {
  margin-bottom: 10px;
}
.adv .bloco .ind:hover > div .texto p {
  opacity: 1;
  height: auto;
}
.adv .bloco .ind:hover > div .texto a {
  opacity: 1;
}
.adv .bloco .ind:hover > div .texto ul {
  opacity: 1;
  height: auto;
}

.areaslista .et_pb_text_inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  color: #F0973E;
  margin-bottom: 50px;
}
.areaslista .bloco {
  display: flex;
  -moz-column-gap: 1.25%;
       column-gap: 1.25%;
  flex-wrap: wrap;
  justify-content: center;
}
.areaslista .bloco .ind {
  width: 100%;
  margin-bottom: 20px;
}
.areaslista .bloco .ind > div {
  position: relative;
}
.areaslista .bloco .ind > div img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.areaslista .bloco .ind > div .texto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.areaslista .bloco .ind > div .texto h3 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.areaslista .bloco .cada {
  width: 48%;
  margin-bottom: 20px;
}
.areaslista .bloco .cada a > div {
  padding: 20px;
  background-color: #F0973E;
  border-radius: 20px;
  min-height: 100px;
  transition: all 300ms ease;
}
.areaslista .bloco .cada a > div svg {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.areaslista .bloco .cada a > div .texto h3 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
  min-height: 56px;
}
.areaslista .bloco .cada:hover a > div {
  background-color: #1A1A1A;
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.areaslista .bloco .cada:hover a > div svg path {
  fill: #F0973E;
}
.areaslista .bloco.blocoint {
  -moz-column-gap: 1.3333333333%;
       column-gap: 1.3333333333%;
  flex-wrap: wrap;
}
.areaslista .bloco.blocoint .ind {
  width: 100%;
}

.conteudoareas .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 20px;
}
.conteudoareas .texto ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 10px;
}
.conteudoareas .link {
  text-align: center;
}
.conteudoareas .link a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F0973E;
  padding: 12px 30px;
  display: inline-block;
  transition: all 300ms ease;
}
.conteudoareas .link a:hover {
  background: #1A1A1A;
  color: #F0973E;
}

.conteudoslista .et_pb_text_inner h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  color: #F0973E;
  margin-bottom: 50px;
}
.conteudoslista .et_pb_text_inner > p a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F0973E;
  margin-top: 50px;
  padding: 12px 30px;
  display: inline-block;
  transition: all 300ms ease;
}
.conteudoslista .et_pb_text_inner > p a:hover {
  background: #1A1A1A;
  color: #F0973E;
}
.conteudoslista .bloco {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.conteudoslista .bloco .ind.ultimo > div img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.conteudoslista .bloco .ind.ultimo > div .texto h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.conteudoslista .bloco .ind.ultimo > div .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
  margin-bottom: 10px;
}
.conteudoslista .bloco .ind.ultimo > div .texto span {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #F0973E;
}
.conteudoslista .bloco .ind.poster {
  margin-bottom: 15px;
}
.conteudoslista .bloco .ind.poster > div a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.conteudoslista .bloco .ind.poster > div img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.conteudoslista .bloco .ind.poster > div .texto h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.conteudoslista .bloco .ind.poster > div .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
  margin-bottom: 10px;
}
.conteudoslista .bloco .ind.poster > div .texto span {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #F0973E;
}
.conteudoslista .bloco .ind.pag {
  width: 100%;
}
.conteudoslista .bloco .ind.pag > div img {
  width: 100%;
  aspect-ratio: 1/0.56;
  -o-object-fit: cover;
     object-fit: cover;
}
.conteudoslista .bloco .ind.pag > div .texto h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #1A1A1A;
  margin-bottom: 5px;
}
.conteudoslista .bloco .ind.pag > div .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
  margin-bottom: 5px;
}
.conteudoslista .bloco .ind.pag > div .texto span {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #F0973E;
}
.conteudoslista .bloco.blocopag {
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 40px;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.conteudoslista .carregar {
  text-align: center;
  margin-top: 50px;
}
.conteudoslista .carregar button {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F0973E;
  padding: 12px 50px;
  display: inline-block;
  border: 0;
  transition: all 300ms ease;
}
.conteudoslista .carregar button:hover {
  background: #1A1A1A;
  color: #F0973E;
}
.conteudoslista .no-more-posts {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
}

.conteudopost .et_pb_image_wrap {
  width: 100%;
}
.conteudopost .et_pb_image_wrap img {
  width: 100%;
}
.conteudopost h1, .conteudopost h2, .conteudopost h3 {
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  color: #F0973E;
  margin-bottom: 10px;
  margin-top: 20px;
}
.conteudopost p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 20px;
}

.veja {
  text-align: center;
}
.veja h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 90%;
  color: #F0973E;
  margin-bottom: 30px;
}

.mvv .texto h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #F0973E;
  margin-bottom: 15px;
}
.mvv .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #FBFBFB;
  margin-bottom: 0;
}

footer .et_pb_image_wrap img {
  max-width: 50%;
}
footer .et_pb_icon {
  display: inline-block;
  margin-right: 15px;
}
footer .et_pb_icon .et_pb_icon_wrap .et-pb-icon {
  font-size: 30px;
  color: #FFFFFF;
  transition: all 300ms ease;
}
footer .et_pb_icon .et_pb_icon_wrap .et-pb-icon:hover {
  color: #F0973E;
}
footer .texto .et_pb_text_inner {
  max-width: 555px;
  margin: 0 0 0 auto;
}
footer .texto h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #F0973E;
  margin-bottom: 20px;
}
footer .texto p, footer .texto a {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
footer .texto a {
  transition: all 300ms ease;
}
footer .texto a:hover {
  color: #F0973E;
}
footer .texto p {
  position: relative;
}
footer .texto p:before {
  position: absolute;
  left: -30px;
  top: 0;
}
footer .texto p:nth-of-type(1):before {
  content: url("https://gvs.projetosjavali.com.br/wp-content/uploads/2024/12/Call.png");
}
footer .texto p:nth-of-type(2):before {
  content: url("https://gvs.projetosjavali.com.br/wp-content/uploads/2024/12/Location.png");
}
footer .texto p:nth-of-type(3):before {
  content: url("https://gvs.projetosjavali.com.br/wp-content/uploads/2024/12/Message.png");
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #F0973E;
}

.forms .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #808080;
  max-width: 500px;
  margin: 0 auto;
}
.forms .texto form {
  margin-top: 50px;
}
.forms .texto form p {
  margin-bottom: 10px;
  max-width: unset;
}
.forms .texto form input[type=text], .forms .texto form input[type=email], .forms .texto form input[type=tel], .forms .texto form textarea {
  width: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  padding: 10px;
  background-color: #EDEDED;
  border: 0;
}
.forms .texto form input[type=text]::-moz-placeholder, .forms .texto form input[type=email]::-moz-placeholder, .forms .texto form input[type=tel]::-moz-placeholder, .forms .texto form textarea::-moz-placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}
.forms .texto form input[type=text]::placeholder, .forms .texto form input[type=email]::placeholder, .forms .texto form input[type=tel]::placeholder, .forms .texto form textarea::placeholder {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}
.forms .texto form .wpcf7-spinner {
  position: absolute;
}
.forms .texto form input[type=submit] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F0973E;
  padding: 12px 50px;
  display: inline-block;
  border: 0;
  transition: all 300ms ease;
}
.forms .texto form input[type=submit]:hover {
  background: #1A1A1A;
  color: #F0973E;
}
.forms .texto form .wpcf7-response-output {
  text-align: center;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
}
.forms .texto form label#nome_arquivo {
  padding: 20px;
  border-radius: 5px;
  background-color: #f0f0f0;
  display: block;
  margin: 0 0 20px 0;
  text-align: left;
}
.forms .texto form label#nome_arquivo span {
  display: block;
  margin-bottom: 5px;
}
.forms .texto form input[type=file] {
  font-size: 10px;
}

.perfiltopo {
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  flex-wrap: wrap;
}
.perfiltopo .featured-image {
  width: 100%;
}
.perfiltopo .featured-image img {
  width: 100%;
}
.perfiltopo .texto {
  width: 100%;
}
.perfiltopo .texto h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 90%;
  color: #F0973E;
  margin-bottom: 10px;
}
.perfiltopo .texto h3 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FBFBFB;
}
.perfiltopo .texto > div {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.perfiltopo .texto > div > div {
  margin-bottom: 20px;
}
.perfiltopo .texto > div > div a {
  margin-right: 20px;
}
.perfiltopo .texto > div > div h4 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FBFBFB;
  margin-bottom: 10px;
}
.perfiltopo .texto > div > div ul {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
}
.perfiltopo .texto > div > div ul li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FBFBFB;
  padding: 5px 10px;
  border: 1px solid #F0973E;
  border-radius: 5px;
}

.conteudoperfil {
  display: flex;
  padding: 20px;
  margin-top: -130px;
  background-color: #fff;
  flex-wrap: wrap;
}
.conteudoperfil h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #F0973E;
  margin-bottom: 20px;
}
.conteudoperfil .formacao {
  width: 100%;
}
.conteudoperfil .formacao ul {
  list-style: disc;
}
.conteudoperfil .formacao ul li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  padding-bottom: 15px;
}
.conteudoperfil .formacao ul li::marker {
  color: #F0973E;
}
.conteudoperfil .formacao p {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #808080;
  margin-bottom: 10px;
}
.conteudoperfil hr {
  width: 1px;
  background-color: #F0973E;
  border: 0;
}
.conteudoperfil .atuacao {
  width: 100%;
}
.conteudoperfil .atuacao ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 20px;
  padding: 0;
}
.conteudoperfil .atuacao ul a {
  width: 48%;
}
.conteudoperfil .atuacao ul li {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #808080;
  padding: 10px;
  text-align: center;
  border: 1px solid #808080;
  border-radius: 8px;
  transition: all 300ms ease;
}
.conteudoperfil .atuacao ul li:hover {
  background-color: #F0973E;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
}

.relacionadoperfil .reltit {
  width: 100%;
  text-align: center;
}
.relacionadoperfil .reltit h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #F0973E;
  margin-bottom: 30px;
}
.relacionadoperfil .bloco {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 40px;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.relacionadoperfil .bloco .ind {
  width: 100%;
}
.relacionadoperfil .bloco .ind a > div {
  padding: 20px;
  background-color: #808080;
}
.relacionadoperfil .bloco .ind a > div img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.relacionadoperfil .bloco .ind a > div .texto {
  min-height: 200px;
}
.relacionadoperfil .bloco .ind a > div .texto h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
  min-height: 65px;
}
.relacionadoperfil .bloco .ind a > div .texto p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 10px;
}
.relacionadoperfil .bloco .ind a > div .texto span {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #F0973E;
}

.et_fixed_nav #main-header {
  position: fixed !important;
}

@media (max-width: 1199px) and (orientation: portrait) {
  .profissionais img {
    width: 100% !important;
  }
  .apoio img {
    width: 100% !important;
  }
  .rodape .et_pb_image img {
    width: 100% !important;
  }
}
/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (min-width: 390px) and (orientation: portrait) {
  .banner .et_pb_slide_description .et_pb_slide_content h1 {
    font-size: 38px;
    line-height: 90%;
  }
  .adv .bloco .ind:hover > div .texto h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .adv .bloco .ind .texto p {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (min-width: 412px) and (orientation: portrait) {
  .adv .bloco .ind .texto p {
    font-size: 14px;
    line-height: 19px;
  }
  .adv .bloco .ind .texto > a {
    font-size: 14px;
    line-height: 19px;
  }
}
/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
  .adv .bloco .ind .texto ul li {
    line-height: 14px;
    font-size: 12px;
  }
	.adv .bloco .ind > div .texto .borda{
		width:100%;
	}
  .adv .bloco .ind:hover > div .texto .borda {
    padding-bottom: 10px;
  }
  .adv .bloco .ind .texto p {
    font-size: 14px;
    line-height: 19px;
  }
  .adv .bloco .ind .texto > a {
    font-size: 14px;
    line-height: 19px;
  }
  .adv .bloco .ind .texto p {
    font-size: 14px;
  }
  .adv .bloco .ind:hover > div .texto h3 {
    font-size: 22px;
  }
  .adv .bloco .ind .texto {
    min-height: 75px;
  }
  .adv .bloco .ind .texto h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .adv .bloco {
    -moz-column-gap: 1.3333333333%;
         column-gap: 1.3333333333%;
  }
  .adv .bloco .ind {
    width: 48%;
  }
  #main-header .logo_container #logo {
    max-height: 120%;
  }
  .et_mobile_menu li a {
    font-size: 24px;
  }
  .forms .texto form input[type=file] {
    font-size: 16px;
  }
  .areaslista .bloco.blocoint .ind {
    width: 24%;
  }
  .conteudopost .et_pb_image_wrap img {
    width: 100%;
    aspect-ratio: 1/0.56;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topo .datautor .et_pb_text_inner > div > div {
    margin: 0 20px;
  }
  .conteudoslista .bloco .ind.pag {
    width: 32%;
  }
  .perfiltopo .texto h1 {
    font-size: 60px;
    line-height: 90%;
  }
  .perfiltopo .texto {
    width: 66%;
  }
  .perfiltopo .featured-image {
    width: 30%;
  }
  .perfiltopo {
    flex-wrap: nowrap;
  }
  .topo .texto h1 {
    font-size: 60px;
    line-height: 90%;
  }
  footer .texto h4 {
    margin-left: -30px;
  }
  footer .et_pb_image_wrap img {
    max-width: 200px;
  }
  .conteudoslista .bloco .ind.poster > div .texto {
    padding-left: 30px;
  }
  .conteudoslista .bloco .ind.poster > div img {
    width: 175px;
  }
  .conteudoslista .bloco .ind.poster > div a {
    flex-wrap: nowrap;
  }
  .areaslista .bloco .ind > div img {
    aspect-ratio: unset;
  }
  .areaslista .bloco {
    display: flex;
  }
  .areaslista .bloco .ind {
    width: 100%;
    margin-bottom: 0;
  }
  .equipelista .bloco .ind {
    width: 24%;
  }
  .equipelista .bloco .ind > div .texto h3 {
    font-size: 31px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .intro .texto h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .intro .texto .et_pb_text_inner {
    padding-right: 30px;
  }
  .banner .et_pb_slide_description .et_pb_slide_content h1 {
    font-size: 80px;
    line-height: 90%;
  }
  .banner .et_pb_slide_description {
    padding: 16% 8%;
  }
  .areaslista .bloco .ind > div .texto h3 {
    font-size: 17px;
    line-height: 28px;
  }
  .intro .texto .et_pb_text_inner {
    padding-left: 30px;
  }
  .conteudoslista .bloco .ind.ultimo > div img {
    aspect-ratio: 1/0.56;
  }
  .relacionadoperfil .bloco .ind a > div img {
    aspect-ratio: 1/0.56;
  }
  .parent-pageid-223 .topo .texto h1 {
    font-size: 60px;
  }
}
@media (min-width: 981px) {
  .adv .bloco .ind {
    width: 24%;
  }
  .adv .bloco .ind .texto ul li {
    line-height: 16px;
    font-size: 12px;
  }
  .areaslista .bloco .cada {
    width: 20%;
    margin-bottom: 20px;
  }
  .areaslista .bloco {
    display: flex;
    flex-wrap: nowrap;
  }
  .relacionadoperfil .bloco .ind a > div img {
    aspect-ratio: 1/1;
  }
  .relacionadoperfil .bloco .ind {
    width: 32%;
  }
  .conteudoperfil .atuacao ul li {
    font-size: 16px;
    line-height: 150%;
    padding: 20px;
  }
  .conteudoperfil .atuacao {
    width: 50%;
    padding-left: 50px;
  }
  .conteudoperfil .formacao {
    width: 50%;
    padding-right: 50px;
  }
  .conteudoperfil {
    flex-wrap: nowrap;
    padding: 50px;
  }
  .perfiltopo .texto > div > div ul {
    flex-wrap: nowrap;
  }
  .perfiltopo .texto > div > div {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .perfiltopo .texto > div {
    flex-wrap: nowrap;
  }
  footer .et_pb_image_wrap img {
    max-width: 100%;
  }
  .conteudoslista .bloco .ind.ultimo > div img {
    aspect-ratio: 1/1;
  }
  .intro .texto .et_pb_text_inner {
    padding-left: 0;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
    display: none;
  }
  .areaslista .bloco .ind > div .texto h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .intro .texto h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .intro .texto .et_pb_text_inner {
    padding-right: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
  .adv .bloco .ind .texto ul li {
    line-height: 16px;
    font-size: 14px;
  }
  .intro .texto h2 {
    font-size: 56px;
    line-height: 46px;
  }
  #et_mobile_nav_menu {
    display: none;
  }
  nav#top-menu-nav, #top-menu, nav.et-menu-nav, .et-menu {
    display: block;
  }
}
.navigation ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.navigation ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404040;
  height: 48px;
  margin: 0 2px;
  color: #FFFFFF !important;
}
.navigation ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404040;
  min-width: 40px;
  height: 48px;
  font-family: "Barlow";
  font-style: italic;
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  white-space: nowrap;
}
.navigation ul li:nth-of-type(1) a, .navigation ul li:last-of-type a, .navigation ul li.active a {
  background-color: #8F5940;
  color: #FFFFFF !important;
}
.navigation ul li:nth-last-child(2) {
  display: none !important;
}

.carregamais {
  margin-top: 15px;
}

#more_posts {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #8F5940;
  min-width: 40px;
  height: 48px;
  font-family: "Barlow";
  font-style: italic;
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  white-space: nowrap;
  cursor: pointer;
}

.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 10px 0;
  clear: both;
}
.embed-video iframe,
.embed-video object,
.embed-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */



@media (max-width:768px){
	.columns_selo{
		display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
	}
	
	.columns_selo .et_pb_column.et_pb_column_1_6 {
		      width: 48% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
	}
	
	.columns_selo .et_pb_column .et_pb_module:last-child{
		margin: 0 !important;
	}
}

.image_about_home img{
	    height: 480px;
    object-fit: cover;
    object-position: center;
}

.session_blog_home {
	display:none;
}

 #popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      z-index: 1000;
    }
    
    /* Container da imagem */
    #popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
	max-width: 480px;
		width:100%;
    }
    
    /* Imagem do popup */
    #popup img {
      max-width: 100%;
      border-radius: 8px;
    }
    
    #fechar {
      position: absolute;
      top: -15px;
      right: -15px;
      background: #fff;
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      cursor: pointer;
      font-size: 18px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }
    
    #fechar:hover {
      background: #f0f0f0;
    }

@media (max-width:480px){
	#popup-content{
		max-width:280px;
	}
}

.footer_copy p{
    display: flex;
    align-items: center;
    justify-content:center;
}

.footer_copy p span{
	display:flex;
	align-items:center;
	gap:6px;
}
