/********* BODY */

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color:#ffffff;
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar:vertical {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track:vertical {
    background: #929292;
}

body::-webkit-scrollbar-thumb:vertical {
    background: #474747;
}

/********* BTN ATRAS */

.btnatras {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 15px;
    color: #4d4d4f;
    font-size: 26px;
    cursor: pointer;
    z-index: 99;
}

/********* NOTICIA */ 

.sombra-noticia {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999998;
    background-color: rgba(0, 0, 0, 0.7);
}

.contenedor-noticia {
    width: 320px;
    height: 270px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    top: calc(50vh - 135px);
    left: calc(50vw - 160px);
    z-index: 999999;
}

.logo-noticia {
    width: 120px;
    height: 45px;
    background-image: url('../img/logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px calc(50% - 60px);
}

.separador-noticia {
    width: 90%;
    height: 1px;
    background-color: #434B55;
    margin: 5px auto;
}

.titulo-noticia {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 25px;
    color: #434B55;
    margin: 10px auto;
}

.texto-noticia {
    width: 90%;
    height: auto;
    margin: 10px auto;
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #5b5b5b;
    text-align: center;
}

.btn-noticia {
    width: 140px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    margin: 20px calc(50% - 70px);
    cursor: pointer;
}

.hide {
    display: none;
}

/********* NAVEGADOR */

.navegador {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 4px 2px #cecece;
    -webkit-box-shadow: 0px 0px 4px 2px #cecece;
}

.logo-navegador {
    width: 93px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url('../img/logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.carrito-navegador {
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 70px;
    font-size: 17px;
    color: #434B55;
    cursor: pointer;
}

.indicador-carrito-navegador {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #FF9BD4;
    border-radius: 1000px;
    position: absolute;
    top: 15px;
    right: 67px;
    display: none;
}

.usuario-navegador {
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 17px;
    color: #434B55;
    cursor: pointer;
}

.menu-navegador {
    width: 25px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 17px;
    color: #000000;
    cursor: pointer;
}

.opciones-navegador {
    width: 330px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -340px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 2px #cecece;
    -webkit-box-shadow: 0px 0px 4px 2px #cecece;
    z-index: 999999;
    transition: 0.6s all ease-out;
    -webkit-transition: 0.6s all ease-out;
}

.opciones-navegador.active {
    right: 0;
}

.cerrar-opciones-navegador {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 15px auto;
    margin-left: calc(100% - 50px);
    font-size: 20px;
    cursor: pointer;
    color: #000000;
}

.contenedor-opcion-navegador {
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    border-bottom: 1px solid #ebebeb;
    display: none;
}

.contenedor-opcion-navegador.active {
    display: flex;
}

.opcion-navegador {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: left;
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin: 10px auto;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    user-select: none;
}

.opcion-navegador.active {
    font-weight: 600;
    color: #000000;
}

.opcion-navegador i {
    width: 25px;
    text-align: center;
    color: #000000;
    margin-right: 12px;
}

.sub-opcion-navegador {
    width: 80%;
    height: 30px;
    line-height: 30px;
    text-align: left;
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin: 5px auto;
    cursor: pointer;
    display: none;
    user-select: none;
}

.sub-opcion-navegador.active {
    display: block;
}

/********* PORTADA */

.portada {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 98;
    background-color: #fff;
    overflow: hidden;
}

.img-portada {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-portada {
    width: 277px;
    height: 100px;
    background-image: url('../img/logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px calc(50% - 138.5px);
    position: relative;
    z-index: 101;
}

.btn-portada {
    width: 172px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 101;
}

/********* SECCION */

.seccion {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
}

.seccion.active {
    background-color: #F8F8F8;
}

.seccion2 {
    width: 100%;
    max-width: 1350px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    background-color: #fff;
}

.seccion3 {
    width: 100%;
    max-width: 1100px;
    height: auto;
    min-height: calc(100vh - 60px);
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
}

.galeria-producto {
    width: 90%;
    max-width: 475px;
    height: 475px;
    background-size: cover;
    background-position: center;
    margin: 10px auto;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

@media(max-width: 900px) {
    .galeria-producto {
        height: 344px;
    }
}

.swiper-pagination-bullet {
    background-color: #ffffff;
}

.imagen-galeria-seccion {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.informacion-producto {
    width: 90%;
    max-width: 425px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 10px auto;
    position: relative;
}

.titulo-informacion-producto {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 25px;
    color: #434B55;
    letter-spacing: 2px;
}

.subtitulo-informacion-producto {
    width: 100%;
    height: auto;
    margin: 14px auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 15px;
    color: #B5B5B5;
    letter-spacing: 2px;
}

.descripcion-informacion-producto {
    width: calc(100% - 10px);
    height: auto;
    margin: 0 auto;
    border-left: 1px solid #FF9BD4;
    padding-left: 10px;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #434B55;
}

.cantidad-informacion-producto {
    width: 280px;
    height: 22px;
    margin: 20px auto;
    display: flex;
    position: relative;
}

.texto-cantidad-informacion-producto {
    width: 65px;
    height: 22px;
    margin: 0 auto;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #434B55;
}

.selector-cantidad-informacion-producto {
    width: 185px;
    height: 22px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

.select-selector-cantidad-informacion-producto {
    width: calc(100% - 30px);
    height: 22px;
    line-height: 22px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #434B55;
    margin-left: 5px;
}

.icono-selector-cantidad-informacion-producto {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.precio-informacion-producto {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #434B55;
}

.btn-informacion-producto {
    width: 300px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 10px auto;
    background-color: #000;
    border-radius: 5px;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.btn-informacion-producto-alt {
    width: 300px;
    height: 35px;
    margin: 10px auto;
    background-color: #000;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: none;
}

.complemento {
    width: 90%;
    height: auto;
    margin: 5px auto;
    display: flex;
}

.img-complemento {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.info-complemento {
    width: calc(100% - 75px);
    height: auto;
    margin: 0 auto;
    margin-left: 15px;
}

.titulo-complemento {
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin: 0 auto;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #434B55;
}

.texto-complemento {
    width: 100%;
    height: 12px;
    line-height: 12px;
    margin: 5px auto;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #434B55;
}

.btn-complemento {
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    margin: 0;
    margin-top: 5px;
    background-color: #000;
    border-radius: 5px;
}

.titulo-seccion {
    width: 90%;
    height: auto;
    margin: 10px auto;
    margin-top: 30px;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #434B55;
}

.contenido-reducido-seccion {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.contenido-reducido-seccion2 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.texto-seccion {
    width: 90%;
    max-width: 870px;
    height: auto;
    margin: 20px auto;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #434B55;
}

.img-seccion {
    width: 320px;
    height: 450px;
    margin: 20px auto;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.btn-seccion {
    width: 145px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    font-family: filson-pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 2px 3px 2px #e4e4e4;
    margin: 30px calc(50% - 72.5px);
}

.elementos-seccion {
    width: 97%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.elemento-seccion {
    width: 300px;
    height: auto;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sombra-elemento-seccion {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: filson-pro, sans-serif;
    font-size: 24px;
    color: #cecece;
    user-select: none;
    border-radius: 10px;
}

.elemento-seccion2 {
    width: 300px;
    height: auto;
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media(max-width: 650px) {
    .elemento-seccion2 {
        margin: 15px auto;
    }
}

.img-elemento-seccion {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #E5E5E5;
}

.texto-elemento-seccion {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 15px auto;
    color: #434B55;
    user-select: none;
}

.elemento2-seccion {
    width: 240px;
    height: auto;
    margin: 15px auto;
    position: relative;
}

.titutlo-elemento2-seccion {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #BBBBBB;
}

.texto-elemento2-seccion {
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin: 10px auto;
    margin-top: 5px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #434B55;
}

.extras-elemento2-seccion {
    width: 100%;
    height: 45px;
    margin: 5px auto;
    display: flex;
    position: relative;
}

.calificacion-elemento2-seccion {
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    color: #f0d772;
    font-size: 14px;
}

.nombre-elemento2-seccion {
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: right;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #434B55;
}

.seccion-seccion {
    width: 90%;
    max-width: 450px;
    height: auto;
    margin: 20px auto;
}

.elemento3-seccion {
    width: 100%;
    max-width: 267px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 3px 2px #e4e4e4;
    margin: 14px auto;
    position: relative;
    cursor: pointer;
}

.icono-elemento3-seccion {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1000px;
    font-size: 15px;
    color: #fff;
}

.texto-elemento3-seccion {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 0;
    margin-left: 20%;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #434B55;
}

.texto-elemento3-seccion a {
    color: #434B55;
    text-decoration: none;
}

.instagram-frame {
    width: 320px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.header-instagram-frame {
    width: 100%;
    height: 105px;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2px 3px 2px #e4e4e4;
    display: flex;
}

.img-header-instagram-frame {
    width: 70px;
    height: 70px;
    margin: 17.5px auto;
    background-image: url('../img/logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1000px;
    box-shadow: 0 2px 3px 2px #e4e4e4;
}

.contenido-header-instagram-frame {
    width: calc(100% - 90px);
    height: 105px;
    display: flex;
    flex-wrap: wrap;
}

.titulo-contenido-header-instagram-frame {
    width: 105px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 10px 0;
    font-family: filson-pro, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #434B55;
}

.btn-contenido-header-instagram-frame {
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    font-family: filson-pro, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #20C3F6;
    cursor: pointer;
}

.texto-contenido-header-instagram-frame {
    width: 100%;
    height: 12px;
    line-height: 12px;
    text-align: left;
    margin: 0 auto;
    font-family: filson-pro, sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #434B55;
}

.feed-instagram-frame {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}

.post-feed-instagram-frame {
    width: 100px;
    height: 100px;
    margin: 3.3px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/********* CONTENIDO */

.contenido {
    width: 100%;
    max-width: 1800px;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
}

.logo-contenido {
    width: 240px;
    height: 90px;
    background-image: url('../img/logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 calc(50% - 120px);
}

.titulo-contenido {
    width: 90%;
    max-width: 600px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #434B55;
    margin: 10px auto;
}

.texto-contenido {
    width: 90%;
    max-width: 600px;
    height: auto;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #434B55;
    margin: 8px auto;
}

.btn-contenido {
    width: 180px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 20px calc(50% - 90px);
    background-color: #000;
    border-radius: 5px;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

form {
    width: 280px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.titulo-form {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #434B55;
}

.input {
    width: 100%;
    height: 28px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    border-bottom: 1px solid #000000;
}

.icono-input {
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #434B55;
}

.textfield {
    width: calc(100% - 50px);
    height: 24px;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    font-size: 15px;
    color: #434B55;
    border-radius: 0;
}

.mostrarclave {
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #5b5b5b;
    font-size: 14px;
}

.btn1 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #000000;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

.btn2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    font-size: 15px;
    color: #434B55;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}

.btn3 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #434B55;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #434B55;
    cursor: pointer;
    border-radius: 5px;
}

.btn4 {
    width: 100%;
    height: 44px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #434B55;
    border-radius: 5px;
    display: flex;
}

.icono-btn4 {
    width: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    color: #434B55;
    font-size: 15px;
    cursor: pointer;
}

.texto-btn4 {
    width: calc(100% - 80px);
    height: 44px;
    line-height: 44px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #434B55;
    overflow: hidden;
}

.edit-btn4 {
    width: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    color: #52a0df;
    font-size: 15px;
    cursor: pointer;
}

.delete-btn4 {
    width: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    color: #df5252;
    font-size: 15px;
    cursor: pointer;
}

.seleccion-btn4 {
    width: 20px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    color: #5b5b5b;
    font-size: 15px;
    cursor: pointer;
}

.seleccion-btn4.active {
    color: #32bd60;
}

.btn5 {
    width: 330px;
    height: auto;
    margin: 10px auto;
    border: 1px solid #434B55;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.titulo-btn5 {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 0 auto;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5b5b5b;
}

.texto-btn5 {
    width: 90%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    margin: 0 auto;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #434B55;
}

.btn-btn5 {
    width: 180px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #000;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 5px;
}

.btn-transferencia {
    width: 140px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #55B101;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 5px;
}

.btn-btn5.active {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.terminos {
    width: 100%;
    height: auto;
    margin: 20px auto;
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    font-size: 11px;
    color: #969696;
    text-align: center;
}

.terminos a {
    color: #4d4d4f;
    cursor: pointer;
}

/* ********* POPUP RESEÑA */

.sombra-resena {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.sombra-resena.active {
    display: block;
}

.popup-resena {
    width: 330px;
    height: 350px;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 165px);
    z-index: 99;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}

.popup-resena.active {
    display: block;
}

.icono-popup-resena {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.titulo-popup-resena {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #434B55;
    margin: 10px auto;
}

.estrellas-resena {
    width: 200px;
    height: auto;
    margin: 10px auto;
    display: flex;
}

.estrella-resena {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    color: #5b5b5b;
    font-size: 18px;
    cursor: pointer;
}

.estrella-resena.active {
    color: #d8c40d;
}

/* ********* POPUP TRANSFERENCIA */

.sombra-transferencia {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.sombra-transferencia.active {
    display: block;
}

.popup-transferencia {
    width: 330px;
    height: 350px;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 165px);
    z-index: 99;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}

.popup-transferencia.active {
    display: block;
}

.icono-popup-transferencia {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.titulo-popup-transferencia {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #434B55;
    margin: 10px auto;
}

textarea, .textfield2  {
    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;
}

.textfield2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fff;
    height: calc(3em + 2px);
    padding: 1em;
    font-size: 1em;
    border: none;
    border: 1px solid #7c7c7c;
    -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: #434B55;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    border-radius: 8px;
}

.textfield2:focus,
.textfield2:active {
    border: 1px solid #7c7c7c;
}

.textfield2:focus + label:before,
.textfield2:active + label:before {
    color: #7c7c7c;
}

.textfield2 + label {
    display: block;
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    margin-top: calc(-3em - 1px);
    margin-bottom: 1em;
    pointer-events: none;
}

.textfield2 + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #434B55;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    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;
}

.textfield2:focus + label:before,
.textfield2.active + label:before,
.textfield2:valid + label:before {
    background-color: #fff;
    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);
}

textarea {
    overflow: auto;
    vertical-align: top;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fff;
    height: calc(8em + 2px);
    padding: 1em;
    font-size: 1em;
    border: 1px solid #7c7c7c;
    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;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    color: #434B55;
    border-radius: 10px;
}

textarea:focus,
textarea:active {
    border: 1px solid #7c7c7c;
}

textarea:focus + label:before,
textarea:active + label:before {
    color: #434B55;
}

textarea + label {
    display: block;
    font-size: 1em;
    height: calc(8em + 2px);
    line-height: 1;
    padding-top: calc(1em + 1px);
    margin-top: calc(-8em - 2px);
    margin-bottom: 1em;
    pointer-events: none;
}

textarea + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #434B55;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    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;
}

textarea:focus + label:before,
textarea.active + label:before,
textarea:valid + label:before {
    background: #fff;
    line-height: 1;
    padding: 0 1.5px;
    -webkit-transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
    transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
}

.btn-resena {
    width: 180px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #000;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 5px;
}


/* ********* POPUP */

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000000;
    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;
}
  
.mensaje-popup {
    width: 95%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    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: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4d4d4f;
    margin: 25px calc(50% - 80px);
    cursor: pointer;
    border-radius: 5px;
}

/* ********* 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: filson-pro, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.separador-seccion-legal {
    width: 100%;
    height: 2px;
    background-color: #CECECE;
    margin: 5px auto;
}

.texto-seccion-legal {
    width: 100%;
    height: auto;
    margin: 10px auto;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #4d4d4f;
}

.subtitulo-seccion-legal {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 15px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3b3b3b;
    text-transform: uppercase;
}

/* ********* CARRITO */

.panel-carrito {
    width: 100%;
    max-width: 450px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -550px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 2px #929292;
    -webkit-box-shadow: 0px 0px 4px 2px #929292;
    z-index: 9999;
    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: 600;
    color: #302F2F;
    text-transform: uppercase;
}

.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: filson-pro, sans-serif;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
}

.filas-panel-carrito {
    width: 90%;
    height: 330px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    overflow-y: auto;
}

.filas-panel-carrito::-webkit-scrollbar:vertical {
    display: block;
    width: 4px;
}
  
.filas-panel-carrito::-webkit-scrollbar-track:vertical {
    background: #ffffff;
    border: 1px solid #929292;
}

.filas-panel-carrito::-webkit-scrollbar-thumb:vertical {
    background: #757575;
}

.fila-panel-carrito {
    width: 100%;
    height: 150px;
    margin: 10px auto;
    display: flex;
    position: relative;
}

.img-fila-panel-carrito {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px solid #D1D1D1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.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% - 5px);
    height: auto;
    text-align: left;
    margin: 0;
    margin-left: 5px;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
}

.descripcion-contenido-fila-panel-carrito {
    width: calc(100% - 14px);
    height: auto;
    max-height: 60px;
    overflow: auto;
    text-align: left;
    margin: 0;
    margin-left: 5px;
    font-family: filson-pro, sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #434B55;
    text-transform: uppercase;
}

.descripcion-contenido-fila-panel-carrito::-webkit-scrollbar:vertical {
    display: block;
    width: 3px;
}
  
.descripcion-contenido-fila-panel-carrito::-webkit-scrollbar-track:vertical {
    background: #ffffff;
    border: 1px solid #929292;
}

.descripcion-contenido-fila-panel-carrito::-webkit-scrollbar-thumb:vertical {
    background: #868686;
}

.precio-contenido-fila-panel-carrito {
    width: 90px;
    height: 36px;
    line-height: 36px;
    margin: 5px;
    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: 5px;
    margin-top: 10px;
    background-color: #ffffff;
    border: 1px solid #434B55;
    display: flex;
    border-radius: 4px;
    position: relative;
}

.select-contenendor-cantidad-contenido-fila-panel-carrito {
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: left;
    margin: 0 auto;
    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-weight: 300px;
    font-size: 14px;
    color: #434B55;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.icono-contenendor-cantidad-contenido-fila-panel-carrito {
    width: 30px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #434B55;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.borrar-fila-carrito {
    width: 100px;
    height: 15px;
    line-height: 15px;
    text-align: right;
    margin: 10px;
    margin-left: calc(100% - 120px);
    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: filson-pro, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

.texto-shipping-panel-carrito {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #434B55;
}

.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: filson-pro, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

.numero-subtotal-panel-carrito {
    width: 50%;
    height: 20px;
    line-height: 20px;
    margin: 12px auto;
    text-align: right;
    font-family: filson-pro, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

.btncontinue-panel-carrito {
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 7px calc(50% - 140px);
    margin-top: 25px;
    color: #FFFFFF;
    background-color: #000;
    font-family: filson-pro, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

/********* CHECKOUT */

.checkout {
    width: 90%;
    max-width: 1400px;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

.header-checkout {
    width: 280px;
    height: 40px;
    line-height: 40px;
    margin: 20px calc(50% - 140px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.elemento-header-checkout {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff;
    border: 2px solid #D8D8D8;
    font-family: filson-pro, sans-serif;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
    color: #434B55;
}

.elemento-header-checkout.active {
    background-color: #000;
    color: #fff;
}

.contenedores-checkout {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    position: relative;
}

.contenedor-checkout {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.contenido-checkout {
    width: 100%;
    height: auto;
    margin: 5px auto;
    position: relative;
}

.contenido-checkout input  {
    font-family: filson-pro, sans-serif;
    font-weight: 200;
    font-size: 12px;
    color: #434B55;
    font-size: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contenido-checkout label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.titulo-contenido-checkout {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    margin: 0 auto;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    position: relative;
}

.texto-contenido-checkout {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 10px auto;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #434B55;
    position: relative;
}

.btn-titulo-contenido-checkout {
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    color: #434B55;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-titulo-contenido-checkout.active {
    color: #32bd60;
}

.contenido-oculto {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
}

.contenido-oculto.active {
    display: block;
}

.campo-checkout {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #ffffff;
    height: calc(3em + 2px);
    padding: 1em;
    font-size: 1em;
    border: none;
    border: 1px solid #434B55;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
    outline: none;
    border-radius: 5px;
}

.campo-checkout:focus,
.campo-checkout:active {
    border: 1px solid #434B55;
}

.campo-checkout:focus + label:before,
.campo-checkout:active + label:before {
    color: #7c7c7c;
}

.campo-checkout + label {
    display: block;
    font-size: 1em;
    font-weight: 200;
    height: 3em;
    line-height: 3em;
    margin-top: calc(-3em - 1px);
    margin-bottom: 1em;
    pointer-events: none;
}

.campo-checkout + label:before {
    content: attr(placeholder);
    display: inline-block;
    color: #434B55;
    font-family: filson-pro, sans-serif;
    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;
}

.campo-checkout:focus + label:before,
.campo-checkout.active + label:before,
.campo-checkout:valid + label:before {
    background-color: #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);
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: #000 !important;
}

.btn-contenido-checkout {
    width: 180px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #000;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin: 10px calc(50% - 90px);
}

.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-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #5b5b5b;
    position: relative;
    user-select: none;
}

.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: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.numero-linea-resumen {
    width: 40%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: right;
}

.filas-resumen {
    width: 90%;
    height: 150px;
    margin: 10px auto;
    display: none;
    overflow-y: auto;
    user-select: none;
}

.filas-resumen::-webkit-scrollbar:vertical {
    display: block;
    width: 4px;
}
  
.filas-resumen::-webkit-scrollbar-track:vertical {
    background: #ffffff;
    border: 1px solid #929292;
}

.filas-resumen::-webkit-scrollbar-thumb:vertical {
    background: #757575;
}

.filas-resumen.active {
    display: block;
}

.fila-resumen {
    width: 100%;
    height: auto;
    display: flex;
    margin: 5px auto;
}

.imagen-fila-resumen {
    width: 65px;
    height: 65px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    border: 1px solid #b3b3b3;
    margin: 0 auto;
}

.contenido-fila-resumen {
    width: calc(100% - 75px);
    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: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #434B55;
    overflow: hidden;
}

.subtitulo-contenido-fila-resumen {
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #727272;
}

.texto-contenido-fila-resumen {
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.btn-pagar-checkout {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 0;
    display: flex;
    background-color: #848484;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.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;
}

/* ********* PEDIDO */

.contenedores-pedido {
    width: 100%;
    height: auto;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    position: relative;
}

.contenedor-pedido {
    width: 100%;
    max-width: 380px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.contenido-pedido {
    width: 100%;
    height: auto;
    margin: 10px auto;
    border: 1px solid #434B55;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 5px;
    padding-bottom: 10px;
}

.titulo-contenido-pedido {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    margin: 0 auto;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.texto-contenido-pedido {
    width: 90%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin: 0 auto;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #434B55;
}

.texto-contenido-pedido a {
    text-decoration: none;
    color: #434B55;
}

.icono-texto-contenido-pedido {
    font-size: 14px;
    color: #5b5b5b;
    margin-right: 5px;
}

.icono-texto-contenido-pedido.active {
    color: #32bd60;
}

.texto-alt-contenido-pedido {
    width: 90%;
    height: auto;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #434B55;
}

/********* FOOTER */

.footer {
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    background-color: #000;
}

.seccion-footer {
    width: 250px;
    height: auto;
    margin: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.titulo-seccion-footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #D5D5D5;
}

.texto-seccion-footer {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 5px auto;
    text-align: left;
    font-family: filson-pro, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #D5D5D5;
    cursor: pointer;
}

.texto-seccion-footer a {
    color: #D5D5D5;
    text-decoration: none;
}

.texto-seccion-footer:hover {
    color: #f0f0f0;
}

.iconos-seccion-footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
}

.icono-seccion-footer {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 5px;
    color: #f0f0f0;
}

.separador-footer {
    width: 90%;
    max-width: 1100px;
    height: 1px;
    margin: 0 auto;
    background-color: #C9C9C9;
}

.powered {
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #ddd;
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.phantomy {
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 17px;
    padding-left: 5px;
    cursor: pointer;
}

/************** FORMULARIO */

.main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
}

.main.active {
    display: none;
}

.formulario {
    width: 90%;
    max-width: 800px;
    height: auto;
    margin: 60px auto;
    display: none;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    display: none;
}

.formulario.active {
    display: flex;
}

.titulo-formulario {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px auto;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.seccion-formulario {
    width: 100%;
    max-width: 370px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.add-form {
    width: 55px;
    height: 55px;
    padding: 0;
    line-height: 57px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    color: #fff;
    font-size: 28px;
    background: #BBB78C;
    border-radius: 1000px;
    cursor: pointer;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}

.add-form.active {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.contenedor-flex {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.btnArchivo {
    width: 220px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 calc(50% - 110px);
    margin-top: 15px;
    background: #6D8185;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}

/**** DOCUMENTOS */

.contenedor-previa-documento {
    width: 330px;
    height: auto;
    margin: 10px auto;
    display: none;
}

.contenedor-previa-documento.active {
    display: flex;
}

.nombre-previa-documento {
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    font-size: 15px;
    color: #4d4d4f;
     font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
}

.eliminar-previa-documento {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    color: #e74c3c;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
}

.btnAgregar {
    width: 300px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 calc(50% - 150px);
    margin-bottom: 20px;
    margin-top: 50px;
    background: #BBB78C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

.cerrar-formulario {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.container-direccion {
    width: 20px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    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 {
    height: 17px;
    width: 17px;
    border: 1px solid #929292;
    background-color: transparent;
    border-radius: 100%;
    display: flex;
    margin: 11px auto;
    -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: "";
    
    height: 17px;
    width: 17px;

    display: flex;
    margin: 11px auto;
    display: none;
}
  
.container-direccion input:checked ~ .checkmark-direccion:after {
    display: block;
}
  
.container-direccion .checkmark-direccion:after {
    width: 17px;
    height: 17px;
    margin: 0 auto;
    background-color: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.contenedor-envio {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000000;
    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: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}