

@media screen and (min-width: 481px) and (max-width: 768px) {
/* ------------HERO-----------START */
  .hero-container {
    flex-direction: column;
    padding: 60px 30px;
    padding-bottom: 0px;
    gap: 40px;
  }

  .hero-title {
    width: 100%;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
  }

  .hero-text {
    align-items: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }

  .hero-info {
    font-size: 18px;
    padding-top: 15px;
  }

  .hero-services {
    font-size: 18px;
    padding-left: 0;
    list-style-position: inside;
  }

  .hero-links {
    flex-direction: column;
    gap: 15px;
  }

  .hero-img {
    height: auto;
    justify-content: center;
  }

  .hero-img img {
    height: auto;
    width: 100%;
    max-width: 400px;
  }

  
  .hero-numbers {
    z-index: 10000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
  }

  .hero-number h2 {
    color: #DA2141;
    font-size: 28px;
    text-align: center;
  }

  .hero-number span {
    text-transform: uppercase;
    color: #ffffffd5;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: center;
  }

  .hero-img {
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }

  .hero-img img {
    width: 230px;
    height: auto;
    position: sticky;
    right: 10px;
    bottom: 0px;
  }


/* ------------HERO-----------END */



/* ------------SERVICIOS-----------START */
  .servicios-container {
    padding: 80px 20px;
  }

  .servicios-title {
    width: 100%;
    font-size: 38px;
    line-height: 42px;
  }

  .servicios-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
  }

  .servicio {
    width: calc(50% - 15px);
    padding: 30px 20px;
  }

  .servicio-img {
    width: 65px;
  }

  .servicio-title {
    font-size: 20px;
  }

  .servicio-info {
    font-size: 16px;
    line-height: 20px;
  }

  .servicio-presupuesto-link {
    width: fit-content;
    font-size: 18px;
    padding: 0 20px;
    height: 50px;
    margin-top: 40px;
  }
/* ------------SERVICIOS-----------END */
  .trabajos-container{
    padding: 60px 20px;
  }

  .trabajos{
    padding: 30px 0px;
  }

  .trabajos-title{
    width: 100%;
  }

/* ------------TESTIMONIOS-----------START */
  .testimonios-container {
    padding: 80px 40px;
  }

  .testimonios-title {
    width: 100%;
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1.2;
  }

  .testimonio-card {
    width: 100%;
    padding: 60px 20px 40px;
  }

  .testimonio-comillas {
    right: 20px;
    top: 20px;
    width: 40px;
  }

  .testimonio-text {
    font-size: 18px;
    line-height: 22px;
  }

  .testimonio-cliente {
    font-size: 16px;
    padding-top: 20px;
  }

  .slider-controls {
    gap: 20px;
  }

  .slider-controls button {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
/* ------------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;
  }
  
  .contact-add-container{
    height: max-content;
  }
  /* ------------contact add end-------------------- */


    .contact-user {
    flex-direction: column;
    gap: 15px;
  }

  .contact-title {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .contact-textarea {
    height: 150px;
  }

  .contact-button {
    width: 100%;
    justify-content: center;
  }
}

