.title_hibrdos {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 5% 0 2% 0;
}

.custom-slider-home {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 700px;
  display: none;
}

.custom-slide-home {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.custom-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* Ajustar al 100% de la altura del contenedor */
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.custom-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Esto asegura que la imagen cubra el ÃƒÂ¡rea sin deformarse */
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.custom-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  text-align: center;
  top: 120px;
  left: 8%;
  color: #fff !important;
}

.custom-content-00 {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  text-align: center;
  top: 7%;
  left: 8%;
  color: #fff !important;
}

.custom-content-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
  flex-direction: column;
}

#heroMazda-Manos-Maestras {
  height: 50%;
}

.palabra-subrayada {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
}

.palabra-subrayada::before,
.palabra-subrayada::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid #ffffff;
  margin: 0 10px;
}

.palabra-subrayada span {
  font-weight: bold;
}

.custom-content-down {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  text-align: center;
  top: 30%;
  left: 7%;
  color: #fff !important;
}

.custom-content-down-only {
  position: relative;
  width: 30%;
  z-index: 2;
  color: white;
  padding: 20px;
  text-align: center;
  top: 107%;
  left: 56%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

.custom-content-cx60 {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  text-align: center;
  top: 120px;
  left: 52%;
  color: #fff !important;
}

.custom-content-btn-right {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 73%;
  left: 64%;
  color: #fff !important;
  width: 24%;
}

.custom-content-center {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: justify;
  top: 72%;
  left: 24%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}
.custom-content-center-m3 {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: justify;
  top: 72%;
  left: 18%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

.custom-content-center-m3 .text-1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
  margin-bottom: 4%;
}
.custom-content-center-m3 .text-2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
  letter-spacing: 4px;
}

.custom-content-center-MEM {
  flex-direction: column;
  display: flex;
  gap: 0px;
  line-height: 1;
  position: relative;
  z-index: 2;
  padding: 0px;
  text-align: justify;
  top: 74%;
  left: 29%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

.legal-banner {
  position: absolute;
  left: 1.5%;
  right: 1.5%;
  bottom: 1.5%;
  width: 97%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.95em;
  box-sizing: border-box;
  z-index: 2;
}

.custom-slide-home {
  position: relative;
}

.custom-content-center-bottom {
  position: absolute;
  z-index: 2;
  padding: 20px;
  text-align: justify;
  top: 22%;
  left: 18%;
  transform: translate(-50%, -50%);
  color: #424041 !important;
}

.custom-content-right {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: justify;
  top: 57%;
  left: 33%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}

#prev-button-slide-home,
#next-button-slide-home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 20;
}

#prev-button-slide-home {
  left: 7%;
}

#next-button-slide-home {
  right: 7%;
}

#prev-button-slide-home::before,
#next-button-slide-home::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-width: 9px;
  border-style: solid;
  border-color: #8b8b8b;
  transform: rotate(45deg);
  cursor: pointer;
}

#prev-button-slide-home::before {
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
}

#next-button-slide-home::before {
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

#prev-button-slide-home:hover::before,
#next-button-slide-home:hover::before {
  border-color: #fff;
  /* Color del borde en hover */
}

/* Mostrar el primer slide */
.custom-slider-home:first-child {
  display: block;
}

.title-hero {
  font-size: 43px;
  margin-bottom: 3% !important;
}

.subtitle-hero {
  color: #fff !important;
  font-size: 19px;
  margin-bottom: 5%;
}

.subtitle-hero-white {
  font-size: 20px;
  color: #fff !important;
  margin-top: 4%;
  text-transform: uppercase;
}

.subtitle-hero-white-CX-5 {
  font-size: 25px;
  color: #fff !important;
  margin-top: 4%;
  text-transform: uppercase;
  letter-spacing: 19.5px;
  font-weight: 500;
}

.subtitle-hero-white-CX-30 {
  font-size: 25px;
  color: #fff !important;
  margin-top: 4%;
  text-transform: uppercase;
  letter-spacing: 9.5px;
  font-weight: 500;
}

.subtitle-hero-white-ceneter {
  font-size: 35px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 12.5px;
  font-weight: 500;
  text-align: center;
  margin: auto;
}

