@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  margin: auto;
  overflow: hidden;
  overflow-y: auto;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.row {
  margin: 0;
}

body {
  background: #f7f7f7;
  max-width: 425px;
  margin: auto;
  overflow: hidden;
  overflow-y: auto;
}

a {
  color: #1e1e1e;
  font-size: 15px;
  text-decoration: none !important;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

a:hover {
  color: #007ad6;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Poppins", sans-serif;
}

p,
span,
label {
  font-family: "Jost", sans-serif;
}

p {
  font-size: 15px;
  color: #777777;
}

h1 {
  font-size: 22px;
  color: #007ad6;
}

h2 {
  font-size: 18px;
}

.active {
  background-color: #007ad6 !important;
  color: #fff !important;
}

.active_icon {
  filter: none !important;
}

.boton {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
}

.boton:hover {
  background: #ff0000;
}

#navegador {
  padding: 10px 0px;
}
#navegador .icon_menu {
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
}
#navegador .col-3 {
  padding: 0;
}
#navegador .col-4 {
  padding: 0;
}
#navegador #content_menu {
  width: 70%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 18;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 12px 1px 16px 0px rgba(0, 0, 0, 0.2117647059);
  display: none;
}
#navegador #content_menu .cabecera {
  display: flex;
  background: #d9d9d9;
  padding: 12px 20px;
  justify-content: space-between;
}
#navegador #content_menu .cabecera span {
  padding: 2px 11px 4px 11px;
  background: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #ff0000;
}
#navegador #content_menu .cabecera img {
  width: 120px;
}
#navegador #content_menu .perfil {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 10px;
  background: #f7f7f7;
  padding-left: 20px;
}
#navegador #content_menu .perfil .col-9 {
  padding: 0;
}
#navegador #content_menu .perfil img {
  border-radius: 90px;
  margin-right: 10px;
}
#navegador #content_menu .perfil .col-3 {
  margin-right: 10px;
}
#navegador #content_menu .perfil span {
  font-size: 12px;
  color: #777777;
}
#navegador #content_menu .perfil h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: -5px;
}
#navegador #content_menu .perfil a {
  font-size: 10px;
  color: #ff0000;
  font-weight: 500;
}
#navegador #content_menu .menu {
  margin-top: 20px;
}
#navegador #content_menu .menu ul {
  margin-top: 20px;
  padding: 0;
}
#navegador #content_menu .menu li {
  background: #f7f7f7;
  width: 80%;
  display: flex;
  margin: 12px auto;
  padding: 10px;
  border-radius: 5px;
}
#navegador #content_menu .menu li img {
  width: 14px;
}
#navegador #content_menu .menu li span {
  font-size: 14px;
  margin-left: 7px;
  font-weight: 500;
}
#navegador #content_menu .menu .linea {
  background: #fff;
  height: 0.3px;
  width: 80%;
  margin: 40px 0px;
  display: flex;
  margin: 30px auto;
}
#navegador #content_filtros {
  width: 70%;
  position: fixed;
  top: 100px;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 5px;
  z-index: 16;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  display: none;
}
#navegador #content_filtros .header {
  background: #ececec;
  padding: 10px;
}
#navegador #content_filtros .slider-container {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 30px;
}
#navegador #content_filtros .slider {
  -webkit-appearance: none;
  width: 85%;
  height: 15px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  display: flex;
  justify-content: start;
}
#navegador #content_filtros .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}
#navegador #content_filtros .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}
#navegador #content_filtros .dropdown-toggle {
  margin-top: 25px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 20px;
  width: 100%;
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
#navegador #content_filtros .dropdown-toggle img {
  margin-right: 8px;
  width: 20px;
}
#navegador #content_filtros .dropdown-menu {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}
#navegador #content_filtros .dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#navegador #content_filtros .dropdown-menu a:hover {
  background-color: #ddd;
}
#navegador #content_filtros h6 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
#navegador #content_filtros p {
  margin: 0;
}
#navegador .logo {
  display: flex;
}
#navegador .logo img {
  width: 150px;
}
#navegador .icon-dr {
  display: flex;
  justify-content: flex-end;
}
#navegador .icon-dr .row {
  justify-content: center;
}
#navegador .img_user {
  display: flex;
  justify-content: end;
}
#navegador .img_user img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
}
#navegador .icon {
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  position: relative;
}
#navegador .buscar {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
#navegador .buscar .drch {
  width: 75%;
}
#navegador .buscar .izqr {
  width: 25%;
  display: flex;
  justify-content: end;
}
#navegador .buscar .izqr .odenar {
  display: flex;
  justify-content: space-between;
}
#navegador .buscar .izqr .odenar span {
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  margin-left: 5px;
}
#navegador .buscar .izqr .odenar .lista {
  padding: 10px 7px !important;
}
#navegador .buscar form input {
  border: none;
  border-radius: 5px;
  width: 100%;
  display: flex;
  font-size: 12px;
  padding: 6px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
}
#navegador .buscar .filtro {
  background: #ff0000;
  padding: 3px 8px;
  border-radius: 5px;
}
#navegador .buscar .filtro img {
  width: 16px;
  height: 14px;
  margin: auto;
}

