@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
*/
@import url("https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&display=swap");
/*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: #fff;
  background: #64080C;
}

::selection {
  color: #fff;
  background: #64080C;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  line-height: 1.1;
  width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  box-sizing: border-box;
}

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 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#main-header {
  background-color: transparent !important;
  box-shadow: none;
  margin-top: 15px;
  transition: all 300ms ease;
}
#main-header .logo_container {
  transition: all 0ms ease;
}
#main-header #top-menu a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}
#main-header #logo {
  max-height: 90% !important;
  transition: all 300ms ease;
}
#main-header #et_top_search {
  display: none;
}

#main-header.et-fixed-header {
  margin-top: 0;
  background-color: #fff !important;
}
#main-header.et-fixed-header #logo {
  max-height: 75% !important;
}

header .et_pb_section {
  padding: 0;
  max-height: 0;
}

.menudesktop {
  padding: 0 !important;
}
.menudesktop .et_pb_column {
  min-height: 0 !important;
}

.menusite .fixo {
  padding: 15px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000000;
  width: 100%;
}
.menusite .fixo .centraliza {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menusite .fixo .centraliza img {
  width: 140px !important;
  transition: all 500ms ease;
}
.menusite .fixo .centraliza button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.menusite .fixo .centraliza button hr {
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: #fff;
  margin: 4px 0;
}
.menusite .scroll {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000000;
  width: 100%;
}
.menusite .scroll .centraliza {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menusite .scroll .centraliza img {
  width: 130px !important;
  transition: all 500ms ease;
}
.menusite .scroll .centraliza button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.menusite .scroll .centraliza button hr {
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background-color: #00534F;
  margin: 4px 0;
}
.menusite p:empty {
  display: none !important;
}

.menulateral {
  position: fixed;
  z-index: 100000000;
  right: -140%;
  top: -150%;
  height: 100%;
  overflow-y: auto;
  background-color: #F6F6F6;
  padding: 50px;
  width: 90%;
  display: flex;
  flex-direction: column;
  transition: all 500ms ease;
}
.menulateral .logotopo {
  width: 120px;
  margin-bottom: 20px;
}
.menulateral .fecharmenu {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.menulateral .social {
  margin-bottom: 24px;
}
.menulateral .social svg {
  margin-right: 20px;
}
.menulateral ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.menulateral ul li {
  margin-bottom: 15px;
}
.menulateral ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  width: 230px;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
.menulateral ul li.current_page_item a {
  color: #64080C;
  font-weight: 700;
}
.menulateral a.politica {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #64080C;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.menulateral a.politica:after {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  position: absolute;
  right: -30px;
  top: -2px;
}

.et_pb_fullwidth_slider_0, .et_pb_fullwidth_slider_0 .et_pb_slide{min-height:auto !important}

.banner .et_pb_slide_overlay_container {
  background-image: url("http://localhost/javali/md/wp-content/uploads/2024/10/backbanner.png");
  background-position: bottom center;
  background-size: 100% 100%;
}
.banner .et_pb_slide_description h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #000000 !important;
  text-shadow: none !important;
  margin-bottom: 20px;
}
.banner .et_pb_slide_description h1 strong {
  font-weight: 800;
}
.banner .et_pb_slide_description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-shadow: none !important;
  max-width: 480px;
	text-align:left;
	margin:24px 0 0;
}

.banner .et_pb_slide_description p a{
	font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #64080C;
    position: relative;
    margin-right: 20px;
}

.banner .et_pb_slide_description p a::after {
	content: url('https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png');
	position: absolute;
	right: -30px;
	top: -2px;
}

.intro .texto h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 30px;
}
.intro .texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.intro .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
}
.intro .texto a::after {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  position: absolute;
  right: -30px;
  top: -2px;
}

.somos .texto h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 0;
}
.somos .texto h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 0;
}
.somos .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
  margin-right: 20px;
}
.somos .texto a::after {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
.somos .accordion {
  width: 100%;
  margin: 20px auto;
}
.somos .accordion-item {
  border-bottom: 1px solid #000;
  border-radius: 0;
  overflow: hidden;
}
.somos .accordion-header {
  padding: 15px 0;
  cursor: pointer;
  font-family: "Brygada 1918", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}
.somos .accordion-header:hover {
  color: #64080C;
}
.somos .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.somos .accordion-content .introarea {
  width: 100%;
  margin-bottom: 30px;
}
.somos .accordion-content .introarea p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.somos .accordion-content .introarea a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
}
.somos .accordion-content .introarea a::after {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
.somos .accordion-content .lista h4 {
  font-family: "Brygada 1918", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #64080C;
  margin-bottom: 10px;
}
.somos .accordion-content .lista ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
}
.somos .accordion-content .lista ul li {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  padding-left: 25px;
  text-transform: none;
  margin-bottom: 5px;
}
.somos .accordion-content .lista ul li:before {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  left: 0;
  position: absolute;
}
.somos .accordion-content.open {
  padding: 15px 0 30px 0;
}

.nossa .texto h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 40px;
}
.nossa .texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 50px;
}
.nossa .texto a,
.button_primary_link a{
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
}
.nossa .texto a::after {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  position: absolute;
  right: -30px;
  top: -2px;
}

.equipepag .bloco {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.3333333333%;
       column-gap: 1.3333333333%;

}
.equipepag .bloco .ind {
  width: 100%;
	max-width:48%;
  padding-bottom: 10px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 20px;
}
.equipepag .bloco .ind img {
  width: 100%;
  margin-bottom: 5px;
	height: 280px;
    object-fit: cover;
	object-position:top;
}
.equipepag .bloco .ind h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.equipepag .bloco .ind h3 span {
  font-weight: 800;
  display: block;
}
.equipepag .bloco .ind p {
  font-family: "Brygada 1918";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #64080C;
}

.perfil .bloco h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0;
}
.perfil .bloco h1 span {
  display: block;
  font-weight: 700;
}
.perfil .bloco h2 {
  font-family: "Brygada 1918", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #64080C;
  margin-bottom: 50px;
}
.perfil .bloco .resume{
	display:flex;
	flex-direction:column;
	gap:16px;
}
.perfil .bloco .resume h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.perfil .bloco .selos {
  display: flex;
  flex-direction:column;
  gap: 12px;
  margin-top: 50px;
}

.perfil .bloco .selos h4,
.perfil .bloco .resume h4,
.perfil .bloco .texto h4{
	    font-size: 20px;
    margin: 0 0 16px;
    color: #64080C;
    font-weight: 700;
}

.perfil .bloco .selos ul li,
.perfil .bloco .selos p{
	    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.text-professional a{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
/* 
.perfil .bloco .selos p{
	font-size: 18px;
    line-height: 24px;
}
.perfil .bloco .selos .selo-item {
  width: 17%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perfil .bloco .selos .selo-item img {
  max-width: 100%;
  max-height: 100%;
} */
.perfil .bloco .texto {
  margin-top: 50px;
}
/* .perfil .bloco .texto h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 20px;
} */
.perfil .bloco .texto ul {
  list-style: none;
  padding-left: 0;
	margin:0 0 0 20px;
}
.perfil .bloco .texto ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 0px;
  text-transform: none;
  margin-bottom: 15px;
	list-style:disc;
}
.perfil .bloco .texto ul li:before {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  left: 0;
  top: 3px;
  position: absolute;
	display:none;
}
.perfil .sidebar .info a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  display: inline-block;
  padding: 20px;
}
.perfil .sidebar .info hr {
  width: 100%;
}
.perfil .sidebar .info .listas h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #64080C;
  margin-bottom: 10px;
  margin-top: 40px;
}
.perfil .sidebar .info .listas p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
	padding:0 23px 0;
}
.perfil .sidebar .info .listas ul {
  list-style: none;
  padding-left: 0;
}
.perfil .sidebar .info .listas ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  position: relative;
  padding-left: 25px;
  text-transform: none;
  margin-bottom: 15px;
}
.perfil .sidebar .info .listas ul li:before {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  left: 0;
  top: 3px;
  position: absolute;
}

