.elementor-kit-5{--e-global-color-primary:#1D75BB;--e-global-color-secondary:#B8D4EA;--e-global-color-text:#353535;--e-global-color-accent:#EC6683;--e-global-color-4868de5:#EDF6FB;--e-global-color-da61adc:#DC4437;--e-global-color-828f934:#079D57;--e-global-color-477d6b1:#EC6683;--e-global-color-3167c84:#F4B401;--e-global-color-ad72617:#F7F5F4;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:39px;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:33px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:normal;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:200;line-height:24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:39px;font-weight:900;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:20px;font-weight:bold;text-transform:none;}.elementor-kit-5 h3{font-size:30px;}.elementor-kit-5 h6{color:#353535;font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@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-5 h3{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilos generales */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 20px; /* Tamaño de texto principal */
    font-weight: normal;
    line-height: 1.2;
}
.error-message {
    color: red;
    font-size: 12px;
}

/* Estilos para los botones de los pasos */
button {
    display: flex; /* Cambiamos de block a flex para centrar contenido */
    align-items: center; /* Centra verticalmente el texto */
    justify-content: center; /* Centra horizontalmente el texto */
    width: 100%; /* Ocupar todo el ancho del contenedor */
    padding: 20px;
    margin-top: 10px;
    background-color: #1D75BB;
    color: white;
    border: none;
    font-size: 20px; /* Aplicar Poppins a 20 puntos */
    font-weight: bold; /* Usar negrita para los botones */
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 1px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Hover effect para los botones */
button:hover {
    background-color: #1D75BB;
}

/* Centrar los botones al medio */
button {
    margin: 0 auto;
}


/* Estilos para quitar el borde de los fieldset */
fieldset {
    border: none;
}

/* Estilos para los inputs dentro de los fieldsets */
fieldset input[type="text"],
fieldset input[type="email"],
fieldset input[type="tel"],
fieldset input[type="number"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 20px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height:1;
    border: 0.25pt solid #666;
    border-radius: 1px;
    box-sizing: border-box;
}
/* Estilos para los select dentro de los fieldsets */
fieldset select {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 13px; /* Aplicar Poppins a 13 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 1;
    border: 0.25pt solid #666;
    border-radius: 1px;
    box-sizing: border-box;
    appearance: none; /* Elimina estilos predeterminados del navegador */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23666" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 40px; /* Espacio para la flecha */
}

/* Para navegadores que no soportan 'appearance' */
select::-ms-expand {
    display: none;
}

/* Opcional: Ajustar para dispositivos IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select {
        background-image: none;
        padding-right: 15px;
    }
}


/* Establecer un ancho máximo para el formulario */
#donation-form {
    max-width: 600px;
    margin: 0 auto; /* Centrar el formulario horizontalmente */
    padding: 20px;
    box-sizing: border-box;

}

/* ESTILO DE LOS PASOS DEL FORMULARIO /////////// */

/* Contenedor de los pasos en círculos */
.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%; /* Limitar el ancho del conjunto de círculos al 70% del formulario */
    margin: 0 auto 20px; /* Centrar y agregar espacio inferior */
    position: relative;
}

/* Línea que conecta los círculos */
.progress-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%; /* Ajuste para que la línea no sobresalga del primer círculo */
    right: 10%; /* Ajuste para que la línea no sobresalga del último círculo */
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

/* Estilos para los círculos */
.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    z-index: 1; /* Para asegurarse de que el círculo esté por encima de la línea */
}

/* Estilo para el paso activo */
.step-circle.active {
    background-color: #1D75BB; 
    /* Azul para el paso activo */
}

/* Espacio entre los círculos y los inputs */
fieldset {
    margin-top: 20px;
}

/* Añadir espacio alrededor de los círculos para mayor separación */
.progress-container .step-circle {
    margin: 0;
}

