/* Reset CSS Moderno */

/* Box-sizing más intuitivo */
*, *::before, *::after {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Remover estilos por defecto de listas */
ul, ol {
    list-style: none;
}

/* Remover estilos predeterminados de enlaces */
a {
    text-decoration: none;
    color: inherit;
}

/* Resetear encabezados */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: normal;
}

/* Imágenes responsivas */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Resetear botones */
button, input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
    outline: none;
}

/* Evitar desplazamiento no deseado en HTML y body */
html, body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

/* Quitar estilos predeterminados de botones */
button {
    cursor: pointer;
}

/* Eliminar diferencia de estilos en formularios en navegadores */
input, textarea {
    border-radius: 0;
}

/* Evitar que los elementos heredados tengan herencias de fuentes no deseadas */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Font styles */
h1 {
    font-family: 'Fact Compressed', sans-serif;
}

h2 {
    font-family: 'Fact Compressed', sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 0.9em;
    color: #111;
    text-transform: uppercase;
}

p {
    font-family: "Inter", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    color: #111;
}


/* Layout styles */ 

.container {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
}

.row {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.col {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-basis: auto;
    flex-grow: 0;
}

.col-row {
    flex-direction: row;
}

/* Paddings */
.p-left-8 {
    padding-left: 80px !important;
}

.p-right-8 {
    padding-right: 80px !important;
}

/* Slick */
.slick-arrow {
    position: absolute;
    width: 64px;
    height: 64px;
    color: #1F2026;
    display: flex;
    left: 40px;
    top: 45%;
    transform: translate(0px, -50%);
    padding: 25px;
    font-size: 30px;
    border: 1px solid;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    opacity: 0.2;
    transition: 0.4s;
    z-index: 99999;
}

.slick-next.slick-arrow {
    left: auto;
    right: 40px;
}

.slick-arrow:hover {
    opacity: 1;
}

/* MENU */
header {
    padding: 24px 80px;
    background-color: #fff;
}

.logo {
    width: 400px;
    max-width: 100%;
    margin: auto;
}

/* HERO */
#hero {
    row-gap: 24px;
    background-color: #fff;
    background-image: url(../img/bg-hero.png);
    background-position: 73% -156px;
    background-size: 1200px;
    background-repeat: no-repeat;
}

.hero-content {
    border: 2px solid #111;
    border-left: none;
    border-right: none;
    border-bottom-width: 5px;
    padding: 40px 0 0;
}

#hero .col:first-child {
    justify-content: flex-end;
    padding: 20px 0;
}

#hero h1 {
    line-height: 0.7em;
    font-size: 390px;
    font-weight: 900;
    color: #111;
}

#hero span {
    font-family: 'Coolvetica Rg';
    font-size: 0.21em;
    font-weight: 400;
    line-height: 1.25em;
    display: block;
}

#hero h1 span:first-child {
    font-size: 0.3em;
}

#hero img {
    width: auto;
    margin-right: -14px;
    display: block;
}

#hero .CTA {
    display: flex;
    background: #000;
    justify-content: center;
    padding: 4px 20px;
}

#hero .CTA h2 {
    font-size: 90px;
    font-weight: 800;
    color: #F4D933;
    line-height: 0.9em;
    text-align: center;
    max-width: 1130px;
}

/* Seccion 2 */
#seccion-2 {
    padding: 40px;
}

#seccion-2 .row {
    border-top: 1px solid #111;
    padding: 24px 0 40px;
    column-gap: 140px;
}

#seccion-2 .col.text {
    width: 75%;
    padding-right: 75px;
}

/* Seccion 3 - video */
#video video {
    border-radius: 40px;
}

/* Seccion 4 - Stats */
#stats {
    padding: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}

#stats .row {
    column-gap: 24px;
}

#stats .col.col-row {
    padding: 20px;
    background: #000000;
    border-radius: 20px;
    align-items: center;
}

#stats .col.caida {
    padding: 0 20px;
    background: #F4D933;
    flex-basis: 40%;
}

#stats .col.caida img {
    max-width: 230px;
    margin-right: -20px;
    align-self: flex-end;
}

#stats .col.caida h2 {
    font-size: 114px;
    font-weight: 800;
    text-align: center;
    line-height: 0.8em;
}

#stats .col.caida span {
    font-family: 'Fact Compressed', sans-serif;
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5em;
}

#stats .one-year {
    column-gap: 20px;
}

#stats .one-year div {
    flex-basis: 100%;
}

#stats .one-year .image {
    max-width: 265px;
}

#stats .one-year h2 {
    color: #F4D933;
    font-size: 100px;
    text-align: center;
}

#stats .one-year .text {
    max-width: 385px;
}

#stats .one-year p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

#stats .one-year p strong {
    font-family: 'Fact Compressed', sans-serif;
    display: block;
    font-size: 22px;
}

/* Seccion 5 - quote */
#quote {
    padding: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}

#quote .row {
    column-gap: 24px;
}

#quote .title {
    padding-right: 40px;
    border-right: 1px solid #111;
    flex-basis: 60%;
}

#quote .text {
    flex-basis: 40%;
}

/* Seccion 6 - decision */
#decision {
    padding: 80px;
}

#decision h2 {
    font-size: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#decision img {
    display: inline-block;
}

/* Impact */
.impact-img-text {
    background: #F4D933;
}

.impact-img-text p {
    padding: 40px 80px;
    max-width: 1000px;
}

.impact-text {
    background: #F4D933;
    padding: 40px;
    width: 66%;
}

.impact-title {
    background: #000000;
    padding: 80px;
    max-width: 770px;
}

.impact-title h2 {
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.9em;
    font-weight: 400;
}

.impact-title strong {
    font-weight: 900;
}

#impact-2 .impact-text {
    width: 66%;
}

#impact-2 .impact-image {
    width: 80%;

}

#impact-3 .impact-text {
    width: 62%;
}

#impact-3 .impact-title {
    max-width: 840px;
    flex-basis: 104%;
    padding: 60px 80px;
}

#impact-4 .impact-text {
    width: 50%;
}

#impact-4 .impact-image {
    width: 61%;
}


/* Compartir */
.compartir {
    padding: 40px 80px;
    flex-direction: row;
    justify-content: center;
}

.compartir .compartir-item {
    padding: 4px 8px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .compartir-item.slick-current {
    border-left: 1px solid #111;
    border-right: 1px solid #111;
} */

.compartir .compartir-img {
    margin-bottom: 16px;
    width: 100%;
    border-radius: 18px;
}

.compartir .compartir-btns {
    display: inline-flex;
    column-gap: 12px;
    padding: 8px 16px;
    border: 1px solid #111;
    border-radius: 40px;
    align-items: center;
}

.compartir .compartir-btns i {
    font-size: 20px !important;
}

/* Footer */
#footer {
    background: #111;
    padding: 40px;
    border-bottom: 46px solid #F4D933
}

#footer .row  {
    column-gap: 80px;
}

.col.footer-text {
    flex-direction: row;
    align-items: center;
    column-gap: 24px;
}

#footer .divider {
    max-width: 251px;
    height: 10px;
    background: #fff;
    width: 100%;
}

#footer h2 {
    font-size: 70px;
    line-height: 0.9em;
    color: #fff;
    text-transform: uppercase;
}

#footer .col.footer-logo {
    padding-left: 80px;
    width: 100%;
    max-width: 312px;
    border-left: 1px solid #ffffff38;
    justify-content: center;
}


/* Responsive */ 
@media (max-width: 1550px) {
    .logo {
        width: 350px;
    }
    #hero h1 {
        font-size: 270px;
        line-height: 0.8em;
        display: flex;
        flex-direction: column;
    }
    #hero span {
        font-size: 80px;
        line-height: 1em;
    }
    #hero span:last-child {
        font-size: 56px;
    }
    h2 {
        font-size: 65px;
    }
    p {
        font-size: 18px;
    }
    #decision h2 {
        font-size: 80px;
    }
    .impact-title h2 {
        font-size: 70px;
    }
    #impact-4 .impact-image {
        width: 70%;
    }
    section#impact-3 .impact-image {
        width: 121%;
    }
    #footer .divider {
        max-width: 140px;
    }
    #footer h2 {
        font-size: 55px;
    }
}

@media (max-width: 920px) {
    .compartir {
        padding: 10px 20px;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .p-right-8 {
        padding-right: 20px !important;
    }
    .p-left-8 {
        padding-left: 20px !important;
    }
    .row {
        flex-direction: column;
    }
    #hero h1 {
        font-size: 280px;
    }
    #hero span {
        font-size: 0.3em;
        display: block;
        line-height: 1em;
    }
    #hero span:last-child {
        font-size: 0.22em;
        display: block;
        line-height: 1.2em;
    }
    #hero .row {
        gap: 0;
    }
    #hero .CTA h2 {
        font-size: 30px;
    }
    #seccion-2 .col.text {
        width: 100%;
        padding-right: 0;
    }
    #stats .col.caida {
        padding: 0 8px;
        flex-basis: 100%;
        flex-direction: column-reverse;
        align-items: center;
    }
    #stats .col.caida img {
        align-self: center;
    }
    #stats .col.col-row.one-year {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    #stats .row {
        gap: 24px;
    }
    #seccion-2 .row {
        border-top: 1px solid #111;
        padding: 18px 0;
        gap: 20px;
    }
    #stats .one-year h2 {
        font-size: 60px;
    }
    #quote .title {
        padding-right: 0;
        border-right: none;
        flex-basis: 100%;
    }
    #decision {
        padding: 29px;
    }
    #decision h2 {
        font-size: 32px;
    }
    #decision img {
        max-width: 70px;
    }
    .impact-title {
        padding: 30px 20px;
        max-width: 100%;
    }
    .impact-title h2 {
        font-size: 40px;
    }
    .impact-img-text,
    .impact-title,
    .impact-text,
    .impact-image {
        width: 100% !important;
    }
    #quote .row {
        gap: 20px;
    }
    #impact-3 .impact-title {
        max-width: 100%;
        flex-basis: 100%;
        padding: 30px 20px;
    }
    #compartir,
    #compartir-2 {
        padding: 30px 20px;
    }
    #hero span:first-child {
        line-height: 1em;
    }
    .slick-arrow {
        position: absolute;
        width: 32px;
        height: 32px;
        left: 16px;
        padding: 0;
        font-size: 16px;
    }
    .slick-next.slick-arrow {
        right: 16px;
    }
    .compartir-item {
        padding: 4px 44px;
    }
    .col.footer-text {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    #footer .row {
        gap: 20px;
    }
    #footer .col.footer-logo {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        border-left: none;
        justify-content: center;
        align-items: center;
    }
    #footer .col.footer-logo img {
        max-width: 179px;
    }
    #footer h2 {
        font-size: 35px;
        text-align: center;
    }
    #footer {
        border-bottom: 20px solid #F4D933;
    }
    .impact-img-text {
        order: 1;
    }
    .impact-text {
        padding: 30px 20px;
    }
    .impact-img-text p {
        padding: 30px 20px;
        max-width: 100%;
    }
    #impact-3 .impact-title {
        order: 1;
    }
    #impact-3 .impact-image {
        order: 2;
    }
    #impact-3 .impact-text {
        order: 3;
    }
    #impact-4 .impact-text {
        order: 3;
    }
    .logo {
        width: 240px;
    }
    header {
        padding: 15px 20px;
    }
    #video video {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 155px;
    }
}