.elementor-59365 .elementor-element.elementor-element-3ccccd7{--display:grid;--min-height:140px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-59365 .elementor-element.elementor-element-3ccccd7:not(.elementor-motion-effects-element-type-background), .elementor-59365 .elementor-element.elementor-element-3ccccd7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#073D88;}.elementor-59365 .elementor-element.elementor-element-3ccccd7 > .elementor-shape-bottom svg, .elementor-59365 .elementor-element.elementor-element-3ccccd7 > .e-con-inner > .elementor-shape-bottom svg{width:calc(100vw + 1.3px);height:38px;}.elementor-59365 .elementor-element.elementor-element-2b27b12{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-59365 .elementor-element.elementor-element-3ccccd7{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-59365 .elementor-element.elementor-element-3ccccd7{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-81e2ac8 */.separador-1 {
    margin-top: 15px;
    text-align: center;
    padding: 20px 0;
}

.titulo {
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}

.titulo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: white;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-447c622 */.section {
            background: white;
            margin: 2rem 0;
            padding: 2rem;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .section:hover {
            transform: translateY(-5px);
        }

        .section h2 {
            color: #073D88;
            margin-bottom: 1.5rem;
            font-size: 2rem;
            position: relative;
            padding-bottom: 0.5rem;
        }

        .section h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: #073D88;
            border-radius: 2px;
        }

        /* Stats Grid */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }

        .stat-card {
            background: #f8faff;
            padding: 1.5rem;
            border-radius: 15px;
            text-align: center;
            border: 2px solid rgba(7, 61, 136, 0.1);
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: bold;
            color: #073D88;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            color: #666;
            font-size: 0.9rem;
        }

        /* Measures Grid */
        .measures-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }

        .measure-card {
            background: white;
            border: 2px solid #e0e0e0;
            border-radius: 15px;
            padding: 1.5rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .measure-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #073D88;
        }

        .measure-card:hover {
            border-color: #073D88;
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }

        .measure-type {
            display: inline-block;
            padding: 0.3rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .adaptacion {
            background: #e8f5e8;
            color: #2e7d32;
        }

        .mitigacion {
            background: #e8f0fe;
            color: #073D88;
        }

        .mixta {
            background: #f0f7f0;
            color: #2e7d32;
        }

        .measure-title {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
            color: #333;
        }

        .measure-description {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.4;
        }

        /* Climate Data */
        .climate-info {
            background: #fff8e1;
            padding: 2rem;
            border-radius: 15px;
            margin: 2rem 0;
            border-left: 5px solid #ff9800;
        }

        .climate-info h3 {
            color: #e65100;
            margin-bottom: 1rem;
        }

        .climate-list {
            list-style: none;
            padding: 0;
        }

        .climate-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            position: relative;
            padding-left: 2rem;
        }

        .climate-list li::before {
            content: '🌡️';
            position: absolute;
            left: 0;
            top: 0.5rem;
        }
         .btn-primary {
            background: #073D88;
            color: white;
            padding: 1rem 2rem;
            border: none;
            border-radius: 25px;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            margin: 1rem 0;
        }

    
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
            color:white;
            }
          .btn-section {
  display: flex;
  justify-content: center;
}
        
         /* Responsive */
        @media (max-width: 768px) {
            h1 {
                font-size: 1.8rem;
            }

            .nav-menu {
                gap: 1rem;
            }

            .nav-item {
                padding: 0.4rem 1rem;
                font-size: 0.9rem;
            }

            .stats-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            }

            .measures-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
                margin: 1rem 0;
            }

            .measure-card {
                margin: 0 auto;
                max-width: 100%;
                width: 100%;
            }

            .logo-section {
                flex-direction: column;
                gap: 1rem;
            }

            .section {
                padding: 1.5rem;
                margin: 1rem 0;
            }

            .btn-primary {
                width: 100%;
                text-align: center;
                margin: 1.5rem 0;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }

            .measures-grid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .measure-card {
                padding: 1rem;
            }

            .measure-title {
                font-size: 1rem;
            }

            .measure-description {
                font-size: 0.85rem;
            }
        }/* End custom CSS */