.none {
  display: none;
}

#menu {
  position: relative;
  z-index: 17;
  margin-top: 100px;
}
#menu .content_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 8px;
  box-shadow: -1px -6px 12px 0px rgba(0, 0, 0, 0.1098039216);
  justify-content: space-between !important;
}
#menu .content_menu .col-2 {
  padding: 0;
  display: flex;
  justify-content: center;
}
#menu .content_menu .notificacion {
  position: absolute;
  background: #007ad6;
  color: #fff;
  padding: 1px;
  top: 1px;
  right: -5px;
  border-radius: 50px;
  z-index: 12;
}
#menu .content_menu .notificacion p {
  margin: 0;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 11px;
  padding: 0;
  text-align: center;
}
#menu .content_menu .noti {
  top: -4px;
  right: 4px;
}
#menu .content_menu a {
  padding: 10px;
  background: #f7f7f7;
  border-radius: 50px;
}
#menu .content_menu img {
  filter: invert(93%) sepia(94%) saturate(62%) hue-rotate(189deg) brightness(99%) contrast(58%);
  width: 20px;
  height: 20px;
}
#menu .content_menu #carrito {
  display: none;
  position: absolute;
  top: -10px;
  display: flex;
  justify-content: center;
  margin-top: -30px;
  z-index: 117;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 18px;
  border: 1px solid #007ad6;
}
#menu .content_menu #carrito img {
  width: 30px;
  height: 30px;
  filter: invert(32%) sepia(25%) saturate(4923%) hue-rotate(186deg) brightness(102%) contrast(102%);
}

#portada .carousel-inner img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
}
#portada .carousel-indicators {
  bottom: -33px;
}
#portada .carousel-indicators li {
  border-radius: 50px;
  width: 8px;
  height: 8px;
  border: none;
  background: #777777;
  margin: 0px 5px;
}
#portada .carousel-indicators .active {
  background-color: #ff0000;
  width: 18px;
}

#categorias h2 {
  margin-top: 40px;
  color: #1e1e1e;
  margin-left: 15px;
  font-weight: 500;
  margin-bottom: 9px;
}
#categorias .roww {
  display: grid;
  gap: 45px;
  grid-auto-flow: column;
  grid-auto-columns: 35%;
  overflow-x: auto;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
#categorias .roww::-webkit-scrollbar {
  display: none;
}
#categorias .caja_catego {
  width: 180px;
  height: 100px;
  position: relative;
  border-radius: 5px;
  margin-left: 15px;
  box-shadow: 0px 9px 14px 0px #b1b1b1;
}
#categorias .caja_catego img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#categorias .caja_catego h3 {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  z-index: 10;
  margin: 0;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#categorias .caja_catego:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.722) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
}

#novedades {
  background: #007ad6;
  padding: 20px 15px;
  margin-top: 40px;
}
#novedades h2 {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
#novedades .content-caja {
  display: grid;
  gap: 105px;
  grid-auto-flow: column;
  grid-auto-columns: 35%;
  overflow-x: auto;
  padding-bottom: 30px;
  margin-bottom: -30px;
  padding: 0px 0px 30px 0px;
}
#novedades .content-caja .caja {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
}
#novedades .content-caja .caja img {
  width: 14px;
  margin: 7px;
  margin-right: 10px;
}
#novedades .content-caja .caja h4 {
  font-size: 14px;
  margin-bottom: 3px;
}
#novedades .content-caja .caja p {
  font-size: 13px;
  line-height: 13px;
  margin: 0;
}
#novedades .content-caja::-webkit-scrollbar {
  display: none;
}

