/* Estilos generales */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: "DM Serif Text", serif;
  background-color: #bebebe;
  overflow-x: hidden;
}

.top, .imgprincipal {
  width: 100%;
}

.slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  margin-top: 5em;
  flex-direction: column;
}

.slider-container {
  width: 50%; /* Ajusta el tamaño del slider a la mitad de la pantalla */
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
}



.slider {
  display: flex;
  gap: 15px; /* Agrega un espacio entre las imágenes */
  transition: transform 1s ease-in-out;
}

.slide {
  flex: 0 0 calc(100% / 4 - 15px); /* Ajusta el tamaño de cada slide para tener en cuenta el gap */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.slide img {
  max-height: 200px; /* Limita la altura máxima de las imágenes */
  object-fit: contain; /* Asegura que la imagen se mantenga en su proporción original y centrada */
  display: block;
  border-radius: 10px;
  margin: 1em;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 13px;
}

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}

.input {
  border-style: none;
  height: 50px;
  width: 50px;
  padding: 10px;
  outline: none;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: #ff914d;
  box-shadow: 0px 0px 3px #ff914d;
  padding-right: 40px;
  color: black;
}

.input::placeholder,
.input {
  font-size: 17px;
}

.input::placeholder {
  color: #8f8f8f;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  outline: none;
  border-style: none;
  border-radius: 50%;
  pointer-events: painted;
  background-color: transparent;
  transition: 0.2s linear;
}

.icon:focus ~ .input,
.input:focus {
  box-shadow: none;
  width: 150px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 3px solid #ff914d;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

.items {
  font-size: 3rem;
  gap: 0.7rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.asd {
  display: flex;
  flex-direction: row;
  width: 100vw
  ;
  justify-content: center;
}

.titmarcas {
  display: flex;
  flex-direction: row;
  text-align: initial;
}

hr.divider {
  width: 2px;
  height: 50%;
  background-color: #ccc;
  border: none;
  align-self: center;
}

nav.primary-navigation {
  margin: 0 auto;
  display: block;
  justify-content: center;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 16px;
}

nav.primary-navigation ul li {
  list-style: none;
  margin: 0 auto;
  border-right: 2px solid #ff914d;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-family: arvo;
}

nav.primary-navigation li a {
  color: black;
  text-decoration: none;
}

nav.primary-navigation li a:hover {
  color: #ff914d;
}

nav.primary-navigation li:hover {
  cursor: pointer;
}

nav.primary-navigation ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  left: 0;
  display: none;
  background: white;
}

nav.primary-navigation ul li:hover > ul,
nav.primary-navigation ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 250px;
  text-align: left;
  padding-top: 20px;
  box-shadow: 0px 3px 5px -1px #ccc;
}

nav.primary-navigation ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border-style: none;
}

