@font-face {
    font-family: summa-icons;
    src: url("../fonts/summa-icons.woff2") format("woff2"), url("../fonts/summa-icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.bg_heart {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.heart {
    position: absolute;
    top: -50%;
    transform: rotate(-45deg);
}

.heart::before {
    position: absolute;
    top: -50%;
    left: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart::after {
    position: absolute;
    top: 0px;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
    0% {
        top: 110%;
    }
}

@keyframes love {
    0% {
        top: 110%;
    }
}

html {
    height: 100%;
    background-attachment: fixed;
    background-image: url("../img/night.svg"), url("../img/night.svg"), url("../img/night.svg"), url("../img/night.svg");
    background-size: 20%, 10%, 7%, 5%;
    background-repeat: no-repeat;
    background-position: 100% 10%, 5% 50%, 10% 10%, 90% 50%;
}

body {
    margin: 0px;
    font: 14px Lato, Arial, sans-serif;
    padding: 0px;
    height: 100%;
    color: rgb(255, 255, 255);
    border: 0px solid rgb(0, 255, 0);
    overflow: hidden;
}

.overlap {
    display: none;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 120px;
    transition: left 0.3s;
    width: 100%;
    animation: 0.3s ease 0s 1 normal none running fadeInOverlay;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: 2;
}

.overlap2 {
    top: 0px;
    position: fixed;
}

.nombresocio {
    display: inline-block;
    vertical-align: middle;
    border: 0px solid;
    margin-left: 10px;
}

.formulario {
    display: none;
    border: 0px solid;
    border-radius: 9px;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    min-height: 500px;
    padding: 30px 20px;
    transform: translate(-50%, -50%);
}

.infosocio {
    background-color: rgb(221, 221, 221);
    display: block;
    border-radius: 5px;
    padding: 10px;
}

#resultado img {
    height: 70px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 50px;
    width: 70px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}

#resultado h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 13px;
}

#resultado label {
    margin: 0px;
    font-weight: 500;
    font-size: 13px;
}

#resultado p {
    margin: 0px;
    font-size: 11px;
    line-height: 15px;
    color: rgb(0, 0, 0);
}

.imabuscar {
    height: 60px;
    width: 60px;
    object-fit: contain;
    border-radius: 5px;
    margin: 3px;
    vertical-align: middle;
}

.resultado_busqueda {
    vertical-align: middle;
    background-color: rgb(238, 238, 238);
    display: block;
    font-family: Poppins, sans-serif, Arial, Helvetica;
    font-weight: 300;
    font-size: 15px;
}

.busqueda_label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    border: 0px solid;
    width: calc(100% - 90px);
}

.busqueda_precio {
    display: block;
    vertical-align: top;
    float: right;
}

.busqueda_precio > span {
    display: block;
    vertical-align: top;
    font-size: 9px;
}

.busqueda_precio > span:nth-child(3) {
    border: 0px solid;
    display: block;
    text-align: right;
    font-size: 9px;
}

.busqueda_precio > sup {
    vertical-align: top;
    font-size: 10px;
}

a.item {
    color: rgb(0, 0, 0);
    margin-left: 30px;
    line-height: 22px;
}

a.item:hover {
    color: rgb(246, 139, 63);
    cursor: pointer;
}

a.principal {
    font-size: 24px;
    font-weight: 600;
    margin-left: 0px;
    line-height: 40px;
}

.menu_categorias {
    position: absolute;
    z-index: 9;
    border: 0px solid;
    background-color: rgba(0, 0, 0, 0.46);
    width: 100%;
    display: none;
    left: 0%;
    top: 105px;
    padding: 0px;
    height: 100%;
}

.menu_categorias > div {
    max-width: 1280px;
    margin: auto;
    width: 1280px;
    display: block;
}

.menu {
    width: 280px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(170, 204, 232);
}

.menu a {
    transition: 0.5s;
    display: block;
    padding: 0px 20px;
    line-height: 30px;
    color: rgb(0, 40, 73);
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    font-style: normal;
    background-position: 0% center;
    text-decoration: none;
}

.menu a:hover {
    background-color: rgb(249, 249, 249);
    color: rgb(41, 50, 59);
}

.menu > li > a::after {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    content: "";
    font-family: summa-icons;
    margin: 0px 0px 0px 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    float: right;
    line-height: 30px;
}

.body_categoria {
    display: inline-block;
    min-width: 400px;
    height: 100%;
    background-image: linear-gradient(45deg, white, rgba(255, 255, 255, 0.69)), url("https://img.freepik.com/foto-gratis/pasillo-alimentos-borrosos_1203-708.jpg?semt=ais_hybrid&w=740&q=80");
    background-size: cover;
    background-position: right center;
}

.SubCategories {
    display: inline-block;
    min-width: 250px;
    vertical-align: top;
}

.logo_presentacion {
    opacity: 0;
}

.presentacion {
    opacity: 0;
}

.head {
    max-width: 1360px;
    margin: auto;
    height: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 101px;
    background-position: 10% 45%;
}

.head > div {
    display: inline-block;
    vertical-align: middle;
    font-family: Poppins, sans-serif, Arial, Helvetica;
}

.mega_menu {
    width: 12.5%;
}

.user, .whatapp {
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
    vertical-align: middle;
    width: 12.5%;
    text-align: center;
}

.user a, .whatapp a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 16px;
}

.user img, .whatapp img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.medallas {
    position: absolute;
    margin-left: 20px;
    margin-top: -85px;
}

.medallas table {
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: calibri;
    font-size: 10px;
    text-shadow: rgb(0, 0, 0) -1px -1px 1px, rgb(0, 0, 0) 1px 1px 1px, rgb(0, 0, 0) -1px 1px 1px, rgb(0, 0, 0) 1px -1px 1px;
}

.medallas span {
    display: block;
    margin-top: -37px;
    top: 65px;
    font-size: 11px;
}

.mascaramapa {
    overflow: hidden;
    height: 302px;
    width: 100%;
    padding: 0px;
    display: inline-block;
}

