/*
########### HEADER ###########
*/
.header .menu__item--has-children-arrow {
    vertical-align: middle;
    display: inline-block;
    transition: transform 0.5s ease;
}


@media (min-width: 1110px) {

    .top--header {
        display: none;
    }

    .header .menu__item--has-children:hover .menu__item--has-children-arrow {
        transform: rotate(180deg);
    }

    .header a {
        color: white;
    }
}

@media screen and (max-width: 1110px) {
    .header .menu__item--has-children.active .menu__item--has-children-arrow {
        transform: rotate(180deg);
    }

    .translations-menu-item {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .header .container--l {
        padding-inline: min(2vw, 20px) !important;
    }

}

.hide__item {
    display: none;
}


body.scroll--top .offset--transparent .blur--header .header__background,
body.scroll--top .offset--transparent .blur--header .preheader__background {
    background: #00233700;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
}

body.scroll--top .offset--transparent .blur--header .header__background:before,
body.scroll--top .offset--transparent .blur--header .preheader__background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%,
            /* Ajusta la opacidad del gradiente */
            rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
}


.scroll--top .background--dark-blue-bg-blurry {
    background: var(--dark-blue);
}

.scroll--scrolled .background--dark-blue-bg-blurry {
    background: #002337AA;
}

.background--dark-blue-bg-blurry:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(rgba(0, 0, 0, 0.3) 0%,

            rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
}


/* Buscador menu */
.search-menu-item {
    position: relative;
    list-style: none;
}

.search-menu-item button {
    line-height: 0;
    vertical-align: middle;
}

.search-menu-item span {
    cursor: pointer;
}

.search-menu-item input {
    padding: 5px;
    font-size: 15px;
    color: var(--dark-blue);
}

.search-menu-item .search-popup {
    position: absolute;
    top: -5px;
    width: 320px;
    opacity: 0;
    transform: translateX(-50%);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.5s ease-in-out;
    color: var(--dark-blue);
    border-radius: 5px;
    z-index: -1;
}

.search-menu-item .search-popup.active {
    opacity: 1;
    transform: translateX(-100%) scale(1);
    z-index: 1000;
}

.search-menu-item input[type="text"] {
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1110px) {
    .search-menu-item .search-popup {
        position: absolute;
        top: 40px;
        width: 100%;
        opacity: 0;
        transform: initial;
    }

    .search-menu-item .search-popup.active {
        opacity: 1;
        transform: initial;
        z-index: 1000;
    }
}


@media screen and (max-width: 400px) {
    .header .padding--horizontal-20 {
        padding-left: 0;
        padding-right: 0;
    }
}

/*
########### FIXED ANCHOR MENU ###########
*/
.breadcrumbs--section {
    margin: 20px 0 0;
}


/*
########### FIXED ANCHOR MENU ###########
*/
.anchor-menu {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 999;
}


.anchor-menu ul {
    padding: 20px;
    border-radius: 16px;
    background: rgb(0, 164, 217);
    background: linear-gradient(83deg, rgba(0, 164, 217, 1) 0%, rgba(0, 35, 55, 1) 60%);
}

@media screen and (max-width: 1110px) {
    .anchor-menu {
        position: fixed;
        bottom: 50px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .anchor-menu ul {
        gap: 16px;
        padding: 10px;
        flex-flow: row nowrap;
        overflow-x: scroll;
        /* Scroll horizontal */
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
        -webkit-overflow-scrolling: touch;
        clip-path: inset(0 round 16px);
    }

    .anchor-menu ul::-webkit-scrollbar {
        height: 8px;
    }

    .anchor-menu ul::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 4px;
    }

    .anchor-menu ul::-webkit-scrollbar-track {
        background: transparent;
    }

    .anchor-menu li {
        flex-shrink: 0;
    }


}

/*
########### IMG GRADIENT BG ###########
*/
figure.gradient--bg {
    position: relative;
    display: inline-block;
    padding: 60px 0;
}

figure.gradient--bg img {
    display: block;
    width: 100%;
    height: auto;
}

figure.gradient--bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(0, 164, 217);
    background: radial-gradient(circle, rgba(0, 164, 217, 1) 20%, rgba(3, 59, 93, 0) 70%);
    /* mix-blend-mode: multiply; */
    opacity: 0.5;
    pointer-events: none;
}



/*
########### CARDS MEMBERS ###########
*/
.card__member-img {
    position: relative;
    width: 160px;
    height: 160px;
    clip-path: circle(closest-side at 5rem);
    text-align: center;
    margin: 0 auto 30px;
}

