@charset "UTF-8";
/*link vermás*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.destacados {
  padding: 1rem 0 1rem 0;
}
.destacados__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .destacados__content {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .destacados__content--left {
    flex: 0 0 430px;
    display: flex;
    flex-direction: column;
  }
}
.destacados__content--title {
  text-align: left;
  padding-right: 10px;
}
.destacados__content--title h6 {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #E35205;
}
.destacados__content--title h3 {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #1D252D;
}
.destacados__content--title h3 strong {
  font-weight: 900;
}
@media (max-width: 992px) {
  .destacados__content--title h3 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
.destacados__content--title h4 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.01em;
  vertical-align: middle;
  color: #1D252D;
}
.destacados__content--title h4 strong {
  font-weight: 800;
}
.destacados__content--title h5 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #1D252D;
}
.destacados__content--title p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0;
}
.destacados__content--title h3.gray_bajada {
  font-size: 1.9rem; /* 32px ÷ 16 = 2rem */
  line-height: 2.4rem;
  letter-spacing: -0.01em; /* -1% se expresa como -0.01em */
  color: #666666;
  margin-bottom: 1.6rem;
}
.destacados__content--title h3.gray_bajada strong {
  color: #1D252D;
  font-weight: 900;
  font-size: 2rem; /* 32px ÷ 16 = 2rem */
  line-height: 2.5rem;
}
.destacados__content--content {
  display: none;
}
@media (min-width: 992px) {
  .destacados__content--content {
    display: block;
  }
}
.destacados__content--content.img-bx {
  position: relative;
  bottom: -3px;
}
.destacados__content--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .destacados__content--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-top: 2rem;
  }
}
.destacados__content--grid .dimension-card--img {
  display: block;
}
@media (min-width: 992px) {
  .destacados__content--grid .dimension-card--img {
    display: none;
  }
}
.destacados__content--grid .dimension-card--img img {
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: none;
  transform: none;
  position: static;
}
.destacados__content--grid .destacados-card {
  background-color: #F3F3F7;
  border: 0.5px solid #FFFFFF;
  padding: 1rem;
  position: relative;
  min-height: 200px;
}
@media (min-width: 992px) {
  .destacados__content--grid .destacados-card {
    min-height: 170px;
  }
}
.destacados__content--grid .destacados-card--title {
  bottom: 0;
  position: absolute;
  bottom: 1rem;
  width: 90%;
  color: #1D252D;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: -0.022em;
}
.destacados__content--grid .destacados-card:hover {
  border: 1px solid #FF5800;
}
.destacados__content--grid .destacados-card:hover img {
  filter: invert(37%) sepia(20%) saturate(6491%) hue-rotate(353deg) brightness(95%) contrast(91%);
}
.destacados__content--grid .destacados-card:hover .destacados-card--title {
  color: #FF5800;
}/*# sourceMappingURL=destacados.css.map */