.mascaramapa2 {
    overflow: hidden;
    height: 302px;
    width: 50%;
    padding: 0px;
    margin-left: 1%;
    display: inline-block;
}

.fototienda {
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    width: 32%;
    overflow: hidden;
}

.fototienda img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.infotienda {
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
    border: 1px solid rgb(187, 187, 187);
    background: rgb(255, 255, 255);
    width: calc(65% - 32px);
    padding: 15px;
    min-height: 270px;
    font-size: 14px;
    font-family: Lato;
}

.capamapa {
    border: 0px solid red;
    width: 100%;
    position: relative;
    top: -280px;
    margin-left: -2px;
}

.capamapa2 {
    border: 0px solid red;
    height: 850px;
    width: 2000px;
    position: relative;
    top: -280px;
    left: -200px;
}

.capamapa div div div div div:nth-child(5) {
    filter: brightness(2.4);
}

.capamapa2 div div div div div:nth-child(5) {
    filter: brightness(2.4);
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 59%;
    left: 50%;
    margin-left: -20px;
    margin-top: 80px;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(249, 249, 249);
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: 2s ease-in-out 0s infinite normal none running sk-bounce;
}

.double-bounce2 {
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: radial-gradient(circle, rgb(255, 255, 255) 0px, rgb(201, 201, 201) 100%) 50% 50% no-repeat rgba(0, 0, 0, 0);
    display: block;
}

.loading img {
    position: absolute;
    top: 50%;
    height: 180px;
    margin-top: -110px;
    margin-left: -200px;
    left: 50%;
}

.loading label {
    font-size: 26px;
    color: rgb(85, 85, 85);
    position: absolute;
    top: 56%;
    margin-top: 40px;
    margin-left: -312px;
    left: 56%;
}

.pulse {
    animation: 2s linear 0s infinite normal none running pulse_6084;
    transform-origin: 50% 50%;
}

@keyframes pulse_6084 {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.1);
    }
}

.sunat-link {
    display: none;
}

.telefono {
    position: absolute;
    left: 30%;
    text-align: center;
    line-height: 10px;
    top: 34%;
    width: 100px;
}

.categoria img {
    display: none;
}

.categoria {
    transition: 0.5s;
    position: absolute;
    border: 1px solid rgb(255, 255, 255);
    line-height: 35px;
    border-radius: 5px;
    left: 20%;
    font-family: Poppins;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    top: 34%;
    width: 152px;
    height: 40px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-image: url("../img/down-arrow.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}

.categoria:hover {
    background-color: rgb(48, 50, 148);
}

.buscar {
    text-align: center;
    width: 45%;
}

.buscar input {
    width: 100%;
    border-radius: 5px;
    background-image: url("https://cdn-icons-png.flaticon.com/128/2311/2311526.png");
    background-size: 22px;
    padding-left: 40px;
    padding-top: 14px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    font-family: Poppins, sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-style: normal;
    color: rgb(57, 57, 57);
}

.sunat {
    position: absolute;
    left: 43%;
    text-align: center;
    top: 3%;
    width: 100px;
}

.telefono a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.bloquecentro {
    width: 100%;
    margin: auto;
}

.mediaimagen {
    width: 48%;
    margin-left: 1%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 1%;
}

.bloqueizquierdo {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.mediaimagen img {
    width: 100%;
}

.contenido {
    padding: 20px 0px;
    font-size: 18px;
    font-family: Lato;
}

.limite {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.talleres {
    width: 21%;
    display: inline-block;
    background-color: rgb(243, 243, 243);
    border-radius: 10px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    margin: 2%;
    background-size: cover;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: "Miranda Sans", sans-serif;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
}

.talleres p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.taller_imagen {
    background-color: rgb(221, 221, 221);
    border-radius: 0px 0px 10px 10px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    margin: 0.5%;
    background-size: cover;
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-shadow: rgb(153, 153, 153) 2px 2px;
    font-family: "Miranda Sans", sans-serif;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
}

.talleres a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "Miranda Sans", sans-serif;
    font-size: 20px;
}

.textopequeno {
    font-size: 14px;
}

.home-link {
    text-decoration: none;
    font-size: 11px;
    font-family: lato;
}

.mensajelibro {
    text-align: center;
    margin-top: 20px;
}

.descuento {
    position: absolute;
    background-color: rgb(235, 82, 105);
    color: rgb(255, 255, 255);
    top: 0px;
    z-index: 1;
    padding: 5px;
}

.thumb {
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    max-width: 80px;
    margin-bottom: 10px;
    cursor: pointer;
}

.thumb img {
    max-width: 65px;
}

#flex {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

.thumbimagen {
    width: 6%;
    min-width: 60px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}

.oculto {
    display: none;
}

#espera {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    z-index: 9;
}

.plus {
    float: left;
    transition: 0.5s;
    background: rgb(95, 90, 90);
    width: 25px;
    height: 17px;
    outline: none;
    border: none;
    text-decoration: none;
    text-align: center;
    border-radius: 0px 6px 0px 0px;
    font-size: 12px;
    cursor: pointer;
    color: rgb(243, 246, 250) !important;
}

.plus:hover {
    background-color: rgb(55, 53, 53);
}

.minus {
    float: left;
    transition: 0.5s;
    background: rgb(76, 74, 74);
    width: 25px;
    height: 17px;
    outline: none;
    border: none;
    text-decoration: none;
    text-align: center;
    border-radius: 0px 0px 6px;
    font-size: 12px;
    cursor: pointer;
    color: rgb(243, 246, 250) !important;
}

.minus:hover {
    background-color: rgb(54, 53, 53);
}

.loading span {
    font-family: lato;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.49);
    background: rgba(0, 0, 0, 0.14);
    font-size: 14px;
    padding: 10px;
}

.logo {
    display: inline-block;
    z-index: 1;
    width: 17.5%;
    text-align: center;
}

.logo img {
    height: 110px;
    width: 200px;
    object-fit: contain;
}

.codigo {
    font-size: 11px;
    color: rgb(153, 153, 153);
}

.detalleimagen {
    max-width: 450px;
    min-width: 300px;
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid rgb(216, 216, 216);
}

.rs {
    margin-bottom: 20px;
    font-family: Lato;
}

.rs img {
    height: 40px;
}

.rs div {
    display: inline-block;
    color: rgb(0, 0, 0);
    vertical-align: top;
}

.rs span {
    font-size: 11px;
    color: rgb(153, 153, 153);
}

.detalleproducto {
    font-size: 16px;
    vertical-align: top;
    min-width: 300px;
    font-family: "Noto sans jp";
}

.detalleproducto2 {
    display: none;
}

.cantidad {
    margin-bottom: 20px;
    width: 80px;
    height: 31px;
    display: inline-block;
}

.peso {
}

.descripcion {
    font-size: 11px;
    white-space: pre-wrap;
    color: rgb(102, 102, 102);
    text-align: justify;
    padding-top: 10px;
    margin-top: 10px;
}

.marca {
    display: inline-block;
    width: 32%;
    vertical-align: bottom;
    height: 140px;
    overflow: hidden;
    text-align: center;
    border: 0px solid rgb(255, 85, 85);
    margin-left: 1%;
    margin-right: 0%;
}

.analucia {
    background: radial-gradient(circle, rgb(194, 24, 29) 0px, rgb(124, 17, 21) 100%) 50% 50% / 100% 100% no-repeat rgb(0, 0, 0);
}

.djesus {
    background: radial-gradient(circle, rgb(102, 94, 74) 0px, rgb(63, 58, 45) 100%) 50% 50% / 100% 100% no-repeat rgb(0, 0, 0);
}

.marca img {
    height: 100px;
    margin-top: 20px;
}

.joel {
    background: radial-gradient(circle, rgb(61, 69, 114) 0px, rgb(26, 27, 71) 100%) 50% 50% / 100% 100% no-repeat rgb(0, 0, 0);
}

.menu-container {
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px;
}

.menu {
}

.menu a, .menu a:link, .menu a:visited, .menu a:focus {
    transition: 0.5s;
    display: block;
    padding: 0px 20px;
    line-height: 30px;
    color: rgb(0, 40, 73);
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 13px;
    font-style: normal;
    background-position: 0% center;
}

.menu a:hover {
    color: rgb(34, 112, 135);
    text-decoration: none;
}

.menu > li {
}

.menu > li > a {
    display: block;
}

.menu > li:hover > a {
    color: rgb(34, 112, 135);
}

.menu > li:hover {
    background-color: rgb(255, 255, 255);
}

.menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 280px;
    width: calc(100% - 280px);
    min-height: 600px;
    text-align: left;
    padding: 0px;
    z-index: 99;
}

