* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body, html {
    font-family: 'arial', sans-serif;
    color: rgb(0, 0, 0);
  }
  
  header {
    position: relative;
    background: url('fondo.jpg') center center/cover no-repeat;
  }
  
  .section-vial-header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 2.5em;
    color: #fff3b2;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    
  }
  
  .section-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #fff3b2;
    display: block;
    margin: 0.5rem auto 0;
  }
  #normas {
    padding: 2rem 0;
    text-align: center;
    background-color: #fff;
  }

  
  
 /* .normas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
  } */

  .normas-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 20px;
    text-align: center;
  }

  .normas-grid img {
    width: 150px; /* Ajustá el tamaño según lo que necesites */
    height: auto;
    object-fit: contain;
  }
  
  
  
  .norma {
    width: 100%;
    aspect-ratio: 1 / 1; /* Hace que la imagen sea cuadrada */
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .norma:hover {
    transform: scale(1.05);
  }
  
  /* Contact */

.contact{
  position:relative;
  width:900px;
  margin: 0 auto;  
  
}

.contact h1{
  font-size:56px;
  color:black;
  padding-top:50px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}

.contact hr{
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:340px;
  border:0;
}


.contact .content{
  position:relative;
  width:900px;
  overflow:hidden;
  margin: 60px 0 65px 0;  
  
}

.contact .content .form{
  width:455px;
  overflow:hidden;
  height:auto;
  float:left;
 
}

.contact .content .contact-text{
  width:405px;
  overflow:hidden;
  height:auto;
  float:left;
  padding-left:40px;
  color:black;
  font-size:17px;
  line-height:1.7;
}

strong{
  font-weight:700;

}

input{

  width:420px;
  height:40px;
  background:#23282d;
  border:0;
  color:white;
  font-weight:bold;
  line-height:40px;
  padding-left:35px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:17px;
  margin-bottom:10px;
}

textarea{

  width:420px;
  height:283px;
  background:#23282d;
  border:0;
  color:white;
  font-weight:bold;
  padding:15px 0 0 35px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:17px;
  margin-bottom:10px;
}

/*.contact .content .form .button{
  width:142px;
  height:34px;
  float:right;
  margin:0;
  background:#fff3b2;
  border:0;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius: 4px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.contact .content .form a .button{
  text-align:center;
  color:white;
  font-weight:bold;
  line-height:34px;
  font-size:17px;
}

.contact .content .form .button:hover{
  color:white;
  background:#2fa68e;
}*/

    .contacto-body {
      font-family: Arial, sans-serif;
      background-color: #f2f2f2;
      padding: 40px;
    }

    .contacto-formulario {
      background: #fff;
      padding: 20px;
      max-width: 500px;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .contacto-formulario input,
    .contacto-formulario textarea {
      width: 100%;
      padding: 10px;
      margin-top: 10px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    #mensaje-contacto {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px;
}

#mensaje-contacto button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

#mensaje-contacto button:hover {
  background-color: #45a049;
}

    .contacto-formulario button {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 12px 20px;
      cursor: pointer;
      border-radius: 5px;
    }

    .contacto-formulario button:hover {
      background-color: #45a049;
    }

    #mensaje-contacto {
      text-align: center;
      margin-top: 20px;
    }

  
  .lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
  }
  
  .lightbox-content {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
  }
  
  .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  
  
  .norma img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  


  
  /* Animación al aparecer */
  .norma.show {
    opacity: 1;
    transform: scale(1);
  }
  
  #normas .norma {
    width: 180px;
    height: auto;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
    border-radius: 8px;
  }
  
  /* Animación de entrada */
  #normas .norma.show {
    opacity: 1;
    transform: scale(1);
  }
  
  /* Efecto hover */
  #normas .norma:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }
  
  
  /* Variación en negro para CLIENTES */
  .section-title.black {
    color: #000;
  }
  
  .section-title.black::after {
    background-color: #000;
  }
  
  
  .section-vial-header h1 {
    color: #000000;
    font-size: 60px;
    margin-bottom: 10px;
  }
  
  .section-vial-header .separator {
    width: 50px;
    height: 4px;
    background-color: #000000;
    margin: 0 auto;
  }
  
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, 0.6);
    flex-wrap: wrap;
    position: relative;
  }
  
  .logo img {
    height: 150px;
  }

  .clientes-section {
    background: linear-gradient(to bottom, #ffffff 100%, #ffe066 65%);
    padding: 60px 20px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1),   /* sombra inferior */
                0 -8px 20px rgba(0, 0, 0, 0.05); /* sombra superior */
    animation: fadeInUp 1s ease-out;
    text-align: center;
  }
  
  /* Animación sutil de aparición */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .titulo-clientes {
    font-size: 2.5em;
    color: #fff;
    background-color: #222;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 40px;
    border-radius: 8px;
    font-weight: bold;
  }
  .clientes-slider:hover .slider-track {
    animation-play-state: paused;
  }
  
  .clientes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  
  .clientes-grid img {
    max-width: 160px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
  }
  
  .clientes-grid img:hover {
    transform: scale(1.05);
  }
  .clientes-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  
  .slider-track {
    display: flex;
    width: calc(200px * 22); /* 11 imágenes x 2 */
    animation: scroll 40s linear infinite;
  }

  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.3s ease;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
  }
  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
  
  .slider-track img {
    width: 200px;
    height: auto;
    margin: 0 20px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s;
  }
  
  .slider-track img:hover {
    transform: scale(1.1);
  }
  
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  .servicios {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
  }
  
  .titulo-seccion {
    font-size: 2.5em;
    color: #000000;
    font-weight: bold;
    border-bottom: 5px solid #000000;
    display: inline-block;
    margin-bottom: 40px;
  }
  
  .servicios-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  
  .servicio {
    width: 250px;
    text-align: center;
  }
  
  .servicio img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  
  .servicio h3 {
    color: #000000;
    margin-bottom: 10px;
  }
  
  .servicio p {
    font-size: 0.95em;
    color: #444;
  }
  
  
  .menu-toggle {
    display: none;
    font-size: 30px;
    color: rgb(0, 0, 0);
    cursor: pointer;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  
  .nav-links li a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: bold;
    transition: 0.3s;
  }
  
  .nav-links li a:hover,
  .nav-links li a.active {
    border-bottom: 2px solid #fff3b2;
  }
  
  .telefono a {
    background-color: #fff3b2;
    padding: 10px 15px;
    border-radius: 20px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .hero {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .banner {
    position: relative;
    width: 100%;
    height: 400px; /* podés ajustar esto si querés un banner más alto */
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .banner img {
    width: 100%;
    height: 100%; /* importante para que se recorte */
    display: block;
    object-fit: cover;
    object-position: center 50%; /* este valor muestra más del centro hacia abajo */
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate(-50%, -30%);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }
  
  .banner-texto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff3b2;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
  
    text-shadow:
      -2px -2px 0 #000,
       2px -2px 0 #000,
      -2px  2px 0 #000,
       2px  2px 0 #000,
       0px  0px 5px #000;
  
    animation: fadeInUp 1.2s ease-out forwards;
  }
  
  /* Línea decorativa debajo del texto */
  .banner-texto::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, #fff3b2, #ffffff);
    margin: 10px auto 0 auto;
    border-radius: 2px;
    animation: lineExpand 1s ease-out 1s forwards;
  }
  
  @keyframes lineExpand {
    from {
      width: 0;
      opacity: 0;
    }
    to {
      width: 60%;
      opacity: 1;
    }
  }
  
  
  
  
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .banner-texto {
      font-size: 1.5em;
      padding: 0 10px;
    }
  
    .banner {
      max-height: 200px;
    }
  }

  .section-vial {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 40px 40px 40px; /* antes era 40px arriba */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  

.text-content {
  flex: 1;
  color: #333;
  min-width: 300px;
}

.text-content h1 {
  color: #fff3b2;
  font-size: 32px;
  margin-bottom: 10px;
}

.separator {
  width: 50px;
  height: 4px;
  background-color: #fff3b2;
  margin-bottom: 20px;
}

.text-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.image-container {
    flex: 1;
    position: relative;
    border: 3px solid #fff3b2;
    padding: 5px;
    min-width: 300px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
  }
  
  .image-container img {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  
  
    
 
  .hero h1 {
    font-size: 3em;
    font-weight: bold;
    color: rgb(0, 0, 0);
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
    }
  
    .nav-links {
      flex-direction: column;
      width: 100%;
      display: none;
      background-color: rgba(241, 237, 237, 0.8);
      margin-top: 10px;
    }
  
    .nav-links.active {
      display: flex;
    }
  
    .nav-links li {
      text-align: center;
      margin: 10px 0;
    }
  
    .telefono {
      width: 100%;
      text-align: center;
      margin-top: 10px;
    }
  
    .hero h1 {
      font-size: 2em;
      padding: 0 20px;
    }
  }
  /* Footer */


/* Estilos Generales */
.footer {
    background-color: #2f363e; /* Azul oscuro */
    color: white;
    padding: 40px 20px;
   }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  }
  
  /* Sección Izquierda (Logo y Redes Sociales) */
  .footer-left {
    max-width: 250px;
  }
  
  .footer-left h2 {
    font-size: 32px;
    font-weight: bold;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
  }
  
  .footer-left p {
    font-size: 14px;
  }
  
  .footer-left h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  
  .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  
  .social-icons img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
  }
  
  .social-icons img:hover {
    transform: scale(1.1);
  }
  
  /* Sección Central (Menú de Navegación) */
  .footer-center h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .footer-center ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-center ul li {
    margin-bottom: 5px;
  }
  
  .footer-center ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
  }
  
  .footer-center ul li a:hover {
    color: #00ADEF;
  }
  
  /* Sección Derecha (Contacto) */
  /* Sección Derecha (Contacto) */
  .footer-right h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .footer-right p {
    font-size: 14px;
    margin: 0; /* Elimina los márgenes */
    padding: 2px 0; /* Agrega un pequeño espacio sin exagerar */
    line-height: 1.1; /* Reduce la altura de línea */
  }
  
  .footer-right a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
  }
  
  .footer-right a:hover {
    color: #ffffff;
  }
  
  
  /* Responsivo */
  @media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
  
    .footer-left,
    .footer-center,
    .footer-right {
        margin-bottom: 20px;
    }
  
    .social-icons {
        justify-content: center;
    }
  }