@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  background: #f9f9f9;
}



/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: normal;
}

h1 {
  font-size: 3em;
}

h2 {
  color: #353535;
  font-size: 2em;
}

p {
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}



/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #202020;
  text-decoration: none !important;
}

a,
input,
button,
.form-control {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  /* color: #29ca8e; */
  color: #005dbb;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #202020;
}

.section-title {
  padding-bottom: 40px;
}

section {
  position: relative;
  padding: 100px 0;
}

#contact,
footer {
  /* background: #ffffff; */
  text-align: center;
}

.overlay {
  background: #536976;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #292E49, #536976);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #292E49, #536976);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.online-form {
  position: relative;
}

.online-form .form-control {
  border-color: #f0f0f0;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  box-shadow: none;
  height: 50px;
  margin-right: 0.5em;
  padding-left: 15px;
}

.online-form input[type="email"] {
  width: 60%;
}

.online-form button {
  /* background: #29ca8e;         */
  background: #005dbb;
  border: 0;
  color: #ffffff;
  position: absolute;
  right: 6em;
  width: 25%;
}

.online-form button:hover {
  background: #202020;
  color: #ffffff;
}



/*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

.section-btn {
  /* background: #29ca8e; */
  background: #005dbb;
  border: 0;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 30px;
  transition: 0.5s 0.2s;
}

.section-btn:hover,
.section-btn:focus {
  background: #202020;
  color: #ffffff;
}



/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}



/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav {
  margin-left: 6em;
}

.custom-navbar .nav li a {
  font-size: 16px;
  font-weight: normal;
  color: #f0f0f0;
  padding-right: 22px;
  padding-left: 22px;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  /* color: #29ca8e; */
  color: #005dbb;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active>a {
  background-color: transparent;
  /* color: #29ca8e; */
  color: #005dbb;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  /* background: #29ca8e;         */
  background: #005dbb;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #252525;
  }

  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}



/*---------------------------------------
      HOME          
  -----------------------------------------*/

/* #home {
    background: url('../images/home-bg.jpg') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    padding-top: 12em;
    text-align: center;
  } */

#home {
  /* Mantén estas propiedades, pero eliminaremos el background-image */
  /* background: url('../images/home-bg.jpg') no-repeat center center;  <-- ¡Elimina esta línea! */
  background-size: cover;
  /* Aunque el video se cubre con CSS específico, puedes mantener esto para la semántica si quieres */
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  /* ¡Esencial para posicionar el video! */
  padding-top: 12em;
  text-align: center;
  overflow: hidden;
  /* Esto es importante para que el video no se desborde */
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Envía el video al fondo, detrás del contenido y del overlay */
  overflow: hidden;
}

.video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* Asegura que el video cubra toda la zona sin distorsionarse */
}

/* Ajusta el overlay para que esté sobre el video pero debajo del contenido */
#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Color de ejemplo. Ajusta el RGBA para el color y la opacidad */
  z-index: -1;
  /* O puedes ponerle un z-index superior al video si quieres que sea visible */
}

/* Asegúrate de que el contenido principal de home-info esté por encima del video y del overlay */
#home .container {
  position: relative;
  z-index: 1;
  /* Esto asegura que el texto y el formulario se vean por encima del video y del overlay */
}

#home h1 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 17px;
}

.home-info {
  margin-top: 7em;
}

.home-info h3 {
  color: #f0f0f0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 10px 0;
}



/*---------------------------------------
      FEATURE              
  -----------------------------------------*/


#feature .nav-tabs {
  border-bottom: 0;
}

#feature .nav>li>a {
  padding: 8px 0;
}

#feature .nav-tabs>li>a {
  color: #999999;
  font-size: 18px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin-right: 35px;
}

#feature .nav-tabs>li.active>a,
#feature .nav-tabs>li.active>a:focus,
#feature .nav-tabs>li.active>a:hover {
  background: transparent;
  color: #202020;
  /* border-bottom: 3px solid #29ca8e;*/
  border-bottom: 3px solid #005dbb;
}

