

@media screen and (max-width: 480px) {
/* ------------HERO-----------START */
  .hero-container{
      flex-direction: column;
      padding: 0px 20px;
      padding-top: 40px;
  }

  .hero-text{
      text-align: center;
        height: max-content;
        align-items: center;
        justify-content: center;
      padding-bottom:0px;
  }

  .hero-title{
      width: 100%;
      font-size: 40px;
      line-height: 40px;
      font-weight: 600;
  }

  .hero-info{
      font-size: 18px;
      padding-top: 30px;
      display: none;
  }

  .hero-services{
      padding: 20px 0px;
      font-size: 18px;
  }

  .hero-links{
      flex-direction: column;
  }

  .hero-numbers{
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 30px;
      align-items: center;
      padding-bottom: 50px;
  }

  .hero-number h2{
      color: #DA2141;
      font-size: 30px;
  }

  .hero-number span{
      text-transform: uppercase;
      color: #ffffffd5;
      font-weight: 600;
      font-size: 15px;
      line-height: 15px;
  }
  
  .hero-img{
      justify-content: space-between;
      width: 100%;
      height: max-content;
  }

  .hero-img img{
      width: 230px;
      height: auto;
      position: absolute;
      right: 10px;
  }
/* ------------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 {
    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-------------------- */


}