.dos-botones-m {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.dos-botones {
  width: 100%;
}

.image-slideh-none {
  display: none;
}

.title-hero-black {
  font-size: 70px;
  color: #484847;
  font-weight: 500;
  letter-spacing: 9px;
  margin: 0;
}

.title-hero-white {
  font-size: 45px;
  color: #fff;
  font-weight: 100;
  margin: 0;
}

.title-hero-white-CX-5 {
  font-size: 65px;
  color: #fff;
  font-weight: 100;
  margin: 0;
}

.title-hero-white-borde {
  font-size: 45px;
  color: #fff;
  font-weight: 100;
  margin: 0;
  padding: 0px 35px;
  color: #424041 !important;
  width: 65%;
}

.title-hero-white-right {
  font-size: 72px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 14px;
  margin: 0;
  line-height: 70px;
}

.inspirar {
  border-bottom: solid 3px #fff;
}

#heroMazdaPremiosVia {
  top: 19%;
}

.subtitle-hero-black {
  font-size: 26px;
  color: #3c3c3c !important;
  font-weight: 100;
  letter-spacing: 5px;
  margin: 0 !important;
  padding-top: 4%;
  line-height: 32px !important;
}

.subtitle-hero-black-and-withe {
  font-size: 56px;
  color: #3c3c3c !important;
  font-weight: 100;
  letter-spacing: 5px;
  margin: 0 !important;
  padding: 4%;
  line-height: 32px !important;
}

.line-black-and-withe {
  width: 20%;
  color: #3c3c3c !important;
  background-color: #3c3c3c !important;
}

.subtitle-hero-black-cx60 {
  font-size: 26px;
  color: #6e6e6e !important;
  font-weight: 100;
  letter-spacing: 7.7px;
  margin: 0 !important;
  padding-top: 2%;
  font-weight: 500;
}

.subtitle-hero-black-cx60-2 {
  font-size: 20px;
  color: #6e6e6e !important;
  font-weight: 100;
  letter-spacing: 7.7px;
  margin: 0 !important;
  font-weight: 500;
}

.italic-subtitle {
  letter-spacing: 3.5px;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  font-size: 21px;
}

.Iconos-cx-50 {
  position: absolute;
  width: 100%;
  top: 70%;
  z-index: 10;
  left: 59%;
}
.Iconos-m3 {
  position: absolute;
  width: 100%;
  top: 70%;
  z-index: 10;
  left: 54%;
}

.Iconos-cx-30 {
  position: absolute;
  width: 100%;
  top: 67%;
  z-index: 10;
  left: 12%;
}

.Iconos-cx-5 {
  position: absolute;
  width: 100%;
  top: 77%;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff !important;
}

.Iconos-cx-5 p {
  color: #fff !important;
}

.Iconos-cx-90 {
  position: absolute;
  width: 100%;
  top: 62%;
  z-index: 10;
  left: 59%;
}

.Iconos-rigth {
  position: absolute;
  width: 100%;
  top: 67%;
  z-index: 10;
  left: 10%;
}

.Iconos-rigth-MEM {
  position: absolute;
  width: 100%;
  top: 72%;
  z-index: 10;
  left: 13%;
}

.Iconos-rigth-mobile {
  display: none;
  position: absolute;
  width: 100%;
  top: 76%;
}

.Iconos-rigth-mobile img {
  position: absolute;
  top: 150%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.Iconos-cx-50 img {
  width: 36%;
  user-select: none;
  pointer-events: none;
}
.Iconos-m3 img {
  width: 36%;
  user-select: none;
  pointer-events: none;
}

.Iconos-cx-30 img {
  width: 36%;
  user-select: none;
  pointer-events: none;
}

.Iconos-cx-5 img {
  width: 36%;
  user-select: none;
  pointer-events: none;
}

.Iconos-cx-90 img {
  width: 36%;
  user-select: none;
  pointer-events: none;
}

.Iconos-rigth img {
  width: 40%;
  user-select: none;
  pointer-events: none;
}

a {
  text-decoration: none;
}

/* ANIMACION DE LOS BOTONES */

.boton_home-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #000;
  /* Fondo negro inicial */
  color: #fff;
  /* Texto blanco */
  padding: 13px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  /* Evita que el contenido salga del botÃƒÂ³n */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-top: 5%;
  width: 33%;
  height: 7%;
}