#feature .nav>li>a:focus,
#feature .nav>li>a:hover {
  background: transparent;
  /* border-bottom: 3px solid #29ca8e; */
  border-bottom: 3px solid #005dbb;
  color: #202020;
}

#feature .tab-content {
  margin-top: 50px;
}

.tab-pane-item {
  margin: 20px 0;
}

.tab-pane-item h2 {
  margin: 0 0 5px 0;
}

.feature-image {
  position: absolute;
  bottom: -27em;
}



/*---------------------------------------
      ABOUT              
  -----------------------------------------*/

#about .col-md-4 {
  margin: 0;
  padding: 0;
}

.team-thumb {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.team-thumb-up:after {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

.team-thumb-down:after {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #ffffff;
}

.team-info {
  position: relative;
  padding: 40px;
}

.team-info h2 {
  margin: 0;
}

.team-info small {
  display: block;
  font-size: 18px;
  margin: 5px 0 10px 0;
}

.team-thumb img {
  width: 100%;
}



/*---------------------------------------
      TESTIMONIAL           
  -----------------------------------------*/

#testimonial {}

/* #testimonial .col-md-6 {
    margin: 0;
    padding: 0;
  } */

#testimonial .section-title {
  padding-bottom: 0;
}

#testimonial h1 {
  color: #ffffff;
}

.testimonial-image {
  background: url('../images/rider.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 65vh;
}

.testimonial-image-2 {
  background: url('../images/carver-twin.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 65vh;
}

.testimonial-image-3 {
  background: url('../images/bateria-repuesto.png') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 65vh;
}

.testimonial-info {
  background: #202020;
  padding: 60px;
  height: 65vh;
}

.testimonial-info h3 {
  color: #d9d9d9;
  font-style: italic;
  margin-top: 5px;
}

.testimonial-info .item {
  display: block;
  width: 100%;
}

.testimonial-item {
  margin: 20px 0;
}

.owl-carousel .owl-item img,
.testimonial-item img,
.testimonial-item h4 {
  color: #d9d9d9;
  display: inline-block;
  vertical-align: top;
}

.owl-carousel .owl-item img,
.testimonial-item img {
  border: 3px solid #ffffff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}


/* PRICING SECCIÓN */

#pricing .section-title {
  text-align: center;
}

#pricing .col-md-4 {
  margin: 0;
  padding: 0;
}

#pricing .col-md-4:last-child .pricing-thumb {
  border-right: 0;
}

/* Tarjeta principal */
.pricing-thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background: #ffffff;
  border-right: 2px solid #f0f0f0;
  padding: 20px 40px;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Título */
.pricing-title {
  padding-bottom: 5px;
}

/* Contenido de la lista */
.pricing-info {
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 20px 0;
  flex-grow: 1;
}

.pricing-info ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pricing-info li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
  line-height: 1.6;
}

.pricing-info li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00aaff;
  position: absolute;
  left: 0;
  top: 2px;
}

/* Parte inferior */
.pricing-bottom {
  margin-top: 20px;
  text-align: center;
}

.pricing-dollar {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-btn.pricing-btn {
  background-color: #0056b3;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 25px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.section-btn.pricing-btn:hover {
  background-color: #004099;
  cursor: pointer;
}

/* Igualar altura de columnas */
.equal-height {
  display: flex;
  flex-wrap: wrap;
}

.equal-height>[class*="col-"] {
  display: flex;
  flex-direction: column;
}



/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

.contact-forms .col-md-12,
.contact-forms .col-md-4 {
  padding-left: 0;
}

.contact-forms .form-control {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0;
}

.contact-forms .form-control:focus {
  border-bottom-color: #202020;
}

.contact-forms input {
  height: 50px;
}

.contact-forms input[type='submit'] {
  background: #202020;
  border-radius: 50px;
  border: 0;
  color: #ffffff;
}

.contact-forms input[type='submit']:hover {
  /* background: #29ca8e; */
  background: #005dbb;
  color: #ffffff;
}



/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  padding-bottom: 80px;
}

