body {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, ;
    margin: 0;
    padding: 0;
    color: black;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0 0 0 / .3)),url(img/5.jpeg) ;
    
    
}

header {
  display:flex;
  background-color:white;
  color: black;
  padding: .6rem 0;
    width: 100%;
    text-align: center;
    position: fixed;
    top:0 ;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width:90%;
    margin: 0 auto;
}

.logo img {
  height: auto; /* Adjust this value as needed */
  width: 30%;
  margin-right:350px;
  padding:2% ;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin: 0 1rem;
}

nav ul li a {
    color: #ff6347;
    text-decoration: none;
    font-weight:540;
    transition: color 0.3s;
    font-size: 16px;
    animation:slideTop .5s ease forwards ;
    opacity: 0;
    animation-delay: calc(.2s*var(--clr));

}
@keyframes slideTop{
  0%{
      transform: translatey(-100px);
      opacity: 1;
  }
  100%{
      transform:translatey(0) ;
      opacity: 1;
  }
}
nav ul li a:hover {
    color: black; /* Tomato color */
}

section {
    
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: white;
    
}

  
  
#inicio {
font-family:'Segoe UI', Roboto,;
background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0 0 0 / .3)),url(img/portada17.webp) ;
color:#f34627 ;
padding-bottom: 10rem ;
padding-top:2rem ;
width: 100%;
height: 100%;

}

#inicio h1 {
    font-family: 'Segoe UI', Roboto,;
    font-size:4rem;
    color: #f34627;
    padding-top: 6rem;

}

#inicio p {
    font-size: 1.4rem;
    color: white;
    padding: 15px 25px;
    margin: 3%;
    font-family: 'Times New Roman', Times, serif;

}
.boton-blanco{
background-color: #ff6347;
color: #f4f4f4;
display: inline-block;
padding: 15px 35px;
margin: 1%;
font-size: 18px;
font-weight: bold;
border: none;
border-radius: 5px;
text-decoration: none;
text-align: center;
transition: background-color 0.3s, transform 0.3s;

}

#nosotros h2{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #ff6347;
  
}
#nosotros {
  color: white;
  padding-top: 100px;
  padding-bottom:100px;
  border-radius: 0px;
 
}

.mision-vision {
  display:flex;
  justify-content:center;
  align-items: flex-start;
  gap: 3rem;
  margin:8rem;
  width: 80%;
  padding-bottom: 100px;

}

.mision {
  flex: 2;
  padding-bottom:3rem;
  padding-top: 3rem;
  border-radius: 5px;
  background-image: linear-gradient(rgba(0  0 0 / .4),rgba(0, 0, 0, 0.8)),url(img/mision2.webp);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.vision{
  flex: 2;
  padding-bottom:3rem;
  padding-top: 3rem;
  border-radius: 5px;
  background-image: linear-gradient(rgba(0  0 0 / .4),rgba(0, 0, 0, 0.8)),url(img/vision5.webp);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.mision h3, .vision h3 {
  color: white; /* Tomato color */
  font-size: 2rem;
  
}

.mision p, .vision p {
  color: white; /* Tomato color */
  font-size: 1.2rem;
  padding: 25px;
  
  
}
#subtitulo h2{
  color: #fa7900;
}

.about-us .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  
  
  
}
.about-us .images {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  
}

#nosotros img{
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-us .historical-image {
  max-width: 40%;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave para dar profundidad */
  transition: transform 0.3s ease; /* Efecto de transición suave al hacer hover */
  background-color: #f34627;

  
}

.about-us .text {
  width: 75%; /* Ocupa todo el ancho de la página */
  text-align: center;
  font-size: 20px; /* Ajusta el tamaño de la fuente aquí */
  padding:  0; /* Añade un poco de espacio a los lados */
  color: black;
}
.about-us{
  background-color:whitesmoke;
  padding-top:50px;
  padding-bottom: 50px;
}

#subtitulo h2{
  color: #fa7900;
}
#servicios {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: white;
  /*background-image:linear-gradient(rgba(0  0 0 / .8),rgba(0, 0, 0, 0.8)),url(img/portada-servicios4.jpeg);*/
  padding-bottom: 0;
  padding-top: 4%; 
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 90px 10px;
  height: 10%;
  border-radius: 0px;
}
#servicios h2{
  padding-top:50px;
  color: #ff6347;
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
}
#servicios img{ 
  width: 300px;
  height: 250px;
}