.card__member-img:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 164, 217);
    background: linear-gradient(166deg, rgba(0, 164, 217, 1) 0%, rgba(3, 59, 93, 0) 60%);
    opacity: 0.8;
}

.card__job {
    color: #6B7280;
}

.card__member-content {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex;
    gap: 20px;
}

.card__member-content .card__member-content-name {
    flex-basis: calc(70% - 20px);
}

.card__member-content .card__member-content-social {
    flex-basis: calc(30% - 20px);
}

.card__member-content .card__member-content-name .card__job {
    margin-bottom: 8px;
}

.card__member-content-social a {
    font-size: 24px;
    margin-right: 8px;
}

.card__member-content-social a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 500px) {
    .card__member-content {
        flex-flow: column wrap;
    }
}



/*
########### PROCESSES SLIDER ###########
*/
.carrusel {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    /* Centra las cajas verticalmente */
    /* padding: 100px 0; */
    overflow: hidden;
    /* Evita desbordamientos */
}

.cajas {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    /* transition: transform 0.3s ease-in-out;
    /* Suaviza el movimiento */
}

.caja {
    flex: 0 0 33%;
    /* Cada caja ocupa 1/3 del ancho */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
    border: 1px solid black;
    min-height: 200px;
    /* Para asegurar uniformidad */
}

.processes--slider {
    overflow: hidden;
}

.processes--slider .background:not(.background--none):after {
    position: absolute;
    content: '';
    width: 95%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    background: rgb(0, 164, 217);
    background: linear-gradient(256deg, rgba(0, 164, 217, 0.2413340336134454) 0%, rgba(2, 30, 47, 1) 74%);
}

.processes--slider .background.background--none {
    overflow: hidden;
}

.processes--slider .background__wrapper {
    z-index: 1;
    padding: 20px 0;
}

.processes--slider .background__wrapper img {
    opacity: 0.5;
    object-fit: fill
}

.processes__slider-container {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;

}

/* .processes__slider-item {
    flex: 0 0 100%;
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
    min-height: 200px;
}
 */
.processes__slider-item {
    flex: 0 0 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    min-height: 200px;
}

.process__content {
    flex-basis: calc(40% - 20px);
}

.process__content span {
    background-color: var(--primary-blue);
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.process__list {
    flex-basis: calc(60% - 20px);
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.process__list-item {
    position: relative;
    flex-basis: calc(50% - 20px);
    padding: 10px;
}

.process__list-item:before {
    position: absolute;
    content: '';
    top: calc(0px + 15px);
    left: -10px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: var(--primary-blue);
}

.processes__progress-bar {
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: calc(100% - 100px);
    height: 4px;
    background: var(--dark-blue-lighten);
    border-radius: 2px;
    overflow: hidden;
}

.processes__progress-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(100deg, rgba(0, 164, 217, 1) 0%, rgba(152, 224, 248, 1) 100%);
    border-radius: 2px;
    transition: width 0.2s ease-out;
}

@media (min-width: 961px) {
    .process__list {
        padding-top: 35px;
    }
}

@media screen and (max-width: 960px) {

    .processes__slider-item {
        display: initial;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .process__content {
        min-height: 100px;
    }

    .process__content,
    .process__list {
        flex-basis: 100%;
    }

    .process__list {
        gap: 5px;
    }

    .process__list-item {
        flex-basis: 100%;
        padding-bottom: 10px;
    }

    .processes__progress-bar {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .processes--slider .background:not(.background--none):after {
        width: 100%;
        height: 100%;
    }

    .processes__slider-container {
        gap: 20px;
    }

    .processes__slider-item {
        flex: 0 0 100%;
    }

    .process__list-item {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        font-size: 15px;
    }

    .processes__slider-item .has-headline-3-font-size {
        font-size: 21px;
    }
}



/*
########### SINGLE APPLICATION ###########
*/
.section--product-header {
    margin-top: 50px;
}

.container--video {
    margin-bottom: 10px;
}

.video--application {
    margin: 20px 0 0;
}

.video--application video {
    height: 400px;
    width: 100%;
    object-fit: cover;
}


.four_center .gallery__container,
.four_right .gallery__container,
.four_left .gallery__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    grid-template-rows: repeat(2, 250px);
    gap: 10px;
}

.gallery__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.four_left .gallery__container .gallery__item-1 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.four_left .gallery__container .gallery__item-2 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

.four_left .gallery__container .gallery__item-3 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
}


.four_center .gallery__container .gallery__item-0 {
    grid-row: span 2 / span 2;
}

.four_center .gallery__container .gallery__item-1 {
    grid-column-start: 2;
    grid-row-start: 1;
}

.four_center .gallery__container .gallery__item-2 {
    grid-column-start: 2;
    grid-row-start: 2;
}

.four_center .gallery__container .gallery__item-3 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
}


