.elementor-805 .elementor-element.elementor-element-479252c > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-91e2a4e ) 0%, var( --e-global-color-56d4114 ) 100%);opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-805 .elementor-element.elementor-element-479252c > .elementor-container{min-height:70vh;}.elementor-805 .elementor-element.elementor-element-479252c:not(.elementor-motion-effects-element-type-background), .elementor-805 .elementor-element.elementor-element-479252c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-805 .elementor-element.elementor-element-479252c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-805 .elementor-element.elementor-element-1877f64f > .elementor-element-populated{padding:1em 1em 1em 1em;}.elementor-805 .elementor-element.elementor-element-1e33e863{text-align:center;}.elementor-805 .elementor-element.elementor-element-1e33e863 .elementor-heading-title{font-family:var( --e-global-typography-397e667-font-family ), Sans-serif;font-size:var( --e-global-typography-397e667-font-size );font-weight:var( --e-global-typography-397e667-font-weight );line-height:var( --e-global-typography-397e667-line-height );word-spacing:var( --e-global-typography-397e667-word-spacing );color:var( --e-global-color-77ca2af );}.elementor-805 .elementor-element.elementor-element-fe33352{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-805 .elementor-element.elementor-element-1e33e863 .elementor-heading-title{font-size:var( --e-global-typography-397e667-font-size );line-height:var( --e-global-typography-397e667-line-height );word-spacing:var( --e-global-typography-397e667-word-spacing );}}@media(max-width:767px){.elementor-805 .elementor-element.elementor-element-1e33e863 .elementor-heading-title{font-size:var( --e-global-typography-397e667-font-size );line-height:var( --e-global-typography-397e667-line-height );word-spacing:var( --e-global-typography-397e667-word-spacing );}}/* Start custom CSS for html, class: .elementor-element-c07cc79 *//* ========================================
   PRODUCTOS RECOMENDADOS - CSS
   ProtegeHogar.es
   ======================================== */

/* ========================================
   GLOBAL STYLES
   ======================================== */

.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-spacing {
    margin: 60px auto;
}

.section-padding {
    padding: 60px 20px;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

.heading-xl {
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
}

.heading-lg {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.heading-md {
    font-size: 20px;
    color: #FFFFFF;
    margin: 12px 0 8px 0;
}

.text-body {
    font-size: 18px;
    color: #E0E0E0;
    line-height: 1.6;
    margin-bottom: 15px;
}

.text-small {
    font-size: 14px;
    color: #E0E0E0;
    line-height: 1.5;
}

.text-highlight {
    color: #15ABD9;
    font-weight: bold;
}

.price-large {
    font-size: 32px;
    color: #15ABD9;
    font-weight: bold;
    margin: 15px 0;
}

.price-medium {
    font-size: 24px;
    color: #15ABD9;
    font-weight: bold;
    margin: 8px 0;
}

/* ========================================
   GRIDS
   ======================================== */

.grid-3col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.grid-2col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.grid-flexible {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

/* ========================================
   CARDS
   ======================================== */

.card {
    background: #1a2730;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(21, 171, 217, 0.2);
}

.card-bordered {
    border: 2px solid #15ABD9;
}

.card-subtle {
    border: 1px solid #2a3a42;
}

.card-dark {
    background: #243139;
}

.card-product {
    background: #243139;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #2a3a42;
    transition: all 0.3s ease;
}

.card-product:hover {
    transform: translateY(-5px);
    border-color: #15ABD9;
    box-shadow: 0 8px 16px rgba(21, 171, 217, 0.15);
}

.card-category {
    background: #1a2730;
    border: 2px solid #15ABD9;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card-category:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(21, 171, 217, 0.3);
    border-color: #FFFFFF;
}

.card-package {
    background: #1a2730;
    border: 2px solid #15ABD9;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
}

.card-package:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(21, 171, 217, 0.25);
}

.card-criteria {
    background: #1a2730;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #15ABD9;
    transition: all 0.3s ease;
}

.card-criteria:hover {
    border-left-width: 8px;
    padding-left: 34px;
    background: #1f2d36;
}

/* ========================================
   BADGES
   ======================================== */

.badge {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.badge-primary {
    background: #15ABD9;
    color: #FFFFFF;
}

.badge-secondary {
    background: #2a3a42;
    color: #FFFFFF;
}

.badge-small {
    padding: 6px 12px;
    font-size: 12px;
}

.badge:hover {
    transform: scale(1.05);
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

.btn-primary {
    background: #15ABD9;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    background: #1291ba;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 171, 217, 0.4);
    color: #FFFFFF !important;
}

.btn-secondary {
    background: #2a3a42;
    color: #FFFFFF !important;
}

.btn-secondary:hover {
    background: #354551;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 58, 66, 0.4);
    color: #FFFFFF !important;
}

.btn-white {
    background: #FFFFFF;
    color: #15ABD9 !important;
}

.btn-white:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    color: #15ABD9 !important;
}

.btn-dark {
    background: #243139;
    color: #FFFFFF !important;
}

.btn-dark:hover {
    background: #1a2730;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

.btn-small {
    padding: 12px 25px;
    font-size: 14px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

/* ========================================
   LINKS
   ======================================== */

.link-primary {
    color: #15ABD9;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.link-primary:hover {
    color: #FFFFFF;
    transform: translateX(3px);
    display: inline-block;
}

/* ========================================
   ICONS
   ======================================== */

.icon-large {
    font-size: 48px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.card-category:hover .icon-large {
    transform: scale(1.2) rotate(5deg);
}

/* ========================================
   BACKGROUNDS
   ======================================== */

.bg-dark {
    background: #1a2730;
}

.bg-darker {
    background: #243139;
}

.bg-primary {
    background: #15ABD9;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #15ABD9 0%, #243139 100%);
}

/* ========================================
   LISTS
   ======================================== */

.list-styled {
    color: #E0E0E0;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 20px;
    margin-bottom: 20px;
}

.list-styled li {
    margin-bottom: 8px;
    transition: color 0.2s ease;
}

.list-styled li:hover {
    color: #15ABD9;
}

/* ========================================
   UTILITIES
   ======================================== */

.text-center {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

/* ========================================
   SPECIAL SECTIONS
   ======================================== */

.cta-section {
    background: #15ABD9;
    padding: 60px 20px;
    margin: 60px 0;
    text-align: center;
}

.checklist-box {
    background: #15ABD9;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}

.checklist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    text-align: left;
    margin-top: 25px;
}

.checklist-item {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .heading-xl {
        font-size: 28px;
    }
    
    .heading-lg {
        font-size: 22px;
    }
    
    .price-large {
        font-size: 28px;
    }
    
    .grid-3col,
    .grid-2col,
    .grid-flexible {
        grid-template-columns: 1fr;
    }
    
    .btn {
        width: 100%;
        text-align: center;
    }
}

/* ========================================
   HOVER EFFECTS - ENHANCED
   ======================================== */

.card,
.card-product,
.card-category,
.card-package,
.card-criteria {
    position: relative;
    overflow: hidden;
}

.card::before,
.card-product::before,
.card-category::before,
.card-package::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(21, 171, 217, 0.1), transparent);
    transition: left 0.5s ease;
}

.card:hover::before,
.card-product:hover::before,
.card-category:hover::before,
.card-package:hover::before {
    left: 100%;
}/* End custom CSS */