* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  display: flex;
  width: 100%;
  height: 5rem;
  background-color: black;
  color: white;
  justify-content: space-between;
  padding: 0 3%;
}
header .header__nav__start {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .header__nav__start ul {
  display: flex;
  gap: 2rem;
}
header .header__nav__start ul li {
  display: flex;
  align-items: center;
}
header .header__nav__start ul li a {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
}
header .header__nav__start ul li .icone {
  margin: 0 5px;
  display: flex;
}
header .header__nav__start ul li .icone i.fa-sort-down {
  color: #737373;
  font-size: 12px;
  padding-bottom: 6px;
}
header .header__nav__end {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .header__nav__end .header__nav__search {
  background-color: #2B2A29;
  padding: 11px 10px;
  border-radius: 16px;
  text-align: center;
}
header .header__nav__end .header__nav__search img {
  width: 22px;
}
header .header__nav__end button {
  background: rgb(255, 48, 64);
  background: linear-gradient(90deg, rgb(255, 48, 64) 20%, rgb(255, 125, 102) 100%);
  border: none;
  padding: 8px 17px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
header .header__nav__end button:hover {
  background: linear-gradient(90deg, rgba(255, 48, 64, 0.6) 20%, rgba(255, 125, 102, 0.6) 100%);
}

section.hero__section {
  display: flex;
  width: 100%;
}
section.hero__section .hero__section__content {
  background: url(/assets/img/home-hero.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 3rem;
  /* h1{
    font-size: 150px;
    font-weight: 500;
    letter-spacing: -5px;
  } */
}

.btn__line {
  border: 1px solid #FF4655;
  width: 288px;
  height: 68px;
  text-align: center;
}
.btn__line button {
  cursor: pointer;
  border: none;
  padding: 23px 91.5px;
  display: flex;
  margin: 2px auto;
  color: white;
  background-color: #FF4655;
}
.btn__line button:hover {
  background-color: #f07983;
}

main.section__news {
  display: flex;
  justify-content: center;
  background: url("/assets/img/background-news.png") no-repeat center center;
  background-size: cover;
  min-height: 55vh;
}
main.section__news .container {
  max-width: 1230px;
  margin-left: 10px;
  width: 100%;
}
main.section__news .news__info {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}
main.section__news .news__info h2 {
  font-size: 70px;
  font-weight: 400;
  color: #FF4655;
  letter-spacing: -2px;
}
main.section__news .news__info p {
  font-size: 16px;
  font-weight: 400;
  color: #FF4655;
  text-align: center;
}
main.section__news .news__cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
main.section__news .news__cards .card {
  display: flex;
  max-width: 390px;
  flex-direction: column;
}
main.section__news .news__cards .card h3 {
  font-size: 18px;
  font-weight: 100;
}
main.section__news .news__cards .card img {
  width: 390px;
  height: 220px;
}
main.section__news .news__cards .card .card__data {
  display: flex;
  padding: 20px 0;
}
main.section__news .news__cards .card .card__data p {
  text-align: center;
  font-size: 12px;
  margin-right: 30px;
}
main.section__news .news__cards .card .card__data span {
  font-size: 12px;
  color: #FF4655;
}

section.section__imagem_hero {
  position: relative;
  color: white;
  background: url("/assets/img/home-hero2.png") no-repeat center center;
  background-size: cover;
  height: 100vh;
}

.section__info-content {
  position: absolute;
  top: 36%;
  left: 19%;
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.section__info-content p {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 7px;
}
.section__info-content h2 {
  font-size: 90px;
  font-weight: 500;
}

footer {
  width: 100%;
}
footer .footer__top {
  width: 100%;
  background-color: #292929;
  height: 5rem;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer__top a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
footer .footer__down {
  background-color: black;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  gap: 16px;
}
footer .footer_socialMidia a {
  padding: 5px 5px;
  border-radius: 10px;
  background-color: #494949;
  text-align: center;
  margin: 0 5px;
}
footer .footer_socialMidia i {
  color: white;
  width: 20px;
}
footer .footer_empresaIcon {
  display: flex;
  padding: 20px 10px 0 10px;
}
footer .footer_empresaIcon img {
  margin: 20px 1.25rem;
  color: white;
}
footer .footer_empresaIcon img:first-child {
  opacity: 0.5;
}
footer .footer__info {
  padding-bottom: 32px;
}
footer .footer__info p {
  color: white;
  font-size: 12px;
  opacity: 0.5;
  text-align: center;
}
footer .footer__privacy {
  padding-bottom: 22px;
}
footer .footer__privacy a {
  margin: 0 9px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */