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

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

    /* --naranja: 241, 110, 33; */
    --naranja: 255, 126, 5;
    --amarillo: 249, 231, 60;
}

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

/******************************
*   Reset
******************************/
*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 70px;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Cheetos Normal';
    line-height: 1.4;
    font-size: 16px;
    color: rgb(var(--blanco), 1); 
    background: rgb(var(--naranja), 1); 
}
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;

}
input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 12px 16px;
    color: rgb(var(--oscuro), 1);
    background: rgb(var(--blanco), 1);
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
/* 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: rgb(var(--name), 1); }
button { background: transparent; }
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }

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

ul > li::marker,
ul > li > ul > li::marker { color: rgb(var(--name), 1); }

/******************************
*   Loader
******************************/

/******************************
*   General
******************************/
main {
    min-height: calc(100vh - 60px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/trama.webp') center;
    background-size: 1200px;
    mix-blend-mode: overlay;
    will-change: filter;
    opacity: .2;
}
main section { padding: 30px 0; }

/******************************
*   Home
******************************/
.mancha {
    position: absolute;
    opacity: .5;
    z-index: -1;
}
.man01 {
    top: -30px;
    left: 40%;
    width: 20%;
}
.man02 {
    top: 10%;
    left: -5%;
    width: 25%;
}
.man03 {
    top: 7%;
    right: 3%;
    width: 16%;
}
.man04 {
    bottom: 7%;
    right: 3%;
    width: 19%;
}
.man05 {
    bottom: 7%;
    left: 3%;
    width: 19%;
}
.logo__chettos {
    max-width: 30vh;
    min-width: 130px;
    width: 30%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.logo__chettos > * {
    grid-area: 1 / 1 / 2 / 2;
    filter: drop-shadow(0px -5px 10px rgb(var(--negro), .4));
    will-change: filter;
}
.logo__chettos + * { margin-top: 30px; }
.text__up {
    width: 100%;
    position: relative;
    z-index: 2;
}
.up__svg {
    margin: 0 auto;
    width: 60vh;
    max-width: 64%;
    min-width: 340px;
}
.up__svg svg {
    width: 100%;
    height: auto;
}
tspan { font-family: 'Cheetos Curvy'; }
.frase_01 { fill: rgb(var(--amarillo),1); }
.frase_02 { fill: rgb(var(--blanco),1); }
.frase_01 {
    font-size: 94px;
    stroke-width: 9px;
}
.frase_02 {
    font-size: 35px;
    stroke-width: 6px;
}
.border_01, 
.border_02 {
    fill: #a62d1e;
    stroke: #a62d1e;
}
.con__compo { position: relative; }
.bg__texture {
    width: 135%;
    position: absolute;
    top: 30%;
    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%);
}
.bg__texture::before {
    content: '';
    position: absolute;
    width: 60%;
    padding-top: 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%);
    background: radial-gradient(ellipse at center, rgb(var(--amarillo), 1) 0%, rgb(var(--amarillo), 0) 70%);
}
.bg__texture img {
    width: 100%;
    max-width: inherit;
}
.bg__explode {
    width: 100%;
    position: absolute;
    top: 15%;
    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%);
    mix-blend-mode: darken;
    will-change: filter;
    overflow: hidden;
}
.explode__01 { opacity: .3; }
.explode__02 { mix-blend-mode: hard-light; }
.bg__explode img {
    width: 100%;
    max-width: inherit;
}
.cont__prod {
    margin: 0 -65%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.empa01 { grid-area: 1 / 4 / 2 / 5; }
.empa02 { grid-area: 1 / 3 / 2 / 4; }
.empa03 { grid-area: 1 / 5 / 2 / 6; }
.empa04 { grid-area: 1 / 2 / 2 / 3; }
.empa05 { grid-area: 1 / 6 / 2 / 7; }
.empa06 { grid-area: 1 / 1 / 2 / 2; }
.empa07 { grid-area: 1 / 7 / 2 / 8; }
.empa01 {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.empa02 {
    -webkit-transform: translateX(18%) scale(.9);
    -moz-transform: translateX(18%) scale(.9);
    -ms-transform: translateX(18%) scale(.9);
    -o-transform: translateX(18%) scale(.9);
    transform: translateX(18%) scale(.9);
}
.empa03 {
    -webkit-transform: translateX(-18%) scale(.9);
    -moz-transform: translateX(-18%) scale(.9);
    -ms-transform: translateX(-18%) scale(.9);
    -o-transform: translateX(-18%) scale(.9);
    transform: translateX(-18%) scale(.9);
}
.empa04 {
    -webkit-transform: translateX(45%) scale(.85);
    -moz-transform: translateX(45%) scale(.85);
    -ms-transform: translateX(45%) scale(.85);
    -o-transform: translateX(45%) scale(.85);
    transform: translateX(45%) scale(.85);
}
.empa05 {
    -webkit-transform: translateX(-45%) scale(.85);
    -moz-transform: translateX(-45%) scale(.85);
    -ms-transform: translateX(-45%) scale(.85);
    -o-transform: translateX(-45%) scale(.85);
    transform: translateX(-45%) scale(.85);
}
.empa06 {
    -webkit-transform: translateX(80%) scale(.75);
    -moz-transform: translateX(80%) scale(.75);
    -ms-transform: translateX(80%) scale(.75);
    -o-transform: translateX(80%) scale(.75);
    transform: translateX(80%) scale(.75);
}
.empa07 {
    -webkit-transform: translateX(-80%) scale(.9);
    -moz-transform: translateX(-80%) scale(.9);
    -ms-transform: translateX(-80%) scale(.9);
    -o-transform: translateX(-80%) scale(.9);
    transform: translateX(-80%) scale(.9);
}
.empa01 { z-index: 4; }
.empa02,
.empa03 { z-index: 3; }
.empa04,
.empa05 { z-index: 2; }
.empa06,
.empa07 { z-index: 1; }
.prod__empa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter: drop-shadow(0px 0px 10px rgb(var(--negro), .4));
}
.prod__empa div { position: relative; }
.img__empa {
    position: relative;
    z-index: 1;
}
.reflejos {
    width: 100%;
    position: absolute;
    top: 94%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateX(180deg);
    -moz-transform: translateX(-50%) rotateX(180deg);
    -ms-transform: translateX(-50%) rotateX(180deg);
    -o-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
    opacity: .06;
}
.reflejos .prod__empa { transform-origin: 50% 150%; }
.productos .prod__empa figure::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2%;
    background: rgb(var(--negro), 1);
    width: calc(100% + 10px);
    height: 5%;
    border-radius: 50%;
    filter: blur(4px);
    opacity: .3;
}
.productos .prod__empa figure img {
    position: relative;
    z-index: 1;
}
.sombra {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
}
.sombra figure {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: 50% 0%;
    filter: blur(35px);
    will-change: filter;
    opacity: .8;
}
* + .txt__prox { margin-top: calc(2vh + 2vw); }
.txt__prox {
    text-align: center;
    position: relative;
    z-index: 10;
}
.proxima {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    text-transform: uppercase;
    font-size: clamp(25px, 0.2vmin + 2.5vw, 120px);
    letter-spacing: .2em;
    opacity: 0;
}
.proxima::before,
.proxima i {
    grid-area: 1 / 1 / 2 / 2;
    display: block;
    font-style: normal;
}
.proxima::before {
    content: attr(name);
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #a62d1e;
    color: rgb(var(--negro), 1);
}
.mancha figure { opacity: 0; }
.text__01
.text__02 {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.prod__empa figure,
.bg__explode figure { opacity: 0; }
.cont__cheetos {
    position: absolute;
    width: 42%;
    height: 56%;
    pointer-events: none;
}
.cont01 {
    top: 0;
    left: 0;
}
.cont02 {
    top: 0;
    right: 0;
}
.cont03 {
    bottom: 0;
    left: 0;
}
.cont04 {
    bottom: 0;
    right: 0;
}
.cheeto {
    position: absolute;
    min-width: 30px;
    width: 3.5vw;
    filter: drop-shadow(0px 0px 10px rgb(var(--negro), .2));
    will-change: filter;
}
/* .bolita { width: 20px; }
.poff { width: 20px; } */

.logo__chettos > * { opacity: 0; }


.social {
    margin-top: 30px;
    text-align: center;
    position: relative;
    font-size: clamp(22px, 1.1vmin + 1vw, 120px);
    color: rgb(var(--amarillo), 1);
    text-transform: uppercase;
    z-index: 1;
}
.social > * + * { margin-top: 10px !important; }
.social span,
.social ul li a i { display: grid; }

.social ul li a { display: block; }
.social span,
.social ul li a { opacity: 0; }

.social span::before,
.social span i,
.social ul li a i::before,
.social ul li a i::after {
    grid-area: 1 / 1 / 2 / 2;
    display: block;
    font-style: normal;
}
.social span::before {
    content: attr(name);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #a62d1e;
    color: #a62d1e;
}
.social ul, 
.social ul li {
    list-style: none;
    margin: 0;
    padding-inline-start: 0px;
}
.social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: clamp(20px, 1vmin + 1vw, 120px);
}
.social ul li a i::before,
.social ul li a i::after { position: relative; }
.social ul li a i::before { z-index: 2; }
.social ul li a i::after {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #a62d1e;
    color: #a62d1e;
    z-index: 1;
}
.social ul li:nth-child(1) a i::after { content: "\f39e"; }
.social ul li:nth-child(2) a i::after { content: "\f16d"; }
.social ul li:nth-child(3) a i::after { content: "\e07b"; }
.social ul li:nth-child(4) a i::after { content: "\f167"; }


