/* GLOBAL - Redução de CLS */
/* @-webkit-keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
html {
	-webkit-animation: fadeIn 1s ease-in-out forwards;
	        animation: fadeIn 1s ease-in-out forwards;
	opacity: 0;
} */

/* GLOBAL - Padding dinâmico */
.dinamic-padding-grid--right {
    padding-right: max( 5%, calc( ( 100% - 1080px ) / 2 ) );
}
.dinamic-padding-grid--left {
    padding-left: max( 5%, calc( ( 100% - 1080px ) / 2 ) );
}
@media screen and (max-width: 980px){
    .dinamic-padding-grid--right,
    .dinamic-padding-grid--left {
        padding-right: 5%;
        padding-left: 5%;
    }
}

/* GLOBAL - Grid para formulários */
.form-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    gap: 18px 16px;
}
.form-grid__column {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px){
	.form-grid__column {
		width: 100% !important;
	}
}
.form-grid__wide {
	width: 100%;
}

/* GLOBAL - Ocultar tag BR no mobile */
@media screen and (max-width: 767px){
	.hide-br-tag-mobile br {
		display: none;
	}
}

/* GLOBAL - Copyright */
.copyright a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	.copyright__separator {
		display: none;
	}
	.copyright__developer {
		display: block;
	}
}

/* PLUGIN - GDPR Cookie Compliance */
#moove_gdpr_cookie_info_bar {
	border-top: none !important;
	z-index: 9999999;
}
.moove-gdpr-infobar-close-btn {
	cursor: pointer;
}
.gdpr_lightbox {
	z-index: 9999999;
}

/* PLUGIN - Contact Form 7 */
.wpcf7 .wpcf7-response-output {
	margin: 24px 0px 0px 0px !important;
	padding: 16px 24px !important;
	border: none !important;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #BEDCC7;
	color: #13672A;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    background-color: #EDBAB5;
	color: #A3160A;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #E8D8A7;
	color: #7F4A01;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select { 
	width: 100%;     
	padding: 8px 16px;     
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	font-weight: 500;
    font-size: 14px;
}
.wpcf7 input[type="text"]::-webkit-input-placeholder, 
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="tel"]::-webkit-input-placeholder,
.wpcf7 input[type="url"]::-webkit-input-placeholder, 
.wpcf7 input[type="number"]::-webkit-input-placeholder, 
.wpcf7 input[type="password"]::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]::-moz-placeholder, 
.wpcf7 input[type="email"]::-moz-placeholder,
.wpcf7 input[type="tel"]::-moz-placeholder, 
.wpcf7 input[type="url"]::-moz-placeholder, 
.wpcf7 input[type="number"]::-moz-placeholder, 
.wpcf7 input[type="password"]::-moz-placeholder, 
.wpcf7 textarea::-moz-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]:-ms-input-placeholder, 
.wpcf7 input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="tel"]:-ms-input-placeholder,
.wpcf7 input[type="url"]:-ms-input-placeholder, 
.wpcf7 input[type="number"]:-ms-input-placeholder, 
.wpcf7 input[type="password"]:-ms-input-placeholder, 
.wpcf7 textarea:-ms-input-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]::-ms-input-placeholder, 
.wpcf7 input[type="email"]::-ms-input-placeholder,
.wpcf7 input[type="tel"]::-ms-input-placeholder,
.wpcf7 input[type="url"]::-ms-input-placeholder, 
.wpcf7 input[type="number"]::-ms-input-placeholder, 
.wpcf7 input[type="password"]::-ms-input-placeholder, 
.wpcf7 textarea::-ms-input-placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="url"]::placeholder,
.wpcf7 input[type="number"]::placeholder,
.wpcf7 input[type="password"]::placeholder,
.wpcf7 textarea::placeholder { 
	color: #ADADAD;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus { 
	border-color: #ADADAD;
}
.wpcf7 textarea {
	height: 120px;
	min-height: 85px;
	max-height: 350px;
	resize: vertical;
}
.wpcf7 input[type="submit"]{
	width: 100%;
	margin: 4px 0px;
	cursor: pointer;
}
.wpcf7 .wpcf7-list-item {
	width: 100%;
	margin-left: 0;
	margin-bottom: 4px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 8px 0px 0px 0px;	
}
.wpcf7 .wpcf7-spinner {
	position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
    margin-top: 4px;
	line-height: 1.3;
	font-size: 14px;
}
.wpcf7 p {
	position: relative;
}
