.elementor-kit-6{--e-global-color-primary:#4B7A25;--e-global-color-secondary:#4F4F4F;--e-global-color-text:#1B1B1B;--e-global-color-accent:#AFBE01;--e-global-color-6105d4d:#5C7930;--e-global-color-10a4935:#AFBE01;--e-global-color-28af467:#4B7A25;--e-global-color-f627119:#FE4101;--e-global-color-f4f73eb:#00A443;--e-global-color-c26a965:#AFBE011F;--e-global-color-14af71f:#00AAFF;--e-global-color-9fb83b9:#FF8800;--e-global-color-9476a03:#0B4422;--e-global-color-190906e:#FBFFCD;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-10a4935 );font-family:"Manrope", Sans-serif;font-size:14px;color:#FFFFFF;border-radius:5px 5px 5px 5px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-10a4935 );font-family:"Manrope", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-28af467 );}.elementor-kit-6 h1{color:var( --e-global-color-6105d4d );font-family:"Poppins", Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-10a4935 );font-family:"Manrope", Sans-serif;line-height:1em;}.elementor-kit-6 h3{color:var( --e-global-color-f4f73eb );}.elementor-kit-6 h4{color:#FF9C00;font-family:"Manrope", Sans-serif;}.elementor-kit-6 h5{font-family:"Manrope", Sans-serif;}.elementor-kit-6 h6{font-family:"Manrope", Sans-serif;}.elementor-kit-6 label{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:14px;font-weight:500;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-family:"Manrope", Sans-serif;font-size:14px;color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:26px;line-height:1em;}.elementor-kit-6 h3{font-size:22px;line-height:1em;}.elementor-kit-6 h4{font-size:20px;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Importar la fuente Manrope desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

/* Aplicar la fuente Manrope a todo el formulario */
body, .cpe-calculadora {
    font-family: 'Manrope', sans-serif;
}

/* Barra de Progreso */
.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.progress-bar-fill {
    height: 10px;
    width: 0;
    background-color: #00A443; /* Verde corporativo */
    transition: width 0.3s ease-in-out;
}

/* Estilo de Formularios */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.cpe-calculadora {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
}

.cpe-calculadora h3 {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600; /* Aplicar peso de fuente Manrope */
}

.cpe-calculadora label {
    font-weight: 600; /* Aplicar peso de fuente Manrope */
    margin-top: 10px;
    display: block;
    cursor: pointer;
}

.device-selection {
    margin-bottom: 20px;
}

.device-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.device-item i {
    margin-right: 10px;
}

.question-item {
    margin-bottom: 20px;
}

.cpe-calculadora input[type="checkbox"] {
    margin-right: 10px;
}

.cpe-calculadora select,
.cpe-calculadora input[type="number"] {
    margin-bottom: 10px;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.cpe-calculadora button {
    padding: 6px 12px; /* Ajuste de tamaño de botón */
    font-size: 14px; /* Tamaño de texto del botón */
    font-weight: 600; /* Aplicar peso de fuente Manrope */
    background-color: #00A443; /* Verde corporativo */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    margin-right: 5px;
}

.cpe-calculadora button:hover {
    background-color: #AFBE01; /* Amarillo corporativo */
}

/* Tooltips */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.cpe-result {
    margin-top: 20px;
    padding: 15px;
    background-color: #e8f5e9;
    border-left: 5px solid #00A443; /* Verde corporativo */
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700; /* Aplicar peso de fuente Manrope */
    color: #2e7d32;
    text-align: center;
    transition: all 0.3s ease;
    display: none; /* Escondido por defecto */
}

.cpe-result.hidden {
    display: none;
}

.cpe-result.visible {
    display: block;
    opacity: 1;
}

/* Asegúrate de que los contenedores sean visibles */
#area_range_container, #exact_area_container {
    display: none; /* Los ocultamos por defecto y mostramos con JavaScript */
}

/* Ajustes para Móviles */
@media (max-width: 768px) {
    .cpe-calculadora {
        padding: 10px; /* Ajustes para móviles */
        box-shadow: none; /* Simplifica el diseño en móviles */
    }
    
    .device-selection label {
        display: block; /* Asegura que los labels sean visibles */
        margin-bottom: 10px; /* Añade espacio entre opciones */
    }

    .cpe-calculadora button {
        width: auto; /* Mantener botones ajustados en móviles */
        margin: 10px 0; /* Espaciado vertical uniforme */
    }
}
.elementor-kit-6 h4 {
  color: #00a537 !important;
  font-family: "Manrope", Sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
}/* End custom CSS */