@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,700;1,800&display=swap");
/*BÁSICO*/
* {
  font-family: "Open Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
ul,
li {
  list-style: none;
}
*:focus {
  outline: none;
}
.clear {
  clear: both;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  border: 0 none;
  color: inherit;
}
img {
  border: 0 none;
  max-width: 100%;
}
textarea {
  resize: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -webkit-border-radius: 0;
}
select::-ms-expand {
  display: none;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
body {
  margin: 0;
}
.row {
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.swiper-container {
  position: relative;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.mobile {
  display: none;
}

.sliderAltura {
  height: 44vh;
}
@media (max-width: 1170px) {
  .container {
    padding: 0 10px;
  }
}

.chat {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 99;
  background: url("../img/chat.png") no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

@keyframes treme {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(5%, -5%);
  }

  50% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(5%, -5%);
  }

  100% {
    transform: translate(0, 0);
  }
}

.chat.anima {
  animation: treme 0.16s;
  animation-iteration-count: 6;
}

/*BANNER*/
.home .banner {
  display: flex;
}
.bannerC {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.bannerC,
.bannerC .swiper-slide,
.bannerC .imagem {
  height: 480px;
}
.bannerC .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0px;
  text-align: center;
  z-index: 1;
}
.bannerC .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: 2.2px solid #fff;
  margin-left: 7px;
  width: 12px;
  height: 12px;
}
.bannerC .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 1070px) {
  .bannerC,
  .bannerC .swiper-slide,
  .bannerC .imagem {
    height: 400px;
  }
}
@media (max-width: 990px) {
  .bannerC,
  .bannerC .swiper-slide,
  .bannerC .imagem {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .bannerC,
  .bannerC .swiper-slide,
  .bannerC .imagem {
    height: 500px;
  }
}

/*MENU*/
.menuMobile {
  display: none;
}
.menu {
  background-color: #1a2c56;
  padding-bottom: 20px;
}
.menu .menu_principal {
  display: flex;
}
.menu .menu_principal img {
  margin-top: -30px;
  width: 300px;
}
.menu .menu_principal ul {
  margin: 0;
  padding: 15px 0 10px 50px;
}
.menu ul li {
  float: left;
  padding: 5px 18px;
}
.menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.menu ul li a.matricula {
  background-color: #b52a47;
  border-radius: 20px;
  padding: 5px 20px;
  box-shadow: 3px 4px 6px #080409;
}
.menu ul.menor li {
  padding: 5px 10px;
}

.menu .links img {
  height: 18px;
  margin-top: -4px;
}

.menu .links ul {
  float: right;
  position: relative;
}

.menu .links ul li.redes.f {
  padding: 5px 5px 5px 40px;
}
.menu .links ul li.redes.w {
  padding: 5px 49px 5px 5px;
}

.menu .links ul li.redes {
  padding: 5px;
}

.menu .links ul li a {
  text-transform: none;
  font-size: 14px;
  color: #cdcfd0;
}

.menu .links .fundo {
  background-color: #4a597a;
  height: 34px;
  width: 59%;
  right: 0;
  position: absolute;
}

.abre_menu {
  cursor: pointer;
  margin-top: 22px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  display: none;
}
.abre_menu span {
  width: 40px;
  height: 8px;
  display: block;
  background: #fff;
  margin-top: 0px;
  z-index: 99;
  position: absolute;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.abre_menu span:before {
  content: "";
  width: 40px;
  height: 8px;
  display: block;
  background: #fff;
  margin-top: 10px;
  z-index: 99;
  position: absolute;
  right: 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.abre_menu span:after {
  content: "";
  width: 40px;
  height: 8px;
  display: block;
  background: #fff;
  margin-top: 20px;
  z-index: 99;
  position: absolute;
  right: 0px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

body.menu_aberto .abre_menu span {
  background: transparent;
  box-shadow: none;
}
body.menu_aberto .abre_menu span:before {
  right: 0px;
  box-shadow: none;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0px;
}
body.menu_aberto .abre_menu span:after {
  margin: 0px;
  box-shadow: none;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu .menu_principal ul li ul {
  display: none;
  position: absolute;
  padding: 30px 0 0 0;
  margin-left: -85px;
  z-index: 9;
}

.menu .menu_principal ul li:hover ul {
  display: inline;
}

.menu .menu_principal ul li ul li {
  float: none;
  text-align: center;
  background: #b52a47;
}

.menu .menu_principal ul li ul li a {
  font-size: 14px;
}

.sobre {
  padding: 50px 0;
  background-color: #cccecf;
  color: #3c3c3c;
}
.sobre p.titulo {
  font-weight: 800;
  font-size: 34px;
  padding-top: 80px;
  color: #b52a47;
}

.callan {
  background-color: #2a315a;
  color: #fff;
}

.callan p.titulo {
  font-weight: 800;
  font-size: 34px;
  color: #b52a47;
}

.callan .logocallan {
  margin: 60px 0 20px 0;
}

.callan .livrocallan {
  float: left;
  width: 43%;
}

.cursos {
  padding: 50px 0 70px 0;
  color: #3c3c3c;
}
.home h2 {
  color: #3e3e3e;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.cursos {
  text-align: center;
}
.cursos img {
  margin-bottom: 20px;
}
.cursos a {
  border-radius: 40px;
  border: 2px solid #6d6d6d;
  padding: 4px;
  color: #6d6d6d;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  display: block;
}
.cursos .swiper-pagination {
  margin-top: 20px;
  width: 98%;
  text-align: center;
}
.cursos .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  border: 2.2px solid #6d6d6d;
  margin-left: 7px;
  width: 12px;
  height: 12px;
}
.cursos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6d6d6d;
}

.razoes {
  color: #fff;
  background-color: #b52a47;
  padding: 50px 0;
}
.razoes h2 {
  color: #fff;
}
.razoes p {
  margin: 0;
}
.razoes p.titulo {
  background: #2a315a;
  padding: 2px 7px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 10px;
}
.razoes .espaco {
  margin-bottom: 50px;
}

.depoimentos {
  background-color: #cccecf;
  padding: 50px 0;
}
.depoimentos .fundo {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 50px;
}
.depoimentos .aspas {
  background: url(img/aspas.png) center center no-repeat;
  background-size: contain;
  width: 172px;
  height: 100px;
  float: left;
  margin-top: -110px;
  margin-left: -30px;
}

.depoimentos .aspas2 {
  background: url(img/aspas.png) center center no-repeat;
  background-size: contain;
  width: 172px;
  height: 100px;
  float: right;
  margin-top: 10px;
  margin-right: -30px;
  transform: rotate(180deg);
}
.depoimentos .depo {
  margin-top: 60px;
}
.depoimentos .nome {
  font-style: italic;
}
.depoimentos img {
  width: 500px;
  height: 630px;
  border-radius: 10px;
}
.depoimentos h2 {
  margin-bottom: 50px;
}

.depoimentos .swiper-pagination {
  position: initial;
  width: 100%;
  left: 0px;
  text-align: center;
  z-index: 1;
  margin-top: 15px;
}
.depoimentos .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: 2.2px solid #fff;
  margin-left: 7px;
  width: 12px;
  height: 12px;
}
.depoimentos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.depoimentos .swiper-slide {
  text-align: center;
}

.depoimentos iframe {
  width: 350px;
  max-width: 100%;
  height: 630px;
  margin: 0 auto;
  border-radius: 10px;
}

.interna .chamada {
  background: #1a2c56;
  color: #fff;
}

.interna .chamada p.destaque {
  font-weight: 600;
  font-size: 18px;
  margin-top: 50px;
}

.interna .chamada img {
  margin-top: -50px;
}

.paginacursos .lista {
  background: #d2d4d5;
  padding: 50px 0;
}

.paginacursos h2 {
  color: #b52a48;
  text-align: center;
  font-weight: 600;
}

.paginacursos .lista p.destaque {
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 50px;
}

.paginacursos .lista .listacurso {
  padding: 20px 20px 25px 20px;
  text-align: center;
}

.paginacursos .lista .listacurso p {
  color: #fff;
  font-style: italic;
  margin: 15px 0 30px 0;
}

.paginacursos .lista .listacurso a {
  border-radius: 40px;
  background: #b52a48;
  padding: 5px 60px;
  color: #fff;
  font-weight: 700;
}

.interna.contatoenviado .descricao p {
  text-align: center;
  margin: 70px 0;
}

.interna h1 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
  padding-top: 40px;
  color: #fff;
}

.interna h1 span {
  background: #b52a47;
  width: 380px;
  max-width: 100%;
  height: 7px;
  margin: 0 auto;
  margin-top: 15px;
  display: block;
}

.interna .razoes h2 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

.estude p.titulo {
  color: #b52a47;
  font-weight: 600;
  font-size: 2rem;
  padding-top: 110px;
}

.estude .imgestude {
  float: left;
  width: 43%;
}

input,
textarea {
  width: 100%;
  border: 1px solid #545454;
  border-radius: 10px;
  margin-top: 15px;
  padding: 5px 10px;
  color: #3c3c3c;
}

textarea {
  height: 200px;
}

input[type="submit"] {
  background: #b52a47;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 8px 10px;
}

.paginacursos .titulopagina {
  background: #1a2c56;
  padding-bottom: 2px;
}

.paginacursos .conteudo {
  background: #cfd1d2;
  padding: 40px 0;
  color: #3c3c3c;
}

.paginacursos .video {
  padding: 40px 0;
  text-align: justify;
  margin: 0 auto;
}
.paginacursos .video img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.interna iframe {
  width: 800px;
  max-width: 100%;
  height: 450px;
}

.paginacursos .conteudo p.destaque,
.paginacursos .video p.destaque {
  color: #b52a47;
  font-weight: 600;
  font-size: 1.8rem;
}

.paginacursos .destaques .dest1,
.paginacursos .destaques .dest2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}

.paginacursos .destaques .dest1 {
  background: #b52a47;
}

.paginacursos .destaques .dest2 {
  background: #1a2c56;
}

.paginacursos.espanhol .destaques .dest1 {
  background: #ffba00;
}

.paginacursos.espanhol .destaques .dest2 {
  background: #b52a47;
}

.paginadiferenciais .chamada p.destaque {
  font-size: 26px;
}

.paginadiferenciais .chamada img {
  margin-top: 0;
}

.paginadiferenciais .callan {
  background-color: #fff;
  color: #3c3c3c;
}

.paginadiferenciais .callan p.titulo {
  margin-top: 120px;
}

.paginadiferenciais .callan .logocallan {
  margin: 20px 0;
}

.paginadiferenciais .parceiros {
  padding: 50px 0;
  background-color: #cccecf;
  color: #3c3c3c;
  text-align: center;
}

.paginadiferenciais .parceiros h2 {
  font-weight: 600;
}

.paginadiferenciais .parceiros p {
  margin-bottom: 40px;
}

.paginadiferenciais .parceiros .swiper-pagination {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  position: inherit;
}
.paginadiferenciais .parceiros .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  border: 2.2px solid #6d6d6d;
  margin-left: 7px;
  width: 12px;
  height: 12px;
}
.paginadiferenciais
  .parceiros
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #6d6d6d;
}

