/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=New+Amsterdam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Changa:wght@200..800&family=New+Amsterdam&display=swap');

@font-face {
  font-family: TESLA;
  src: url("../../fuente/tesla/TESLA.ttf");
}

@font-face {
  font-family: mostwasted;
  src: url("../../fuente/mostwasted/mostwasted.ttf");
}

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(180.26deg 90.9% 59.53%);
  --first-color-alt: hsl(219, 69%, 52%);
  --title-color: hsl(219, 8%, 95%);
  --text-color: hsl(219, 8%, 75%);
  --text-color-light: hsl(219, 4%, 55%);
  --white-color: #fff;
  --body-color: hsl(0, 0%, 0%);
  --container-color: hsl(219, 4%, 7%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Exo", sans-serif;
  --h1-font-size: 1.5rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1rem;
  --normal-font-size: 0.938rem;
  --small-font-size: 0.813rem;
  --smaller-font-size: 0.75rem;
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/* Responsive typography */
@media screen and (min-width: 968px) {
  :root {
    --h1-font-size: 2.25rem;
    --h2-font-size: 1.4rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: 0.875rem;
    --smaller-font-size: 0.813rem;
  }
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image:
    /* manchas de colores */
    radial-gradient(circle at 5% 5%, rgb(1 1 1) 0%, #00000000 50%),
    /* rojo */
    radial-gradient(circle at 80% 20%, rgb(1 1 1) 0%, transparent 50%),
    /* azul */
    radial-gradient(circle at 60% 80%, rgb(128 0 255 / 7%) 0%, #00000000 50%),
    /* violeta */
    radial-gradient(circle at 30% 70%, rgb(0 255 200 / 11%) 0%, #00000000 50%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100% 100%;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color);
  cursor: url(../../cursor/puntero.png), auto;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(#5d5d5d73 1px, #00000000 1px), linear-gradient(90deg, #5d5d5d73 1px, #79cde400 1px);
  background-size: 45px 44px, 50px 50px;
  -webkit-mask: radial-gradient(circle at 20% 30%, rgb(42 94 255 / 76%) 60%, rgb(0 0 0 / 0%) 100%), radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%), radial-gradient(circle at 60% 80%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%), radial-gradient(circle at 30% 70%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: destination-over;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask: radial-gradient(circle at 20% 30%, rgb(0 0 0 / 47%) 60%, rgba(0, 0, 0, 0) 100%), radial-gradient(circle at 80% 20% 20%, rgb(0 0 0) 50%, rgba(0, 0, 0, 0) 100%), radial-gradient(circle at 60% 80%, rgb(0 0 0) 55%, rgba(0, 0, 0, 0) 100%), radial-gradient(circle at 30% 70%, rgb(0 0 0 / 52%) 45%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
  mask-repeat: no-repeat;
  mask-size: cover;
  pointer-events: none;

}

h1,
h2,
h3 {
  color: var(--title-color);
  font-weight: var(--font-semi-bold);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
  max-width: auto;
  /* margin-right: 1.5rem;
  margin-left: 1.5rem; */

  margin-right: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;

}

.grid {
  display: grid;
  gap: 1.5rem;
}

.section {
  padding: 4.5rem 0 2rem;
}

.section__title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 2.5rem;
}

.main {
  overflow: hidden;
}

.shape {
  background-color: rgba(55, 74, 109, 0.5);
  filter: blur(112px);
  border-radius: 50%;
}

.shape__big {
  width: 400px;
  height: 400px;
}

.shape__small {
  width: 300px;
  height: 300px;
}

.shape__smaller {
  width: 180px;
  height: 180px;
  filter: blur(64px);
}

/*=============== HEADER & NAV ===============*/
.header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-fixed);
}

.nav {
  height: 5rem;
  /* height: var(--header-height); */
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-around;
  align-items: center;
}

.nav__logo img {
  width: auto;
  height: 35px;
}

.nav__logo,
.nav__toggle {
  color: var(--title-color);
  display: inline-flex;
}

.nav__logo {
  align-items: center;
  column-gap: 0.25rem;
  font-weight: var(--font-medium);
  transition: 0.3s;
}

.nav__logo i {
  font-size: 1.25rem;
}

.nav__logo:hover {
  color: var(--first-color);
}

.nav__toggle {
  font-size: 1.25rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(96px);
    transition: 0.3s;
  }
}

.nav__list {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 3rem;
  padding-top: 9rem;
}

.cursormano {
  cursor: url("../../cursor/mano.png"), auto;
}

.nav__link {
  font-family: TESLA;
  /*   font-weight: 50; */
  text-transform: uppercase;
  color: var(--title-color);
  font-size: var(--h2-font-size);
  font-weight: var(--font-medium);
  transition: 0.3s;
  cursor: url("../../cursor/mano.png"), auto;
}

.nav__link_nosotros {

  text-transform: uppercase;
  color: var(--title-color);
  transition: 5s;
}

.nav__link_nosotros:hover {
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 0.6) 30%,
      #ffffff 50%,
      rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 0.9s infinite;
}

/* header buton water  */
.nav__link:hover {
  -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 0.6) 30%,
      #ffffff 50%,
      rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 0.8s infinite;
}


