/* SECCIÓN FORMULARIO PATROCINADORES - TODO CENTRADO */
.form-section-sponsors {
background: linear-gradient(135deg, #2C3E2F 0%, #3D5240 100%);
padding: 4rem 2rem;
position: relative;
overflow: hidden;
}
.form-section-sponsors::before {
content: '';
position: absolute;
top: -50%;
left: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(168, 198, 159, 0.15) 0%, transparent 70%);
border-radius: 50%;
animation: float 20s ease-in-out infinite;
}
.form-section-sponsors::after {
content: '';
position: absolute;
bottom: -30%;
right: -5%;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(168, 198, 159, 0.1) 0%, transparent 70%);
border-radius: 50%;
animation: float 15s ease-in-out infinite reverse;
}
@keyframes float {
0%, 100% { transform: translate(0, 0); }
50% { transform: translate(30px, 30px); }
}
.form-sponsors-container {
max-width: 900px;
margin: 0 auto;
position: relative;
z-index: 10;
}
/* HEADER DEL FORMULARIO */
.form-sponsors-header {
text-align: center;
margin-bottom: 2.5rem;
}
.form-sponsors-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: rgba(168, 198, 159, 0.2);
backdrop-filter: blur(10px);
border: 1px solid rgba(168, 198, 159, 0.3);
border-radius: 50px;
font-family: 'Manrope', sans-serif;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #A8C69F;
margin-bottom: 1.25rem;
}
.form-sponsors-title {
font-family: 'Spinnaker', sans-serif;
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 700;
line-height: 1.2;
color: #ffffff;
margin-bottom: 1rem;
}
.form-sponsors-subtitle {
font-family: 'Manrope', sans-serif;
font-size: clamp(0.95rem, 2vw, 1.1rem);
line-height: 1.6;
color: rgba(255, 255, 255, 0.85);
max-width: 700px;
margin: 0 auto;
}
/* TARJETA DEL FORMULARIO */
.form-sponsors-card {
background: #ffffff;
border-radius: 20px;
padding: 3rem;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
position: relative;
overflow: hidden;
}
.form-sponsors-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #86A17F 0%, #A8C69F 50%, #86A17F 100%);
background-size: 200% 100%;
animation: shimmer 3s ease-in-out infinite;
}
@keyframes shimmer {
0%, 100% { background-position: 200% 0; }
50% { background-position: -200% 0; }
}
.form-sponsors-intro {
text-align: center;
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: 1px solid #f8f9f4;
}
.form-sponsors-intro-title {
font-family: 'Spinnaker', sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: #2C3E2F;
margin-bottom: 0.75rem;
}
.form-sponsors-intro-text {
font-family: 'Manrope', sans-serif;
font-size: 0.95rem;
color: #5A6C57;
line-height: 1.6;
max-width: 650px;
margin: 0 auto;
}
/* ESTILOS GRAVITY FORMS - FORZAR TODO CENTRADO */
.form-sponsors-card .gform_wrapper {
margin: 0 auto !important;
max-width: 100% !important;
}
.form-sponsors-card .gform_wrapper .gform_heading {
display: none !important;
}
.form-sponsors-card .gform_wrapper .gform_body {
padding: 0 !important;
margin: 0 auto !important;
}
.form-sponsors-card .gform_wrapper .gform_fields {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
gap: 1.25rem !important;
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.form-sponsors-card .gform_wrapper .gfield {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
width: 100% !important;
max-width: 100% !important;
clear: both !important;
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
}
.form-sponsors-card .gform_wrapper .gfield_label {
font-family: 'Manrope', sans-serif !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
color: #2C3E2F !important;
margin-bottom: 0.5rem !important;
display: block !important;
width: 100% !important;
text-align: left !important;
float: none !important;
}
.form-sponsors-card .gform_wrapper .gfield_required {
color: #86A17F !important;
margin-left: 3px !important;
}
.form-sponsors-card .gform_wrapper .ginput_container {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.form-sponsors-card .gform_wrapper input[type="text"],
.form-sponsors-card .gform_wrapper input[type="email"],
.form-sponsors-card .gform_wrapper input[type="tel"],
.form-sponsors-card .gform_wrapper input[type="url"],
.form-sponsors-card .gform_wrapper select,
.form-sponsors-card .gform_wrapper textarea {
width: 100% !important;
max-width: 100% !important;
padding: 0.95rem 1.15rem !important;
font-family: 'Manrope', sans-serif !important;
font-size: 0.95rem !important;
color: #2C3E2F !important;
background: #F8F9F4 !important;
border: 2px solid transparent !important;
border-radius: 10px !important;
transition: all 0.3s ease !important;
box-sizing: border-box !important;
margin: 0 !important;
float: none !important;
display: block !important;
}
.form-sponsors-card .gform_wrapper input[type="text"]:focus,
.form-sponsors-card .gform_wrapper input[type="email"]:focus,
.form-sponsors-card .gform_wrapper input[type="tel"]:focus,
.form-sponsors-card .gform_wrapper input[type="url"]:focus,
.form-sponsors-card .gform_wrapper select:focus,
.form-sponsors-card .gform_wrapper textarea:focus {
background: #ffffff !important;
border-color: #86A17F !important;
outline: none !important;
box-shadow: 0 0 0 3px rgba(134, 161, 127, 0.1) !important;
}
.form-sponsors-card .gform_wrapper textarea {
min-height: 100px !important;
resize: vertical !important;
}
.form-sponsors-card .gform_wrapper select {
appearance: none !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2386A17F' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
background-repeat: no-repeat !important;
background-position: right 1rem center !important;
padding-right: 3rem !important;
}
/* Campos de nombre divididos en 2 columnas */
.form-sponsors-card .gform_wrapper .ginput_container_name {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 1rem !important;
width: 100% !important;
}
.form-sponsors-card .gform_wrapper .name_first,
.form-sponsors-card .gform_wrapper .name_last {
width: 100% !important;
margin: 0 !important;
}
.form-sponsors-card .gform_wrapper .name_first input,
.form-sponsors-card .gform_wrapper .name_last input {
width: 100% !important;
}
/* BOTÓN DE ENVÍO - CENTRADO */
.form-sponsors-card .gform_wrapper .gform_footer {
margin: 1.75rem 0 0 0 !important;
padding: 0 !important;
width: 100% !important;
text-align: center !important;
clear: both !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
.form-sponsors-card .gform_wrapper .gform_button,
.form-sponsors-card .gform_wrapper input[type="submit"] {
width: 100% !important;
max-width: 100% !important;
padding: 1.15rem 2.25rem !important;
font-family: 'Manrope', sans-serif !important;
font-size: 1.05rem !important;
font-weight: 700 !important;
color: #ffffff !important;
background: linear-gradient(135deg, #86A17F 0%, #A8C69F 100%) !important;
border: none !important;
border-radius: 50px !important;
cursor: pointer !important;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
box-shadow: 0 8px 25px rgba(134, 161, 127, 0.4) !important;
position: relative !important;
overflow: hidden !important;
display: block !important;
margin: 0 !important;
float: none !important;
text-align: center !important;
}
.form-sponsors-card .gform_wrapper .gform_button::before,
.form-sponsors-card .gform_wrapper input[type="submit"]::before {
content: '' !important;
position: absolute !important;
top: 0 !important;
left: -100% !important;
width: 100% !important;
height: 100% !important;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
transition: left 0.6s ease !important;
}
.form-sponsors-card .gform_wrapper .gform_button:hover::before,
.form-sponsors-card .gform_wrapper input[type="submit"]:hover::before {
left: 100% !important;
}
.form-sponsors-card .gform_wrapper .gform_button:hover,
.form-sponsors-card .gform_wrapper input[type="submit"]:hover {
transform: translateY(-3px) !important;
box-shadow: 0 12px 35px rgba(134, 161, 127, 0.5) !important;
}
/* Validación */
.form-sponsors-card .gform_wrapper .gfield_error .gfield_label {
color: #E63946 !important;
}
.form-sponsors-card .gform_wrapper .gfield_error input,
.form-sponsors-card .gform_wrapper .gfield_error select,
.form-sponsors-card .gform_wrapper .gfield_error textarea {
border-color: #E63946 !important;
}
.form-sponsors-card .gform_wrapper .validation_error {
display: none !important;
}
.form-sponsors-card .gform_wrapper .validation_message {
font-family: 'Manrope', sans-serif !important;
font-size: 0.85rem !important;
color: #E63946 !important;
margin-top: 0.4rem !important;
}
.form-sponsors-card .gform_wrapper .gfield_description {
font-family: 'Manrope', sans-serif !important;
font-size: 0.85rem !important;
color: #7A8A77 !important;
margin-top: 0.4rem !important;
}
/* Nota final */
.form-sponsors-note {
text-align: center;
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #f8f9f4;
}
.form-sponsors-note-text {
font-family: 'Manrope', sans-serif;
font-size: 0.9rem;
color: #7A8A77;
line-height: 1.6;
margin-bottom: 1.25rem;
}
.form-sponsors-note-icons {
display: flex;
justify-content: center;
gap: 2rem;
flex-wrap: wrap;
}
.note-icon-item {
display: flex;
align-items: center;
gap: 0.5rem;
font-family: 'Manrope', sans-serif;
font-size: 0.85rem;
color: #5A6C57;
font-weight: 600;
}
.note-icon {
width: 20px;
height: 20px;
background: #86A17F;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 0.7rem;
}
/* RESPONSIVE */
@media (max-width: 768px) {
.form-section-sponsors {
padding: 3.5rem 1.5rem;
}
.form-sponsors-container {
max-width: 100%;
}
.form-sponsors-header {
margin-bottom: 2rem;
}
.form-sponsors-card {
padding: 2rem 1.75rem;
}
.form-sponsors-intro {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
}
.form-sponsors-card .gform_wrapper .ginput_container_name {
grid-template-columns: 1fr !important;
}
}
@media (max-width: 480px) {
.form-section-sponsors {
padding: 3rem 1rem;
}
.form-sponsors-badge {
font-size: 0.7rem;
padding: 0.45rem 0.9rem;
margin-bottom: 1rem;
}
.form-sponsors-header {
margin-bottom: 1.75rem;
}
.form-sponsors-card {
padding: 1.75rem 1.5rem;
border-radius: 18px;
}
.form-sponsors-intro {
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
}
.form-sponsors-intro-title {
font-size: 1.3rem;
}
.form-sponsors-intro-text {
font-size: 0.9rem;
}
.form-sponsors-card .gform_wrapper .gform_fields {
gap: 1rem !important;
}
.form-sponsors-card .gform_wrapper input[type="text"],
.form-sponsors-card .gform_wrapper input[type="email"],
.form-sponsors-card .gform_wrapper input[type="tel"],
.form-sponsors-card .gform_wrapper input[type="url"],
.form-sponsors-card .gform_wrapper select,
.form-sponsors-card .gform_wrapper textarea {
padding: 0.85rem 1rem !important;
font-size: 0.9rem !important;
}
.form-sponsors-card .gform_wrapper .gform_button,
.form-sponsors-card .gform_wrapper input[type="submit"] {
padding: 1.05rem 1.85rem !important;
font-size: 0.95rem !important;
}
.form-sponsors-note-icons {
flex-direction: column;
gap: 1rem;
align-items: center;
}
}