.artista {
  position:relative;
  display: inline-block;
    background-color:white;
    margin-bottom: 12%;
    padding-bottom: 50px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 50%;
    border-radius: 10px;
    justify-content: space-around;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.artista:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    
}


.artista img {
    width: 250px;
    height: 250px;
    border-radius: 0%;
    object-fit: cover;
    padding:35px;
}


#artistas h2{
  color:black
}
.artista h3 {
    font-size: 1.2rem;
    color:#ff6347;
    font-family: 'Times New Roman', Times, serif;
}

.artista p {
    font-size: 0.9rem;
    color: #ffffff;
}

.download-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6347; /* Color de fondo del botón */
  color: white; 
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin-top:50px ;
  margin-bottom: 100px;
}

.download-button:hover {
  background-color: black; 
}

.medidas-bloque {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
padding-top:10px;
}

.medidas-bloque p {
  margin: 0 0; /* Espaciado entre las líneas de medidas */
  color: #f34627;
}

.medidas-bloque strong {
  color: #333;
}

.clients {
    padding: 100px 20px;
    background-color: #ece9e9fa;
    text-align: center;
    max-width:97% ;
}

.clients h2 {
    margin-bottom: 50px;
    font-size: 40px;
    color:#ff6347 ;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.carousel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    
}

.client {
    flex: 0 0 30%;
    box-sizing: border-box;
    padding: 10px;
    
}

.client img {
    max-width: 70%;
    height: auto;
    border-radius: 5px;
    padding-right:350px ;
    padding-left: 60px;
    align-items: center;
    
}

.client p {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: black;
    border: none;
    padding: 20px;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
    font-size: 30px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


.arte-item video {
  
  max-width:400px;
  height: 350px;
  object-fit: cover;
}



#galeria {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  margin: 0;
  background-color: white;
}

.gallery-container {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.gallery-item {
  flex: 1;
  overflow: hidden;
  height: 500px; /* Ajusta la altura según tus necesidades */
  position: relative;
  transition: all 0.5s ease; /* Transición para suavizar el cambio */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.gallery-item:hover {
  z-index: 2; /* Eleva la imagen para que esté por encima de las demás */
  flex-grow: 1.8; /* Expande el contenedor del item */
}

.gallery-item:hover img {
  opacity: 1;
  transform: scale(1.2);
  filter: contrast(120%);
  width: 300px;
}

#galeria h2{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 45px;
  color: #ff6347;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000;  
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.9); 
  padding: 10px;
}

.modal-content {
  margin: auto;
  display: block;
  height: auto;
  width: auto;
  height: 100%;
  max-width: 100%;
  padding-top: 0px;
}

.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.responsabilidad-ambiental-seccion  {
  
  background-color: whitesmoke; /* Fondo de la sección */
}

.responsabilidad-ambiental-container {
  display: flex;
  align-items: center;
  max-width: 90%;
  padding-left:150px;
  padding-right:50px ;
  padding-bottom: 100px;
  background-color:whitesmoke; /* Fondo del contenedor */
  
  
}

.responsabilidad-ambiental-texto {
  flex: 1;

}

.responsabilidad-ambiental-seccion h2 {
  font-size: 45px;
  padding-top: 150px;
  padding-bottom: 10px;
  color:#ff6347;
  background-color: whitesmoke;
  font-family:Arial, Helvetica, sans-serif;
}

.responsabilidad-ambiental-container .responsabilidad-ambiental-texto p {
  font-size: 22px;
  color:black ;
  padding-bottom: 30px;
  
}

.responsabilidad-ambiental-imagen {
  flex: 1;
}

.responsabilidad-ambiental-imagen img {
  max-width: 70%;
  height: auto;
  border-radius: 8px;
}
.seccion-direcciones {
  
  background-color: white; /* Color de fondo para la sección */
  
}
.contenedor1 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 10px;
  background-color: white;
  text-align: center;
  padding-bottom: 0px;
  border-top:#333;
  margin-bottom:100px ;
  margin-top: 100px;
}

.contenedor1 .texto h2 {
  
  font-size: 40px;
  color: #ff6347;
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
}

.contenedor1 .texto p {
  font-size: 22px;
}

.imagen {
  flex: 1;
  max-width: 50%;
  height: 400px;
  border-radius:10px;
  
  padding-left: 0px;
}

