/*Primera carga de contenido-------*/
#first-load-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#first-load-content .negocio-first-half {
    background: #0072DC;
    height: 50%;
    width: 100%;
}

#first-load-content .negocio-second-half {
    background: rgb(140, 209, 252);
    background: linear-gradient(90deg, rgba(1, 46, 110, 1) 9%, rgba(9, 110, 204, 1) 100%);
    height: 50%;
    width: 100%;
}

#first-load-content .container {
    height: 100%;
}

#first-load-content .container {
    display: flex;
}

#first-load-content .negocio-first-half .container {
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

#first-load-content .negocio-second-half .container {
    justify-content: space-between;
}

#first-load-content .negocio-first-half .caption {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -65px;
    transform: translateX(100px);
    opacity: 0;
    z-index: 1;
}

#first-load-content .caption h3 {
    color: #fff;
    font-size: 50px;
    font-family: "Bogle_black";
    height: 50px;
}

#first-load-content .caption h2 {
    color: #fff;
    font-size: 90px;
    font-family: "Bogle_black";
    height: 100px;
}

#first-load-content .content {
    max-width: 200px;
    text-align: left;
    display: block;
    color: #fff;
}

#first-load-content .negocio-first-half .content {
    padding-bottom: 2rem;
    margin-top: -2rem;
}

#first-load-content .negocio-second-half .content {
    padding-top: 2rem;
}

#first-load-content .content p {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

#first-load-content .content h4 {
    font-size: 36px;
    font-family: "Bogle_bold";
    line-height: 38px;
}

#first-load-content .negocio-second-half .caption {
    text-align: left;
    color: #ffffff;
    padding-top: 6rem;
    max-width: 534px;
    transform: translateX(100px);
    opacity: 0;
}

#first-load-content .negocio-second-half .caption p {
    font-size: 24px;
    line-height: 24px;
}

#first-load-content .negocio-second-half .caption p strong {
    position: relative;
}

#first-load-content .negocio-second-half .caption p span {
    position: absolute;
    bottom: -8px;
    left: 0;
}

#first-load-content .negocio-second-half .caption h4 {
    font-size: 34px;
    font-family: "Bogle_bold";
    line-height: 32px;
}

#first-load-content .main-images {
    position: absolute;
    max-width: 632px;
    top: 0;
    max-height: 100vh;
    height: 100vh;
    right: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#first-load-content .main-images img {
    max-width: 100%;
    width: auto;
    height: 50%;
}

#first-load-content .main-images .home_squares {
    position: absolute;
    opacity: 0;
    z-index: 2;
    transform: translateY(-100px);
}

#first-load-content .main-images .home_personaje.mano {
    transform: translateY(-28px);
    opacity: 0;
}

#first-load-content .main-images .home_personaje.hombre {
    transform: translateY(28px);
    opacity: 0;
}

#first-load-content .negocio-first-half .content {
    transform: translateY(-28px);
    opacity: 0;
}

#first-load-content .negocio-second-half .content {
    transform: translateY(28px);
    opacity: 0;
}

/*Segunda carga de contenido-------*/
.mensajePresidente {
    background: rgb(140, 209, 252);
    background: linear-gradient(90deg, rgba(1, 46, 110, 1) 9%, rgba(9, 110, 204, 1) 100%);
    justify-content: center;
    padding: 6rem 0 0;
}

.mensajePresidente #second-load-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mensajePresidente #second-load-content .container {
    height: 100%;
    display: flex;
}

.mensajePresidente #second-load-content .container.first {
    padding: 0 0 2rem;
}

.mensajePresidente #second-load-content .container.second {
    justify-content: space-around;
    align-items: center;
}

.mensajePresidente #second-load-content .container.first .content,
.mensajePresidente #second-load-content .container.first .images {
    width: 50%;
    position: relative;
}

.mensajePresidente #second-load-content .container.first .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mensajePresidente #second-load-content .container .images {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 3rem;
}

.mensajePresidente #second-load-content .container .content h3 {
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    font-family: "Bogle_bold";
    transform: translateY(100px);
    opacity: 0;
}

.mensajePresidente #second-load-content .container .images img {
    max-width: 220px;
    height: auto;
    opacity: 0;
    scale: 0;
    display: flex;
    gap: 2rem;
}

