.input-small {
	font-size: 1rem !important;
}
.form-fale-conosco-standalone{
	max-width: 500px;
	margin: 0 auto;
}
.form-fale-conosco-standalone .wpcf7{
	height: 615px;
}
/* CF7 CHECKBOXES */

.wpcf7-acceptance input[type="checkbox"] {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin-right: 5px;
	width: 20px;
	height: 18px;
}

.wpcf7-acceptance input[type="checkbox"]:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	margin-top: -2px;
	width: 20px;
	height: 20px;
	background: #fcfcfc;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.wpcf7-acceptance input[type="checkbox"]:checked:before {
	background: #fff;
	border-color: #fff;
}

.wpcf7-acceptance input[type="checkbox"]:disabled {
	color: #b8b8b8;
	cursor: auto;
}

.wpcf7-acceptance input[type="checkbox"]:disabled:before {
	box-shadow: none;
	background: #ddd;
}

.wpcf7-acceptance input[type="checkbox"]:checked:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	background: white;
	width: 10px;
	height: 10px;
	background-image: url("../imgs/check-solid.svg");
}

.wpcf7-acceptance span.wpcf7-list-item{
	margin: 0;
}

.wpcf7-acceptance span.wpcf7-list-item label{
	display: flex;
	align-items: center;
}

.wpcf7-acceptance span.wpcf7-list-item-label{
	font-size: 0.85rem;
	cursor: pointer;
	line-height: 14px;
}
.label-small .wpcf7-acceptance span.wpcf7-list-item-label{
	font-size: 0.75rem;
}
.label-smaller .wpcf7-acceptance span.wpcf7-list-item-label{
	font-size: 0.70rem;
}
/**/
.wpcf7-not-valid-tip{
	color: #f94e4e !important;
	font-size: 0.8rem !important;
}
/* AJAX LOADER */
@keyframes custom-ajax-loader {
  to { transform: rotate(360deg); } 
}
.ajax-loader {
    display: inline-block !important;
    width: 1rem !important;
    height: 1rem !important;
    vertical-align: text-bottom !important;
    border: 0.15em solid currentColor !important;
    border-right-color: transparent !important;
    border-radius: 50% !important;
    animation: custom-ajax-loader .75s linear infinite !important;
    color: black;
    margin: 0 7px !important;
	background-color: transparent !important;
}
.ajax-loader:before {
	clear: both !important;
	content: none !important;
}
.wpcf7-form.hide-ajax-loader .ajax-loader {
	display: none !important;
}
/* */
.popup-close-button{
	background-image: url(../imgs/popup-close.png);
    background-size: cover;
    width: 10px !important;
    height: 10px !important;
}
/* POPUP INSIGHTS */
#popmake-2479 {
	padding: 0px;
}
#popmake-2479 .popmake-close{
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-insights {
	display:flex;
	background-color: white;
	height: 414px;
	min-width: 693px;
}
.popup-insights label{
	margin: 0px;
	width: 100%;
}
.popup-insights-form {
	flex: 1;    
	width: 410px;
	padding-top: 49px;
	padding-left: 41px;
	padding-bottom: 21px;
	padding-right: 37px;
}
.popup-insights-form-inputs {
	margin-top: 68px;
}
.popup-insights-form-inputs .wpcf7-not-valid-tip{
	position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
.popup-insights-form-inputs .text-input{
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	color: #144555;
	margin-bottom: 28px;
	padding-bottom: 5px;
	width: 100%;
}
.popup-insights-form-inputs .text-input::placeholder{
	color: #144555 !important;
    font-weight: bold;
} 
.popup-insights-form-inputs .text-input::-ms-input-placeholder{
	color: #144555 !important;
    font-weight: bold;
} 
.popup-insights-form-inputs .text-input::-webkit-input-placeholder{
	color: #144555 !important;
    font-weight: bold;
}
.popup-insights-form-inputs .text-input::-moz-placeholder{
	color: #144555 !important;
    font-weight: bold;
}
.popup-insights-form-buttons{
	display: flex;
	align-items: center;
}
.popup-insights-form-buttons p {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.popup-insights-form-submit {
	border: none;
    border-radius: 15px;
    color: white;
    background-color: #04D37A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 172px;
}
.popup-insights-form-close {
	background: none;
    border: none;
    color: #888;
}
.popup-insights-form-title{
	color: #144555;
	font-size: 31px;
    line-height: 38px;
    letter-spacing: -0.015em;
}
.popup-insights-image.desktop {
	flex: 0;
    min-width: 283px;
    width: 283px;
	display: flex;
}
.popup-insights-image img {
	width: 100%;
}
.popup-insights-image.mobile {
	display: none;
}

@media only screen and (max-width: 600px) {
	html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
		padding-right: 0px !important;
	}
	#popmake-2479 {
		max-width: 310px !important;
	}
  	.popup-insights {
		display:flex;
		background-color: white;
		height: 610px;
		min-width: 310px;
		width: 310px;
		flex-direction: column;
	}
	.popup-insights-form {
		flex: 1;    
		width: unset;
		padding-top: 20px;
		padding-left: 18px;
		padding-bottom: 19px;
		padding-right: 29px;
		order: 2;
	}
	.popup-insights-image.desktop {
		display: none;
	}
	.popup-insights-image.mobile {
		display: flex;
		flex: unset;
		max-width: 310px;
		height: 293px;
	}
	.popup-insights-form-title{
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}
	.popup-insights-form-inputs {
		margin-top: 44px;
	}
	.popup-insights label{
		width: 100%;
	}
	.popup-insights-form-inputs .text-input{
		max-width: 100% !important;
	}
}