nav.primary-navigation ul li ul li a:hover {
  padding-left: 10px;
  border-left: 2px solid #ff914d;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

ul li ul li a {
  transition: all 0.5s ease;
}

.top {
  flex-direction: column;
  display: flex;
}

.fli {
  border-left: 2px solid #ff914d;
}

.aboutus {
  max-width: 50%;
  justify-content: center;
  align-items: center;
}

.sobre {
  display: flex;
  justify-content: center;
  margin-top: 7em;
}

.aboutus h1 {
  color: #06408c;
  font-size: 1.8em;
}

.aboutus h3 {
  color: #06408c;
}

.aboutus p {
  text-align: justify;
}

.aboutus h5 {
  color: #06408c;
}

.bx-envelope {
  font-size: 1.1em;
  height: 1em;
  padding-top: 0.2em;
}

.items {
  margin-left: 2.25em;
}

.container-fluid {
  position: fixed;
  margin-top: 6.5em;
  background-color: #ffffffbd;
  backdrop-filter: blur(10px);
  z-index: 10;
  height: 7.5em;
}

.mid {
  margin-top: 7.7em;
}

footer {
  width: 101.2vw;
  margin: 0;
  margin-left: -20em;
  margin-bottom: -10em;
}

.me-5 {
  justify-content: center;
  text-align: center;
  display: flex;
  margin-left: 8.5em;
}

iframe {
  margin-left: 0em;
}

.volver {
  text-decoration: none;
  color: white;
}

.imgp {
  border-radius: 0;
}

.imgprincipal {
  margin-top: 2em;
}

.slider-container {
  margin-top: 1em;
}

.titmarcas {
  color: #06408c;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
  .slider-container {
    width: 90%;
  }

  .slide {
    flex: 0 0 calc(100% / 2 - 15px);
  }

  .items {
    font-size: 2rem;
  }



  .aboutus {
    max-width: 90%;
  }

  .me-5 {
    margin-left: 2em;
  }

  footer {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .slider-container {
    width: 100%;
  }

  .slide {
    flex: 0 0 calc(100% - 15px);
  }

  .items {
    font-size: 1.5rem;
  }
}

  /* Estilos para el footer */
/* Estilos para el footer */
/* Estilos generales del footer */
/* Estilos generales del footer */
footer {
  width: 100vw; /* Asegura que el footer ocupe todo el ancho de la ventana */
  margin: 0;
  background-color: #ffffff;
  text-align: center; /* Centra el texto en el footer */
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 0;
  left: 0; /* Asegura que el footer esté alineado al borde izquierdo */
  overflow: hidden; /* Para evitar el desbordamiento */
}

/* Contenido dentro del footer */
footer .container {
  max-width: 1200px; /* Ajusta esto según el ancho máximo deseado */
  margin: 0 auto; /* Centra el contenido dentro del footer */
  padding: 0 1em; /* Añade padding lateral para pequeños dispositivos */
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
  footer .container {
    padding: 0 1em;
  }

  .primary-navigation ul{
    font-size: 0.7em;
    margin-left: -3em;
  }
}

@media (max-width: 480px) {
  footer .container {
    padding: 0 1em;
  }
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  margin-left: -1em !important;
}

.text-center, .text-md-start, .mt-5{
  margin-left: auto !important;
}

@media (max-width: 584px) {
  .container-fluid{
    position: relative;
    margin-top: 0;
    background-color: transparent;
    backdrop-filter: none;
  }
   
  
  .asd{
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .items{
    align-items: center;
    justify-content: center;
    font-size: 3em;
    margin-left: 0;
  }

  .navbar-brand{
    margin-right: 0 !important;
    
  }
.logo{
  margin-top: 1em !important;
}
  
  #klk{
    background-color: transparent !important;
  }
  .mid{
    margin-top: 0;
  }
  .primary-navigation ul li {
    border-left: none;
    border-right: none !important;
    flex-direction: column;
    display: flex;
  }
  .primary-navigation ul{
    font-size: 1em;
    display: flex;
  }
  
}

  
#extra-items {
  display: none; /* Oculta por defecto */

}


.hamburger {
  position: fixed;
  right: 40px;
  top: 30px;
  display: block;
  width: 55px;
  cursor: pointer;
  
  appearance: none;
  background: none;
  outline: none;
  border: none;
  z-index: 100;
}
.hamburger .bar, .hamburger:after, .hamburger:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  margin: 8px 0px;
  transition: 0.4s;
}
.nav {
  position:fixed;
  top: 0;
  left: 100%;
  width: 100%;
  min-height: 100vh;
  display: block;
  z-index: 98;
  background-color: #191970;
  padding-top: 120px;
  transition: 0.4s;
}
.nav.is-active {
  left: 0;
}
.nav a {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 15px 16px;
    background-color: green;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }
.nav a:hover {
  background-color: lightgreen;
  color: black;
}
.hamburger.is-active:before {
  transform: rotate(-45deg) translate(-8px, 6px);
}
.hamburger.is-active:after {
  transform: rotate(45deg) translate(-12px, -10px);
}
.hamburger.is-active .bar {
  opacity: 0;
}

