html {
  background: #000000;
}

body {
  align-items: center;
  text-align: center;
  background: transparent;
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
}

body::before,
body::after {
  content: '';
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: -1;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

body::before {
  width: 55vw;
  height: 55vw;
  background: radial-gradient(circle, #013f42 0%, #011e20 55%, transparent 80%);
  top: -15%;
  left: -10%;
  animation: orbA 28s ease-in-out infinite;
}

body::after {
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle, #2a0666 0%, #120230 55%, transparent 80%);
  bottom: -20%;
  right: -15%;
  animation: orbB 34s ease-in-out infinite;
}

@keyframes orbA {
  0%   { transform: translate3d(0%,    0%,   0) scale(1);    opacity: 0.85; }
  20%  { transform: translate3d(55%,   25%,  0) scale(1.12); opacity: 0.95; }
  40%  { transform: translate3d(30%,   70%,  0) scale(0.95); opacity: 0.75; }
  60%  { transform: translate3d(-10%,  50%,  0) scale(1.08); opacity: 0.9;  }
  80%  { transform: translate3d(20%,  -10%,  0) scale(1.02); opacity: 0.8;  }
  100% { transform: translate3d(0%,    0%,   0) scale(1);    opacity: 0.85; }
}

@keyframes orbB {
  0%   { transform: translate3d(0%,    0%,  0) scale(1);    opacity: 0.8;  }
  25%  { transform: translate3d(-40%, -30%, 0) scale(1.1);  opacity: 0.95; }
  50%  { transform: translate3d(-20%, -60%, 0) scale(0.92); opacity: 0.7;  }
  75%  { transform: translate3d(15%,  -40%, 0) scale(1.05); opacity: 0.88; }
  100% { transform: translate3d(0%,    0%,  0) scale(1);    opacity: 0.8;  }
}

@media (max-width: 768px) {
  body::before,
  body::after {
    filter: blur(50px);
  }
  body::before {
    width: 90vw;
    height: 90vw;
  }
  body::after {
    width: 90vw;
    height: 90vw;
  }
}
.finanzas {
  background: linear-gradient(90deg, var(--color-brand), var(--color-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px !important;
  font-weight: 600;
}
.section {
  max-width: 1550px;
  margin: 0 auto;
}
.slider-test h4 {
  margin: 0 auto 4px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #111111;
  text-align: center;
}
.slider-test p {
  text-align: left;
  color: #444;
  font-size: clamp(0.8rem, 2vw, 0.88rem);
  margin: 0;
  padding: 0;
  line-height: 1.65;
}
.slider-test span {
  color: #999;
}
.added_value p {
  font-size: 1rem;
}
.values p {
  padding: 0 31%;
}
.stars img {
  max-width: 200px; 
  height: 100%;
}
.contenedor2 i img {
  height: 40px;
  width: 40px;
  text-align: center;
  align-items: center;
  line-height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  opacity: 0.7;
  z-index: 10;
}
.tarjeta .imagen3 img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 0;
  transition: transform 0.45s ease;
}
.carrusel .tarjeta:hover .imagen3 img {
  transform: scale(1.04);
}
.container_especification {
  margin-bottom: 7px;
}
.valores .valor img {
  width: 50%;
  max-width: 145px;
  height: auto;
  margin-top: 30px;
}
.valores .valor h4 {
  margin: 13px 0;
  font-size: 1.2rem;
}
.business_units {
  position: relative;
}
.business_units h2 {
  position: absolute;
}
.unit h3 {
  padding: 0;
  margin:25px 0 15px 0;
}
.container_units .personal_finance {
  background-image: url(../images/index/finanzas_personales.webp);
  background-size: cover;
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  padding: 50px 5% 50px 10%;
}
.container_units .bussines {
  background-image: url(../images/index/emprendedores.webp);
  background-size: cover;
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  padding: 50px 10% 50px 5%;
}
/* Fin Adecuación Imagenes Seccion Finanzas Personales y de empresas*/
 
/* Arreglo Imagenes sección Testimonios*/
.from img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
/* Fin Arreglo Imagenes sección Testimonios*/

/* Inicio Arreglo de la Seccion Portada */
.cover-page {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: top;
  background-blend-mode: darken;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-page .cover-conteiner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cover-page .cover-conteiner .benefits {
  display: flex;
  justify-content: space-around;
  width: 50%;
  max-width: 380px;
  margin: 20px auto 0 auto;
}
.cover-page .cover-conteiner .benefits .benefit {
  border: 1px solid rgba(228, 229, 230, 0.2);
  border-radius: 5px;
  background-color: rgba(228, 229, 230, 0.1);
  padding: 2px 5px;
  margin: 0 5px;
  max-width: 190px;
  display: flex;
  justify-content: center;
}
.cover-page .cover-conteiner .benefits .benefit img {
  height: 16px;
  width: 16px;
  margin: auto 3px auto 0px;
}
.cover-page .cover-conteiner .benefits .benefit p {
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}
.cover-page .cover-conteiner h1 {
  padding: 10px 15% 20px 15%;
}
.cover-page .cover-conteiner p {
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  text-align: center;
  margin: 0 auto;
}
.cover-page .button-conteiner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 2%;
}
.button-conteiner .cover-button {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: var(--color-brand);
  background: #ffffff;
  width: 155px;
  padding: 8px 5px;
  height: auto;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s; 
  overflow: hidden;
  margin: 20px 0;
}
.button-conteiner .cover-button:hover {
  color: #ffffff;
  background: linear-gradient(90deg, var(--color-brand-dark), var(--color-brand));
  transition: 0.3s; 
  box-shadow: 
    0 0 10px  var(--color-brand),
    0 0 30px  var(--color-brand),
    0 0 60px  var(--color-brand),
    0 0 120px var(--color-brand),
    0 0 240px var(--color-brand);
}
/* Fin Boton Portada */
/* Fin del Arreglo de la Seccion Portada */

/* Incio Arreglo Seccion Top Productos */
.grapped_white {
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
}
.featured_products {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 12% 90px 12%;
  position: relative;
}
.featured_products .finzu_muro {
  position: absolute;
  top: -197px;
  right: 50px;
  width: 270px;
  height: 270px;
  z-index: 5;
}
.featured_products h2 {
  color: #111;
}
.featured_products h2 b {
  color: var(--color-brand);
}
.featured_products span {
  color: #444;
}
.featured_products p {
  color: #555;
}
.featured_products_description {
  padding: 0 25% 40px 25%;
  font-size: 1rem;
}
.contenedor2 {
  width: 100%;
  position: relative;
}
.contenedor2 i img:hover {
  opacity: 1;
}
.contenedor2 .izquierda img:first-child {
  left: -52px;
}
.contenedor2 .derecha img:last-child {
  right: -52px;
}
.carrusel::-webkit-scrollbar {
  display: none;
}
.contenedor2 .carrusel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 0px);
  gap: 0px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}
.fondotarjeta {
  scroll-snap-align: start;
  display: flex;
  padding: 16px 12px 14px;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.carrusel :where(.tarjeta, img) {
  display: flex;
}
.carrusel.no-transition {
  scroll-behavior: auto;
}
.carrusel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carrusel .tarjeta {
  height: auto;
  list-style: none;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.carrusel .tarjeta:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.13);
}
.carrusel.dragging .tarjeta {
  cursor: grab;
  user-select: none;
}
.carrusel .tarjeta .carrito {
  width: 100%;
  height: auto;
  background: transparent;
  text-align: center;
  cursor: default;
  padding: 10px 14px;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.payment_summary {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.arreglo_precios:has(.predesc) .pretot {
  text-decoration: line-through;
  color: #888888;
  font-size: 1rem;
  font-weight: 100;
}
.arreglo_precios .pretot,
.arreglo_precios .predesc {
  color: var(--color-accent);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
}
.carrusel .tarjeta .imagen3 {
  height: 100%;
  border-radius: 14px 14px 0 0;
  position: relative;
  overflow: hidden;
}
.carrusel .tarjeta .imagen3 .pdescuento {
  position: absolute;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-dark));
  width: auto;
  top: 7px;
  right: 7px;
  padding: 3px 9px;
  margin: 0;
  border-radius: 5px;
}
.carrusel .tarjeta .imagen3 .pdescuento p {
  font-size: 0.8rem;
  font-weight: 700;
  color: #f0f0f0;
}
.category {
  padding: 3px 10px;
  display: none;
  align-items: center;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  left: 8px;
}
.update_included {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0px 4%;
}
.update_included img {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
}
.update_included span {
  color: #777;
  font-size: 0.78rem;
}
.tarjeta h2 {
  font-size: 1rem;
  padding: 10px 4% 5px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}
.featured_products .contenido-del-producto {
  text-align: start;
}
.includes {
  color: #888888;
  font-size: 0.8rem;
  align-items: start;
  display: flex;
  padding: 0px 3%;
  margin-bottom: 5px;
}
.featured_products li {
  text-align: start;
  padding: 0px 4%;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}
.featured_products li img {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}
.featured_products li p {
  font-size: 0.85rem;
  color: #101010;
  margin: 0;
}
.carrito .precios {
  display: flex;
  align-items: center;
  width: 40%;
}
.carrito .precios .arreglo_precios {
  width: 100%;
}
.btndec {
  display: flex;
  justify-content: space-around;
  border: none;
  color: #f0f0f0;
  background: linear-gradient(30deg, var(--color-accent), var(--color-brand));
  border-radius: 3px;
  font-size: 1rem;
  align-items: center;
  padding: 8px 5px;
  width: 60%;
  height: 42px;
  cursor: pointer;
  font-weight: 600;
}
.btndec img {
  width: 20px;
  height: 20px;
}
.temporizador_descuento {
  width: fit-content;
  margin: 5px auto 7px auto;
  height: auto;
  display: flex;
  border-radius: 2px;
  border-bottom: 1px solid var(--color-accent);
  justify-content: center;
  align-items: center;
  padding: 1px 10px;
}
.temporizador_descuento {
  font-size: 0.8rem;
}
.confirmation {
  padding: 5px 3% 4px 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aspect {
  display: flex;
}
.aspect img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.aspect span {
  font-size: 0.75rem;
  color: #464646;
}
.security {
  padding: 4px 3% 5px 3%;
}
.security p {
  color: #464646;
  font-size: 0.6rem;
  line-height: 1;
}
.carrusel .tarjeta:hover .btndec {
  display: flex;
  transition: .8s;
}
.btndec:hover {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse512 1.5s infinite;
  scale: 1.03;
}
@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 var(--color-brand);
  }
  70% {
    box-shadow: 0 0 0 6px rgb(218 103 68 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}
/* Fin Arreglo Seccion Top Productos*/

/* Inicio Arreglo Sección Finanzas Personales y de empresas */
.container_units {
  display: flex;
  justify-content: space-between;
}
.container_units .unit p {
  margin: 5px;
  font-size: 0.9rem;
}
.izquierdo,
.derecho {
  flex: 1 1 20%;
}
.container_units .unit {
  display: flex;
  width: 50%;
  height: 380px;
}
.container_units .unit .descriptions {
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
}
.centro-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_container_two {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
/*Ajuste de pantallas*/
  
/* Inicio Arreglo Sección Valores*/

.added_value {
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 10% 0px 10%;
}
.values .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.valores {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  padding: 60px 0% 75px 0%;
}
.valores .valor {
  width: 260px;
}
.testimonials {
  padding: 48px 10% 44px;
  background-color: #f2f3f5;
  width: 100%;
}
.color_decoration {
  background: linear-gradient(135deg, #048d98 0%, #0a6a73 100%);
  width: 100%;
  height: 25px;
}
.testimonials h3 {
  color: #111;
}
.testimonials h3 span {
  color: #333;
}
.contenedor-testimonial {
  width: 68%;
  overflow: hidden;
  margin: 20px auto 0;
}
.slider-contenedor {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: start;
}
.testimonials .total_clients_finanzup {
  margin: 8px auto 16px;
}
.testimonials .total_clients_finanzup h4 {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-brand);
  background: rgba(4, 141, 152, 0.09);
  display: inline-block;
  padding: 5px 18px;
  border-radius: 7px;
  border: 1px solid rgba(4, 141, 152, 0.22);
}
.slider-test {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  padding: 8px 12px;
}
.test {
  display: flex;
  justify-content: flex-start;
  margin: 0 8px;
  border-radius: 16px;
  align-items: center;
  width: 99%;
  min-height: 140px;
  position: relative;
  padding: 22px 5% 28px;
  border: none;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.test::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 5%;
  font-size: 5.5rem;
  color: rgba(4, 141, 152, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}
.test .profile {
  width: 26%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 4%;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.test .comment {
  width: 74%;
  padding-left: 5%;
}
.from {
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-size: 0.72rem;
  color: #bbb;
  display: flex;
  align-items: center;
}
.date {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 0.72rem;
  color: #bbb;
}
.qualification {
  height: 13px;
  width: auto;
  border-radius: 0;
  margin-top: 6px;
}
.slider-test .fotoperfil {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 0 8px 0;
  border: 3px solid rgba(4, 141, 152, 0.2);
}
.blog_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 32px 0 48px;
}
.blog_container .blog {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.blog_container .blog:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
.blog_container .blog-img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.blog_container .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.blog_container .blog:hover .blog-img img {
  transform: scale(1.06);
}
.blog_container .blog-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.blog_container .blog--soon .blog-img::after {
  background: rgba(0, 0, 0, 0.3);
}
.blog_container .blog-soon-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(10, 10, 10, 0.65);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 7px;
  letter-spacing: 0.06em;
  z-index: 1;
  backdrop-filter: blur(4px);
}
.blog_container .blog-body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog_container .blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.blog_container .blog-category {
  font-size: 0.7rem;
  color: var(--color-brand);
  background: rgba(4, 141, 152, 0.1);
  padding: 3px 10px;
  border-radius: 7px;
  white-space: nowrap;
}
.blog_container .blog-date {
  font-size: 0.7rem;
  color: #aaa;
}
.blog_container .blog-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  line-height: 1.4;
  padding: 0;
}
.blog_container .blog--soon .blog-body h3 {
  color: #888;
}
.blog_container .blog-body p {
  font-size: 0.82rem;
  color: #555;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 16px;
  flex: 1;
}
.blog_container .blog-cta {
  font-size: 0.82rem;
  color: var(--color-brand);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 6px;
  border-color: rgba(4, 141, 152, 0.2);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(4, 141, 152, 0.2);
  width: fit-content;
  margin-top: auto;
  box-shadow:
    inset 2px 2px 5px rgba(0, 0, 0, 0.09),
    inset -2px -2px 4px rgba(0, 0, 0, 0.09);
  transition: 0.45s;
}
.blog_container .blog-cta:hover {
  background: rgba(4, 141, 152, 1);
  box-shadow:
    0px 1px 4px rgba(0, 0, 0, 0.05),
    0px 3px 4px rgba(0, 0, 0, 0.05),
    0 4px 10px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
  color: #ffffff;
  transition: 0.45s;
}
@media (min-width: 1600px) {
  .featured_products .finzu_muro {
    width: 320px;
    height: 320px;
    top: -234px;
  }
  .featured_products {
    padding: 60px 150px 90px 150px;
  }
  .added_value {
    padding: 70px 130px 0px 130px;
  }
}
@media (max-width:1030px) {
  .logo img {
    padding: 0px;
  }
  .featured_products {
    padding: 60px 8% 90px 8%;
  }
  .featured_products_description {
    padding: 0px 20% 40px 20%;
  }
  .container_units .personal_finance {
    padding: 50px 5% 50px 5% ;
  }
  .container_units .bussines {
    padding: 50px 5% 50px 5% ;
  }
  .added_value {
    padding: 50px 5% 0px 5%;
  }
  .valores {
    justify-content: space-around;
  }
  .values p {
    padding: 0 20%;
  }
  .testimonials {
    padding: 40px 5% 30px 5%;
  }
  .blog_container {
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 0 40px;
  }
  .slider-test .fotoperfil {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 800px) {
  body {
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 200%;
  }
  .contenedor-testimonial {
    width: 100%;
  }
  .container_units {
    flex-direction: column; 
    flex: 1 1 100%; 
    justify-content: center; 
  }
}
  @media (max-width: 1150px) {
    .contenedor2 .carrusel {
      grid-auto-columns: calc((100% / 2) - 0px);
    }
    .btndec {
      display: flex;
    }
  }
  @media (max-width: 950px) {
    body {
      background: linear-gradient(180deg, #0d0d0d 0%, #111 40%, #0a0a0a 100%);
    }
    .contenedor2 .izquierda img:first-child {
      left: -17px;
    }
    .contenedor2 .derecha img:last-child {
      right: -17px;
    }
    .featured_products {
      padding: 30px 2% 40px 2%;
    }
    .container_units .unit {
      background-position: center;
      width: 100%;
    }
  }
@media (max-width: 750px) {
  .contenedor2 .carrusel {
    grid-auto-columns: calc((100% / 1) - 0px);
    margin: 0 10px 0 10px;
  }
  .contenedor2 i img {
    height: 35px;
    width: 35px;
  }
  .contenedor2 .izquierda img:first-child {
    left: -5px;
  }
  .contenedor2 .derecha img:last-child {
    right: -5px;
  }
  .carrusel .tarjeta {
    max-width: 350px;
  }
  .carrusel .tarjeta .imagen3 .pdescuento p {
    font-weight: 300;
  }
}
@media (max-width:650px) {
  body {
    animation: none;
  }
  .finanzas {
    font-weight: 400;
  } 
  .cover-page .cover-conteiner .benefits {
    max-width: 350px;
    width:100%;
  } 
  .cover-page .cover-conteiner .benefits .benefit p {
    margin: 0;
  }
  .button-conteiner {
    flex-direction: column;
  }
  .button-conteiner .cover-button {
    margin: 16px 0;
  }
  .carrusel .tarjeta .carrito {
    flex-direction: column;
    height: auto !important;
    padding: 10px 5px;
  }
  .carrito .precios {
    justify-content: space-around;
    width: 35%;
  }
  .carrito .arreglo_precios p {
    margin: 0 3px;
  }
  .carrito .btndec {
    width: 65%;
    height: 42px;
    font-weight: 200;
  }
  .blog_container {
    grid-template-columns: 1fr;
    padding: 24px 0 32px;
  }
  .blog_container .blog {
    width: 90%;
    margin: auto;
  }
  .featured_products {
    background-position: center;
    background-attachment: scroll;
  }
  .featured_products .finzu_muro {
    right: 50%;
    width: 200px;
    height: 200px;
    top: -145px;
    transform: translateX(50%);
  }
  .tarjeta .imagen3 img {
    width: 96%;
  }
  .featured_products_description {
    padding: 0 2% 25px 2%;
  }
  .business_units h2 {
    padding: 25px 5% 0 5%;
  }
  .container_units .unit h3 {
    margin-top: 0;
  }
  .cover-page .cover-conteiner h1 {
    padding: 10px 0% 15px 0%;
  }
  .cover-page {
    height: 90vh;
    background-position: center;
    padding: 90px 2% 55px 2%;
  }
  .cover-page .cover-conteiner p {
    margin-bottom: 15px;
  }
  .added_value {
    padding: 50px 3% 0px 3%;
    background-attachment: scroll;
  }
  .testimonials {
    padding: 32px 2% ;
  }
  .testimonials h3 {
    padding: 0 0 10px 0;
  }
  .contenedor-testimonial {
    width: 95%;
    margin: 14px auto 0;
  }
  .test .profile {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .test .comment {
    width: 100%;
    padding-left: 0;
  }
  .values p {
    padding: 0 2%;
  }
  .valores {
    padding: 30px 0 45px 0;
  }
  .valores .valor {
    width: 100%;
  }
  .valores .valor h4 {
    font-size: 1.4rem;
  }
  .fondotarjeta {
    padding:15px 10px;
  }
  .test {
    flex-direction: column;
    margin: 0 5px;
    padding: 20px 5% 24px;
  }
  .slider-test {
    padding: 5px;
  }
  .slider-test .fotoperfil {
    width: 52px;
    height: 52px;
    margin: 0 0 6px 0;
  }
  .slider-test p {
    margin: 0;
  }
}
  .star {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    animation: twinkle var(--dur) ease-in-out infinite alternate;
    animation-delay: var(--delay);
  }
  @keyframes twinkle {
    from { opacity: var(--min-op); transform: scale(1); }
    to   { opacity: var(--max-op); transform: scale(var(--scale)); }
  }
  .star.bright::before {
    content: '';
    position: absolute;
    inset: -300%;
    border-radius: 50%;
    background: radial-gradient(circle, var(--color) 0%, transparent 70%);
    opacity: 0.22;
  }
  .star.bright::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 1px; height: 1px;
    box-shadow:
      -12px 0 5px 0 var(--color),
        12px 0 5px 0 var(--color),
      0 -12px 5px 0 var(--color),
      0  12px 5px 0 var(--color);
    opacity: 0.45;
  }