.elementor-108 .elementor-element.elementor-element-87dad23{--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-108 .elementor-element.elementor-element-87dad23:not(.elementor-motion-effects-element-type-background), .elementor-108 .elementor-element.elementor-element-87dad23 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#087000;}.elementor-108 .elementor-element.elementor-element-a401897{--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-108 .elementor-element.elementor-element-a401897:not(.elementor-motion-effects-element-type-background), .elementor-108 .elementor-element.elementor-element-a401897 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#087000;}.elementor-108 .elementor-element.elementor-element-23f9c81{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-108 .elementor-element.elementor-element-23f9c81.elementor-element{--align-self:stretch;--flex-grow:0;--flex-shrink:0;}.elementor-108 .elementor-element.elementor-element-0b5179f{--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-108 .elementor-element.elementor-element-5a6f98d{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-108 .elementor-element.elementor-element-0098aea{text-align:center;}.elementor-108 .elementor-element.elementor-element-0098aea .elementor-heading-title{color:#087000;}.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-108 .elementor-element.elementor-element-12241a7{--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;--align-items:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-108 .elementor-element.elementor-element-5a6f98d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-108 .elementor-element.elementor-element-5a6f98d{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-23f9c81 */.about-section {
    max-width: 2200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 200px;
    background: linear-gradient(135deg, #f0f9ff 1%, #087000 90%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-container:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.text-content {
    padding: 60px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}

.about-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.image-content {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.business-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* Elemento decorativo curvo */
.decorative-shape {
    position: absolute;
    right: -100px;
    top: -50px;
    width: 250px;
    height: 500px;
    background: linear-gradient(45deg, #085000 , #085000);
    border-radius: 50% 0 50% 0;
    opacity: 0.75;
    z-index: 1;
    transform: rotate(15deg);
    transition: transform 0.5s ease;
}

.decorative-shape::before {
    content: '';
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

/* Elementos flotantes */
.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 119, 3, 0.12);
    animation: float 6s ease-in-out infinite;
}

.circle-1 {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 60px;
    height: 60px;
    top: 70%;
    left: 5%;
    animation-delay: 2s;
}

.circle-3 {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(180deg);
    }
}

/* Responsive */
@media (max-width: 968px) {
    .about-container {
        grid-template-columns: 1fr;
    }
    .text-content {
        padding: 40px 30px;
        text-align: center;
    }
    .about-title {
        font-size: 36px;
    }
    .decorative-shape {
        display: none;
    }
}

@media (max-width: 768px) {
    .text-content {
        padding: 30px 20px;
    }
    .about-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 0 10px;
    }
    .about-container {
        border-radius: 15px;
    }
    .about-title {
        font-size: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2ac564 */.simulador-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 650px; /* se ajusta pero no pasa de aquí */
    margin: 0 auto; /* centra en pantallas grandes */
    box-sizing: border-box;
}

.simulador {
    margin-bottom: 20px;
}

.simulador h2 {
    color: #087000;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-weight: 600;
    color: #333;
}

input, select {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

button {
    background-color: #087000;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    transition: background 0.3s ease;
}

button:hover {
    background-color: #087000;
}

.resultado {
    text-align: center;
    margin-bottom: 20px;
}

.resultado h2 {
    font-size: 2em;
    margin: 0;
    color: #087000;
}

.disclaimer {
    font-size: 0.8em;
    color: #666;
    margin-top: 10px;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.9rem;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

/* 📱 Responsive para móviles */
@media (max-width: 768px) {
    .simulador-container {
        padding: 15px;
        border-radius: 8px;
    }

    .simulador h2 {
        font-size: 1.3rem;
    }

    input, select, button {
        font-size: 0.95rem;
        padding: 10px;
    }

    table {
        font-size: 0.8rem;
    }

    .resultado h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .simulador-container {
        padding: 12px;
    }

    .simulador h2 {
        font-size: 1.1rem;
    }

    input, select, button {
        font-size: 0.9rem;
        padding: 8px;
    }

    table, th, td {
        font-size: 0.75rem;
        padding: 6px;
    }

    .resultado h2 {
        font-size: 1.3rem;
    }
}/* End custom CSS */