body{
  text-align: justify;
}

.contenedor-boton-links{
  display: none;
  position: absolute;
  right: 25px;
  top: 42px;
}


.form-control-dark {
  border-color: black;
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.LogoLinks{
max-width: 100%;
height: auto;
padding: 1.4vw;
}

.Header{
    background-color: black;
    display: flex;
    height: 120px;
    width: 100%;
}

.Links{
    text-decoration: none;
    color: white;
    padding: .5vw;
    padding-bottom: .7vw;
    margin-left: .5vw;
    margin-bottom: 1vw;
    
}

.Links:hover{
    transition: .3s;
    text-decoration: none;
    color: white;
    background-color: rgb(174, 174, 192);
}

.Links:not(:hover) {
    transition: .2s;
}

.marcas{
    max-width: 98%;
    margin-left: 1%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 80px;
}

.fondoMarcas{
  background-color: #f9f9f9;
  width: 100%;
}

.fondoGris{
    background-color: #f9f9f9;
}


.dropdown {
    position: relative;
    display: inline-block;

    text-decoration: none;
    color: white;
    padding: .5vw;
    padding-bottom: .7vw;
    margin-left: .5vw;
    margin-bottom: 1vw;
  }
  
  .dropdown:hover{
    position: relative;
    display: inline-block;

    transition: .3s;
    text-decoration: none;
    color: white;
    background-color: rgb(174, 174, 192);
  }

  .dropdown:not(:hover) {
    transition: .2s;
}

  .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 8px 0;
    margin-top: 4px;
    min-width: 120px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .dropdown-menu li {
    padding: 8px 16px;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  } 

  css responsivo

  .dropdown {
    position: relative;
  }
  
  .dropdown-toggle {
    display: none; /* Oculta el botón en pantallas grandes */
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 8px 0;
    min-width: 120px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  .dropdown-menu li {
    padding: 8px 16px;
  }

  otro css responsivo 

  .links-container {
    display: flex;
    flex-wrap: wrap;
    color: white;
    margin-top: 40px;
  }
  
  .links-container a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .dropdown-content {
    display: none;
  }
  
.footer{
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
  background-color: black;
  color: white;
  display: flex ;
 }

 .cuerpo{
  width: 90%;
  margin-left: 5%;
  padding-top: 40px;
  padding-bottom: 40px;
 }

 .textoyImagen {
  display: flex; 
  flex-direction: row;
}

.Imagentyi {
  order: 1; 
  margin-right: 5vw;
  margin-top: 2vw;
  max-width: 100%;
  height: auto;
}

.Textotyi {
  margin-top: 5vw;
  order: 2; 
}

.carruseltyi {
  margin-top: 5vw;
  order: 3; 
  width: 40vw;
  margin-left: 10%;
}

.carruseltextotyi{
  margin-top: 5vw;
  width: 100%;
}

.ICuadrada {
  width: 18vw;
}


.carrusel {
  position: relative;
  overflow: hidden;
}

.carrusel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.carrusel-item {
  flex: 0 0 auto;
  margin-right: 10px;
}

.carrusel-item img {
  width: 100%;
  height: auto;
}

.mapa{
  max-width: 100%;
  height: 440px;
  margin-bottom: 20px;
}

.contenedorMapa{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 60px;
}

.display{
  display: flex;
  width: 100%;
}

.ContenedorContacto{
  width: 33.3%;
  text-align: center;
}

.CentrarImagenes{
  display: flex;
  justify-content: center;
}

.TituloContactenos{
width: 100%;
display: flex;
justify-content: center;
}

.preBannerTituloContactenos{
  text-align: left;
  width: 90%;
  padding-left: 0vw;
  border-right: 2px solid rgb(3, 214, 3); 
}

.preBannerTextoContactenos{
  text-align: justify;
  width: 40%;
  padding-left: 2%;
  position: relative;
  top: -8px;

}

.preBannerTextoContactenos{
  margin-top: 20px;
  text-align: justify;
  width: 100%;
  margin-left: 0%;
}


.imagenesInicioInfo{
 width: 40vw;
 height: auto;
 padding-top: 20px;
 padding-bottom: 20px;
}

.ImagenYtexto{
  display: flex;
  margin-top: 60px;
  margin-left: 5vw;
}

.botonFormulario{
  text-decoration: none;
  background-color: rgb(230, 8, 8);
  color: white;
  padding: 10px;
  font-size: 3vw;
  border-radius: 11px;
}

.botonFormulario:hover{
  transition: .3s;
  background-color: red;
}

.variosTextos{
  width: 50%;
  margin-top: 10px;
}

.footerContacto{
width: 100%;
margin-top: 20px;
}

.FooterRedes{
  width: 7%;
  margin-top: 20px;
}

.iconoFooter1{
  width: 25.6px;
  margin-bottom: 5px;
}

.iconoFooter1:hover{
  transition: .05s;
 filter: brightness(500%);
 border: 2px solid rgb(255, 255, 255); 
}

.emogi{
  width: 20px;
  height: 14px;
  position: relative;
  top: -1px;
}

.iconoFooter2{
  width: 25.65px;
  position: relative;
  left: 3px;
  top: -3px;
}

.iconoFooter2:hover{
  transition: .05s;
  border: 2px solid rgb(255, 255, 255); 
 }
 
 .titulosFooter{
  font-size: 20px;
  font-weight: bolder;
  color: white;
  text-decoration: none;
 }

 .titulosFooterR{
  font-size: 20px;
  font-weight: bolder;
  color: white;
  text-decoration: none;
 }

 .btnLinks{
   background-color: rgb(114, 112, 112);
 }

 .btnLinks:hover{
  background-color: rgb(99, 97, 97);
 }

  .TituloCarrusel{
    background-color: rgb(114, 112, 112);
    display: inline-block;
    font-size: 4vw;
    padding: 8px;
    float: left;
  }

  .TituloCarruselB{
    background-color: rgb(114, 112, 112);
    display: inline-block;
    font-size: 4vw;
    padding: 8px;
    float: left;
  }


 .TextoCarrusel{
  background-color: black;
  display: inline-block;
  padding: 8px;
  font-size: 1.6vw;
  float: left;
 }

 .ImgCarruselNosotros{
  width: 300px;
  height: auto;
 }

 .carruseltyi3{
   width: 100%;
 }

 .carruseltyi2{
  width: 100%;
}

.carousel-item .d-flex img {
  width: calc(100% / 3); /* Establece el ancho de cada imagen para mostrar tres imágenes al mismo tiempo */
}

.imgGaleriacarrusel {
  width: 30%;
}

.botonServicios{
  text-decoration: none;
  background-color: white;
  border: 2px solid rgb(0, 174, 255); 
  color:rgb(0, 174, 255);
  padding: .8vw;
  font-size: 20px;
}

.botonServicios:hover{
  text-decoration: none;
  background-color: rgb(0, 174, 255);
  border: 2px solid rgb(0, 174, 255); 
  color:white;
  padding: .8vw;
  font-size: 20px;
  transition: .3s;
}

.botonServicios:not(:hover) {
  transition: .2s;
}


.titulo {
  font-size: 40px;
  font-family: 'Dancing Script', cursive;
  margin-bottom: 40px;
  color: #fff;
}

.subtitulo {
  margin: 0;
  color: #000;
  display: inline;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.sabor { 
  color: #fff;
  margin: 7px 0;
  font-size: 50px;
  font-weight: 600;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
  font-family: 'Dancing Script', cursive;
  margin-top: 0;
}

.linea-division {
  width: 80%;
  height: 2px;
  background-color: #36221c;
}

.fixed-toggle-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 13px;
  padding-bottom: 10px;
}

.btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-close::before,
.btn-close::after {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.imagenYAcoderon{
  width: 45%;
  margin-left: 3.5%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.ServiciosImagenes{
  width: 39.9vw;
  height: auto;
  margin-left: 6.7%;
  position: relative;
  left: -6.4%;
}

.linksOcultos{
   text-decoration: none;
   color: rgb(151, 149, 149);
   font-size: 19px;
   text-align: left;
   margin-bottom: 30px;
}

.SeparadorNegro{
  width: 100%;
  height: 18px;
  background-color: #000;
}

.linksOcultos:hover{
  transition: 0.3s;
  text-decoration: none;
  background-color:  rgb(151, 149, 149);;
  color: white;
  padding: .6vw;

}

.accordion-item{
  margin-top: 10px;
}

  .ocultar600{
    width: 100%;
  }

  .NosotrosCarruselTexto{
    display: flex;
  }

  .desocultar600{
    display: none;
  }

  .desocultar600G{
    display: none;
  }

  .desocultar300{
    display: none;
  }

  .desocultar900{
    display: none;
  }

  .contenedorconosRedes2{
    display: none;
  }

  .contenedorconosRedesIn{
    margin-left: .4vw;
  }


  @media (max-width: 1100px) {
    .NosotrosCarruselTexto{
      display: block;
    }

    .Imagentyi {
      order: 1; 
      max-width: 100%;
      height: auto;
    }
  
    .carruseltyi {
      margin-top: 5vw;
      order: 3; 
      width: 60%;
      margin-left: 0%;
      margin: 0 auto;
    }
  }

  @media (max-width: 958px) {

     .contenedorconosRedesIn{
      margin-left: 2.3vw;
    }
  }

@media (max-width: 955px) {

  .textoyImagen {
    flex-direction: column;
    align-items: center; /
  }

  .carruseltextotyi{
    margin-top: 5vw;
    width: 100%;
  }

  .ContenedorContacto{
    width: 100% !important;
  }

  .links-container a {
    display: none;
  }

  .contenedor-boton-links{
   display: block;
  }

  .TituloCarrusel{
    font-size: 5vw;
  }

  .TituloCarruselB{
    font-size: 5vw;
  }

 .TextoCarrusel{
  font-size: 2vw;
 }

}

@media (max-width: 900px){

  .contenedorconosRedesIn{
    margin-left: .5vw;
  }

  .ocultar900{
    display: none;
  }

  .desocultar900{
    display: block;
  }


  .iconoFooter1{
    margin-left: 2vw;
  }

  .iconoFooter2{
    margin-left: 2vw;
  }
}

@media (max-width: 745px) {

  .preBannerTituloContactenos{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid rgb(3, 214, 3); 
    border-right: none; 
  }

  .display{
    flex-direction: column;
    align-items: center; 
  }
  
  .ImagenYtexto{
    margin-left: 0vw;
  }

  .imagenYAcoderon{
    width: 90%;
    margin-left: 0%;
  }
  
  .ServiciosImagenes{
    width: 78.73vw;
    height: auto;
    margin-left: 6.6%;
    position: relative;
    left: -6.4%;
  }

  .TituloCarrusel{
    font-size: 5.8vw;
  }

  .TituloCarruselB{
    font-size: 5.8vw;
  }

 .TextoCarrusel{
  font-size: 2.5vw;
 }

 .imagenesInicioInfo{
  width: 90%;
  margin-left: 5%;
 }

 .ImagenYtexto{
  flex-direction: column;
  align-items: center;
  display: block;
}

.variosTextos{
  width: 90%;
  margin-left: 5%;
}

.carruseltyi {
  width: 80%;
}

}

@media (max-width: 600px) {

  .contenedorconosRedes2{
    display: block;
  }

  .titulosFooterR{
    display: none;
   }

  .contenedorconosRedes{
    display: none;
  }

  .contenedorconosRedesIn{
    display: none;
  }

  .desocultar900{
    display: none;
  }

  .desocultar600{
    display: block;
  }

  .desocultar600G{
    display: block;
  }


  .ocultar600{
    display: none;
  }

  .contenedorIconosRedes{
    width: 100%;
    display: flex;
  }

   .iconoFooter1{
    margin-top: 3px;
  }
  
  .iconoFooter2{
    margin-top: 3px;
    margin-left: -2px;
  }

  .ICuadrada {
    width: 140px;
  }

  .mapa{
    width: 85vw;
    height: 55vw !important;
  }

  .TituloCarrusel{
    font-size: 5vw;
  }

  .TituloCarruselB{
    font-size: 5vw;
    margin-left: 20vw;
  }

 .TextoCarrusel{
  display: none;
 }
}


@media (max-width: 378px){
  .desocultar600{
    display: none;
  }

  .desocultar300{
    display: block;
  }

  .contenedor-boton-links{
  position: relative;
  margin-left: 34px;
  top: -5px;
  }
}

.LogoIngles{
  width: 258px;
  margin-left: 15px;
}