/********* FONTS */

@font-face {
    font-family: 'MelvinandEmily-Serif';
    src: url('../fonts/MelvinandEmily-Serif.eot');
    src: url('../fonts/MelvinandEmily-Serif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MelvinandEmily-Serif.woff2') format('woff2'),
        url('../fonts/MelvinandEmily-Serif.woff') format('woff'),
        url('../fonts/MelvinandEmily-Serif.ttf') format('truetype'),
        url('../fonts/MelvinandEmily-Serif.svg#MelvinandEmily-Serif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.futura-heavy {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.futura-book {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.futura-light {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.futura-extra-bold {
    font-family: futura-pt, sans-serif;
    font-weight: 800;
    font-style: normal;
}

.futura-bold {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/********* BODY */

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#ffffff;
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar:vertical {
    display: none;
    /* display: block;
    width: 8px; */
}
  
body::-webkit-scrollbar-track:vertical {
    background: #929292;
}
  
body::-webkit-scrollbar-thumb:vertical {
    background: #474747;
}

/******** WHATSAPP */

.whatsapp-chat {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    position: fixed;
    top: calc(100% - 60px);
    left: calc(100% - 60px);
    z-index: 9999;
    border-radius: 1000px;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    -webkit-box-shadow: 0px 5px 10px 0px #999999;
    box-shadow: 0px 5px 10px 0px #999999;
    cursor: pointer;
    z-index: 9990;
}

/********* NAVEGADOR */

.navegador {
    width: 100%;
    height: auto;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
}

.header-navegador {
    width: 100%;
    height: 55px;
    margin: 0;
    position: relative;
    background-color: #ffffff;
}

.header-navegador.active {
    background-color: transparent;
}

.logo-navegador {
    width: 180px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}
 
.logo-navegador.active {
    color: #ffffff;
}

.iconos-navegador {
    width: auto;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}

.icono-navegador {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 2.5px;
    cursor: pointer;
    color: #545454;
}

.icono-navegador.active {
    color: #ffffff;
}

#icono-menu {
    display: none;
}

.menu-navegador {
    width: 100%;
    height: 35px;
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.menu-navegador.active {
    background-color: #42413D;
}

.opcion-menu-navegador {
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    color: #545454;
}

.opcion-menu-navegador.active {
    color: #ffffff;
}

@media(max-width: 950px) {

    #icono-cuenta {
        display: none;
    }

    #icono-menu {
        display: block;
    }

    .menu-navegador {
        display: none;
    }
}

.menu-movil {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -105vw;
    background-color: #000000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
    z-index: 17;
}

.menu-movil.active {
    right: 0;
}

.cerrar-menu-movil {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #f0f0f0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
}

.opcion-menu-movil {
    width: 330px;
    height: 55px;
    line-height: 55px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    color: #f0f0f0;
    font-size: 18px;
    cursor: pointer;
    margin: 2.5px calc(50% - 165px);
}

.opcion-menu-movil-alt {
    width: 230px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #8F0219;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    color: #f0f0f0;
    font-size: 18px;
    cursor: pointer;
    margin: 20px calc(50% - 115px);
    margin-top: 40px;
}

/********* PORTADA */

.portada {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-image: url('../img/fondo_inicio.jpg');
    background-size: cover;
    background-position: top left;
    position: relative;
    overflow: hidden;
}

.sombra-portada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.74);
}

.img-portada {
    width: 35vh;
    height: 75vh;
    background-image: url('../img/botella.png');
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 60px;
    right: 15%;
    z-index: 3;
    opacity: 0.95;
}

.img2-portada {
    width: 65vh;
    height: 40vh;
    background-image: url('../img/planta_portada.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 2;
    opacity: 0.2;
}

.texto-portada {
    width: auto;
    height: 7.4vmax;
    line-height: 3.7vmax;
    font-family: 'MelvinandEmily-Serif', sans-serif;
    font-size: 2.2vmax;
    color: #ffffff;
    position: absolute;
    left: 80px;
    top: calc(50vh - 2vmax);
    z-index: 2;
    text-align: left;
}

@media(max-width: 1024px) {
    .img-portada {
        width: 25vh;
        height: 65vh;
        right: 50%;
        bottom: 70px;
    }
    
    .img2-portada {
        width: 45vh;
        height: 32vh;
        bottom: 40px;
        right: 15%;
    }

    .texto-portada {
        height: 7.4vmax;
        line-height: 3.7vmax;
        font-size: 2.2vmax;
        right: 20px;
        top: 160px;
        text-align: right;
    }
}

.animation {
    animation-name: text-focus-in;
    animation-duration: 3s;
    animation-timing-function: linear;
    -webkit-animation-name: text-focus-in;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 0.95;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 0.95;
    }
}

