* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

/* Estilo para o plugin slick */
.slick-dotted ul {
  list-style-type: none;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.slick-dotted li {
  display: inline-block;
  margin: 0 7px;
}

.slick-dotted button:focus {
  outline: 0;
}

.slick-dotted li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  color: #d8d8d8;
  border-width: 0;
  background: #d8d8d8;
}

li.slick-active button {
  background: #688293;
  color: #688293;
}

.slick-slide:focus {
  outline: none;
}

/* Fim do estilo para o plugin */

.clear {
  clear: both;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

/**Header do site**/

header {
  padding: 20px 2%;
}

header .logo img {
  float: left;
  width: 100px;
  height: 50px;
}

nav.menu-mobile {
  float: right;
  width: 28px;
  height: 28px;
  margin-top: 7px;
  cursor: pointer;
  background-image: url('../_imagens/menu-mobile.png');
  background-size: 100% 100%;
  display: none;
}

nav.menu-mobile ul {
  display: none;
  z-index: 999;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: white;
}

nav.menu-mobile ul li {
  padding: 10px 0;
}

header nav.menu-desktop {
  float: right;
}

header nav.menu-desktop ul {
  padding: 8px 0;
  list-style-type: none;
}

header nav.menu-desktop ul li {
  float: left;
  font-size: 14px;
  padding: 0 20px;
  text-transform: uppercase;
}

header ul a {
  color: #b4b4b4;
  text-decoration: none;

  transition: 0.3s;
}

header ul a:hover {
  color: black;
}

/****/

/**MOSAICO**/

.mosaico-single {
  float: left;
  width: calc(100% / 6);
}

.img-mosaico-single {
  width: 100%;
  padding-top: 100%;
  background-color: #ccc;
  border: 5px solid white;
  background-image: url('https://imagens.brasil.elpais.com/resizer/_uxWo32LISFcYoElQF61DhnbWGc=/1960x0/arc-anglerfish-eu-central-1-prod-prisa.s3.amazonaws.com/public/MVPPYMS2RGOIBUXKFVSQZWUHMY.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.img-mosaico-single2 {
  width: 100%;
  padding-top: 100%;
  background-color: #ccc;
  border: 5px solid white;
  background-image: url('https://www.comerciariossp.com.br/upload/img1-Desigualdade-entre-alunos-ricos-e-pobres-21947.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/****/

section.servicos > .container {
  max-width: 800px;
  display: flex;
  align-items: center;
  position: relative;
  top: -30px;
  text-align: center;
}

section.servicos > .container .box-servico {
  background-size: 18px 18px;
  background-position: center calc(100% - 5px);
  background-repeat: no-repeat;
}

section.servicos > .container .box-servico h2 {
  color: white;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

section.servicos > .container .box-servico p {
  color: white;
  margin-top: 8px;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
}

section.servicos > .container .box-servico:nth-of-type(1) {
  width: 30%;
  padding: 30px 2%;
  background-color: #576975;
}

section.servicos > .container .box-servico:nth-of-type(2) {
  width: 40%;
  padding: 45px 2%;
  background-color: #688293;
  background-image: none;
}

section.servicos > .container .box-servico:nth-of-type(3) {
  width: 30%;
  padding: 20px 2%;
  background-color: #576975;
}

section.perfil-container {
  padding: 40px 0;
}

section.perfil-container .container {
  max-width: 800px;
}

section.perfil-container .perfil-wraper {
  padding-top: 60%;
  position: relative;
}

section.perfil-container .perfil-wraper2 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

section.perfil-container .img-perfil {
  width: 40%;
  height: 60%;
  background-image: url('https://webgearbrasil.com.br/wp-content/uploads/2020/10/plataformas-ead.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

section.perfil-container .texto-perfil {
  width: 60%;
  padding: 0 30px;
}

section.perfil-container .texto-perfil h2 {
  color: #698293;
  font-size: 18px;
}

section.perfil-container .texto-perfil p {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

section.videos .aulas {
  margin-bottom: 32px;
}

section.videos .aulas h2 {
  text-align: center;
  color: #698293;
  font-size: 20px;
}

section.videos .box-video {
  float: left;
  width: 33.3%;
  position: relative;
  border: 3px solid white;
  padding-top: calc(33.3% * 0.6);
}

section.videos iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.tratamentos {
  padding: 70px 0;
  background-color: #f0f2f7;
}

section.tratamentos .tratamento-container {
  float: left;
  width: 33.3%;
}

section.tratamentos > h2 {
  color: #698293;
  text-align: center;
  font-size: 18px;
}

section.tratamentos > .container {
  padding-top: 30px;
}

.tratamento-single {
  padding: 20px;
}

.tratamento-single h2 {
  font-size: 18px;
  color: #737373;
}

.tratamento-single p {
  padding: 10px 0;
  font-size: 13px;
  color: #b4b4b4;
}

section.depoimentos {
  padding: 70px 0;
  padding-bottom: 30px;
}

section.depoimentos > h2 {
  color: #698293;
  text-align: center;
  font-size: 18px;
}

section.depoimentos > .container {
  padding: 40px 0;
  max-width: 400px;
}

section.depoimentos .depoimento-single {
  text-align: center;
  width: 100%;
  padding: 0 2%;
}

.depoimento-single quote {
  font-size: 15px;
  color: #b4b4b4;
}

.depoimento-single .nome-depoimento {
  padding: 19px 0;
}

.nome-depoimento img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 16px;
}

.nome-depoimento span {
  position: relative;
  top: 5px;
  font-size: 13px;
  color: #b4b4b4;
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
}

.instagram-chamada {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: #98a5ae;
}

.instagram-chamada p {
  line-height: 23px;
  color: white;
  padding: 10px 0;
  font-size: 13px;
}

.mosaico-social {
  float: left;
  width: 100%;
}

.img-mosaico-single-social {
  float: left;
  width: calc(100% / 9);
  padding-top: calc(100% / 9);
  background-image: url('https://escolapt.files.wordpress.com/2015/08/computer1.gif');
  background-size: 100%;
  background-repeat: no-repeat;
  border: 6px solid white;
}


footer {
  padding: 40px 0;
  background-color: #688293;
}

footer .footer-block {
  padding: 0 5%;
}

.footer-block h2 {
  color: white;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}

/* Adicionando funcionalidade */
/* Back to top */
.back-to-top {
  background: #7d949c;
  color: rgb(255, 255, 255);

  position: fixed;
  right: 15px;
  bottom: 16px;

  padding: 10px;
  clip-path: circle();

  font-size: 35px;
  line-height: 0;

  visibility: hidden;
  opacity: 0;

  transition: 0.3s;
  transform: translateY(100%);
  z-index: 1;
}

.back-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.back-to-top img {
  width: 18px;
  height: 18px;
}


@media screen and (max-width: 1024px) {
  .img-mosaico-single-social {
    width: calc(100% / 6);
    padding-top: calc(100% / 6);
  }

  .mosaico-social > div:nth-of-type(1n + 7) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  nav.menu-desktop {
    display: none;
  }

  nav.menu-mobile {
    display: block;
  }

  section.servicos > .container {
    flex-direction: column;
  }

  section.servicos > .container .box-servico:nth-of-type(1) {
    width: 90%;
    max-width: 350px;
    padding: 30px 2%;
  }

  section.servicos > .container .box-servico:nth-of-type(2) {
    width: 94%;
    max-width: 380px;
    padding: 40px 2%;
  }

  section.servicos > .container .box-servico:nth-of-type(3) {
    width: 90%;
    max-width: 350px;
    padding: 30px 2%;
  }

  section.perfil-container .perfil-wraper {
    padding-top: 0;
  }

  section.perfil-container .perfil-wraper2 {
    height: auto;
    position: static;
    display: inline-block;
    text-align: center;
  }

  section.perfil-container .img-perfil {
    width: 50%;
    padding-top: 70%;
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
  }

  section.perfil-container .texto-perfil {
    display: inline-block;
    text-align: justify;
    width: 100%;
    padding: 0 30px;
  }

  section.videos {
    text-align: center;
  }

  section.videos .box-video {
    float: none;
    width: 70%;
    margin-top: 30px;
    display: inline-block;
    padding-top: calc(70% * 0.6);
  }

  .img-mosaico-single-social {
    width: calc(100% / 3);
    padding-top: calc(100% / 3);
  }

  .mosaico-social > div:nth-of-type(1n + 4) {
    display: none;
  }

  footer {
    text-align: center;
  }

  footer .footer-block {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
}

@media screen and (max-width: 580px) {
  section.perfil-container .img-perfil {
    width: 80%;
    padding-top: 110%;
  }

  section.videos .box-video {
    width: 100%;
    padding-top: calc(100% * 0.6);
  }

  .w50 {
    width: 100%;
  }
}


