.height-100{
    height: 100vh;
}
.big-title {
    font-size: 30vw;
    line-height: 1;
    font-weight: 900;
    margin: 0;
}

h1.h1--outline {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: transparent;
    stroke-width: 3px;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 5px;
}

.show--h1 h1:nth-child(2) {
    transform: translateY(10px)
}

.show--h1 h1:nth-child(3) {
    transform: translateY(70px);
    opacity: .7;
}

.show--h1 h1:nth-child(4) {
    transform: translateY(130px);
    opacity: .1;
}

body:before {
    top: -70rem !important;
    min-height: 15000vh;
    position: fixed;
    content: '';
    left: -10rem;
    width: calc(100% + 20rem);
    height: 950vh;
    z-index: -1;
    pointer-events: none;
    background-image: url(assets/images/bg-noise.png);
    background-color: #E6E5E2;
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}

@keyframes BgNoise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }

    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }

    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }

    30% {
        transform: translate3d(9rem, -9rem, 0)
    }

    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }

    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }

    60% {
        transform: translate3d(2rem, 6rem, 0)
    }

    70% {
        transform: translate3d(7rem, -8rem, 0)
    }

    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }

    90% {
        transform: translate3d(6rem, -5rem, 0)
    }

    to {
        transform: translate3d(-7rem, 0, 0)
    }
}

section.bluesection h2.title_bg_effect_1 span,
section.bluesection h2.title_bg_effect_2 span,
section.bluesection h2.title_bg_effect_3 span,
section.bluesection h2.title_bg_effect_4 span,
section.bluesection h2.title_bg_effect_5 span,
section.bluesection h2.title_bg_effect_6 span,
section.bluesection h2.title_bg_effect_7 span,
section.bluesection h2.title_bg_effect_8 span,
section.bluesection h2.title_bg_effect_9 span,
section.bluesection h2.title_bg_effect_10 span,
section.bluesection h2.title_bg_effect_11 span,
section.bluesection h2.title_bg_effect_12 span,
section.bluesection h2.title_bg_effect_13 span,
section.bluesection h2.title_bg_effect_14 span,
section.bluesection h2.title_bg_effect_15 span,
section.bluesection h2.title_bg_effect_16 span,
section.bluesection h2.title_bg_effect_17 span {
    background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0.1) 0);
    background-size: 200% 100%;
    background-position: 100% 0%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}

h2.title_bg_effect_1 span,
h2.title_bg_effect_2 span,
h2.title_bg_effect_3 span,
h2.title_bg_effect_4 span,
h2.title_bg_effect_5 span,
h2.title_bg_effect_6 span,
h2.title_bg_effect_7 span,
h2.title_bg_effect_8 span,
h2.title_bg_effect_9 span,
h2.title_bg_effect_10 span,
h2.title_bg_effect_11 span,
h2.title_bg_effect_12 span,
h2.title_bg_effect_13 span,
h2.title_bg_effect_14 span,
h2.title_bg_effect_15 span,
h2.title_bg_effect_16 span,
h2.title_bg_effect_17 span {
    background: linear-gradient(90deg, #6D7D54 50%, rgba(0, 0, 0, .02) 0);
    background-size: 200% 100%;
    background-position: 100% 0%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}

h2.title_bg_effect_1,
h2.title_bg_effect_2,
h2.title_bg_effect_3,
h2.title_bg_effect_4,
h2.title_bg_effect_5,
h2.title_bg_effect_6,
h2.title_bg_effect_7,
h2.title_bg_effect_8,
h2.title_bg_effect_9,
h2.title_bg_effect_10,
h2.title_bg_effect_11,
h2.title_bg_effect_12,
h2.title_bg_effect_13,
h2.title_bg_effect_14,
h2.title_bg_effect_15,
h2.title_bg_effect_16,
h2.title_bg_effect_17 {
    font-size: 6vw;
    line-height: 1;
    font-weight: 900 !important;
}

p.lead {
    font-size: 2rem
}

.floating-img svg.circle {
    position: absolute;
    width: 100%;
    top: -40px;
    z-index: 2;
}

.floating-img svg.line {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
    left: 0
}

/* Estilo inicial para el SVG */
#Path_20 {
    stroke: #007099;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 2400;
    /* Ajustar según la longitud de la ruta */
    stroke-dashoffset: 2400;
    /* Inicialmente oculta la ruta */
}

#Path_19 {
    stroke: #00729d;
    stroke-width: 2;
    fill: none;
    /* Inicialmente sin relleno */
    stroke-dasharray: 2400;
    /* Ajustar según la longitud de la ruta */
    stroke-dashoffset: 2400;
    /* Inicialmente oculta la ruta */
}

.swiper-three-slides .swiper-slide:nth-child(even)>div {
    background: #637F49;

}

.swiper-three-slides .swiper-slide>div {
    background: #007099;
    color: white;
    padding: 40px;
    border-radius: 2rem;
    height: 100%;
}

.swiper-three-slides .swiper-slide {
    height: auto;
}

.textura {
    position: absolute;
    left: 0;
    top: 0;
}

