/*
  Add your scss files below to structure your project styles
*/
/* ==========================================================================
   Settings
   ========================================================================== */
/* ==========================================================================
   Tools (Functions, mixins etc.)
   ========================================================================== */
/* ==========================================================================
   Vendors
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
/* ==========================================================================
   Components
   ========================================================================== */
@media screen and (max-width: 480px) {
  #slider-box {
    background-color: #0292b7;
  }
}
#slider-box .slider {
  width: 100%;
  height: 600px;
  position: relative;
}
#slider-box .slide {
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: white !important;
  text-align: center;
}
#slider-box .slide.esquerda {
  justify-content: flex-start !important;
  padding-left: 5%;
}
#slider-box .slide.direita {
  justify-content: flex-end !important;
}
#slider-box .slide a {
  text-decoration: none !important;
}
#slider-box .slide a h1,
#slider-box .slide a h2,
#slider-box .slide a h3,
#slider-box .slide a h4,
#slider-box .slide a h5,
#slider-box .slide a p {
  color: #fff !important;
}
#slider-box .slide-content {
  width: 60%;
}
@media screen and (max-width: 480px) {
  #slider-box .slide-content {
    width: 90%;
  }
}
#slider-box .slide-content h2 {
  font-family: "athachantr_trialregular";
  font-size: 4.2rem;
  margin-bottom: 15px;
  line-height: 1 !important;
}
@media screen and (max-width: 480px) {
  #slider-box .slide-content h2 {
    font-size: 2.2rem;
  }
}
#slider-box .slide-content p {
  font-size: 1.3rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  #slider-box .slide-content p {
    font-size: 1rem;
  }
}
#slider-box .btn {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
}
#slider-box .btn:hover {
  background-color: #0292b7 !important;
  color: #fff !important;
}

.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  border: 0;
  text-indent: -999999px;
  background: #cecece;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  display: flex;
}
.slick-dots li.slick-active button {
  background: #0292b7;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 45%;
  z-index: 1;
  width: 32px;
  height: 42px;
  text-indent: -9999px;
  background: none;
  border: 0;
  cursor: pointer;
  opacity: 1;
  outline: none;
}

.slick-prev {
  left: 20px;
  background: url(../images/icon-arrow-left.webp) no-repeat;
}

.slick-next {
  right: 20px;
  background: url(../images/icon-arrow-right.webp) no-repeat;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.btn {
  font-size: 24px !important;
  color: #fff !important;
  border-radius: 25px !important;
  padding: 0 35px 5px 35px !important;
  border: 2px solid #0292b7 !important;
}
.btn:hover {
  background: #0292b7 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.btn-saiba-mais {
  font-size: 24px;
  font-weight: bold;
}

.comment-reply-link,
.form-submit #submit {
  margin: 15px 0;
  background: #0292b7;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 5px 25px 10px 25px;
  text-decoration: none;
  line-height: 1.2;
  border: 1px solid #0292b7 !important;
  box-shadow: none;
}
.comment-reply-link:hover,
.form-submit #submit:hover {
  background: #fff !important;
  color: #0292b7 !important;
  border: 1px solid #0292b7;
}

.btn-outline-primary {
  font-family: "athachantr_trialregular" !important;
  border-radius: 50px !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: 5px 15px !important;
  font-weight: 600 !important;
  font-size: 1.8rem !important;
  display: inline;
}

.servico .btn-outline-primary {
  font-size: 18px !important;
  border: 2px solid #0292b7 !important;
  color: #0292b7 !important;
}
.servico .btn-outline-primary:hover {
  color: #fff !important;
}

#noticias .btn-outline-primary {
  font-size: 18px !important;
  border: 2px solid #0292b7 !important;
  color: #0292b7 !important;
}
#noticias .btn-outline-primary:hover {
  color: #fff !important;
}

