/*
Theme Name: draandreiajacobo2025
Author: Globaltech Soluções Digitais
Author URI: https://www.globaltech.com.br
*/

.foogallery.fg-caption-always .fg-item.fg-loaded .fg-caption {
	text-align: center !important;
	text-transform: capitalize!important;
}
article li {
	font-size: 12px;
	color: #005c5a;
	text-align: left;
	line-height: 27px;
	margin: 10px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}
.topoInfos {
	background-color: #005c5a;
	color: #005c5a;
	padding: 5px 0;
	font-weight: bold;
}
.topoInfos a {
	text-decoration: none;
	color: inherit;
}
.topoInfos .topoInfosInterno {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.botaoTopoInfos {
	background-color: #2db742;
	padding: 2px 18px;
	border-radius: 30px;
	color: #005c5a !important;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration: none;
}
.botaoTopoInfos i {
	margin-right: 5px;
}

@media (max-width: 768px) {
.topoInfos .topoInfosInterno {
}
}
header {
    margin-top: 0;
    padding: 20px;
    position: fixed !important;
    z-index: 999 !important;
    width: 100% !important;
    height: 155px !important;
    box-shadow: rgb(1 129 210 / 11%) 0px 10px 20px, rgb(201 188 188 / 23%) 0px 6px 6px !important;
    backdrop-filter: blur(12px) !important;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #ffffff, #fbfbfb, #f7f7f7, #f4f4f4, #f0f0f0, #f0f0f0, #efeff0, #efeff0, #f2f2f4, #f4f6f7, #f6f9fa, #f9fdfd);
}

@media (max-width: 768px) {
header {
	position: absolute !important;
	color: #005c5a;
	padding: 20px;
	width: 100% !important;
	height: 115px !important;
	transition: 0.3s !important;
	box-sizing: border-box;
}
}
header.efeitoScroll {
	height: 91px !important;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
	background-color: #ffffffbf !important;
	backdrop-filter: blur(12px) !important;
	background-image: none;
}
.logo {
    width: 246px;
    transition: 0.3s !important;
    margin-top: -14px;
    margin-left: -956px;
}
.logo.efeitoScroll {
    width: 150px;
    transition: 0.3s !important;
    margin-top: -18px;
    margin-left: -978px;
    background: transparent;
    box-shadow: none !important;
}

@media (max-width: 768px) {
.logo {
    margin: 0;
    width: 190px;
    transition: 0.3s !important;
    margin-left: 0;
    margin-top: -21px;
}
}
nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    transition: 0.3s !important;
    margin-top: -77px;
    padding-left: 180px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

@media (max-width: 768px) {
nav {
	margin-top: -55px !important;
	flex-direction: row !important;
	justify-content: flex-end !important;
}
}
nav.efeitoScroll {
    margin-top: -56px;
    padding-left: 180px;
    transition: 0.3s !important;
}
.menu {
	display: flex;
	gap: 30px;
	margin-top: -10px;
}
.menu ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	margin: 0;
	padding: 0;
}
.menu a {
	color: #005c5a;
	text-decoration: none;
	padding: 5px 15px;
	font-size: 16px;
}
.menu a:hover {
	color: #fff;
	    background: #005c5a;
    border-radius: 25px;
 
}
.menu .current-menu-item > a, .menu .current-menu-ancestor > a, .menu .current-menu-parent > a, .menu .current_page_item > a {
    color: #fff;
    background: #005c5a;
    border-radius: 25px;
}

@media (max-width: 768px) {
.menu {
	flex-direction: column;
	position: absolute;
	top: 116px;
	width: 90%;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	z-index: 9999;
	margin-left: -20px;
	transition: max-height 0.2s ease-in-out;
	background-image: none !important;
	background-color: #f9f9f9f5;
	backdrop-filter: blur(2px) !important;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px !important;
}
.menu.active {
	max-height: 100vh;
}
.menu ul {
	flex-direction: column;
	margin-bottom: 20px;
	margin-top: 20px;
}
.menu li {
	margin: 0px;
	padding: 10px;
}
.menu a {
	padding: 10px;
}
.menuMobile {
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	z-index: 9999;
	display: flex;
	margin-top: -30px;
}
.menuMobile::after {
	content: 'Menu' !important;
	display: block!important;
	height: auto!important;
	width: auto!important;
	color: #005c5a !important;
	cursor: pointer!important;
	text-decoration: none !important;
	font-size: 11px;
}
.menuMobile div {
	width: 30px;
	height: 4px;
	background-color: #005c5a;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.menuMobile.active div:nth-child(1) {
	transform: rotate(45deg) translate(6px, 5px);
}
.menuMobile.active div:nth-child(2) {
	opacity: 0;
}
.menuMobile.active div:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}
}
.menu li ul {
	display: none;
	position: absolute;
	background-color: #fbfbfb;
	padding: 16px;
	box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px !important;
	z-index: 1000;
	border-radius: 15px;
}
.menu li:hover > ul {
	display: block;
}
.menu li ul li {
	margin: 0;
	padding: 5px 15px;
	white-space: nowrap;
}
.menu li ul li a {
	color: #005c5a;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	border-bottom: 3px #fbfbfb solid;
	transition: all 0.3s ease;
}
.menu li ul li a:hover {
	background-color: #005c5a;
	padding: 5px 15px;
	color: #005c5afff;
	border-bottom: 3px #005c5a solid;
}