.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    display: inline-block;
    border-radius: 0px 5px 5px;
    padding-top: 20px;
    min-width: 400px;
    background-color: rgb(255, 255, 255);
    height: 100%;
    background-size: cover;
    background-position: right center;
}

.menu ul li:hover::after {
    color: rgb(34, 112, 135);
}

.menu .col {
    width: 20%;
    float: left;
    color: white;
    margin: 0px 0px 0px 2%;
}

.menu .col ul {
    padding: 0px;
    margin: 0px;
}

.menu .col ul li {
    padding: 0px;
    list-style: none;
    font-size: 11px;
}

.menu .col h3 {
    font-size: 15px;
    padding: 11px 0px 0px;
    font-weight: 500;
    margin: 5px 0px;
    color: rgb(80, 168, 240);
    border-top: 1px solid rgb(187, 195, 201);
}

.menu .col ul li a {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.menu .col ul li a:hover {
    color: rgb(17, 17, 17);
    background-color: rgb(170, 204, 232);
    border-radius: 5px;
}

.menu > li > ul li ul, .menu li > ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: 0.2s ease-in-out;
}

.regresar {
    display: none;
}

.menu .col ul li a.volver {
    display: none;
}

.cantidad input {
    width: 40px;
    height: 34px;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 6px 0px 0px 6px;
    padding: 6px 5px 7px;
    text-align: right;
    outline: none;
    float: left;
}

input[type="text"].cantidad {
    width: 40px;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 6px;
    padding: 3px 15px 3px 0px;
    text-align: right;
    margin: 0px;
    background-color: rgb(255, 255, 255);
}

input[type="number"].cantidad {
    margin: 0px;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 34px;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 6px 0px 0px 6px;
    padding: 0px 5px;
    text-align: right;
    outline: none;
    font-size: 18px;
    float: left;
}

.bolsadetalle {
    width: 70%;
    display: inline-block;
    padding: 20px;
}

.bolsatotal {
    width: 24%;
    display: inline-block;
    min-width: 260px;
    border-radius: 10px;
    vertical-align: top;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    margin: 18px 0px 20px;
}

div.bolsa {
    width: 12.5%;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 11px;
}

.numeroinfo {
    background-color: rgba(0, 0, 0, 0.73);
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size: 8px;
    font-family: Lato;
    width: 15px;
    height: 15px;
    line-height: 14px;
    position: absolute;
    left: 10px;
    top: -5px;
}

.bolsa a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.bolsa img {
    margin-bottom: -2px;
    margin-right: 5px;
}

.nombreproducto {
    height: 45px;
    font-family: Lato;
}

.detalleproducto, .detalleimagen {
    display: inline-block;
    margin: 20px 0px 20px 20px;
}

h2 {
    font-size: 16px;
    font-family: lato;
    font-weight: 400;
    color: rgb(26, 19, 11);
    margin-left: 1%;
}

h4 {
    font-size: 16px;
    font-family: "Noto sans";
    font-weight: 600;
    color: rgb(128, 123, 117);
    margin-left: 1%;
    text-align: center;
}

h6 {
    margin: 0px;
    font-family: Lato;
    font-size: 12px;
    padding-left: 5px;
}

h7 {
    display: block;
    margin: 20px 0px;
    font-family: Lato;
    font-weight: 600;
    color: rgb(107, 97, 97);
}

#tienda {
    min-height: 300px;
}

#tienda ul li {
    padding: 3px 0px;
    color: rgb(117, 117, 117);
}