/********* EDAD */

.edad-sombra {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99997;
}

.contenedor-edad {
    width: 330px;
    height: 285px;
    background-color: #ffffff;
    position: fixed;
    top: calc(50vh - 142.5px);
    left: calc(50vw - 165px);
    z-index: 99998;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.logo-edad {
    width: 180px;
    height: 35px;
    line-height: 35px;
    margin: 20px calc(50% - 90px);
    text-align: center;
    font-size: 28px;
    color: #000000;
}

.texto-edad {
    width: 90%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
}

.btn1-edad {
    width: 145px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #545454;
    border: 1px solid #8F0219;
    cursor: pointer;
    margin: 16px 5px;
}

.btn2-edad {
    width: 145px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    border: 1px solid #8F0219;
    background-color: #8F0219;
    cursor: pointer;
    margin: 16px 5px;
}

.label-edad {
    width: 90%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #b7b6b6;
}


/********* SECCION */

.seccion {
    width: 100vw;
    height: auto;
    min-height: 540px;
    margin: 0;
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

.titulo-seccion {
    width: 100%;
    height: auto;
    margin: 20px auto;
    margin-top: 40px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: 545454;
}

.elemento-seccion {
    width: 280px;
    height: 400px;
    margin: 10px;
}

.img-elemento-seccion {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.titulo-elemento-seccion {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    color: #545454;
}

@media(max-width: 650px) {
    .elemento-seccion {
        width: 160px;
        height: 245px;
        margin: 12px;
    }
    
    .img-elemento-seccion {
        width: 100%;
        height: 195px;
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }
    
    .titulo-elemento-seccion {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-family: futura-pt, sans-serif;
        font-size: 18px;
        color: #545454;
    }
}

.tops {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #000000;
    position: relative;
}

.subtitulo-tops {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px auto;
    margin-top: 40px;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.titulo-tops {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 10px auto;
    font-family: futura-pt, sans-serif;
    font-size: 35px;
    color: #ffffff;
}

.elementos-tops {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    display: none;
}

.contenedor-elemento {
    width: 300px;
    height: auto;
}

.img-elemento2 {
    width: 100%;
    height: 300px;
    margin: 7px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}

.nombre-elemento {
    margin: 7px 0;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    color: #FFF;
}

.cantidad-elemento {
    margin: 7px 0;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    color: #969696;
}

.precio-elemento {
    margin: 7px 0;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 22px;
    color: #fff;
}

.decoracion1-tops {
    width: 135px;
    height: 185px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: 30px;
    opacity: 0.2;
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}

.decoracion2-tops {
    width: 135px;
    height: 185px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 70px;
    right: 30px;
    opacity: 0.2;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
}

@media(max-width: 750px) {
    .decoracion1-tops {
        width: 95px;
        height: 145px;
        top: 130px;
        left: 30px;
    }
    
    .decoracion2-tops {
        width: 95px;
        height: 145px;
        bottom: 70px;
        right: 30px;
    }
}

/********* SWIPER TOPS */

.elementos-tops-movil {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.swiper2,
.swiper3 {
    width: 100%;
    max-width: 440px;
    height: 100%;
    margin: 20px auto;
    position: relative;
    padding-top: 40px;
    overflow: hidden;
}

@media(min-width: 1100px) {
    .elementos-tops-movil {
        display: none;
    }

    .elementos-tops {
        display: flex;
    }
}


/********* MAIN */

.main {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 120px);
    margin: 20px auto;
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

@media(max-width: 950px) {

    .main {
        margin-top: 80px;
        min-height: calc(100vh - 80px);
    }
}

.titulo-main {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    color: #5D5D5D;
}

.titulo2-main {
    width: 90%;
    height: auto;
    margin: 40px auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #5D5D5D;
}

.texto-main {
    width: 100%;
    margin: 10px auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #7D7D7D;
}

form {
    width: 320px;
    height: auto;
    margin: 0 auto;
}
  
input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  
label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.textfield {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: transparent;
    height: calc(3em + 2px);
    padding: 1em;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #5b5b5b;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    color: #5b5b5b;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
}

input[value="0000-00-00"]::-webkit-datetime-edit {
    color: transparent; 
}

.textfield:focus,
.textfield:active {
    border-bottom: 1px solid #8F0219;
}

.textfield:focus + label:before,
.textfield:active + label:before {
    color: #5b5b5b;
}

.textfield + label {
    display: block;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    margin-top: calc(-3em - 1px);
    margin-bottom: 1em;
    pointer-events: none;
}

.textfield + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #5D5D5D;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    margin: 0 calc(1em + 2px);
    white-space: nowrap;
    transition-property: color, -webkit-transform;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.textfield:focus + label:before,
.textfield.active + label:before,
.textfield:valid + label:before {
    background: #ffffff;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
    transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
}

.contenedorRelativeForm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
  
.btnOpForm {
    position: absolute;
    top: 15px;
    left: calc(100% - 40px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #8F0219;
    cursor: pointer;
}

.olvide {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #6A6A6A;
    text-decoration: underline;
    cursor: pointer;
}

.btns {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
}

.btn1 {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 20px 0;
    background-color: #8F0219;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.btn2 {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 20px 0;
    background-color: #EBEBEB;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #848484;
    cursor: pointer;
}

.btn3 {
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: left;
    margin: 20px 0;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    color: #848484;
    cursor: pointer;
    border-radius: 5px;
}

.select {
    width: 300px;
    height: 38px;
    margin: 40px calc(50% - 150px);
    margin-top: 6px;
    border: 1px solid #8F0219;
    display: flex;
    position: relative;
}

.select i {
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #8F0219;
    position: absolute;
    top: 0;
    right: 4px;
    cursor: pointer;
    z-index: 1;
}

.cborder {
    width: calc(100% - 10px);
    height: 38px;
    line-height: 38px;
    margin: 0;
    margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    text-align: left;
    color: #8F0219;
    position: relative;
    z-index: 2;
}

/* ********* POPUP */

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: #8F0219;
    display: none;
}
  
.icono-popup {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 calc(50% - 30px);
    margin-top: 30vh;
    z-index: 99;
    border: 4px solid #ffffff;
    color: #ffffff;
    font-size: 40px;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
}
  
.mensaje-popup {
    width: 95%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
}
  
.btn-popup {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    color: #8F0219;
    margin: 25px calc(50% - 80px);
    border-radius: 10px;
    cursor: pointer;
}

/*POPUP CARGANDO*/
.contenedor-popup-cargando {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 15;
}

.opciones-cuenta {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 20px auto;
    position: relative;
}

.opcion-cuenta {
    width: 100%;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    border-bottom: 1px solid #8F0219;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    color: #5D5D5D;
    cursor: pointer;
    position: relative;
}

.opcion-cuenta i {
    width: 30px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #8F0219;
    font-size: 10px;
}

.opcion-alt-cuenta {
    width: 120px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    margin-top: 50px;
    text-align: left;
    text-decoration: underline;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    color: #5D5D5D;
    cursor: pointer;
}

.direcciones {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.leyenda-direcciones {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    color: #6A6A6A;
}

.direccion {
    width: 90%;
    height: auto;
    margin: 12px auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    padding: 20px 0;
}

.titulo-direccion {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #707070;
}

.subtitulo-direccion {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    color: #AFAFAF;
}

.texto-direccion {
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    color: #707070;
}

.formulario {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #ffffff;
    border-top: 1px solid #cecece;
    position: fixed;
    top: 105vh;
    left: 0;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
    z-index: 99;
}

.formulario.active {
    top: 0;
}

.formulario::-webkit-scrollbar {
    display: none;
}

.cerrar-formulario {
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #5b5b5b;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0;
}

.titulo-formulario {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 24px;
    color: #5b5b5b;
    cursor: pointer;
    position: absolute;
    top: 100px;
    right: 0;
}

.contenido-formulario {
    width: 90%;
    max-width: 900px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 60px auto;
    margin-top: 160px;
    position: relative;
}

/******** CONTENEDOR-BUSCADOR */

.contenedor-buscador {
    width: 90%;
    max-width: 815px;
    height: 50px;
    margin: 10px auto;
    border: 1px solid #cecece;
    display: flex;
}

.tfbuscador {
    width: calc(100% - 60px);
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5b5b5b;
}

.icono-buscador {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    background-color: #8F0219;
}

.resultados {
    width: 90%;
    margin: 10px auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    color: #5b5b5b;
}

ul {
    width: 90%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}

.hiding {
    opacity: 1;
}

.hidden {
    display: none;
}

/************** ELEMENTOS */

.swiper {
    width: 90%;
    max-width: 420px;
    height: 510px;
    background-size: cover;
    background-position: center;
    margin: 10px auto;
    border: 1px solid #d1d1d1;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    opacity: 1;
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.4;
}

.swiper-pagination-bullet {
    background-color: #ffffff;
}

.contenido-elemento-big {
    width: 90%;
    max-width: 500px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: 20px auto;
    position: relative;
}

.titulo-elemento-big {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #545454;
    text-transform: uppercase;
    margin: 0 auto;
}

.subtitulo-elemento-big {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #969696;
    margin: 7px auto;
}

.precio-elemento-big {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0e0e0e;
    margin: 0 auto;
}

.compartir {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    margin-left: calc(100% - 30px);
    font-size: 17px;
    color: #5b5b5b;
    cursor: pointer;
}

.panel-compartir {
    width: 100%;
    height: 220px;
    background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    bottom: -290px;
    left: 0;
    z-index: 9997;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
}

.panel-compartir.active {
    bottom: 0;
}

.cerrar-panel-compartir {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

.titulo-panel-compartir {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    margin: 20px auto;
}

.opcion-panel-compartir {
    width: 90%;
    height: 50px;
    display: flex;
    border-bottom: 1px solid #818181;
    margin: 5px auto;
}

.icono-opcion-panel-compartir {
    width: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}

.texto-opcion-panel-compartir {
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #f0f0f0;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
}

.separador-elemento-big {
    width: 100%;
    height: 1px;
    background-color: #8F0219;
    margin: 30px auto;
}

.texto-elemento-big {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #545454;
    margin: 0 auto;
}

.leyenda-elemento-big {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-top: 16px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #8d8d8d;
}

.opciones-elemento-big {
    width: 280px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.info-elemento-big {
    width: 340px;
    height: auto;
    margin: 20px calc(50% - 170px);
}

.row-info-elemento-big {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    border: 1px solid #C6C6C6;
}

.column-info-elemento-big {
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: left;
    margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #545454;
}


.contenedor-cantidad {
    width: 100px;
    height: 36px;
    margin: 0 auto;
    display: flex;
    border: 1px solid #8F0219;
}

.icono-contenedor-cantidad {
    width: 25px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #545454;
    cursor: pointer;
    font-size: 15px;
    margin: 0 auto;
}

.texto-contenedor-cantidad {
    width: 50px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #545454;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
}


.elemento {
    width: 220px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.img-elemento {
    width: 100%;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #D1D1D1;
    margin: 0 auto;
    cursor: pointer;
}

@media(max-width: 650px) {
    .elemento {
        width: 155px;
    }
    
    .img-elemento {
        width: 100%;
        height: 220px;
    }
}

.textos-elemento {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.titulo-elemento {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #545454;
    margin-top: 8px;
}

.subtitulo-elemento {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #969696;
    margin-top: 2px;
}

.contenedor-precio-elemento {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto-elemento {
    height: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0C0C0C;
    margin: 12px 3px;
}

.elemento-mini {
    width: 100%;
    margin: 0 auto;
    height: 85px;
    display: flex;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #C6C6C6;
    cursor: pointer;
}

.img-elemento-mini {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}

.textos-elemento-mini {
    width: calc(100% - 60px);
    height: 80px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.titulo-elemento-mini {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    color: #545454;
}

.texto-elemento-mini {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    color: #0E0E0E;
    margin-top: 5px;
}

/************** FOOTER */

.footer {
    width: 100%;
    height: auto;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
}

.seccion-footer {
    width: 90%;
    max-width: 320px;
    height: auto;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-footer {
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 10px auto;
    margin-top: 25px;
    letter-spacing: 2px;
}

.text-footer {
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    color: #ddd;
    width: 100%;
    height: auto;
    margin: 5px auto;
    cursor: pointer;
    letter-spacing: 2px;
}

.text-footer a {
    color: #ddd;
    text-decoration: none;
}

.icon-footer {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    margin-right: 15px;
}

.text-alt-footer {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ddd;
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.text-alt-footer a {
    color: #cecece;
    text-decoration: none;
}

.line-footer {
    width: 98%;
    height: 1px;
    background-color: #5b5b5b;
    margin: 20px auto;
}

.powered {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ddd;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.phantomy {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
    cursor: pointer;
}

/* ********* LEGAL */

.seccion-legal {
    width: 90%;
    max-width: 1100px;
    height: auto;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.separador-seccion-legal {
    width: 100%;
    height: 2px;
    background-color: #8F0219;
    margin: 5px auto;
}

.texto-seccion-legal {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    color: #302F2F;
}

.texto-seccion-legal a {
    color: #8F0219;
}

.subtitulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #8F0219;
    text-transform: uppercase;
}

/* ********* CARRITO */

.panel-carrito {
    width: 100%;
    max-width: 450px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -500px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 2px #929292;
    -webkit-box-shadow: 0px 0px 4px 2px #929292;
    z-index: 9999;
    overflow-y: scroll;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
}

.panel-carrito::-webkit-scrollbar {
    display: none;
}

.show {
    right: 0;
}

.header-panel-carrito {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-header-panel-carrito {
    width: 90%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 14px auto;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #302F2F;
    text-transform: uppercase;
    font-weight: 600;
}

.cerrar-header-panel-carrito {
    width: 10%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    margin: 14px auto;
    font-size: 20px;
    color: #302F2F;
    cursor: pointer;
}

.mensaje-header-panel-carrito {
    width: 100%;
    height: auto;
    margin: 14px auto;
    margin-top: 0;
    background-color: #c2c2c2;
    padding: 14px 40px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.filas-panel-carrito {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
}

.fila-panel-carrito {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    position: relative;
}

.img-fila-panel-carrito {
    width: 102px;
    height: 132px;
    margin: 0 auto;
    border: 1px solid #D1D1D1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contenido-fila-panel-carrito {
    width: calc(100% - 140px);
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-contenido-fila-panel-carrito {
    width: calc(100% - 10px);
    height: auto;
    text-align: left;
    margin: 5px 0;
    margin-left: 5px;
    font-size: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    color: #302F2F;
    text-transform: uppercase;
}

.descripcion-contenido-fila-panel-carrito {
    width: calc(100% - 10px);
    height: auto;
    text-align: left;
    margin: 5px 0;
    margin-left: 5px;
    font-size: 12px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
}

.precio-contenido-fila-panel-carrito {
    width: 90px;
    height: 36px;
    line-height: 36px;
    margin: 10px auto;
    margin-left: 5px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 800px;
    font-size: 15px;
    color: #000;
}

.contenendor-cantidad-contenido-fila-panel-carrito {
    width: 90px;
    height: 34px;
    margin: 10px auto;
    background-color: #ffffff;
    border: 1px solid #8F0219;
    display: flex;
}

.menos-contenendor-cantidad-contenido-fila-panel-carrito{
    width: 30px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #8F0219;
}

.cantidad-contenendor-cantidad-contenido-fila-panel-carrito {
    width: 30px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 300px;
    font-size: 12px;
    color: #000000;
}

.mas-contenendor-cantidad-contenido-fila-panel-carrito {
    width: 30px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #8F0219;
}

.borrar-fila-carrito {
    width: 100px;
    height: 15px;
    line-height: 15px;
    text-align: right;
    margin: 10px auto;
    margin-left: calc(100% - 100px);
    font-family: futura-pt, sans-serif;
    font-weight: 300px;
    font-size: 12px;
    color: #bdbdbd;
    text-decoration: underline;
    cursor: pointer;
}

.shipping-panel-carrito {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
}

.titulo-shipping-panel-carrito {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 5px auto;
    margin-top: 10px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.texto-shipping-panel-carrito {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 300px;
    font-size: 12px;
    color: #000000;
}

.subtotal-panel-carrito {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
}

.texto-subtotal-panel-carrito {
    width: 50%;
    height: 20px;
    line-height: 20px;
    margin: 12px auto;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.numero-subtotal-panel-carrito {
    width: 50%;
    height: 20px;
    line-height: 20px;
    margin: 12px auto;
    text-align: right;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.btncontinue-panel-carrito {
    width: 300px;
    height: 44px;
    line-height: 44px;
    margin: 7px calc(50% - 140px);
    margin-top: 25px;
    color: #FFFFFF;
    background-color: #8F0219;
    font-family: futura-pt, sans-serif;
    font-weight: 300px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

/* ********* CHECKOUT */

.secciones-checkout {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.seccion-checkout {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.titulo-seccion-checkout {
    width: 100%;
    height: auto;
    margin: 10px auto;
    margin-top: 25px;
    font-size: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #545454;
}

.contenedor-direccion {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #8F0219;
    position: relative;
}

.nombre-direccion {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    font-family: futura-pt, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #545454;
}

.telefono-direccion {
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #989898;
    font-size: 16px;
}

.texto2-direccion {
    width: 90%;
    height: auto;
    margin: 20px auto;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #545454;
}

.container-direccion {
    display: block;
    position: absolute;
    padding-left: 35px;
    top: 10px;
    right: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f0f0f0;
}
  
.container-direccion input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
.checkmark-direccion {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #929292;
    background-color: transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
  
.container-direccion:hover input ~ .checkmark-direccion {
    border: 1px solid #545454;
}
  
.checkmark-direccion:after {
    content: "";
    position: absolute;
    display: none;
}
  
.container-direccion input:checked ~ .checkmark-direccion:after {
    display: block;
}
  
.container-direccion .checkmark-direccion:after {
    left: 1px;
    top: 1px;
    width: 15px;
    height: 15px;
    background-color: #8F0219;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.agregar-nueva-checkout {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #989898;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}

.contenedor-envio {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #8F0219;
    position: relative;
}

.nombre-envio {
    width: 80%;
    height: auto;
    margin: 0;
    margin-top: 10px;
    margin-left: 45px;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #545454;
    text-align: left;
}

.dias-envio {
    width: 80%;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    margin-left: 45px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: #aeaeae;
    text-align: left;
}

.precio-envio {
    position: absolute;
    top: calc(50% - 14px);
    right: 10px;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.container-envio {
    display: block;
    position: absolute;
    padding-left: 15px;
    top: calc(50% - 8.5px);
    left: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #f0f0f0;
}
 
.container-envio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
 
.checkmark-envio {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #929292;
    background-color: transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
 
.container-envio:hover input ~ .checkmark-envio {
    border: 1px solid #545454;
}
 
.checkmark-envio:after {
    content: "";
    position: absolute;
    display: none;
}
 
.container-envio input:checked ~ .checkmark-envio:after {
    display: block;
}
 
.container-envio .checkmark-envio:after {
    left: 1px;
    top: 1px;
    width: 15px;
    height: 15px;
    background-color: #8F0219;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.contenedor-descuento {
    width: 90%;
    max-width: 380px;
    height: auto;
    margin: 0;
    display: flex;
}

.textfield-descuento {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #aeaeae;
    text-align: center;
    border: 1px solid #8F0219;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
}

.textfield-descuento:focus {
    outline: none;
}

.btn-descuento {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #8F0219;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    cursor: pointer;
}

.contenedor-resumen {
    width: 100%;
    height: auto;
    margin: 40px auto;
    background-color: #f0f0f0;
    display: flex;
    flex-wrap: wrap;
}

.titulo-contenedor-resumen {
    width: 90%;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    font-size: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #545454;
    border-bottom: 1px solid #5b5b5b;
    position: relative;
}

.titulo-contenedor-resumen i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.linea-resumen {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #b3b3b3;
    display: flex;
}

.texto-linea-resumen {
    width: 50%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.numero-linea-resumen {
    width: 40%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #000000;
    text-align: right;
}

.filas-resumen {
    width: 90%;
    height: auto;
    margin: 10px auto;
    display: none;
}

.filas-resumen.active {
    display: block;
}

.fila-resumen {
    width: 100%;
    height: auto;
    display: flex;
    margin: 5px auto;
}

.imagen-fila-resumen {
    width: 40px;
    height: 65px;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #b3b3b3;
    margin: 0 auto;
}

.contenido-fila-resumen {
    width: calc(100% - 60px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.titulo-contenido-fila-resumen {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    overflow: hidden;

}

.subtitulo-contenido-fila-resumen {
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #727272;
}

.texto-contenido-fila-resumen {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.btn-pagar-checkout {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 0;
    display: flex;
    background-color: #848484;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

.contenido-btn-pagar-checkout {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.texto-btn-pagar-checkout {
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.icono-btn-pagar-checkout {
    width: 40%;
    height: 100%;
    margin: 0 auto;
    text-align: right;
}

/***** RECIBO */

.logo-recibo {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.titulo-recibo {
    width: 100%;
    height: auto;
    margin: 10px auto;
    font-size: 20px;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-align: center;
}

.mensaje-recibo {
    width: 100%;
    height: auto;
    margin: 10px auto;
    margin-bottom: 70px;
    font-size: 16px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-align: center;
}

.numeropedido-recibo {
    width: 100%;
    height: auto;
    margin: 10px auto;
    font-size: 16px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-align: center;
}

.btn-recibo {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    background-color: #fff;
    color: #8F0219;
    cursor: pointer;
}

.banner {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    color: #fff;
    font-size: 24px;
    font-family: futura-pt, sans-serif;
}