.texto {
  flex: 1;
  max-width: 100%;
}

#contacto {
  margin:0px;
  padding-top: 100px;
  padding: 10%;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  background-color: whitesmoke;
  background: linear-gradient(rgba(0 0 0 / .8),rgba(0 0 0 / .8)),url(img/vision3.webp);
}

#contactenos{
  display:flex;
  justify-content: center;
  align-items: center;
  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top:0px ;
  
}
#contacto .container {
  display:grid;
  grid-template-columns: repeat(2,50%);
  padding: 0px;
  gap:10px;
  width: 97%;

  
}

.box-info {
  color:#fff;
  display:flex;
  flex-direction: column;
  gap:50px;
}

.box-info > h2 {
  text-align: left;
  letter-spacing: 5px;
color:white;
margin-top: 0;

}

.data {
  display: flex;
  flex-direction: column;
  gap:25px
}

.data > p {
  font-size: 1rem;
  align-items: flex-start;
}

.data > p > i {
  color:#ff6347;
  margin-right: 10px;
  font-size:25px;
}



.links {
  display:flex;
  gap:15px;
}

.links > a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  background:#ff6347;
  text-align: center;
  transition: .1s;
}

.links > a > i {
  color:white;
  line-height: 40px;
  font-size: 20px;
}

form {
  display:flex;
  flex-direction: column;
  text-align: center;
  gap:15px;
}

.input-box {
  position:relative;
}

.input-box > input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  outline:none;
  background: rgba(255 255 255 / .1);
  border:3px solid transparent;
  letter-spacing: 1px;
  transition:.3s;
  color:#fff;
  
}

.input-box > input::placeholder,
.input-box > textarea::placeholder {
  color:#a3a3a3;
  
}

.input-box > input:focus::placeholder,
.input-box > textarea:focus::placeholder {
  color:transparent;
}

.input-box > input:focus,
.input-box > textarea:focus {
    border-bottom:3px solid #ff6347;
  animation: shake .2s;
}

.input-box > textarea {
  width: 100%;
  height: 130px;
  padding: 10px;
  background: rgba(255 255 255 / .1);
  border:3px solid transparent;
  letter-spacing: 1px;
  outline: none;
  transition:.3s;
  color:white;
  letter-spacing: 1.5px;
}


.input-box > i {
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right: 10px;
  
  transition: .3s;
}

.input-box > input:focus ~ i {
  color:#ff6347;
}

form > button {
  width: 105%;
  padding: 10px;
  outline: none;
  background:#ff6347;
  color:white;
  border:none;
  transition: .1s;
  cursor: pointer;
  font-size: 1rem;
}

form > button:hover,
.links > a:hover {
  background: black;
}

#contacto p{
  color:white;
  text-align: justify;
}
.redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 2% 0;
}

.redes > a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
}

.redes > a > i {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}




.footer-section {
background: black;

width: 100%;
text-align: center;
margin-top: 0;
}
.footer-content p{
  color: #f4f4f4;
  
}
.menu-icon {
  display: none;
  cursor: pointer;
  font-size: 1.5rem;

  z-index: 1000; /* Asegura que el icono quede encima del menú */
}

