/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* GLOBAL */
:root {
  --color-primario: #013C64;;
  --color-secundario: #048de8;
  --color-fondo: #f9f9f9;
  --color-texto: #333333; 
  --color-gris: #838383;
}
html, body{
	font-family: 'Inter', sans-serif;
}
/* FORMS */
#acf-form .acf-field .acf-label label{
	line-height: 1.3;
	font-weight: 700;
    font-size: 16px;
}
#acf-form .acf-field.acf-field--post-title,
#acf-form .acf-field.acf-field--post-content{
	display: none;
}
#acf-form .acf-fields>.acf-field{
	border-top: 0;
	padding: 0;
}
#acf-form .ps-section--gray{
	background: #fff;
}
#acf-form .ps-section::before{
	content: 'Avance del proceso';
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
}
/* BUTTOMN */
#acf-form .ps-btn--success, #acf-form button.ps-btn--success {
    background-color: #0673BC;
    border-color: #0673BC;
    color: #fff;
    border-radius: 4px;
    width: 100%;
	font-size: 16px;
    text-transform: none;
}
#acf-form .ps-btn.ps-step__prev{
	display: none;
}
/* INPUTS */
#acf-form input[type="text"], #acf-form input[type="number"], #acf-form input[type="email"], #acf-form select{
	min-height: 50px;
	font-size: 16px;
	font-weight: 700;
}
#acf-form .acf-field[data-width]+.acf-field[data-width] {
    border-left: 0px solid #eee;
}
#acf-form ul.acf-checkbox-list li input[type=checkbox], 
#acf-form ul.acf-checkbox-list li input[type=radio], 
#acf-form ul.acf-radio-list li input[type=checkbox], 
#acf-form ul.acf-radio-list li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px;
    width: 17px;
    height: 17px;
    margin-top: 18px;
}
/* REPEATER */
#acf-form .acf-repeater > table {
    margin: 0 0 15px;
    border: 0;
}
#acf-form .acf-repeater .acf-row-handle.order + td {
    border-left-color: #fff;
}
#acf-form .acf-repeater.-block > table > tbody > tr > td.acf-row-handle.order{
	display: none;
}
#acf-form .acf-repeater.-block > table > tbody > tr > td.remove{
	display: none;
}
#acf-form .acf-repeater.-row > table > tbody > tr > td, #acf-form .acf-repeater.-block > table > tbody > tr > td {
    border-top-color: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