.paginasobre .conheca {
  padding: 50px 0;
  background-color: #cccecf;
  color: #3c3c3c;
  text-align: center;
}
.paginasobre .conheca h2 {
  font-weight: 600;
  margin-bottom: 50px;
}

.paginasobre .conheca iframe {
  margin-top: 40px;
}

.paginasobre .chamada img {
  margin: 0 0 60px;
}

.paginasobre .chamada p.destaque {
  font-size: 26px;
  margin-top: 50px;
}

.interna.formulario .chamada,
.contatoenviado .chamada {
  padding-bottom: 1px;
}

.interna.formulario .form {
  padding: 50px 0;
  color: #3c3c3c;
}

.interna.formulario .form p.destaque {
  color: #b52a47;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2rem;
}

.interna.formulario .form iframe {
  height: 335px;
  border: 0;
}

.interna.formulario .form .espacotopo {
  margin-top: 20px;
}

p.mobile.dest {
  color: #b52a47;
  font-weight: 600;
  margin: 30px 0 0;
}

.rodape {
  background: url("img/fundorodape.png") 50px top no-repeat #1a2c56;
  color: #fff;
  font-size: 14px;
  padding: 80px 0 60px 0;
}

.rodape .logo {
  margin-top: 20px;
  width: 310px;
}

