.pagina-encuesta{max-width:var(--ancho-maximo);margin:0 auto;padding:var(--espaciado-xxl) 0}.pagina-encuesta .contenedor-formulario,.pagina-encuesta .descripcion-encuesta,.pagina-encuesta>.cabecera-encuesta{max-width:min(var(--ancho-formularios),100%);margin-left:auto;margin-right:auto}.pagina-encuesta .cabecera-encuesta h1{color:var(--color-primario)}.cabecera-encuesta h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500;color:var(--color-texto-secundario)}.descripcion-encuesta{background-color:#41f27f1a;border-radius:8px;padding:1.5rem;margin-bottom:2rem;color:var(--color-texto)}.icono-descripcion{margin-top:.5rem}.texto-descripcion{flex:1 1}.nota-encuesta{font-weight:500;color:var(--color-verde-oscuro)}.descripcion-encuesta p{margin-bottom:.5rem}.descripcion-encuesta p:last-child{margin-bottom:0}.contenedor-formulario{background-color:#fff;border-radius:12px;box-shadow:var(--sombra-suave);overflow:hidden;width:100%;margin-left:auto;margin-right:auto}.contenedor-formulario,.formulario-encuesta{max-width:min(var(--ancho-formularios),100%)}.formulario-encuesta{margin:0 auto;padding:2rem}.formulario-encuesta .campo-select,.formulario-encuesta .campo-select option{color:#035159}.seccion-formulario{margin-bottom:2rem}.pregunta-encuesta{font-weight:600;color:var(--color-verde-oscuro);margin-bottom:.75rem;font-size:1.1rem;display:block;padding-bottom:1.5rem;border-bottom:1px solid var(--color-gris-claro)}.pregunta-encuesta:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.pregunta-encuesta-emoji{margin-right:.5rem}.campo-formulario{margin-bottom:1.5rem}.campo-formulario label{font-weight:500;color:var(--color-verde-oscuro)}.campo-formulario input,.campo-formulario select{border-color:var(--color-gris-medio);border-radius:var(--borde-radio)}.campo-formulario input:focus,.campo-formulario select:focus{border-color:var(--color-verde-claro);box-shadow:0 0 0 2px #41f27f33}.tarjeta-mascota{background-color:#fff;border:1px solid var(--color-gris-medio);border-radius:var(--borde-radio);padding:1rem;cursor:pointer;transition:all .2s ease;flex:1 1;min-width:150px;max-width:250px}.tarjeta-mascota:hover{border-color:var(--color-verde-claro);box-shadow:0 2px 8px #41f27f33}.datos-ubicacion{margin-bottom:2rem}.alerta-formulario{background-color:#fff2f0;border:1px solid #ffccc7;border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#ff4d4f}.alerta-formulario p{margin-bottom:.5rem}.alerta-formulario p:last-child{margin-bottom:0}.lista-campos-faltantes{margin:.5rem 0 1rem 1.5rem;color:#ff4d4f}.lista-campos-faltantes li{margin-bottom:.25rem}.acciones-formulario{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end;margin-top:2rem}.acciones-formulario .boton-encuesta{flex:1 1 180px;min-width:160px}@media (max-width:768px){.acciones-formulario{flex-direction:column;align-items:stretch}.acciones-formulario .boton-encuesta{width:100%}.tarjeta-mascota{min-width:120px}}@media (max-width:576px){.formulario-encuesta{padding:1.5rem}.cabecera-encuesta h1{font-size:1.75rem}.cabecera-encuesta h2{font-size:1.25rem}.tarjeta-mascota{min-width:100%}}.opciones-multiples{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}.opcion-multiple{display:flex;align-items:center;cursor:pointer}.opcion-multiple input{margin-right:.5rem;width:auto}@media (max-width:768px){.opciones-multiples{grid-template-columns:1fr}}.especies-container{margin-bottom:2rem}.especies-titulo{display:flex;align-items:center;font-size:1.2rem;font-weight:600;color:#005a5a;margin-bottom:1rem}.especies-emoji{margin-right:.5rem;font-size:1.4rem}.especies-instruccion{margin-bottom:1rem;color:#444}.especies-botones{display:flex;flex-wrap:wrap;gap:clamp(.75rem,.5rem + 1vw,1rem);margin-bottom:1.5rem}.especie-boton{flex:1 1 180px;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:1rem;text-align:center;cursor:pointer;transition:all .2s ease}.especie-boton:hover{border-color:#41b883;box-shadow:0 2px 8px #41b88333}.especie-boton.activo{background-color:#41f27f1a;border-color:#41b883}.especie-nombre{font-weight:500;margin-bottom:.5rem}.especie-controles{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem}.especie-control{width:28px;height:28px;border-radius:50%;border:1px solid #ccc;background-color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.especie-control:hover:not(:disabled){background-color:#f0f0f0}.especie-control:disabled{opacity:.5;cursor:not-allowed}.nombres-container{margin-bottom:2rem}.nombres-titulo{display:flex;align-items:center;font-size:1.2rem;font-weight:600;color:#005a5a;margin-bottom:1rem}.nombres-emoji{margin-right:.5rem;font-size:1.4rem}.mascotas-lista{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;max-width:100%}.mascota-tarjeta{flex:1 1;min-width:150px;max-width:200px;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s ease}.mascota-tarjeta:hover{border-color:#41b883;box-shadow:0 2px 8px #41b88333}.mascota-tarjeta.activa{background-color:#41f27f1a;border-color:#41b883}.mascota-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.mascota-numero{font-size:.9rem;color:#666}.mascota-tipo{font-size:1.2rem}.mascota-nombre{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.9rem}.mascota-nombre:focus{outline:none;border-color:#41b883}.datos-mascota{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.campo-grupo{margin-bottom:1.5rem}.campo-label{display:flex;align-items:center;font-size:1.1rem;font-weight:500;color:#005a5a;margin-bottom:.5rem}.campo-emoji{margin-right:.5rem;font-size:1.2rem}.campo-error{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.acciones{display:flex;justify-content:space-between;margin-top:2rem}@media (max-width:768px){.especies-botones{justify-content:center}.especie-boton{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.75rem);max-width:220px}.acciones{flex-direction:column;gap:1rem}.mascotas-lista{flex-wrap:nowrap;overflow-x:auto;padding-bottom:1rem}.mascota-tarjeta{min-width:140px}}@media (max-width:576px){.datos-mascota{padding:1rem}.mascota-tarjeta{min-width:120px}.especies-botones{justify-content:center}.especie-boton{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.75rem);max-width:none}}.subtitulo-seccion{color:var(--color-verde-oscuro);margin:2rem 0 1rem;font-size:1.3rem;border-bottom:1px solid var(--color-gris-medio);padding-bottom:.5rem}@media (max-width:576px){.subtitulo-seccion{font-size:1.2rem}}