#jornada .btn-outline-primary {
  font-family: "Montserrat", sans-serif !important;
  border-color: #9cdae9 !important;
  color: #9cdae9 !important;
  font-size: 1.6rem !important;
}

#sobre .btn-outline-primary {
  padding-left: 35px !important;
  padding-right: 35px !important;
  color: #fff !important;
  /*&::after {
      content: "";
      display: block;
      background: url(../images/hand.png) no-repeat;
      width: 39px;
      height: 41px;
      float: right;           
  }*/
}

.site-main .page a {
  font-family: "athachantr_trialregular" !important;
  border-radius: 50px !important;
  border: 2px solid #0292b7 !important;
  color: #000 !important;
  padding: 10px 25px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  display: inline;
}
.site-main .page a:hover {
  background: #0292b7 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.site-main .page .wpcf7 .wpcf7-submit {
  background: #0292b7 !important;
}
.site-main .page .wpcf7 .wpcf7-submit:hover {
  background: #000 !important;
}

#comments {
  border-top: 4px solid #0292b7;
  padding: 25px 0 0;
}
#comments .comments-title {
  margin-bottom: 30px;
}
#comments .comment-respond {
  margin-top: 30px;
}
#comments form textarea,
#comments form input[type=url],
#comments form input[type=email],
#comments form input[type=text] {
  width: 100%;
}
#comments .comment-list li {
  margin-bottom: 40px;
}
#comments .comment-list li .comment-author {
  margin-top: 40px;
  color: #000;
}
#comments .comment-list li .comment-metadata {
  margin-bottom: 20px;
}
#comments a {
  color: #000;
}

/*
* PAGENAVI
*/
.wp-pagenavi {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 0 !important;
  color: #0292b7;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px;
  margin: 0 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #0292b7 !important;
}

.modal .modal-body p, .modal .modal-body label {
  font-size: 16px !important;
}
.modal .modal-body .wpcf7-submit {
  margin: 0 auto;
  display: block;
  font-size: 20px !important;
  background-color: #14465d !important;
  border-color: #14465d !important;
}

/* ==========================================================================
   Modules
   ========================================================================== */
@font-face {
  font-family: "athachantr_trialregular";
  src: url("../assets/webfontes/athachantrtrial-regular_2-webfont.woff2") format("woff2"), url("../assets/webfontes/athachantrtrial-regular_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  background: #fff;
  color: #222;
}
body.blur .site-main {
  filter: blur(4px);
}

ul, ol, p, table, iframe {
  font-size: 18px;
}

section {
  padding: 80px 0;
}

.responsive {
  width: 100%;
  height: auto;
}

p {
  font-size: 22px;
}

.site a {
  text-decoration: none;
  color: #000 !important;
}
.site a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600 !important;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.site-main {
  min-height: calc(100vh - 350px);
}

.site-main .page hr {
  margin-bottom: 50px !important;
}

.site-main .page .wpcf7 {
  margin: 50px 0 0;
}

#masthead {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #14465d;
  padding-bottom: 20px;
}

.home #masthead {
  position: absolute;
  padding-bottom: 0;
  background: transparent;
}

.site-description {
  display: block;
  text-indent: -999999px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #14465d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff !important;
  text-decoration: none;
}
.sidenav #primary-menu a {
  padding: 8px 8px 0 60px;
  text-decoration: none;
  font-size: 25px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
  font-weight: 800;
}
.sidenav #primary-menu a:hover {
  color: #f1f1f1;
}
.sidenav #primary-menu .breadcrumb {
  color: #fff;
}
.sidenav #primary-menu .breadcrumb span {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
}
.sidenav #primary-menu .breadcrumb span::before {
  content: "";
  height: 2px;
  width: 50px;
  margin-right: 5px;
  display: inline-block;
  background: #fff;
}
@media screen and (max-height: 450px) {
  .sidenav .sidenav {
    padding-top: 15px;
  }
  .sidenav .sidenav a {
    font-size: 18px;
  }
}