#ofertas_del_dia {
  margin-top: 30px;
  padding: 0px 15px;
}
#ofertas_del_dia .content-caja {
  display: grid;
  gap: 190px;
  grid-auto-flow: column;
  grid-auto-columns: 35%;
  overflow-x: auto;
  padding-bottom: 30px;
  margin-bottom: -30px;
  padding: 0px 0px 50px 0px;
}
#ofertas_del_dia .content-caja .caja {
  width: 283px;
  height: 232px;
  background-color: #d9d9d9;
  border-radius: 8px;
  display: flex;
  padding: 10px;
}
#ofertas_del_dia .content-caja .caja .izq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
#ofertas_del_dia .content-caja .caja .izq .descuento {
  background: #ff0000;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}
#ofertas_del_dia .content-caja .caja .izq p {
  color: #1e1e1e;
  margin: 0;
  margin: 20px 0px;
  font-size: 13px;
  line-height: 13px;
}
#ofertas_del_dia .content-caja .caja .izq .precio h6 {
  font-size: 13px;
  text-decoration-line: line-through;
  color: #777777;
  margin: 0;
}
#ofertas_del_dia .content-caja .caja .izq .precio h4 {
  font-size: 21px;
  font-weight: 600;
}
#ofertas_del_dia .content-caja .caja .izq .btn {
  display: flex;
  justify-content: start;
  margin: 0;
  padding: 0;
}
#ofertas_del_dia .content-caja .caja .izq .btn a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
}
#ofertas_del_dia .content-caja .drh {
  width: 50%;
  display: flex;
  align-items: center;
}
#ofertas_del_dia .content-caja .drh img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
#ofertas_del_dia .content-caja::-webkit-scrollbar {
  display: none;
}

#destacados {
  margin-top: 50px;
}
#destacados h2 {
  font-weight: 600;
}
#destacados .row {
  justify-content: space-between;
  display: flex;
  margin: 0px 0px;
}
#destacados #contenido_producto {
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
}
#destacados #contenido_producto::-webkit-scrollbar {
  display: none;
}
#destacados .caja_producto {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
#destacados .caja_producto .descuento p {
  padding: 7px 12px;
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
#destacados .caja_producto .favorito {
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  background: #f7f7f7;
}
#destacados .caja_producto .img_producto {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin: auto;
}
#destacados .caja_producto .estrella {
  width: 70px;
  margin: 10px 0px;
}
#destacados .caja_producto .precio {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#destacados .caja_producto .precio h6 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
#destacados .caja_producto .precio span {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777777;
}
#destacados .caja_producto .agr {
  align-items: center;
  padding: 0;
}
#destacados .caja_producto .btn_agregar {
  padding: 0;
}
#destacados .caja_producto .contador {
  padding: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
#destacados .caja_producto .contador input {
  width: 50%;
  text-align: center;
  padding: 0;
  border: none;
}
#destacados .caja_producto .contador button {
  width: 30%;
  border: none;
  border-radius: 50px;
  background: #eaeaea;
  width: 30px;
  height: 15px;
  padding-bottom: 25px;
  text-align: center;
}
#destacados .caja_producto h4 {
  font-size: 11px;
}
#destacados .caja_producto a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 7px 8px;
}
#destacados .cont {
  width: 100%;
  justify-content: space-evenly;
}
#destacados .cont .contador {
  width: 100%;
  justify-content: space-evenly;
}
#destacados .btn_agregar {
  display: none;
  width: 100%;
  margin-top: 10px;
}
#destacados .btn_agregar a {
  width: 100%;
  display: flex;
  justify-content: center;
}
#destacados .flexi {
  display: flex;
}
#destacados .contador2 {
  width: 70% !important;
}
#destacados .btn_icon_cart {
  width: 20%;
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: #007ad6;
  padding: 8px 11px;
}
#destacados .btn_icon_cart a {
  padding: 0;
  margin: 0;
}
#destacados .btn_icon_cart a img {
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
}

#ir_tienda {
  display: flex;
  margin: 30px 0px;
}
#ir_tienda a {
  text-align: center;
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  margin: auto;
}

#des_corta {
  padding: 15px;
}
#des_corta .container {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
#des_corta span {
  font-size: 12px;
  color: #777777;
}
#des_corta h1 {
  font-size: 20px;
  font-weight: 600;
}
#des_corta p {
  font-size: 15px;
  color: #777777;
}
#des_corta img {
  width: 90px;
  margin-top: -20px;
}
#des_corta .precio_single_product {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#des_corta .precio_single_product h6 {
  margin: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}
