@font-face {
  font-family: 'RubikRegular';
  font-style: normal;
  src: url(../fonts/Rubik-Regular.ttf) format('woff2');
}

@font-face {
  font-family: 'SFPROBOLD';
  font-style: bold;
  src: url(../fonts/SFPRODISPLAYBOLD.OTF) format('woff2');
}

.curso-gratuito-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  width: 90%;
  max-width: 1227px;
  height: 176px;
  background-color: #FF333B;
  border-radius: 12px;
}

.curso-gratuito-frame {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1031px;
  height: 64px;
}

.curso-gratuito-frame a:hover {
  text-decoration: none;
}

.curso-gratuito-frame span {
  max-width: 595px;
  letter-spacing: -1px;
  font-family: RubikRegular;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.curso-gratuito-frame-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 56px;
  border-radius: 50px;
  background-color: #001533;
  font-family: SFPROBOLD;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.curso-gratuito-frame-button a {
  color: #FFFFFF;
}

.curso-gratuito-frame-button a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

.curso-gratuito-frame-button:hover {
  cursor: pointer;
}

.section-footer {
  width: 100%;
  height: max-content;
  background-color: #091E42;
  margin-top: 196px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 119px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto 0 auto;
  width: 100%;
  width: 1227px;
  height: 34px;
  color: #757575;
}

.footer-col1 {
  display: flex;
  align-items: center;
  width: auto;
  height: 34px;
  font-size: 14px;
}

.footer-col1 img {
  margin-right: 5px;
}

.footer-links {
  width: 312px;
  height: 16px;
  font-size: 12px;
  color: #BDBDBD;
}

.footer-links ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  list-style-type: none;
}

.footer-icons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-links li,
.footer-icons a,
.footer-icons a:hover {
  color: #BDBDBD;
  text-decoration: none;
}

.footer-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 255px;
  height: 24px;
  color: #BDBDBD;
}

.sub-footer {
  border-top: 1px solid #424242;
  width: 1266px;
  height: 53px;
  margin: 41px auto 0 auto;
}

.sub-footer p {
  margin: 16px auto 0 auto;
  width: 834px;
  color: #9E9E9E;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 1360px) {
  .footer_div {
    width: 100%;
  }

  .footer-content {
    width: 85%;
  }

  .sub-footer {
    height: max-content;
    width: 80%;
  }

  .sub-footer p {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .curso-gratuito-frame {
    justify-content: space-around;
  }
}

@media (max-width: 1000px) {
  .section-footer {
    top: 3630px;
    height: max-content;
  }

  .footer_div {
    height: max-content;
    margin-top: 40px;
  }

  .footer-links {
    height: max-content;
    justify-content: center;
    display: flex;
  }

  .footer-content {
    flex-direction: column;
    /* align-items: flex-start; */
    height: 198px;
  }

  .footer-links ul {
    height: 80px;
    flex-direction: column;
    justify-content: space-between;
  }

  .sub-footer {
    margin: 41px auto 0 auto;
  }
}

@media (max-width: 950px) {
  .curso-gratuito-frame {
    flex-direction: column;
    height: 100%;
    align-items: center;
  }
}

@media (max-width: 700px) {
  .curso-gratuito-cta {
    width: 100%;
    border-radius: 0;
    height: 368px;
  }

  .curso-gratuito-frame span {
    width: 296px;
    margin-top: 56px;
    height: 160px;
  }

  .curso-gratuito-frame-button {
    margin: 40px 0 56px 0;
  }
  .footer-links ul {
    text-align: center!important;
  }
}

@media (max-width: 550px) {
  .curso-gratuito-cta {
    width: 100%;
    border-radius: 0;
    height: 368px;
  }

  .curso-gratuito-frame span {
    margin-top: 56px;
    height: 160px;
  }

  .curso-gratuito-frame-button {
    margin: 40px 0 56px 0;
  }
}

@media (max-width: 500px) {
  .footer_div {
    bottom: 40px;
  }
}

@media (max-width: 400px) {
  .footer-col1 {
    font-size: 12px;
  }

  .footer_div {
    width: 100%;
    bottom: 40px;
  }

  .sub-footer {
    width: 100%;
  }

  .sub-footer p {
    width: 90%;
  }
}