/* Texto inicial en el fondo negro */
.boton_home-hero::before {
  content: "CONOCE MÁS";
  /* Texto inicial */
  position: absolute;
  top: 50%;
  /* Centrado verticalmente */
  left: 0;
  right: 0;
  transform: translateY(-50%);
  /* Ajuste perfecto de centrado */
  color: #fff;
  /* Texto blanco */
  text-align: center;
  z-index: 1;
  /* Por encima del fondo */
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Texto que aparece en el hover */
.boton_home-hero::after {
  content: "CONOCE MÁS";
  /* Texto que aparece en el hover */
  position: absolute;
  top: -100%;
  /* Fuera del ÃƒÂ¡rea del botÃƒÂ³n */
  left: 0;
  right: 0;
  color: #fff;
  /* Texto blanco */
  text-align: center;
  transform: translateY(0);
  /* Sin ajuste inicial */
  opacity: 0;
  /* Invisible inicialmente */
  z-index: 1;
  /* Por encima del fondo */
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Estilo en hover */
.boton_home-hero:hover {
  background-color: #910a2d;
  /* Cambia a fondo rojo */
}

.boton_home-hero:hover::before {
  transform: translateY(100%);
  /* El texto inicial baja */
  opacity: 0;
  /* Se desvanece */
}

.boton_home-hero:hover::after {
  top: 50%;
  /* Se mueve al centro del botÃƒÂ³n */
  opacity: 1;
  /* Aparece */
  transform: translateY(-50%);
  /* Centrado perfecto */
}

/* ANIMACION DE LOS BOTONES BLANCO */

.boton_home-hero-Wt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #fff;
  /* Fondo negro inicial */
  color: #000;
  /* Texto blanco */
  padding: 13px;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  /* Evita que el contenido salga del botÃƒÂ³n */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-top: 8%;
  width: 50%;
  height: 6%;
}

/* Texto inicial en el fondo negro */
.boton_home-hero-Wt::before {
  content: "CONOCE MÁS";
  /* Texto inicial */
  position: absolute;
  top: 50%;
  /* Centrado verticalmente */
  left: 0;
  right: 0;
  transform: translateY(-50%);
  /* Ajuste perfecto de centrado */
  color: #000;
  /* Texto blanco */
  text-align: center;
  z-index: 1;
  /* Por encima del fondo */
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Texto que aparece en el hover */
.boton_home-hero-Wt::after {
  content: "CONOCE MÁS";
  /* Texto que aparece en el hover */
  position: absolute;
  top: -100%;
  /* Fuera del ÃƒÂ¡rea del botÃƒÂ³n */
  left: 0;
  right: 0;
  color: #fff;
  /* Texto blanco */
  text-align: center;
  transform: translateY(0);
  /* Sin ajuste inicial */
  opacity: 0;
  /* Invisible inicialmente */
  z-index: 1;
  /* Por encima del fondo */
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Estilo en hover */
.boton_home-hero-Wt:hover {
  background-color: #910a2d;
  /* Cambia a fondo rojo */
}

.boton_home-hero-Wt:hover::before {
  transform: translateY(100%);
  /* El texto inicial baja */
  opacity: 0;
  /* Se desvanece */
}

.boton_home-hero-Wt:hover::after {
  top: 50%;
  /* Se mueve al centro del botÃƒÂ³n */
  opacity: 1;
  /* Aparece */
  transform: translateY(-50%);
  /* Centrado perfecto */
}

/* la maestria mazda  */

.boton_home-hero_Wt_right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #fff;
  color: #000;
  padding: 13px;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-top: 8%;
  width: 50%;
  height: 6%;
}

/* Texto inicial en el fondo negro */
.boton_home-hero_Wt_right::before {
  content: "CONOCE MÁS";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #000;
  text-align: center;
  z-index: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* Texto que aparece en el hover */
.boton_home-hero_Wt_right::after {
  content: "CONOCE MÁS";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  transform: translateY(0);
  opacity: 0;
  z-index: 1;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* Estilo en hover */
.boton_home-hero_Wt_right:hover {
  background-color: #910a2d;
}

.boton_home-hero_Wt_right:hover::before {
  transform: translateY(100%);
  opacity: 0;
}

.boton_home-hero_Wt_right:hover::after {
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
}

/* ANIMACION DE LOS BOTONES M2  */

.boton_home-hero-m2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #fff;
  /* Fondo negro inicial */
  color: #000;
  /* Texto blanco */
  padding: 9px 13px;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  /* Evita que el contenido salga del botÃƒÂ³n */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-top: 5%;
  width: 129%;
  height: 6%;
}

/* Texto inicial en el fondo negro */
.boton_home-hero-m2::before {
  content: "CONOCE MÁS";
  /* Texto inicial */
  position: absolute;
  top: 50%;
  /* Centrado verticalmente */
  left: 0;
  right: 0;
  transform: translateY(-50%);
  /* Ajuste perfecto de centrado */
  color: #000;
  /* Texto blanco */
  text-align: center;
  z-index: 1;
  /* Por encima del fondo */
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Texto que aparece en el hover */
.boton_home-hero-m2::after {
  content: "CONOCE MÁS";
  /* Texto que aparece en el hover */
  position: absolute;
  top: -100%;
  /* Fuera del ÃƒÂ¡rea del botÃƒÂ³n */
  left: 0;
  right: 0;
  color: #fff;
  /* Texto blanco */
  text-align: center;
  transform: translateY(0);
  /* Sin ajuste inicial */
  opacity: 0;
  /* Invisible inicialmente */
  z-index: 1;
  /* Por encima del fondo */
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Estilo en hover */
.boton_home-hero-m2:hover {
  background-color: #910a2d;
  /* Cambia a fondo rojo */
}

.boton_home-hero-m2:hover::before {
  transform: translateY(100%);
  /* El texto inicial baja */
  opacity: 0;
  /* Se desvanece */
}

.boton_home-hero-m2:hover::after {
  top: 50%;
  /* Se mueve al centro del botÃƒÂ³n */
  opacity: 1;
  /* Aparece */
  transform: translateY(-50%);
  /* Centrado perfecto */
}

/* ANIMACION DE LOS BOTONES AGENDA TU TEST DRIVE*/

.boton_test-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #000;
  /* Fondo negro inicial */
  color: #fff;
  /* Texto blanco */
  padding: 13px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  /* Evita que el contenido salga del botÃƒÂ³n */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-top: 5%;
  width: 50%;
  height: 7%;
}

/* Texto inicial en el fondo negro */
.boton_test-hero::before {
  content: "AGENDA TU TEST DRIVE";
  /* Texto inicial */
  position: absolute;
  top: 50%;
  /* Centrado verticalmente */
  left: 0;
  right: 0;
  transform: translateY(-50%);
  /* Ajuste perfecto de centrado */
  color: #fff;
  /* Texto blanco */
  text-align: center;
  z-index: 1;
  /* Por encima del fondo */
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Texto que aparece en el hover */
.boton_test-hero::after {
  content: "AGENDA TU TEST DRIVE";
  /* Texto que aparece en el hover */
  position: absolute;
  top: -100%;
  /* Fuera del ÃƒÂ¡rea del botÃƒÂ³n */
  left: 0;
  right: 0;
  color: #fff;
  /* Texto blanco */
  text-align: center;
  transform: translateY(0);
  /* Sin ajuste inicial */
  opacity: 0;
  /* Invisible inicialmente */
  z-index: 1;
  /* Por encima del fondo */
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Estilo en hover */
.boton_test-hero:hover {
  background-color: #910a2d;
  /* Cambia a fondo rojo */
}

.boton_test-hero:hover::before {
  transform: translateY(100%);
  /* El texto inicial baja */
  opacity: 0;
  /* Se desvanece */
}

.boton_test-hero:hover::after {
  top: 50%;
  /* Se mueve al centro del botÃƒÂ³n */
  opacity: 1;
  /* Aparece */
  transform: translateY(-50%);
  /* Centrado perfecto */
}

/* ANIMACION DE LOS BOTONES lado derecho */

.boton_hibrido-hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #000;
  /* Fondo negro inicial */
  color: #fff;
  /* Texto blanco */
  padding: 13px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  /* Evita que el contenido salga del botÃƒÂ³n */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-top: 5%;
  width: 50%;
  height: 7%;
}

/* Texto inicial en el fondo negro */
.boton_hibrido-hero-right::before {
  content: "CONOCE MÁS";
  /* Texto inicial */
  position: absolute;
  top: 50%;
  /* Centrado verticalmente */
  left: 0;
  right: 0;
  transform: translateY(-50%);
  /* Ajuste perfecto de centrado */
  color: #fff;
  /* Texto blanco */
  text-align: center;
  z-index: 1;
  /* Por encima del fondo */
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Texto que aparece en el hover conoce mas */
.boton_hibrido-hero-right::after {
  content: "CONOCE MÁS";
  /* Texto que aparece en el hover */
  position: absolute;
  top: -100%;
  /* Fuera del ÃƒÂ¡rea del botÃƒÂ³n */
  left: 0;
  right: 0;
  color: #fff;
  /* Texto blanco */
  text-align: center;
  transform: translateY(0);
  /* Sin ajuste inicial */
  opacity: 0;
  /* Invisible inicialmente */
  z-index: 1;
  /* Por encima del fondo */
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Estilo en hover */
.boton_hibrido-hero-right:hover {
  background-color: #910a2d;
  /* Cambia a fondo rojo */
}

.boton_hibrido-hero-right:hover::before {
  transform: translateY(100%);
  /* El texto inicial baja */
  opacity: 0;
  /* Se desvanece */
}

.boton_hibrido-hero-right:hover::after {
  top: 50%;
  /* Se mueve al centro del botÃƒÂ³n */
  opacity: 1;
  /* Aparece */
  transform: translateY(-50%);
  /* Centrado perfecto */
}

.legal-iconos {
  width: 40%;
  font-size: 12px;
  text-align: justify;
  color: #fff !important;
  margin: 0 !important;
  line-height: normal !important;
}

.legal-iconos-MEM {
  width: 70%;
  font-size: 14px;
  text-align: justify;
  color: #fff !important;
  margin: 0 !important;
  line-height: normal !important;
}

.legal-iconos-mobile {
  position: absolute;
  width: 90%;
  font-size: 9px;
  text-align: justify;
  color: #fff;
  z-index: 10;
  top: 97%;
  left: 50%;
  transform: translate(-50%, 254%);
}

.Iconos-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 70%;
}

.Iconos-mobile img {
  width: 94%;
}

.m2-botones {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  margin: auto;
  gap: 8%;
  margin-left: 5%;
  margin-top: 2%;
}

.m2-boton-1 {
  display: flex;
  justify-content: flex-end;
  width: 41%;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 57%;
  left: 35%;
}

.m2-boton-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  position: absolute;
  z-index: 10;
  top: 82%;
  left: 20%;
}

.botones-m2-mobile {
  display: none;
  position: relative;
  z-index: 10;
  width: 100%;
}

.title-m2-mobile {
  text-align: center;
  font-size: 22px;
  margin: 4% 0;
  color: #000 !important;
}

.container-butons-m2-mobile {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.title-mobile-m2 {
  color: #fff !important;
  font-size: 18px;
  margin: 0;
  border-left: solid 2px #fff;
  width: 100%;
  padding-left: 11px;
}

.spice-m2-mobile-sedan {
  position: absolute;
  top: 33%;
  left: 5%;
}

.spice-m2-mobile-sport {
  position: absolute;
  top: 71%;
  right: 7%;
}

.text-title-m50 {
  font-size: 80px;
  text-align: center;
  letter-spacing: 8px;
  margin: 0;
  color: #fff !important;
}

.subtitle-m50 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 3px;
  letter-spacing: 4.5px;
  padding-top: 2%;
}

.subtitle-MEM {
  width: 188%;
  position: absolute;
  left: -36%;
  bottom: 100%;
  margin: 0;
  font-size: 24px;
  letter-spacing: 3px;
  letter-spacing: 4.5px;
  padding-top: 2%;
  text-align: center;
}

.tasa-fija-letra {
  margin: 0;
  font-size: 16px;
  letter-spacing: 4.5px;
  padding-top: 10%;
  text-align: center;
  line-height: normal;
}

.tasa-fija-letra span {
  font-size: 100px;
}

.italic-subtitle-m50 {
  margin: 0;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 5.5px;
}

.boton-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #fff;
  /* Fondo negro inicial */
  color: #000;
  /* Texto blanco */
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  /* Evita que el contenido salga del botÃƒÂ³n */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-top: 5%;
  width: 45%;
  height: 7%;
}

/* Texto inicial en el fondo negro */
.boton-right::before {
  content: "CONOCE MÁS";
  /* Texto inicial */
  position: absolute;
  top: 50%;
  /* Centrado verticalmente */
  left: 0;
  right: 0;
  transform: translateY(-50%);
  /* Ajuste perfecto de centrado */
  color: #000;
  /* Texto blanco */
  text-align: center;
  z-index: 1;
  /* Por encima del fondo */
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Texto que aparece en el hover conoce mas */
.boton-right::after {
  content: "CONOCE MÁS";
  /* Texto que aparece en el hover */
  position: absolute;
  top: -100%;
  /* Fuera del ÃƒÂ¡rea del botÃƒÂ³n */
  left: 0;
  right: 0;
  color: #fff;
  /* Texto blanco */
  text-align: center;
  transform: translateY(0);
  /* Sin ajuste inicial */
  opacity: 0;
  /* Invisible inicialmente */
  z-index: 1;
  /* Por encima del fondo */
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  /* AnimaciÃƒÂ³n suave */
}

/* Estilo en hover */
.boton-right:hover {
  background-color: #910a2d;
  /* Cambia a fondo rojo */
}

.boton-right:hover::before {
  transform: translateY(100%);
  /* El texto inicial baja */
  opacity: 0;
  /* Se desvanece */
}

.boton-right:hover::after {
  top: 50%;
  /* Se mueve al centro del botÃƒÂ³n */
  opacity: 1;
  /* Aparece */
  transform: translateY(-50%);
  /* Centrado perfecto */
}

@media screen and (max-width: 1122px) {
  .custom-slider-home {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 500px;
    display: none;
  }

  .custom-content {
    top: 4%;
  }

  .custom-content-00 {
    top: 4%;
  }

  .custom-content-01 {
    justify-content: flex-start;
  }

  .custom-content-down {
    top: 4%;
  }

  .custom-content-cx60 {
    top: 4%;
  }

  .custom-content-btn-right {
    top: 4%;
  }

  .custom-content-center {
    top: 57%;
  }

  .custom-content-center-MEM {
    top: 72%;
    left: 50%;
    width: 100%;
  }

  .custom-content-center-bottom {
    top: 57%;
  }

  .custom-content-right {
    top: 57%;
  }

  .legal-iconos-mobile {
    position: absolute;
    width: 90%;
    font-size: 10px;
    text-align: justify;
    color: #fff;
    z-index: 10;
    top: 26%;
    left: 50%;
    transform: translate(-50%, 224%);
    line-height: 1;
  }

  .subtitle-hero-white {
    font-size: 14px;
  }

  .subtitle-hero-white-CX-5 {
    font-size: 14px;
    letter-spacing: 7.5px;
  }

  .subtitle-hero-white-CX-30 {
    font-size: 14px;
    letter-spacing: 7.5px;
  }

  .subtitle-hero-white-ceneter {
    font-size: 14px;
    letter-spacing: 7.5px;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .custom-slider-home {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 400px;
    display: none;
  }

  .container-hibridos {
    flex-direction: column;
  }

  .parent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .boxLineOne .overlayAccesorios .textLineOne {
    width: 90%;
  }

  .boxLineOneLarge .overlayAccesoriosLarge .textLineOne {
    width: 90%;
  }

  .container-butt {
    flex-direction: column;
    gap: 20px;
  }

  .accordion-section {
    width: 90%;
  }

  .iframe-youtube-h {
    width: 100%;
    max-width: 100% !important;
  }

  .popup-content {
    max-width: 100% !important;
  }

  .close {
    top: -12%;
  }

  .title-hero-black {
    font-size: 40px;
  }

  .title-hero-white {
    font-size: 30px;
  }

  .title-hero-white-CX-5 {
    font-size: 30px;
  }

  .title-hero-white-borde {
    font-size: 37px;
  }

  .title-hero-white-right {
    font-size: 37px;
    text-align: center;
    line-height: normal;
  }

  .subtitle-hero-black {
    font-size: 22px;
    letter-spacing: normal;
  }

  .italic-subtitle {
    letter-spacing: normal;
    font-size: 18px;
  }

  .subtitle-hero-black-cx60 {
    font-size: 15px;
    color: #fff !important;
    letter-spacing: 2.7px;
  }

  .subtitle-hero-black-cx60-2 {
    font-size: 15px;
    color: #fff !important;
    letter-spacing: 2.7px;
  }

  .boton_test-hero {
    width: 70%;
  }

  .dos-botones-m {
    flex-direction: column;
  }

  .m2-botones {
    flex-direction: column;
    margin: auto;
    gap: 0%;
  }

  .m2-boton-1 {
    top: 43%;
    left: 26%;
    width: 51%;
  }

  .m2-boton-1 a {
    width: 100%;
  }

  .m2-boton-2 {
    top: 83%;
    left: 26%;
  }

  .m2-boton-2 a {
    width: 100%;
    text-align: center;
  }

  .custom-content-down-only {
    width: 60%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 600px) {
  .custom-slider-home {
    height: 700px;
  }

  .Iconos-cx-50 {
    display: none;
  }
  .Iconos-m3 {
    display: none;
  }

  .Iconos-cx-30 {
    display: none;
  }

  .Iconos-cx-5 {
    display: none;
  }

  #heroMazdaCX-30 {
    top: 0%;
  }
  .custom-content-center-m3 {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: justify;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
  }
  #sub-cx-30 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 76%;
    margin: 0;
    white-space: nowrap;
    left: 0%;
    width: 100%;
    text-align: center;
    z-index: 2;
  }

  .Iconos-cx-90 {
    display: none;
  }

  .boton_home-hero {
    width: 65%;
  }

  .boton_home-hero-Wt {
    width: 65%;
  }

  .boton_home-hero_Wt_right {
    width: 121%;
  }

  #heroMazdaCX-60 {
    top: 48%;
  }

  #heroMazdaPremiosVia {
    top: 20%;
  }

  .boton_home-hero-m2 {
    width: 92%;
    padding: 9px;
  }

  .image-slideh-none {
    display: flex;
  }

  .custom-content {
    max-width: 100%;
    padding: 20px;
    top: 60%;
    /* PosiciÃƒÂ³n inicial al 50% del contenedor */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custom-content-00 {
    max-width: 100%;
    padding: 20px;
    top: 53%;
    /* PosiciÃƒÂ³n inicial al 50% del contenedor */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custom-content-01 {
    justify-content: flex-start;
  }

  .custom-content-down {
    max-width: 100%;
    padding: 20px;
    top: 114%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custom-content-cx60 {
    max-width: 100%;
    padding: 20px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custom-content-btn-right {
    max-width: 100%;
    padding: 20px;
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
  }

  .custom-content-center {
    max-width: 100%;
    padding: 20px;
    top: 53%;
    /* PosiciÃƒÂ³n inicial al 50% del contenedor */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custom-content-center-bottom {
    max-width: 100%;
    padding: 20px;
    top: 80%;
    /* PosiciÃƒÂ³n inicial al 50% del contenedor */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .custom-content-right {
    max-width: 100%;
    padding: 20px;
    top: 60%;
    /* PosiciÃƒÂ³n inicial al 50% del contenedor */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .title-hero {
    font-size: 23px;
  }

  .boton_hibrido-hero-right {
    margin: auto;
    margin-top: 5%;
  }

  .Iconos-rigth {
    display: none;
  }

  .Iconos-rigth-mobile {
    display: block;
  }

  .title-hero-white-borde {
    font-size: 30px;
    text-align: center;
    padding: 2px 35px;
  }

  .Iconos-mobile {
    display: flex;
    flex-direction: column;
  }

  .title-hero-black {
    font-size: 30px;
  }

  .subtitle-hero-black {
    font-size: 15px;
  }

  .custom-content-center-bottom {
    display: none;
  }

  .botones-m2-mobile {
    display: block;
  }

  .subtitle-hero-black-and-withe {
    color: #fff !important;
    font-size: 26px;
  }

  .line-black-and-withe {
    color: #fff !important;
    background-color: #fff !important;
  }

  .text-title-m50 {
    font-size: 27px;
  }

  .subtitle-m50 {
    font-size: 20px;
    text-align: center;
    margin-top: 4%;
  }

  .subtitle-MEM {
    bottom: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    text-align: center;
    margin-top: 4%;
    width: 94%;
  }

  .italic-subtitle-m50 {
    text-align: center;
  }

  .Iconos-rigth-MEM {
    top: 68%;
    left: 7%;
  }

  .legal-iconos-MEM {
    width: 84%;
    font-size: 14px;
  }

  .tasa-fija-letra {
    padding-top: 15%;
    font-size: 13px;
  }

  .tasa-fija-letra span {
    font-size: 70px;
  }

  .Iconos-rigth-mobile img {
    margin-top: 2%;
    width: 95%;
  }

  .Iconos-mobile .Iconos-mobile-legal p {
    color: #fff !important;
  }
  .custom-content-center-m3 .text-2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    letter-spacing: 2px;
  }
  .custom-content-center-m3 .text-1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    margin-bottom: 4%;
  }
}
