.elementor-257 .elementor-element.elementor-element-e613cef{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--align-items:center;--gap:30px 0px;--background-transition:0.3s;--margin-top:50px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-257 .elementor-element.elementor-element-71b0a80 img{width:50%;}.elementor-257 .elementor-element.elementor-element-71b0a80 > .elementor-widget-container{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-257 .elementor-element.elementor-element-e613cef{--content-width:900px;}}@media(max-width:1024px){.elementor-257 .elementor-element.elementor-element-e613cef{--gap:50px 0px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}.elementor-257 .elementor-element.elementor-element-71b0a80 img{width:40%;}}@media(max-width:767px){.elementor-257 .elementor-element.elementor-element-e613cef{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-257 .elementor-element.elementor-element-71b0a80 img{width:55%;}}/* Start custom CSS for shortcode, class: .elementor-element-75eaf34 */.volver-boton {
    display: inline-block;
    background-color: #00ABC7;
    color: white; 
    color: white; 
    padding: 10px 20px; 
    text-align: center; 
    text-decoration: none; 
    border-radius: 5px; 
    font-weight: 500; 
    font-size: 18px; 
    font-family: 'Poppins', sans-serif; 
    transition: background-color 0.3s; 
}

.volver-boton:hover {
    background-color: #00ABC7C2;
    color: white;

}

.gform_required_legend {
    display: none;
}

.elementor-kit-6  .gform_description {
    margin-bottom: 40px !important;
}

.gform_title {
    font-family: 'Poppins', sans-serif; 
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.gform_description {
    font-family: 'Poppins', sans-serif; 
    font-size: 16px;
    text-align: center;
}

#gform_submit_button_1 {
    background-color: #00ABC7 !important;
}

#gform_submit_button_1:hover {
    background-color: #00ABC7C2 !important;
}


.gform-field-label {
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}


/* Estilos para el contenedor del resultado */
.resultado-container {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #333;
  margin-top: 20px;
}

.resultado-titulo {
  font-size: 26px;
  font-weight: 600;
  color: #2ECC71;
  margin-bottom: 15px;
  display: block; /* Asegura que esté visible */
  visibility: visible; /* Si acaso está invisible */
}

/* Descripción del resultado */
.resultado-descripcion {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Valor del resultado */
.resultado-valor {
  font-size: 22px;
  font-weight: 600;
  color: #2ECC71; /* Verde para destacar la interpretación */
  margin-bottom: 20px;
}/* End custom CSS */