:root {
    --main-360-color: #e9b54c;
}
@font-face {
    font-family: 'clash_displaybold';
    src: url('fonts/clashdisplay-bold-webfont.woff2') format('woff2'),
         url('fonts/clashdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overscroll-behavior: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: var(--bs-body-color);
    background-color: var(--bs-gray-100);
}

#smooth-wrapper {
  height: 100%; /* ocupa todo el viewport */
  overflow: hidden;
}

#smooth-content {
    overflow: visible;
    width: 100%;
}

.big-title {
    font-family: 'clash_displaybold', sans-serif;
    font-size: 144px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.py-12vh {
    padding-top: 12vh;
    padding-bottom: 12vh;
}

.py-25vh {
    padding-top: 25vh;
    padding-bottom: 25vh;
}

.my-6vh {
    margin-top: 6vh;
    margin-bottom: 6vh;
}

.my-12vh {
    margin-top: 12vh;
    margin-bottom: 12vh;
}

.mt-6vh { margin-top: 6vh; }
.mt-12vh { margin-top: 12vh; }
.mt-global {
    margin-top: 25vh;
}

/* Cortinilla loader */
.cortinilla {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--bs-body-color);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

.arrow {
	position: absolute;
	bottom: 6vh;
	left: 50%;
	z-index: 2;
}
.arrow svg {
    transform: rotate(90deg);
    stroke: var(--bs-body-color);
    width: 2rem;
    margin-left: -1rem;
    height: auto;
}

.logo-warner {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 100;
    pointer-events: none;
}
.logo-warner svg {
    width: 60px;
    fill: var(--bs-body-color);
    transform-style: preserve-3d;
}

/* ############################# intro */
.intro, .website {
    background-color: var(--bs-gray-100);
}
.tus-aliados .aliados2,
.tus-aliados .aliados3 {
    color: var(--main-360-color);
}

/* ############################# website */
.vh-50 {
    height: 50vh;
}
.full-image-container {
    position: relative;
}

.full-width-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    max-width: none;
    border-radius: 12px;
    overflow: hidden;
}

/* ############################# en-el-home */
#en-el-home {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.carrete {
    width: 150px;
    height: 2000px;
    background: url('images/carrete.svg') repeat-y center center;
    position: fixed;
    right: -130px;
    bottom: -60px;
    transform: rotate(45deg);
    transform-origin: bottom center;
    z-index: 1;
}

/* ############################# nuevas-secciones */
#nuevas-secciones {
    background-color: var(--main-360-color);
}

.pelicula {
    position: fixed;
    left: -300px;
    top: 10%;
    z-index: 2;
}
.pelicula img {
    width: 300px;
}

.mails {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.mails p {
    margin: 0;
}