/*Hero*/
.hero {
  background-color: darkgreen;
  height: 70vh;
}
h2 {
  text-align: center;
  line-height: 2.4em;
  color: white;
  margin: 0 auto;
  padding-top: 120px;;
}
a {
  color: white;
}

.imgprincipal {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slider {
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.imgp {
  width: 100%;
  flex: 0 0 100%;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

/* Estilos del modal */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Fijo en la pantalla */
  z-index: 1000; /* Se superpone sobre otros elementos */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Alto completo */
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  display: flex; /* Usar flexbox para centrar el contenido */
  align-items: center; /* Centrar verticalmente */
  justify-content: center; /* Centrar horizontalmente */
}

/* Contenido del modal */
.modal-content {
  max-width: 50%; /* Ancho máximo del modal */
  width: 300px; /* Ancho fijo para el modal */
  height: 400px; /* Altura fija para el modal */
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center; /* Centrar el contenido de texto */
  position: relative;
}

/* Botón de cerrar modal */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
}

.content {
  padding: 20px;
  height: 1000px; /* Simulación de mucho contenido para probar el scroll */
}


.wa-chat-box-poweredby{
  display: none;
}

body .my-5{
  margin-bottom: 0 !important;
}
.mails{
  white-space: nowrap;
}

.aisd{
  margin-left: -4em;
}

.mails hr, .mails .mtit{
  margin-left: -4em !important;
}

.itnv{
  flex-direction: row;
  display: flex;
  justify-content: center;
}

.f2 li{
  gap: 20px;
}

/* Estilos generales del slider */
.slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px; /* Ajusta este valor según tus necesidades */
  margin: 20px auto; /* Centra el contenedor */
  padding: 0 20px; /* Añade algo de relleno horizontal */
  box-sizing: border-box;
}

.slider-container {
  width: 80%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.slider {
  display: flex;
  gap: 15px;
  transition: transform 1s ease-in-out;
}

.slide {
  flex: 0 0 calc(100% / 4 - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.slide img {
  max-height: 200px;
  object-fit: contain;
  display: block;
  margin: 1em;
}

/* Estilos para pantallas más pequeñas */
@media (max-width: 1200px) {
  .slider-container {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .slide {
    flex: 0 0 calc(100% / 3 - 15px);
  }

  .imgp{
    height: 26em;
  }
}

@media (max-width: 768px) {
  .slide {
    flex: 0 0 calc(100% / 2 - 15px);
  }
  .mails hr, .mails .mtit, .aisd{
    margin-left: 0em !important;
  }
  .imgp{
    height: 20em;
  }
}

@media (max-width: 576px) {
  .slide {
    flex: 0 0 calc(100% / 2 - 15px); /* Ajusta el ancho de las slides para que sean más pequeñas */
  }
  .imgp{
    height: 17em;
  }
  .slider-container {
    width: 100%;
  }
}
@media (max-width: 430px){
  #extra-items{
    margin-top: -2em;
    font-size: 1.1em;
  }

  .dropdown-toggle{
    margin-top: 0.3em;
  }

  .bx-menu{
    font-size: 3em !important;
    color: #ff914d;
  }
  .imgp{
    height: 12em;
  }
}


#carouselExample{
  height: 200%;
}

.d-block{
  max-height: 100em !important ;
}
.carousel-item ,.active{
  margin-left: -1em !important;

}

@media (max-width: 768px) {
   .carousel-item {
    height: 500px; /* Ajusta este valor según el alto deseado */
    
  }
.carousel-inner{
  height: 400px;
}
 

.wa-chat-box-no-text{
  widows: 300px !important;
}

 .uno{
  object-position: 85%;
}
 

.carousel-item .dos, .tres{
  object-position: 82%;
}

  .carousel-inner .carousel-item img {
    height: 60%;
    object-fit: cover; /* Esto asegura que la imagen se ajuste sin perder proporciones */
   
  }
}

#footer{
  margin-top: 3em !important;
}

@media (max-width: 400px){
  .carousel-item .uno{
    object-position: 87%;
  }
   
  .carousel-inner .carousel-item img {
    height: 50%;
    object-fit: cover; /* Esto asegura que la imagen se ajuste sin perder proporciones */
   
  }
  .carousel-item .dos, .tres{
    object-position: 85%;
  
}
.carousel-inner {
  height: 300px; /* Ajusta este valor según el alto deseado */
  
}
}

@media (max-width: 362px){
  .carousel-item .uno{
    object-position: 85%;
  }
   
  .carousel-inner .carousel-item img {
    height: 50%;
    object-fit: cover; /* Esto asegura que la imagen se ajuste sin perder proporciones */
   
  }
  .carousel-item .dos, .tres{
    object-position: 82%;
  }
}

@media (max-width: 336px){
  .carousel-item .uno{
    object-position: 83.5%;
  }
   
  .carousel-inner .carousel-item img {
    height: 47%;
    object-fit: cover; /* Esto asegura que la imagen se ajuste sin perder proporciones */
   
  }
  .carousel-item .dos, .tres{
    object-position: 81%;
  }
}

.wa-chat-box-no-text{
  widows: 300px !important;
}

.dropdown-toggle::after{
  display: none !important;
}

.bx-menu{
  font-size: 3.3em;
  color: #ff914d;
}

.dropdown-toggle{
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  width: 0.5em;
  margin-left: -1em;
  margin-bottom: 0.3em;
}


@media (min-width:648px){
  .container-fluid{
    height: 10em;
    margin-top: 9em;
  }
}
.wwus{
  color: #06408c;
}

.ccn{
   justify-content: center;
   color: #06408c;
   text-align: center;
   font-size: 1.2em;
}

.map-responsive{

  overflow:hidden;

  padding-bottom:56.25%;

  position:relative;

  height:0;

}

.map-responsive iframe{

  left:0;

  top:0;

  height:100%;

  width:100%;

  position:absolute;

}

.primary-navigation{
  margin-top: 7em;
}


nav {
  &.primary-navigation {
    margin: 0 auto;
    display: block;
  justify-content: center;
    padding: 10px 0 0 0;  
    text-align: center;
    font-size: 16px;

    ul li {
      list-style: none;
      margin: 0 auto;
      border-right: 2px solid #ff914d;
      display: inline-block;
      padding: 0 30px;
      position: relative;
      text-decoration: none;
      text-align: center;
      font-family: arvo;
    }

    li a {
      color: black;
      text-decoration: none;
    }

    li a:hover {
      color: #ff914d;
    }

    li:hover {
      cursor: pointer;
    }

    ul li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
padding-left: 0;
      left: 0;
      display: none;
      background: white;
    }

    ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
    }

    ul li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      margin-bottom: 20px;
      border-style: none;
    }

    ul li ul li a:hover {
      padding-left: 10px;
      border-left: 2px solid #ff914d;
      transition: all 0.3s ease;
    }
  }
}

a {

    

    &:hover {
        color: #ffffff;
    }
 
}

 ul li ul li a { transition: all 0.5s ease; }
.top{
  flex-direction: column;
  display: flex;
}

.dl, ol, ul{
  margin-top: 1em !important;
}
@media (max-width:586px){
  .primary-navigation{
    display: none !important;
    
  }
  .bx-menu{
    font-size: 2.7em;
    margin-left: 0.2em;
  }
  
.hidden a .bx{
  font-size: 0.8em;
}
}

#extra-items{
  margin-left: -1.6em;
}

@media (max-width:768px){
  .hidden{
    margin-top: 0.4em !important;
  }
}

.bxs-phone{
  color: white;
  text-decoration: none;
}

.acd{
  height: 20em;
}

.ioi{
  margin-top: 4em;
}

.aboutus{
  margin-top: -3em;
}
@media (min-width:947px){
  .asd{
    margin-left: -2em;
  }
}

.slide img{
  border-radius: 0px;
}

.primary-navigation{
  margin-left: -2em !important;
}

.dev{
  font-size: 0.8em;
  color: rgb(196, 196, 196);
}

.ss{
  color: rgb(196, 196, 196);
  text-decoration: none;
}