@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


* {text-decoration: none; list-style: none;}

a { transition: all 350ms ease-in-out; }

html, body{
  font-family:"program";
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #1d1d1b;  
}

b, strong {
  font-family:"program";
}

p {
  letter-spacing: 0.1rem;
  font-weight: 500;
}

*::-webkit-scrollbar {
  width: 8px;
}

*.thin::-webkit-scrollbar {
  width: 2px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f5f9fa;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dad9e7;
}

*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(236, 240, 243, 0.8);
}

::-webkit-input-placeholder { /* Edge */
  font-weight: 500;
  font-size: .9em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 500;
  font-size: .9em;
}

::placeholder {
  font-weight: 500;
  font-size: .9em;
}

@media only screen and (min-width: 993px){
  .container {
    width: 86%;
  }
}

.nav-menu .sidenav-trigger i {
  color: #fff;
}
/* Elementos Gerais */

.mtop-1 {margin-top: 1rem;}
.mtop-2 {margin-top: 2rem;}
.mtop-3 {margin-top: 3rem;}
.mtop-4 {margin-top: 4rem;}
.mbot-1 {margin-bottom: 1rem;}
.mbot-2 {margin-bottom: 2rem;}
.mbot-3 {margin-bottom: 3rem;}
.mbot-4 {margin-bottom: 4rem;}
.ptop-1 {padding-top: 1rem;}
.ptop-2 {padding-top: 2rem;}
.pbot-1 {padding-bottom: 1rem;}
.pbot-2 {padding-bottom: 2rem;}

.text-left {
  text-align: left !important;
}

.btDefault {
  padding: 5px 1rem !important;
  color: #FFF;
  background: rgba(167,169,172,1);
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.4em;
}

.pagination li:hover{
  background-color: #3c3533;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li.active{
  background-color: #42b1bb;
}

.btDefault.rounded{
  border-radius: 25px;
}

.btDefault:hover{
  background: rgba(60,53,51,1);
}

.bg-cinza{
  background: #edeef0;
}


.collapsible-body{
  padding-top: 0;
}

a.link-padrao {
  color: #42b1bb;
  font-family: "Gotham-Medium", "Roboto", sans-serif;
}