#tienda ul li img {
    display: none;
    height: 24px;
    margin-right: 20px;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    color: rgb(40, 42, 129);
    margin-top: 0px;
    margin-bottom: -5px;
}

.h3 {
    margin-bottom: 22px;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.atributo {
    font-size: 11px;
    font-family: "noto sans";
    line-height: 24px;
    border-bottom: 1px solid rgb(238, 238, 238);
    max-width: 240px;
}

.atributo span {
    width: 120px;
    display: inline-block;
    color: rgb(153, 153, 153);
}

.leyenda {
    font-size: 11px;
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    width: calc(100% - 20px);
    background-color: whitesmoke;
    margin: 0px 0px 20px;
}

h5 {
    font-size: 16px;
    font-family: Lato;
    text-align: left;
    margin: 15px 0px;
    color: rgb(255, 255, 255);
}

h1 {
    font-size: 26px;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    padding-bottom: 20px;
    margin: 0px;
    color: rgb(17, 48, 139);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.limite h1 {
    font-size: 26px;
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    padding-bottom: 20px;
    margin: 0px;
    color: rgb(248, 151, 65);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.imas {
    width: 48%;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(238, 238, 238);
    min-height: 400px;
}

.detalle_horario {
    width: 48%;
    display: inline-block;
    border-radius: 10px;
    margin-left: 4%;
    overflow: hidden;
    vertical-align: top;
    font-size: 13px;
}

.separacion {
    border-top: 1px solid rgb(204, 204, 204);
    margin-top: 20px;
    margin-bottom: 20px;
}

.titulo_detalle {
    font-size: 16px;
    font-weight: 600;
    color: rgb(248, 151, 65);
}

.fotoprofesor {
    height: 100px;
    border-radius: 100px;
    display: inline-block;
}

.textoprofesor {
    display: inline-block;
    width: 77%;
    margin-left: 20px;
    vertical-align: top;
}

button {
    outline: 0px;
    border: 0px;
    cursor: pointer;
    background: radial-gradient(100% 100% at 100% 0%, rgb(137, 229, 255) 0%, rgb(84, 104, 255) 100%);
    box-shadow: rgba(45, 35, 66, 0.4) 0px 2px 4px, rgba(45, 35, 66, 0.3) 0px 7px 13px -3px, rgba(58, 65, 111, 0.5) 0px -3px 0px inset;
    padding: 10px 30px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    transition: box-shadow 0.15s, transform 0.15s;
    font-family: lato;
}

.infoshopping {
    position: absolute;
    cursor: pointer;
    font-family: "Noto sans";
    font-size: 15px;
    font-weight: 700;
    right: 20px;
    padding: 5px 10px;
    border: 2px solid rgb(235, 82, 105);
    border-radius: 30px;
    color: rgb(235, 82, 105);
}

.infoshopping img {
    height: 18px;
    margin-bottom: -2px;
    margin-left: 2px;
    margin-right: 2px;
}

.detalle-productos .dataTables_length select {
    border-radius: 90px;
    border-color: rgb(230, 230, 230);
    padding-top: 2px;
    font-family: "Noto Sans";
    padding-bottom: 2px;
}

.dataTables_length select {
    padding: 6px 35px 6px 12px;
    border-width: 2px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxNjkwREJFMUE0MUNFNDExOTgzOEM0NTcwQzRERENCMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDQ3MzU0ODhGMTIxMUU4OTZDQUYzMDQxOEYwNTU5OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDQ3MzU0NzhGMTIxMUU4OTZDQUYzMDQxOEYwNTU5OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEY3RUYwNTMxODIwNjgxMTgzRDFDNDk5RjAwQjZGRUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTY5MERCRTFBNDFDRTQxMTk4MzhDNDU3MEM0RERDQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6tPb94AAAAJUlEQVR42mIMDQ39z4ADMAExIw45RiYYA10CppMBTQFcIUCAAQDkXgIMj5xqDQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: right 13px center;
    cursor: pointer;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea {
    font-size: 13px;
    line-height: 24px;
    border: 3px solid rgb(221, 221, 221);
    max-width: 100%;
    border-radius: 0px;
    background: none;
    appearance: none;
    outline: none;
    color: rgb(102, 102, 102);
}

.texto-pequeno {
    font-size: 11px;
    vertical-align: top;
    line-height: 3px;
}

.bagregar {
    display: inline-block;
    vertical-align: top;
}

.precio {
    color: rgb(235, 82, 105);
    font-size: 20px;
    font-family: lato;
    margin-bottom: 25px;
    margin-top: 20px;
}

.precioregular {
    color: rgb(204, 201, 202);
    font-size: 20px;
    font-family: lato;
    margin-bottom: 0px;
    margin-top: 10px;
}

.precioregular span {
    font-size: 11px;
    line-height: 3px;
    text-decoration: none;
}

.precioregular span:nth-child(3) {
    font-size: 20px;
    text-decoration: line-through;
    vertical-align: text-bottom;
}

.precioregular span:first-child {
    margin-right: 26px;
}

.precio span {
    font-size: 11px;
    vertical-align: top;
    line-height: 3px;
}

.precio span:first-child {
    margin-right: 30px;
}

.small {
    font-size: 11px;
}

.advertencias {
    position: absolute;
    margin-top: -60px;
}

.nodisponible {
    height: 38px;
    display: block;
    line-height: 38px;
}

.agregar {
    display: inline-block;
    outline: 0px;
    border: 0px;
    cursor: pointer;
    background: radial-gradient(100% 100% at 100% 0%, rgb(137, 229, 255) 0%, rgb(84, 104, 255) 100%);
    box-shadow: rgba(45, 35, 66, 0.4) 0px 2px 4px, rgba(45, 35, 66, 0.3) 0px 7px 13px -3px, rgba(58, 65, 111, 0.5) 0px -3px 0px inset;
    padding: 10px 30px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    font-family: Poppins, sans-serif, Arial, Helvetica;
    font-weight: 300;
    font-size: 12px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    transition: box-shadow 0.15s, transform 0.15s;
}

.agregar:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0px 4px 8px, rgba(45, 35, 66, 0.3) 0px 7px 13px -3px, rgb(60, 79, 224) 0px -3px 0px inset;
    transform: translateY(-2px);
}

.agregar:active {
    box-shadow: rgb(60, 79, 224) 0px 3px 7px inset;
    transform: translateY(2px);
}

div.DTE button.btn:hover {
}

div.DTE button.btn:active {
}

.vercarrito {
    transition: 0.5s;
    text-transform: uppercase;
    background: rgb(101, 100, 100);
    margin: auto;
    text-shadow: none;
    border: 0px;
    border-radius: 6px;
    font-size: 12px;
    padding: 7px 20px;
    cursor: pointer;
    font-family: "Noto sans";
    font-weight: 500;
    display: block;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 6px;
    color: rgb(243, 246, 250) !important;
}

.vercarrito:hover {
    background-color: rgb(47, 47, 47);
}

.vercarrito:active {
    position: relative;
    top: 1px;
}

.page {
    width: 100%;
    margin: 0px auto;
    min-height: calc(100% - 464px);
    position: relative;
    border: 0px solid rgb(255, 0, 0);
}

.page {
}

.top-productos {
    position: relative;
    text-align: center;
    padding-top: 15px;
}

.bolsapasos {
    background-color: rgb(245, 245, 245);
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(221, 221, 221);
    margin: auto;
}

.categorias, .detalle-productos {
    display: inline-block;
}

.categorias {
    width: 200px;
    height: 510px;
    border-right: 1px solid rgb(238, 238, 238);
    vertical-align: top;
    padding: 20px 20px 0px 10px;
    cursor: pointer;
    display: none;
}

.borrarcategoria, .borrarmarca {
    transition: 0.5s;
    border-radius: 15px;
    background-color: rgb(221, 221, 221);
    padding: 3px 10px 3px 20px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Noto sans";
}

.borrarcategoria:hover, .borrarmarca:hover {
    background-color: rgb(204, 204, 204);
}

.detalle-productos {
    width: calc(100% - 205px);
    margin-top: 1%;
}

ul.lista {
    margin-left: auto;
    list-style: none;
}

ul.lista li {
    font-family: Lato;
    font-size: 14px;
    color: rgb(235, 82, 105);
    padding: 5px 0px;
    cursor: pointer;
    list-style-image: url("../img/shape.png");
    transition-duration: 0.3s;
}

ul.lista a.selected {
    color: rgb(0, 0, 0);
    font-weight: 700;
    transition-duration: 0.3s;
}

.regular, .online {
    display: inline-block;
}

.online {
    color: rgb(235, 82, 105);
}

.regular {
    margin-right: 10px;
    color: rgb(170, 170, 170);
}

.precior {
    color: rgb(202, 202, 202);
    text-decoration: line-through;
    font-size: 20px;
    font-family: lato;
    margin-bottom: 25px;
    margin-top: 20px;
}

#mostrarmas {
    transition: 0.5s;
    width: 98%;
    margin: 5px auto 20px;
    border-radius: 6px;
    text-align: center;
    border: 0px;
    padding: 10px 0px;
    background: linear-gradient(rgb(125, 126, 125) 0%, rgb(76, 76, 76) 100%);
    color: rgb(255, 255, 255);
    font-family: "Noto sans";
    font-weight: 500;
    display: block;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: rgb(153, 153, 153) 0px 0px 6px;
}

#mostrarmas:hover {
    opacity: 0.9;
}

#mostrarmas:active {
    position: relative;
    top: 1px;
}

