/*
Theme Name: Manya Theme
Template: hello-elementor
Author: Manya.pe
Description: Plantilla de Manya
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0
Updated: 2022-12-21 08:04:05

*/


/**********************/
/* FUENTES ELEMENTOR */
/********************/




/**********************/
/* FORM - NO BORRAR */
/**********************/

*:focus,
input:invalid,
input:focus,
select:focus{
	box-shadow: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
}
textarea::placeholder,
input::placeholder{
	opacity: 0 !important;
}

/**********/

.form_style input,
.form_style select{
	padding: 0 20px 0 10px !important;
	line-height: 50px !important;
	height: 50px !important;
}
.form_style select{
	padding: 0 20px 0 6px !important;
}
.form_style input,
.form_style select,
.form_style textarea{
	border-radius: 6px !important;
	border: 2px solid #F0F0F0 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: inherit !important;
	color: #211F1F !important;
	background: #F0F0F0 !important;
}

.form_style .active input{
	border-color: #62A25D !important;
}

.form_style input:focus,
.form_style select:focus,
.form_style textarea:focus{
	border-color: #191769 !important;
}

.form_style .active input::placeholder,
.form_style input:focus::placeholder{
	opacity: 0.5 !important;
}
.form_style .elementor-field-group{
	margin-bottom: 30px !important;
}

/* LABEL */
.form_style .elementor-field-group{
	position: relative;
}
.form_style .elementor-field-label{
	position: absolute;
	top: 16px;
	left: 16px;
	display: block;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	pointer-events: none;
	opacity: 1;
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: inherit !important;
	color: #191769 !important;
}
.form_style .elementor-field-group.active label{
	color: #62A25D !important;
}
.form_style .elementor-field-type-select .elementor-field-label,
.form_style input:focus + label{
	color: #191769 !important;
}
.form_style .elementor-field-group.active label,
.form_style .elementor-field-type-select .elementor-field-label,
.form_style input:focus + label,
.form_style textarea:focus + label{
	top: -20px !important;
	left: 10px;
	font-size: 14px !important;
	opacity: 1 !important;
	font-weight: bold !important;
}

.form_style .elementor-message{
	text-align: center;
}


/* TERMINOS */

.form_style .elementor-field-type-acceptance label.elementor-field-label{
	opacity: 0 !important;
	display: none;
}
.form_style .elementor-field-type-acceptance .elementor-field-option input{
	position: absolute !important;
	opacity: 0 !important;
}
.form_style .elementor-field-type-acceptance .elementor-field-option input:checked + label,
.form_style .elementor-field-type-acceptance .elementor-field-option label{
	width: 100% !important;
	padding: 0 0 0 20px !important;
	font-size: 13px !important;
	display: block !important;
	position: relative !important;
	top: inherit !important;
	left: inherit !important;
	font-weight: normal !important;
}
.form_style .elementor-field-type-acceptance .elementor-field-option label a{
	font-size: inherit !important;
	color: white !important;
	line-height: inherit !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}
.form_style .elementor-field-type-acceptance .elementor-field-option label a:hover{
	text-decoration: underline !important;
}

/**********/

.form_style .elementor-field-type-acceptance .elementor-field-option label:before{
	content: '' !important;
	border: 2px solid #f0f0f0  !important;
	position: absolute !important;
	border-radius: 1px !important;
	width: 14px !important;
	height: 14px !important;
	top: -1px !important;
	left: 1px !important;
	background-color: #fff !important;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.form_style .elementor-field-type-acceptance .elementor-field-option input:checked + label:before{
	background-color: #ffc924 !important;
	border: 2px solid #ffc924  !important;
}

/**********/
/* SEPARACION DE TERMINOS */
/**********/

/*.form_style .elementor-field-group:nth-last-child(3n),*/
.form_style .elementor-field-group-tamanio{
	margin-bottom: 10px !important;
}

/**********/
/* BOTON */
/**********/
.form_style .elementor-button{
	color: #191769 !important;
	height: 50px !important;
	line-height: 50px !important;
}
.form_style.c2 .elementor-button{
	color: #FFC924 !important;
}

