@font-face {
  font-family: 'Poppins';
  src: url('/public/fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', system-ui, sans-serif;
}
body {
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
}
header {
  box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.25);
}
header .menu a {
  color: #000000;
}
header .logo img {
  filter: none;
}
header .user img {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(62deg)
    brightness(107%) contrast(101%);
}
header .Bag .buy {
  filter: invert(100%) sepia(50%) saturate(2%) hue-rotate(62deg)
    brightness(107%) contrast(101%);
}
header .count-products {
  background: #000000;
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
header .count-products span {
  color:#f0f0f0;
}
h1 {
  color: #313131;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
}
h1 b {
  font-size: 28px;
  font-weight: 100;
}
h2 {
  color: #313131;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
}
h3 {
  color: #313131;
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0;
}
h4 {
  color: #313131;
}
p {
  color: #464646;
  font-size: 16px;
  margin-bottom: 5px;
}
b {
  color: #048d90;
  font-weight: 400;
}

.conclusion {
  color: #464646;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.title_container img {
  width: 35%;
  border-radius: 5px;
  height: 100%;
}
.title_container {
  background-position: bottom;
  padding: 125px 10% 40px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_container .preamble {
  width: 60%;
}
.title_container .preamble span {
  color: #464646;
  font-size: 12px;
  font-style: italic;
}
.title_container .preamble .time {
  padding: 2px 5px;
  border-radius: 5px;
  width: auto;
  margin-bottom: 5px;
}
.title_container .preamble .time span {
  color: #888888;
  font-size: 14px;
  font-style: normal;
}
.container_content {
  padding: 0 18%;
}
.content {
  padding: 15px 0%;
  
}
.relevant_products {
  align-items: center;
  padding: 20px 10% 0px 10%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.relevant_products h3 {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 400;
}
.relevant_products .span_products {
  padding: 0 22%;
}
.container_relevant {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
}
.templates {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px 0;
}
.templates .product {
  width: 280px;
  background-color: #f1f1f1;
  border-radius: 7px;
  position: relative;
  border: 1px solid #048d98;
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.5);
}
.product img {
  width: 90%;
  transition: .6s;
}
.product .categoria {
  display: none;
}
  
.product h2 {
  margin: 5px 0;
  padding: 0 2%;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #101010;
}
.product h4 {
  color: #888888;
  font-size: 12px;
  font-weight: 100;
  text-align: start;
  padding: 0 2%;
}
.product ul {
  padding: 0 4%;
}
.product li {
  display: flex;
}
.product .imagen3 {
  cursor: pointer
}
.product p {
  text-align: start;
  margin-bottom: 1px;
  font-size: 11px;
  color: #464646;
}
.product li img {
  width: 12px;
  margin-right: 3px;
}
.product .update {
  display: flex;
  padding: 0 4%;
}
.product .update img {
  width: 14px;
  margin-right: 5px;
}
.prices_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.precio-total {
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
}
.precio-item {
  color: #048d98;
  font-size: 16px;
  font-weight: 600;
}
.temporizador_descuento {
  width: fit-content;
  margin: 5px auto 7px auto;
  height: auto;
  display: flex;
  border-radius: 2px;
  border-bottom: 1px solid #6639c5;
  justify-content: center;
  align-items: center;
  padding: 1px 10px; 
}
.temporizador_descuento p {
  font-size: 13px;
  margin: 0;
}
.pdescuento {
  position: absolute;
  background: #6639c5;
  width: auto;
  top: 3px;
  right: 3px;
  padding: 4px 6px;
  margin: 0;
  border-radius: 6px;
}
.pdescuento p {
  color: #f0f0f0;
  font-size: 12px;
}
.carrito{
  padding: 7px 4%;
}
.carrito img {
  width: 18px;
}
.boton-item {
  width: 100%;
  font-size: 16px;
  background-color: #101010;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 9px;
  display: flex;
  justify-content: center;
  color: #f0f0f0;
  border: none;
  transition: .4s;;
}
.boton-item img {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.boton-item:hover {
  background: linear-gradient(30deg, #6639c5, #048d98);
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse512 1.5s infinite;
  color: #f0f0f0;
  scale: 1.03;
}
.others_aspects {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.others_aspects img {
  width: 11px;
  height: 11px;
  margin-right: 3px;
}
.others_aspects span {
  font-size: 10px;
  color: #888888;
}
.others_aspects .aspect {
  display: flex;
}
.security {
  padding: 5px 2%;
}
.security p {
  font-size: 9px;
  color: #888888;
  line-height: 0.9;
  margin: 0;
  text-align: center;
}
.product:hover img {
  transform: scale(99%);
}
.relevant_products .contenedor-span {
  padding: 0;
  width: 100%;
}
.button_plantillas {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #048d98;
  text-decoration: none;
  color: #000000;
  padding: 7px 5px;
  font-size: 15px;
  cursor: pointer;
  min-width: 180px;
  transition: .4s;
}
.button_plantillas:hover {
  box-shadow: 0px 0px 8px 2px rgba(4, 141, 152, 0.6);
}
@media (max-width:1030px) {
  .title_container {
    padding: 125px 5% 40px 5%;
  }
  .container_content {
    padding: 0 8%;
  }
  .relevant_products{
    padding: 20px 5% 0px 5%;;
  }
}
@media (max-width:850px) {
 .title_container {
  flex-direction: column;
 }
 .title_container .preamble {
  width: 100%;
 }
 .title_container img {
  width: 55%;
  margin-top: 15px;
 }
}
@media (max-width:650px) {
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .title_container {
    padding: 105px 3% 20px 3%;
  }
  .title_container h1 {
    font-size: 31px;
  }
  .title_container h1 b {
    font-size: 25px;
  }
  .title_container img {
    width: 85%;
  }
  .container_content {
    padding: 0 3%;
  }
  .content {
    padding: 5px 0;
  }
  .relevant_products{
    padding: 20px 3% 0px 3%;;
  }
  .relevant_products h3 {
    font-size: 28px;
    line-height: 1;
    margin: 10px 0;
  }
  .relevant_products .span_products {
    padding: 0 2%;
}
}