/*FORMULARIO*/

.cf-row-2col, .cf-row-3col, .cf-row-4col {
    display: flex;
    column-gap: 25px;
	flex-direction: column;
}
.wpcf7-form div.title {
    margin-top: 30px;
}
span.form-title {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-19ccb1e);
	text-align: left;
    font-family: var(--e-global-typography-primary-font-family);
}
.cf-selector .toggle-button__icon {
    display: none !important;
}
.cf-selector span.wpcf7-list-item {
    margin-left: 0 !important;
}

.cf-selector input[type=checkbox]+label {
    padding: 11px 19px 12px;
    border-radius: 50px;
    border: 1px solid #fff;
    text-align: center !important;
    margin-left: 0 !important;
	color: #fff;
}
.cf-selector .wpcf7-list-item label {
    display: inline-block;
    white-space: nowrap;
    margin: 3px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    /*transition: all .2s;*/
}
.cf-selector input[type=checkbox]:checked+label, 
.cf-selector input[type=checkbox]+label:hover {
    color: #fff;
    background-color: transparent;
	background-image: linear-gradient(130deg, var( --e-global-color-cf21fc1 ) 0%, var( --e-global-color-f5affff ) 100%);
	border-width: 0px !important;
	padding: 12px 20px 13px;
}

.cf-selector .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

.wpcf7-acceptance .toggle-button__icon, 
.wpcf7-acceptance .toggle-button__icon:after, 
.wpcf7-acceptance .toggle-button__icon:before {
    min-width: 15px !important;
    max-height: 15px !important;
    line-height: 15px !important;
	width: 15px !important;
}
.wpcf7-acceptance .toggle-button__icon::after {
    content: '\e5ca' !important;
    font-family: 'Material Symbols Rounded';
}
.wpcf7-acceptance label {
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 17px !important;
    border-bottom: none !important;
	display: inline-block !important;
}
.wpcf7-acceptance {
    border: none !important;
    padding: 0 !important;
    display: block;
}
.wpcf7-acceptance a, #recaptcha a {
    text-decoration: underline !important;
}
span.tooltiptext {
	visibility:hidden;
    position: absolute;
    display: block;
    width: 240px !important;
    padding: 10px 15px !important;
    background-color: var(--e-global-color-secondary) !important;
    color: #fff;
    border-radius: 10px !important;
    font-size: 10px !important;
    font-family: var(--e-global-typography-text-font-family) !important;
    text-align: left !important;
    margin-top: 5px;
    z-index: 10 !important;
}
.tooltip {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family) !important;
	margin-top: 5px;
    cursor: pointer;
}
.tooltip-name {
    text-align: left;
    font-size: 14px;
    text-decoration: underline;
}
.tooltip-icon {
    font-size: 18px !important;
}

@media all and (min-width:768px) {
	.wpcf7-acceptance label {
		padding-right: 50px;
	}
	.cf-row-2col, .cf-row-3col, .cf-row-4col {
    	flex-direction: row;
	}
	.cf-row-2col > div {
		flex: 1 1 50%;
	}
	.cf-row-3col > div {
		flex: 1 1 33.33%;
	}
	.cf-row-4col > div {
		flex: 1 1 25%;
	}
}

span#recaptcha {
    font-size: 14px;
    line-height: 22px !important;
    max-width: 400px !important;
    display: inline-block;
	margin-top: 15px;
    margin-left: 0px;
    font-family: var(--e-global-typography-primary-font-family);
    text-align: left;
}
.light .policy-white span#recaptcha {
    color: #fff;
}
.light .policy-white a {
    color: rgb(255 255 255 / 50%);
}
.grecaptcha-badge{
    visibility: collapse !important;  
}
.open-terms.hide, .close-terms.hide {
	display:none;
}
.open-terms, .close-terms {
	cursor:pointer;
	font-family: var(--e-global-typography-primary-font-family);
	margin-top: 10px;
	display: block;
    font-size: 14px;
}
.terminos:not(.show) {display: none;}
.terminos {
    padding: 10px 0;
    font-size: 12px;
}