a.btMenu {
  padding: 0 2rem;
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.dropdown-content {
  width: auto !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-height: 400px;
}
.dropdown-content li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.dropdown-content li > a {
  border-radius: 0px !important;
  padding: 5px 15px !important;
}

nav.bloco-breadcrumb .breadcrumb:before {
  color: #3c3533;
  font-size: 1.3em;
}

.input-text-padrao, .textarea-padrao {
  border: 1px solid #939598 !important;
  width: 96% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  /* border-radius: 3px !important; */
  color: #485861 !important;
  margin-bottom: .6rem !important; 
}

.input-text-padrao::placeholder, 
.textarea-padrao::placeholder, 
.input-text-padrao::placeholder {
  color: #3c3533 !important;
}

.textarea-padrao {
  margin: 0 !important;
  padding: 15;
  min-height: 130px !important;
  width: 100% !important;
}

.box-search {
  border-radius: 3px;
  border: 1px solid #eaeaea
}
.box-search input[type=text] {
  border: 0px !important;
  border-radius: 0px !important;
}
.box-search .row, .box-search form {
  margin-bottom: 0px;
  margin-block-end: 0px;
}
.box-search button {
  margin-top: 0.4rem;
  background: rgba(57,179,186,0);
  border:0;
  transition: all 350ms ease-in-out;
  border-radius: 5px;
  padding: 10px 15px;
}

.box-search button i {
  color: #42b1bb;
  font-size: 1.3em;
  transition: all 350ms ease-in-out;
}

.box-search button:hover {
  background: rgba(57,179,186,1);
  cursor: pointer;
}
.box-search button:hover i {
  color: #fff;
}
.banner-1920x300 {
  background-size: cover;
  min-height: 300px;
}

.site-breadcrumb .row {
  margin-bottom: 0;
}
.site-breadcrumb a, .site-breadcrumb i {
  display: inline-block;
  margin-right: 0.2rem;
  color: #939598 !important;
  font-size: 1.2em;
}
.site-breadcrumb i {
  vertical-align: middle;
}

/* END ELEMENTOS GERAIS  */



.nav-menu { 
  background: transparent;
  position: absolute;
  padding-top: 2rem;
  box-shadow: none;
}
.nav-menu .brand-logo {
  width: 33%;
} 
.nav-menu .brand-logo img { 
  width: 95%;
}
.nav-menu a.bt-menu { 
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 15px;
}
.nav-menu .sidenav-trigger {
  color: #3c3533;
  margin-right: 1rem;
}

.nav-menu .sidenav-trigger i{
  font-size: 3em;
}

.sidenav {
  background: rgba(0,0,0,0.9);
  padding-top: 1rem; 
}
.sidenav li.side-logo {
  min-height: 100px; 
}
.sidenav li.side-logo img {
  width: 100%;
}
.sidenav li a {
  color: #FFF;
  font-family: "Abel", "Roboto", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.sidenav li a.active, .sidenav li a:hover {
  color: #54c5d0;
}

.sidenav li>a>i {
  margin: 0 0.1rem 0 0;
}


.sidenav li hr {
  border: none;
  height: 1px;
  background: rgba(57,179,186,0.2);
}

.mob-social {
  text-align: center;
}
.mob-social a{
  display: inline-block !important;
  width: 20px;
  padding: 0 !important;
  padding-right: 40px !important;
}
.mob-social a i{
  color: #54c5d0 !important;
  margin-right: 0.1rem !important;
  font-size: 1.6em;
}


/* HOME */
.banner-home {
  display: block;
  width: 100%;
}
.banner-home img {width: 100%;}
.banner-home .box-texto {
  top: 14rem;
  left: 10rem;
  position: absolute;
  max-width: 460px;
}
.banner-home .box-texto h5 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 200;
  color: #fff;
  font-style: italic;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}

.banner-home .box-texto h5:last-of-type {
  font-style: normal;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 0.2rem;
}
.banner-home .box-texto h5:last-of-type::before {
  content: " ";
  position: absolute;
  display: block;
  width: 18.6rem;
  height: 2px;
  background: #fff;
  bottom: 0;
}


/* PÁGINA QUEM SOMOS */
.bloco-andrea {
  margin-bottom: -6rem;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;

}
.bloco-andrea img {
  width: 90%;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.33);
}
.bloco-andrea h4 {
  font-style: italic;
  font-weight: bold;
  font-size: 3rem;
  margin-top: 0;
  color: #0000ed;
}
.bloco-andrea .bloco-azul {
  background: #0000ed;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 1rem 3rem;
}
.bloco-andrea .bloco-azul p {
  color: #FFF;
  font-size: 1.1rem;
}

/* END PÁGINA QUEM SOMOS */

/* BLOCO GALERIA */

.bloco-galeria {
  background: #e3e3e3;
  display: block;
  min-height: 300px;
  padding-top: 10rem; 
}
.bloco-galeria .owl-item {
  padding: 2rem;
}
.bloco-galeria .bloco-carousel {
  margin-bottom: -8rem;
}
.bloco-galeria img {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.55);
}
.bloco-galeria .owl-nav {
  position: absolute;
  z-index: 1000;
  top: 10rem;
  width: 100%;
}
.bloco-galeria .owl-nav .owl-prev,.bloco-galeria .owl-nav .owl-next {
  transition: all 300ms ease-in-out;
  border-radius: 25px;
}
.bloco-galeria .owl-nav .owl-prev {
  float: left;
  margin-left: -3rem;
}
.bloco-galeria .owl-nav .owl-next {
  float: right;
  margin-right: -3rem;
}
.bloco-galeria .owl-nav button span {
  font-size: 3rem;
  color: #0000ed;
  padding-left: 1rem;
  padding-right: 1rem;
  
  transition: all 300ms ease-in-out;
}

.bloco-galeria .owl-nav .owl-prev:hover, .bloco-galeria .owl-nav .owl-next:hover {
  background: #0000ed;
}
.bloco-galeria .owl-nav .owl-prev:hover span, 
.bloco-galeria .owl-nav .owl-next:hover span {
  color: #fff;
}

/* END BLOCO GALERIA */

/* PÁGINA MINDFULNESS */

