.menu-topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  padding-top: 38px;
  padding-bottom: 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-baixo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-img-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-img-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #b22e31;
}

.menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  background-color: rgba(117, 0, 0, 0.82);
}

.menu-link.w--current {
  background-color: rgba(178, 46, 49, 0.37);
}

.menu-link.sub {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  -webkit-transition: letter-spacing 300ms ease;
  transition: letter-spacing 300ms ease;
  color: #750000;
  text-transform: none;
}

.menu-link.sub:hover {
  background-color: transparent;
  letter-spacing: 1px;
}

.menu-link.sub.topo {
  margin-top: 15px;
}

.menu-link.sub.baixo {
  margin-bottom: 14px;
}

.menu-link.cel {
  display: none;
}

.sub-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-menu-links {
  position: absolute;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.geral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-banner {
  width: 100%;
  height: 600px;
  margin-top: -50px;
  margin-bottom: 50px;
}

.home-cursos-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-cursos-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 300px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.home-cursos-coluna:hover {
  background-color: rgba(117, 0, 0, 0.2);
}

.home-cursos-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.titulo {
  margin-bottom: 20px;
  color: #750000;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.titulo._2 {
  margin-top: 10px;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: none;
}

.titulo.claro {
  color: #f8e7e7;
}

.titulo.topo {
  margin-top: 55px;
  margin-bottom: 40px;
}

.titulo.sobre {
  margin-top: 46px;
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px solid #750000;
}

.titulo._1 {
  margin-bottom: 0px;
}

.subtitulo {
  margin-top: 30px;
  color: #750000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: -1px;
}

.subtitulo._2 {
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 0px;
}

.textos.destaque {
  margin-top: 21px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.textos.claro {
  color: #fff;
}

.home-sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 81px 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Red-Learning-Rodrigo-Reis-Fundo-Home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.home-sobre-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-sobre-texto {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.home-sobre-texto.destaque {
  margin-bottom: 12px;
  color: #f8e7e7;
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  text-transform: none;
}

.home-sobre-titulo {
  max-width: 850px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}

.blt-link {
  display: block;
  margin-top: 40px;
  padding: 14px 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #f8e7e7;
  border-radius: 4px;
  -webkit-transition: border-radius 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: border-radius 300ms ease, border-color 300ms ease, background-color 300ms ease;
  color: #f8e7e7;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blt-link:hover {
  border-color: transparent;
  border-radius: 0px;
  background-color: #750000;
}

.blt-link.escuro {
  border-color: #750000;
  color: #b22e31;
}

.home-workshops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-workshops-conteudos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Red-Learning-Horkshop-Fundo.png');
  background-position: 90% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contato-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Red-Learning-Rodrigo-Reis-Fundo-Contato.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-coluna {
  width: 49%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b22e31;
}

.footer-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-colunas._2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-coluna.vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-produzido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-p2g {
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.fundo-img {
  width: 100%;
  height: 400px;
  background-image: url('../images/Red-Learning-Rodrigo-Reis-Sobre.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fundo-img.contato {
  background-image: url('../images/Red-Learning-Rodrigo-Reis-Fundo-Contato.jpg');
  background-position: 50% 50%;
}

.fundo-img.work {
  margin-bottom: 60px;
  background-image: url('../images/Red-Learning-Rodrigo-Reis-Workshop.jpg');
  background-position: 50% 50%;
}

.fundo-img.microsoft {
  background-image: url('../images/Red-Learning-Certificação-Microsoft-Fundo.jpg');
}

.fundo-img.treinamento-ti {
  background-image: url('../images/Red-Learning-Certificação-Treinamentos-TI.jpg');
}

.fundo-img.proficionais {
  background-image: url('../images/Red-Learning-Certificação-Cursos-Profissionais.jpg');
  background-position: 50% 0%;
}

.fundo-img.business {
  background-image: url('../images/Red-Learning-Certificação-RED-BUSINESS.jpg');
  background-position: 0% 30%;
}

.coluna-geral {
  width: 80%;
  max-width: 1200px;
  padding-top: 60px;
}

.coluna-geral.sobre {
  margin-top: 64px;
  margin-bottom: 50px;
  padding: 30px 91px 40px;
  background-color: #f5f5f5;
}

.textos-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bola-destaque {
  width: 6px;
  height: 6px;
  max-height: 6px;
  max-width: 6px;
  min-height: 6px;
  min-width: 6px;
  margin-top: 7px;
  margin-right: 11px;
  border-radius: 10px;
  background-color: #750000;
}

.equipe-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.equipe-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.equipe-img {
  display: none;
}

.equipe-subtitulo {
  font-size: 21px;
}

.cursos-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.curso-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.curso-link-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 160px;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 500px;
}

.curso-link-img._2 {
  border-radius: 0px;
}

.curso-link-img._3 {
  height: 100px;
}

.curso-link-barra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.curso-link-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  margin-bottom: 16px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 7px;
  -webkit-transition: color 300ms ease, border-color 300ms ease, border-radius 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, border-radius 300ms ease, background-color 300ms ease;
  color: #750000;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.curso-link-titulo:hover {
  border-color: #a5090a;
  border-radius: 0px;
  background-color: #a5090a;
  color: #fff;
}

.curso-link-subtitulo {
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: letter-spacing 300ms ease;
  transition: letter-spacing 300ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.curso-link-subtitulo:hover {
  letter-spacing: 1px;
}

.curso-fundo {
  width: 80%;
  max-width: 1200px;
  margin-bottom: 20px;
  padding-top: 40px;
}

.curso-img {
  width: 100%;
  max-width: 650px;
  margin-bottom: 15px;
}

.subtitulo-de-curso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 84px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f5f5;
}

.subtitulo-de-curso.baixo {
  margin-bottom: 60px;
}

.curso-sub-titulo {
  font-size: 32px;
  line-height: 36px;
}

.curso-topico {
  margin-top: 20px;
  color: #750000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
}

.curso-titulo {
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.curso-sub-topico {
  margin-top: 20px;
  margin-bottom: 6px;
  color: #750000;
  font-size: 20px;
  line-height: 24px;
}

.btn-inscrever {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 37px 15px 27px;
  border-style: solid;
  border-width: 2px;
  border-color: #750000;
  border-radius: 7px;
  -webkit-transition: color 300ms ease, border-radius 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-radius 300ms ease, background-color 300ms ease;
  color: #750000;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-inscrever:hover {
  border-radius: 0px;
  background-color: #a5090a;
  color: #f5f5f5;
}

.texto-link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.work-colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 100px;
}

.work-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 57px;
  padding-left: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form-texto {
  color: #750000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.form-box {
  margin-bottom: 20px;
}

.form-box.grande {
  height: 100px;
}

.form-box.grande.home {
  height: auto;
}

.form-box.home {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(248, 231, 231, 0.6);
  background-color: transparent;
  color: #fff;
}

.form-box.home::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.form-box.home:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.form-box.home::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.form-box.home::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.contato-colunas {
  width: 80%;
  max-width: 1200px;
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.contato-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contato-coluna.esconde {
  display: none;
}

.contato-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  padding: 10px 46px 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  text-align: center;
}

.contato-info.home {
  width: auto;
  margin-bottom: 111px;
  background-color: hsla(0, 0%, 93.3%, 0.39);
  color: #f5f5f5;
}

.contato-link {
  margin-top: 19px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.contato-link._2 {
  color: #fff;
}

.contato-mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contato-endereco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #750000;
  background-color: #7f7f7f;
}

.contato-end-info {
  width: 80%;
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.mapa {
  width: 100%;
}

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

.home-work-conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

.home-contato-conteudo {
  width: 60%;
  max-width: 880px;
  text-align: center;
}

.home-contato-conteudo.esconde {
  display: none;
}

.btn-envio {
  margin-top: 20px;
  padding: 14px 70px;
  background-color: #750000;
  -webkit-transition: letter-spacing 300ms ease;
  transition: letter-spacing 300ms ease;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-envio:hover {
  letter-spacing: 3px;
}

.slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/Red-Learning-Home-01.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/Red-Learning-Home-03.jpg');
  background-position: 50% 0%;
}

.slide._3 {
  background-image: url('../images/Red-Learning-Home-02.jpg');
  background-position: 50% 0%;
}

.slide-seta {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.02)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.02));
}

.slide-seta._2 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.02)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.02));
}