#des_corta .row {
  justify-content: space-between;
}
#des_corta .comprar_carrito {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translatex(10px);
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 14px;
}
#des_corta .comprar_carrito img {
  width: 20px;
  margin: auto;
  margin-right: 10px;
  filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(20deg) brightness(103%) contrast(100%);
}
#des_corta .col-8 {
  display: flex;
  justify-content: end;
}

#des_larga {
  padding: 10px;
}
#des_larga .container {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
}

#procut_similar h2 {
  margin-bottom: -30px;
  margin-top: 10px;
}
#procut_similar .conten2 {
  width: 100%;
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  grid-template-columns: none !important;
  grid-auto-columns: 60% !important;
  overflow-x: auto;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

#favoritos h1 {
  margin-top: 20px;
}
#favoritos .content_favoritos {
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  padding: 15px;
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: auto;
  margin-bottom: 25px;
}
#favoritos .content_favoritos .cerrar {
  position: absolute;
  top: -25px;
  right: -20px;
}
#favoritos .content_favoritos .cerrar img {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.101);
}
#favoritos .content_favoritos .col-3 {
  margin: 0;
  padding: 0;
}
#favoritos .content_favoritos .col-4 {
  display: flex;
  padding: 0;
}
#favoritos .content_favoritos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
#favoritos .content_favoritos h2 {
  margin: 0;
  font-size: 12px;
}
#favoritos .content_favoritos span {
  font-size: 14px;
  color: #777777;
}
#favoritos .content_favoritos hr {
  margin: 5px 0px 8px 0px;
}
#favoritos .content_favoritos .precio {
  display: flex;
  align-items: center;
}
#favoritos .content_favoritos .precio h6 {
  margin: 0;
  margin-right: 5px;
  font-weight: 600;
  font-size: 18px;
}
#favoritos .content_favoritos .precio span:first {
  text-decoration: line-through;
}
#favoritos .content_favoritos .descuento {
  margin-top: 5px;
}
#favoritos .content_favoritos .descuento p {
  margin: 0;
  padding: 0;
}
#favoritos .content_favoritos .descuento span {
  font-weight: 600;
  font-size: 15px;
  color: #1e1e1e;
}
#favoritos .content_favoritos .agr {
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 10px;
}
#favoritos .content_favoritos .agr a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
}
#favoritos .content_favoritos .contador {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
}
#favoritos .content_favoritos .contador input {
  width: 50%;
  text-align: center;
  padding: 0;
  border: none;
}
#favoritos .content_favoritos .contador button {
  width: 30%;
  border: none;
  border-radius: 50px;
  background: #eaeaea;
  width: 30px;
  height: 15px;
  padding-bottom: 25px;
  text-align: center;
}
#favoritos .content_favoritos .btn_agregar {
  display: flex;
  width: 100%;
  justify-content: center;
  display: none;
}
#favoritos .content_favoritos .btn_agregar a {
  display: flex;
  justify-content: center;
}
#favoritos .limpiar {
  display: flex;
  justify-content: center;
  width: 100%;
}
#favoritos .limpiar a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  width: 90%;
  margin-top: 10px;
}

#carrito {
  transition: all 1s;
  z-index: 17;
}

#carrito:active {
  border: 1px solid #ff0000;
  transform: scale(1.2);
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.5);
}

#carrito_compras {
  display: none;
  background: #f7f7f7;
  width: 93%;
  position: fixed;
  bottom: 100px;
  right: 10px;
  left: 14px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3490196078);
  height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 17;
}
#carrito_compras .header {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 0px 0px 0px;
}
#carrito_compras .header .cerrar {
  transition: all 0.2s;
  position: absolute;
  top: -29px;
  right: 15px;
  z-index: 118;
}
#carrito_compras .header .cerrar img {
  position: fixed;
  width: 35px;
  height: 35px;
}
#carrito_compras .header span {
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
}
#carrito_compras .header img {
  width: 22px;
  height: 22px;
}
#carrito_compras .header h2 {
  font-size: 22px;
  margin: 0;
  margin-left: 10px;
}
#carrito_compras .header p {
  font-size: 13px;
  margin-left: 10px;
}
#carrito_compras .img_p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#carrito_compras .total {
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
#carrito_compras .fila {
  display: flex;
  justify-content: flex-end;
}
#carrito_compras .fila span {
  margin: 0px 15px;
}
#carrito_compras .linea {
  margin: 0px 0px 10px 0px;
  width: 106%;
}
#carrito_compras .car {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding-left: 18px;
  padding: 0;
}
#carrito_compras .car .contador {
  margin: 0;
  margin-top: 10px;
  width: 112px;
  justify-content: space-between;
  width: 100%;
}
#carrito_compras .car a {
  font-size: 12px !important;
}
#carrito_compras .car .cerrar {
  position: absolute;
  top: -20px;
  right: -18px;
}
#carrito_compras .car .cerrar img {
  height: 30px;
  width: 30px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 50px;
}
#carrito_compras .btn_comprar a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