.bloco-mindfulness {
  margin-top: -1.5rem;
  background: #0000ed;
  padding-top: 5rem; 
  padding-bottom: 3rem;
}
.bloco-mindfulness h4 {
  width: 90%;
  font-style: italic;
  font-weight: bold;
  font-size: 3rem;
  color: #FFF;
}
.bloco-mindfulness .bloco-texto p {
  width: 90%;
  font-size: 1.1rem;
  color: #fff;
}
.bloco-mindfulness .bloco-texto2 {
  margin-top: 3rem;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background: #FFF;
  padding: 2rem 3rem;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.55);
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.55);
}
.bloco-mindfulness .bloco-texto2 p {
  font-size: 1.1rem;
  font-weight: 500;
}
.bloco-mindfulness .bloco-texto2 p strong, .bloco-mindfulness .bloco-texto2 p a {
  color: #0000ed;
}
.bloco-mindfulness .bloco-texto2 {
  position: relative;
  z-index: 100;
}
.bloco-mindfulness .bloco-texto2 img.detalhe-bg {
  position: absolute;
  z-index: -1;
  top:-3rem;
  right: -10rem;
}

/* END PÁGINA MINDFULNESS */

/* PÁGINA PALESTRAS E CURSOS */

.bloco-palestra {
  padding-top: 3rem;
}
.bloco-palestra .img-banner {
  width: 100%;
}
.bloco-palestra-2 {
  background: #e3e3e3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bloco-palestra-2.bg-white {
  background: #FFF;
}
.bloco-palestra-2 .row {
  margin-bottom: 0;
}
.bloco-palestra-2 img {
  width: 100%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.bloco-palestra h4 {
  font-style: italic;
  font-weight: bold;
  font-size: 3rem;
  margin-top: 0;
  color: #0000ed;
  margin-bottom: 2rem; 
}
.bloco-palestra-2 h4 {
  font-weight: bold;
  font-size: 2.6rem;
  color: #0000ed;
  position: relative;
}
.bloco-palestra-2 h4::before {
  content: " ";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #0000ed;
  bottom: -0.6rem;
}
.bloco-palestra-2 h5 {
  color: #0000ed;
}
.bloco-palestra-2 .imagem-cursos {
  display: flex;
  align-items: center;
  height: 80%;
}
.bloco-palestra-2 ul { 
  padding-left: 10px;
}
.bloco-palestra-2 ul li {
  list-style-image: url('../images/bullet.png');
  font-size: 1.1rem;
  letter-spacing: 0.1rem; 
  font-weight: bold;
}
.bloco-palestra-2 ul li strong {
  color: #0000ed;
  font-weight: bold;
}

/* END PÁGINA PALESTRAS E CURSOS */

/* PÁGINA DEPOIMENTOS */
.bloco-depoimentos {
  background: url('../images/bg-depoimentos.jpg') bottom center no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
}
.bloco-depoimentos h4 {
  font-weight: bold;
  font-size: 3rem;
  color: #0000ed;
}
.bloco-depoimentos .item-depoimento {
  margin-top: 8rem;
  text-align: center;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  min-height: 460px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.3);
}
.bloco-depoimentos .bloco-item { 
  padding-left: 2rem;
  padding-right: 2rem;
}
.bloco-depoimentos .item-depoimento img {
  width: 150px;
  border-radius: 50%;
  margin-top: -5rem;
}
.bloco-depoimentos .item-depoimento {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.bloco-depoimentos .item-depoimento h5 {
  font-weight: 500;
  color: #0000ed;
  margin-bottom: 0;
}
.bloco-depoimentos .item-depoimento h6 {
  font-weight: 500;
  margin-top: 0;
}
.bloco-depoimentos .item-depoimento h4 {
  font-weight: 500;
  line-height: 0.6rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
/* END DEPOIMENTOS */


/* PÁGINA CONTATO */
.bloco-contato {
  background: #e3e3e3;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bloco-contato h4 {
  font-weight: bold;
  font-size: 3rem;
  color: #0000ed;
}
.bloco-contato label {
  font-weight: 500;
  font-size: 1.3rem;
  color: #0000ed;
}
.bloco-contato input[type=text], .bloco-contato input[type=email],
.bloco-contato textarea {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  padding-left: 15px;
  padding-right: 15px;
}
.bloco-contato input[type=text], .bloco-contato input[type=email] {
  width: 95%;
}
.bloco-contato textarea {
  min-height: 250px;
}
.bloco-contato .campos-form .row {margin-bottom: 0; }

.bloco-contato a.bt-bt-contato-enviar {
  background: #0000ed;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 1rem 1.5rem;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.bloco-contato a.bt-bt-contato-enviar:hover {
  background: #fff;
  color: #0000ed;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.6);
}
/* END PÁGINA CONTATO */







/* Footer */
@keyframes lds-blocks {
  0% {
    background: #42b1bb;
  }
  12.5% {
    background: #42b1bb;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
@-webkit-keyframes lds-blocks {
  0% {
    background: #42b1bb;
  }
  12.5% {
    background: #42b1bb;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
.lds-blocks {
  position: relative;
}
.lds-blocks div {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  -webkit-animation: lds-blocks 1s linear infinite;
  animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.box-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8)
}

.page-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url('../images/bg-footer.jpg') center no-repeat;
  background-size: cover;
}

.page-footer h4 {
  font-weight: bold;
  color: #FFF;
}
.page-footer ul li {
  display: inline-block;
  margin: 0 0.3rem;
}
.page-footer ul li a i {
  display: block;
  background: #FFF;
  color: #0000ed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  transition: all 250ms ease-in-out;
}
.page-footer ul li a:hover i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.7);
}


.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out;
  -moz-animation: fadeIn 1s ease-in-out;
  -o-animation: fadeIn 1s ease-in-out;
  animation: fadeIn 1s ease-in-out;
}

#bt-scroll-top {
  display: none;
  position: fixed;
  z-index: 2000;
  bottom: 2rem;
  right: 2rem;
}
#bt-scroll-top i {
  border-radius: 50px;
  color: #939598;
  font-size: 3rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.7);
}