/* letras escriviendose */
.effect {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.effect:hover {
  transform: scale(1.1);
  color: #b8e0f2;
  /* Cambia el color al azul al hacer hover */
}

/* fin escriviendose  */
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 50%;
  }

  to {
    -webkit-mask-position: -30%;
  }
}

/* header buton water  */

.nav__linkNat:hover {
  background-color: #0a0a0c;
  transition: 0.5s;
}

.nav__close {
  font-size: 2rem;
  color: var(--white-color);
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

/* Show menu */
.show-menu {
  right: 0;
}

/* Change background header */
.scroll-header {
  border-radius: 0 0 1rem 1rem;
  /* background-color: hsl(0deg 0% 0% / 45%); */
  background-color: rgb(0 0 0 / 10%);
  backdrop-filter: blur(10px);
  box-shadow: -2px 1px 20px 0px #030303d9;
}

/* Active link */
.active-link {
  color: var(--first-color);
}

/*=============== HOME ===============*/
.padresectino {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}

.derechaHome {
  margin-right: 0px;
  margin-left: 0px;
  /* width: 30%; */
}

.izquierdaHome {
  margin-left: 0rem;
  padding-bottom: 50px;
}

.home {
  position: relative;
  overflow: hidden;
  /* margin: ; */
}

.home__container {
  position: relative;
  padding-top: 4rem;
  row-gap: 3rem;
}

.home__data {
  text-align: center;
}

.home__title {
  font-family: mostwasted;
  font-size: 85PX;
  margin-top: 2.5rem;
  letter-spacing: 1px;
  /* Aumentar el espacio entre caracteres */
  text-shadow:
    -1px -1px 0px black,
    /* Sombra superior izquierda */
    1px -1px 0px black,
    /* Sombra superior derecha */
    -1px 1px 0px black,
    /* Sombra inferior izquierda */
    1px 1px 0px black;
  /* Sombra inferior derecha */

}

.home__subtitle {
  font-size: var(--h3-font-size);

  margin-bottom: 0.25rem;
  color: #ffe9dc;
}

.home__elec {
  font-size: var(--small-font-siz);
  font-weight: 800;
  color: var(--text-color);
  display: inline-flex;
  align-items: center;
  margin-top: 1.25rem;
  column-gap: 0.25rem;


}

.home__elec i {
  color: var(--first-color);
}

.home__elec span {
  color: rgb(14, 3, 37);
}

.home__elec span::before {
  color: rgb(255, 255, 255);
  transition: 3s;
}

.home__img {
  width: 420px;
  justify-self: center;
}

.home__car {
  color: #ffffff;
  display: flex;

  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}

.home__car-name {
  font-size: 0.825rem;
  font-weight: 400;
  color: #ffffffe6;
}

.home__car-data {
  text-align: center;
}

.home__car-number {
  font-size: var(--h2-font-size);
  font-weight: var(--font-medium);
  margin-bottom: 0.25rem;
}

.home__car-icon {
  background-color: hsl(0deg 0% 0% / 0%);
  border-radius: 50%;
  padding: 0.376rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.home__button {
  position: relative;
  border: 2px solid var(--first-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  font-size: var(--small-font-size);
  color: var(--white-color);
  font-weight: var(--font-medium);
}

.home__button::before {
  content: "";
  border: 2px solid var(--first-color);
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 12px var(--first-color);
  transition: 0.3s;
  animation: button 3s infinite;
}

.home .shape__big,
.home .shape__small {
  position: absolute;
}

.home .shape__big {
  left: -9rem;
  top: -4rem;
}

.home .shape__small {
  right: -10rem;
  bottom: 3rem;
}

/* Button animate */
@keyframes button {
  0% {
    box-shadow: 0 0 12px var(--first-color);
  }

  50% {
    box-shadow: 0 0 24px var(--first-color);
  }
}

/*=============== BUTTON ===============*/
.button {
  display: inline-block;
  background-color: hsl(0deg 0% 56.05% / 43%);
  color: var(--white-color);
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  font-size: var(--normal-font-size);
  transition: 0.3s;
  backdrop-filter: blur(16px);
}

.button:hover {
  background-color: hsl(165deg 60.66% 60.34% / 63%);
}

.eyeshoverx,
.eyeshovery {
  /* position: absolute; Posiciona las imágenes una encima de la otra */
  transition: opacity 0.3s ease;
  /* Transición suave */
}

.eyeshoverx {
  display: none;
}

.button:hover .eyeshoverx {
  display: block;
}

.button:hover .eyeshovery {
  display: none;
}

/* ==============auspicia============= */

.sertifica {
  display: flex;
  justify-content: space-evenly;
}


/*=============== ABOUT ===============*/
.about__data {
  /* background: url(../img/trans.png) no-repeat left; */
  font-family: "Chakra Petch", sans-serif;
  margin-left: 50px;
  font-weight: 400;
  font-style: normal;

}

.about__container {
  row-gap: 6rem;
}

.about__group {
  position: relative;
}

.about__img {
  width: 310px;
  border-radius: 0.5rem;
}

.about__card {
  width: 180px;
  position: absolute;
  right: 0;
  bottom: 4.0rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 1rem 0.75rem;
  text-align: center;
  border-radius: 1.25rem;
}

.about__card-title {
  font-size: var(--h3-font-size);
  margin-bottom: 0.5rem;
}

.about__card-description {
  font-size: var(--smaller-font-size);
}

.about__title {
  text-align: center;
  margin-bottom: 2rem;
}

.about__description {
  margin-bottom: 2rem;
}

/*=============== POPULAR ===============*/
.popular__container {
  padding-top: 1rem;
}

.popular__card {
  position: relative;
  width: 228px;
  background-color: var(--container-color);
  padding: 2rem 2rem 0rem;
  border-radius: 1rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
}

.saturPopular {
  box-shadow: 0px 0px 20px 0px #007affb8;
  /* box-shadow: inset 0px 0px 12px 0px rgb(83 161 203), -1px 1px 6px rgb(253 238 72 / 44%); */
  border-radius: 8px;
  background: linear-gradient(136deg, rgb(0 0 0 / 0%), rgb(79 211 203 / 0%), rgb(2 189 217 / 24%));
}

.popular__card:hover .popular__img {
  transform: translateY(-0.35rem);
}

.popular__card_targeta .shape__smaller_targeta {
  position: absolute;
  inset: 0;
  z-index: -1;
  /* inset: 0; */
  z-index: -1;
  /* position: absolute; */
  /* z-index: 0; */
  top: -2.5rem;
  left: -2.5rem;
}

.shape__smaller_targeta {
  width: 150px;
  height: 140px;
  filter: blur(64px);
}

.shape_targeta {
  background-color: rgb(70 143 183);
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: blur(112px);
  /* border-radius: 100%; */
}

.popular__card .shape__smaller {
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
}

.popular__card_sub {

  box-shadow: inset 0px 0px 12px 0px rgb(83 161 203), -1px 1px 6px rgb(253 238 72 / 44%);
  border-radius: 8px;
  width: 200px;
  background: linear-gradient(136deg, rgb(0 0 0 / 0%), rgb(79 211 203 / 0%), rgb(2 189 217 / 24%));
}

.popular__card_sub_hijo {
  display: flex;
  justify-content: flex-start;

}

.popular__title,
.popular__subtitle,
.popular__img {
  position: relative;
}

.popular__title {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0.25rem;
}

.popular__subtitle {
  font-size: var(--normal-font-size);
  color: var(--text-color);
  font-weight: 400;
}

.popular__img {
  width: "80%";
  margin-top: 1rem;
  /* margin-bottom: 1rem; */
  transition: 0.3s;
}

.absoluteImage {
  position: absolute;
  top: 157px;
  width: 50px;
  left: 0px;
}

.contenedorpadreEspacio {
  display: flex;
  justify-content: flex-start;
}

.itemsCard {
  padding: .38rem 0rem;
  font-size: 11px;
  font-weight: 50;
}

.vacio {
  padding: 10px;
}

.popular__data {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.5rem 1.25rem;
  margin-bottom: .5rem;
  margin-top: 0.5rem;
}

.popular__data-group {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: var(--smaller-font-size);
  color: var(--white-color);
}

.popular__data i {
  font-size: 1rem;
}

.popular__price {
  font-size: var(--h3-font-size);
}

.popular__button {
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 1rem 0 1rem 0;
  cursor: pointer;
}

.popular__button i {
  font-size: 1.25rem;
}

/* Swiper class */
.swiper-pagination-bullet {
  background: var(--text-color);
}

.swiper-pagination-bullet-active {
  background-color: var(--first-color);
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

/*=============== FEATURES ===============*/
.features {
  overflow: hidden;
  position: relative;
}

.features__container {
  padding-top: 2rem;
  grid-template-columns: 285px;
  justify-content: center;
}

.features__group {
  display: grid;
  position: relative;
  z-index: 10;
}

.features__img {
  width: 150px;
  justify-self: center;
}

.features__card {
  width: 112px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  border-radius: 1.25rem;
  padding: 0.75rem 2rem;
  text-align: center;
  color: var(--title-color);
  position: absolute;
}

.features__card-1 {
  top: 4rem;
  left: 1.5rem;
}

.features__card-2 {
  top: 8rem;
  right: 1rem;
}

.features__card-3 {
  left: 1.5rem;
  bottom: 2rem;
}

.features__card-title {
  font-size: var(--h3-font-size);
  margin-bottom: 0.25rem;
}

.features__card-description {
  font-size: var(--smaller-font-size);
}

.features__map {
  max-width: initial;
  width: 450px;
  position: absolute;
  top: 8rem;
  left: -3rem;
  margin: auto;
  transform: rotate(-22deg);
}

/*=============== FEATURED ===============*/
.featured__container {
  padding-top: 1rem;
}

.featured__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  margin-bottom: 3.5rem;
}

.featured__item {
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  padding: 0.2rem;
  border-radius: 0.75rem;
  background-color: var(--container-color);
  color: var(--white-color);
  font-size: var(--normal-font-size);
  cursor: pointer;

  /* transicion  */
}

@keyframes cambioColor {
  0% {
    color: rgba(0, 0, 0, 0);
    /* background-color: white; */
  }

  50% {
    color: rgb(169, 169, 169);
    /* background-color: black; */
    text-shadow: 0px 0px 0px #fff, 0 0 0px #fff, 0 0 7px #fff, 0 0 11px #ff00cc, 0 0 70px #3333ff, 0 0 20px #00ffcc;
  }

  100% {
    color: black;
    /* background-color: white; */
  }
}

.xnorPal {
  animation: cambioColor 2.5s infinite;

  /* Cambia el color en 2 segundos y repite infinitamente */
  padding: 10px;
  /* border: 1px solid black; */
  display: inline-block;
}

.featured__item img {
  width: 1.5rem;
}

.featured__item span,
.featured__item img {
  opacity: 0.3;
  transition: 0.3s;
}

.featured__item:hover {
  padding: 0px;
  background: radial-gradient(circle, hsl(82, 67%, 43%) 0%, hsl(180.26deg 90.9% 59.53%) 100%);
  /* background-color: hsl(180.26deg 90.9% 59.53%); */
}

.featured__item:hover span,
.featured__item:hover img {
  opacity: 1;
}

.featured__content {
  grid-template-columns: 250px;
  row-gap: 2.5rem;
  justify-content: center;
}

.featured__card {
  width: 250px;
  position: relative;
  background-color: var(--container-color);
  /* padding: 2rem 1.5rem 1.5rem; */
  border-radius: 1rem;
  /* height: 141px; */
}

.featured__card:hover .featured__img {
  transform: translateX(-0.25rem);
}

.featured__card .shape__smaller {
  position: absolute;
  inset: 0;
  margin: auto;
}

.featured__title,
.featured__subtitle,
.featured__img {
  position: relative;
}

.featured__title {
  font-size: var(--h2-font-size);
  margin-bottom: 0.25rem;
}

.featured__subtitle {
  font-size: var(--normal-font-size);
  color: var(--text-color);
  font-weight: 400;
}

.featured__img {
  width: 100%;
  /* margin: 1.5rem 0; */
  transition: 0.3s;
  border-radius: 1rem 1rem 1rem 1rem;

}

.featured__price {
  font-size: var(--h3-font-size);
}

.featured__button {
  border: none;
  outline: none;
  padding: 0.5rem 0.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 1rem 0 1rem 0;
  cursor: pointer;
}

.featured__button i {
  font-size: 1.25rem;
}

/* Active link featured */
.active-featured {
  padding: 0px;
  /* margin: 5px; */
  background: radial-gradient(circle, hsl(189.87deg 83.72% 21.94%) 0%, hsl(180.26deg 90.9% 59.53%) 100%);
}

.active-featured span,
.active-featured img {
  opacity: 1;
}

/*=============== OFFER ===============*/
.offer {
  position: relative;
}

.offer__container {
  grid-template-rows: max-content 224px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.offer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.offer__data {
  position: relative;
  text-align: center;
}

.offer__title {
  margin-bottom: 2rem;
}

.offer__description {
  margin-bottom: 3rem;
}

.offer__img {
  position: absolute;
  max-width: initial;
  width: 400px;
  bottom: 2rem;
  right: -5.5rem;
}

/*=============== LOGOS ===============*/
.logos__img {
  width: 40px;
  opacity: 0.4;
  transition: 0.3s;
}

.logos__img:hover {
  opacity: 1;
}

.logos__container {
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  align-items: center;
  gap: 2rem;
  /* padding-bottom: 2rem; */
}

/*=============== FOOTER ===============*/
.footer {
  position: relative;
  overflow: hidden;
  padding-left: 5rem;
}

.footer .shape__big,
.footer .shape__small {
  position: absolute;
}

.footer .shape__big {
  width: 300px;
  height: 300px;
  left: -12rem;
  top: 6rem;
}

.footer .shape__small {
  right: -13rem;
  bottom: -12rem;
}

.footer__container {
  row-gap: 2.5rem;
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}

/* ///////////////////::shadow */


.shadow {
  box-shadow: 0 0px 14px 0px rgb(0 213 255);

  /* animation: rotateShadow 1.2s infinite linear; */

}

.letragradient {
  background: linear-gradient(359deg, #000000, #ffffff, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* @keyframes rotateShadow {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

/* ///////////////////::shadow */

@media only screen and (max-width: 767px) {
  .footer__container {
    row-gap: 2.5rem;
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .footer {
    position: relative;
    overflow: hidden;
    padding-left: 0rem;
  }

  .featured__card {
    width: 100%;
    height: auto;
  }

  .featured__content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0rem;
    height: auto;
  }

  .section {
    padding: 0.5rem 0 1rem;

  }

  #world {
    display: none;
  }

  .home__car {
    column-gap: 3rem;
  }

  .logos__container {
    gap: 2.5rem !important;
  }

  .logos .grid {
    gap: 2.5rem;

  }

  .gridtar {
    gap: 1rem;
  }

  .cavezera {
    display: none;
  }

  .absoluteImage {
    top: 180px;
  }

  .grid {
    gap: 2.5rem;
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }

  .footer {
    margin-left: 1.3rem;
    margin-right: 1.3rem;

  }

  .sdd {
    display: none;
  }

  .footer__description {
    display: none;
  }
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  color: var(--title-color);
  font-size: var(--h2-font-size);
  font-weight: var(--font-semi-bold);
  margin-bottom: 1.25rem;
  transition: 0.3s;
}

.footer__logo i {
  font-size: 1.5rem;
  font-weight: 500;
}

.footer__logo:hover {
  color: var(--first-color);
}

.footer__title {
  font-size: var(--h3-font-size);
  margin-bottom: 1.25rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.footer__link,
.footer__social-link {
  color: var(--text-color);
  transition: 0.3s;
}

.footer__link:hover,
.footer__social-link:hover {
  color: var(--title-color);
}

.footer__social {
  display: flex;
  column-gap: 1.5rem;
}

.footer__social-link {
  font-size: 1.25rem;
}

.footer__copy {
  display: block;
  margin-top: 4.5rem;
  text-align: center;
  font-size: var(--smaller-font-size);
  color: var(--text-color-light);
}

/*=============== SCROLL BAR ===============*/
::-webkit-scrollbar {
  display: none;
  width: 0.6rem;
  background-color: #27282a;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb {
  background-color: #3b3c40;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #4e5155;
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 90% !important;
    /* margin-right: 0 !important; */
    margin-left: 1.5rem;


  }

  .swiper {
    width: auto !important;
  }
}

/*=============== SCROLL UP ===============*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -30%;
  /* background-color: rgba(255, 255, 255, 0.1); */
  backdrop-filter: blur(16px);
  display: inline-flex;
  padding: 0.45rem;
  border-radius: 0.5rem;
  font-size: 1.15rem;
  color: var(--white-color);
  z-index: var(--z-tooltip);
  transition: 0.4s;
}

.scrollup:hover {
  transform: translateY(-0.25rem);
}

.scrollup_whatsapp {
  position: fixed;
  right: 1rem;
  bottom: -30%;
  /* background-color
Sets the background color of an element.
Learn more

Don't show
: rgba(255, 255, 255, 0.1); */
  backdrop-filter: blur(16px);
  display: inline-flex;
  padding: 0.45rem;
  border-radius: 0.5rem;
  font-size: 1.15rem;
  /* color: var(--white-color); */
  z-index: var(--z-tooltip);
  transition: 0.4s;
}

.scrollup_whatsapp:hover {
  transform: translateY(-0.25rem);
}

/* Show Scroll Up*/
.show-scroll {
  bottom: 3rem;
}

.show-scroll_whatsapp {
  bottom: 3rem;
}


/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .home__car {
    column-gap: 2rem;
  }

  .about__card {
    width: 150px;
  }

  .offer__container {
    grid-template-rows: max-content 180px;
  }

  .offer__img {
    width: 340px;
  }

  .logos__container {
    gap: 2.5rem;
  }
}

/* For medium devices */
@media screen and (min-width: 576px) {
  .about__group {
    width: 350px;
    justify-self: center;
  }

  .features__map {
    left: 0;
    right: 0;
  }

  .featured__content {
    grid-template-columns: repeat(2, 228px);
  }

  .offer__container {
    grid-template-rows: initial;
    grid-template-columns: 0.5fr;
    justify-content: center;
  }

  .offer__img {
    position: relative;
    bottom: initial;
    right: initial;
  }

  .offer__data {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 767px) {
  .section {
    /* padding: 7rem 0 2rem; */
    padding: 4rem 0 2rem;
  }



  .wrrrtr {

    /* margin-top: 130px; */
  }

  .sdec {
    padding: 0rem;
    margin-top: 150px;
  }

  .nav {
    height: calc(var(--header-height) + 1.5rem);
  }

  .nav__item {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
  }

  .nav__item_cotizar {
    border: 1px solid var(--first-color);
    border-radius: 0.4rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
  }

  .nav__item_ingresar {
    background-color: var(--first-color);
    border-radius: 0.4rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    height: 50%;
  }

  .nav__toggle,
  .nav__close {
    display: none;
  }

  .nav__list {
    flex-direction: row;
    column-gap: 4rem;
    padding-top: 0;
  }

  .nav__link {
    font-size: var(--normal-font-size);
    text-transform: initial;
  }

  .about__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .logos__container {
    gap: 4rem 4rem;
  }

  .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For large devices */
@media screen and (min-width: 1040px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .padresectino {
    display: flex;
  }

  .derechaHome {
    margin-right: 0px;
    margin-left: 0px;
    width: 30%;
  }

  .izquierdaHome {
    margin-left: 0rem;
  }

  .shape__big {
    width: 500px;
    height: 500px;
  }

  .shape__small {
    width: 400px;
    height: 400px;
  }

  .home__container {
    /* padding-top: 2rem;
    margin-left: 8rem; */
    margin-right: 8rem;
  }

  .home__img {
    width: 530px;
  }

  .home__car {
    column-gap: 7rem;
  }

  .home__car-icon {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .about__container {
    column-gap: 0rem;
    align-items: center;
    /* margin-top: 50px; */
  }

  .about__group,
  .about__img {
    width: 600px;
    margin-left: 50px;
  }

  .about__card {
    width: 198px;
    padding: 1rem 1.25rem;
  }

  .about__description {
    font-size: 15px;
    width: 610px;

  }

  .popular__container {
    width: 1200px;
    padding-top: 3rem;
  }

  .popular__card {
    width: 350px;
    border-radius: 1.25rem;
    margin-bottom: 5rem;
  }

  .popular__img {
    width: "80%";
  }

  .features__container {
    padding: 2rem 0 3rem;
  }

  .features__img {
    width: 200px;
  }

  .features__card {
    width: 127px;
    padding: 0.75rem 2.5rem;
  }

  .features__card-1 {
    left: -1rem;
  }

  .features__card-2 {
    right: -2.5rem;
  }

  .features__card-3 {
    bottom: 7rem;
    left: -1rem;
  }

  .features__map {
    width: 650px;
    top: 11rem;
  }

  .featured__container {
    padding-bottom: 2.5rem;
  }

  .featured__filters {
    column-gap: 2rem;
    margin-bottom: 4.5rem;
  }

  .featured__item {
    width: 52px;
    height: 52px;
  }

  .featured__item img {
    width: 100%;
    border-radius: 8px;
  }

  .featured__content {
    grid-template-columns: repeat(4, 250px);
    gap: 1rem;
  }

  .offer__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5rem;
    align-items: center;
    padding-bottom: 2rem;
  }

  .offer__data,
  .offer__title {
    text-align: initial;
  }

  .offer__data {
    margin-bottom: 0;
  }

  .offer__description {
    padding-right: 6rem;
  }

  .offer__img {
    width: 450px;
  }

  .logos__container {
    grid-template-columns: repeat(6, max-content);
  }

  .logos__img {
    width: 120px;
  }

  /* ////////////////////////////////////// PARPADEO */
  @keyframes parpadear {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes parpadear_dos {
    0% {
      opacity: 1;
      transform: scale(1);
    }

    50% {
      opacity: 0;
      transform: scale(1.2);
      /* Se agranda un 20% */
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* Aplicar la animación a la imagen */
  .parpadeo_dos {
    animation: parpadear_dos 2.0s infinite;
    transition: transform 0.6s ease-in-out;
  }

  .parpadeo {
    animation: parpadear 2s infinite;
  }

  .targetita {
    font-size: 10px;
  }

  /* ////////////////////////////////////// PARPADEO */

  .footer__container {
    grid-template-columns: repeat(4, max-content);
    grid-template-columns: repeat(4, max-content);
    justify-content: space-evenly;
    font-size: 15px;
    font-family: monospace;
    font-style: italic;
  }

  .footer__logo {
    column-gap: 0.5rem;
  }

  .footer__logo i {
    font-size: 2rem;
  }

  .footer__title {
    margin-bottom: 1.5rem;
  }

  .footer__links {
    /* row-gap: 0.75rem; */
  }

  .footer__social-link {
    font-size: 1.5rem;
  }

  .footer__copy {
    margin-top: 8rem;
    padding-bottom: 1rem;
  }

  .scrollup {
    right: 3rem;
  }

  .scrollup_whatsapp {
    right: 3rem;
  }
}

/* card  */
.grida_dos {
  /* box-shadow: inset 0px 0px 12px 0px rgb(83 161 203 / 63%), -1px 1px 6px rgb(114 255 0 / 30%); */
  /* box-shadow: inset 0px 0px 12px 0px rgb(83 161 203 / 63%), -1px 1px 6px rgb(114 255 0 / 30%); */
  border-radius: 8px;
  background: linear-gradient(136deg, rgb(0 0 0 / 0%), rgb(79 211 203 / 0%), rgb(2 189 217 / 24%));
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* width: 160px; */
  /* height: 90px; */
  width: 70px;
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  /* margin-bottom: 5px; */
  /* align-content: center; */
  flex-direction: column;
  align-items: center;
}

/* //card  */
/* start gif logo  */
/* sdsd} */
.imges {
  display: flex;
}

.z {
  position: absolute;
  /* justify-content: center; */
  top: 11px;
}

.c {
  /* -webkit-animation: layer_rotate 30s linear infinite; */
  animation: layer_rotate 30s linear infinite;
}

.d {
  /* width: 120px; */

  animation: layer_pulse 45s linear infinite;
}

.images.a {
  position: absolute;
}

@keyframes layer_pulse {

  /* 100% {
    rotate: rotate(1turn);
  } */
  0% {
    transform: rotate(0deg) scale(1);
  }

  10% {
    transform: rotate(36deg) scale(1.1);
  }

  30% {
    transform: rotate(108deg) scale(0.9);
  }

  50% {
    transform: rotate(180deg) scale(1.2);
  }

  60% {
    transform: rotate(216deg) scale(1);
  }

  90% {
    transform: rotate(324deg) scale(1.2);
  }

  100% {
    transform: rotate(1turn) scale(1);
  }
}

@keyframes layer_rotate {

  /* 100% {
    rotate: rotate(1turn);
  } */
  100% {
    transform: rotate(2.5turn);
  }
}

/* finish gif logo  */
.senterlogo {
  cursor: pointer;
  transition: opacity 0.01s ease-in-out;
}

.senterlogo:hover {
  opacity: 0.1;
  animation: blink 0.1s steps(1) infinite;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }
}

.satur {
  filter: saturate(1.4);
  display: flex;
  flex-wrap: wrap;
}



.featured__content {
  display: none;
  /* Oculto al inicio */
}

.featured__content.show {
  display: grid;
  /* O el display que uses normalmente */
}


/* pop up start */

/* Fondo oscuro */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 5.5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 76%);
}

/* Contenido de la ventana */
.modal-content {
  background: white;
  margin: auto;
  padding: 10px 50px 10px 50px;
  border-radius: 8px;
  width: 80%;
  max-width: 400px;


  /* ------ */

  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* width: 160px; */
  /* height: 90px; */
  /* width: 70px; */
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* display: flex
; */
  /* margin-bottom: 5px; */
  /* align-content: center; */
  flex-direction: column;
  align-items: center;
}

/* Botón cerrar */
.close {
  text-align: center;
  background: #797979;
  border-radius: 25%;
  /* height: 50px; */
  width: 40px;
  color: #000000;
  float: right;
  /* font-size: 25px; */
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ffffff;
  background: #79797900;
}

/* Adaptación para celular */
@media (max-width: 600px) {
  .modal-content {
    width: 90%;
    padding: 15px;
  }

  .dsw {
    font-size: 14px;
  }
}

.modal-tit {
  font-size: 16px;
  /* color: #bfbbbb; */
}

.modal-descript {
  font-size: 14px;
  color: #bfbbbb;
  margin: 5px 0px 5px 23px;
}

.mar-8 {
  margin: 8px 0px;
}

.hr-elegante {
  margin: 20px 0px;
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.696), transparent);
}



/* whatsapp */
@import url("https://fonts.googleapis.com/css?family=Roboto");

/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.nav-bottom {
  position: fixed;
  /* display: flex
; */
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 8;
  /* bottom: 40px; */
  right: 0px;
  padding: 5px;
  margin: 0px;
}

@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 35px;
  /* height: 60px; */
  z-index: 8;
  transition: 0.3s;
  margin: 10px;
  margin-right: 40px;
  margin-bottom: 45px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;

  background-color: rgb(2 189 217 / 33%);
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 1px 10px 10px 10px;
  filter: brightness(1.15);
  bottom: -45px;
  right: 46px;
  transition: 0.5s;
  border-radius: 10px;
  /* background-color: white; */
  background-image: url(../img/ws-min.png);
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
}

.popup-whatsapp>div {
  margin: 5px;
}

@media (max-width: 680px) {
  .popup-whatsapp p {
    font-size: 0.9em;
  }
}

.popup-whatsapp>.content-whatsapp.-top {
  color: #585858;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1em;
  /* background-image: url(../../assets/img/burbuja.png);
  /* padding: 10px 10px;
  background-color: white;
  border-radius: 0px 15px 15px 15px; */
  /* background-image: url(../../assets/img/burbuja.png); */
}

.whatsapMensage {
  /* background-image: url(../../assets/img/burbuja.png); */

}

.popup-whatsapp>.content-whatsapp.-top p {
  color: #585858;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1em;
  padding: 8px 8px;
  background-color: white;
  border-radius: 0px 15px 15px 15px;
}

.popup-whatsapp>.content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

.closePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 5px 5px 8px 0px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #f76060;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
  background-color: #f71d1d;
  transition: 0.3s;
}

.send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
}

