.elementor-kit-42{--e-global-color-primary:#3D2500;--e-global-color-secondary:#F4EEDC;--e-global-color-text:#000000;--e-global-color-accent:#FF6B52;--e-global-color-cf80156:#FFFFFF;--e-global-color-e0fe057:#000000;--e-global-color-6ceafad:#D9FFF8;--e-global-color-3b856f5:#FFDE59;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Rasa";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;}.elementor-kit-42 button,.elementor-kit-42 input[type="button"],.elementor-kit-42 input[type="submit"],.elementor-kit-42 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-cf80156 );border-radius:10px 10px 10px 10px;}.elementor-kit-42 e-page-transition{background-color:#FFBC7D;}.elementor-kit-42 a{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-42 h1{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-weight:700;line-height:1.2em;}.elementor-kit-42 h2{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-weight:700;line-height:1.2em;}.elementor-kit-42 h3{font-family:"Inter Tight", Sans-serif;}.elementor-kit-42 input:not([type="button"]):not([type="submit"]),.elementor-kit-42 textarea,.elementor-kit-42 .elementor-field-textual{accent-color:var( --e-global-color-accent );background-color:var( --e-global-color-cf80156 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}@media(min-width:1440px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:756px;}.e-con{--container-max-width:756px;}}@media(max-width:440px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:360px;}.e-con{--container-max-width:360px;}}/* Start custom CSS *//* Variables de colores VIVIDOORS */
:root {
    --deep-teal: #0A4D68;
    --warm-coral: #FF6B6B;
    --sage-green: #4ECDC4;
    --cream-white: #FFF8F3;
    --soft-lavender: #A8E6CF;
    --golden-accent: #FFD93D;
    --charcoal: #2C3E50;
    --light-gray: #F8F9FA;
}

/* Fuentes Google */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500;600&family=Montserrat:wght@400;600&display=swap');

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effects */
.vividoors-card:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.vividoors-btn:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .vividoors-hero h1 {
        font-size: 2.5rem !important;
    }
    
    .vividoors-pricing-featured {
        transform: none !important;
    }
    
    .vividoors-signup-form {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .vividoors-signup-form input {
        min-width: 100% !important;
        margin-bottom: 1rem !important;
    }
}/* End custom CSS */