.rodape .meio {
  padding: 0 38px;
}

.rodape a {
  font-weight: 600;
}
.rodape .redes {
  margin-left: 8px;
}

.rodape iframe {
  height: 165px;
  border: 0;
}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  z-index: 998;
  bottom: 15px;
  width: 100%;
  font-size: 12px;
}

.box-cookies .container {
  background: #fff;
  margin: 0 auto;
  box-shadow: 3px 4px 6px #080409;
  border-radius: 5px;
  padding: 10px;
}

.box-cookies .msg-cookies {
  text-align: center;
  margin: 0;
  padding-top: 5px;
}

.box-cookies .btn-cookies {
  background-color: #b52a47;
  border-radius: 10px;
  padding: 5px 20px;
  border: 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .box-cookies .btn-cookies {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }

  .chat {
    width: 60px;
    height: 60px;
    right: 0.5em;
    bottom: 0.5em;
  }
  input[type="submit"] {
    font-size: 11.5px;
  }
  .interna h1 span {
    width: 90%;
  }
  .paginasobre .chamada p.destaque {
    margin-top: 0;
  }
  .paginadiferenciais .callan p.titulo {
    margin-top: 20px;
  }
  .paginadiferenciais .callan .logocallan {
    display: block;
    margin: 0 auto;
  }
  .paginacursos .conteudo .logo {
    text-align: center;
  }
  .interna iframe,
  .depoimentos iframe {
    height: 300px;
  }

  .rodape iframe {
    width: 100%;
    height: 165px;
  }
  .interna h1 {
    margin-bottom: 30px;
    padding-top: 100px;
  }
  .estude p.titulo {
    padding-top: 0;
  }
  .estude {
    padding: 50px 0 60px;
  }
  .desktop {
    display: none;
  }
  .menu {
    padding-bottom: 10px;
    position: fixed;
    z-index: 9;
    width: 100%;
  }
  .menu .abre_menu {
    display: block;
  }
  .menu ul,
  .links {
    display: none;
  }
  .menuMobile.aberto,
  .menuMobile.aberto ul,
  .mobile {
    display: block;
  }
  .menuMobile {
    margin-top: 10px;
  }
  .menuMobile ul {
    padding: 0;
  }
  .menuMobile ul li {
    float: none;
    width: 100%;
    padding: 10px 18px;
    text-align: center;
  }
  .menu ul li a.matricula {
    width: 100%;
    display: block;
  }

  .menu .menu_principal img {
    margin-top: 10px;
    height: 50px;
    width: auto;
  }

  .menuMobile ul.redes {
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .menuMobile ul.redes li {
    float: left;
    padding: 5px;
    width: auto;
  }

  .home .banner {
    padding-top: 70px;
  }
  .rodape {
    background: #1a2c56;
    padding: 20px 0;
  }
  .rodape .logo {
    margin: 0 auto;
    display: block;
  }
  .rodape .meio {
    margin: 50px 0;
    padding: 0;
    text-align: center;
  }
  .razoes p {
    padding-top: 10px;
  }
  .razoes h2 {
    margin-bottom: 30px;
  }
  .razoes .espaco,
  .razoes .espaco_mobile {
    margin-bottom: 20px;
  }
  .depoimentos .fundo {
    padding: 20px;
  }
  .depoimentos .depo {
    margin-top: 10px;
  }
  .depoimentos h2 {
    margin-bottom: 50px;
  }
  .sobre p.titulo {
    padding-top: 15px;
  }
  .callan .logocallan {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
  .razoes p.titulo {
    text-align: center;
  }
  .sliderAltura {
    height: 60vh;
  }
}
