html, body {
  scroll-behavior: smooth;
  padding-top: 30px; /* Ajusta según la altura real del navbar */
  max-width: 100%;
}
  

  section#inicio {
    overflow-x: hidden;
  }

@font-face {
  font-family: 'Eurostile';
  src: url('../fuente/EurostileLTStd-BoldEx2.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Eurostile', sans-serif;
  color: white;
}
.nav-link.active {
  text-decoration: underline;
  color: white !important; 
}
.btn-sin-estilo {
  text-decoration: none;     
  display: inline-block;     
  padding: 0;                
  margin: 0;              
  border: none;             
  background: none;    

}
.centrado-movil {
  display: block;
  text-align: center;
}
.navbar-toggler {
  border-color: white; /* borde blanco si se necesita */
}

.navbar-toggler-icon {
  color: white; /* si el ícono lo respeta */
  filter: invert(1); /* útil para íconos en SVG negro */
}
.navbar-con-fondo{
  background-image: url('../Assets/Mobile/Nav_bar.png');
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important; /* Por si Bootstrap pone color */
  background-attachment: scroll;
}

/* Color azul por defecto */
.navbar-nav .nav-link {
  color: #0E9CD6;
  transition: color 0.3s ease;
  text-decoration: none; /* quitar subrayado por defecto */
}

/* Hover: color blanco */
.navbar-nav .nav-link:hover {
  color: white;
}

/* Activo: color blanco y subrayado */
.navbar-nav .nav-link.active {
  color: white;
  text-decoration: underline;
}

/* PRIMERA SECCION  */
.cntm{
 
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 
}

.fondo-seccion1-mob {
  background-image: url('../Assets/Mobile/Background_Mov1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* o fixed si quieres efecto parallax */
  height: auto;
  min-height: 100vh;
  width: 100%;
 
}
.master{
  margin-top: 60px ;
}
.h1 {
  font-size: 22px;
  color: #293895;
}

a {
  display: table;
  margin: 25px auto;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  color: white;
}

/* SEGUNDA SECCION  */

.fondo-seccion2-mob {
  background-image: url('../Assets/Mobile/Background_mv2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* o fixed si quieres efecto parallax */
  height: auto;
  min-height: 100vh;
  width: 100%;
}
.sec2-titulo{
  color: #fff;
  text-align: center;
}
.trailer-box {
  border: 2px solid #fff;
 
  background: white;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.trailer-box h3 {
  font-size: 1.5rem;
  color: #111;
}

.trailer-box .btn-primary {
  background-color: #123D6D;
  border: none;
  font-weight: bold;
}

.trailer-box .btn-outline-secondary {
  color: #aaa;
  border-color: #aaa;
  font-weight: bold;
  cursor: not-allowed;
}


/* TERCERA SECCION  */
.fondo-seccion3-mob {
  background-image: url('../Assets/Mobile/Background_productos.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* o fixed si quieres efecto parallax */
  height: auto;
  min-height: 100vh;
  width: 100%;
}
#productos {
  overflow-x: hidden;
  position: relative;
}


/* Tamaño fijo para el contenedor del producto */
.card.h-100 {
  min-height: 200px; /* Ajusta según tu contenido */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}

/* Limitar tamaño de las imágenes sin deformarlas */
.card-img-top {
  max-height: 295px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  object-fit: contain;
  padding: 1rem;
}

.card {
 
  background-color: transparent !important; 
  border: 5px dashed white !important;    
  color: white;  
  margin: 0px 53px;                          
}
.carousel-inner {
    
    padding-top: 8rem;
}
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.carousel-control-prev img,
.carousel-control-next img {
  filter: drop-shadow(0 0 2px black);
}
.img-logo{
  top: 42px;
  left: 27%;
  width: 80%;
 
}
.pdt-2{
padding-top: 76px;
}

/* CUARTA SECCION  */

.fondo-seccion4-mob {
  background-image: url('../Assets/Mobile/Background_mv3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;

  height: auto;
  min-height: 100vh;
  width: 100%;
}

.cardw {
  background-color: transparent !important; 
 
  color: white;                           
}
.cardw-img-top {
  max-height: 295px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
/* 
QUINTA    */



.accordion-button {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  transition: transform 0.2s ease-in-out;
}

.accordion-item {
  border-radius: 12px;
}

.accordion-body {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.cnt-preguntas {
  width: 427px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;

}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  /* o el color que prefieras */
}

.btn-comprarBA {
 
  background-color: #3FAD49; 
  color: white;
  border: none;
  padding: 7px 52px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn-comprar:hover {
  background-color: #2A7330; 
}


.btn-comprar {
  background-color: #0075dc; 
  color: white;
  border: none;
  padding: 7px 52px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-comprar:hover {
  background-color: #005bb5; 
}

  

.flecha-subir {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: red;
  color: yellow;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 999;
  animation: salto 1s infinite;
}

/* Eliminar espacio no deseado */
.flecha-subir::after {
  content: "";
  display: none;
}

@keyframes salto {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.footer {
  background-color: #000; 
 
}

.footer-img {
  width: 75%; 
  height: auto;
  
}

/* Seccion produccion 2 */

.fondo-seccion5-mob{
  background-image: url('../Assets/Mobile/ProductosBKG.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;

  height: auto;
  min-height: 100vh;
  width: 100%;
}
.secpr-titulo{
  color: #0E9CD6;
  text-align: center;
}

.last-slide .row {
  justify-content: center;
}

/* ______________________________________________________::::::::TAMAÑO ESCRIORIO :::::::: */

@media (min-width : 786px) {
  html, body {
  
  padding-top: 30px; /* Ajusta según la altura real del navbar */
  
  } 
  
   .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-nav .nav-link {
    font-size: 12px; /* Ajusta el tamaño de fuente */
  }
.navbar-con-fondo{
  background-image: url('../Assets/Desk/Nav_bar.png');
 
}
  .fondo-seccion1-mob {
    background-image: url('../Assets/Desk/Background_dsk1.png');
  }


  .cntm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end ;
    width: 100%;
    height: auto;
    min-height: 100vh;
  
    
  }

 



  /* ====SECCION DOS DIMAICA==== */

  .cnt-dim {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 60px 60px 60px 60px;
  }


  .paso {
    display: flex;
    flex-direction: column;
    justify-content: center center;
    align-items: center;
    padding: 0px;
  }

  .terminos {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
  }

  .terminos span {
    font-size: 12px;
    font-weight: 400;
    color: black;
  }

   
  /* ::::: SECCION 3 productos :::: */
  .fondo-seccion3-mob {
    background-image: url('../Assets/Desk/BKG_producto.png');
  }

 
 .img-logo{
    top: -27px;
  left: 15%;
  width: 25%;
 
 }
 .card-img-top {
  max-height: 295px;
  width: auto;
  height:250px;
  object-fit: contain;
  margin: 0 auto;
  object-fit: contain;
  padding: 1rem;
}

 .card.h-100 {
  min-height: 200px; /* Ajusta según tu contenido */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.carousel-inner {
    
    padding-top: 2rem;
}

 
  /* ::::: SECCION 4 productos :::: */
  .fondo-seccion4-mob {
    background-image: url('../Assets/Desk/Background_dsk3.png');
  }

  #carouselDescargasMobile .card {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

  /* SECCION 5 PREGUNTAS */

  .texw1{
  width: 25%;
 margin: 0 auto;
}
 
  .footer {
  background-color: #000;
 
  }

  .footer-img {
  width: 25%;
  height: auto;
  
  }

  .fondo-seccion5-mob{
  background-image: url('../Assets/Desk/productosbkg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;

  height: auto;
  min-height: 100vh;
  width: 100%;
}



}

@media (max-width: 767px) {
 
   .modal-dialog {
    max-width: 90vw;
    max-height: 90vh;
  }
}