footer#colophon {
  background: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
}

.title-section {
  font-size: 40px;
  font-weight: 900;
}
.title-section span {
  color: #0292b7;
}

.wp-block-search__label,
.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 600 !important;
}

.wp-block-search__label {
  margin-bottom: 15px;
}

.sub-title {
  font-size: 24px;
}

#blog .title h3 {
  font-size: 32px;
  font-weight: 900;
}

#frase-numeros .title-frase p {
  font-size: 42px;
  font-weight: 300 !important;
  letter-spacing: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #frase-numeros .title-frase p {
    text-align: center;
    flex-direction: column;
  }
}
#frase-numeros .title-frase p strong {
  font-family: "athachantr_trialregular";
  letter-spacing: 0;
  font-size: 72px;
  color: #0292b7;
  font-weight: bold;
  margin-right: 25px;
}

#sobre h2,
#sobre p {
  font-size: 2.5rem;
}
#sobre h2 strong,
#sobre p strong {
  font-family: "athachantr_trialregular";
  background: #30c1d6;
  color: #14465d;
  display: inline;
  line-height: 1.4;
  font-size: 3.8rem;
  font-weight: 600 !important;
}
#sobre p {
  margin-top: 35px;
}

#servicos h2 {
  font-size: 2.5rem;
}
#servicos h2 strong {
  color: #0292b7;
}
#servicos .servico h3 {
  color: #0292b7;
  font-weight: 500 !important;
}

#frase-experiencias p {
  letter-spacing: 2.5px;
  font-size: 28px;
}

#experimentacao-e-feedback h2 {
  font-family: "athachantr_trialregular";
  font-weight: 600 !important;
  font-size: 2.5rem;
}

#pesquisa h2 {
  font-family: "athachantr_trialregular";
  margin-bottom: 25px;
  font-weight: 600 !important;
  font-size: 3rem;
  line-height: 1 !important;
}

#podcasts h2 {
  font-family: "athachantr_trialregular";
  font-size: 2.5rem;
  font-weight: 600 !important;
}

#ajuda-profissional h2 {
  font-family: "athachantr_trialregular";
  font-size: 2.5rem;
  font-weight: 600 !important;
  margin-bottom: 30px;
}

#noticias h2 {
  font-family: "athachantr_trialregular";
  font-size: 2.5rem;
  font-weight: 600 !important;
  margin-bottom: 30px;
}

#jornada h2 strong {
  color: #9cdae9;
}

.page-header .page-title {
  font-family: "athachantr_trialregular";
  font-size: 2.5rem;
  font-weight: 400 !important;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/*
* HOME
*/
#sobre {
  background: #14465d;
  color: #fff;
}

#servicos .servico {
  min-height: 320px;
  border: 3px solid #0292b7;
  border-radius: 15px;
  text-align: center;
  padding: 15px 5px 5px;
}
@media screen and (max-width: 1280px) {
  #servicos .servico {
    min-height: 375px;
  }
}
@media screen and (max-width: 480px) {
  #servicos .servico {
    margin-bottom: 30px;
  }
}
#servicos .servico h3 {
  font-size: 1.5rem;
}
#servicos .servico p {
  color: #103253;
  font-size: 22px;
}

#frase-experiencias {
  background: #0292b7;
}

#jornada {
  color: #fff;
  padding-bottom: 0;
  background: #14465d;
}

#experimentacao-e-feedback {
  background: #3ab7cf url("../images/bg-experimentacao-feedback.webp") no-repeat;
  background-size: cover;
}
#experimentacao-e-feedback p {
  font-size: 24px;
}

#pesquisa {
  color: #fff;
  background: #0c445a url("../images/bg-pesquisa.webp") no-repeat right;
  background-size: cover;
}
#pesquisa p {
  font-size: 22px;
}

