@font-face {
  font-family: AmsiPro;
  src: url("../fonts/AmsiPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: AmsiPro;
  src: url("../fonts/AmsiPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
:root {
  --orange: #ff6a16;
  --navy: #00295d;
  --blue: #0759b4;
  --off: #f5f5f5;
  --font-title: 72px;
  --font-support: 22px;
  --font-text: 17px;
  --font-button: 14px;
  --font-card-title: 22px;
  --font-card-text: 15px;
  --section-padding: 120px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--navy);
  font-family: AmsiPro, "Arial Rounded MT Bold", Arial, sans-serif;
  background: #f4f4f4;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(1200px, calc(100% - 48px));
  margin: auto;
}
.topbar {
  height: 78px;
  background: var(--orange);
  position: relative;
  z-index: 20;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img {
  width: 181px;
}
nav {
  display: flex;
  gap: 48px;
}
nav a {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 5px;
}
.hero {
  height: min(37.9vw, 744px);
  min-height: 360px;
  background:  url("../img/banner.png") center/cover no-repeat;
  margin-top: -52px;
  z-index: 30;
  position: relative;
}
.historia {
  padding: 120px 0;
  background: #f5f5f5;
}
.historia-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}
.collage {
  height: 480px;
  position: relative;
  max-width: 600px;
}
.foto {
  position: absolute;
  width: 220px;
  border: 12px solid #fff;
  box-shadow: 0 10px 15px #0004;
}
.f1 {
  left: 60px;
  top: 30px;
  transform: rotate(-10deg);
}
.f2 {
  left: 275px;
  top: 0;
  transform: rotate(12deg);
}
.f3 {
  left: 250px;
  top: 225px;
  transform: rotate(-1deg);
}
.f4 {
  left: 25px;
  top: 245px;
  transform: rotate(12deg);
}
.historia h1,
.social h2 {
  font-size: 72px;
  line-height: 0.77;
  margin: 0 0 42px;
  font-weight: 900;
  letter-spacing: -3px;
}
.historia p {
  max-width: 430px;
  font-size: 19px;
  line-height: 1.45;
  color: #363c47;
}
.button {
  display: inline-block;
  margin-top: 14px;
  background: var(--orange);
  color: #fff;
  border-radius: 30px;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
}
.icon-strip {
  height: 102px;
  display: flex;
  overflow: hidden;
  background: #fff;
}
.icon-strip img {
  width: 102px;
  height: 102px;
  flex: 0 0 102px;
}
.icon-strip .repeat {
  display: block;
}
.propostas {
  position: relative;
  overflow: hidden;
  background: var(--orange);
  min-height: 2190px;
  padding: 190px 0 160px;
  color: var(--navy);
}
.propostas-inner {
  position: relative;
  z-index: 2;
}
.propostas-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  max-width: 920px;
  margin: auto;
}
.propostas-head span {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 9px;
  font-size: 23px;
  font-weight: 900;
}
.propostas h2 {
  font-size: 66px;
  line-height: 0.85;
  margin: 25px 0 0;
  letter-spacing: -3px;
}
.propostas h2 b {
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: var(--orange);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 51px;
  line-height: 1;
}
.propostas-head p {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
.pautas-list {
  width: 570px;
  margin: 140px auto 0;
  display: grid;
  gap: 60px;
}
.pautas-list article {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 38px;
  align-items: center;
}
.pautas-list article > img {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--navy);
  padding: 30px;
  border: 3px solid #fff;
}
.pautas-list h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 0.95;
  margin: 0 0 12px;
}
.pautas-list p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}
.stetho {
  position: absolute;
  z-index: 1;
}
.stetho-left {
  left: -20px;
  top: 690px;
  width: 360px;
}
.stetho-right {
  right: -15px;
  top: 720px;
  width: 360px;
}
.social {
  height: 810px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.social:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border: 90px solid var(--orange);
  border-radius: 50%;
  right: -175px;
  bottom: -225px;
}
.social-inner {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.dra-social {
  align-self: end;
  width: 620px;
  max-height: 790px;
  object-fit: contain;
  object-position: bottom;
}
.social-copy {
  margin-left: 70px;
  position: relative;
  z-index: 2;
}
.social h2 {
  font-size: 66px;
  line-height: 0.82;
}
.social h2 em {
  font-style: normal;
  color: var(--orange);
}
.social-links {
  display: flex;
  gap: 0;
}
.social-links a {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 24px;
}
.social-links a svg {
  display: block;
  width: 45px;
  height: 45px;
  fill: #fff;
}
.contato {
  height: 1000px;
  background: linear-gradient(115deg, #0759b4, #00295d 63%);
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 100px;
}
.contact-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.contato h2 {
  font-size: 70px;
  margin: 0 0 50px;
}
.contato form {
  width: 470px;
  max-width: 100%;
  margin: auto;
  background: #f7f7f7;
  padding: 50px 55px;
  border-radius: 38px;
  color: var(--navy);
}
.contato h3 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1.1;
  margin: 0 0 28px;
}
.contato label span {
  position: absolute;
  left: -9999px;
}
.contato input {
  width: 100%;
  height: 51px;
  border: 2px solid #8494ad;
  border-radius: 28px;
  background: transparent;
  padding: 0 25px;
  margin-bottom: 14px;
  color: var(--navy);
  font: inherit;
}
.contato button {
  border: 0;
  width: 100%;
  height: 50px;
  background: var(--navy);
  color: #fff;
  border-radius: 28px;
  text-transform: uppercase;
  font:
    900 14px AmsiPro,
    Arial;
  cursor: pointer;
}
.contato button:disabled {
  cursor: wait;
  opacity: 0.7;
}
.form-message {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.3;
}
.form-message.success {
  color: #188247;
  font-weight: 900;
}
.form-message.error {
  color: #b42318;
  font-weight: 900;
}
.contact-ring {
  position: absolute;
  border: 95px solid var(--orange);
  border-radius: 50%;
  width: 900px;
  height: 900px;
}
.contact-ring.one {
  left: -530px;
  bottom: -500px;
}
.contact-ring.two {
  right: -510px;
  top: 300px;
}
footer {
  height: 430px;
  background: #f5f5f5;
  text-align: center;
  position: relative;
  padding-top: 105px;
}
footer > img {
  width: 390px;
  margin: auto;
}
.back-top {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 9px solid #f5f5f5;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  font-size: 42px;
  font-weight: 900;
}
.footer-bottom {
  border-top: 1px solid #8c8c8c;
  width: min(640px, 80%);
  margin: 70px auto 0;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  gap: 35px;
  font-size: 10px;
}
.footer-bottom a {
  color: var(--navy);
  text-decoration: none;
}
.whatsapp {
  position: fixed;
  z-index: 30;
  right: 28px;
  bottom: 28px;
  width: 68px;
  height: 68px;
  padding: 12px;
  background: #16b928;
  border-radius: 50%;
  box-shadow: 0 4px 14px #0003;
}
.whatsapp svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .container {
    width: min(90%, 680px);
  }
  .topbar {
    height: 68px;
  }
  .brand img {
    width: 145px;
  }
  nav {
    gap: 18px;
  }
  nav a {
    font-size: 11px;
  }
  .hero {
    height: 52vw;
    min-height: 280px;
    background-size: cover;
  }
  .historia {
    padding: 75px 0;
  }
  .historia-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .collage {
    margin: auto;
    width: 520px;
    max-width: 100%;
  }
  .historia-copy {
    text-align: center;
  }
  .historia p {
    margin-left: auto;
    margin-right: auto;
  }
  .icon-strip {
    height: 75px;
  }
  .icon-strip img {
    width: 75px;
    height: 75px;
    flex-basis: 75px;
  }
  .propostas {
    min-height: auto;
    padding: 110px 0;
  }
  .propostas-head {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  .propostas-head p {
    max-width: 520px;
    margin: auto;
  }
  .stetho {
    opacity: 0.25;
  }
  .pautas-list {
    margin-top: 90px;
  }
  .social {
    height: 650px;
  }
  .dra-social {
    width: 48%;
    position: absolute;
    bottom: 0;
    left: -3%;
  }
  .social-copy {
    margin-left: 50%;
  }
  .social h2 {
    font-size: 54px;
  }
  .contato {
    height: 850px;
  }
  .contact-ring {
    opacity: 0.45;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 64px;
  }
  .topbar {
    height: 64px;
    position: sticky;
    top: 0;
  }
  .menu-toggle {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--orange);
    padding: 18px 5%;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 8px 12px #0002;
  }
  nav.open {
    display: flex;
  }
  .hero {
    height: 64vw;
    min-height: 245px;
    background-size: auto 100%;
    background-position: center;
  }
  .historia {
    padding: 65px 0 55px;
  }
  .collage {
    height: 330px;
    width: 345px;
  }
  .foto {
    width: 145px;
    border-width: 7px;
  }
  .f1 {
    left: 25px;
    top: 20px;
  }
  .f2 {
    left: 185px;
  }
  .f3 {
    left: 175px;
    top: 165px;
  }
  .f4 {
    left: 10px;
    top: 170px;
  }
  .historia h1 {
    font-size: 53px;
  }
  .historia p {
    font-size: 16px;
  }
  .icon-strip .repeat {
    display: none;
  }
  .propostas {
    padding: 80px 0;
  }
  .propostas h2 {
    font-size: 45px;
  }
  .propostas-head span {
    font-size: 17px;
    letter-spacing: 6px;
  }
  .propostas-head p {
    font-size: 15px;
  }
  .pautas-list {
    width: 100%;
    gap: 45px;
    margin-top: 70px;
  }
  .pautas-list article {
    grid-template-columns: 96px 1fr;
    gap: 20px;
  }
  .pautas-list article > img {
    width: 96px;
    height: 96px;
    padding: 22px;
  }
  .pautas-list h3 {
    font-size: 17px;
  }
  .pautas-list p {
    font-size: 13px;
  }
  .stetho {
    display: none;
  }
  .social {
    height: 620px;
  }
  .social:after {
    width: 260px;
    height: 260px;
    border-width: 55px;
    right: -120px;
    bottom: -150px;
  }
  .dra-social {
    width: 78%;
    max-width: 400px;
    left: -22%;
  }
  .social-copy {
    margin-left: 46%;
    align-self: flex-start;
    margin-top: 120px;
  }
  .social h2 {
    font-size: 42px;
  }
  .social-links {
    flex-wrap: wrap;
    gap: 8px;
  }
  .social-links a {
    width: 39px;
    height: 39px;
    font-size: 19px;
  }
  .contato {
    height: 790px;
    padding-top: 75px;
  }
  .contato h2 {
    font-size: 49px;
    margin-bottom: 35px;
  }
  .contato form {
    padding: 38px 25px;
    border-radius: 28px;
  }
  .contact-ring {
    width: 600px;
    height: 600px;
    border-width: 65px;
  }
  .contact-ring.one {
    left: -440px;
    bottom: -330px;
  }
  .contact-ring.two {
    right: -460px;
    top: 250px;
  }
  footer {
    height: 330px;
    padding-top: 80px;
  }
  footer > img {
    width: 280px;
  }
  .footer-bottom {
    margin-top: 50px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .back-top {
    width: 60px;
    height: 60px;
    top: -30px;
    border-width: 7px;
    font-size: 34px;
  }
  .whatsapp {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }
}
@media (min-width: 901px) {
  .propostas {
    min-height: 1850px !important;
  }
}