/******************************
*   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) {
}
@media (min-width : 680px) {
}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {

main {
    min-height: 100vh;
    min-height: 100dvh;
}
.bg__texture { width: 100%; }
/* .bg__texture { width: 80%; }
.bg__explode {
    width: 60%;
    top: 15%;
}
.bg__explode { top: -10%; } */
.man01 {
    top: -50px;
    width: 15%;
}
.man02 { width: 20%; }
.man03 { width: 12%; }
.man04 { width: 12%; }
.man05 { width: 9%; }

/* .cheeto { width: 60px; }
.bolita { width: 40px; }
.poff { width: 40px; } */

.logo__chettos + * { margin-top: 0px; }
.logo__chettos {
    width: 13%;
    position: absolute;
    top: 2vw;
    left: 2vw;
}

.cont__prod { margin: 0 -40%; }

/* .cont__prod {
    width: 200vh;
    max-width: 100%;
    margin: 0 auto;
} */

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
@media (min-width : 992px) {

.bg__texture { width: 80%; }
.bg__explode {
    width: 60%;
    top: 15%;
}
.cont__prod {
    width: 185vh;
    max-width: 100%;
    margin: 0 auto;
}

}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}
@media (min-width : 2000px) {
.sombra figure { filter: blur(75px); }
}


/* ----------- iPad Pro ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

.logo__chettos {
    width: 200px;
    position: relative;
    top: initial;
    left: initial;
}
.logo__chettos + * { margin-top: 40px; }
.cheeto { min-width: 55px; }

.bg__texture { width: 120%; }
.bg__explode { width: 110%; }
.cont__prod {
    width: initial;
    max-width: initial;
    margin: 0 -35%;
}
.proxima { font-size: clamp(39px, 0.2vmin + 2.7vw, 120px); }

.sombra figure {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}

}



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
******************************/
/* 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) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
@media (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}


/******************************
*   Footer
******************************/

/* 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) {
}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
@media (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}