.mobile-nav {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color:white;
  width: 50%;
  position: absolute;
  top: 0px;
  z-index: 999;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.mobile-nav ul li {
  margin: 0;
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav ul li a {
  color:#ff6347 ;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  
  
}

.floating-icons {
  position: fixed; /* Fija la posición en la pantalla */
  bottom: 18px; /* Ajusta la distancia desde la parte inferior */
  right: 10px; /* Ajusta la distancia desde la parte derecha */
  display: flex; /* Utiliza flex para alinear los íconos */
  gap: 10px; /* Espacio entre los íconos */
  flex-direction: column; /* Alinea los íconos en columna (uno encima de otro) */
}

.floating-icon {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Necesario para elementos flexibles */
  background-color:#ff6347; /* Fondo del ícono */
  color: white; /* Color del ícono */
  border-radius: 50%; /* Hace que el ícono sea circular */
  padding: 15px; /* Espacio alrededor del ícono */
  font-size: 23px; /* Tamaño del ícono */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Sombra para dar efecto de flotante */
  transition: background-color 0.3s, transform 0.3s; /* Transiciones suaves */
}

.floating-icon:hover {
  background-color: black; /* Color de fondo al pasar el ratón por encima */
  transform: scale(1.1); /* Aumenta el tamaño al pasar el ratón por encima */
}

span{
  color: #ff6347;
}





/*.medidas-horizontal::before, .medidas-horizontal::after {
  content: '';
  position: absolute;
  height: 2px;
  background: black;
  top: 50%;
  transform: translateY(-50%);
}





.medidas-horizontal::before,
.medidas-horizontal::after {
  content: '';
  position: absolute;
  height: 2px;
  background: black;
  top: 50%;
}

.medidas-horizontal::before {
  left: -50px; 
  width: 50px; 
}

.medidas-horizontal::after {
  right: -50px;
  width: 50px; 
}


.medidas-vertical::before,
.medidas-vertical::after {
  content: '';
  position: absolute;
  width: 2px;
  background: black;
  left: 50%;
  transform: translateX(-50%);
}

.medidas-vertical::before {
  top: -50px; 
  height: 50px; 
}

.medidas-vertical::after {
  bottom: -50px; 
  height: 50px; 
}


.medidas-horizontal,
.medidas-vertical {
  position: absolute;
  background-color: white;
  padding: 2px 5px;
  font-size: 12px;
  border: 1px solid black; 
  z-index: 10;
}


.medidas-horizontal {
  top: 5px; 
  left: 50%;
  transform: translateX(-50%);
}

.medidas-vertical {
  left: 5px; 
  top: 30%;
  transform: translateY(-50%) rotate(0deg);
}
*/

@media (max-width: 1200px) {
  .gallery-item {
      flex: 1 1 45%;
  }
  header {
    justify-content: space-between;
  }

  .header-content {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    align-items:center ;
    padding-left: 0;
    flex-direction: row;
  }
  .about-us .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us .images {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.about-us .historical-image {
    max-width: 100%;
    margin: 0 10px;
}

.about-us .text {
    text-align: center;
    max-width: 800px;
}


  .menu-icon {
    display: flex;
    color: #ff6347;
    padding-right: 45px;
    padding-top: 15px;
    align-items: center;
  }
.mobile-nav{
            display: none;
            position: fixed;
            top: 8%;
            left: 50%;
            height: 100vh;
            width: 50%;
            background-color:white;
            flex-direction: column;
            justify-content:start;
            align-items: center;
            padding-top: 0;
}
.mobile-nav a{
          display: block;
            
          
            text-align: center;
            text-decoration: none;
            transition: 0.5s;
            

}
.mobile-nav.active {
    display: block; /* Mostrar el menú cuando esté activo */
}

  .header-content nav {
    display: none;
  }
  
  .logo {
    width: 500px;
    padding-left: 10px;
  }

  #inicio h1 {
    margin-top: 20%;
    font-size: 4rem;
    padding-top: 7rem;
  }

  .contenedor h1 {
    font-size: 12px;
  }

  .mision h3, .vision h3, .artista h3 {
    font-size: 1.4rem;
  }

  .mision-vision {
    width: 70%;
    padding-left: 0;
    padding: 0;
  }

  .clients {
    width: 95%;
    padding-top: 80px;
  }

  .client img {
    width: 60%;
    padding-right: 150px;
    padding-left: 40px;
  }

  #contacto h1 {
    font-size: 2.5rem;
  }
  .responsabilidad-ambiental-seccion h2,
  .contenedor1 h2 {
    font-size: 38px;
  }

  .responsabilidad-ambiental-container,
  .contenedor1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imagen {
    height: 500px;
  }

  .footer-section {
    text-align: center;
  }
  .about-us .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px; /* Añadir padding para evitar que el contenido toque los bordes en pantallas pequeñas */
}

.about-us .images {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap; /* Permite que las imágenes se ajusten en filas adicionales en pantallas pequeñas */
}

.about-us .historical-image {
    max-width: 100%;
    margin: 10px; /* Añadir margen para evitar que las imágenes se junten demasiado en pantallas pequeñas */
}

.about-us .text {
    text-align: center;
    max-width: 800px;
    width: 100%; /* Permite que el texto ocupe todo el ancho disponible */
}

}
@media screen and (max-width: 768px) {
  
  
  header {
    
    justify-content: space-between;
   
}
.header-content {
  
 display: flex;
 max-width: 80%;
 padding-left:0px ;
}

  .menu-icon {
    display:block;
    color: #ff6347;
    padding-right: 55px;
    padding-top: 10px;
    
   }
.mobile-nav{
            display: none;
            position: fixed;
            top: 8%;
            left: 50%;
            height: 100vh;
            width: 50%;
            background-color:white;
            flex-direction: column;
            justify-content:start;
            align-items: center;
            padding-top: 0;
}
.mobile-nav a{
          display: block;
            
          
            text-align: center;
            text-decoration: none;
            transition: 0.5s;
            

}
.mobile-nav.active {
    display: block; /* Mostrar el menú cuando esté activo */
}

  .header-content nav {
    display: none;
  }
  
  .logo{
    width: 700px;
    padding-left: 15px;
  }
  #inicio{
    background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0 0 0 / .5)),url(img/vision5.webp) ;
  }
  
  #inicio h1 {
    margin-top: 30%;
    font-size: 3rem;
    padding-top: 9rem;
  }
  .contenedor h1{
    font-size: 10px;
  }
  .mobile-nav ul {
    flex-direction: column;
    width: 100%;
  }
  #nosotros h1{
    font-size: 3 rem;
  }
  .mision h3, .vision h3, .artista h3 {
    font-size: 1.2rem;
  }
  .header-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #nosotros{
    padding-top: 200px;
  }
  .about-us{
    width: 100%;
    padding-top: 200px;
    
  }
  .content {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    
    
    
  }
  .content img{
    align-items: center;
  }
  .boton-blanco{
    margin-top: 35%;
  }
  .mision-vision {
    flex-direction: column;
    width: 80%;
    align-items: center;
  }
  #servicios h1{
    padding-top: 200px;
  }
  .artista{
    padding-top:50px ;
  }
.download-button {
    font-size: 14px;
    padding: 8px 16px;
  }
  #contacto .container { 
    grid-template-columns: 100%;
    margin-left: 1px;
  }

  form > button {
    width: 110%;
  }

  .footer-section {
    
    text-align: center;
  }

  /* Additional rules for screens smaller than or equal to 768px */
  .artista{
    margin-top:  65px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .artista img {
    width: 100px;
    height: 100px;
  }
  #arte{
      margin-top:90px;
  }
#arte h2 {
    display:none;
}
  .arte-item img {
    width: 200px;
    height: 200px;
  }
  .responsabilidad-ambiental-container {
    flex-direction: column;
  }

  .contenedor1 {
    flex-direction: column;
    gap: 50px;
  }

  .imagen {
    max-width: 70%;
    height: auto;
  }

  .responsabilidad-ambiental-seccion h2,
  .contenedor1 h2 {
    font-size: 35px;
  }
#contacto{
  background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0 0 0 / .8)),url(img/4.webp) ;
}
  #contacto h1{
    font-size: 2rem;
    text-align:center;
    margin-top:90px ;
  }
  #contacto p{
    color:white;
    text-align: center;
    margin-top: 3px;
  }
  .links {
    display:none;
  }

  #contacto .container {
    width: 90%;
  }



 .contenedor-arte{
     margin-top:10px;}
     
.client img{
  
  width:70% ;
  
  
 }

