@import "https://use.typekit.net/bor4isa.css";
@import "https://use.typekit.net/ktg1gls.css";
html {
  scroll-padding-top: 5rem;
}

body {
  font-family: "Futura-pt", sans-serif !important;
  font-size: 1.35rem;
  overflow-x: hidden;
}
body .container-padding {
  padding-inline: 15%;
}
@media (max-width: 1200px) {
  body .container-padding {
    padding-inline: 5%;
  }
}
body .btn-padrao {
  background: #30BDD4;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  outline-offset: 0.3rem;
  outline: 1px solid #30BDD4;
  padding-inline: 2rem;
  padding-block: 0.5rem;
  border-radius: 2rem;
}
body .btn-padrao:hover {
  color: #fff;
}
body .btn-padrao-red {
  background: #F25652;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  outline-offset: 0.3rem;
  outline: 1px solid #F25652;
  padding-inline: 2rem;
  border-radius: 5rem;
  color: #F4D58D;
}
body .btn-padrao-red:hover {
  color: #F25652;
}
body nav {
  background: #30BDD4 url(../img/element-menu.png) no-repeat right top;
  background-size: 20rem;
  font-family: "futura-pt-condensed", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
body nav a.active {
  color: #fff !important;
}
body main section#home {
  background: #30BDD4 url(../img/home-bottom-background.webp) no-repeat bottom;
  background-size: contain;
}
body main section#home .img-fluid {
  margin-top: -4.5rem;
  z-index: 1;
  position: relative;
}
body main section#home .titulo {
  position: absolute;
  z-index: 2;
  bottom: 2.5rem;
}
body main section#home .titulo h1 {
  font-family: "bebas-neue", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  line-height: 4.2rem;
  text-shadow: 1px 1px 20px black;
}
@media (max-width: 900px) {
  body main section#home .titulo {
    bottom: 0rem;
  }
  body main section#home .titulo h1 {
    font-size: 1.8rem;
    line-height: 1;
  }
}
body main section#introducao {
  background: #001427;
  color: #fff;
  font-size: 1.62rem;
}
body main section#introducao h1 {
  color: #F25652;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  text-align: center;
  font-size: 4.8rem;
}
body main section#coalizao {
  background-color: #DEDEDE;
  background-size: contain;
}
body main section#coalizao h1 {
  font-family: "futura-pt-condensed", sans-serif;
  color: #F25652;
  font-size: 5.4rem;
  line-height: 5.5rem;
  text-transform: uppercase;
}
body main section#links {
  background: url("../img/links-uteis-backfround.webp") no-repeat top;
  background-size: cover;
  margin-top: -2.8rem;
}
body main section#links h1 {
  color: #F25652;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  text-align: center;
  font-size: 4.8rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
  text-shadow: 1px 1px 20px black;
}
body main section#links .card {
  background-color: rgba(255, 255, 255, 0.631372549);
  border-radius: 2rem;
  border: none;
}
body main section#links .card .btn-padrao {
  padding-inline: 5rem;
  position: relative;
}
body main section#links .card .btn-padrao::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../img/link.png");
  background-size: contain;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
body main section#links .card .btn-padrao:hover {
  background-color: #F4D58D;
  color: #001427;
}
body main section#atuacao {
  background-color: #30BDD4;
}
body main section#atuacao h1 {
  color: #001427;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 4.32rem;
  line-height: 4rem;
  padding-bottom: 2rem;
}
body main section#atuacao ul li {
  color: #fff;
}
body main section#projetos {
  background: #001427 url("../img/letras-background.webp") no-repeat top;
}
body main section#projetos h1 {
  color: #F25652;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 4.8rem;
  line-height: 4rem;
  padding-bottom: 2rem;
}
body main section#projetos h3 {
  font-size: 1.4rem;
}
body main section#projetos h4 {
  font-family: "futura-pt-condensed", sans-serif;
  color: #001427;
  font-size: 1.6rem;
}
body main section#projetos h4::after {
  content: "";
  display: block;
  width: 70%;
  border-bottom: 1px solid #001427;
}
body main section#projetos p {
  color: #001427;
  line-height: 1.5rem;
}
body main section#projetos .accordion-button {
  color: rgba(0, 0, 0, 0.6039215686);
  background-color: #DEDEDE;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 20, 39, 0.2666666667);
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
body main section#projetos .collapsed {
  box-shadow: 0rem 0.2rem 1.3rem rgba(0, 0, 0, 0.0901960784);
}
body main section#projetos .accordion-button:not(.collapsed) {
  background: #F25652 !important;
  color: #fff;
  transition: all 0.5s;
}
body main section#projetos .accordion-button:not(.collapsed) h3 {
  font-weight: bold;
}
body main section#contato {
  background: #DEDEDE url("../img/contato-background.webp") no-repeat top;
  background-size: contain;
}
body main section#contato h1 {
  color: #F25652;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 4.8rem;
  line-height: 4rem;
  padding-top: 1.5rem;
}
body main section#contato .form-control {
  border: 1px solid rgba(0, 20, 39, 0.4039215686) !important;
}
body main section#contato .form-control:focus {
  border: 1px solid #001427 !important;
}
body main section#contato .btn-padrao:hover {
  color: #30BDD4;
}
body main section#contato .circle {
  background-color: #fff;
  border-radius: 5rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section#contato .circle i {
  font-size: 3rem;
}
body footer {
  background: #F25652;
  color: #fff;
  line-height: 1rem;
  font-size: 1.2rem;
  padding-block: 1.5rem;
}/*# sourceMappingURL=style.css.map */