.copyright-text p {
  margin: 5px;
}



/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 50px;
  color: #202020;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
  background: #536976;
  color: #ffffff;
}



/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media only screen and (max-width: 1200px) {

  .custom-navbar .navbar-nav {
    margin-left: 3em;
  }

  .home-info {
    margin-top: 0;
  }
}


@media only screen and (max-width: 992px) {

  section {
    padding: 60px 0;
  }

  .custom-navbar .navbar-nav {
    margin-left: 0;
  }

  .custom-navbar .nav li a {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }

  #feature .nav-tabs>li>a {
    font-size: 16px;
    margin-right: 20px;
  }

  .feature-image {
    bottom: -24em;
  }

  .pricing-thumb {
    margin-bottom: 30px;
  }

  footer {
    padding-bottom: 40px;
  }
}


@media screen and (max-width: 767px) {

  .section-title {
    padding-bottom: 20px;
  }

  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 5px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #202020;
    font-weight: normal;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #656565;
  }

  .feature-image {
    position: relative;
    bottom: 0;
  }

  #about .col-md-4:nth-child(3n) .team-thumb {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }

  .team-thumb-down:after {
    top: -15px;
    bottom: inherit;
    border-top: inherit;
    border-bottom: 15px solid #ffffff;
  }

  .testimonial-image,
  .testimonial-info {
    height: 85vh;
  }

  .testimonial-info {
    padding: 30px;
  }
}


@media screen and (max-width: 480px) {

  .online-form input[type="email"],
  .online-form .form-control {
    width: 85%;
  }

  .online-form .form-control {
    display: block;
    margin: 20px auto;
  }

  .online-form button {
    position: relative;
    right: 0;
  }

  .testimonial-image,
  .testimonial-info {
    height: 65vh;
  }
}


/*---------------------------------------
     CONTACT ICONS              
  -----------------------------------------*/

.contact-icon {
  font-size: 80px;
  color: #005dbb;
}

.align-icon {
  display: flex;
  margin-top: 11px;
  position: absolute;
  margin-left: -20px;
}

@media screen and (max-width: 480px) {
  .align-icon {
    position: relative;
  }

}


/*---------------------------------------
     MODAL DE COMPRA
  -----------------------------------------*/
/* Botón */
.btn-modal {
  padding: 12px 25px;
  background: #00bcd4;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-contenido {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

.cerrar {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

/* Formulario */
.form-modal {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.campo-radio label {
  margin-right: 15px;
}

.campo-flex {
  display: flex;
  gap: 10px;
}

.form-modal input,
select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
}

.btn-enviar {
  padding: 12px;
  background-color: #00bcd4;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
}


.glitch {
  position: relative;
  display: inline-block;
}

.glitch img {
  width: 100%;
  height: auto;
  animation: glitch 1s infinite steps(10);
}

@keyframes glitch {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-2px, -2px);
  }

  40% {
    transform: translate(2px, 2px);
  }

  60% {
    transform: translate(-2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0, 0);
  }
}



.row-contenido {
  max-width: 90%;
}

@media(max-width:768px) {
  .row-contenido {
    max-width: 100%;
  }
}


.descubre-tu-lado {
  color: #f0f0f0;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 10px 0;
}

.para-gente-activa {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
}

.vive-la-adrenalina {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 100px;
  font-size: 16px;
  font-style: italic;
}

.salvaje {
  background: linear-gradient(45deg, #ff416c, #ff4b2b);
  /* rosa a naranja vibrante */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.velocidad {
  background: linear-gradient(45deg, #00c9ff, #92fe9d);
  /* azul a verde neon */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}


.cta-icono {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: inline-block;
  transition: transform 0.3s ease;
}

.cta-icono:hover {
  transform: scale(1.1);
  color: #00c9ff;
}

.cta-icono i {
  animation: bounce 2s infinite;
  margin-bottom: 5px;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.cta-precios {
  margin-top: 50px;
}

.cta-icono.elegante {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
}

.cta-icono.elegante:hover {
  color: #00c9ff;
  border-color: #00c9ff;
  transform: translateY(-3px);
}

.cta-icono.elegante i {
  transition: transform 0.3s ease;
}

.cta-icono.elegante:hover i {
  transform: scale(1.2);
}

.logo-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

.logo-overlay img {
  height: 60px;
  /* ajusta a gusto */
  width: auto;
  opacity: 0.9;
  /* opcional para efecto suave */
}



.img-destacada {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  display: block;
  transform-origin: center;
  filter: blur(12px);
  opacity: 0;
  animation: zoomIn 1.8s ease forwards;
  transition: filter 1s ease-out, box-shadow 0.5s ease;
  will-change: transform, opacity;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

/* Glow al pasar el ratón */
.img-destacada:hover {
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.25);
}

/* Zoom-in inicial */
@keyframes zoomIn {
  0% {
    transform: scale(1.05);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Clase que activa el enfoque */
.img-destacada.visible {
  filter: blur(0);
}

/*
 MANUALES 
*/
#manuales {
  padding: 60px 0;
  background-color: #f9f9f9;
}

#manuales .section-title h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

#manuales .manuales-grid {
  margin-top: 40px;
}

.manual-box {
  background: #ffffff;
  /* height: 320px; */
  border-radius: 12px;
  padding: 30px 20px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.manual-box:hover {
  transform: translateY(-5px);
}

.manual-icon {
  color: #e63946;
  margin-bottom: 20px;
}

.manual-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #0056b3;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.manual-btn:hover {
  background-color: #003d80;
}


/*---------------------------------------
  LIGHTBOX 
-----------------------------------------*/
#lightbox-modal {
  display: none;
  /* Oculto inicialmente */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lightbox-modal img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 15px #000;
  border-radius: 10px;
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  z-index: 10000;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.lightbox-arrow.left {
  left: 20px;
}

.lightbox-arrow.right {
  right: 20px;
}

.lightbox-arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lightbox-caption {
  margin-top: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4em;
  max-width: 90%;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}


/*---------------------------------------
  Distribución de fotos estilo masonry
  -----------------------------------------*/
.collage-masonry {
  column-count: 3;
  column-gap: 15px;
  padding: 20px;
}

.collage-masonry a {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  break-inside: avoid;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.collage-masonry a:hover {
  transform: scale(1.02);
  opacity: 0.9;
}

.collage-masonry img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.collage-masonry a img:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.section-backgroup-white {
  background: #ffffff;
}

.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  /* 👈 puedes ajustar esta altura */
  margin-top: 30px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: black;
}

.autoplay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* usa 'contain' si prefieres ver el video completo */
  opacity: 0;
  transition: opacity 0.6s ease;
}


.pricing-specs {
  /* border-top: 1px solid #ddd; */
  margin-top: 15px;
  padding-top: 10px;
  font-size: 0.95em;
  color: #555;
  font-style: italic;
}

.pricing-specs ul {
  padding-left: 20px;
}


/* .oferta-lanzamiento {
     background-color: #ff5722;
     color: white;
     font-weight: bold;
     font-size: 1.05em;
     border-radius: 50px;
     padding: 12px 28px;
     box-shadow: 0 0 10px rgba(255, 87, 34, 0.6);
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oferta-lanzamiento:hover {
     transform: scale(1.05);
     box-shadow: 0 0 18px rgba(255, 87, 34, 0.9);
     text-decoration: none;
} */

.oferta-banner {
  background: linear-gradient(135deg, #ff5722, #ff9800);
  cursor: pointer;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.05em;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  animation: pulso 1.5s infinite;
}

.oferta-banner p {
  color: white;
  padding-top: 20px;
}

@keyframes pulso {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}


.alquiler-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;  
  align-items: center;
  gap: 1rem;
}