/* ESTILO MENSAJES PASOS ////////////////////// */
.head_text {
    text-align: center; /* Centrar el texto horizontalmente */
    font-size: 20px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.message {
    font-size: 13px; /* Texto pequeño para mensajes largos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: left;
    margin: 0 5px;
    line-height: 1.2;
}
#info-link {
            color: #666;
            text-decoration: none;
            font-size: 13px; /* Texto pequeño para mensajes largos */
    font-family: 'Poppins', sans-serif;
        }

        #info-link:hover,
        #info-link:active {
            color: #1D75BB;
        }
        
/* Estilo para los textos pequeños, como avisos legales */
.text-small {
    font-size: 10px; /* Poppins regular a 13 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
      line-height: 1;
}
/* Clase para los enlaces de texto pequeño */
.text-small-link {
    font-size: 10px; /* Poppins regular a 13 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #666; /* Color del enlace */
    text-decoration: none; /* Sin subrayado inicialmente */
    transition: color 0.2s ease-in;
}

/* Efecto hover para los enlaces pequeños */
.text-small-link:hover {
    text-decoration: underline; /* Subrayado al pasar el cursor */
    color: #1D75BB; /* Cambiar el color en hover */
}

/* PAYMENT FREQUENCY     ///////////////////// */

/* Contenedor flexible para los radio buttons solo en el fieldset con id 'frequency' */
#frequency {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border: none;
}

/* Cada opción de radio ocupará el 50% del ancho dentro del fieldset con id 'frequency' */
#frequency input[type="radio"] {
    display: none; /* Ocultamos el radio button original */
}

#frequency label {
    color: #666;
    display: flex; /* Cambiamos a flex para centrar vertical y horizontalmente */
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
    width: 50%; /* Ocupa el 50% con un pequeño margen entre ellos */
    padding: 20px;
    margin: 0 0 20px 0;
    text-align: center;
    background-color: #ffffff;
    border: 0.25pt solid #666;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    box-sizing: border-box;
    font-size: 20px; /* Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/* Estilo al hacer hover en las opciones del fieldset 'frequency' */
/* 
#frequency label:hover {
    background-color: #ffffff;
    border: 3.5pt solid #1D75BB;
}
*/

/* Estilo cuando el radio button está seleccionado en el fieldset 'frequency' */
#frequency input[type="radio"]:checked + label {
    background-color: #fff;
    color: #1D75BB;
    border: 3.5pt solid #1D75BB;
    border-color: #1D75BB;

}

/* PAYMENT AMOUNT     ///////////////////// */

/* Ocultar los radio buttons */
#amount-options input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

/* Contenedor flexible para los radio buttons */
#amount-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

/* Estilo para las etiquetas de las opciones de radio */
#amount-options label {
    border: 0.25pt solid #666;
    border-radius: 0px;
    background-color: #fff;
    display: flex; /* Cambiamos de block a flex para centrar vertical y horizontalmente */
    align-items: center; /* Centra verticalmente el texto */
    justify-content: center; /* Centra horizontalmente el texto */
    padding: 28px 20px;
    font-size: 20px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    transition: 0.2s all;
    color: #666;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    flex: 0 0 25%; /* Cada opción ocupará aproximadamente el 25% del ancho */
    margin: 5px 0;
}

/* Estilo cuando un radio button está seleccionado */
#amount-options input[type="radio"]:checked + label {
    color: #1D75BB !important;
    background-color: white;
    border-width: 3.5pt;
    border-color: #1D75BB;
    box-sizing: border-box;
    font-weight: bold; /* Negrita cuando está seleccionado */
}

/* Campo personalizado de importe inicialmente oculto */
#customAmount {
    display: none;
    margin-top: 10px;
    padding: 10px;
    font-size: 20px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    width: calc(100% - 22px); /* Para que ocupe el ancho completo con bordes */
    border: 0.25pt solid #666;
    border-radius: 5px;
}


/* Estilo mensajes de degravar */

.damount {
       color: #1D75BB ;
       font-weight: bold;
}

/* CUSTOMER TYPE     ///////////////////// */

/* Contenedor flexible para los radio buttons solo en el fieldset con id 'contact_type' */
#contact_type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    border: none;
    color: #666;
}

/* Cada opción de radio ocupará el 50% del ancho dentro del fieldset con id 'contact_type' */
#contact_type input[type="radio"] {
    display: none; /* Ocultamos el radio button original */
}

/* Estilo para las etiquetas de los radio buttons en el fieldset con id 'contact_type' */
#contact_type label {
    display: flex; /* Cambiamos de inline-block a flex para centrar verticalmente */
    align-items: center; /* Centrar verticalmente el contenido */
    justify-content: center; /* Centrar horizontalmente el contenido */
    width: 50%; /* Para ocupar el 50% del ancho */
    padding: 20px;
    margin: 0;
    background-color: #ffffff;
    border: 0.25pt solid #666;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    box-sizing: border-box;
    font-size: 20px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/* Estilo cuando el radio button está seleccionado en el fieldset 'contact_type', excluyendo elementos con la clase 'text-small' */
#contact_type input[type="radio"]:checked + label:not(.text-small) {
    background-color: #ffffff;
    color: #1D75BB;
    border: 3.5pt solid #1D75BB;
    font-weight: bold;
}


/* PERSONAL DATA ////////// 
#personal_data {
    margin: 0;
    padding: 0;
    border: none;
}


#personal_data input[type="text"],
#personal_data input[type="email"],
#personal_data input[type="tel"] {
    width: 100%;
    padding: 10px 10px; 
    margin: 0;
    font-size: 13px; 
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    border: 0.25pt solid #666;
    border-radius: 0; 
    height: auto;
    text-align: left;
}


#personal_data input::placeholder {
    color: #666;
    font-size: 13px; 
    font-family: 'Poppins', sans-serif;
}


#personal_data input:focus {
    outline: none;
    border-color: #1D75BB;
}

*/
.personal_data {
    margin: 0;
    padding: 0;
    border: none;
}


.personal_data input[type="text"],
.personal_data input[type="email"],
.personal_data input[type="tel"] {
    width: 100%;
    padding: 10px 10px; /* Mismo padding que los campos de amount y frequency */
    margin: 0;
    font-size: 13px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    border: 0.25pt solid #666;
    border-radius: 0; /* Bordes cuadrados */
    height: auto;
    text-align: left;
}

/* Estilo para los placeholders */
.personal_data input::placeholder {
    color: #666;
    font-size: 13px; /* Aplicar Poppins a 13 puntos */
    font-family: 'Poppins', sans-serif;
}

/* Estilo al enfocar los inputs */
.personal_data input:focus {
    outline: none;
    border-color: #1D75BB;
}



/* CIF DNI //////////////////// */
fieldset input[type="text"] {
    width: 100%;
    padding: 20px 20px; /* Mismo padding que otros campos */
    margin: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    border: 0.25pt solid #666;
    border-radius: 0; /* Bordes cuadrados */
}

/* Estilo para los placeholders */
fieldset input::placeholder {
    color: #666;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

/* Estilo al enfocar los inputs */
fieldset input:focus {
    outline: none;
    border-color: #1D75BB;
    box-shadow: 0 0 5px rgba(29, 117, 187, 0.5);
}

/* Estilos para el fieldset de aceptación */
#acceptance {
  margin-top: 20px; /* Ajusta el margen superior según tus necesidades */
}

/* Estilos para el label que contiene el checkbox y el mensaje */
.acceptance-label {
  display: flex;
  align-items: flex-start;
}

/* Estilos para el checkbox */
.acceptance-label input[type="checkbox"] {
  margin-top: 4px; /* Ajusta este valor para alinear verticalmente el checkbox con el texto */
}

/* Estilos para el mensaje */
.acceptance-label .message {
  margin-left: 10px; /* Espacio entre el checkbox y el texto */
  font-size: 13px;
  line-height: 1.5; /* Mejora la legibilidad del texto */
}

/* Estilos para el enlace dentro del mensaje */
.acceptance-label .message a {
  font-size: 13px;
  text-decoration: underline; /* Opcional: para destacar el enlace */
}
/* PAYMENT METHOD ///////////////////// */

/* Ocultar los radio buttons */
#payment-method input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

/* Contenedor de las opciones en vertical, sin espacio */
#payment-method {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

