@charset "UTF-8";
@import url("./fonts/stylesheet.css");
body,
main {
  background-color: #ac0d02;
}

section.welcome-section {
  background-image: url("../img/2026/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  padding: 0;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
section.welcome-section .container-fluid {
  padding: 0;
  height: 100%;
  position: relative;
}
section.welcome-section .container-fluid .row {
  height: 100%;
  align-items: center;
}
section.welcome-section .container-fluid .row .left-col {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.welcome-section .container-fluid .row .left-col .text-content {
  width: 100%;
  max-width: 650px;
  z-index: 2;
  position: relative;
}
section.welcome-section .container-fluid .row .left-col .text-content .hero-image {
  margin-bottom: 32px;
  width: 100%;
  height: auto;
  max-width: 100%;
}
section.welcome-section .container-fluid .row .left-col .text-content .inscribirse-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
section.welcome-section .container-fluid .row .left-col .text-content .inscribirse-container a.btn-inscribirse-home {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  padding: 18px 40px;
  text-align: center;
  width: 90%;
  color: #ac0d02;
  font-family: "Toyota Display", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.welcome-section .container-fluid .row .left-col .text-content .inscribirse-container a.btn-inscribirse-home:hover {
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.4);
}
section.welcome-section .container-fluid .row .left-col .text-content .inscribirse-container .text-item {
  margin-top: 1rem;
}
section.welcome-section .container-fluid .row .left-col .text-content .inscribirse-container .text-item p {
  font-family: "Toyota Display", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
section.welcome-section .container-fluid .row .right-col {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
section.welcome-section .container-fluid .row .right-col .img-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
section.welcome-section .container-fluid .row .right-col .img-content .personajes-img {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform-origin: bottom;
  position: relative;
}
section.welcome-section .boton-vermas {
  bottom: 0px;
}
section.welcome-section .boton-vermas.scrolled {
  display: none;
}
section.welcome-section .boton-vermas a {
  text-decoration: none !important;
}
section.welcome-section .boton-vermas .arrow-button {
  height: 40px;
  padding: 15px 40px 8px;
  background-color: rgba(0, 0, 0, 0.5098039216);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  color: white;
  font-family: "Toyota Display";
  font-size: 12px;
  letter-spacing: 1.5px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
section.welcome-section .boton-vermas .arrow-button img {
  width: 24px;
  height: 20px;
  position: relative;
  margin-left: 15px;
  animation: moveArrow 1.95s ease-in-out infinite;
}

@keyframes moveArrow {
  0% {
    margin-top: -20px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: -20px;
  }
}
section.welcome-section-mobile {
  background-image: url("../img/2026/bg-mobile.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
section.welcome-section-mobile .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-start; */
  /* padding: 40px 0px 0px; */
  /* flex-grow: 1; */
  height: 100dvh;
  justify-content: space-evenly;
}
section.welcome-section-mobile .container-fluid .text-content {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
}
section.welcome-section-mobile .container-fluid .text-content .hero-image {
  width: 100%;
  max-width: 320px;
}
section.welcome-section-mobile .container-fluid .img-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -20px;
  z-index: 1;
  position: relative;
}
section.welcome-section-mobile .container-fluid .img-content .personajes-img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
section.welcome-section-mobile .container-fluid .inscribirse-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 3;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.welcome-section-mobile .container-fluid .inscribirse-container a.btn-inscribirse-home {
  display: inline-block;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  padding: 16px 20px;
  text-align: center;
  width: 100%;
  max-width: 350px;
  color: #ac0d02;
  font-family: "Toyota Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.welcome-section-mobile .container-fluid .inscribirse-container a.btn-inscribirse-home:hover {
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4);
}
section.welcome-section-mobile .container-fluid .inscribirse-container .text-item {
  margin-top: 15px;
}
section.welcome-section-mobile .container-fluid .inscribirse-container .text-item p {
  font-family: "Toyota Display", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
section.welcome-section-mobile .boton-vermas {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
section.welcome-section-mobile .boton-vermas a {
  text-decoration: none !important;
}
section.welcome-section-mobile .boton-vermas.scrolled {
  display: none;
}
section.welcome-section-mobile .boton-vermas .arrow-button {
  height: 40px;
  padding: 15px 30px 8px;
  background-color: rgba(0, 0, 0, 0.5098039216);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.welcome-section-mobile .boton-vermas .arrow-button img {
  width: 24px;
  height: 20px;
  animation: moveArrow 1.95s ease-in-out infinite;
}

section.home-mobile {
  background-color: #ac0d02;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 15px;
  height: auto;
  min-height: auto;
}
section.home-mobile .container {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 0;
  max-width: 100%;
  height: auto;
}
section.home-mobile .container .text-content {
  padding: 0px 20px;
  transition: all 0.3s ease;
}
section.home-mobile .container .text-content a.btn-inscribirse {
  background-color: #ac0d02;
  border: 1px solid #ac0d02;
  border-radius: 20px;
  padding: 16px 40px;
  width: 100%;
  box-shadow: 0px 4px 20px 0px rgba(200, 27, 27, 0.8);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
section.home-mobile .container .text-content a.btn-inscribirse img {
  margin-bottom: 0;
}
section.home-mobile .container .text-content .text-item {
  font-family: "Toyota Display";
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
section.home-mobile .container .text-content .text-item p {
  max-width: 306px;
  margin: auto;
}
section.home-mobile .container .img-content img {
  max-height: 500px;
  max-width: 100%;
  transition: all 0.3s ease;
}
section.home-mobile .boton-vermas {
  margin-top: -64px;
}
section.home-mobile .boton-vermas.scrolled {
  display: none;
}
section.home-mobile .boton-vermas a {
  text-decoration: none !important;
}
section.home-mobile .boton-vermas .arrow-button {
  height: 40px;
  padding: 15px 30px 8px;
  background-color: rgba(0, 0, 0, 0.5098039216);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  color: white;
  font-family: "Toyota Display";
  font-size: 12px;
  letter-spacing: 1.5px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
section.home-mobile .boton-vermas .arrow-button img {
  width: 24px;
  height: 20px;
  position: relative;
  animation: moveArrow 1.95s ease-in-out infinite;
}

section.encontrar .container {
  max-width: 1660px;
}
section.encontrar {
  background-color: #ac0d02;
  padding: 90px 88px 90px;
}
section.encontrar .text-item {
  font-family: "Toyota Type";
}
section.encontrar .text-item p.titulo {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}
section.encontrar .encontrar-images {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 70px;
  display: flex;
  justify-content: space-evenly;
}
section.encontrar .encontrar-images .card {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 8px 10px;
  gap: 10px;
  max-width: 270.5px;
  height: 100%;
}
section.encontrar .encontrar-images .card img {
  border-radius: 20px;
}
section.encontrar .encontrar-images .card p.titulo {
  height: 60px;
  font-family: "Toyota Display";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ac0d02;
  padding: 0 15px;
  align-content: center;
  margin-bottom: 0;
}

section.encontrar-mobile {
  overflow: hidden;
}
section.encontrar-mobile .container {
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
section.encontrar-mobile {
  background-color: #ac0d02;
  padding: 90px 0px 90px;
}
section.encontrar-mobile .text-item {
  font-family: "Toyota Type";
  display: flex;
  justify-content: center;
}
section.encontrar-mobile .text-item p.titulo {
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 90px;
  width: 300px;
  height: 48px;
}
section.encontrar-mobile .splide {
  margin: 0 -130px;
}
section.encontrar-mobile .splide .splide__slide {
  display: flex;
  justify-content: center;
}
section.encontrar-mobile .card {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 8px 10px;
  gap: 10px;
  width: 100%;
  min-width: 200px;
  max-width: 270.5px;
}
section.encontrar-mobile .card img {
  border-radius: 20px;
}
section.encontrar-mobile .card p.titulo {
  height: 60px;
  font-family: "Toyota Display";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ac0d02;
  padding: 0 15px;
  align-content: center;
  margin-bottom: 0;
}

section.categorias {
  background-color: #ac0d02;
}
section.categorias .container {
  max-width: 1660px;
}
section.categorias .nubes-rosas {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 80px 50px;
  border-radius: 20px;
}
section.categorias .nubes-rosas .text-item {
  font-family: "Toyota Type";
}
section.categorias .nubes-rosas .text-item p.titulo {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ac0d02;
  margin-bottom: 0;
}
section.categorias .nubes-rosas .categoria-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.categorias .nubes-rosas .categoria-content img {
  border-radius: 20px;
}
section.categorias .nubes-rosas .categoria-content p.titulo {
  height: 20px;
  font-family: "Toyota Display";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ac0d02;
  padding: 0 15px;
  align-content: center;
  margin-bottom: 0;
}
section.categorias .nubes-rosas .pdx-custom {
  padding: 0 12px;
}

section.galeria {
  padding: 100px 0 120px;
  display: flex;
  gap: 50px;
  background-color: #ac0d02;
}
section.galeria .container {
  max-width: 1660px;
  background-image: url(./../img/2026/nube-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
section.galeria .fondo-rayos {
  margin: 0 88px;
}
section.galeria .fondo-rayos .text-item {
  font-family: "Toyota Type";
}
section.galeria .fondo-rayos .text-item p.titulo {
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
  padding-top: 50px;
}
section.galeria .fondo-rayos .galeria-container {
  flex-direction: row;
  padding: 60px 0 100px;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-mini {
  flex-direction: row;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-mini .image-with-title {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px;
  cursor: pointer;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-mini .image-with-title .semi-opaque {
  width: 100%;
  display: block;
  filter: brightness(0.5);
  transition: filter 0.3s ease;
  border-radius: 20px;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-mini .image-with-title .image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Toyota Display";
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: white;
  width: 100%;
  z-index: 2;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-2025 {
  flex-direction: row;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-2025 .image-with-title {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px;
  cursor: pointer;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-2025 .image-with-title .semi-opaque {
  width: 100%;
  display: block;
  filter: brightness(0.5);
  transition: filter 0.3s ease;
  border-radius: 20px;
}
section.galeria .fondo-rayos .galeria-container .galeria-container-2025 .image-with-title .image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Toyota Display";
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1.75px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  width: 100%;
  z-index: 2;
}
section.galeria .fondo-rayos .inscribirse-pie {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
section.galeria .fondo-rayos .inscribirse-pie .btn.btn-inscribirse-blanco {
  padding: 20px 12px;
  border-radius: 20px;
  background-color: #fff;
  font-family: "Toyota Display";
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  color: #ac0d02;
  width: 448px;
  transition: all 0.3s ease;
}
section.galeria .fondo-rayos .inscribirse-pie .btn.btn-inscribirse-blanco:hover {
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4);
}
section.galeria .fondo-rayos .inscribirse-pie p.text-item {
  font-family: "Toyota Display";
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  width: 326px;
  margin: auto;
}
section.galeria #galleryModal .modal-content {
  background-color: transparent;
  border: none;
  overflow: visible;
}
section.galeria #galleryModal .modal-header,
section.galeria #galleryModal .modal-footer {
  border: none;
  background-color: transparent;
}
section.galeria #galleryModal .modal-header {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 60px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  z-index: 10;
}
section.galeria #galleryModal .modal-title {
  font-family: "Toyota Display";
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  margin: 0;
}
section.galeria #galleryModal .close {
  color: white;
  opacity: 1;
  font-size: 2.5rem;
  position: relative;
  z-index: 11;
  padding: 0;
  margin: 0;
  line-height: 1;
}
section.galeria #galleryModal .modal-body {
  padding: 0;
  position: relative;
}
section.galeria #carouselExample {
  width: 100%;
  position: relative;
}
section.galeria #carouselExample .carousel-inner {
  border-radius: 20px;
  overflow: hidden;
}
section.galeria #carouselExample .modal-img {
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
section.galeria #carouselExample .carousel-control-prev,
section.galeria #carouselExample .carousel-control-next {
  width: auto;
  opacity: 1;
  z-index: 1;
}
section.galeria #carouselExample .carousel-control-prev {
  left: -50px;
}
section.galeria #carouselExample .carousel-control-next {
  right: -50px;
}
section.galeria #carouselExample .carousel-control-prev-icon,
section.galeria #carouselExample .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 100% 100%;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
section.galeria #carouselExample .carousel-control-next-icon {
  background-image: url(/assets/img/arrow-next.svg);
}
section.galeria #carouselExample .carousel-control-prev-icon {
  background-image: url(/assets/img/arrow-back.svg);
}
section.galeria #galleryLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
section.galeria #galleryLoader .spinner {
  width: 3rem;
  height: 3rem;
  border: 5px solid rgb(242.25, 242.25, 242.25);
  border-top: 5px solid #ac0d02;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.galeria .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
section.galeria .carousel-indicators .active {
  background-color: white;
}

/* Estilos generales del footer */
footer {
  background-color: #ac0d02;
}
footer ul {
  padding-left: 0;
}
footer li {
  list-style: none;
}
footer a {
  color: #fff;
  transition: all 0.3s ease;
}
footer a:hover {
  text-decoration: none !important;
  color: #fff;
}

/* Sección superior del footer */
.info-footer {
  border-radius: 20px 20px 0 0;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
  background-color: #4d4d4d;
}
.info-footer h5 {
  font-family: "Toyota Display";
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* Enlaces de interés */
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .footer-links {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.footer-links .enlaces-grid {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-links .enlaces-grid {
    justify-content: flex-start;
  }
}
.footer-links .enlaces-grid a {
  font-family: "Toyota Display", sans-serif;
  font-size: 0.85rem;
  color: #fff;
  text-align: left;
}

/* Métodos de pago */
.payment-methods h5 {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .payment-methods h5 {
    text-align: left;
  }
}
.payment-methods .metodos-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) {
  .payment-methods .metodos-grid {
    justify-content: space-between;
    gap: 20px;
  }
}
.payment-methods .payment-item img {
  max-width: 115px;
  max-height: 55px;
  padding: 0.25rem;
}
.payment-methods .mas-info-item {
  display: flex;
  align-items: center;
}
.payment-methods .masInfo {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border: 1px solid white;
  border-radius: 1rem;
  font-size: 12px;
  transition: all 0.3s ease;
}
.payment-methods .masInfo:hover {
  background-color: #fff;
  text-decoration: none !important;
  color: #4d4d4d;
}

/* Sección inferior del footer */
.bottom-footer {
  background-color: #353434;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Logos y redes sociales */
.toyotoshi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.toyotoshi > a {
  max-width: 55%;
}
@media (min-width: 768px) {
  .toyotoshi {
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 60px;
  }
  .toyotoshi > a {
    max-width: none;
  }
}

.redes {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.redes a {
  display: flex;
  align-items: center;
}
.redes img {
  min-width: 32px;
  width: 36px;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .redes img {
    min-width: 36px;
    width: auto;
    padding: 0 0.5rem;
  }
}

.toyota {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .toyota {
    display: flex;
    justify-content: flex-end;
  }
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url("/assets/img/scroll-to-top.svg") no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

@media (min-width: 576px) {
  .toyota {
    display: flex;
  }
}
@media screen and (max-width: 575.98px) {
  section.home-mobile {
    padding: 10px;
  }
  section.home-mobile .container {
    padding: 15px 15px 0;
  }
  section.home-mobile .container .text-content {
    padding: 0px;
  }
  section.home-mobile .container .text-content a.btn {
    padding: 14px 20px;
  }
  section.home-mobile .container .img-content img {
    max-height: 400px;
  }
  #galleryModal {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  #galleryModal .modal-dialog {
    margin: 0 auto;
    width: 95%;
  }
  #galleryModal .modal-header {
    top: -40px;
    height: 40px;
    padding: 0 10px;
  }
  #galleryModal .modal-title {
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
  }
  #galleryModal .close {
    font-size: 1.5rem;
    width: 30px;
  }
  #carouselExample .carousel-control-prev {
    left: -20px;
  }
  #carouselExample .carousel-control-next {
    right: -20px;
  }
  #carouselExample .carousel-control-prev-icon,
  #carouselExample .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  #carouselExample .modal-img {
    max-height: 60vh;
  }
  .carousel-indicators {
    bottom: -35px;
  }
  .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .image-with-title {
    margin-bottom: 10px;
  }
  .image-with-title .image-title {
    font-size: 1rem !important;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #galleryModal .modal-header {
    top: -50px;
    height: 50px;
  }
  #galleryModal .modal-title {
    font-size: 1.4rem;
  }
  #galleryModal .close {
    font-size: 2rem;
  }
  #carouselExample .carousel-control-prev {
    left: -30px;
  }
  #carouselExample .carousel-control-next {
    right: -30px;
  }
  #carouselExample .carousel-control-prev-icon,
  #carouselExample .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .image-title {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  section.home-mobile .container .text-content a.btn {
    padding: 16px 40px;
  }
  section.home-mobile .container .img-content img {
    padding: 0 90px;
  }
  section.categorias .nubes-rosas {
    padding: 40px 12px 30px;
    background-image: url(./assets/img/section-02-bg-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.categorias .nubes-rosas .text-item p.titulo {
    font-size: 24px;
  }
  section.categorias .nubes-rosas .categoria-content p.titulo {
    font-size: 16px;
  }
  section.galeria {
    padding: 12px 0 60px;
  }
  section.galeria .container {
    background-image: unset;
  }
  section.galeria .fondo-rayos {
    margin: unset;
    background-image: url(./../img/2026/nube-bg-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.galeria .fondo-rayos .text-item {
    padding-top: 0px;
  }
  section.galeria .fondo-rayos .text-item p.titulo {
    font-size: 24px;
  }
  section.galeria .fondo-rayos .inscribirse-pie .btn.btn-inscribirse-blanco {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  section.galeria .fondo-rayos .galeria-container {
    padding: 20px 0 50px;
  }
  section.galeria .fondo-rayos-bottom {
    background-image: url(./../img/section-02-bg-bottom-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 83px 0 0;
    background-position: center;
  }
  section.encontrar-mobile .splide {
    margin: 0 -130px;
  }
  section.encontrar-mobile .card {
    min-width: 200px;
    max-width: 270.5px;
  }
}
@media screen and (max-width: 1199.98px) {
  section.home .container-fluid .text-content a.btn {
    padding: 16px 40px;
  }
  section.home .img-content .stormtrooper-img {
    max-height: 568px;
  }
  section.encontrar .encontrar-images {
    padding: 60px 40px;
  }
}/*# sourceMappingURL=style.css.map */