#acf-form .acf-table>tbody>tr:first-child>td {
    border-top-width: 0;
}
#acf-form table.acf-table{
	background: #fff;
}
#acf-form table tbody>tr:nth-child(odd)>td, #acf-form table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
#acf-form .acf-table>tbody>tr>td {
    border-color: #fff;
    border-width: 0;
}
#acf-form .acf-repeater.-block > table > tbody > tr > td>div{
	padding: 0;
	margin-bottom: 15px;
	border: 0;
}
#acf-form .acf-repeater > .acf-actions .acf-button {
    float: left;
    pointer-events: auto !important;
    padding: 10px 24px;
    background: #838383;
    color: #fff;
    border-radius: 4px;
}
/* PASOS */
#acf-form .ps-step__header {
    padding: 0;
    background: #fff;
}
#acf-form .ps-step__header ul.ps-step__process{
	display: flex;
	padding: 0px;
}
#acf-form .ps-step__process li.active .ps-step__number{
	width: 20px;
	height: 20px;
}
#acf-form .ps-step__process li .ps-step__number{
	width: 10px;
	height: 10px;
	border: 0;
	background: var(--color-gris);
	margin: 3px 0 0 0;
}
#acf-form .ps-step__process li.active .ps-step__number{
	border: 0!important;
}
#acf-form .ps-step__number i{
	font-size: 12px;
	opacity: 0;
}
#acf-form .ps-step__process li.active .ps-step__number i{
	opacity: 1;
} 
#acf-form .ps-step__title{
	display: none;
}
#acf-form .ps-step__process li.active .ps-step__number{
	background: var(--color-primario);
}
#acf-form .ps-step__process li:before {
	content: '';
    top: 8px;
    height: 4px;
	background: var(--color-gris);
}
/* DIVISOR */
#acf-form .ps-step__content .ps-step__tab>.acf-field-divider h2.acf-divider-heading {
    margin: 0px auto 20px !important;
    font-size: 20px !important;
    padding: 16px !important;
    background: var(--color-primario);
    width: 100%;
    border: 0;
    border-left: 0;
    font-weight: 700;
	color: #fff;
	text-align: center;
}
#acf-form .acf-fields .acf-field.form-group.acf-field-divider {
    padding: 0;
    border-top: none;
    margin: 0;
    width: 100%;
}
#acf-form .acf-fields .acf-field.form-group.acf-field-divider span,
#acf-form .acf-field-divider .acf-input h2.acf-divider-heading span{
	margin: 0;
}
#acf-form .acf-field-divider .acf-input h2.acf-divider-heading{
    text-align: center;
    padding: 15px;
    margin: 0 0 15px 0!important;
    font-weight: 700;
    font-size: 16px !important;
    color: #000;
    background: #EBEBEB;
    padding: 16px !important;
    border: 0;
    text-align: center;
}
/* CONTENIDO - TABS */
#acf-form .ps-step__content {
    border-top: 0;
}
#acf-form .ps-step__tab {
    background-color: #fff;
	padding: 0;
}
#acf-form .acf-file-uploader a.acf-button{
	display: block;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 4px;
    margin-top: 6px;
    color: #000;
	text-align: center;
}
#acf-form .acf-field-group>.acf-label{
	background: #EBEBEB;
    text-align: center;
    padding: 15px;
    margin: 0 0 15px 0;
	font-weight: 700;
	font-size: 16px;
}
#acf-form .acf-fields.-border{
	border: 0;
}
#acf-form .acf-input>.acf-fields>div{
	border: 0;
	padding: 0;
	margin-bottom: 1rem;
}
/* CHECKBOX - RADIO */
#acf-form .acf-field.acf-field-checkbox{
	min-height: 40px!important;
}
#acf-form ul.acf-checkbox-list, #acf-form  ul.acf-radio-list {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 1px;
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-top: -15px;
}
#acf-form ul.acf-checkbox-list li, #acf-form  ul.acf-radio-list li{
	width: 100%;
}
#acf-form ul.acf-checkbox-list li label, #acf-form  ul.acf-radio-list li label {
    display: inline-block;
    padding: 15px 15px 15px 45px ;
    border: 1px solid #838383;
    border-radius: 4px;
	font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    box-shadow: none;
	cursor: pointer;
	width: 100%;
	line-height: 1.3;
}
#acf-form ul.acf-checkbox-list li label.selected, ul.acf-radio-list li label.selected,
#acf-form ul.acf-checkbox-list li:hover label.selected, ul.acf-radio-list li:hover label.selected{
	background: var(--color-secundario);
	color: #fff;
	border-color: var(--color-secundario);
}
#acf-form ul.acf-checkbox-list li:hover label, ul.acf-radio-list li:hover label {
	background: #f1f1f1;
}
#acf-form .acf-checkbox-list .button {
    margin: 0;
    padding: 10px 15px;
    display: inline-block;
    color: var(--color-secundario);
    font-size: 16px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}
#acf-form ul.acf-checkbox-list.acf-hl li, ul.acf-radio-list.acf-hl li {
	display: flex;
    margin-right: 0!important;
}
#acf-form ul.acf-checkbox-list.acf-hl li:last-child{
	display: flex;
    justify-content: center;
    align-items: center;
}
#acf-form ul.acf-checkbox-list li input[type=text], #acf-form ul.acf-radio-list li input[type=text]{
	width: 100%;
	min-height: 50px;
	padding-left: 45px;
}
/* SMALL */

/* DESKTOP */
@media screen and (max-width: 767px){
	#acf-form .acf-field.form-group{
		width: 100%!important;
		min-height: 1px !important;
		margin: 0 0 15px;
	}
	#acf-form .acf-input>.acf-fields>div{
		width: 100%!important;
	}
	#acf-form .acf-repeater.-block > table > tbody > tr > td>div{
		width: 100%!important;
	}
}
@media screen and (min-width: 768px){
	#acf-form ul.acf-checkbox-list, #acf-form  ul.acf-radio-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
        justify-content: flex-start;
		margin-top: 0;
		gap: 0;
	}
	#acf-form ul.acf-checkbox-list.acf-hl li, ul.acf-radio-list.acf-hl li{
		margin-right: 10px!important;
	}
	#acf-form ul.acf-checkbox-list li, #acf-form ul.acf-radio-list li{
		width: auto;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#acf-form .acf-field[data-width]+.acf-field[data-width] {
		padding: 0 10px;
	}
	#acf-form .acf-repeater.-row > table > tbody > tr > td, #acf-form .acf-repeater.-block > table > tbody > tr > td {
		flex-direction: row;
		flex-wrap: wrap;
        justify-content: flex-start;
	}
	#acf-form input[type="text"], #acf-form input[type="number"], #acf-form input[type="email"], #acf-form select{
		min-height: 54px;
	}
	#acf-form .acf-repeater.-block > table > tbody > tr > td>div{
		padding: 0 10px;
	}
}

.subheadline{
	background-color: #333333;
	color: #013C64;
	font-size: 16px;
	font-weight: bold;
}

.mask_number{
	pattern="[0-9]*";
}
.hide-content{
	display: none!important;
}