.p0 {
    padding: 0
}

.darkside:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    background: #0F0E0C;
    width: 58.5%;
}

.text-bond {
    color: #EBE9E1 !important
}

h1.h1-big {
    font-size: 20vw;
}

.info--hero {
    padding-left: 80px
}

.info--hero div span {
    font-size: 1vw
}

.draw-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 3px solid #eee;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: draw-circle 2s ease-out forwards;
}

@keyframes draw-circle {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 190px;
        height: 80px;
    }
}

.textrotator_reverse span.spin {
    animation: nectar_looped_rotate_reverse 10s linear infinite !important;

}

.textrotator_reverse span.spin,
span.spin {
    animation: nectar_looped_rotate 10s linear infinite;
    padding: 0 0.4em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 5vw;
    line-height: 1em;
}

@keyframes nectar_looped_rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes nectar_looped_rotate_reverse {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.textrotator_reverse span,
.textrotator_reverse h2,
.textrotator span,
.textrotator h2 {
    margin: 0 !important;
    padding: 20px 0px !important;
    line-height: 1 !important;
    font-size: 1vw:
}

.textrotator span {
    font-size: 4vw !important;
    margin: 0 40px !important;
}

.textrotator h2 {
    font-size: 12vw;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.textrotator_reverse,
.textrotator {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;

    white-space: nowrap;
}

.textrotator_reverse {
    transform: translateX(20%) translateZ(0);
    animation: nectar-scrolling-text-animation-reverse-reverse linear infinite 30s;
}

.textrotator {
    transform: translateX(20%) translateZ(0);
    animation: nectar-scrolling-text-animation-reverse linear infinite 30s;
}

@keyframes nectar-scrolling-text-animation-reverse {
    0% {
        transform: translateX(20%) translateZ(0);
    }

    100% {
        transform: translateX(120%) translateZ(0);
    }
}

@keyframes nectar-scrolling-text-animation-reverse-reverse {
    0% {
        transform: translateX(120%) translateZ(0);
    }

    100% {
        transform: translateX(20%) translateZ(0);
    }
}



.rotate_desktop_-2deg {
    -webkit-transform: scale(1.02) rotate(-2deg);
    transform: scale(1.02) rotate(-2deg);
}

.img--rotating {
    position: absolute;
    right: 0;
    transform-origin: center;
    transition: transform 1s linear;
    scale: 1.4;
}

.mb-280 {
    margin-bottom: 280px
}

.mb-480 {
    margin-bottom: 480px
}

.mb-120 {
    margin-bottom: 120px
}
.mb-180 {
    margin-bottom: 180px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-40 {
    margin-bottom: 40px
}

.cards {
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    justify-content: center;
}

.card {
    width: 45%;
    /* Ajusta según sea necesario */
    box-sizing: border-box;
    color: #EBE9E1;
    font-weight: bold;
    position: absolute;
    overflow: hidden;

}

.card span {
    font-size: 1vw;
    color: #EBE9E1;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 300;
    line-height: 1.2
}

.card.child-init {
    position: relative !important;
    opacity: 0 !important;
}

.card.child-0 {
    transform: translateX(-100%);
    z-index: 9;
}

.card.child-1 {
    transform: translate(-49%, 10%);
    z-index: 8;
}

.card.child-2 {
    transform: translate(-0%, 20%);
    z-index: 7;
}

.card.child-3 {
    transform: translate(50%, 30%);
    z-index: 6;
}

.card.child-4 {
    transform: translate(100%, 40%);
    z-index: 5;
}

/* 
        .card:nth-child(7){
            transform: translate(90%, 50%);
            z-index: 4;
        } */
.col-center {
    margin: auto
}

h2.f7vw {
    font-size: 6vw;
    text-align: center;
}

.box--reverse {
    display: flex;
    justify-content: space-around;
    border: 3px solid black;
    align-items: center;
    height: auto;
    width: 100%;
    margin-top: 20px
}

.box--reverse span {
    font-size: 2vw;
    display: block;
    width: 25%;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
}

.box--reverse span.even {
    transform: rotate(180deg);
}

body {
    background: #EBE9E1
}

.bar--balck--vertical {
    background: #0F0E0C; 
    text-transform: uppercase;
}

.bar--balck--vertical span {
    font-size: 1.5vw;
    line-height: 1;
    transform: rotate(180deg);
    padding: 20px 30px;
}

.list--box-x4 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.list--box-x4.x2 li {
    max-width: 25%;
}
.list--box-x4 li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 25vh;
    border: 2px solid black
}

.list--box-x4 li:nth-child(6),
.list--box-x4 li:nth-child(4),
.list--box-x4 li:nth-child(2) {
    border-right: 4px solid black;
}

.inf--lifechange {
    padding: 60px 40px;
    border: 3px solid black;
    border-bottom: 2px solid black
}

.inf--lifechange span {
    font-size: 2vw;
}

.list--box-x4 h2 {
    font-size: 4vw;
    margin-bottom: 15px
}

.list--box-x4 span {
    font-size: 1vw
}

.carrousels {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    width: calc(110% + 25px);
}

.carrousels .carrousel--item {
    width: 33%;
}
.carrousels.cx4 .carrousel--item {
    width: 27%;
}
.carrousels.cx5 .carrousel--item {
    width: 30%;
}

.elipse {
    position: absolute;
}

.element2 {
    left: -45%;
    top: 48%;
    margin: auto;
    right: 0;
}

.element3 {
    right: -47%;
    top: 34%;
    margin: auto;
    left: 0;
}

.big--stroke--title {
    white-space: nowrap;
}

.big--stroke--title h2 {
    font-size: 27vw;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #EBE9E1;
    color: transparent;
    margin: 0
}

.custom--mod2 h2 {
    text-align: left !important;
    margin-bottom: 40px;
}

.box-border--top h2,
.box-border--top h5 {
    margin: 0
}

.box-border--top { 
    border-right: 0px; 
    padding: 40px 0px;
}

.bar--balck--vertical.custom--mod2 {
    background: #fff;
    height: 90% !important; 
        display: flex;
        writing-mode: vertical-rl;
        justify-content: space-between; 
}

.bar--balck--vertical.custom--mod2>span {
    color: black !important
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Tres columnas de igual ancho */
    grid-template-rows: repeat(4, 1fr);
    /* Cuatro filas de igual altura */
    gap: 10px;
    /* Espacio entre los elementos */
    width: 100%;
    /* Ancho del contenedor */
}

.item {
    background-color: #653248;
    /* Color de fondo de los elementos */
}

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

/* Posicionamiento de los elementos */
.item1 {
    grid-column: 1;
    grid-row: span 2;
}

.item2 {
    grid-column: 2;
    grid-row: span 4;
}

.item3 {
    grid-column: 3;
    grid-row: 1 / 3;
}

.item4 {
    grid-column: 1;
    grid-row: 3 / 5;
}

.item5 {
    grid-column: 3;
    grid-row: 3 / 5;
}

.content__paragraph2,
.content__paragraph {
    margin: 0;
    line-height: 1.25;
    position: relative;
    overflow: hidden;
    flex: none;
    max-width: 1000px;

}

.splitting .char {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: .3s !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: .3s !important;
    opacity: 0.05;
    /* Start with lower opacity */
}

@keyframes flicker {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    90% {
        opacity: 0.5;
    }

    70% {
        opacity: 0.3;
    }

    85% {
        opacity: 0.8;
    }
}

.blink {
    animation: flicker 1s 3;
}

.textrotator span {
    animation: spin_rotate 10s linear infinite;
    padding: 0 0.4em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 5vw;
    line-height: 1em;
}

@keyframes spin_rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

video {
    background-color: #0F0E0C;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 180%;
    z-index: 0;
}

.parallaxGsap {
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.world-text--rotator {
    position: absolute;
    right: 0;
}

.l--60px {
    margin-left: -60px
}

aside.info--video--aside {
    position: absolute;
    background: black;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}

aside.info--video--aside>div img {
    margin-right: 30px
}

aside.info--video--aside>div {
    display: flex;
    align-items: center;
}

aside.info--video--aside h3 {
    margin-bottom: 0 !important
}

.h1-big--title {
    font-size: 6vw;
    text-align: center;
}

.box--container-top5 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    justify-content: center;
}

.box--container-top5 .item {
    color: #fff;
    text-align: center;
    flex: 1;
    flex-basis: calc(50% - 30px);
    position: relative;
    text-align: left;
}

.box--container-top5>.item:nth-child(3),
.box--container-top5>.item:nth-child(4),
.box--container-top5>.item:nth-child(5) {
    flex-basis: calc(33.333% - 30px);
}

.box--container-top5 .item--info {
    position: absolute;
    left: 0;
    font-size: 1.3vw;
    bottom: 0;
    padding: 25px;
    display: flex;
    flex-direction: column
}

.box--container-top5 .item--info span {
    display: block;
    margin-bottom: 30px;
    font-size: 3vw
}

.box--2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
}

.box--2>div {
    border: 3px solid #EBE9E1;
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    flex-grow: 1;
    flex-basis: calc(50% - 20px);
    justify-content: center;
    height: 230px;
    padding: 40px 30px;
}

.mb-10 {
    margin-bottom: 10px !important
}

h1.fz-25vw {
    font-size: 25vw
}

.lead {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4 !important;
}

.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: 20%;
}
.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: 110px;
}

.h1-medium {
    font-size: 12vw
}

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

.lateral--bar-ng {
    background: #0F0E0C;
    display: flex;
    writing-mode: vertical-rl;
    justify-content: space-between;
}

.lateral--bar-ng h4 {
    transform: rotate(180deg);
    padding: 30px 20px
}

ul.box--next-gen {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

ul.box--next-gen.edited li {
    border-color: #EBE9E1 !important;
    min-width: 33%;
    color: #EBE9E1
}

ul.box--next-gen li {
    flex: 1;
    flex-basis: 25%;
    width: 25%;
    border: 2px solid black;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 50%;
    text-align: center;
    text-transform: uppercase
}

.hover--video {
    overflow: hidden;
    border-radius: 2rem;
    display: block;
}

.hover--video:hover img {
    scale: 1.2;

}

.hover--video img {
    width: 100%;
    scale: 1;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hover--video span {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #EBE9E1;
    padding: 40px;
    width: 100%;
    font-size: 2vw;
    text-transform: uppercase;
}

.mb-30 {
    margin-bottom: 30px
}

.height-100{
    height: 100vh;
}

iframe.iFrameVideo {
    width: 100%;
    height: 408px;
    border-radius: 2rem;
}