.fotos {
    display: inline-block;
    width: 30%;
    margin: 1%;
    border: 1px solid rgb(221, 221, 221);
}

.fotos img {
    width: 100%;
}

label.titulo {
    color: rgb(224, 72, 95);
    font-weight: 600;
    font-family: lato;
    font-size: 16px;
    text-transform: uppercase;
}

.content {
    padding: 0px;
    border: 0px solid rgb(243, 243, 243);
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

#nregistro img {
    filter: brightness(0);
    position: relative;
    top: 1px;
    margin-right: 3px;
}

#nregistro {
    float: right;
    cursor: pointer;
}

#isesion {
    float: right;
    cursor: pointer;
}

#isesion img {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.caracteristicas {
    display: inline-block;
    width: calc(25% - 31.6px);
    border: 1px solid rgb(221, 221, 221);
    min-height: 80px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    color: rgb(245, 139, 139);
}

.caracteristicas:last-child {
    margin-right: 0px;
}

.caracteristicas img {
    width: 45px;
    display: inline-block;
    margin-right: 10px;
    filter: brightness(0);
}

.caracteristicas label {
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-transform: uppercase;
}

.caracteristicas div {
    display: inline-block;
    margin-top: 7px;
    width: 75%;
    vertical-align: top;
    font-size: 10px;
    color: rgb(157, 159, 255);
}

#olvidaste {
    cursor: pointer;
}

#olvidaste img {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.nuevoregistro {
    text-decoration: none;
}

.opcionescuenta {
    display: inline-block;
    border: 1px solid rgb(221, 221, 221);
    width: 20%;
    min-width: 200px;
    margin-right: 20px;
}

.opcionescuenta img {
    width: 48px;
    margin-right: 20px;
    filter: brightness(100%);
}

.opcionescuenta ul {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.opcionescuenta ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 0px;
}

.opcionescuenta ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid rgb(221, 221, 221);
    padding-bottom: 0px;
}

.opcionescuenta li div {
    display: flex;
    padding: 10px;
    align-items: center;
}

.opcionescuenta li div:hover {
    display: flex;
    background-color: rgb(209, 211, 202);
    align-items: center;
    cursor: pointer;
    filter: invert(100%);
}

.detallecuenta, .detallepedidos {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(221, 221, 221);
    width: calc(80% - 88px);
    padding: 20px;
}

.detallecuenta hr, .detallepedidos hr {
    border-top: 0px;
    border-bottom: 1px solid rgb(255, 206, 207);
    margin-bottom: 20px;
    margin-top: -10px;
}