.four_right .gallery__container .gallery__item-0 {
    grid-row: span 2 / span 2;
}

.four_right .gallery__container .gallery__item-1 {
    grid-row: span 2 / span 2;
}


.four_right .gallery__container .gallery__item-3 {
    grid-column-start: 3;
}

@media screen and (max-width: 890px) {

    .four_center .gallery__container,
    .four_right .gallery__container,
    .four_left .gallery__container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        gap: 8px;
    }

    .gallery__container .gallery__item-0,
    .gallery__container .gallery__item-1,
    .gallery__container .gallery__item-2,
    .gallery__container .gallery__item-3 {
        flex-basis: calc(50% - 8px);
    }
}

@media screen and (max-width: 560px) {

    .gallery__container .gallery__item-0,
    .gallery__container .gallery__item-1,
    .gallery__container .gallery__item-2,
    .gallery__container .gallery__item-3 {
        flex-basis: 100%;
    }
}

/*
########### SINGLE PRODUCT ###########
*/
.single-product section:first-child {
    margin-bottom: 40px;
}

#product-architecture img {
    width: 100%;
}


/*
########### TABLES ###########
*/

/* APPLICATION & PRODUCT*/
.table--application table td,
.table--application table th,
.table--product table td,
.table--product table th {
    border: 0 !important;
    padding: 10px !important;
}

.table--application table tr:nth-child(even) {
    background: transparent;
}

.table--product table {
    border-collapse: separate;
    border-spacing: 0;
}

.table--product table tr:nth-child(odd) {
    background: rgb(3, 59, 93);
    background: linear-gradient(72deg, rgba(3, 59, 93, 1) 37%, rgba(255, 255, 255, 0) 100%);
}

.table--product table thead tr,
.table--product table tr:nth-child(even) {
    color: white;
    background: transparent !important;
}

.table--product table tr:nth-child(odd) td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.table--product table tr:nth-child(odd) td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 1px solid var(--dark-blue) !important;
}




/*
########### HITOS/GOALS-PROCESS SLIDER ###########
*/
.goal__slider-container,
.process__slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.goal__slider-container .swiper,
.process__slider-container .swiper {
    width: 100%;
    position: relative;
}

.process__slider-container {
    padding: 0 20px;
}

.goal__slider-container .swiper-wrapper,
.process__slider-container .swiper-wrapper {
    max-width: 1340px;
    margin: 0 auto;
}

.goal__slider-container .bg__goal-year,
.process__slider-container .bg__process-num {
    position: absolute;
    font-size: 200px;
    font-weight: 700;
    line-height: 328px;
    z-index: -1;
    opacity: 1;
    transition: opacity 1.3s ease-in;
}

.swiper-slide:not(.swiper-slide-active) .bg__goal-year,
.swiper-slide:not(.swiper-slide-active) .bg__process-num {
    opacity: 0;
}

.goal__slider-container .bg__goal-year1,
.process__slider-container .bg__process-num1 {
    left: -200px;
    color: white;
    opacity: 0.4;
}

.goal__slider-container .bg__goal-year2,
.process__slider-container .bg__process-num2 {
    /* left: 50%; */
    left: 60%;
    transform: translateX(-100%);
    color: var(--primary-blue);
    opacity: 0.4;
}

.goal__slider-container .bg__goal-year3,
.process__slider-container .bg__process-num3 {
    right: 300px;
    color: white;
    opacity: 0.4;
}

.goal__item,
.process__item {
    position: relative;
    max-width: 500px;
    background-color: var(--dark-blue-secondary);
    padding: 50px 50px 100px;
    border-radius: 25px;
}

.process__item {
    max-width: 800px;
}

.goal__item .year__item,
.process__item .num__item {
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 0;
    background-color: var(--primary-blue);
    border-radius: 30px;
}

.goal__item .quarter__item {
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 0;
    border: 1px solid var(--primary-blue);
    border-radius: 30px;
    cursor: pointer;
}

.goal__item .quarter__item.active {
    border: 1px solid white;
    background-color: white;
    color: var(--primary-blue);
    cursor: inherit;
}

.quarter__item.disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none
}