#ingresar {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#ingresar .content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 80%;
  margin-top: -30px;
}
#ingresar .recuperar {
  max-width: 70%;
}
#ingresar .recuperar .text {
  margin-top: 15px;
  text-align: center;
  margin-bottom: -2px;
}
#ingresar .recuperar h5 {
  font-size: 14px;
  margin-top: 13px;
}
#ingresar .recuperar .btn_fom {
  margin-top: 15px;
}
#ingresar .logo {
  width: 230px;
  margin: 0px auto;
  display: flex;
}
#ingresar .logoingre {
  opacity: 0;
}
#ingresar .olvide p {
  font-weight: 500;
  font-size: 13px;
  margin-top: 7px;
  text-decoration: underline;
}
#ingresar h5 {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
#ingresar h5 a {
  font-size: 14px;
  color: #ff0000;
  margin-left: 5px;
}
#ingresar h6 {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
}
#ingresar .redes {
  display: flex;
  justify-content: center;
}
#ingresar .redes ul {
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
#ingresar .redes li {
  display: flex;
  margin: 0px 10px;
}
#ingresar .redes li .face {
  background: #3e5a9c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
#ingresar .redes li .goog {
  background: #fff;
  color: #1e1e1e;
  padding: 10px 15px;
  border-radius: 5px;
}
#ingresar .btn_fom {
  display: flex;
  flex-direction: column;
}
#ingresar .btn_fom button {
  width: 100%;
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin-top: 5px;
  padding: 8px;
}
#ingresar .form_ele {
  display: flex;
  flex-direction: column;
}
#ingresar .form_ele img {
  width: 15px;
}
#ingresar .form_ele label {
  font-size: 12px;
  color: #777777;
  margin: 0;
  margin-top: 15px;
}
#ingresar .form_ele input {
  border: none;
  border-radius: 8px;
  background: #efefef;
  width: 100%;
  padding: 4px;
  padding-left: 35px;
}
#ingresar .form_ele .flex {
  display: flex;
  position: relative;
}
#ingresar .form_ele .flex .btn_ver {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
#ingresar .form_ele .flex .btn_ver img {
  width: 15px;
  margin: auto;
}
#ingresar .form_ele .flex .btn_ver button {
  border: none;
}
#ingresar .form_ele .flex .btn_ver button:active {
  border: none;
}
#ingresar .form_ele .flex .btn_ver .ojo_none {
  display: none;
}
#ingresar .form_ele .flex .btn_ver .ojo_none {
  display: none;
}
#ingresar .form_ele .flex .btn_ver .ojo_Mostrar {
  display: block;
}
#ingresar .form_ele .flex span {
  position: absolute;
  background: #e4e4e4;
  padding: 2px 6px;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#ingresar .form_ele .flex span img {
  display: flex;
  margin: auto;
  justify-content: center;
}
#ingresar #registro .checkk {
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 20px;
}
#ingresar #registro .checkk p {
  margin: 0;
  margin-left: 5px;
}
#ingresar #registro .checkk a {
  color: #ff0000;
  font-size: 14px;
}
#ingresar #registro .checkk .btn_fom {
  margin-top: 20px !important;
}
#ingresar .flex-ing {
  display: flex;
  justify-content: space-between;
}
#ingresar .flex-ing label {
  margin-top: 5px;
}
#ingresar .aceptar {
  margin-top: 20px;
}
#ingresar .aceptar label {
  font-size: 14px;
}
#ingresar .aceptar a {
  color: #ff0000;
  font-weight: 500;
  font-size: 13px;
}

#animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#animation img {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 230px;
  z-index: 10;
  animation: animateimg 1s ease-in-out forwards;
}
#animation::after {
  content: "";
  background: #007ad6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#animation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url(../images/circulo2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: animate 1s ease-in-out forwards;
}

.ingresar::after {
  content: "";
  background: #007ad6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.ingresar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url(../images/circulo2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.anim {
  animation: animateform 2s ease-in-out;
}

.zoomIn {
  animation: zoomIn 0.5s ease-in-out forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    transform: translateY(800px);
  }
  100% {
    transform: translateY(0px);
  }
}
.fadeOut {
  animation: fadeOut 0.5s ease-in-out forwards;
}

@keyframes fadeOut {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(800px);
  }
}
.fadeLeft {
  animation: fadeLeft 0.5s ease-in-out forwards;
}

@keyframes fadeLeft {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes animateform {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateimg {
  0% {
    width: 130px;
  }
  70% {
    width: 230px;
  }
  100% {
    margin-top: -200px;
  }
}
@keyframes animate {
  0% {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.pedidoEnCurso .btn {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.pedidoEnCurso .btn a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#resumen_pedido .btn_titulo {
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  align-items: center;
  justify-content: start;
}
#resumen_pedido .btn_titulo img {
  margin-right: 10px;
}
#resumen_pedido h1 {
  font-size: 19px;
  color: #1e1e1e;
  margin-left: 20px;
  margin: 0;
}
#resumen_pedido .content_caja_producto {
  display: grid;
  gap: 0px;
  grid-auto-flow: column;
  grid-template-columns: none !important;
  grid-auto-columns: 75% !important;
  overflow-x: auto;
  padding-bottom: 30px;
  margin-bottom: -28px;
}
#resumen_pedido .content_caja_producto::-webkit-scrollbar {
  display: none;
}
#resumen_pedido .content_caja_producto .caja_producto_info {
  max-width: 290px;
  display: flex;
  padding: 10px;
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  margin-top: 20px;
  justify-content: space-between;
}
#resumen_pedido .content_caja_producto .caja_producto_info img {
  width: 70px;
  object-fit: contain;
  height: 100px;
}
#resumen_pedido .content_caja_producto .caja_producto_info h6 {
  font-size: 14px;
  font-weight: 500;
}
#resumen_pedido .content_caja_producto .caja_producto_info .img_pro {
  width: 30%;
}
#resumen_pedido .content_caja_producto .caja_producto_info .content {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#resumen_pedido .content_caja_producto .caja_producto_info .content .cantidad li {
  font-weight: 500;
}
#resumen_pedido .content_caja_producto .caja_producto_info .content .numero {
  margin-left: 10px;
}

.datos_facturacion .btn {
  display: flex;
  padding: 0;
  margin-top: 20px;
}
.datos_facturacion .btn a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.seccion {
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  margin: 15px auto;
  width: 95%;
}
.seccion .color li {
  color: #1e1e1e;
  font-weight: 500;
}
.seccion .drh {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  text-align: end;
}
.seccion h2 {
  margin-bottom: 15px;
}
.seccion input {
  margin-right: 5px;
}
.seccion .col-6 {
  padding: 0;
}
.seccion .col-12 {
  padding: 0;
}
.seccion ul li {
  color: #777777;
}

#info_pedido_total .total {
  padding: 15px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
#info_pedido_total .fila {
  display: flex;
  justify-content: flex-end;
}
#info_pedido_total .fila span {
  margin: 0px 15px;
}
#info_pedido_total .linea {
  margin: 0px 0px 10px 0px;
  width: 106%;
}
#info_pedido_total .btn_comprar a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#cabecera_cuenta {
  margin: 10px;
  border-radius: 5px;
  display: flex;
  background-image: url(../images/foto-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#cabecera_cuenta .content {
  text-align: center;
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  max-width: 220px;
  margin: 12px;
  border-radius: 5px;
}
#cabecera_cuenta .content img {
  border-radius: 90px;
  border: 5px solid #f2f3fe;
  margin-bottom: 4px;
}
#cabecera_cuenta .content img:before {
  content: "";
  background-image: url(../images/lapiz.svg);
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 10px;
  height: 10px;
  padding: 3px;
}
#cabecera_cuenta .content h3 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 600;
}
#cabecera_cuenta .content h6 {
  font-size: 15px;
  margin-bottom: 3px;
}
#cabecera_cuenta .content p {
  font-size: 13px;
}