.mensajefinal {
    text-align: center;
    padding: 20px 0px;
    border: 1px solid rgb(191, 191, 191);
    max-width: 400px;
    margin: 5% auto;
}

.mensajefinal span {
    color: rgb(170, 170, 170);
}

.mensajefinal img {
    margin: 10px;
}

.total {
    background-color: rgb(44, 46, 50);
    padding: 17px 20px 16px;
    color: rgb(255, 255, 255);
    margin: -20px -20px 20px;
    text-transform: uppercase;
}

.total span {
    float: right;
    font-weight: 600;
}

#sesion {
    padding: 20px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 10px;
    font-size: 14px;
}

.opcion {
    border: 1px solid rgb(221, 221, 221);
    padding: 5px 0px;
    display: inline-block;
    text-align: center;
    min-width: 135px;
    margin-right: 10px;
}

.opcion:hover {
    background-color: rgb(245, 245, 245);
}

.tienda {
    background-color: rgb(44, 46, 50);
    padding: 20px;
    color: rgb(255, 255, 255);
    margin: -20px;
}

.despachofield {
    width: 140px;
    display: inline-block;
    color: rgb(136, 136, 136);
}

.despacho {
    border: 1px solid rgb(221, 221, 221);
    margin-top: 20px;
}

.disabled {
    background-color: rgb(228, 228, 228);
    color: rgb(167, 165, 164);
}

.disabled img {
    opacity: 0.2;
}

.despacho input {
    margin-right: 10px;
}

.despacho label {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.despachoopciones {
    width: 30%;
    display: inline-block;
}

.despacho img {
    width: 60px;
    margin: 20px;
}

.cuentabanco {
    background-color: rgb(195, 205, 214);
    margin: -20px -20px 20px;
    padding: 20px;
    font-family: Lato;
}

.cuentabanco img {
    float: left;
    height: 80px;
    margin-top: -6px;
    margin-right: 20px;
}

.detalledespacho {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid rgb(221, 221, 221);
    width: calc(68% - 46px);
    margin-left: 2%;
    display: inline-block;
    line-height: 26px;
    vertical-align: top;
}

.spaciobottom {
    margin-bottom: 20px;
}

.spacioderecha {
    margin-right: 6%;
}

.login {
    width: 30%;
    min-width: 380px;
    margin: auto;
    vertical-align: top;
}

#nuevoregistro {
    width: calc(66% - 4px);
    margin: auto;
    min-height: 370px;
    padding-left: 4%;
}

.pasos li.active {
    color: rgb(66, 66, 66);
    transition: 0.5s ease-out;
    text-indent: 0px;
}

.pasos li.active span {
    background: rgb(66, 66, 66);
    margin-right: 10px;
}

.pasos li.active a {
    color: rgb(66, 66, 66);
    text-decoration: none;
    transition: 0.5s;
}

.pasos li.active a:hover {
    color: rgb(224, 72, 95);
    text-decoration: none;
}

.pasos {
    padding: 0px;
    display: inline-block;
}

.pasos li {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    line-height: 22pt;
    color: rgb(215, 215, 215);
    font-size: 14px;
    font-family: poppins;
}

.pasos li span {
    background: rgb(215, 215, 215);
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    line-height: 22pt;
    text-indent: 0px;
    margin: 0px 10px 0px 0px;
    border-radius: 15px;
}

.pasos li span.separador {
    background: rgb(215, 215, 215);
    width: 30px;
    height: 2px;
    float: right;
    margin: 14px 0px 0px 10px;
}

.resumen {
    width: 30%;
}

label {
    margin: 10px 20px 0px 0px;
    display: inline-block;
    font-size: 14px;
}

.field {
    width: calc(46.8% - 2px);
    font-size: 14px;
    display: inline-block;
    font-family: Lato;
}

.infoinput {
    position: absolute;
    margin-top: -20px;
    color: red;
    font-size: 9px;
}

.full {
    width: 86%;
}

.full2 {
    width: 100%;
    font-size: 14px;
}

.field input, .field textarea {
    display: block;
    width: calc(100%);
    border: 1px solid rgb(221, 221, 221);
    padding: 12px;
    outline: none;
    border-radius: 5px;
    margin: 5px 0px 20px;
}

input[type="date"] {
    font-size: 14px;
    font-family: Lato;
}

input[type="radio" i] {
    display: inherit;
    width: auto;
    background-color: initial;
    cursor: default;
    appearance: radio;
    box-sizing: border-box;
    margin: 3px 10px 0px 5px;
    padding: initial;
    border: initial;
}

input.borderojo {
    border-color: red;
}

.field input:disabled, .field select:disabled {
    background-color: rgb(245, 245, 245);
    color: rgb(160, 160, 160);
    border: 1px solid rgb(224, 224, 224);
}

.field select {
    display: block;
    width: calc(100%);
    border: 1px solid rgb(221, 221, 221);
    padding: 7px 11px 8px 17px;
    margin: 5px 0px 20px;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 13px) center;
}

.marco {
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
    margin: auto;
    width: 80px;
}

.marco img {
    width: 100%;
    height: auto;
}

.productoscantidad {
    float: left;
    margin-top: 6px;
    width: 80px;
}

.content p {
    text-align: justify;
    color: rgb(77, 64, 64);
    display: inline-block;
}

.banner img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.banner, .bannerv {
    margin-top: -10px;
    height: fit-content;
}

.video {
    display: inline-block;
    margin: 0px 1% 2%;
    position: relative;
    width: calc(18% - 2px);
    border: 1px solid rgb(221, 221, 221);
}

.legal {
    padding: 5px 0px;
    margin: 5px 0px 0px;
    font-size: 11px;
    font-family: "noto sans";
}

.legal div {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    margin-left: 2%;
}

.disable {
    background-color: rgb(165, 163, 163);
}

.disable:hover {
    background-color: rgb(165, 163, 163);
    cursor: auto;
}

.carritobotones button {
    display: inline-block;
    margin-right: 15px;
}

.carritobotones {
    padding: 20px 0px;
}

.Descuentocarrito input {
    width: 80px;
    float: right;
    margin-top: -7px;
    background-color: rgb(255, 255, 255);
    height: 28px;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 6px;
    padding: 0px 5px;
    text-align: right;
    outline: none;
}

.totalcarrito, .Descuentocarrito, .subtotalcarrito {
    background-color: rgb(245, 245, 245);
    border-top: 1px solid rgb(230, 230, 230);
    padding: 15px 10px;
}

.subtotalcarrito {
    border-top: 0px;
}

input[type="number"] {
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
}

.number-input {
    border: 2px solid rgb(221, 221, 221);
    display: inline-flex;
}

.number-input button {
    outline: none;
    appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0px;
    position: relative;
}

.number-input button::before, .number-input button::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: rgb(33, 33, 33);
    transform: translate(-50%, -50%);
}

button.plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: 0.5rem;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-width: 0px 2px;
    font-size: 2rem;
    height: 3rem;
    font-weight: bold;
    text-align: center;
}

.totalcarrito span, .subtotalcarrito span {
    float: right;
    color: rgb(224, 72, 95);
    font-weight: bold;
}

.tiempo {
    position: absolute;
    right: 2%;
    padding: 3px 5px;
    font-size: 11px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.69);
    color: rgb(255, 255, 255);
}

.video span {
    width: calc(33.33% - 36px);
    padding-left: 36px;
    display: inline-block;
    font-size: 10px;
    border-top: 1px solid rgb(221, 221, 221);
    line-height: 20px;
    height: 20px;
}

.video span:nth-of-type(1) {
    background-color: rgb(255, 255, 255);
    background-image: url("../img/eye.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.video span:nth-of-type(2) {
    background-color: rgb(255, 255, 255);
    background-image: url("../img/heart.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.video span:nth-of-type(3) {
    background-color: rgb(255, 255, 255);
    background-image: url("../img/comment.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.video img {
    width: 100%;
}

.play {
    transition: 0.5s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.play:hover {
    opacity: 1;
}

.play img {
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 25%;
}

.video-descripcion {
    color: rgb(170, 170, 170);
    font-size: 10px;
    height: 34px;
    padding: 5px;
    overflow: hidden;
}

.ruta {
    background-color: rgb(250, 166, 68);
    padding: 10px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: poppins;
    text-transform: capitalize;
}

.ruta a {
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
    color: rgb(255, 255, 255);
}

.home-marcas {
    margin: auto;
}

.octogono {
    position: absolute;
    z-index: 1;
    height: 80px;
    right: 0px;
    bottom: 0px;
}

.octogono:nth-child(2) {
    right: 63px;
}

.referencial {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 11px;
    color: rgb(235, 82, 105);
}

.redes img {
    margin-right: 20px;
}

.foot-nav, .redes {
    text-align: left;
    display: inline-block;
    padding-left: 20px;
    width: calc(25% - 20px);
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    vertical-align: top;
    max-width: 430px;
    min-height: 200px;
}

.foot-nav ul li {
    text-align: left;
    font-size: 14px;
    font-family: Lato;
    line-height: 25px;
}

.foot-nav a {
    text-decoration: none;
    color: rgb(190, 181, 181);
}

.foot-nav a:hover {
    color: rgb(255, 255, 255);
}

.foot-info {
    display: inline-block;
    line-height: 20px;
    color: rgb(255, 255, 255);
    width: calc(50% - 20px);
    text-align: center;
    border-left: 0px;
}

.foot-info img {
    filter: grayscale(100%) brightness(100%) saturate(100%) hue-rotate(95deg) blur(0px);
    opacity: 0.99;
    margin: 10px 0px 15px;
}

footer {
    background-image: linear-gradient(rgba(109, 109, 109, 0.92) 0%, rgb(44, 46, 50) 100%), url("../img/fachada.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgb(50, 51, 55);
    background-size: 1920px;
    width: 100%;
    display: block;
    margin-top: 0px;
    padding-top: 15px;
    text-align: center;
    font-size: 11px;
    bottom: 0px;
    min-height: 240px;
    color: white;
    border-top: 5px solid rgb(248, 151, 65);
}

header {
    width: 100%;
    margin-bottom: 10px;
    background: radial-gradient(circle, rgb(217, 217, 217) 0px, rgb(179, 179, 179) 100%) 0% 0% / 100%, url("styles.css") 0% 0% no-repeat;
}

.menu_bar {
    display: none;
}

section {
    padding: 20px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: transparent;
    position: absolute;
    float: right;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    box-shadow: rgb(154, 154, 156) 0px 0px 6px inset;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(221, 221, 221, 0.4);
}

@media screen and (max-width: 1024px) {
    .overlap {
        width: 0%;
    }

    .video {
        width: calc(23% - 2px);
    }
}

@media screen and (max-width: 800px) {
    .menu {
        height: 100%;
        left: calc(-100% + 54px);
        overflow: auto;
        position: relative;
        top: 0px;
        width: calc(100% - 54px);
        transition: left 0.3s;
    }

    .menu_categorias > div {
        width: 100%;
    }

    .menu > li > a {
        padding: 10px 20px;
        overflow-wrap: break-word;
    }

    .nav_open {
        transition: left 0.3s;
        position: relative;
        left: 0%;
        height: 100%;
        overflow: auto;
        top: 0px;
        width: calc(100% - 54px);
    }

    .menu > li:hover .megadrop {
        left: 0px;
        width: 100%;
    }

    .menu .col ul li a.volver {
        display: block;
    }

    .regresar {
        display: block;
    }

    .menu .col {
        width: 100%;
        float: left;
        color: white;
        margin: 0px 0px 0px 0%;
    }

    .menu .col ul {
        display: none;
    }

    .menu .col h3 {
        font-size: 13px;
        font-family: Poppins;
        border-top: none;
        padding: 10px 20px;
        margin: 0px;
        font-weight: 500;
        color: rgb(0, 40, 73);
        font-style: normal;
    }

    .menu .col h3:hover {
        background-color: rgb(170, 204, 232);
    }

    .menu .col h3:hover ~ ul {
        display: block;
    }

    .mediaimagen {
        width: 100%;
        display: block;
        margin: 0px;
    }

    .bloqueizquierdo {
        width: 90%;
        display: block;
        margin: auto auto 40px;
    }

    .detalledespacho {
        width: calc(100% - 40px);
        margin-left: 0px;
    }

    .despachoopciones {
        width: 100%;
    }

    .pasos li {
        text-indent: -9999px;
    }

    .pasos li.active {
        text-indent: -9999px;
    }

    .pasos li span.separador {
        display: none;
    }

    .sunat-link {
        display: block;
        text-align: center;
        background-color: rgb(193, 75, 75);
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: rgb(255, 255, 255);
        padding: 15px 0px;
        font-size: 11px;
    }

    .sunat-link img {
        display: block;
        margin: auto;
    }

    .video {
        width: calc(29.33% - 2px);
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 4%;
    }

    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .page {
        width: 100%;
    }

    .detalleproducto {
        width: 100%;
        display: block;
    }

    .marca {
        width: 33.33%;
        margin-right: 0px;
        margin-left: 0px;
        border: 0px;
        overflow: hidden;
        white-space: normal;
        display: inline-block;
        padding: 0px;
        height: 100px;
    }

    .marca img {
        height: 60px;
    }

    .categoria img {
        display: block;
        margin: 10px;
        background: none;
    }

    .categoria {
        width: auto;
        padding: 0px;
        background: none;
        line-height: normal;
    }

    .categoria span {
        display: none;
    }

    .loading label {
        font-size: 18px;
        left: 0px;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .loading img {
        width: 140px;
        height: auto;
        left: 50%;
        margin-left: -70px;
    }

    .logo {
        left: 0px;
        width: 20%;
        top: 17px;
        height: 75px;
        text-align: center;
    }

    .logo img {
        height: auto;
        max-height: 75px;
        width: auto;
    }

    .cd-dropdown-wrapper {
        display: block;
    }

    .buscar {
        display: block;
        width: 96%;
        margin-left: 2%;
    }

    .telefono {
        right: 1%;
        left: auto;
        top: 50%;
    }

    .sunat {
        display: none;
    }

    .menu_bar {
        display: block;
        width: 84px;
        position: absolute;
        left: 1%;
        top: 35%;
    }

    .menu_bar .bt-menu {
        display: block;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .menu_bar span img {
        height: 25px;
        margin-bottom: -7px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 720px) {
    .caracteristicas {
        width: 95%;
        margin: 5px 2.5% 10px;
    }

    .medallas {
        display: none;
    }

    .detallecuenta, .detallepedidos {
        width: calc(100% - 40px);
    }

    .opcionescuenta {
        width: calc(100% + 0px);
        margin-bottom: 20px;
    }

    .bolsadetalle {
        width: calc(100%);
        margin: 0px 0%;
    }

    .bolsatotal {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }

    h1 {
        font-size: 18px;
    }

    h3 {
        font-size: 18px;
    }

    .detalleproducto {
        margin-bottom: -10px;
    }

    #flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .detalleproducto2 {
        display: block;
        margin-left: 20px;
    }

    .detalleproducto3 {
        display: none;
    }

    .detalleimagen {
        margin: 0px 20px;
        width: calc(100% - 40px);
        height: 400px;
    }

    .thumbimagen {
        margin-top: 10px;
        width: 100%;
    }

    .thumb {
        display: inline-block;
    }

    .thumb img {
        height: 50px;
        width: auto;
    }

    .marca {
        width: 98%;
        margin-right: 0px;
        margin-left: 1%;
        border: 0px;
        overflow: hidden;
        white-space: normal;
        display: inline-block;
        padding: 0px;
        height: 110px;
    }

    .fototienda, .infotienda, .mascaramapa {
        width: 98%;
    }

    .analucia, .joel {
        margin-bottom: 2%;
    }

    .marca img {
        height: 70px;
    }

    .redes, .foot-nav, .foot-info {
        width: 100%;
        border-left: 0px;
        border-bottom: 1px solid rgb(68, 68, 68);
        margin-bottom: 20px;
        text-align: center;
        padding-bottom: 20px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 600px) {
    .head {
        margin-top: 30px;
    }

    .user, .whatapp, div.bolsa {
        background-color: rgb(4, 101, 181);
        position: absolute;
        top: -30px;
        width: 50%;
        left: 0px;
        text-align: center;
        height: 30px;
        line-height: 31px;
        margin-top: 0px;
    }

    .whatapp {
        left: -1px;
    }

    div.bolsa {
        left: 50%;
        width: 50%;
    }

    .telefono {
        top: 33%;
    }

    #login, #nuevoregistro {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0px;
        padding-left: 0px;
        border: 0px;
    }

    #nuevoregistro {
        border-left: 0px;
    }

    .full {
        width: 100%;
        text-align: center;
    }

    .video {
        width: calc(46% - 2px);
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 425px) {
    .login {
        min-width: 100%;
    }

    #olvidaste {
        width: 100%;
        text-align: center;
        display: block;
    }

    #iniciarsesion {
        text-align: center;
        display: block;
    }

    #nregistro {
        float: none;
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    h5 {
        text-align: center;
        margin-bottom: 40px;
    }

    .despacho label {
        font-size: 14px;
    }

    .despacho img {
        width: 50px;
    }

    .carritobotones button {
        margin-right: auto;
        display: block;
    }

    .foot-nav {
    }

    .despachofield {
        width: 100%;
    }

    .tienda {
        font-size: 11px;
    }

    .opcion {
        width: 100%;
        margin-bottom: 10px;
    }

    .ruta {
        width: 100%;
        margin: auto;
    }

    .detalleimagen {
        margin: 0px 5px;
        width: calc(100% - 10px);
    }

    .thumbimagen {
        margin: 5px;
        width: 100%;
    }

    .field {
        width: 90%;
        margin: auto;
        display: block;
    }

    #inisesion {
        display: block;
    }

    #bregistrar {
        display: block;
    }

    .pasos li.active span, .pasos li span {
        margin-right: 0px;
    }

    .video {
        width: calc(94% - 2px);
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
}
