@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html {
    scroll-behavior: smooth;
}

/* Reset básico */
* {
    font-family: "Commissioner", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Opcional: Configuración del body */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    /* O la fuente que prefieras */
}

:root {
    --theme-primary: #b721ff;
    --theme-secondary: #000000;

    --font-primary: #000000;
    --font-secondary: #ffffff;

    --btn-bg: #000000;

}

.october-silence {
    background-image: linear-gradient(-20deg, #b721ff 0%, #e2814c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.summer-games {
    background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.mx{
    padding-left: 7rem;
    padding-right: 7rem;
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    height: 100%;
    background-color: #141414;
    color: var(--font-secondary);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    width: 90%;
}

.-translate-x-full {
    transform: translateX(-100%);
}

.translate-x-full {
    transform: translateX(0%);
}

/* Buttons */

.btn-primary {
    border: 2px solid transparent;
    font-weight: bold;
    font-size: 20px;
    border-image: linear-gradient(45deg, #b721ff, #e2814c);
    border-image-slice: 1;
    background: var(--btn-bg);
    padding: 12px 24px;
    min-width: 150px;
    color: var(--font-secondary);
}

.btn-secondary {
    font-weight: bold;
    font-size: 20px;
    border: 3px solid black;
    background-color: black;
    padding: 12px 24px;
    gap: 8px;
    color: white;
}

.btn-tertiary {
    background-color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    padding: 12px 24px;
    gap: 8px;
    color: var(--font-primary);
    text-align: center;
}

.nav {
    font-weight: bold;
}

.section_title {
    font-size: 2rem;
    /* 20px */
    line-height: normal;
    /* 28px */
}

@media (min-width: 769px) {

    /* md */
    .section_title {
        font-size: 3rem;
        /* 48px */
        line-height: normal;
    }
}

.max-w{
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
}

/* section 1 */
.section-1 {
    color: white;
    background-position: center;
    background-size: cover;
    position: relative;
    /* max-height: 100vh; */
}

.section-1_content {
    z-index: 20;
    max-width: 40rem;
}

.lander-hero {
    margin-left: auto;
    margin-right: auto;
    width: 700px;

}

.hero-title{
    font-size: 50px;
}

@media (max-width: 1050px) {
    .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 1024px){
    .btn-primary {
        border: 2px solid transparent;
        font-weight: bold;
        font-size: 15px;
        border-image: linear-gradient(45deg, #b721ff, #e2814c);
        border-image-slice: 1;
        background: var(--btn-bg);
        padding: 12px 24px;
        min-width: 150px;
        color: var(--font-secondary);
    }
    
    .btn-secondary {
        font-weight: bold;
        font-size: 15px;
        border: 3px solid black;
        background-color: black;
        padding: 12px 24px;
        gap: 8px;
        color: white;
    }
}

@media (max-width: 900px) {
    .hero-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .mx{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .lander-hero {
        width: 500px;
    }
}

/* === Teléfono (sm: 640px) === */
@media (max-width: 520px) {
    .lander-hero {
        width: 200px;
    }

    .btn-primary{
        font-size: small;
    }
}

@media (max-width: 365px) {
.hero-title{
    font-size: 20px;
}
}

/* section 2 */

.section-2 {
    /* background-image: url('/images/banner2.png'); */
    background-position: center;
    background-color: #141414;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: white;
    
}

.service-container {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

.abstract1 {
    transform: translate(-450px, -350px);
}

/* #services {
    position: relative;
    overflow: hidden;
} */

#social-reponsibility {
    position: relative;
    overflow: hidden;
}

.abstract2 {
    right: 0;
    bottom: 0;
    transform: translate(450px, 150px);
    /* transform: translate(-450px, -350px); */
}

.abstract4 {
    top: 0;
    right: 0;
    width: 500px;
    transform: translate(250px, 0px);
}

.section-2_content {
    z-index: 20;
    max-width: 40rem;
}

.section_2-z {
    z-index: 20;
    position: relative;
}

/* section 3 */

.section-3 {
    /* background-image: url('/images/banner3.png'); */
    background-position: center;
    background-size: cover;
    position: relative;
    color: var(--font-secondary);
}

/* .section-3_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #1d252c83;
} */

.section_3-z {
    z-index: 20;
    position: relative;
}

/* section 4 */

.section-4 {
    background: rgb(19, 6, 25);
    background: linear-gradient(90deg, rgba(19, 6, 25, 0.9976584383753502) 0%, rgba(183, 33, 255, 1) 35%, rgba(226, 129, 76, 1) 100%);
    color: white;
}

/* .section-4_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #ffffffab;
} */

.section_4-z {
    z-index: 20;
    position: relative;
}

/* section 5 */

.section-5 {
    /* background-image: url('/images/banner1.png'); */
    background-position: center;
    color: white;
    background-size: cover;
    position: relative;
}

/* .section-5_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fcce01ab;
} */


.section_5-z {
    z-index: 20;
    position: relative;
}

.hands-img {
    width: 40rem;
}

.section5-imgs-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.recycle {
    position: absolute;
    transform: translate(-48px, 48px);
}

.spotlight {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-18px, -48px);
}

/* section 6 */

.section-6 {
    /* background-image: url('/images/banner4.png'); */
    /* background-color: #141414; */
    background: rgb(95, 56, 34);
    background: linear-gradient(85deg, rgba(95, 56, 34, 1) 0%, rgba(226, 129, 76, 1) 35%, rgba(183, 33, 255, 1) 100%);

    /* position: relative; */
    color: var(--font-secondary);
}

/* .section-6_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #1d252cb5;
} */

.section_6-z {
    z-index: 20;
    position: relative;
}

.section-6_content {
    z-index: 20;
    max-width: 40rem;
}

/* footer */

.footer {
    background-color: var(--theme-secondary);
    color: var(--font-secondary);
}

.hr-line {
    border-color: var(--theme-primary);
    border-width: 1px;
}

.rights-and-privacy {
    color: var(--font-secondary);
}