:root {
  --dark-grey: #a8a8a8;
  --white: white;
  --black: rgba(0, 0, 0, .8);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link-2 {
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
}

.nav-link-2:hover {
  opacity: .8;
}

.nav-link-2.w--current {
  color: var(--white);
}

.nav-link-3 {
  color: #a8a8a8;
  font-family: Montserrat, sans-serif;
}

.nav-link-4 {
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
}

.nav-link-4:hover {
  opacity: .8;
}

.nav-link-4.w--current {
  color: var(--white);
}

.navbar {
  z-index: auto;
  background-color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
  position: fixed;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-overlay {
  height: 510px;
  max-height: none;
  color: #fff;
  background-image: url('../images/imagem_agon_home8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 168px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.centered-container {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  margin-top: -16px;
  display: flex;
}

.heading {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: var(--black);
  margin-top: 23px;
  font-family: Montserrat, sans-serif;
}

.cards-section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  margin-top: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.paragraph-2, .paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.paragraph-4, .heading-4, .paragraph-5 {
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
}

.bold-text, .bold-text-2 {
  font-size: 20px;
}

.bold-text-3 {
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-4 {
  font-size: 24px;
  font-weight: 400;
}

.bold-text-5 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-7 {
  max-width: 80%;
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.slider {
  height: 100px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  display: none;
}

.paragraph-8 {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.mask {
  flex: 0 auto;
  align-self: auto;
}

.right-arrow, .left-arrow {
  opacity: 0;
}

.icon-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-nav {
  height: 0;
  opacity: 0;
}

.bold-text-6 {
  font-weight: 100;
}

.text-span {
  font-weight: 400;
}

.bold-text-6-copy {
  font-weight: 300;
}

.div-block {
  display: none;
}

.columns {
  max-width: 80%;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.column {
  padding-right: 10px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo2 {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.logo2.w--current {
  align-items: center;
}

.image {
  max-width: none;
  opacity: .79;
  margin-top: -3px;
  display: none;
}

.image-2 {
  opacity: .79;
  display: none;
}

.image-3 {
  opacity: .79;
  display: block;
}

.image-3:hover {
  opacity: .43;
}

.hero-overlay-copy {
  height: 510px;
  max-height: none;
  color: #fff;
  background-image: url('../images/simbolo_agon_home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: -511px;
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.body {
  background-color: #000;
}

.centered-container-copy {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  margin-top: 100px;
  display: flex;
}

.heading-2-copy {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  margin-top: 27px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.divider {
  height: 1px;
  background-color: #eee;
  margin-top: 0;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  color: rgba(0, 0, 0, .61);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.label.cc-light.preto {
  color: #000;
}

.label.cc-light-copy {
  opacity: .6;
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.label.cc-light-copy-copy {
  opacity: .6;
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.label.cc-light-copy-copy.preto {
  color: #000;
  font-weight: 500;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 0;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-bottom: 0;
}

.motto-wrap {
  width: 80%;
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.paragraph-light {
  opacity: .8;
  color: #000;
  font-family: Montserrat, sans-serif;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.sobrenos {
  padding-top: 60px;
  padding-bottom: 0;
}

.bold-text-7 {
  font-weight: 400;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  margin-top: -188px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.team-circles {
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 112px;
  padding-bottom: 40px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.footer-dark {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: 940px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-brand.w--current:hover {
  opacity: .8;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.title-small:hover {
  color: #000;
}

.footer-link {
  color: var(--dark-grey);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .8;
  color: var(--dark-grey);
  background-color: rgba(168, 168, 168, 0);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 43px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--dark-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.footer-link-copy {
  color: #888;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-copy:hover {
  opacity: .8;
  color: rgba(168, 168, 168, .8);
  background-color: rgba(168, 168, 168, 0);
}

.paragraph-light-copy {
  opacity: .6;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-sem-espaco {
  background-color: var(--white);
  padding-top: 9px;
  padding-bottom: 10px;
}

.section-heading-copy {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-light-copy-copy {
  opacity: .6;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-2-copy {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2-copy:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .12);
}

.button-2-copy:active {
  background-color: #43464d;
}

.text-block {
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
}

.icon-3 {
  color: var(--dark-grey);
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.dropdown-link:hover {
  opacity: .8;
}

.dropdown-link-2 {
  opacity: .8;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.dropdown-link-3, .dropdown-link-4 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.dropdown-link-4:hover {
  opacity: .8;
}

.button-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-3:active {
  background-color: #43464d;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-wrap {
  text-align: center;
  border: 1px solid #eee;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 45px 50px 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-email-link {
  opacity: .6;
  color: #000;
  margin-bottom: 5px;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.section-2 {
  background-color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.details-wrap {
  margin-bottom: 30px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.paragraph-light-2 {
  opacity: .6;
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-without-image {
  background-color: var(--dark-grey);
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(51, 51, 51, .45) 50%), url('../images/sport-finance.png'), url('../images/logo_outline.png');
  background-position: 0 0, 50% 30%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 385px 30px 41px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--dark-grey);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-6 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-light-copy {
  opacity: .6;
  font-family: Montserrat, sans-serif;
}

.paragraph-light-copy-copy {
  opacity: .6;
  color: var(--black);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.label-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label-copy.cc-light {
  color: #000;
  margin-top: 40px;
}

.label-copy.cc-light.preto {
  color: #000;
  font-weight: 500;
}

.label-copy.cc-light-copy {
  opacity: .6;
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.label-copy.cc-light-copy-copy {
  opacity: .6;
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 65%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.testimonial-column-light {
  background-color: #fff;
  border: 1px #000;
  padding: 20px 0;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 60px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 32px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.bold-text-8, .bold-text-9 {
  font-size: 16px;
}

.bold-text-10 {
  text-transform: none;
  font-size: 16px;
}

.paragraph-light-copy-copy {
  opacity: .6;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-light-copy-copy-copy {
  opacity: .6;
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-light-copy-copy {
  opacity: .6;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-3 {
  background-color: var(--white);
  text-align: center;
  padding-top: 20px;
}

.section-3.sobrenos {
  padding-top: 60px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
}

.container-2-copy {
  width: 100%;
  max-width: 940px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-11 {
  color: rgba(0, 0, 0, .68);
  margin-top: 46px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-span-2 {
  color: #000;
  font-weight: 700;
}

.testimonial-grid-two-copy {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.paragraph-light-copy, .paragraph-light-copy-copy, .paragraph-light-copy-copy-copy {
  opacity: .6;
  color: #000;
  font-family: Montserrat, sans-serif;
}

.hero-without-image-copy {
  background-color: var(--dark-grey);
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(51, 51, 51, .45) 50%), url('../images/silhouette-team-people-hiking-top-mountain-sunset.jpg'), url('../images/logo_outline.png');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 385px 30px 41px;
  position: relative;
}

.paragraph-light-copy-copy-copy, .paragraph-light-copy-copy-copy-copy, .paragraph-light-copy-copy-copy-copy-copy {
  opacity: .6;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-12 {
  color: rgba(255, 255, 255, .8);
  text-align: center;
}

.team-circles-copy {
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.team-circles-copy-copy {
  background-color: rgba(255, 255, 255, .2);
  background-image: linear-gradient(135deg, #000 6%, rgba(255, 255, 255, 0)), url('../images/climbing-helping-team-work-success-concept.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  align-items: center;
  padding: 100px 30px 220px;
  display: flex;
  position: relative;
}

.paragraph-light-copy-copy-copy {
  opacity: .6;
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-copy {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-copy-copy {
  background-color: rgba(255, 255, 255, .2);
  padding-top: 9px;
  padding-bottom: 10px;
}

.container-copy {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-right {
  color: rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-split-copy, .hero-split-copy-copy {
  max-width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.section-heading-copy {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 27px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-copy:active {
  background-color: #43464d;
}

.label-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label-copy.cc-light {
  opacity: .6;
  color: rgba(0, 0, 0, .61);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.label-copy.cc-light-copy {
  opacity: .6;
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.label-copy.cc-light-copy-copy {
  opacity: .6;
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.bold-text-10-copy {
  text-transform: uppercase;
  font-size: 16px;
}

.text-span-3 {
  font-size: 12px;
  font-weight: 600;
}

.section-copy {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-copy.b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link {
  color: var(--black);
  font-style: normal;
  text-decoration: none;
}

.heading-6-copy {
  color: var(--white);
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-without-image-copy {
  background-color: var(--dark-grey);
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(51, 51, 51, .45) 50%), url('../images/sport-finance.png'), url('../images/logo_outline.png');
  background-position: 0 0, 50% 30%, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 385px 30px 41px;
  position: relative;
}

.hero-without-image-copy-copy {
  text-align: center;
  background-color: rgba(168, 168, 168, .73);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 147px;
  padding: 40px 30px 41px;
  position: relative;
}

.section-4 {
  background-color: var(--white);
  margin-top: 166px;
}

.link-2 {
  color: #888;
  text-decoration: none;
}

.link-2:hover {
  opacity: .8;
  color: var(--dark-grey);
  font-weight: 500;
}

.contactos {
  color: #888;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.link-3 {
  color: #888;
}

.link-3:hover {
  opacity: .8;
  color: var(--dark-grey);
}

.footer-dark-copy {
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #fff;
  padding: 50px 30px 15px;
  position: relative;
}

.testimonial-column-light-copy {
  background-color: #fff;
  border: 1px #000;
  padding: 60px 0 20px;
  position: relative;
}

.container-2-copy {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-light-copy-copy-copy-copy {
  opacity: .6;
  color: var(--black);
  opacity: .6;
  color: var(--black);
  opacity: .6;
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.container-2-copy-copy {
  width: 100%;
  max-width: 940px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-small-copy {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.title-small-copy:hover {
  opacity: .8;
}

.heading-6-copy, .heading-6-copy-copy, .heading-6-copy-copy-copy {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-without-image-copy-copy {
  height: 510px;
  background-color: var(--dark-grey);
  background-image: url('../images/sobrenos_3.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  align-items: flex-end;
  margin-top: 169px;
  padding: 385px 30px 20px;
  display: flex;
  position: relative;
}

.container-titulo {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-without-image-copy-copy-copy {
  height: 510px;
  text-align: center;
  background-color: rgba(168, 168, 168, .73);
  background-image: url('../images/servicos.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  align-items: flex-end;
  margin-top: 166px;
  padding: 385px 30px 20px;
  display: flex;
  position: relative;
}

.section-copy, .section-copy-copy {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 0;
}

.section-copy-copy-copy {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-copy-copy-copy.sobrenos {
  padding-top: 60px;
}

.section-copy-copy {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-copy-copy.b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-5 {
  height: auto;
  background-color: rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-6 {
  background-color: var(--white);
  padding-top: 140px;
  font-family: Montserrat, sans-serif;
}

.section-7 {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 60px;
}

.hero-heading-right-copy {
  color: rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .2);
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 0;
  position: relative;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  opacity: .8;
}

.italic-text {
  font-style: normal;
}

.link-4, .link-5, .link-6 {
  color: #000;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  color: rgba(0, 0, 0, 0);
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.container-6 {
  max-width: 940px;
  flex: 1;
  margin-top: 0;
}

.container-titulo-copy {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-copy {
  width: 100%;
  max-width: 940px;
  width: 100%;
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-6-copy {
  background-color: var(--white);
  padding-top: 60px;
  font-family: Montserrat, sans-serif;
}

.testimonial-text-two-copy {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 32px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-2 {
  width: 520px;
  background-color: rgba(168, 168, 168, .84);
  margin-top: 20px;
}

.bold-text-11 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-block-3 {
  width: 500px;
  color: #585858;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-fazemos {
  opacity: .6;
  color: #000;
  font-family: Montserrat, sans-serif;
}

.section-servicoshome {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 60px;
}

.container-servicoshome, .container-modelo-agon {
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-4 {
  font-weight: 300;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  font-weight: 500;
}

.paragraph-11-copy {
  color: #000;
  text-align: justify;
  background-color: rgba(0, 0, 0, .03);
  margin-top: 46px;
  padding: 40px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.heading-6-copy-copy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-modelo-agon {
  height: 565px;
  background-color: rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 169px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-titagon {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  margin-top: -239px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-11-copy-copy {
  color: #000;
  text-align: justify;
  background-color: rgba(0, 0, 0, .03);
  margin-top: 46px;
  padding: 40px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-13 {
  opacity: .9;
  text-align: left;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link-4-copy {
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
}

.nav-link-4-copy:hover {
  opacity: .8;
}

.nav-link-4-copy.w--current {
  color: var(--white);
}

.nav-link-4-copy {
  color: rgba(255, 255, 255, .9);
  padding-left: 5px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.nav-link-4-copy:hover {
  opacity: .8;
}

.nav-link-4-copy.w--current {
  color: var(--white);
}

.div-block-6 {
  text-align: right;
}

.nav-menu-2 {
  margin-top: -107px;
  margin-right: 100px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.brand {
  display: flex;
}

.brand.w--current {
  display: block;
  position: static;
}

.link-7 {
  opacity: .8;
  color: #fff;
  margin-left: 5px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.link-7:hover {
  opacity: .7;
}

.link-7.w--current {
  opacity: 1;
}

.div-block-8 {
  max-width: none;
  text-align: right;
  flex: 0 auto;
  margin-top: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 20px;
}

.link-7-copy {
  opacity: .8;
  color: var(--white);
  margin-left: 5px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.link-7-copy:hover {
  opacity: .7;
}

.link-7-copy.w--current {
  opacity: 1;
}

.container-8 {
  padding-right: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-copy {
  z-index: auto;
  background-color: var(--black);
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
  display: block;
  position: fixed;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-copy.pt {
  z-index: 10;
  margin-top: 42px;
  position: fixed;
  top: 0%;
}

.div-block-9 {
  z-index: 10;
  height: 42px;
  background-color: var(--black);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .hero-overlay {
    height: 550px;
    background-size: cover;
    margin-top: 172px;
  }

  .hero-overlay-copy {
    height: 550px;
    background-image: url('../images/simbolo_agon_home_1.png');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -549px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .section-4 {
    margin-top: 172px;
  }

  .testimonial-column-light-copy {
    border: 1px #000;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-without-image-copy-copy {
    height: 575px;
    background-image: url('../images/sobrenos_3.jpg');
    background-position: 0 20%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 175px;
  }

  .hero-without-image-copy-copy-copy {
    height: 575px;
    background-position: 50% 90%;
    background-size: cover;
    margin-top: 175px;
  }

  .heading-6-copy-copy {
    margin-top: 0;
  }

  .section-modelo-agon {
    height: 585px;
    margin-top: 174px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-4-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-7 {
    text-align: right;
    margin-right: 60px;
  }

  .div-block-8 {
    margin-top: 10px;
  }

  .navbar-copy.pt {
    margin-top: 45px;
  }

  .div-block-9 {
    height: 45px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-2, .nav-link-4 {
    color: var(--black);
    margin-left: 40px;
  }

  .hero-overlay {
    height: 550px;
    background-position: 60%;
    margin-top: 0;
  }

  .centered-container {
    max-width: 90%;
  }

  .icon {
    width: auto;
    color: #f8f8f8;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .paragraph-7 {
    max-width: 70%;
  }

  .columns {
    max-width: 100%;
  }

  .logo2 {
    align-items: center;
  }

  .hero-overlay-copy {
    background-image: url('../images/simbolo_agon_home.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -551px;
  }

  .button-2 {
    justify-content: center;
  }

  .container {
    padding-top: 0;
  }

  .home-section-wrap, .label.cc-light-copy {
    text-align: left;
  }

  .label.cc-light-copy-copy {
    text-align: center;
  }

  .home-content-wrap {
    margin-top: 0;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-link:hover {
    opacity: .8;
    color: var(--dark-grey);
  }

  .button-2-copy {
    justify-content: center;
  }

  .text-block, .icon-3 {
    color: var(--black);
  }

  .button-3 {
    justify-content: center;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-2-copy {
    max-width: 728px;
  }

  .testimonial-grid-two-copy {
    grid-column-gap: 30px;
  }

  .hero-heading-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
  }

  .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-copy-copy {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 80px;
    margin-right: 40px;
  }

  .label-copy.cc-light-copy {
    text-align: center;
  }

  .section-4 {
    margin-top: 0;
  }

  .container-2-copy, .container-2-copy-copy {
    max-width: 728px;
  }

  .hero-without-image-copy-copy {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .container-titulo {
    max-width: 728px;
  }

  .hero-without-image-copy-copy-copy {
    background-position: 50% 100%;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .section-5 {
    height: auto;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .section-7 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-7.sobrenos, .hero-heading-right-copy {
    padding-top: 60px;
  }

  .container-6 {
    max-width: 690px;
    margin-top: 0;
  }

  .container-titulo-copy {
    max-width: 728px;
  }

  .div-block-3 {
    text-align: left;
    padding-left: 70px;
  }

  .div-block-4 {
    text-align: left;
    margin-top: -203px;
    padding-left: 30px;
    padding-right: 40px;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--dark-grey);
    text-align: left;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .dropdown-toggle {
    margin-left: 0;
    display: block;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    margin-top: 61px;
    padding-left: 18px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .dropdown-list {
    margin-left: 39px;
  }

  .dropdown-list.w--open {
    background-color: var(--dark-grey);
    margin-left: 39px;
  }

  .section-servicoshome {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-servicoshome, .container-modelo-agon {
    padding-top: 0;
  }

  .section-modelo-agon {
    height: 580px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .container-titagon {
    max-width: 728px;
  }

  .nav-link-4-copy {
    color: var(--black);
    color: var(--white);
    margin-left: 40px;
  }

  .navbar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: inline-block;
    position: static;
  }

  .nav-menu-2 {
    text-align: right;
    display: block;
  }

  .link-7 {
    font-size: 14px;
  }

  .div-block-8 {
    margin-right: -21px;
    padding-top: 10px;
    padding-right: 60px;
  }

  .link-7-copy, .link-7-copy.w--current {
    font-size: 14px;
  }

  .container-8 {
    position: static;
  }

  .navbar-copy.pt {
    margin-top: 0;
    position: relative;
  }

  .div-block-9 {
    height: 60px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link-2, .nav-link-4 {
    margin-left: 40px;
  }

  .hero-overlay {
    height: auto;
    max-height: none;
    background-position: 0%;
    margin-top: 0;
    padding: 40px 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .paragraph-7 {
    max-width: 90%;
  }

  .columns {
    max-width: 80%;
  }

  .column {
    padding-left: 0;
  }

  .hero-overlay-copy {
    max-height: 600px;
    background-image: url('../images/simbolo_agon_home.png'), url('../images/imagem_agon8.png');
    background-position: 90%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    margin-top: 0;
    padding: 40px 20px;
  }

  .container {
    text-align: center;
    padding-top: 0;
  }

  .section-heading {
    text-align: left;
  }

  .heading-jumbo-small {
    font-size: 28px;
    line-height: 20px;
  }

  .label.cc-light-copy, .label.cc-light-copy-copy {
    text-align: left;
  }

  .home-content-wrap {
    margin-top: 0;
  }

  .paragraph-light {
    text-align: center;
  }

  .bold-text-7 {
    line-height: 42px;
  }

  .features-list, .team-slider, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    opacity: .8;
    color: var(--dark-grey);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-link-copy:hover {
    color: var(--dark-grey);
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .container-3 {
    text-align: center;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-field.cc-textarea, .text-field.cc-contact-field {
    text-align: left;
  }

  .hero-without-image, .hero-stack, .hero-heading-left {
    padding: 60px 15px;
  }

  .testimonial-column-light {
    padding: 20px 15px 60px;
  }

  .testimonial-grid-two {
    max-width: 80%;
    grid-template-columns: 1fr;
  }

  .testimonial-card-two {
    text-align: left;
  }

  .testimonial-text-two {
    text-align: center;
    align-self: auto;
    align-items: center;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .container-4 {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-grid-two-copy {
    grid-template-columns: 1fr;
  }

  .hero-without-image-copy, .team-circles-copy, .team-circles-copy-copy {
    padding: 60px 15px;
  }

  .container-copy {
    text-align: center;
    margin-bottom: 0;
  }

  .hero-heading-right {
    padding: 0 0 60px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .hero-split-copy-copy {
    margin-left: 60px;
  }

  .label-copy.cc-light-copy {
    text-align: center;
  }

  .hero-without-image-copy, .hero-without-image-copy-copy {
    padding: 60px 15px;
  }

  .footer-dark-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-column-light-copy {
    padding: 60px 15px;
  }

  .hero-without-image-copy-copy {
    align-items: flex-end;
    padding: 60px 15px 10px;
    display: flex;
  }

  .container-titulo {
    justify-content: flex-start;
  }

  .hero-without-image-copy-copy-copy {
    align-items: flex-end;
    margin-top: 0;
    padding: 60px 15px 10px;
    display: flex;
  }

  .section-5 {
    height: auto;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .section-7 {
    margin-top: 0;
  }

  .hero-heading-right-copy {
    padding: 60px 20px;
  }

  .container-6 {
    max-width: 510px;
    margin-top: 0;
  }

  .container-copy {
    text-align: center;
    text-align: center;
    margin-bottom: 60px;
  }

  .div-block-3 {
    text-align: left;
    padding-left: 60px;
  }

  .div-block-4 {
    padding-left: 40px;
  }

  .nav-menu {
    z-index: 10;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .dropdown-toggle {
    margin-left: 0;
    padding-left: 10px;
  }

  .dropdown-list.w--open {
    margin-left: 20px;
  }

  .column-2, .column-3 {
    padding-left: 0;
  }

  .testimonial-text-two-copy {
    text-align: center;
  }

  .paragraph-fazemos {
    text-align: left;
  }

  .section-servicoshome {
    margin-top: 0;
  }

  .container-servicoshome, .container-modelo-agon {
    text-align: center;
    padding-top: 0;
  }

  .section-modelo-agon {
    height: 600px;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .paragraph-11-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
  }

  .nav-link-4-copy {
    margin-left: 40px;
  }

  .div-block-8 {
    margin-right: -2px;
    padding-top: 10px;
    padding-right: 50px;
  }

  .navbar-copy.pt {
    margin-top: 0;
  }

  .div-block-9 {
    height: 60px;
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-2, .nav-link-4 {
    margin-left: 40px;
  }

  .hero-overlay {
    background-position: 0%;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-7 {
    max-width: 100%;
  }

  .hero-overlay-copy {
    max-height: 350px;
    background-image: url('../images/simbolo_agon_home.png'), url('../images/imagem_agon8.png');
    background-position: 90%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    margin-top: 0;
  }

  .centered-container-copy {
    text-align: left;
  }

  .container {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .heading-jumbo-small {
    margin-top: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .home-section-wrap {
    text-align: left;
    margin-top: 59px;
  }

  .label.cc-light-copy, .label.cc-light-copy-copy {
    text-align: left;
  }

  .home-content-wrap {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-light {
    text-align: center;
  }

  .section {
    border: 1px #000;
    padding-top: 20px;
  }

  .bold-text-7 {
    line-height: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .footer-link:hover {
    opacity: .8;
    color: var(--dark-grey);
  }

  .section-sem-espaco {
    padding-top: 5px;
  }

  .section-heading-copy {
    text-align: left;
  }

  .contact-form-grid {
    width: 100%;
  }

  .hero-wrapper-two {
    max-width: none;
    justify-content: flex-start;
  }

  .heading-6 {
    font-size: 30px;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-column-light {
    padding: 20px 0 0;
  }

  .testimonial-card-two {
    border-style: solid;
  }

  .testimonial-text-two {
    align-items: center;
  }

  .section-3 {
    padding-top: 0;
  }

  .container-4 {
    padding-bottom: 60px;
  }

  .container-2-copy {
    max-width: none;
  }

  .paragraph-light-copy-copy-copy {
    text-align: left;
  }

  .hero-heading-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-split-copy-copy {
    margin-left: 30px;
    margin-right: 10px;
  }

  .heading-6-copy {
    margin-top: 131px;
    font-size: 30px;
  }

  .testimonial-column-light-copy {
    padding: 20px 0 0;
  }

  .container-2-copy, .container-2-copy-copy {
    max-width: none;
  }

  .hero-without-image-copy-copy {
    height: 470px;
    align-items: flex-end;
    padding-bottom: 10px;
    display: flex;
  }

  .container-titulo {
    max-width: none;
    justify-content: flex-start;
  }

  .hero-without-image-copy-copy-copy {
    height: 470px;
    background-position: 50% 100%;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 13px;
    display: flex;
  }

  .section-copy-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5 {
    height: auto;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .section-6 {
    padding-top: 60px;
  }

  .section-7 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .container-6 {
    max-width: 280px;
    margin-top: 0;
  }

  .container-titulo-copy {
    max-width: none;
  }

  .image-4 {
    max-width: 90%;
    flex: 1;
    align-self: auto;
  }

  .div-block-3 {
    text-align: left;
    margin-left: 30px;
    padding-left: 0;
  }

  .div-block-4 {
    text-align: left;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-menu {
    z-index: 10;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-toggle {
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .dropdown-list.w--open {
    margin-left: 10px;
  }

  .section-6-copy {
    padding-top: 60px;
  }

  .text-block-2, .text-block-3 {
    width: auto;
  }

  .paragraph-fazemos {
    text-align: left;
  }

  .section-servicoshome {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-servicoshome {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .container-modelo-agon {
    margin-bottom: 60px;
  }

  .heading-6-copy-copy {
    margin-top: 0;
    font-size: 30px;
  }

  .section-modelo-agon {
    height: 470px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .container-titagon {
    max-width: none;
  }

  .paragraph-11-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
  }

  .nav-link-4-copy {
    margin-left: 40px;
  }

  .link-7, .link-7.w--current {
    font-size: 16px;
  }

  .div-block-8 {
    padding-right: 40px;
  }

  .link-7-copy, .link-7-copy.w--current {
    font-size: 16px;
  }

  .navbar-copy.pt {
    margin-top: 0;
  }

  .div-block-9 {
    height: 60px;
  }
}

#w-node-_1d59ad62-0fb4-cb60-6852-31db41d449b3-ad98a751 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d59ad62-0fb4-cb60-6852-31db41d449c2-ad98a751, #w-node-_3c28edbd-ac3c-6bf2-0b83-96747b6853ff-ad98a751 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c28edbd-ac3c-6bf2-0b83-96747b685412-ad98a751 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-a22c4287-0e14-264a-3d93-ea72602b1907-ad98a751, #w-node-_66dbb430-f70e-4c3c-2f54-c35335b9f52d-ad98a751, #w-node-a22c4287-0e14-264a-3d93-ea72602b1912-ad98a751, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da633-f098a75a, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da63d-f098a75a, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da647-f098a75a, #w-node-_6a70eac4-115e-7c18-b72b-654f773227e7-f098a75a, #w-node-_6a70eac4-115e-7c18-b72b-654f773227f0-f098a75a, #w-node-_5ca6e4ce-4bd1-dc93-2a65-c0894ab3bb89-f098a75a, #w-node-_43a7fce7-2fb1-58b7-f581-7e48ea7a2c51-ea7a2c4b, #w-node-_43a7fce7-2fb1-58b7-f581-7e48ea7a2c5d-ea7a2c4b, #w-node-_5083545c-eaa7-377f-8d99-e86ea81ef20b-a81ef205, #w-node-_5083545c-eaa7-377f-8d99-e86ea81ef216-a81ef205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d59ad62-0fb4-cb60-6852-31db41d449b3-8098a760 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d59ad62-0fb4-cb60-6852-31db41d449c2-8098a760, #w-node-_3c28edbd-ac3c-6bf2-0b83-96747b6853ff-8098a760 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3c28edbd-ac3c-6bf2-0b83-96747b685412-8098a760 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-a22c4287-0e14-264a-3d93-ea72602b1907-8098a760, #w-node-_66dbb430-f70e-4c3c-2f54-c35335b9f52d-8098a760, #w-node-a22c4287-0e14-264a-3d93-ea72602b1912-8098a760, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da633-1c98a767, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da63d-1c98a767, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da647-1c98a767, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da633-bd98a768, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da63d-bd98a768, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da647-bd98a768, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da633-dc98a76a, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da63d-dc98a76a, #w-node-_10ce7e23-23f1-924e-cc34-35ac2f3da647-dc98a76a, #w-node-_6a70eac4-115e-7c18-b72b-654f773227e7-dc98a76a, #w-node-_6a70eac4-115e-7c18-b72b-654f773227f0-dc98a76a, #w-node-_5ca6e4ce-4bd1-dc93-2a65-c0894ab3bb89-dc98a76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_3c28edbd-ac3c-6bf2-0b83-96747b685412-ad98a751 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1d59ad62-0fb4-cb60-6852-31db41d449b3-ad98a751 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1d59ad62-0fb4-cb60-6852-31db41d449c2-ad98a751 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c28edbd-ac3c-6bf2-0b83-96747b6853ff-ad98a751 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3c28edbd-ac3c-6bf2-0b83-96747b685412-ad98a751 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d59ad62-0fb4-cb60-6852-31db41d449b3-8098a760 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1d59ad62-0fb4-cb60-6852-31db41d449c2-8098a760 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3c28edbd-ac3c-6bf2-0b83-96747b6853ff-8098a760 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3c28edbd-ac3c-6bf2-0b83-96747b685412-8098a760 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


