/******************************
*   Tipografias
******************************/
@import url('footer.css');
@import url('all.css');
@import url('typo.css');

:root {
    --negro: 0, 0, 0;
    --blanco: 255, 255, 255;

    --v_d: 68, 0, 4;
    --v_l: 128, 0, 9;

    --r_d: 209, 10, 17; --r_d-v: 173, 15, 10;
    --r_l: 184, 16, 26;

    --ve: 37, 211, 101; --ve-v: 22, 124, 53;
    --am: 255, 203, 0;

    --cr: 199, 146, 104;
}

::selection {
    color: rgb(var(--v_d), 1);
    background: rgb(var(--am), 1);
}
::-moz-selection {
    color: rgb(var(--v_d), 1);
    background: rgb(var(--am), 1);
}
::-webkit-selection {
    color: rgb(var(--v_d), 1);
    background: rgb(var(--am), 1);
}

/******************************
*   Reset
******************************/
*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 88px;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Doritos Text Test';
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    color: rgb(var(--blanco)); 
    background: linear-gradient(to bottom,  rgb(var(--v_d)) 0%, rgb(var(--v_l)) 100%);
}
figure {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
figure img { margin: 0 auto; }
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul,
ol {
    margin: 0;
    padding: 0;
    padding-inline-start: 20px;
}
li + li { margin-top: 15px; }
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Druk Wide';
    font-weight: bold;
    font-style: normal;
    color: rgb(var(--am));
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 10px;
    color: rgb(var(--verde_xd));
    background: rgb(var(--blanco));
    border-radius: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.8;
    resize: none;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: ;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder { color: rgba(var(--negro), .4); }
button { background: transparent; }
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }


p { margin: 0; }
* + p,
* + ol,
* + ul { margin-top: 20px; }
p + div,
div + p,
p + figure,
figure + p { margin-top: 30px; }
ol + *,
ul + *,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 { margin-top: 40px; }

li::marker,
li > ul > li::marker { color: rgba(var(--am), 1); }
table { width: 100%; }


/******************************
*   General
******************************/
.wrapper {
    background: url('../img/texture.svg') center;
    background-size: 100%;
    opacity: 0;
}
main {
    min-height: calc(100vh - 88px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home main { min-height: 100vh; }
main section {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

/* Head Section */
.h__section + *,
* + .h__section { margin-top: 60px; }
.h__section { text-align: center; }


/* CTA */
* + .c__cta { margin-top: 40px; }
.c__cta + .c__cta { margin-top: 20px; }
.c__cta {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
}
.cta,
a.cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    line-height: 1;
    padding: 12px 20px 14px;
    position: relative;
    font-family: 'Doritos Headline';
    font-weight: bold;
    font-style: italic;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cta > * {
    position: relative;
    z-index: 1;
}
.cta i { font-size: 22px; }
.cta::before,
.cta::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}
.cta::before {
    top: 6px;
    left: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.cta:hover::before {
    top: 3px;
    left: 3px;
}
.cta::after { border: 2px solid rgb(var(--negro)); }
.cta__01::before { background: rgb(var(--r_d-v)); }
.cta__01::after { background: rgb(var(--r_d)); }

.cta__02,
a.cta__02 { color: rgb(var(--negro)); }
.cta__02::before { background: rgb(var(--ve-v)); }
.cta__02::after { background: rgb(var(--ve)); }

/******************************
*   Home
******************************/
.inicio {
    padding: 0;
    overflow: hidden;
    filter: drop-shadow(0px 0px 15px rgb(var(--negro), .6));
    will-change: filter;
}
.cont__master {
    position: relative;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    padding-bottom: 50px;
}
.cont__master img {
    width: 100%;
    max-width: inherit;
}
.ov__01 {
    position: relative;
    z-index: 1;
}
.prod__master {
    position: absolute;
    bottom: -3%;
    left: calc(1% + 30px);
    width: 64%;
    display: grid;
    grid-template-columns: 1fr;
}
.prod__master > * {
    grid-area: 1 / 1 / 2 / 2;
    filter: drop-shadow(0px 0px 15px rgb(var(--negro), .9));
    will-change: filter;
    position: relative;
}
.prod__master > *:nth-child(1) { z-index: 7; }
.prod__master > *:nth-child(2) { z-index: 6; }
.prod__master > *:nth-child(3) { z-index: 5; }
.prod__master > *:nth-child(4) { z-index: 4; }
.prod__master > *:nth-child(5) { z-index: 3; }
.prod__master > *:nth-child(6) { z-index: 2; }
.prod__master > *:nth-child(7) { z-index: 1; }
.ov__02 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 0px 15px rgb(var(--negro), .9));
    will-change: filter;
    z-index: 2;
}
.cont__txt {
    text-align: center;
    filter: drop-shadow(0px 0px 15px rgb(var(--negro), .3));
    will-change: filter;
    position: relative;
    z-index: 5;
}
.cont__txt > * + * { margin-top: 30px; }
.t__01 {
    font-family: 'Druk Wide';
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 6vw;
}
.t__01 > * { overflow: hidden; }
.t__01 > * span { display: block; }
.t__02 {
    font-family: 'Doritos Headline';
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}
.t__02 span { color: rgb(var(--am)); }
.txt2__01 { font-size: 5vw; }
.txt2__01 span { font-size: 130%; }
.txt2__02 { font-size: 14vw; }
.txt2__02 i {
    display: inline-block;
    font-size: 65%;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%);
}
.txt2__03 { font-size: 5vw; }
.txt2__03 span {
    display: block;
    font-size: 130%;
}
.text__legal {
    text-align: center;
    font-size: clamp(12px, .8vw, 20px);
    position: relative;
    margin-top: 30px;
    font-family: system-ui;
}
.info__master .c__cta,
.info__master .text__legal {
    position: relative;
    z-index: 5;
}

.cont__pasos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 60px 50px;
}
.paso {
    flex: 0 1 80%;
    display: flex;
    flex-direction: column;
}
.paso figure { margin-bottom: -15%; }
.paso__info {
    position: relative;
    padding: 20px 10px;
    font-family: 'Doritos Headline';
    font-weight: bold;
    font-style: italic;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.number {
    position: absolute;
    top: -25px;
    left: 0;
    width: 50px;
    height: 50px;
    background: rgb(var(--negro));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.number span {
    font-size: 28px;
    line-height: 1;
    margin-top: -2px;
}
.paso__bg {
    position: absolute;
    top: 0;
    left: -10px;
    right: 10px;
    height: 100%;
}
.paso__bg span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}
.paso__bg span:nth-child(1) {
    background: rgb(var(--r_d-v));
    position: absolute;
    top: 6px;
    left: 6px;
}
.paso__bg span:nth-child(2) {
    background: rgb(var(--r_d));
    border: 2px solid rgb(var(--negro));
}
.paso__info p {
    position: relative;
    margin: 0;
    font-size: 18px;
}
.paso__info p i {
    font-size: 15px;
    display: block;
}
.paso__info p span { color: rgb(var(--am)); }
.paso__info p a {
    color: rgb(var(--ve));
    text-decoration: underline;
}
* + .nota { margin-top: 60px; }
.nota {
    text-align: center;
    font-size: 90%;
    font-style: italic;
    opacity: .8;
}

/******************************
*   Legal
******************************/
.info__legal {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}

/******************************
*   Cierre
******************************/
.sect__end {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -6%;
    margin-bottom: -60px;
    pointer-events: none;
}
.rocas__bg {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 60px;
}
.rocas {
    width: 30%;
    min-width: 150px;
    position: relative;
    overflow: hidden;
}
.r__01 figure {
    width: 160%;
    margin-left: -60%;
}
.r__02 figure {
    width: 160%;
    margin-right: -60%;
}

/******************************
*   Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
.ov__01 > figure { width: 110%; }
.ov__02 { padding-top: 6%; }

}
@media (min-width : 680px) {
.paso { flex: 0 1 calc((100% - (50px * 1)) / 2); }

}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.master__over { width: 137%; }
.text__legal { padding: 0 20vw; }

}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

.info__master { margin-top: -50px; }
.info__master * + .c__cta { margin-top: 0; }

.cont__txt {
    position: absolute;
    top: 50%;
    right: calc(3% + 30px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
.t__01 { font-size: clamp(26px, 2vw, 100px); }
.txt2__01 { font-size: clamp(18px, 2vw, 90px); }
.txt2__02 { font-size: clamp(45px, 5vw, 170px); }
.txt2__03 {
    text-align: center;
    font-size: clamp(18px, 1.4vw, 90px);
}

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
@media (min-width : 992px) {
.cont__master { margin-top: -10%; }
.paso { flex: 0 1 calc((100% - (50px * 2)) / 3); }

}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}






header ul,
footer ul,
header ol,
footer ol {
    padding-inline-start: 0;
    list-style: none;
}
header li + li,
footer li + li { margin-top: 0; }

/******************************
*   Header
******************************/
.header  {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
}
.cont__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgb(var(--v_d));
    border-bottom: 1px solid rgb(var(--cr));
    padding: 10px 30px 10px 20px;
}
.logo {
    width: 79.78px;
    z-index: 10;
    filter: drop-shadow(0px 0px 5px rgb(var(--negro), .6));
    will-change: filter;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.logo a {
    display: block;
    overflow: hidden;
}
.logo a span {
    opacity: 0;
    position: absolute;
    top: -100%;
    left: -100%;
}
.men__opt {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}

#home .header {
    position: fixed;
    left: 0;
    right: 0;
}
#home .header .cont__menu {
    background: transparent;
    border-color: transparent;
}
#home .header.scroll .cont__menu {
    background: rgb(var(--v_d));
    border-color: rgb(var(--cr));
}

/* Btn mobile */
.btn__mob {
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    z-index: 10;
    pointer-events: all;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    opacity: 0;
}
.btn__mob::before,
.btn__mob::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn__mob::before {
    top: 6px;
    left: 6px;
}

.btn__mob::before { background: rgb(var(--r_d-v)); }
.btn__mob::after {
    background: rgb(var(--r_d));
    border: 2px solid rgb(var(--negro));
}
.btn__mob > div {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.btn__mob > div span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(var(--blanco));
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.btn__mob > div span + span { margin-top: 8px; }
.btn__mob.active > div span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.btn__mob.active > div span:nth-child(1) {
    -webkit-transform: translate(0px, 10px) rotate(45deg);
    -moz-transform: translate(0px, 10px) rotate(45deg);
    -ms-transform: translate(0px, 10px) rotate(45deg);
    -o-transform: translate(0px, 10px) rotate(45deg);
    transform: translate(0px, 10px) rotate(45deg);
}
.btn__mob.active > div span:nth-child(3) {
    -webkit-transform: translate(0px, -10px) rotate(-45deg);
    -moz-transform: translate(0px, -10px) rotate(-45deg);
    -ms-transform: translate(0px, -10px) rotate(-45deg);
    -o-transform: translate(0px, -10px) rotate(-45deg);
    transform: translate(0px, -10px) rotate(-45deg);
}


/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
}
@media (min-width : 680px) {

}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
.menu {
    position: absolute;
    top: 100%;
    height: calc(100vh - 88px);
    left: 0;
    right: 0;
    background: rgba(var(--v_d), .9);
    overflow: auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.menu nav { padding: 40px 15px; }
.menu nav .cta { font-size: 22px; }
#home .header .cont__menu.active {
    background: rgb(var(--v_d));
    border-color: rgb(var(--cr));
}
.menu.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
html { scroll-padding: 105px; }
main {
    min-height: calc(100vh - 105px);
    min-height: calc(100dvh - 105px);
}

.cont__menu { padding: 10px 50px 10px 30px; }
.btn__mob { display: none; }

.logo { width: 100px; }

.men__opt {
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.menu nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.menu nav ul li { opacity: 0; }
.men__opt .cta { font-size: 18px; }

}