.nanm .texto h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 0;
}
.nanm .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
  margin-right: 20px;
}
.nanm .texto a::after {
  content: url("https://md.projetosjavali.com.br/wp-content/uploads/2026/02/arrow-right-s-line.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
.nanm .bloco .post-item {
  width: 100%;
  margin-bottom: 30px;
}
.nanm .bloco .post-item .post-thumbnail {
  width: 100%;
}
.nanm .bloco .post-item .post-thumbnail img {
  width: 100%;
  aspect-ratio: 1/0.56;
  margin-bottom: 5px;
}
.nanm .bloco .post-item .post-content h2.post-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px;
}
.nanm .bloco .post-item .post-content .post-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #64080C;
  display: flex;
}

.reco .texto .et_pb_text_inner p:last-of-type {
  margin-bottom: 0;
}
.reco .texto h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 40px;
}
.reco .texto h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 20px;
}
.reco .texto h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.reco .texto p {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
}

.reco .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
}
.reco .texto a::after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up-1.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
.reco .galeria .bloco {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.reco .galeria .bloco .selo-item {
  width: 17%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reco .galeria .bloco .selo-item img {
  max-width: 100%;
  max-height: 100%;
}

.sobre .texto h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 30px;
}

.sobre .texto h2 em{
	font-style: italic !important;
}
.sobre .texto h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 20px;
}
.sobre .texto h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0;
}
.sobre .texto h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 20px;
}
.sobre .texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.compromisso .texto h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 20px;
}
.compromisso .texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 20px;
}
.compromisso .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
}
.compromisso .texto a::after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up-1.png");
  position: absolute;
  right: -30px;
  top: -2px;
}

