

.u-home-texts h1{
    color:#1E1E1E;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.u-home-texts h2{
    color: #1E1E1E;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.u-home-texts p{
    margin-top: 30px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Hover opcional */
/* .u-custom-links .ucl-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
} */


@media (max-width: 1024px) {

  .u-home-texts {
    margin-top: 80px;
  }

  .u-home-texts h1 {
    font-size: 72px;
  }

  .u-home-texts h2 {
    font-size: 28px;
  }

  .u-home-texts p {
    margin-top: 100px;
    font-size: 17px;
  }

}
@media (max-width: 850px) {

  .u-home-texts {
    margin-top: 60px;
  }

  .u-home-texts h1 {
    font-size: 56px;
  }

  .u-home-texts h2 {
    font-size: 24px;
  }

  .u-home-texts p {
    margin-top: 70px;
    font-size: 16px;
  }

}

@media (max-width: 550px) {

  .u-home-texts {
    margin-top: 40px;
  }

  .u-home-texts h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  .u-home-texts h2 {
    font-size: 20px;
  }

  .u-home-texts p {
    margin-top: 40px;
    font-size: 14px;
  }

}