.menu-btn {
  display: none;
}

.negrito {
  color: #b22e31;
  font-weight: 500;
}

.curso-link-subtitulo-copy {
  margin-top: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: letter-spacing 300ms ease;
  transition: letter-spacing 300ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.curso-link-subtitulo-copy:hover {
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .menu-topo {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 80px;
    max-width: none;
    padding: 0px 7%;
    background-color: #f5f5f5;
  }

  .menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-baixo {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    overflow: scroll;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }

  .menu-img-links {
    display: none;
  }

  .menu-links {
    min-height: 810px;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-link {
    width: 100%;
    max-height: 50px;
    min-height: 50px;
    margin-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(178, 46, 49, 0.2);
    color: #750000;
    font-weight: 600;
    text-align: center;
  }

  .menu-link:hover {
    background-color: rgba(178, 46, 49, 0.2);
  }

  .menu-link.w--current {
    background-color: rgba(178, 46, 49, 0.24);
  }

  .menu-link.sub {
    margin-bottom: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-link.sub:hover {
    letter-spacing: 0px;
  }

  .menu-link.sub.w--current {
    background-color: transparent;
  }

  .menu-link.sub.topo.w--current {
    background-color: transparent;
  }

  .menu-link.cel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }

  .menu-link.desck {
    display: none;
  }

  .sub-menu {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sub-menu-links {
    position: relative;
    top: auto;
    overflow: hidden;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .geral {
    margin-top: 80px;
  }

  .slide-banner {
    margin-top: 0px;
  }

  .home-cursos-colunas {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-cursos-coluna {
    width: 47%;
    max-width: none;
    margin-bottom: 46px;
  }

  .titulo {
    text-align: center;
  }

  .titulo.sobre {
    margin-bottom: 41px;
  }

  .home-sobre {
    padding-right: 5%;
    padding-left: 5%;
  }

  .home-sobre-colunas {
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-sobre-coluna {
    width: 40%;
    margin-bottom: 58px;
  }

  .home-workshops-conteudos {
    background-position: 100% 50%;
  }

  .footer-colunas {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-coluna {
    margin-bottom: 39px;
  }

  .footer-produzido {
    margin-top: 7px;
  }

  .fundo-img.business {
    background-position: 0% 50%;
  }

  .coluna-geral.sobre {
    padding-right: 60px;
    padding-left: 60px;
  }

  .equipe-colunas {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .equipe-coluna {
    width: 50%;
    margin-bottom: 40px;
  }

  .cursos-colunas {
    width: 100%;
    max-width: none;
    padding-right: 22px;
    padding-bottom: 1px;
    padding-left: 22px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .curso-coluna {
    width: 23%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .curso-link-img {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
    min-height: 160px;
    min-width: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .curso-link-titulo {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 9px;
    padding-left: 9px;
    border-bottom-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .curso-link-titulo:hover {
    background-color: transparent;
    color: #750000;
  }

  .curso-link-titulo._1 {
    border-bottom-style: solid;
    border-radius: 7px;
  }

  .curso-link-subtitulo {
    width: 100%;
    padding: 15px 9px;
    border-right: 2px solid #000;
    border-bottom: 2px none #000;
    border-left: 2px solid #000;
    border-radius: 0px;
    line-height: 16px;
    text-align: center;
  }

  .curso-link-subtitulo:hover {
    letter-spacing: 0px;
  }

  .curso-link-subtitulo.baixo {
    border-bottom-style: solid;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }

  .curso-fundo {
    padding-top: 100px;
  }

  .curso-titulo {
    margin-top: 0px;
  }

  .work-colunas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-coluna {
    margin-bottom: 67px;
  }

  .home-work-conteudo {
    width: 50%;
  }

  .menu-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .barra-1 {
    position: absolute;
    width: 50px;
    height: 4px;
    padding: 0px;
    border-radius: 2px;
    background-color: #b22e31;
  }

  .barra-2 {
    position: absolute;
    width: 50px;
    height: 4px;
    padding: 0px;
    border-radius: 2px;
    background-color: #b22e31;
  }

  .barra-3 {
    position: absolute;
    width: 50px;
    height: 4px;
    padding: 0px;
    border-radius: 2px;
    background-color: #b22e31;
  }

  .curso-link-subtitulo-copy {
    width: 100%;
    padding: 15px 9px;
    border-right: 2px solid #000;
    border-bottom: 2px none #000;
    border-left: 2px solid #000;
    border-radius: 0px;
    line-height: 16px;
    text-align: center;
  }

  .curso-link-subtitulo-copy:hover {
    letter-spacing: 0px;
  }

  .curso-link-subtitulo-copy.baixo {
    border-bottom-style: solid;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .menu-baixo {
    display: none;
  }

  .menu-link.sub.w--current {
    background-color: transparent;
  }

  .geral {
    margin-top: 80px;
  }

  .slide-banner {
    height: 400px;
  }

  .home-cursos-colunas {
    width: 100%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
  }

  .titulo {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
  }

  .titulo.topo {
    max-width: 460px;
    margin-bottom: 29px;
    font-size: 30px;
    letter-spacing: 0px;
  }

  .titulo.sobre {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
  }

  .home-workshops {
    padding-top: 42px;
  }

  .home-workshops-conteudos {
    height: 500px;
    background-position: 100% 100%;
    background-size: 300px;
  }

  .fundo-img {
    height: 290px;
  }

  .coluna-geral.sobre {
    padding-right: 40px;
    padding-left: 40px;
  }

  .bola-destaque {
    max-height: 6px;
    max-width: 6px;
    min-height: 6px;
    min-width: 6px;
  }

  .cursos-colunas {
    padding-right: 51px;
    padding-left: 51px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .curso-coluna {
    width: 45%;
    margin-bottom: 33px;
  }

  .curso-info {
    overflow: hidden;
    padding-right: 45px;
    padding-left: 45px;
  }

  .curso-img {
    width: 120%;
  }

  .curso-img._1 {
    width: 100%;
  }

  .work-coluna {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-work-conteudo {
    width: 100%;
  }

  .home-contato-conteudo {
    width: 100%;
    max-width: none;
    padding-right: 44px;
    padding-left: 44px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 70%;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo.w--current {
    width: 100px;
  }

  .menu-topo {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .geral {
    overflow: hidden;
    width: 100%;
  }

  .slide-banner {
    height: 300px;
  }

  .home-cursos-colunas {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo.topo {
    line-height: 34px;
  }

  .titulo.sobre {
    font-size: 30px;
    line-height: 34px;
  }

  .home-workshops-conteudos {
    background-size: 210px;
  }

  .coluna-geral.sobre {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    padding: 0px 20px;
    background-color: #fff;
  }

  .equipe-coluna {
    width: 80%;
  }

  .curso-coluna {
    width: 80%;
  }

  .curso-link-img {
    width: 160px;
    border-radius: 100px;
  }

  .curso-fundo {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .curso-info {
    padding-right: 20px;
    padding-left: 20px;
  }

  .curso-img._1 {
    width: 100%;
  }

  .curso-titulo {
    font-size: 30px;
    line-height: 34px;
  }

  .btn-inscrever {
    text-align: center;
  }

  .work-colunas {
    width: 100%;
    max-width: none;
    padding-right: 29px;
    padding-left: 29px;
  }

  .contato-colunas {
    width: 100%;
    max-width: none;
  }

  .contato-info {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-contato-conteudo {
    padding-right: 20px;
    padding-left: 20px;
  }
}