#ajuda-profissional {
  color: #14465d;
  background: #1ec0d2 url("../images/bg-ajuda.webp") no-repeat;
  background-size: cover;
}

#noticias {
  padding-top: 30px;
  padding-bottom: 0;
}
#noticias img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  #noticias img {
    margin-left: 80px;
  }
}
#noticias .text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #noticias .text {
    padding: 30px 0 50px 0;
  }
}

#podcasts {
  background: #14465d;
  color: #fff;
}
#podcasts .entry-image {
  background: #000;
  border-radius: 25px;
}
#podcasts .entry-image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  opacity: 0.5;
}
#podcasts .entry-image img:hover {
  opacity: 1;
}
#podcasts .link {
  min-height: 100px;
  border: 3px solid #99dfec;
  border-radius: 15px;
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  #podcasts .link {
    margin: 10px;
  }
}
#podcasts .link a, #podcasts .link p {
  line-height: 1.1;
  font-weight: 500;
  color: #99dfec !important;
  text-decoration: none !important;
  font-size: 18px;
  margin-bottom: 0;
}

/* BLOG
***************************************************************/
.blog .category,
.single .category,
.archive .category,
.search .category,
.error404 .category {
  background: #0292b7;
  position: relative;
  float: left;
  margin-top: -55px;
  margin-bottom: 35px;
  padding: 5px 30px;
  font-size: 18px;
}
.blog .category a,
.single .category a,
.archive .category a,
.search .category a,
.error404 .category a {
  color: #fff !important;
  text-decoration: none !important;
}
.blog .title,
.single .title,
.archive .title,
.search .title,
.error404 .title {
  margin-top: 30px;
  font-weight: 600 !important;
  font-family: "athachantr_trialregular";
}
.blog .title a,
.single .title a,
.archive .title a,
.search .title a,
.error404 .title a {
  text-decoration: none !important;
}
.blog #secondary,
.single #secondary,
.archive #secondary,
.search #secondary,
.error404 #secondary {
  padding-top: 90px;
}
.blog #secondary section,
.single #secondary section,
.archive #secondary section,
.search #secondary section,
.error404 #secondary section {
  padding: 20px 0;
}
.blog #secondary .wp-block-group,
.blog #secondary .wp-block-search,
.single #secondary .wp-block-group,
.single #secondary .wp-block-search,
.archive #secondary .wp-block-group,
.archive #secondary .wp-block-search,
.search #secondary .wp-block-group,
.search #secondary .wp-block-search,
.error404 #secondary .wp-block-group,
.error404 #secondary .wp-block-search {
  padding: 20px;
  background: #f7f7f7;
}
.blog .wp-block-latest-posts__list,
.single .wp-block-latest-posts__list,
.archive .wp-block-latest-posts__list,
.search .wp-block-latest-posts__list,
.error404 .wp-block-latest-posts__list {
  list-style: disc;
  margin-left: 30px;
}
.blog .wp-block-latest-posts__list li,
.single .wp-block-latest-posts__list li,
.archive .wp-block-latest-posts__list li,
.search .wp-block-latest-posts__list li,
.error404 .wp-block-latest-posts__list li {
  margin-bottom: 20px;
}

.archive h2,
.search h2 {
  font-family: "athachantr_trialregular";
  font-weight: 400 !important;
}
.archive h2 a,
.search h2 a {
  text-decoration: none !important;
}

#related_posts {
  margin-top: 50px;
  border-top: 4px solid #0292b7;
  padding: 50px 0 0;
}
#related_posts .related_thumb img {
  width: 100%;
  height: auto;
}
#related_posts a {
  text-decoration: none;
  color: #000;
}

hr {
  margin: 1.5rem 0 !important;
  background: #0292b7;
  height: 4px;
  opacity: 1 !important;
  border: 0 !important;
}

/* ==========================================================================
   Helpers
   ========================================================================== *//*# sourceMappingURL=custom.css.map */