.elementor-1420 .elementor-element.elementor-element-926783b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1420 .elementor-element.elementor-element-58350d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1420 .elementor-element.elementor-element-5b58231{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1420 .elementor-element.elementor-element-014f330{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1420 .elementor-element.elementor-element-47c722b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1420 .elementor-element.elementor-element-799eb52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1420 .elementor-element.elementor-element-d5d307a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1420 .elementor-element.elementor-element-9ffd0f8{--alignment:right;--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}.elementor-1420 .elementor-element.elementor-element-9ffd0f8 .elementor-share-btn{font-size:calc(1.1px * 10);}.elementor-1420 .elementor-element.elementor-element-9ffd0f8 .elementor-share-btn__icon{--e-share-buttons-icon-size:3.1em;}.elementor-1420 .elementor-element.elementor-element-bde903d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1420 .elementor-element.elementor-element-fe48bdf{text-align:right;}@media(max-width:1024px){ .elementor-1420 .elementor-element.elementor-element-9ffd0f8{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-1420 .elementor-element.elementor-element-9ffd0f8{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for container, class: .elementor-element-926783b *//* ===========================================
   ESTILOS TRABAJA CON NOSOTROS - ELEMENTOR
   =========================================== */

/* Importar fuentes */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&family=Outfit:wght@400;500;600;700&display=swap');

/* ========== HERO ========== */
.hero {
    position: relative;
    min-height: 90vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 50%, #3b82f6 100%) !important;
    padding: 4rem 2rem !important;
    overflow: hidden !important;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero h1 {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.1 !important;
}

.hero p {
    font-size: clamp(1.1rem, 2vw, 1.4rem) !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 2.5rem !important;
    font-weight: 300 !important;
}

.cta-button {
    display: inline-block !important;
    padding: 1.2rem 3rem !important;
    background: #ffffff !important;
    color: #10b981 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
}

.cta-button:hover {
    transform: translateY(-3px);
    color: #10b981 !important;
    text-decoration: none !important;
}

/* ========== SECCIONES GENERALES ========== */
.about,
.benefits,
.profile-section,
.process,
.testimonials,
.contact-section,
.faq,
.map-section {
    padding: 5rem 0 !important;
    width: 100%;
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
    width: 100%;
}

.section-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 3rem !important;
    color: #1f2937 !important;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #06b6d4);
    margin: 10px auto 0;
    border-radius: 2px;
}

/* ========== ABOUT ========== */
.about {
    background: #f9fafb !important;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-content p {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    color: #374151 !important;
    margin-bottom: 1.5rem !important;
}

/* ========== BENEFITS ========== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.benefit-card {
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
}

.benefit-icon {
    font-size: 3rem !important;
    display: block;
    margin-bottom: 1.5rem;
}

.benefit-card h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    color: #1f2937 !important;
}

.benefit-card p {
    color: #6b7280 !important;
    line-height: 1.7 !important;
}

/* ========== PROFILE ========== */
.profile-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #e0f2fe 100%) !important;
}

.profile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.profile-box {
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
}

.profile-box h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: #1f2937 !important;
}

.profile-box ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.profile-box li {
    padding: 0.8rem 0 0.8rem 2rem !important;
    position: relative;
    color: #374151 !important;
}

.profile-box li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981 !important;
    font-weight: bold;
    font-size: 1.2rem;
}

/* ========== TIMELINE ========== */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 3rem auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #10b981, #06b6d4);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}

.timeline-item:nth-child(odd) {
    justify-content: flex-start;
}

.timeline-item:nth-child(even) {
    justify-content: flex-end;
}

.timeline-content {
    background: #ffffff !important;
    padding: 2rem !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    width: 45%;
}

.timeline-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #10b981, #06b6d4) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 1.3rem !important;
    z-index: 2;
}

.timeline-content h4 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.8rem !important;
    color: #1f2937 !important;
}

.timeline-content p {
    color: #6b7280 !important;
    line-height: 1.7 !important;
}

/* ========== TESTIMONIALS ========== */
.testimonials {
    background: #f9fafb !important;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: #ffffff !important;
    padding: 2.5rem !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 6rem;
    color: #10b981;
    opacity: 0.2;
}

.testimonial-text {
    font-style: italic;
    color: #374151 !important;
    line-height: 1.8 !important;
    margin-bottom: 1.5rem !important;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #06b6d4) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1.5rem;
}

.author-info h5 {
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin: 0 0 0.2rem 0 !important;
}

.author-info p {
    font-size: 0.9rem !important;
    color: #6b7280 !important;
    margin: 0 !important;
}

/* ========== CONTACT ========== */
.contact-info {
    max-width: 700px;
    margin: 3rem auto;
    text-align: center;
}

.contact-info p {
    font-size: 1.2rem !important;
    color: #374151 !important;
    margin-bottom: 2rem !important;
}

.contact-methods {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.contact-method {
    display: inline-flex !important;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2rem !important;
    background: #f9fafb !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    color: #374151 !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
}

.contact-method:hover {
    background: #10b981 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-3px);
}

.contact-method-icon {
    font-size: 1.8rem;
}

/* ========== FAQ ========== */
.faq {
    background: #f9fafb !important;
}

.faq-container {
    max-width: 800px;
    margin: 3rem auto;
}

.faq-item {
    background: #ffffff !important;
    margin-bottom: 1.5rem;
    border-radius: 15px !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05) !important;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
}

.faq-answer-content {
    padding: 0 1.5rem 1.5rem !important;
    color: #6b7280 !important;
    line-height: 1.7 !important;
}

/* ========== MAP ========== */
.map-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.map-info h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: #1f2937 !important;
}

.map-info p {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    color: #374151 !important;
    margin-bottom: 1rem !important;
}

.location-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f9fafb !important;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #10b981 !important;
    font-weight: 500;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.map-embed {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
    height: 400px;
}

.map-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ========== CTA FINAL ========== */
.cta-final {
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 50%, #3b82f6 100%) !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 6rem 2rem !important;
}

.cta-final h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(2rem, 4vw, 3.5rem) !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
    color: #ffffff !important;
}

.cta-final p {
    font-size: 1.3rem !important;
    margin-bottom: 2.5rem !important;
    color: rgba(255,255,255,0.95) !important;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cta-button-primary,
.cta-button-secondary {
    padding: 1.2rem 2.5rem !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-block;
}

.cta-button-primary {
    background: #ffffff !important;
    color: #10b981 !important;
}

.cta-button-secondary {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

.cta-button-primary:hover {
    color: #10b981 !important;
    text-decoration: none !important;
}

.cta-button-secondary:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .hero {
        min-height: 70vh !important;
    }
    
    .profile-content {
        grid-template-columns: 1fr;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        justify-content: flex-end !important;
    }
    
    .timeline-content {
        width: calc(100% - 80px);
    }
    
    .timeline-number {
        left: 30px;
        transform: none;
    }
    
    .map-content {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-58350d8 */.formulario{
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 50%, #3b82f6 100%);
    padding:10%;
}

.formulario h2{
    color:white!important;
}

@media (max-width: 468px) {
    .formulario{
    padding:20px!important;
    }
}

#forminator-module-1419 label{color:white!important}/* End custom CSS */