.form-cita {
	background-color: white;
	padding: 40px !important;
	border-radius: 4px !important;
	box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, 0.10), 0px 50px 100px -20px rgba(50, 50, 93, 0.08);
}
.form-cita .elementor-field-type-acceptance {
	margin: 20px 0;
}

.form-cita .elementor-field-type-acceptance label {
	display: none;
}

.form-cita .elementor-field-group:not(.elementor-field-type-acceptance) label {
	color: var(--e-global-color-c69ef77) !important;
	font-size: var(--e-global-typography-primary-font-size) !important;
	font-family: var(--e-global-typography-primary-font-family) !important;
	text-transform: uppercase;
}
.form-cita .elementor-field-group input {
	outline: none;
    padding: 0;
    border-bottom: 1px solid var(--e-global-color-secondary) !important;
    color: var(--e-global-color-secondary) !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-weight: 500 !important;
}

.elementor-field-option {
    display: flex;
	flex-direction: row;
	column-gap: 10px;
    align-items: flex-start;
	flex-wrap: nowrap;
}
.elementor-field-option label{
    margin-top: -6px;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 15px !important;
    flex: 0 1 calc(100% - 23px);
}
.elementor-field-option label a {
    color: var(--e-global-color-c69ef77) !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    font-size: 12px !important;
}
.elementor-field-option .handler{
    line-height: 18px;
    align-items: center;
	gap: 10px;
    display: flex;
    align-items: baseline;
}
.elementor-field-option .arrow {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url('/wp-content/uploads/2024/03/icono-flecha-abajo.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	position: relative;
	top: 2px;
}
input[type="checkbox"] {
    position: relative;
    top: -3px;
}
.elementor-field-option .content{
    max-height: 0;
overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.elementor-field-option.open .content {
    max-height: 200px;
}
.elementor-field-option.open .arrow{
    transform: rotate(180deg);   
}
.elementor-field-type-recaptcha_v3{
    margin-bottom: 30px !important;
}
.e-form__buttons{
    width: auto !important;
    
}
.e-form__buttons button{
}
.elementor-field-type-checkbox {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
opacity: 0
}
.elementor-message-danger{
    font-size: 12px;
    font-weight: 400;
    color: #AF1500;
    margin: 5px 0 0;
}
.elementor-message-danger:before{
    content: none !important;
}
.elementor-field-option .elementor-message-danger{
    margin:0 0 5px;
}
.elementor-form{
    display: flex;
	flex-direction: column-reverse;
}
.elementor-form-fields-wrapper + .elementor-message{
    margin-bottom: 20px;
	margin-top: 0;
	font-size: 16px;
}
.elementor-form-fields-wrapper + .elementor-message:empty{
    display: none;
}
.form-cita .elementor-field-type-select .select-caret-down-wrapper i:before {
        content: url('/wp-content/uploads/2024/03/icono-flecha-abajo.png');
}
p.elementor-icon-box-description {
    text-align: left
}
.elementor-field-group .elementor-select-wrapper {
    flex-direction: column;
}
.error-message {
    color: #AF341F;
    font-size: 0.9em;
}
#call_me .elementor-button{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-aeafb43);
}
#call_me .elementor-button:hover{
    background-color: var(--e-global-color-primary);
    color: #ffffff;
}