/*
Theme Name: acd2025
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: #006896;
	text-align: left;
	line-height: 27px;
	margin: 10px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}
.topoInfos {
	background-color: #32bcc5;
	color: #fff;
	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: #fff !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: 120px !important;
	max-height: 120px !important;
	box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px !important;
	background-image: linear-gradient(to top, #eeeeee, #f1f1f1, #f4f4f4, #f8f8f8, #fbfbfb, #fbfbfb, #fbfbfb, #fbfbfb, #f8f8f8, #f5f5f5, #f3f3f3, #f0f0f0);
	/* background-image: linear-gradient(to bottom, #dcdcdc, #e2e2e2, #e9e9e9, #efefef, #f6f6f6, #f6f6f6, #f6f6f6, #f6f6f6, #efefef, #e9e9e9, #e2e2e2, #dcdcdc); */
	backdrop-filter: blur(12px) !important;
	box-sizing: border-box;
	border-bottom: 5px #32bcc5 solid;
	border-top: 18px #32bcc5 solid;
}

@media (max-width: 768px) {
header {
	position: absolute !important;
	color: #32bcc5;
	padding: 20px;
	width: 100% !important;
	height: 115px !important;
	transition: 0.3s !important;
	box-sizing: border-box;
}
}
header.efeitoScroll {
	background-image: none !important;
	height: 110px !important;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
	background-color: rgba(255,255,255,.6) !important;
	backdrop-filter: blur(12px) !important;
}
.logo {
	width: 257px;
	transition: 0.3s !important;
	margin-top: -19px;
	margin-left: -978px;
	background: transparent;
	box-shadow: none !important;
}
.logo.efeitoScroll {
	width: 209px;
	transition: 0.3s !important;
	margin-top: -15px;
	margin-left: -978px;
	background: transparent;
	box-shadow: none !important;
}

@media (max-width: 768px) {
.logo {
	margin: 0;
	width: 150px;
	transition: 0.3s !important;
	margin-left: 0;
	margin-top: 0px;
}
}
nav {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	transition: 0.3s !important;
	margin-top: -57px;
	padding-left: 180px;
}

@media (max-width: 768px) {
nav {
	margin-top: -55px !important;
	flex-direction: row !important;
	justify-content: flex-end !important;
}
}
nav.efeitoScroll {
	margin-top: -48px;
	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: #006896;
	text-decoration: none;
	padding: 5px 25px;
	font-size: 14px;
}
.menu a:hover {
	color: #006896;
	border-bottom: 3px #32bcc5 solid;
}
.menu .current-menu-item > a, .menu .current-menu-ancestor > a, .menu .current-menu-parent > a, .menu .current_page_item > a {
	color: #006896;
	border-bottom: 3px #32bcc5 solid;
}

@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: #f3f3f3;
	backdrop-filter: blur(2px) !important;
	box-sizing: border-box;
	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;
}
.menuMobile::after {
	content: 'Menu' !important;
	display: block!important;
	height: auto!important;
	width: auto!important;
	color: #32bcc5 !important;
	cursor: pointer!important;
	text-decoration: none !important;
	font-size: 9px;
}
.menuMobile div {
	width: 30px;
	height: 4px;
	background-color: #32bcc5;
	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: #32bcc5;
	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: #006896;
	padding: 5px 15px;
	color: #ffffff;
	border-bottom: 3px #32bcc5 solid;
}

@media (max-width: 768px) {
.menu li ul {
	display: none;
	position: relative;
	background-color: #ffffff;
	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: #32bcc5;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.menu li ul li a:hover {
	background-color: #f3f3f3;
	color: #a2722c;
}
}
body {
	font-family: 'Font New';
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
}
main {
	padding: 50px 20px 20px 20px;
	overflow: hidden;
	line-height: 36px;
	color: #32bcc5;
	letter-spacing: 2px;
	text-align: justify;
}

@media (max-width: 768px) {
main {
	padding: 115px 8px 0px 8px !important;
}
}
main p {
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
	color: #4a4949;
	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;
	margin-bottom: -20px;
	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: 'Font New';
	src: url('fonts/FontNew-BoldItalic.eot');
	src: local('Font New Bold It'), local('FontNew-BoldItalic'), url('fonts/FontNew-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-BoldItalic.woff2') format('woff2'), url('fonts/FontNew-BoldItalic.woff') format('woff'), url('fonts/FontNew-BoldItalic.ttf') format('truetype'), url('fonts/FontNew-BoldItalic.svg#FontNew-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-ExtraLight.eot');
	src: local('Font New ExtraLight'), local('FontNew-ExtraLight'), url('fonts/FontNew-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-ExtraLight.woff2') format('woff2'), url('fonts/FontNew-ExtraLight.woff') format('woff'), url('fonts/FontNew-ExtraLight.ttf') format('truetype'), url('fonts/FontNew-ExtraLight.svg#FontNew-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-Light.eot');
	src: local('Font New Light'), local('FontNew-Light'), url('fonts/FontNew-Light.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-Light.woff2') format('woff2'), url('fonts/FontNew-Light.woff') format('woff'), url('fonts/FontNew-Light.ttf') format('truetype'), url('fonts/FontNew-Light.svg#FontNew-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-LightItalic.eot');
	src: local('Font New Light It'), local('FontNew-LightItalic'), url('fonts/FontNew-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-LightItalic.woff2') format('woff2'), url('fonts/FontNew-LightItalic.woff') format('woff'), url('fonts/FontNew-LightItalic.ttf') format('truetype'), url('fonts/FontNew-LightItalic.svg#FontNew-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-Italic.eot');
	src: local('Font New Italic'), local('FontNew-Italic'), url('fonts/FontNew-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-Italic.woff2') format('woff2'), url('fonts/FontNew-Italic.woff') format('woff'), url('fonts/FontNew-Italic.ttf') format('truetype'), url('fonts/FontNew-Italic.svg#FontNew-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-ExtraLightItalic.eot');
	src: local('Font New ExtraLight It'), local('FontNew-ExtraLightItalic'), url('fonts/FontNew-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-ExtraLightItalic.woff2') format('woff2'), url('fonts/FontNew-ExtraLightItalic.woff') format('woff'), url('fonts/FontNew-ExtraLightItalic.ttf') format('truetype'), url('fonts/FontNew-ExtraLightItalic.svg#FontNew-ExtraLightItalic') format('svg');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-Bold.eot');
	src: local('Font New Bold'), local('FontNew-Bold'), url('fonts/FontNew-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-Bold.woff2') format('woff2'), url('fonts/FontNew-Bold.woff') format('woff'), url('fonts/FontNew-Bold.ttf') format('truetype'), url('fonts/FontNew-Bold.svg#FontNew-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-BlackItalic.eot');
	src: local('Font New Black It'), local('FontNew-BlackItalic'), url('fonts/FontNew-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-BlackItalic.woff2') format('woff2'), url('fonts/FontNew-BlackItalic.woff') format('woff'), url('fonts/FontNew-BlackItalic.ttf') format('truetype'), url('fonts/FontNew-BlackItalic.svg#FontNew-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-Regular.eot');
	src: local('Font New Regular'), local('FontNew-Regular'), url('fonts/FontNew-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-Regular.woff2') format('woff2'), url('fonts/FontNew-Regular.woff') format('woff'), url('fonts/FontNew-Regular.ttf') format('truetype'), url('fonts/FontNew-Regular.svg#FontNew-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Font New';
	src: url('fonts/FontNew-Black.eot');
	src: local('Font New Black'), local('FontNew-Black'), url('fonts/FontNew-Black.eot?#iefix') format('embedded-opentype'), url('fonts/FontNew-Black.woff2') format('woff2'), url('fonts/FontNew-Black.woff') format('woff'), url('fonts/FontNew-Black.ttf') format('truetype'), url('fonts/FontNew-Black.svg#FontNew-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
button {
	cursor: pointer !important;
}
.titulo {
	font-size: 24px;
	margin-top: 100px;
	margin-bottom: 30px;
	text-align: center;
	color: #32bcc5;
	text-transform: uppercase;
}
.titulo a {
	color: #32bcc5;
	text-decoration: none;
}

@media (max-width: 768px) {
.titulo {
	font-size: 20px !important;
	margin-top: 30px;
	margin-bottom: 18px;
	text-align: center;
	color: #32bcc5;
}
}
h1 {
	font-size: 24px;
	margin-top: 100px;
	margin-bottom: 42px;
	font-family: 'Font New' !important;
	color: #32bcc5;
	line-height: 34px;
	text-align: center;
}
h2 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 30px;
}
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%;
	background-color: #2a2a2a;
	padding: 20px !important;
	box-sizing: border-box;
	border-top: 4px #32bcc5 solid;
	box-shadow: 0px 0px 6px 4px #00000038;
	font-weight: bold;
	overflow: auto;
	background-image: url(images/bgFooter.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(to bottom, #dcdcdc, #e2e2e2, #e9e9e9, #efefef, #f6f6f6, #f6f6f6, #f6f6f6, #f6f6f6, #efefef, #e9e9e9, #e2e2e2, #dcdcdc);
}
.conteudoFooter, .conteudoFooter a {
	max-width: 1200px;
	margin: 0 auto !important;
	color: #006896 !important;
	text-decoration: none !important;
	font-size: 13px;
}
.logoFooter {
	float: left;
	margin-top: 10px;
	width: 275px;
}

@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 {
	font-size: 13px !important;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.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: 22px !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: #32bcc5;
	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: #32bcc5;
	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: #e5e5e5;
	border-radius: 4px;
	border: 2px solid #bfbfbf;
	margin: 0 auto;
	width: 100%;
	padding: 8px;
	color: #535353 !important;
	font-size: 13px;
	font-family: 'Font New';
	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: #32bcc5 !important;
}

@media (max-width: 768px) {
select {
	font-size: 12px !important;
}
}
.wpcf7-submit {
	width: 250px !important;
	background-color: #32bcc5 !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 25px !important;
	cursor: pointer !important;
	font-size: 18px;
	padding: 10px;
}
.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:#32bcc5 !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: #32bcc5 !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: #90ff0e;
	padding: 5px 34px 33px 34px;
	font-style: italic;
	width: 96%;
	box-sizing: border-box;
	margin: 25px;
	border-radius: 25px;
}

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