.goal__item .title__item,
.process__item .title__item {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.quarter__content {
    opacity: 0;
    height: 0;
    transition: all 0.3s ease;
}

.quarter__content.active {
    opacity: 1;
    height: auto;
}

@media (min-width: 1110px) {
    .quarter__content.active {
        height: 220px;
    }
}

.goal__item .swiper-button-prev,
.process__item .swiper-button-prev,
.goal__item .swiper-button-next,
.process__item .swiper-button-next {
    top: inherit;
    background-color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
    color: white;
    border-radius: 30px;
    padding: 5px;
    width: 42px;
    height: 42px;
    transition: all 0.4s ease;
}

.goal__item .swiper-button-prev:hover,
.process__item .swiper-button-prev:hover,
.goal__item .swiper-button-next:hover,
.process__item .swiper-button-next:hover {
    background: transparent;
}

.goal__item .swiper-button-next,
.process__item .swiper-button-next {
    bottom: 20px;
}

.goal__item .swiper-button-prev,
.process__item .swiper-button-prev {
    bottom: 20px;
    left: inherit;
    right: 70px;
}

.goal__item .swiper-button-prev:after,
.process__item .swiper-button-prev:after,
.goal__item .swiper-button-next:after,
.process__item .swiper-button-next:after {
    font-family: 'Material Symbols Outlined';
    font-size: 20px;
    font-weight: 700;
}

.goal__item .swiper-button-next:after,
.process__item .swiper-button-next:after {
    content: 'east';
}

.goal__item .swiper-button-prev:after,
.process__item .swiper-button-prev:after {
    content: 'west';
}

.processSlider .swiper-slide {
    padding-top: 100px;
}

.processSlider .swiper-pagination {
    top: 0;
    display: flex;
    height: auto;
    z-index: 2;
    gap: 10px;
}

.processSlider .swiper-pagination-bullet {
    width: 100%;
    max-width: 300px;
    border: 0;
    background: 0;
    text-align: left;
    font-size: 14px;
}

.process__item ul {
    padding-left: 30px;
}

.year__item {
    display: none !important;
}


@media screen and (max-width: 1500px) {

    .goal__slider-container .bg__goal-year2,
    .process__slider-container .bg__process-num2 {
        left: 80%;
    }
}

@media screen and (max-width: 1200px) {

    .goal__slider-container .bg__goal-year2,
    .process__slider-container .bg__process-num2 {
        left: 100%;
    }
}


@media screen and (max-width: 1110px) {
    .process__slider-container {
        padding: 0 40px;
    }

    .processSlider .swiper-pagination {
        display: none;
    }

    .goal__item,
    .process__item {
        padding: 20px 30px 100px;
        border-radius: 25px;
    }

}


@media screen and (max-width: 1200px) {

    .goal__slider-container .bg__goal-year2,
    .process__slider-container .bg__process-num2 {
        font-size: 150px;
    }
}

@media screen and (max-width: 760px) {

    .goal__slider-container .bg__goal-year2,
    .process__slider-container .bg__process-num2 {
        font-size: 100px;
    }
}

@media screen and (max-width: 670px) {

    .goal__slider-container .bg__goal-year2,
    .process__slider-container .bg__process-num2 {
        font-size: 100px;
    }

    .bg__goal-year.bg__goal-year1,
    .bg__goal-year.bg__goal-year2 {
        display: none;
    }

    .year__item {
        display: inline-block !important;
    }

    .processes--slider .container--l {
        padding-inline: 0;
    }

    /*     #section-process .container--l {
        padding-inline: 4px;
    } */

}

/*
########### CAJA ###########
*/
.box.bg--color {
    background-color: var(--dark-blue-secondary);
    padding: 50px 40px;
}



/*
########### BACKGROUND ###########
*/
.full--height .background {
    height: 100vh;
}



/*
########### CERTIFICADOS ###########
*/
.certificate__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 3px;
    color: var(--primary-blue);
}

.certificate__item:hover {
    color: var(--light-gray);
}

.certificate__item a {
    border: none !important;
    transition: all 0.4s ease;
}

.certificate__item a:first-child {
    border-bottom: 2px solid var(--primary-blue) !important;
}



/*
########### FLEX ICONS ###########
*/
.flex--icons-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 40px;
}

.flex__icons-right .flex__icon-title {
    margin-bottom: 10px;
}


/*
########### FOOTER ###########
*/
footer .hercules__right a {
    color: var(--light-gray) !important;
}

footer .hercules__bottom {
    margin-bottom: -60px;
}

footer .hercules__bottom,
footer .hercules__bottom a {
    color: #6B7280;
}


.grecaptcha-badge {
    visibility: hidden !important;
}