@media (max-width: 768px) {
.menu li ul {
	display: none;
	position: relative;
	background-color: #005c5afff;
	padding: 10px;
	border: none;
	box-shadow: none;
	z-index: 1000;
}
.menu li.active > ul {
	display: block;
}
.menu li ul li {
	margin: 0;
	padding: 10px;
	white-space: normal;
}
.menu li ul li a {
	color: #005c5a;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.menu li ul li a:hover {
	background-color: #f3f3f3;
	color: #a2722c;
}
}
body {
	font-family: 'Poppins';
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
}
main {
    padding: 50px 20px 0px 20px;
    overflow: hidden;
    line-height: 36px;
    color: #005c5a;
    letter-spacing: 2px;
    text-align: justify;
}

@media (max-width: 768px) {
main {
	padding: 115px 8px 0px 8px !important;
}
}
main p {
	font-size: 16px;
	line-height: 21px;
	text-align: justify;
	color: #005c5a;
	letter-spacing: 1px;
	margin: 13px 0;
}

@media (max-width: 768px) {
main p {
	font-size: 12px;
	line-height: 26px;
}
}
.conteudo {
	width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}

@media (max-width: 768px) {
.conteudo {
	width: 100% !important;
}
}
.bloco {
	width: 1200px;
	margin: 0 auto;
}
.blocoIntroFull {
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	margin-bottom: -50px;
}
.blocoFull {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 42px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
.blocoIntroFull, .blocoFull, .bloco {
	width: 100% !important;
	position: relative;
	left: 0 !important;
	right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
}
.col2 {
	width: 50%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 25px;
	margin-bottom: 25px;
}
.col3 {
	width: 33%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 25px;
	margin-bottom: 25px;
}
.col4 {
	width: 24%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 25px;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
.col2, .col3, .col4 {
	width: 100%;
	padding: 3px;
}
}
 
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLight.eot');
	src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url('fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-ExtraLight.woff2') format('woff2'), url('fonts/Poppins-ExtraLight.woff') format('woff'), url('fonts/Poppins-ExtraLight.ttf') format('truetype'), url('fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Light.eot');
	src: local('Poppins Light'), local('Poppins-Light'), url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Light.woff2') format('woff2'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraLightItalic.eot');
	src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLightItalic'), url('fonts/Poppins-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('fonts/Poppins-ExtraLightItalic.woff') format('woff'), url('fonts/Poppins-ExtraLightItalic.ttf') format('truetype'), url('fonts/Poppins-ExtraLightItalic.svg#Poppins-ExtraLightItalic') format('svg');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Italic.eot');
	src: local('Poppins Italic'), local('Poppins-Italic'), url('fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Italic.woff2') format('woff2'), url('fonts/Poppins-Italic.woff') format('woff'), url('fonts/Poppins-Italic.ttf') format('truetype'), url('fonts/Poppins-Italic.svg#Poppins-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBold.eot');
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-SemiBold.woff2') format('woff2'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Medium.eot');
	src: local('Poppins Medium'), local('Poppins-Medium'), url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Medium.woff2') format('woff2'), url('fonts/Poppins-Medium.woff') format('woff'), url('fonts/Poppins-Medium.ttf') format('truetype'), url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-SemiBoldItalic.eot');
	src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url('fonts/Poppins-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('fonts/Poppins-SemiBoldItalic.woff') format('woff'), url('fonts/Poppins-SemiBoldItalic.ttf') format('truetype'), url('fonts/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic') format('svg');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-MediumItalic.eot');
	src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url('fonts/Poppins-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-MediumItalic.woff2') format('woff2'), url('fonts/Poppins-MediumItalic.woff') format('woff'), url('fonts/Poppins-MediumItalic.ttf') format('truetype'), url('fonts/Poppins-MediumItalic.svg#Poppins-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.eot');
	src: local('Poppins Regular'), local('Poppins-Regular'), url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Regular.woff2') format('woff2'), url('fonts/Poppins-Regular.woff') format('woff'), url('fonts/Poppins-Regular.ttf') format('truetype'), url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-LightItalic.eot');
	src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url('fonts/Poppins-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-LightItalic.woff2') format('woff2'), url('fonts/Poppins-LightItalic.woff') format('woff'), url('fonts/Poppins-LightItalic.ttf') format('truetype'), url('fonts/Poppins-LightItalic.svg#Poppins-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Bold.eot');
	src: local('Poppins Bold'), local('Poppins-Bold'), url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Bold.woff2') format('woff2'), url('fonts/Poppins-Bold.woff') format('woff'), url('fonts/Poppins-Bold.ttf') format('truetype'), url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-BlackItalic.eot');
	src: local('Poppins Black Italic'), local('Poppins-BlackItalic'), url('fonts/Poppins-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-BlackItalic.woff2') format('woff2'), url('fonts/Poppins-BlackItalic.woff') format('woff'), url('fonts/Poppins-BlackItalic.ttf') format('truetype'), url('fonts/Poppins-BlackItalic.svg#Poppins-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ThinItalic.eot');
	src: local('Poppins Thin Italic'), local('Poppins-ThinItalic'), url('fonts/Poppins-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-ThinItalic.woff2') format('woff2'), url('fonts/Poppins-ThinItalic.woff') format('woff'), url('fonts/Poppins-ThinItalic.ttf') format('truetype'), url('fonts/Poppins-ThinItalic.svg#Poppins-ThinItalic') format('svg');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Thin.eot');
	src: local('Poppins Thin'), local('Poppins-Thin'), url('fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Thin.woff2') format('woff2'), url('fonts/Poppins-Thin.woff') format('woff'), url('fonts/Poppins-Thin.ttf') format('truetype'), url('fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Black.eot');
	src: local('Poppins Black'), local('Poppins-Black'), url('fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Black.woff2') format('woff2'), url('fonts/Poppins-Black.woff') format('woff'), url('fonts/Poppins-Black.ttf') format('truetype'), url('fonts/Poppins-Black.svg#Poppins-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBold.eot');
	src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url('fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-ExtraBold.woff2') format('woff2'), url('fonts/Poppins-ExtraBold.woff') format('woff'), url('fonts/Poppins-ExtraBold.ttf') format('truetype'), url('fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-ExtraBoldItalic.eot');
	src: local('Poppins ExtraBold Italic'), local('Poppins-ExtraBoldItalic'), url('fonts/Poppins-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('fonts/Poppins-ExtraBoldItalic.woff') format('woff'), url('fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('fonts/Poppins-ExtraBoldItalic.svg#Poppins-ExtraBoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-BoldItalic.eot');
	src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url('fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-BoldItalic.woff2') format('woff2'), url('fonts/Poppins-BoldItalic.woff') format('woff'), url('fonts/Poppins-BoldItalic.ttf') format('truetype'), url('fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
button {
	cursor: pointer !important;
}
.titulo {
    margin-top: 147px;
    text-align: center;
    text-transform: uppercase;
    color: #005c5a;
    font-size: 28px;
    font-family: 'Poppins' !important;
    margin-bottom: 55px;
    font-weight: normal;
}
.titulo a {
	color: #005c5a;
	text-decoration: none;
}

@media (max-width: 768px) {
.titulo {
	font-size: 20px !important;
	margin-top: 30px;
	margin-bottom: 18px;
	text-align: center;
	color: #005c5a;
}
}
h1 {
	font-size: 24px;
	margin-top: 100px;
	margin-bottom: 42px;
	font-family: 'Poppins' !important;
	color: #005c5a;
	line-height: 34px;
	text-align: center;
}
h2 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-family: 'Poppins' !important;
}
h3, h4, h5, h6 {
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
h1, h2, h3, h4, h5, h6 {
	font-size: 18px !important;
	margin-top: 34px;
	margin-bottom: 16px;
	letter-spacing: 0px;
	line-height: 29px;
}
}
footer {
    text-align: center;
    width: 100%;
    padding: 20px !important;
    box-sizing: border-box;
    border-top: 4px #66cdd53b solid;
    box-shadow: 0px 0px 9px 3px #bfddf096;
    font-weight: bold;
    overflow: auto;
    background-color: #005c5a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 21px #44c4ce38 solid;
}
.conteudoFooter, .conteudoFooter a {
	max-width: 1200px;
	margin: 0 auto !important;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: normal !important;
}
.redeSocialFooter {
	font-size: 22px !important;
}
.logoFooter {
	float: left;
	margin-top: 10px;
	width: 162px;
}

@media (max-width: 768px) {
.logoFooter {
	float: inherit;
	margin-top: 10px;
	width: 215px;
}
}
.col3Footer {
	display: inline-table;
	float: left;
	width: 33.333%;
	overflow: hidden;
}

@media (max-width: 768px) {
.col3Footer {
	width: 100% !important;
	overflow: hidden;
}
}
.blocoFullFooter {
	margin: 0 auto !important;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 12px !important;
	letter-spacing: 1px;
}
.enderecoFooter {
	color: #fff !important;
	font-size: 12px !important;
	text-align: center;
	margin-top: 10px;
	line-height: 17px;
}
.mapaFooter {
	font-size: 12px !important;
}
.horarioFooter {
	font-size: 13px !important;
}
.emailFooter {
	font-size: 13px !important;
}
.redesSociaisFooter {
	font-size: 30px !important;
	display: inline-block !important;
	text-align: center !important;
	padding: 5px;
}
.telefoneFooter a {
	font-size: 18px !important;
}
.tituloFooter {
	font-size: 18px;
}
.marcaFooter {
	width: 95%;
	text-align: right;/* margin-top: -48px; */
}

@media (max-width: 768px) {
.marcaFooter {
	width: 100%;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 5px;
}
}
.avisoPoliticaPrivacidade {
	position: fixed;
	bottom: 16px;
	left: 6px;
	width: 232px;
	background-color: rgb(0 0 0 / 59%);
	color: #fff !important;
	text-align: center;
	padding: 8px;
	font-size: 10px;
	line-height: 13px;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	display: none;
	font-weight: bold;
}
.avisoPoliticaPrivacidade a {
	color: #fff !important;
}
.avisoPoliticaPrivacidade button {
	background-color: #4CAF50;
	color: #005c5a;
	border: none;
	padding: 3px;
	margin: 5px;
	cursor: pointer !important;
	font-size: 11px;
	border-radius: 10px;
	width: 68px;
}
.avisoPoliticaPrivacidade button:hover {
	background-color: #45a049;
}
.avisoPoliticaPrivacidade a {
	color: #005c5a;
	text-decoration: none !important;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea {
	background: #f3faff;
	border-radius: 4px;
	border: 2px solid #0182d230;
	margin: 0 auto;
	width: 100%;
	padding: 8px;
	color: #535353 !important;
	font-size: 13px;
	font-family: 'Poppins';
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
}

@media (max-width: 768px) {
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea {
	width: 98% !important;
}
}
select {
	height: 37px !important;
	background: #F9FAFB !important;
	border-radius: 4px !important;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.35) !important;
	border: 1px solid #B9C2CB !important;
	margin: 0 auto !important;
	font-size: 16px !important;
	color: #005c5a !important;
}

@media (max-width: 768px) {
select {
	font-size: 12px !important;
}
}
.wpcf7-submit {
    width: 250px !important;
    background-color: #00b2bf !important;
    color: #005c5afff !important;
    border: none !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    font-size: 18px;
    padding: 10px;
    color: #fff;
}
.wpcf7-submit:hover {
	background-color: #b6bfc9 !important;
	color: #FFFFFF !important;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha {
	width: 138px !important;
	height: 37px !important;
	margin-top: 4px !important;
	margin-left: 12px !important;
	margin-bottom: 8px !important;
}

@media (max-width: 768px) {
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha {
	height: 30px !important;
}
}
.formCol3 {
	width: 390px;
	float: left !important;
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 768px) {
.formCol3 {
	width: 100%;
	float: left !important;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
}
.formCol2 {
	width: 48%;
	float: left;
	padding: 7px;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 768px) {
.formCol2 {
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
}
.formColFull {
	width: 1185px;
	float: left;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 768px) {
.formColFull {
	width: 100%;
	float: left;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
}
::placeholder {
color:#005c5a !important;
font-size:14px !important;
}

@media (max-width: 768px) {
::placeholder {
font-size:12px !important;
}
}
span.wpcf7-not-valid-tip {
	font-size: 13px !important;
}

@media (max-width: 768px) {
span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	text-align: left;
	line-height: 16px;
	margin-bottom: 10px;
}
}
.wpcf7-validation-errors {
	margin-top: 20px !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: normal;
	background: #f00 !important;
	padding: 10px !important;
	text-align: center !important;
	float: left;
	border: none !important;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold !important;
	animation: pulse 1.0s infinite !important;
	animation-direction: alternate !important;
	animation-name: pulse !important;
}
.wpcf7-mail-sent-ok {
	margin-top: 20px !important;
	color: #005c5a !important;
	font-size: 18px !important;
	background: #a3ff03 !important;
	padding: 10px !important;
	text-align: center !important;
	float: left;
	border: none !important;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold !important;
	animation: pulse 1.0s infinite !important;
	animation-direction: alternate !important;
	animation-name: pulse !important;
}

@media (max-width: 768px) {
.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	width: 96%;
}
}
blockquote {
	background: #f3f3f3;
	padding: 16px 33px 33px 33px;
	font-style: italic;
	width: 898px;
	box-sizing: border-box;
	margin: 25px;
	border-radius: 25px;
	margin: 21px auto;
}

@media (max-width: 768px) {
blockquote {
	padding: 14px;
	font-style: italic;
	width: 96%;
	box-sizing: border-box;
	margin: 13px;
	border-radius: 25px;
}
}
blockquote li {
	padding: 0px;
	font-style: italic;
	font-size: 14px;
	width: 93%;
	margin: 0px 33px 8px;
}

@media (max-width: 768px) {
blockquote li {
	padding: 8px;
	font-size: 13px;
	width: 100%;
	margin: 0px;
	line-height: 27px;
	text-align: left;
}
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.alignleft {
	float: left;
	margin: 25px;
	max-width: 100%;
	height: auto;
	border-radius: 25px;
	box-shadow: rgb(0 0 0 / 1%) 0px 10px 20px, rgb(111 203 202 / 26%) 0px 6px 6px !important;
}
.alignright {
	float: right;
	margin: 25px;
	max-width: 100%;
	height: auto;
	border-radius: 25px;
	box-shadow: rgb(0 0 0 / 1%) 0px 10px 20px, rgb(111 203 202 / 26%) 0px 6px 6px !important;
}

@media (max-width: 768px) {
.aligncenter, .alignleft, .alignright {
	float: none !important;
	width: 100%;
	height: auto;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}
}
.wa__popup_chat_box .wa__popup_heading {
	display: none !important;
}
.wa__btn_popup {
	right: 30px !important;
}
.wa__btn_popup .wa__btn_popup_txt {
	font-weight: bold !important;
	width: 130px !important;
	right: 100% !important;
	text-align: center !important;
	font-size: 12px !important;
	top: 15px !important;
	padding: 7px 0 7px 0px !important;
	margin-right: -99px !important;
	margin-top: -56px !important;
	letter-spacing: inherit !important;
	line-height: 11px !important;
	border-radius: 20px !important;
	transition: 0.4s ease all !important;
}

@media (max-width: 768px) {
.wa__btn_popup .wa__btn_popup_txt {
	font-weight: bold !important;
	width: 100px !important;
	height: auto !important;
	right: 100% !important;
	text-align: center !important;
	font-size: 9px !important;
	top: 11px !important;
	padding: 5px !important;
	margin-right: -78px !important;
	margin-top: -45px !important;
	letter-spacing: inherit !important;
	line-height: 10px !important;
	border-radius: 16px !important;
	transition: 0.4s ease all !important;
}
}
.wa__btn_popup .wa__btn_popup_icon {
	width: 70px !important;
	height: 70px !important;
	animation: pulse 1.0s infinite !important;
	animation-direction: alternate !important;
	animation-name: pulse !important;
}
.wa__btn_popup .wa__btn_popup_icon:before {
	background-size: 40px auto !important;
}

@media (max-width: 768px) {
.wa__btn_popup .wa__btn_popup_icon {
	width: 55px !important;
	height: 55px !important;
	animation: pulse 1.0s infinite !important;
	animation-direction: alternate !important;
	animation-name: pulse !important;
}
.wa__btn_popup .wa__btn_popup_icon:before {
	background-size: 30px auto !important;
}
}

@media (max-width: 768px) {
.hm {
	display: none !important;
}
}

@media (min-width: 1000px) {
.hd {
	display: none !important;
}
}