input.whats-input[type=text] {
  width: 180px;
  height: 35px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
}

@media (max-width: 420px) {
  input.whats-input[type=text] {
    width: 225px;
  }
}

input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
}

input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
}

.icon-whatsapp-small {
  width: 24px;
  height: 24px;
}

.icon-whatsapp {
  width: 25px;
  /* height: 35px; */
}

.icon-font-color {
  color: #ffffff;
}

.icon-font-color--black {
  color: #333333;
}

/* whatsapp */


/* Estilos para móviles grandes */
@media (max-width: 767px) {
  .home__container {
    padding-top: 3rem;
  }

  .about__img {

    width: 400px;
  }

  .grid {
    margin-left: 0px;
  }

}

.parent,
.parent_dos {
  display: grid;
  width: 100%;
  /* se adapta al ancho del dispositivo */
  max-width: 530px;
  /* opcional: límite para pantallas grandes */
  grid-template-columns: repeat(3, 1fr);
  /* PC: 3 columnas */
  gap: 12px;
}

/* Tablets: 2 columnas */
@media (max-width: 768px) {
  .parent {
    width: 130px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    row-gap: 22px;
    column-gap: 10px;
  }

  .parent,
  .parent_dos {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Celulares: 2 columnas y 4 filas */
@media (max-width: 480px) {

  .parent,
  .parent_dos {
    grid-template-columns: repeat(2, 1fr);
    /* 🔑 dos columnas */
    grid-template-rows: repeat(4, auto);
    /* 🔑 cuatro filas */
  }
}

/* DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.progress-container {
  width: 80%;
  max-width: 400px;
  height: 20px;
  background: #222;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #42d9ff, #00ffa6);
  transition: width 0.3s;
}

.loading-text {
  font-size: 16px;
  margin-top: 8px;
}