.mensajePresidente #second-load-content .container .images .pablo-data {
    width: 150px;
    opacity: 0;
    scale: 0;
}

.mensajePresidente #second-load-content .container .images .pablo-data h3{
    color: #fff;
    font-family: "Bogle_bold";
    font-size: 20px;
    text-transform: uppercase;
}
.mensajePresidente #second-load-content .container .images .pablo-data p{
    color: #fff;
    font-family: "Bogle";
    font-size: 14px;
}

.mensajePresidente #second-load-content .container .images .svg-line {
    position: absolute;
    bottom: -33px;
    left: 0;
}

.mensajePresidente #second-load-content .container .content .btns-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    margin-top: 2rem;
}

.mensajePresidente #second-load-content .container .content .btns-group p {
    color: #fff;
    flex: 1;
    transform: translateY(100px);
    opacity: 0;
}

/*Tercera carga de contenido-------*/
.ecosistemaWalmart {
    background: rgb(140, 209, 252);
    background: linear-gradient(90deg, rgba(1, 46, 110, 1) 9%, rgba(9, 110, 204, 1) 100%);
    height: auto;
}

.ecosistemaWalmart #third-load-content {
    width: 100%;
}

.ecosistemaWalmart #third-load-content .container {
    height: 100%;
    padding: 2rem 0;
}

.ecosistemaWalmart #third-load-content .container .content h3 {
    color: #fff;
    font-size: 48px;
    font-family: "Bogle_black";
    line-height: 50px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(100px);
}

.ecosistemaWalmart #third-load-content .container .statistics {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    text-align: center;
    position: relative;
}

.ecosistemaWalmart #third-load-content .container .statistics p {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    opacity: 0;
    transform: translateY(100px);
}

.ecosistemaWalmart #third-load-content .container .data {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.ecosistemaWalmart #third-load-content .container .data>div {
    opacity: 0;
    transform: translateY(100px);
}

.ecosistemaWalmart #third-load-content .container .data h2 {
    color: #fff;
    font-size: 60px;
}

.ecosistemaWalmart #third-load-content .container .statistics .floating-circles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: absolute;
    bottom: 189px;
    left: 130px;
}

.ecosistemaWalmart #third-load-content .container .statistics .floating-p {
    position: absolute;
    bottom: 220px;
    right: 0;
    width: 400px;
    opacity: 0;
    transform: translateY(100px);
}

.ecosistemaWalmart #third-load-content .container .statistics .floating-p p {
    color: #fff;
    font-size: 34px;
    font-family: "Bogle_bold";
    text-align: left;
    line-height: 38px;
}

.ecosistemaWalmart #third-load-content .container .desempenno-graphic {
    opacity: 0;
    scale: 0.5;
}

/*Cuarta carga de contenido-------*/
.cifrasRelevantes {
    height: auto;
}

.cifrasRelevantes #fourth-load-content {
    width: 100%;
}

.cifrasRelevantes #fourth-load-content .container {
    height: 100%;
    padding: 4rem 0;
}

.cifrasRelevantes #fourth-load-content .container .content h3 {
    color: #0072DC;
    font-size: 48px;
    font-family: "Bogle_black";
    line-height: 50px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(100px);
}

.cifrasRelevantes #fourth-load-content .container .content p {
    color: #0072DC;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    transform: translateY(100px);
}

.cifrasRelevantes #fourth-load-content .container .statistics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.cifrasRelevantes #fourth-load-content .container .statistics .small-graph {
    opacity: 0;
    scale: 0.5;
    max-width: 194px;
    height: auto;
}

/*Quinta carga de contenido-------*/
.desempenno {
    height: auto;
    background: rgb(140, 209, 252);
    background: linear-gradient(90deg, rgba(1, 46, 110, 1) 9%, rgba(9, 110, 204, 1) 100%);
}

.desempenno #fifth-load-content {
    width: 100%;
}

.desempenno #fifth-load-content .container {
    height: 100%;
    padding: 4rem 0;
    display: flex;
    gap: 4rem;
}

.desempenno #fifth-load-content .container .content,
.desempenno #fifth-load-content .container .circles {
    width: 50%;
}

.desempenno #fifth-load-content .container .circles {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.desempenno #fifth-load-content .container .circles .circle {
    background: #ffffff;
    height: 154px;
    width: 154px;
    border-radius: 100%;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    scale: 0.5;
    margin-right: 120px;
}

.desempenno #fifth-load-content .container .circles .circle p {
    font-size: 14px;
    line-height: 16px;
    color: black;
}

.desempenno #fifth-load-content .container .circles .circle h3 {
    font-size: 26px;
    line-height: 26px;
    color: black;
}

.desempenno #fifth-load-content .container .content h3 {
    color: #ffffff;
    font-size: 48px;
    font-family: "Bogle_black";
    line-height: 50px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(100px);
}

.desempenno #fifth-load-content .container .content p {
    color: #FFC220;
    font-size: 24px;
    line-height: 30px;
    font-family: "Bogle_bold";
    opacity: 0;
    transform: translateY(100px);
}

.desempenno #fifth-load-content .container .content h5 {
    color: #8CD1FC;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10rem;
    opacity: 0;
    transform: translateY(100px);
}

.desempenno #fifth-load-content .noise-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    position: relative;
}

.desempenno #fifth-load-content .noise-container .container {
    position: relative;
}

.desempenno #fifth-load-content .noise-container .noise {
    opacity: 0;
    transform: translateY(100px);
}

.desempenno #fifth-load-content .noise-container .calendar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.desempenno #fifth-load-content .noise-container .calendar .container {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.desempenno #fifth-load-content .noise-container .calendar p {
    color: #031E45;
    font-size: 16px;
    text-transform: uppercase;
}

/*Sexta carga de contenido-------*/
.inversiones {
    height: auto;
    background: rgb(140, 209, 252);
    background: linear-gradient(90deg, rgba(1, 46, 110, 1) 9%, rgba(9, 110, 204, 1) 100%);
}

.inversiones #sixth-load-content {
    display: flex;
    gap: 6rem;
}

.inversiones #sixth-load-content .content h3 {
    color: #ffffff;
    font-size: 48px;
    font-family: "Bogle_black";
    line-height: 50px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(100px);
}

.inversiones #sixth-load-content .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inversiones #sixth-load-content .content .graphic img {
    opacity: 0;
    scale: 0.5;
    width: 100%;
}

.inversiones #sixth-load-content .content .graphic {
    position: relative;
    width: 500px;
}

.inversiones #sixth-load-content .content .dinamyc-graphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inversiones #sixth-load-content .content .dinamyc-graphic .graphic-draw {
    stroke-dasharray: 3020;
    stroke-dashoffset: 0;
}

/*Septima carga de contenido-------*/
.estadoResultados {
    height: auto;
}

.estadoResultados #seventh-load-content {
    width: 100%;
}

.estadoResultados #seventh-load-content .container {
    height: 100%;
    padding: 4rem 0;
}

.estadoResultados #seventh-load-content .container .content h3 {
    color: #0072DC;
    font-size: 48px;
    font-family: "Bogle_black";
    line-height: 50px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(100px);
}

.estadoResultados #seventh-load-content .container .statistics {
    display: flex;
    gap: 4rem;
    justify-content: center;
}

.estadoResultados #seventh-load-content .container .statistics .bar-graphic {
    width: 430px;
    position: relative;
}

.estadoResultados #seventh-load-content .container .statistics .bar-graphic img {
    width: 100%;
}

.estadoResultados #seventh-load-content .container .statistics .bar-graphic .dinamyc-bar-graphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.estadoResultados #seventh-load-content .container .statistics .bar-graphic .dinamyc-bar-graphic .graphic-bar-draw {
    stroke-dasharray: 424;
    stroke-dashoffset: -424;
}

.estadoResultados #seventh-load-content .container .statistics img {
    opacity: 0;
    scale: 0.5;
}

.estadoResultados #seventh-load-content .container .statistics .caption {
    text-align: center;
}

.estadoResultados #seventh-load-content .container .statistics .caption h3 {
    font-size: 70px;
    color: #0072DC;
    margin: -4rem 0 0;
}

.estadoResultados #seventh-load-content .container .statistics .caption p {
    font-size: 14px;
    color: #0072DC;
    font-family: "Bogle_black";
}

/*Lineas SVG-----------------------------*/
.draw-me {
    stroke-dasharray: 3020;
    stroke-dashoffset: 0;
}

/*Lineas SVG-----------------------------*/