#dropdownEventos, #dropdownEventos2 {height: auto !important; z-index: 10000;}
#dropdownEventos li > a, #dropdownEventos li > span,
#dropdownEventos2 li > a, #dropdownEventos2 li > span {
  font-size: 16px;
  color: #282828;
  display: block;
  padding: 14px 16px !important;
}


@media only screen and (max-width: 992px){

  .content-site{
    padding-top: 0;
    padding-bottom: 0;
  }



  .container {
    width: 100%;
  }
  .container .col {
    text-align: center;
  }
  .banner-home .box-texto {
    top: 4rem;
    left: 2rem;
    position: absolute;
    max-width: 300px;
  }

  .banner-home .box-texto h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  
  .banner-home .box-texto h5:last-of-type::before {
    display: none;
  }
  .banner-home .box-texto h5:last-of-type {
    text-decoration: underline;
  }
  
  .nav-menu { 
    padding-top: 0;
  }
  .nav-menu .brand-logo { 
    left: 8rem;
  }
  .nav-menu .brand-logo img {
    width: 200px;
    margin-left: 0;
    margin-top: 1rem;
  }

  .nav-menu .brand-logo { 
    /* left: 85px; */
  }
  
  .carousel-item img {
    /* height: 200px !important;
    transform: scale(1.1);
    transform: scaleX(1.3); */
  }

  .mtop-4 { margin-top: 2rem;}

  .bloco-contato input[type=text], .bloco-contato input[type=email] {
    width: 91%;
  }

  .bloco-andrea h4 { margin-top: 2rem;}
  .bloco-andrea img { width: 100%;}
  .bloco-andrea p { text-align: center;}
  .bloco-galeria {padding-top: 7rem;}
  .bloco-galeria .owl-item {padding: 0;}
  .bloco-galeria .owl-item img {
    box-shadow: none;
  }
  .bloco-galeria .owl-nav { top:1rem; }
  .bloco-galeria .owl-nav span {
    font-size: 6rem !important;
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  }
  .bloco-galeria .owl-nav .owl-prev { margin-left: -1rem !important; }
  .bloco-galeria .owl-nav .owl-next { margin-right: -1rem !important; }

  .bloco-mindfulness .bloco-texto2 img.detalhe-bg {
    display: none;
    position: relative;
  }

  .bloco-palestra-2 h4 { text-align: left; }
  .bloco-palestra-2 .imagem-cursos {
    align-items: flex-start;
    height: auto;
  }
  .bloco-palestra-2 ul {
    text-align: left !important;
  }

  
}

@media only screen and (max-width: 1080px){
  .bloco-depoimentos {
    background: url('../images/bg-depoimentos-mob.jpg') bottom center no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
  }
}
@media only screen and (max-width: 1299px){
  .hide-on-med-and-down {
      display: none !important;
  }
  nav a.sidenav-trigger {
    display: block;
  }
}

@media screen and (max-width: 550px){
  #dropdownEventos {
    display: none;
  }
  #dropdownEventos2 li > a, #dropdownEventos2 li > span {
    font-size: 16px;
    color: #282828;
    display: block;
    padding: 0px !important;
  }
}