/* Estilo para las opciones de radio */
#payment-method label {
    border: 0.25pt solid #666;
    border-radius: 0;
    background-color: #fff;
    display: block;
    padding: 20px 20px; /* Ajuste del padding para igualar el de las otras opciones */
    font-size: 13px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    transition: 0.2s all;
    color: #666;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
    width: 100%; /* Asegura que ocupen el 100% del ancho */
    margin: 0; /* Sin margen entre opciones */
    line-height: 1; /* Asegura que no haya espacio extra entre líneas */
}

/* Estilo al hacer hover 
#payment-method label:hover {
    color: #1D75BB;
    background-color: #fff;
    border:  3.5pt solid #1D75BB;
    transition: all 200ms ease-in; 
}*/

/* Estilo cuando un radio button está seleccionado */
#payment-method input[type="radio"]:checked + label {
    color: #1D75BB !important;
    background-color: white;
    border:  3.5pt solid #1D75BB;
    box-sizing: border-box;
    font-weight: bold; /* Negrita cuando está seleccionado */
}
#bizum-details p {
    font-weight: normal;
}
#bank-details p {
    font-weight: normal;
}
/* Asegurar que los inputs de los detalles bancarios ocupen el 100% del ancho, con estilo similar a personal_data */
#bank-details input[type="text"] {
    width: 100%;
    padding: 20px 20px; /* Mismo padding que los otros campos */
    margin: 0;
    font-size: 13px; /* Aplicar Poppins a 20 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    border: 0.25pt solid #666;
    border-radius: 0; /* Bordes cuadrados */
}

/* Estilo para los placeholders */
#bank-details input::placeholder {
    color: #666;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
/* Estilo al enfocar los inputs */
#bank-details input:focus {
    outline: none;
    border: 0.25pt solid #1D75BB;
    box-shadow: 0 0 5px rgba(29, 117, 187, 0.5);
}



/* Enlaces de retroceso */
.back-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    color: #666; /* Color del enlace */
    text-decoration: none;
    font-size: 13px; /* Poppins regular a 13 puntos */
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.back-link:hover {
    text-decoration: underline;
    color:black;
}


/* responsive */

/* Estilos generales para dispositivos móviles */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.1;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#donation-form {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;

}

/* Ajuste de los campos de texto y botones para que ocupen el 100% en móviles */
fieldset input[type="text"],
fieldset input[type="email"],
fieldset input[type="tel"],
fieldset input[type="number"],
fieldset input[type="select"],
button {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* Ajustes de los círculos de los pasos para pantallas pequeñas */
.progress-container {
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
}

.step-circle {
    width: 30px;
    height: 30px;
    font-size: 16px;
}

/* Estilos para los radios de amount-options */
#amount-options {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#amount-options label {
    width: 100%;
    margin:  0;
}

/* Para el contenedor de los pasos */
.progress-container::before {
    left: 5%;
    right: 5%;
}

/* Ajustes para pantallas más grandes (tablets, laptops) */
@media (min-width: 768px) {
    body {
        font-size: 20px;
    }

    #donation-form {
        max-width: 600px;
        padding: 20px;
    }

    /* Círculos de los pasos para pantallas más grandes */
    .progress-container {
        width: 70%;
    }

    .step-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    #amount-options {
        flex-direction: row;
        justify-content: space-between;
    }

    #amount-options label {
        flex: 0 0 25%; /* Ocupa un 23% en pantallas grandes */
    }
}

/* Ajustes para pantallas de escritorio grandes */
@media (min-width: 1200px) {
    body {
        font-size: 22px;
    }

    #donation-form {
        max-width: 600px;
        padding: 30px;
    }

    .progress-container {
        width: 60%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://test.diabetescero.org/wp-content/uploads/2021/03/Poppins-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://test.diabetescero.org/wp-content/uploads/2021/03/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://test.diabetescero.org/wp-content/uploads/2021/03/Poppins-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://test.diabetescero.org/wp-content/uploads/2021/03/Poppins-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://test.diabetescero.org/wp-content/uploads/2021/03/Poppins-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */