@media screen and (max-width: 480px) {
  /* ------------HERO-----------START */
  .hero-container {
    flex-direction: column;
    padding: 40px 20px 0;
    align-items: center;
    gap: 30px;
  }

  .hero-text {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero-title {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
  }

  .hero-info {
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
  }

  .hero-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }

  .hero-link {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  /* Podés agregar esto si los .number se ven muy apretados */
  .numbers-container {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 50px;
  }

  .number {
    text-align: center;
  }

  /* ------------HERO-----------END */

/* ------------SERVICIOS-----------START */

  .servicios-container {
    padding: 60px 20px;
  }

  .servicios-title {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
  }

  .servicios-grid {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }

  .servicio {
    background-color: #ffffff08;
    width: 100%;
    padding: 30px 20px;
  }

  .servicio-img {
    width: 60px;
  }

  .servicio-title {
    font-size: 20px;
  }

  .servicio-info {
    font-size: 16px;
    line-height: 20px;
  }

  .servicio-presupuesto-link {
    width: 100%;
    font-size: 18px;
    padding: 0 10px;
    height: 50px;
    margin-top: 30px;
  }

/* ------------SERVICIOS-----------END */

.testimonio-card{
  width: 100%;
}

/* ------------TRABAJOS-----------START */
  .trabajos-container{
    padding: 60px 20px;
  }

  .trabajos{
    padding: 10px 0px;
    padding-bottom: 30px;
  }

  .trabajo{
    flex: 0 1 370px; /* No crecer, solo encoger si es necesario */
  }

  .trabajos-title{
    font-size: 22px;
    width: 100%;
    padding: 10px 0px;
  }
/* ------------TRABAJOS-----------END */


/* ------------TESTIMONIOS-----------START */

 .testimonios-container {
    padding: 60px 20px;
  }

  .testimonios-title {
    font-size: clamp(20px, 7vw, 28px);
    width: 100%;
  }

  .testimonio-card {
    padding: 60px 15px 30px;
  }

  .testimonio-comillas {
    width: 35px;
    top: 15px;
    right: 15px;
  }

  .testimonio-text {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonio-cliente {
    font-size: 15px;
  }

  .slider-controls button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
/* ------------TESTIMONIOS-----------END */



  /* ------------contact add start-------------------- */

  .contact-add-img{
    display: none;
  }

  .contact-add-img-celular{
    display: flex;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
  }

  .contact-add{
    flex-direction: column;
    text-align: center;
  }

  .contact-add-text{
    align-items: center;
    width: 100%;
  }
  
  .contact-add-container{
    height: max-content;
    padding: 20px;
  }
  /* ------------contact add end-------------------- */
  .porque-img{
    width: 100%;
  }

  .porque-li{
    list-style: none !important;
  }

  .contact-info-container,
  .porque-text,
  .sobre-nosotros-text{
    text-align: center;
  }

  .llamadoalac-container{
    padding: 60px 0px;
    background-color: #ffffff17;
  }

  .llamadoalac-title{
    font-size: 30px;
  }

  .opiniones{
    padding: 0px;
  }

  .opiniones-container{
    padding: 100px 20px;
  }

  .footer-links-a a img{
    width: 120px;
  }



  
.pt{
  padding-top: 60px;
}
}