.client {
  flex: 0 0 32%;
  max-width: 48%; /* Dos clientes por fila en pantallas más pequeñas */
  
}
.prev, .next {
  display: none;
}
}
     
 @media (max-width: 576px) {

  .floating-icon {
    font-size: 18px;
  }
  .gallery-item {
      flex: 1 1 100%;
  }
  .logo {
      width: 600px;
  }
  header {
    display: flex;
    position: fixed;
    padding: 20px;
  }
  .menu-icon {
    display: block;
    width: 100%;
    padding-left:20px ;
    padding-top: 10px;
  }
  .header-content nav {
    display: none;
  }
  .header-content {
    display: flex;
    justify-content: space-between;
  }
  .logo {
    display: block;
    align-items: end;
  }
  #arte {
    margin-top: 90px;
  }
  .arte-item {
    margin: 0.5rem;
    padding: 0.5rem;
    border: 0.5px solid #ccc;
    background: #fff;
    text-align: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    margin-top: 30%;
  }
  .artista {
    margin-top: 65px;
    align-items: center;
  }
  .artista img {
    width: 100px;
    height: 100px;
  }
  .arte-item img {
    width: 220px;
    height: 220px;
  }
  .arte-item video {
    max-width: 250px;
    height: 200px;
  }
  #inicio h1 {
    margin-top: 70px;
    font-size: 3rem;
    padding-top: 9rem;
  }
  .contenedor h2 {
    font-size: 10px;
  }
  .mobile-nav ul {
    flex-direction: column;
    width: 100%;
  }
  #nosotros h2 {
    font-size: 3rem;
  }
  .about-us img {
    height: 100px;
    width: 100px;
  }
  .about-us {
    max-width: 100%;
   
  }
  .mision-vision {
    flex-direction: column;
    margin: 1rem 1rem;
    width: 100%;
    align-items: center;
    padding: 5px;
  }
  #nosotros .mision h3  {
    font-size: 2rem;
  }
  #nosotros .vision h3{
    font-size: 2rem;
  }
  #nosotros .mision p{
    font-size: 18px;
    line-height: 1.5;
  }
  #nosotros .vision p{
    font-size: 18px;
    line-height: 1.5;
  }

  .about-us .content .text p {
    font-size: 15px;
    line-height: 1.5;}

  .clients{
    width: 91%;
    padding-top: 100px;
  }
  .client {
    flex: 0 0 100%;
    padding: 5px;
  }
  .client img {
    max-width: 50%;
  }
  .client p {
    font-size: 0.9rem;
  }
  .boton-blanco {
    margin-top: 35%;
  }
  .mision-vision {
    flex-direction: column;
    margin-top: 80px;
  }
  
  .download-button {
    font-size: 18px;
    padding: 15px 12px;
    width: 80%; /* El botón ocupa todo el ancho de la pantalla */
  }
  #contacto .container {
    grid-template-columns: 100%;
    margin-left:0 ;
  }
  form > button {
    width: 110%;
  }
  #arte h2 {
    display: none;
  }
  .artista {
    margin-top: 65px;
    margin-left: 1px;
    margin-right: 1px;
  }
  
  .arte-item img {
    width: 220px;
    height: 220px;
  }
  .arte-item video {
    max-width: 250px;
    height: 200px;
  }
  .responsabilidad-ambiental-seccion h2 {
  font-size: 25px;
}
#galeria .responsabilidad-ambiental-texto p{
        font-size: 15px;
        line-height: 1.5;
      }
  .contenedor1 h2 {
    font-size: 32px;
  }

  .imagen {
    max-width: 80%;
  }

  .contenedor1 {
    gap: 30px;

  }
  .contenedor1 .texto p{

    font-size: 18px;
    line-height: 1.5;

  }

 .responsabilidad-ambiental-container,
  .contenedor1 {
    padding-left: 10px;
    padding-right: 10px;
  }


  #contacto h2 {
    font-size: 2rem;
    text-align: center;
    margin-top: 90px;
    color: white;
  }
  #contacto p {
    color: white;
    text-align: center;
    margin-top: 3px;
  }
  .links {
    display: none;
  }
  #contacto .container {
    width: 90%;

  }
  .footer-section {
    max-width: 90%;
    padding: 22px;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .modal-content {
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 0%;
  }
  .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  .close {
    position: absolute;
    top: 10px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
}

@media screen and (max-width: 430px) {

    body {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    }
  
header{
  display: flex;
  position: fixed;
  padding: 20px;
}
  .menu-icon {
    display: block;
    width: 100%;
    
  }
  .header-content nav {
    display: none;
}
.header-content{
  display: flex;
  justify-content: space-between
}
.logo {
  display: block; 
 align-items: end;
}


#arte{
      margin-top:90px;
  }
.arte-item {
  margin: .5rem;
  padding: .5rem;
  border: .5px solid #ccc;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 30%;
}
 
  .artista{
    margin-top:  65px;
    align-items: center;
  }
  .artista img {
      width: 50px;
      height: 50px;
  }
 
 .contenedor-arte{
     margin-top:10px;}
     
 
  .arte-item img {
      width: 220px;
      height: 220px;}

    .arte-item video {
  
        max-width: 250px;
        height: 200px;
   }

  #inicio h1 {
    margin-top: 70px;
        font-size: 3rem;
        padding-top: 9rem;
    }
  .contenedor h2{
    font-size: 10px;
  }
  .mobile-nav ul {
      flex-direction:column;
      width: 100%;
    }
    #nosotros h2{
      font-size: 3 rem;
    }

    .about-us img{ 
      height:100%;
      width: 100%;
      
    }
      
    #galeria .responsabilidad-ambiental-seccion h2{
      font-size: 35px;
    }
      .about-us{
        max-width: 100%;
        display:block;
      }
  .mision-vision{
    flex-direction: column;
    width: 90%;
    align-items: center;
    
    
    
  }
  .mision h3, .vision h3, .artista h3 {
      font-size: 1rem;
  }
  .header-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .clients{
    max-width: 95%
    
    }
  
  
.client {
    flex: 0 0 100%; /* 1 elemento por fila en pantallas pequeñas */
    padding: 5px;
}

.client img {
    max-width: 70%; /* Ajustar el tamaño de la imagen */
}

.client p {
    font-size: 0.9rem; /* Ajustar el tamaño del texto */
}

  .boton-blanco{
    margin-top: 35%;
  }
  .mision-vision {
      flex-direction: column;
      margin-top: 80px;
  }

  #contacto .container {
      
    grid-template-columns: 100%;
    margin-left: 0px;
}

  form > button {
      width: 110%;
  }

  

  #arte h2 {
    display:none;
}
  .artista{
    margin-top:  65px;
    margin-left:25px;
    margin-right:25px;
  }
  .artista img {
      width: 150px;
      height: 150px;
  }

  .arte-item img {
      width: 220px;
      height: 220px;}

    .arte-item video {
  
        max-width: 250px;
        height: 200px;
        
      }
  

  .imagen {
    max-width: 90%;
  }
    #contacto h2{
      font-size: 2rem;
      text-align:center;
      margin-top:90px ;
      color: white;
    }
    #contacto p{
      color:white;
      text-align: center;
      margin-top: 3px;
    }
    .links {
      display:none;
    }
    #contacto .container {
        width: 90%;
  }
  .footer-section{
    max-width: 90%;
    
  }
  .modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); 
  }
  
  .modal-content {
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding-top: 45%;
    
  }
  
  .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
}
@media screen and (max-width: 390px) {

  body {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  header {
      display: flex;
      position: fixed;
      padding: 20px; /* Ajustar padding */
      
  }

  .menu-icon {
      display: block;
      width: 100%;
  }

  .header-content nav {
      display: none;
  }

  .header-content {
      display: flex;
      justify-content: space-between;
      
  }

  .logo {
      display: block; 
      align-items: end;
      
  }

  #arte {
      margin-top: 85px; /* Ajustar margen */
  }

  .arte-item {
      margin: 0.4rem;
      padding: 0.4rem;
      border: 0.5px solid #ccc;
      background: #fff;
      text-align: center;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      margin-top: 38%;
  }

  .artista {
      margin-top: 60px;
      align-items: center;
      
      
  }

  .artista img {
      width: 45px;
      height: 45px;
      padding: 0;
  }

  .contenedor-arte {
      margin-top: 10px;
  }

  .arte-item img {
      width: 210px;
      height: 210px;
  }

  .arte-item video {
      max-width: 240px;
      height: 190px;
  }

  #inicio h1 {
      margin-top: 65px;
      font-size: 2.8rem; /* Ajustar tamaño de la fuente */
      padding-top: 8.5rem;
  }

  .contenedor h2 {
      font-size: 10px;
  }

  .mobile-nav ul {
      flex-direction: column;
      width: 100%;
  }

  #nosotros h2 {
      font-size: 2.8rem;
  }

  .about-us img { 
      height: 100%;
      width: 100%;
  }

  .about-us {
      max-width: 100%;
      display: block;
  }

  .mision-vision {
      flex-direction: column;
      width: 90%;
      align-items: center;
  }

  .mision h3, .vision h3, .artista h3 {
      font-size: 1.2rem;
  }

  .header-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
  }

  .clients {
      max-width: 95%;
  }

  .client {
      flex: 0 0 100%;
      padding: 5px;
  }

  .client img {
      max-width: 70%; /* Ajustar el tamaño de la imagen */
  }

  .client p {
      font-size: 0.9rem; /* Ajustar el tamaño del texto */
  }

  .boton-blanco {
      margin-top: 35%;
  }

  .mision-vision {
      flex-direction: column;
      margin-top: 75px;
  }

  #contacto .container {
      grid-template-columns: 100%;
      margin-left: 1px;
  }

  form > button {
      width: 110%;
  }


  .artista {
      margin-top: 60px;
      margin-left: 22px;
      margin-right: 22px;
  }

  .artista img {
      width: 145px;
      height: 145px;
  }

  .arte-item img {
      width: 210px;
      height: 210px;
  }

  .arte-item video {
      max-width: 240px;
      height: 190px;
  }

  #contacto h2 {
      font-size: 2rem;
      text-align: center;
      margin-top: 85px;
      color: white;
  }

  #contacto p {
      color: white;
      text-align: center;
      margin-top: 3px;
      font-size: 15px;
  }

  .links {
      display: none;
  }

  #contacto .container {
      width: 90%;
  }

  .footer-section {
      max-width: 90%;
      padding: 20px;
  }

  .modal {
      display: none; 
      position: fixed; 
      z-index: 1000; 
      left: 0;
      top: 0;
      width: 100%; 
      height: auto; 
      overflow: auto; 
      background-color: rgba(0,0,0,0.9); 
  }

  .modal-content {
      margin: auto;
      display: block;
      height: auto;
      width: 100%;
      height: 100%;
      max-width: 100%;
      padding-top: 50%;
  }

  .modal-content {
      -webkit-animation-name: zoom;
      -webkit-animation-duration: 0.6s;
      animation-name: zoom;
      animation-duration: 0.6s;
  }
}
#responsabilidad-ambiental-seccion h2{
  font-size: 10px;
}
.contenedor1 h2 {
  font-size: 28px;
}
.imagen {
  max-width: 100%;
}


/* Para pantallas de 320px o menos */


@media screen and (max-width: 320px) {

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header {
        display: flex;
        position: fixed;
        padding: 15px; /* Reducir padding para pantallas más pequeñas */
    }

    .menu-icon {
        display: block;
        width: 100%;
    }

    .header-content nav {
        display: none;
    }

    .header-content {
        display: flex;
        justify-content: space-between;
    }

    .logo {
        display: block; 
        
    }
    .artista {
        margin-top: 50px;
        align-items: center;
    }

    .artista img {
        width: 40px;
        height: 40px;
    }

    .contenedor-arte {
        margin-top: 8px;
    }

    

    #inicio h1 {
        margin-top: 55px;
        font-size: 2.2rem; /* Ajustar tamaño de la fuente */
        padding-top: 7.5rem;
    }

    .contenedor h2 {
        font-size: 8px;
    }

    .mobile-nav ul {
        flex-direction: column;
        width: 100%;
    }

    #nosotros h2 {
        font-size: 2rem;
    }

    .about-us img { 
        height: 100%;
        width: 100%;
    }

    .about-us {
        max-width: 100%;
        display: block;
    }

    .mision-vision {
        flex-direction: column;
        width: 90%;
        align-items: center;
    }

    .mision h3, .vision h3, .artista h3 {
        font-size: 1rem;
    }

    .header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .clients {
        max-width: 87%;
    }

    .client {
        flex: 0 0 100%;
        padding: 0px;
        
    }

    .client img {
        max-width: 60%; /* Ajustar el tamaño de la imagen */
    }

    .client p {
        font-size: 0.8rem; /* Ajustar el tamaño del texto */
    }

    .boton-blanco {
        margin-top: 40%;
    }

    .mision-vision {
        flex-direction: column;
        margin-top: 70px;
    }

    #contacto .container {
        grid-template-columns: 100%;
        margin-left: 1px;
    }

    form > button {
        width: 110%;
    }

    #arte h2 {
        display: none;
    }

    .artista {
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .artista img {
        width:0px;
        height: 0px;
        padding: 0;
    }

    .arte-item img {
        width: 190px;
        height: 190px;
    }

    .arte-item video {
        max-width: 230px;
        height: 170px;
    }

    #contacto h2 {
        font-size: 1.8rem;
        text-align: center;
        margin-top: 80px;
        color: white;
    }

    #contacto p {
        color: white;
        text-align: center;
        margin-top: 3px;
    }

    .links {
        display: none;
    }

    #contacto .container {
        width: 90%;
    }

    .footer-section {
        max-width: 90%;
        padding: 18px;
    }

    .modal {
        display: none; 
        position: fixed; 
        z-index: 1000; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto; 
        background-color: rgba(0,0,0,0.9); 
    }

    #galeria .responsabilidad-ambiental-seccion h2{
      font-size: 30px;
    }
      .contenedor1 h2 {
        font-size: 18px;
      }
    
      
}