.section_cuenta .cabecera {
  margin: 10px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
}
.section_cuenta .cabecera h2 {
  color: #007ad6;
  margin: 0;
}
.section_cuenta .cabecera a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
}
.section_cuenta hr {
  margin: 10px 0px;
}

#pqrs .content {
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  margin-top: 15px;
}
#pqrs .content h2 {
  margin-bottom: 10px;
}
#pqrs .form {
  padding-bottom: 20px;
  height: 100%;
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  margin-top: 15px;
}
#pqrs .form .form_ele {
  width: 100%;
}
#pqrs .form .select select {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #efefef;
  width: 100%;
  padding: 4px;
  padding-left: 35px;
  border: none;
  border-radius: 5px;
  width: 100%;
  display: flex;
  font-size: 12px;
  padding: 6px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  font-size: 15px;
}
#pqrs label {
  width: 100%;
}
#pqrs .textarea textarea {
  background: #fff;
  padding: 10px;
  border: 5px;
  margin: auto;
  width: 95%;
  width: 100%;
  background: #efefef;
}
#pqrs .btn_fom {
  width: 100%;
}

#acerca_de .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70vh;
  justify-content: space-between;
  align-content: space-between;
}
#acerca_de .content hr {
  border: 1px solid #ff0000;
  width: 20px;
  margin-top: -10px;
}
#acerca_de .content img {
  width: 250px;
}
#acerca_de .content h3 {
  font-size: 22px;
  font-weight: 600;
}
#acerca_de .content h5 {
  font-size: 16px;
}
#acerca_de .content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}
#acerca_de .content h6 {
  font-size: 14px;
  font-weight: 500;
}
#acerca_de .content h6 span {
  color: #ff0000;
}

#historial .datos_historial .title {
  display: flex;
  justify-content: space-between;
}
#historial .datos_historial .title h4 {
  font-size: 18px;
}
#historial .datos_historial .title h5 {
  font-size: 16px;
  color: #ff0000;
  font-weight: 600;
}
#historial .cont img {
  width: 100px;
  margin-bottom: 10px;
}
#historial .cont img:before {
  content: "";
  background: #000;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#historial .cont li {
  padding: 7px 20px;
  background: #f7f7f7;
  margin-top: 10px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 14px;
}
#historial .cont li img {
  width: 17px;
  margin-left: 5px;
  margin-bottom: 0px;
}
#historial .btn {
  width: 100%;
}
#historial .btn a {
  font-size: 15px;
  padding: 10px 22px;
  background: #007ad6;
  transition: 300ms;
  color: #fff;
  border-radius: 5px;
  display: flex;
  width: 100%;
  text-align: center;
  font-size: 13px;
  justify-content: center;
}

#secction_bienvenido {
  width: 100%;
  height: 100vh;
  margin: auto auto;
  border-radius: 10px;
  padding: 15px;
}
#secction_bienvenido .content_bienvenido {
  border-radius: 10px;
  background-color: #eff1f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 96vh;
}
#secction_bienvenido .arriba h2 {
  margin-top: 50px;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  max-width: 320px;
  color: #007ad6;
}
#secction_bienvenido .arriba img {
  width: 100%;
}
#secction_bienvenido .abajo {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}
#secction_bienvenido .abajo a {
  font-weight: 600;
  color: #ff0000;
}
#secction_bienvenido .abajo .content_circulo {
  display: flex;
  align-items: center;
}
#secction_bienvenido .abajo .circulo {
  width: 12px;
  height: 12px;
  background-color: #007ad6;
  border-radius: 50px;
  margin: 0px 4px;
}
#secction_bienvenido .abajo .img {
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  width: 36px;
  height: 36px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: #e4e4e4;
  margin-top: -5px;
}
#secction_bienvenido .abajo img {
  width: 100%;
}
#secction_bienvenido .abajo .active_circulo {
  background-color: #0f4b7d;
}

@media (min-width: 320px) {
  .roww {
    grid-auto-columns: 45% !important;
  }
}
@media (min-width: 375px) {
  .roww {
    grid-auto-columns: 40% !important;
  }
}
@media (min-width: 425px) {
  .roww {
    grid-auto-columns: 35% !important;
  }
}

/*# sourceMappingURL=style.css.map */
