.Contacto-module__LBDqGW__container{background-color:#f9fafb;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.Contacto-module__LBDqGW__header{text-align:center;margin-bottom:3rem}.Contacto-module__LBDqGW__title{color:#1f2937;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Contacto-module__LBDqGW__subtitle{color:#6b7280;text-align:center;max-width:600px;margin:0 auto;font-size:1.1rem}.Contacto-module__LBDqGW__grid{grid-template-columns:1fr;gap:2rem;width:100%;max-width:1000px;display:grid}.Contacto-module__LBDqGW__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.Contacto-module__LBDqGW__card{color:inherit;background-color:#fff;border:1px solid #c2d6ee;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;display:flex;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.04)}.Contacto-module__LBDqGW__card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.Contacto-module__LBDqGW__icon{color:#0173b1;flex-shrink:0}.Contacto-module__LBDqGW__cardContent{flex-direction:column;display:flex}.Contacto-module__LBDqGW__cardLabel{color:#6b7280;text-transform:uppercase;margin:0;font-size:.9rem;font-weight:600}.Contacto-module__LBDqGW__cardValue{color:#1f2937;word-break:break-all;margin:.25rem 0 0;font-size:1.1rem;font-weight:500}.Contacto-module__LBDqGW__footer{text-align:center;color:#6b7280;background-color:#fff;border:1px solid #c2d6ee;border-radius:12px;margin-top:1rem;padding:1.5rem}.Contacto-module__LBDqGW__socialIcons{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.Contacto-module__LBDqGW__socialLink{background-color:#f9fafb;border:1px solid #c2d6ee;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex;transform:scale(1)}.Contacto-module__LBDqGW__socialLink svg{color:#1f2937;width:28px;height:28px;transition:color .3s}.Contacto-module__LBDqGW__socialLink:hover{transform:scale(1.1)translateY(-3px);box-shadow:0 8px 12px rgba(0,0,0,.1)}.Contacto-module__LBDqGW__whatsappLink:hover{background-color:#25d366;border-color:#25d366}.Contacto-module__LBDqGW__whatsappLink:hover svg{color:#fff}.Contacto-module__LBDqGW__instagramLink:hover{background-color:#c13584;border-color:#c13584}.Contacto-module__LBDqGW__instagramLink:hover svg{color:#fff}@media (min-width:768px){.Contacto-module__LBDqGW__grid{grid-template-columns:repeat(2,1fr)}}
.ContactForm-module__1SvrgG__form{background-color:#fff;border:1px solid #c2d6ee;border-radius:12px;flex-direction:column;width:100%;min-height:450px;padding:2rem;display:flex;position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.ContactForm-module__1SvrgG__formTitle{color:#1f2937;text-align:left;margin-bottom:2rem;font-size:1.75rem;font-weight:600}.ContactForm-module__1SvrgG__inputGroup{margin-bottom:1.5rem}.ContactForm-module__1SvrgG__label{color:#6b7280;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.ContactForm-module__1SvrgG__input,.ContactForm-module__1SvrgG__textarea{color:#1f2937;background-color:#f9fafb;border:1px solid #c2d6ee;border-radius:8px;width:100%;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.ContactForm-module__1SvrgG__input:focus,.ContactForm-module__1SvrgG__textarea:focus{border-color:#0173b1;outline:none;box-shadow:0 0 0 3px rgba(1,115,177,.2)}.ContactForm-module__1SvrgG__textarea{resize:vertical;min-height:120px}.ContactForm-module__1SvrgG__inputError{background-color:#fef2f2;border-color:#ef4444}.ContactForm-module__1SvrgG__button{color:#fff;cursor:pointer;background-color:#0173b1;border:none;border-radius:8px;width:100%;margin-top:auto;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background-color .3s}.ContactForm-module__1SvrgG__button:hover{background-color:#015c8c}.ContactForm-module__1SvrgG__button:disabled{cursor:not-allowed;background-color:#6b7280}.ContactForm-module__1SvrgG__captchaContainer{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.ContactForm-module__1SvrgG__captchaLabel{color:#374151;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.ContactForm-module__1SvrgG__captchaInput{text-align:center;border:1px solid #c2d6ee;border-radius:6px;width:80px;padding:.5rem}.ContactForm-module__1SvrgG__refreshButton{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.5rem}.ContactForm-module__1SvrgG__refreshButton:hover{color:#0173b1}.ContactForm-module__1SvrgG__successMessage{color:#047857;background-color:#ecfdf5;border-radius:8px;gap:.5rem;margin-top:1rem;padding:.75rem;font-weight:500;display:flex}.ContactForm-module__1SvrgG__errorMessage{color:#b91c1c;background-color:#fef2f2;border-radius:8px;gap:.5rem;margin-top:1rem;padding:.75rem;font-weight:500;display:flex}.ContactForm-module__1SvrgG__lockedContainer{text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.ContactForm-module__1SvrgG__lockIconWrapper{color:#dc2626;background-color:#fef2f2;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px rgba(220,38,38,.1)}.ContactForm-module__1SvrgG__lockedTitle{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ContactForm-module__1SvrgG__lockedText{color:#374151;max-width:400px;margin-bottom:1rem;font-size:1rem;line-height:1.6}