.precisa .texto h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
.precisa .texto h4 strong {
  font-weight: 900;
}
.precisa .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #64080C;
  position: relative;
  margin-right: 20px;
}
.precisa .texto a::after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up-1.png");
  position: absolute;
  right: -30px;
  top: 5px;
}

.area .destaque p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}
.area .texto h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 10px;
}
.area .texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.contato .texto h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
.contato .texto h4 strong {
  font-weight: 900;
}
.contato .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #64080C;
  position: relative;
  margin-right: 20px;
}
.contato .texto a::after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up-1.png");
  position: absolute;
  right: -30px;
  top: 5px;
}
.contato .enderecos .unidades .unidade {
  width: 100%;
}
.contato .enderecos .unidades .unidade h2 {
  font-family: "Brygada 1918", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  color: #64080C;
  margin-bottom: 10px;
}
.contato .enderecos .unidades .unidade h3 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
}
.contato .enderecos .unidades .unidade p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
}
.contato .enderecos .menusocial h3 {
  font-family: "Brygada 1918", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #64080C;
  margin-bottom: 20px;
}
.contato .enderecos .menusocial a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-transform: none;
  margin-bottom: 15px;
}
.contato .enderecos .menusocial a:before {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up.png");
  left: 0;
  position: absolute;
}
.contato .enderecos .menusocial a:hover {
  color: #64080C;
}

.contatoform h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 20px;
}
.contatoform form p:nth-of-type(1) {
  float: right;
  width: 60%;
}
.contatoform form p:nth-of-type(1) textarea {
  min-height: 185px;
}
.contatoform form p:nth-of-type(2), .contatoform form p:nth-of-type(3), .contatoform form p:nth-of-type(4) {
  float: left;
  width: 100%;
  clear: none !important;
  margin-bottom: 12px;
}
.contatoform form .et_contact_bottom_container {
  width: 100%;
  justify-content: flex-end;
}
.contatoform form .et_contact_bottom_container span.et_pb_contact_captcha_question {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.contatoform form .et_contact_bottom_container .et_pb_contact_right p {
  width: 100%;
  float: none;
}
.contatoform form .et_contact_bottom_container button {
  border: 0 !important;
  background-color: transparent !important;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  color: #64080C;
  position: relative;
}
.contatoform form .et_contact_bottom_container button:after {
  content: url(http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up-1.png);
  position: absolute;
  right: -30px;
  top: 5px;
}
.contatoform form input, .contatoform form textarea {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.contatoform form input::-moz-placeholder, .contatoform form textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.contatoform form input::placeholder, .contatoform form textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.trabalhe .texto h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
.trabalhe .texto h4 strong {
  font-weight: 900;
}
.trabalhe .texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 0;
}

.recentes .bloco {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}
.recentes .bloco > div.post-item:nth-of-type(1) {
  width: 100%;
}
.recentes .bloco > div.post-item:nth-of-type(1) .post-thumbnail {
  width: 100%;
}
.recentes .bloco > div.post-item:nth-of-type(1) .post-thumbnail img {
  width: 100%;
  aspect-ratio: 1/0.5;
  margin-bottom: 10px;
}
.recentes .bloco > div.post-item:nth-of-type(1) .post-content h2.post-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 5px;
}
.recentes .bloco > div.post-item {
  width: 48%;
}
.recentes .bloco > div.post-item .post-thumbnail {
  width: 100%;
}
.recentes .bloco > div.post-item .post-thumbnail img {
  width: 100%;
  aspect-ratio: 1/0.56;
  margin-bottom: 5px;
}
.recentes .bloco > div.post-item .post-content h2.post-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px;
}
.recentes .bloco > div.post-item .post-content .post-date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #64080C;
  display: flex;
}

.postinterna .texto p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 20px;
}
.postinterna .texto ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 5px;
}
.postinterna .texto h1, .postinterna .texto h2, .postinterna .texto h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #000000;
  margin-bottom: 10px;
}
.postinterna .texto h4, .postinterna .texto h5, .postinterna .texto h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #64080C;
  margin-bottom: 10px;
}
.postinterna .sidebar .share {
  margin-bottom: 30px;
}
.postinterna .sidebar .share h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #64080C;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.postinterna .sidebar .share h4::after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/material-symbols_share.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
.postinterna .sidebar .share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.postinterna .sidebar .search-form {
  margin-bottom: 30px;
}
.postinterna .sidebar .search-form form {
  border-bottom: 1px solid #D7D7D7;
}
.postinterna .sidebar .search-form form > div {
  display: flex;
  align-items: center;
}
.postinterna .sidebar .search-form form input {
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  border: 0;
}
.postinterna .sidebar .search-form form input::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.postinterna .sidebar .search-form form input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.postinterna .sidebar .search-form form button {
  border: 0;
  background-color: transparent;
}
.postinterna .sidebar .category-list h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #64080C;
  position: relative;
  margin-bottom: 10px;
}
.postinterna .sidebar .category-list ul {
  list-style: none;
  padding-left: 0;
}
.postinterna .sidebar .category-list ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  text-transform: none;
}
.postinterna .sidebar .category-list ul li:before {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up.png");
  left: 0;
  top: -2px;
  position: absolute;
}
.postinterna .sidebar .category-list ul li a {
  color: #000000;
}
.postinterna .bottom-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
}
.postinterna .bottom-footer .share {
  margin-bottom: 30px;
}
.postinterna .bottom-footer .share h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #64080C;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.postinterna .bottom-footer .share h4::after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/material-symbols_share.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
.postinterna .bottom-footer .share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.topo .texto h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 0;
}
.topo .texto h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}
.topo .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  position: relative;
  margin-right: 20px;
}
.topo .texto a::after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up-1.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
.topo .texto .post-category {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 31px;
  line-height: 38px;
  letter-spacing: 0.04em;
  color: #64080C;
  display: inline-block;
  margin-bottom: 10px;
}
.topo .texto .post-date {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #64080C;
  display: inline-block;
  margin-top: 10px;
}

.single-post .topo .texto h1 {
  font-size: 44px;
}

footer .texto p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}
footer .texto a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #64080C;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
footer .texto a:after {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up-1.png");
  position: absolute;
  right: -30px;
  top: -2px;
}
footer .menurodape h3 {
  font-family: "Brygada 1918", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #64080C;
  margin-bottom: 20px;
}
footer .menurodape a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  margin-bottom: 10px;
}
footer .menurodape a:hover {
  color: #64080C;
}
footer .menurodape.menusocial a {
  position: relative;
  padding-left: 25px;
  text-transform: none;
  margin-bottom: 15px;
}
footer .menurodape.menusocial a:before {
  content: url("http://localhost/javali/md/wp-content/uploads/2024/10/mage_arrow-up.png");
  left: 0;
  position: absolute;
}
footer .enderecos h3 {
  font-family: "Brygada 1918", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #64080C;
  margin-bottom: 5px;
  margin-top: 20px;
}
footer .enderecos h3:nth-of-type(1) {
  margin-top: 0;
}
footer .enderecos p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #000000;
  margin-bottom: 3px;
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (min-width: 375px) and (orientation: portrait) {
  .nossa .texto a,
	.button_primary_link a{
    font-size: 18px;
    line-height: 21px;
  }
  .banner .et_pb_slide_description h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner .et_pb_slide_description p {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
  .equipepag .bloco .ind h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .equipepag .bloco .ind {
    width: 24%;
  }
  .nanm .bloco {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .nanm .bloco .post-item {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
  .menulateral {
    padding: 25px 75px;
    width: auto;
  }
  .menusite .fixo .centraliza img {
    width: 240px !important;
  }
  .menusite .scroll .centraliza img {
    width: 150px !important;
    transition: all 500ms ease;
  }
}
/* Medium devices (desktops and tablets ld, 981px and up) */
@media (min-width: 981px) {
  .menulateral {
    right: -100%;
  }
  .menusite .fixo {
    padding: 30px 0 0 0;
  }
  .menusite .fixo .centraliza {
    width: 100%;
  }
}

@media(max-width:768px){
	.equipepag .bloco{
justify-content:space-between !important;}
	.perfil .bloco h1{
		    font-size: 36px;
    line-height: 113%;
    margin-bottom: 20px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
  .area .destaque p {
    font-size: 28px;
    line-height: 33px;
  }
  .area .texto p {
    font-size: 20px;
    line-height: 30px;
  }
  .contatoform form p:nth-of-type(2), .contatoform form p:nth-of-type(3), .contatoform form p:nth-of-type(4) {
    float: left;
    width: 40%;
    clear: none !important;
    margin-bottom: 12px;
  }
  .contato .enderecos .unidades .unidade p {
    font-size: 18px;
    line-height: 22px;
  }
  .contato .enderecos .unidades .unidade h3 {
    font-size: 28px;
    line-height: 33px;
  }
  .contato .enderecos .unidades .unidade {
    width: 50%;
    margin-bottom: 0;
  }
  .contato .enderecos .unidades {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .contato .texto h4 {
    font-size: 48px;
    line-height: 120%;
  }
  .precisa .texto a {
    font-size: 32px;
    line-height: 38px;
  }
  .precisa .texto h4 {
    font-size: 48px;
    line-height: 120%;
  }
  .compromisso .texto h3 {
    font-size: 42px;
    line-height: 120%;
  }
  .sobre .texto h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 30px;
  }
  .sobre .texto p {
    font-size: 20px;
    line-height: 24px;
  }
  .sobre .texto h4 {
    font-size: 32px;
    line-height: 38px;
  }
  .topo .texto h1 {
    font-size: 70px;
    line-height: 110%;
  }
  .reco .galeria .bloco .selo-item {
    width: 17%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reco .texto p {
    font-size: 20px;
    line-height: 24px;
  }
  .reco .texto h3 {
    font-size: 40px;
    line-height: 100%;
  }
  .reco .texto h5 {
    font-size: 24px;
    line-height: 32px;
  }
  .nanm .texto a {
    font-size: 18px;
    line-height: 21px;
  }
  .nanm .texto h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .nossa .texto a {
    font-size: 18px;
    line-height: 21px;
  }
  .nossa .texto p {
    font-size: 20px;
    line-height: 24px;
  }
  .nossa .texto h3 {
    font-size: 58px;
    line-height: 100%;
  }
  .somos .accordion-content .introarea p {
    font-size: 19px;
    line-height: 22px;
  }
  .somos .accordion-content .introarea {
    width: 75%;
    margin-bottom: 0;
  }
  .somos .accordion-content {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .somos .accordion-content.open {
    padding: 15px 0 30px 0;
  }
  .somos .accordion-header {
    font-size: 30px;
    line-height: 35px;
  }
  .somos .texto h2 {
    font-size: 60px;
    line-height: 100%;
  }
  .intro .texto p {
    font-size: 24px;
    line-height: 32px;
  }
  .intro .texto h2 {
    font-size: 48px;
    line-height: 100%;
  }
  .banner .et_pb_slide_description p,
	.ewa-rteLine{
    font-size: 28px;
    line-height: 33px;
  }
  .banner .et_pb_slide_description h1 {
    font-size: 64px;
    line-height: 70px;
  }
  .menusite .fixo .centraliza {
    width: 100%;
  }
  .menusite .scroll .centraliza {
    width: 1140px;
  }
  .menulateral .fecharmenu {
    right: 20px;
    top: 50px;
  }
  .menulateral .logotopo {
    width: 150px;
	margin: 48px 0;
  }
  .menulateral a.politica {
    font-size: 18px;
    line-height: 21px;
  }
	

}/*# sourceMappingURL=style.css.map */
/* Container geral do formulário */

.menulateral .fecharmenu svg{
	width:24px;
	height:24px;
}
.wpcf7-form {
  max-width: 500px;
  margin: 40px auto 0;
  border-radius: 12px;
  font-family: "Inter", Arial, sans-serif;
}

/* Labels e espaçamento */
.wpcf7-form p {
  margin-bottom: 20px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.wpcf7-form label {
  font-weight: 600;
  font-size: 15px;
  color: #1f2937;
  margin:12px 0 0;
}

/* Campos de entrada */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="file"],
.wpcf7-form select,
.wpcf7-form textarea{
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wpcf7-form textarea{
	height:128px;
}

/* Foco nos inputs */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="file"]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  outline: none;
}

/* Botão enviar */
.wpcf7-form input[type="submit"] {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border: none;
  text-transform:uppercase;
  border-radius: 8px;
  cursor: pointer;
  margin:24px 0 0;
  transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #000;
}

/* Spinner (carregando) */
.wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
}

/* Mensagem de resposta */
.wpcf7-response-output {
  margin-top: 15px;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
}

/* Mensagens de sucesso e erro */
.wpcf7-mail-sent-ok {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #10b981;
}

.wpcf7-validation-errors {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #f87171;
}

/* Responsividade */
@media (max-width:768px){
	div.et_pb_section.et_pb_section_0{
		background-size: cover !important;
		padding: 128px 0 0;
	}
	.recentes .bloco > div.post-item:nth-of-type(1) .post-content h2.post-title{
		font-size:24px;
		line-height:32px;
	}
	
	.trabalhe .texto h4 {
		font-size:32px;
	}
	
	.topo .texto h1,.single-post .topo .texto h1{
		font-size:24px;
	}
	.postinterna .bottom-footer{
		display:none;
	}
}
@media (max-width: 480px) {

	
	.recentes .bloco > div.post-item{
		width:100%;
		max-width:100%;
	}
	
	.equipepag .bloco .ind{
		max-width:100%;
	}

  .wpcf7-form label {
    font-size: 14px;
  }
	
	.et_pb_section{
		padding:0 !important;
	}
	div.et_pb_section.et_pb_section_0,
	.et_pb_section_0_tb_body.et_pb_section{
		padding:128px 0 0 !important;
	}
}
