.elementor-3483 .elementor-element.elementor-element-477cfb7{--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;--margin-top:2rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3483 .elementor-element.elementor-element-2992824{width:100%;max-width:100%;}@media(min-width:768px){.elementor-3483 .elementor-element.elementor-element-477cfb7{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-2992824 */section#aboutIA360 {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}

div.content-wrapper {
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding: 60px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    border: 0.8px solid #DDD;
    gap: 2rem;
}


div.wrapper-header-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h2.about-title {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3rem);
    background: linear-gradient(90deg, #EE711D 2.92%, #E13F11 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

span.about-divider {
    height: 4px;
    width: 50px;
    background: linear-gradient(to right, var(--hud-accent-orange), var(--hud-accent-red));
    border-radius: 20px;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
}

div.about-bottom-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3.5rem;
}

.text {
    font-family: var(--font-primary);
    font-size: 1.125rem;
}


div.signature-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.signature {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.4rem;
}

strong.signature-name {
    font-family: 'Gilroy';
    font-size: 1.2rem;
    background: linear-gradient(90deg, #EE711D 2.92%, #E13F11 80%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.position-role {
    font-family: var(--font-primary);
    color: var(--hud-accent-light);
}


.logo-ia360{
    width: 200px;
    display: flex;
}

@media (max-width: 768px) {
    div.content-wrapper {
        padding: 40px;
        /* Reducimos el padding interno */
        gap: 1.5rem;
    }

    div.about-bottom-content {
        gap: 4rem;
        /* Menos espacio entre el texto y la firma */
    }
}

/* Celulares (iPhone, Android) */
@media (max-width: 480px) {
    div.content-wrapper {
        padding: 30px 20px;
        /* Padding más ajustado */
        border-radius: 15px;
    }

    h2.about-title {
        text-align: center;
        /* Centrar título en móviles */
    }

    div.about-bottom-content {
        align-items: center;
        /* Centrar contenido */
        text-align: center;

    }

    div.signature-container {
        flex-direction: column;
        /* Apilar la firma si hay más elementos */
        gap: 1.5rem;
        text-align: center;
    }

    .text {
        font-size: 1rem;
        /* Texto un poco más pequeño para legibilidad */
        line-height: 1.5;
    }
}/* End custom CSS */