.elementor-8932 .elementor-element.elementor-element-670cacb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:none;--border-style:none;--padding-top:80px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-8932 .elementor-element.elementor-element-670cacb:not(.elementor-motion-effects-element-type-background), .elementor-8932 .elementor-element.elementor-element-670cacb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9FA;}.elementor-8932 .elementor-element.elementor-element-670cacb:hover{border-style:none;}.elementor-8932 .elementor-element.elementor-element-670cacb, .elementor-8932 .elementor-element.elementor-element-670cacb::before{--border-transition:0.3s;}.elementor-8932 .elementor-element.elementor-element-60dfe17{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:4%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;--z-index:1;}.elementor-8932 .elementor-element.elementor-element-60dfe17.e-con{--flex-grow:1;--flex-shrink:0;}@media(max-width:1024px){.elementor-8932 .elementor-element.elementor-element-670cacb{--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:40px;--padding-bottom:40px;--padding-left:24px;--padding-right:24px;}.elementor-8932 .elementor-element.elementor-element-60dfe17{--min-height:305px;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--margin-top:67px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8932 .elementor-element.elementor-element-60dfe17.e-con{--flex-grow:1;--flex-shrink:0;}}@media(max-width:767px){.elementor-8932 .elementor-element.elementor-element-60dfe17{--width:100%;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:66px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-8932 .elementor-element.elementor-element-60dfe17.e-con{--flex-grow:1;--flex-shrink:0;}}@media(min-width:768px){.elementor-8932 .elementor-element.elementor-element-60dfe17{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-f183849 */.elementor-8932 .elementor-element.elementor-element-f183849 {
    font-family: "Arial";
}


  /* RESET Y BASE */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }

        /* HERO SECTION - PROPIEDADES */
        .hero-propiedades {
            background: linear-gradient(135deg, #003F5B 0%, #2c5f7b 50%, #1a4a5c 100%);
            padding: 100px 20px 80px;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero-propiedades::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,') repeat;
            opacity: 0.3;
        }

        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 2;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
            color: white;
            padding: 12px 24px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 24px;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 24px;
            line-height: 1.1;
        }

        .hero-title .highlight {
            color: #4CAF50;
            position: relative;
        }

        .hero-title .highlight::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #4CAF50, #66BB6A);
            border-radius: 2px;
        }

        .hero-subtitle {
            font-size: 1.3rem;
            opacity: 0.95;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.5;
        }

        /* BANDERAS PAÍSES CON BOTONES */
        .paises-disponibles {

            display: flex;
            justify-content: center;
            gap: 40px;
            margin-bottom: 40px;
        }

        .pais-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            min-height: 250px;
            justify-content: space-between;
            max-width: 280px;
        }

        .pais-item:hover {
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-5px);
        }

        .pais-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            flex-grow: 1;
            justify-content: center;
        }

        .pais-bandera {
            font-size: 3rem;
            line-height: 1;
        }

        .pais-nombre {
            font-weight: 700;
            font-size: 1.1rem;
        }

        .pais-especialidad {
            font-size: 0.85rem;
            opacity: 0.8;
            text-align: center;
        }

        /* BOTONES ESPECÍFICOS POR PAÍS */
        .pais-cta {
            
            background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
            color: white;
            padding: 12px 20px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
            margin-top: 16px;
            width: 100%;
            justify-content: center;
        }

        .pais-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
            background: linear-gradient(135deg, #45a049 0%, #5fa85f 100%);
        }

        .pais-cta:active {
            transform: translateY(0);
        }

        /* PROPUESTA DE VALOR */
        .valor-propuesta {
            background: rgba(76, 175, 80, 0.15);
            padding: 30px;
            border-radius: 16px;
            border: 1px solid rgba(76, 175, 80, 0.3);
            margin-bottom: 40px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .valor-titulo {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 16px;
            text-align: center;
        }

        .valor-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .valor-item {
            text-align: center;
            padding: 16px;
        }

        .valor-icon {
            font-size: 2rem;
            margin-bottom: 8px;
            display: block;
        }

        .valor-texto {
            font-size: 0.9rem;
            font-weight: 600;
        }

        /* MERCADOS ESPECÍFICOS */
        .mercados-section {
            background: #f8f9fa;
            padding: 80px 20px;
        }

        .mercados-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .mercados-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #003F5B;
            text-align: center;
            margin-bottom: 50px;
        }

        .mercados-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .mercado-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            display: grid;
            grid-template-columns: 400px 1fr;
            transition: all 0.3s ease;
        }

        .mercado-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
        }

        .mercado-card:nth-child(even) {
            grid-template-columns: 1fr 400px;
        }

        .mercado-imagen {
            background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .mercado-imagen::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,') repeat;
        }

        .mercado-bandera-grande {
            font-size: 8rem;
            position: relative;
            z-index: 2;
        }

        .mercado-content {
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .mercado-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
        }

        .mercado-bandera-small {
            font-size: 2rem;
        }

        .mercado-titulo {
            font-size: 2rem;
            font-weight: 700;
            color: #003F5B;
        }

        .mercado-subtitulo {
            color: #4CAF50;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .mercado-descripcion {
            color: #666;
            line-height: 1.6;
            margin-bottom: 24px;
            font-size: 1rem;
        }

        .especialidades-lista {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 24px;
        }

        .especialidad-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #333;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .colaboracion-box {
            background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
            padding: 16px 20px;
            border-radius: 8px;
            border-left: 4px solid #4CAF50;
            margin-bottom: 24px;
        }

        .colaboracion-titulo {
            color: #4CAF50;
            font-weight: 700;
            font-size: 0.85rem;
            margin-bottom: 4px;
        }

        .colaboracion-texto {
            color: #333;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .mercado-ctas {
            display: flex;
            gap: 16px;
        }

        .cta-mercado {
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .cta-primary {
            background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
            color: white;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
        }

        .cta-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
        }

        .cta-secondary {
            background: transparent;
            color: #4CAF50;
            border: 2px solid #4CAF50;
        }

        .cta-secondary:hover {
            background: #4CAF50;
            color: white;
        }

        /* VENTAJAS COMPETITIVAS */
        .ventajas-section {
            background: white;
            padding: 80px 20px;
        }

        .ventajas-container {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        .ventajas-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #003F5B;
            margin-bottom: 20px;
        }

        .ventajas-subtitle {
            font-size: 1.2rem;
            color: #666;
            margin-bottom: 50px;
        }

        .ventajas-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .ventaja-card {
            background: white;
            padding: 30px;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .ventaja-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
        }

        .ventaja-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            display: block;
            background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .ventaja-titulo {
            color: #003F5B;
            font-weight: 700;
            margin-bottom: 16px;
            font-size: 1.2rem;
        }

        .ventaja-descripcion {
            color: #666;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        /* CTA FINAL */
        .cta-final-propiedades {
            background: linear-gradient(135deg, #003F5B 0%, #2c5f7b 50%, #1a4a5c 100%);
            padding: 80px 20px;
            color: white;
            text-align: center;
        }

        .cta-final-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .cta-final-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cta-final-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 40px;
        }

        .cta-opciones {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .opcion-card {
            background: rgba(255, 255, 255, 0.08);
            padding: 25px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .opcion-card:hover {
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-3px);
        }

        .opcion-icon {
            font-size: 2.5rem;
            margin-bottom: 16px;
            display: block;
        }

        .opcion-titulo {
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }

        .opcion-descripcion {
            font-size: 0.9rem;
            opacity: 0.8;
        }

        .cta-mega-propiedades {
            background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%);
            color: white;
            padding: 20px 40px;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.3rem;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
            margin-bottom: 20px;
        }

        .cta-mega-propiedades:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(76, 175, 80, 0.4);
        }

        .contacto-directo {
            font-size: 0.9rem;
            opacity: 0.8;
        }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .mercado-card {
                grid-template-columns: 1fr;
            }
            
            .mercado-card:nth-child(even) {
                grid-template-columns: 1fr;
            }
            
            .mercado-imagen {
                height: 200px;
            }
            
            .valor-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }
        }

        @media (max-width: 768px) {
            .hero-propiedades {
                padding: 80px 15px 60px;
            }
            
            .hero-title {
                font-size: 2.5rem;
            }
            
            .paises-disponibles {
                flex-direction: column;
                gap: 20px;
                align-items: center;
                max-width: 300px;
                margin: 0 auto 40px;
            }
            
            .pais-item {
                width: 100%;
                min-height: 220px;
            }
            
            .pais-cta {
                width: 100%;
                justify-content: center;
            }
            
            .mercados-section,
            .ventajas-section {
                padding: 60px 15px;
            }
            
            .mercados-title,
            .ventajas-title {
                font-size: 2rem;
            }
            
            .ventajas-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            
            .cta-opciones {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            
            .mercado-ctas {
                flex-direction: column;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .mercado-content {
                padding: 25px;
            }
            
            .mercado-titulo {
                font-size: 1.5rem;
            }
            
            .pais-item {
                min-height: 200px;
            }
        }

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

        .mercado-card,
        .ventaja-card {
            animation: fadeInUp 0.6s ease-out;
        }

        .mercado-card:nth-child(2) {
            animation-delay: 0.1s;
        }

        .mercado-card:nth-child(3) {
            animation-delay: 0.2s;
        }

        /* EFECTOS HOVER ADICIONALES */
        .pais-bandera {
            transition: transform 0.3s ease;
        }

        .pais-item:hover .pais-bandera {
            transform: scale(1.1);
        }/* End custom CSS */