.flex-col--basics {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.flex-col--basics li p {
    color: white;
    padding: 40px;
}

.flex-col--basics li {
    flex: 1;
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
}

.flex-col--basics li div {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;    
}

.flex-col--basics li div span {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: white;
    font-weight: 800
}

.hr-line {
    border-top: 1px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(90deg, White, DimGrey, White) border-box;
}

h4 {
    color: #454646 !important;
}

p.intro {
    font-size: 24px;
    text-align: center;
}


.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

p.year {
    display: block;
    font-weight: 600 !important;
    font-size: 30px;
    color: #232323;
    margin: 0px 30px;
}

p.description {
    font-weight: 200;
    font-size: 15px;
}

.order_1 {
    order: 3;
}

.order_2 {
    order: 2;
    left: 10px;
}

.order_3 {
    order: 1;
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    position: relative;
    right: 8px;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    position: absolute;
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: 0px;
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 0px;
}

.main-timeline .date-content {
    width: 50%;
    position: relative;
}

.main-timeline .date-content:before {
    content: "";
    width: 25%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
}

.year span {
    font-size: 1.2vw;
}

.main-timeline .order_1:before {
    content: "";
    width: 25%;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    padding-right: 30px;
    margin-right: 70% !important;
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}

/* .main-timeline .date-outer:before,
        .main-timeline .date-outer:after {
        content: "";
        width: 125px;
        height: 125px;
        margin: 0 auto;
        border-radius: 50%;
        position: absolute;
        right: 0;
        } */

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px;
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px;
}

.main-timeline .date {
    width: 100%;
    position: absolute;
    top: 27%;
    left: 0;
}

.col--x2.cards div {
    border-radius: 2rem;
    background: #637F49;
    padding: 70px 40px;
    height: 100%;
    width: 100%;
}

.col--x2.cards div img {
    max-width: 150px;
    height: 90px;
    ;
}

.col--x2.cards div h3 {
    margin-bottom: 5px;
    color: white;
}

.col--x2.cards div hr {
    margin: 40px 0px;
}

.col--x2.cards div p {
    padding: 0;
    font-size: 1.5vw;
    line-height: 1.2;
    width: 80%;
    margin: auto;
}

.w-box img {
    width: 20px
}

.w-box img.t--1 {
    position: absolute;
    top: 40px;
}

.w-box img.t--2 {
    position: absolute;
    bottom: 10px;
}

.w-box {
    border-radius: 2rem;
    border: 2px solid white;
    padding: 90px 40px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.black-move.h--auto .swiper-slide {
    height: auto !important;
}
.timer{
    font-weight: 800 !important;
}
.flex-col--basics.col--x4 li {
    flex: 1;
    width: calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.flex-col--basics.col--x4 li>div img {
    height: 50px;
    margin-bottom: 20px;
}

.flex-col--basics.col--x4 li p {
    margin: 0 !important;
    padding: 0 !important
}

.flex-col--basics.col--x4 li h3 {
    margin-bottom: 10px !important;
}

.flex-col--basics.col--x4 li>div {
    text-align: left;
    position: absolute;
    bottom: 0;
    color: white;
    padding: 30px;
}

.digital--reach--x4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.digital--reach--x4>div:last-child {
    border: 0 !important
}

.digital--reach--x4.x5>div {
    max-width: 25%;
}

.digital--reach--x4>div {
    border-right: 2px solid #EBE9E1;
    flex: 1;
    flex-basis: 25%;
    color: #EBE9E1;
    width: 25%;
    text-align: center;
}

.digital--reach--x4>div h3 {
    font-size: 1vw;
    text-transform: uppercase;
    line-height: 1.4;
    min-height: 40px;
    margin-bottom: 30px;
    transform: translate(0, 0) !important
}

.digital--reach--x4>div h2 {
    font-size: 2.5vw;
    transform: translate(0, 0) !important;
    margin-bottom: 20px;
}

.icon--dr img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
    height: 90px;
}

.list--down {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list--down li b {
    width: 200px
}

.list--down li p {
    margin: 0;
    width: calc(100% - 200px);
    font-size: 1.5vw;
    text-align: right;
    line-height: 1.3;
}

.list--down li {
    display: flex;
    font-size: 2vw;
    justify-content: space-between;
    border-bottom: 2px solid white;
    padding: 40px 5px;
    color: white;
}

.w-box h4 {
    color: white !important;
    font-size: 1.2vw;
}

.w-box ul {
    padding: 0px;
    padding-left: 20px;
    color: white
}

.w-box img.icon {
    width: 60px;
    margin-bottom: 40px;
}
.w-box{
    overflow: hidden;
}
.w-box.b-blue {
    overflow: hidden;
    border-color: #007099;
    color: black !important
}

@container timeline (max-width: 640px) {
    .timeline {
        flex-direction: column !important;
    }

    .main-timeline:before {
        margin-left: 1px;
    }

    .main-timeline .icon {
        margin: auto 2px;
    }

    .main-timeline .timeline-content {
        padding: 10px 30px;
    }

    .order_1 {
        order: 2;
    }

    .order_2 {
        order: 1;
        left: -1em;
    }

    .order_3 {
        order: 3;
    }

    .order_1b {
        order: 2;
    }

    .order_2b {
        order: 1;
        left: -1em;
    }

    .order_3b {
        order: 3;
    }

    .main-timeline .order_1:before {
        width: 100%;
    }

    .main-timeline .order_1b:before {
        width: 100%;
    }

    .main-timeline .order_1b:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #c6c6c6;
        position: absolute;
        top: 0;
        padding-right: 30px;
        bottom: 0;
        margin-right: 50% !important;
    }
}

@container timeline (max-width: 350px) {
    .icon {
        display: none;
    }

    .main-timeline .date-content:before {
        visibility: hidden;
    }

    .date-content {
        left: -15px;
    }
}

.arrows-slide {
    top: 0; 
    bottom: 0;
    margin: auto;
}

.swiper-three-slide-next,
.swiper-three-slide-prev {
    cursor: pointer
}

.arrows-slide svg.ls {
    left: -70px;
}

.arrows-slide svg.rs {
    right: -40px;
}

.arrows-slide svg {
    position: relative;
    width: 24px;

}