* {
  box-sizing: border-box;
  margin: 0px;
}

@-webkit-keyframes fluido {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes fluido {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
body {
  background: linear-gradient(#fefefe, #e5e5e5);
}

.header_temp {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
}
.header_temp img {
  margin: 40px auto;
  width: 40%;
}
@media (max-width: 480px) {
  .header_temp img {
    width: 70%;
    margin-bottom: 20px;
  }
}
.header_temp h1 {
  font-family: forma-djr-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1pt;
  font-size: 2rem;
  padding: 20px;
  color: #4A96D2;
}
.header_temp h2 {
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1pt;
  font-size: 1.2rem;
  margin-bottom: 50px;
}

main .main__bcg {
  margin: 0 auto;
  padding: 0 40px;
  font-family: forma-djr-display, sans-serif;
  text-align: center;
}
main .main__bcg :nth-child(1) {
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ffffff;
  -webkit-animation: fluido 30s ease-in-out infinite;
          animation: fluido 30s ease-in-out infinite;
  background: linear-gradient(90deg, rgb(74, 150, 210) 45%, rgb(0, 148, 163) 100%);
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
  main .main__bcg :nth-child(1) {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
main .main__bcg :nth-child(2) {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1pt;
  color: #4A96D2;
  margin-bottom: 20px;
}
main .main__bcg :nth-child(3) {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 1pt;
}
main .contact__button {
  width: 200px;
  margin: 40px auto;
  padding: 10px;
  background: #727272;
  border-radius: 5px;
  text-align: center;
  transition: 2s;
}
main .contact__button:hover {
  background-color: #0094A3;
  scale: 1.3;
}
main a {
  color: #fff;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1pt;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer__temp {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background: rgb(74, 150, 210);
  background: linear-gradient(90deg, rgb(74, 150, 210) 45%, rgb(0, 148, 163) 100%);
}
.footer__temp h2 {
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  color: #fff;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1pt;
  font-size: 1.5rem;
}
.footer__temp h3 {
  padding: 10px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5pt;
  color: #fff;
}
.footer__temp p {
  padding: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-family: forma-djr-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1pt;
  line-height: 20pt;
  color: white;
}
.footer__temp .coverage {
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 25pt;
  letter-spacing: 1pt;
}

.brands__mod {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(235, 235, 235, 0.49);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2901960784);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(10px);
}
.brands__mod img {
  padding: 5px;
}

.intrat__info {
  background-image: url(./imgs/bcg_plate.webp);
  background-size: cover;
  height: 150px;
}
.intrat__info h3 {
  font-size: 1rem;
  padding-top: 30px;
  text-align: center;
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1pt;
}
.intrat__info p {
  font-family: forma-djr-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1pt;
  font-size: 0.9rem;
  padding-top: 10px;
  padding-left: 90px;
  padding-right: 90px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */