.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-50 {
    margin-bottom: 50px;
}


.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-100 {
    padding-top: 100px;
}
.p-t-110 {
    padding-top: 110px;
}
.p-t-120 {
    padding-top: 120px;
}
.p-t-130 {
    padding-top: 130px;
}
.p-t-140 {
    padding-top: 140px;
}

.p-t-148 {
    padding-top: 148px;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-160 {
    padding-top: 160px;
}

.p-t-170 {
    padding-top: 170px;
}

.p-t-180 {
    padding-top: 180px;
}

.p-t-190 {
    padding-top: 190px;
}


.p-t-200 {
    padding-top: 200px;
}

.p-t-210 {
    padding-top: 210px;
}

.p-t-220 {
    padding-top: 220px;
}

.p-t-230 {
    padding-top: 230px;
}

.p-t-240 {
    padding-top: 240px;
}



.p-t-250 {
    padding-top: 250px;
}

.p-t-260 {
    padding-top: 260px;
}

.p-t-270 {
    padding-top: 270px;
}

.p-t-280 {
    padding-top: 280px;
}

.p-t-290 {
    padding-top: 290px;
}

.p-t-300 {
    padding-top: 300px;
}

.p-t-350 {
    padding-top: 350px;
}


.p-t-400 {
    padding-top: 400px;
}

.p-t-450 {
    padding-top: 450px;
}




.p-t-500 {
    padding-top: 500px;
}


.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-90 {
    padding-bottom: 90px;
}


.p-b-100 {
    padding-bottom: 100px;
}

.p-b-120 {
    padding-bottom: 120px;
}


.p-b-130 {
    padding-bottom: 130px;
}


.p-b-135 {
    padding-bottom: 135px;
}


.p-b-140 {
    padding-bottom: 140px;
}


.p-b-150 {
    padding-bottom: 140px;
}

.p-b-190 {
    padding-bottom: 190px;
}

.p-b-200 {
    padding-bottom: 200px;
}

.p-b-230 {
    padding-bottom: 230px;
}

.p-b-300 {
    padding-bottom: 300px;
}

.p-b-310 {
    padding-bottom: 310px;
}

.p-b-410 {
    padding-bottom: 410px;
}

.p-b-450 {
    padding-bottom: 450px;
}

.p-b-500 {
    padding-bottom: 500px;
}

.p-b-550 {
    padding-bottom: 550px;
}

.p-b-600 {
    padding-bottom: 650px;
}

/* Estilos de textos */



h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 2.8em;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 2em;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 2em;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1em;
}


h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.7em;
    
}

h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
    
}



p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
}


.seccion-menu-principal{
    font-size: 0.9em;
    color: rgba(255,255,255,1);
}


/* Estilos de color */

.c-rojo{ color: rgba(174,38,47,1);}


html {
    scroll-behavior: smooth;
}




/* Estilos de seccion */

.seccion-corazon{
  background: url(../../app-assets/images/banner-corazon.jpg)no-repeat center;
  background-size: cover;
	padding: 70px 0 70px;   
}

.seccion-footer{
  background: url(../../app-assets/images/banner-footer.jpg)no-repeat center;
  background-size: cover;
	padding: 70px 0 70px;   
}





.seccion-footer{
    background-color: rgba(247,247,247,1);
	padding: 30px 0 30px;
}

.seccion-footer-movil{
    background-color: rgba(247,247,247,1);
	padding: 50px 0 50px;
}




.navbar-custom {
    background-color: rgba(255,255,255,1);
    /* Fondo negro con opacidad */
}

.navbar-custom {
  background-color: rgba(174,38,47,1);
}

.navbar-scrolled {
    background-color: rgba(174,38,47,1) !important;
    transition: background-color 0.3s ease;
}

.modal-menu ul {
    list-style: none;
    padding: 0;
}

.close-menu-movil {
	color: rgb(255,255,255,1);
	opacity: 1;
	font-size: 1.8em;
}


.modal-menu li {
    margin: 20px 0;
}

.modal-menu a {
    color: rgba(255,255,255,1);
    font-size: 1.5rem;
    text-decoration: none;
}


.menu-movil li a {
    font-family: "Noto Sans", sans-serif;
    color: rgba(255,255,255,1);
    font-size: 1.5em;
    font-weight: 700;
}


.modal-menu-movil {
  background-color: #a10c1f;
}





.btn-ver{
    background: rgba(18,13,64,1);
    color: rgba(255,255,255);
    border-radius: 10px !important;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 50px;
}

.btn-ver:hover{
    background: rgba(18,13,64,1);
    color: rgba(255,255,255);
    border-radius: 10px !important;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 50px;
}


.whatsapp-float {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
	transition: all 300ms ease 0ms;
}


.whatsapp-float p {
	font-weight: 700;
	padding: 2px 10px;
	border-radius: 10px;
	margin-top: 10px;
	background: rgba(0, 192, 75, 1);
}

.whatsapp-float:hover {
	box-shadow: 0px 15px 20px rgba(42, 183, 84, 0.3);
	transform: translateY(-7px);
}





/* ===== HEADER ===== */
.header {
  background: #f4f4f4;
  border-bottom: 2px solid #e10600;
  font-size: 14px;
  z-index: 1000;
}
.logo {
  height: 40px;
}
.contacto-header {
  color: #111;
  font-weight: 500;
}
.icono-telefono {
  width: 18px;
  height: 18px;
}


/* ==== SECCIÓN TEST RIDE ==== */
.test-ride-section {
  min-height: 600px;
  margin-top: 80px;
}

/* Fondo gris con franja roja centrada */
.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #e5e5e5 0%,
    #e5e5e5 38%,
    #e30613 38%,
    #e30613 62%,
    #e5e5e5 62%,
    #e5e5e5 100%
  );
  z-index: 1;
}

/* Columna del slider */
.slider-col {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0;
}

/* Carrusel */
#motoCarousel {
  position: relative;
  z-index: 3;
  height: 100%;
}

/* Slides */
#motoCarousel .carousel-inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#motoCarousel .carousel-item {
  transition: transform 1s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

#motoCarousel .carousel-item.active {
  opacity: 1;
  position: relative;
  z-index: 3;
}

/* Movimiento de izquierda a derecha */
#motoCarousel .carousel-item-next:not(.carousel-item-start),
#motoCarousel .active.carousel-item-end {
  transform: translateX(25%);
}

#motoCarousel .carousel-item-prev:not(.carousel-item-end),
#motoCarousel .active.carousel-item-start {
  transform: translateX(-25%);
}

#motoCarousel .carousel-item-next.carousel-item-start,
#motoCarousel .carousel-item-prev.carousel-item-end,
#motoCarousel .carousel-item.active {
  transform: translateX(0);
}

/* Imagen centrada */
.moto-img {
  width: 70%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
  z-index: 2;
}

/* ==== TEXTO SUPERIOR ==== */
#motoCarousel .carousel-item h6 {
  margin-top: 60px; /* agrega espacio arriba para que no se corte */
  font-size: 1rem;
}

/* ==== FLECHAS CENTRADAS Y AÚN MÁS ABIERTAS ==== */
.slider-col .carousel-control-prev,
.slider-col .carousel-control-next {
  position: absolute;
  top: 50%; /* centro vertical real */
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  z-index: 20;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Iconos */
.slider-col .carousel-control-prev-icon,
.slider-col .carousel-control-next-icon {
  background-color: rgba(227, 6, 19, 0.9);
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  background-size: 60%;
  transition: all 0.3s ease;
}

/* Hover */
.slider-col .carousel-control-prev-icon:hover,
.slider-col .carousel-control-next-icon:hover {
  background-color: rgba(227, 6, 19, 1);
  transform: scale(1.08);
}

/* Flechas abiertas al borde del gris, liberando ruedas */
.slider-col .carousel-control-prev {
  left: calc(15% - 3.5rem);  /* más afuera aún */
}

.slider-col .carousel-control-next {
  right: calc(15% - 3.5rem); /* más afuera aún */
}

/* ==== FORMULARIO ==== */
.form-wrapper .btn-danger {
  background-color: #e30613;
  border: none;
}

.form-wrapper .btn-danger:hover {
  background-color: #b60510;
}

/* ==== RESPONSIVE ==== */
@media (max-width: 991px) {
  .slider-bg {
    background: #e30613;
  }

  .moto-img {
    width: 90%;
  }

  .slider-col .carousel-control-prev,
  .slider-col .carousel-control-next {
    display: none;
  }

  /* Margen menor en móvil */
  #motoCarousel .carousel-item h6 {
    margin-top: 30px;
  }
}