/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;

}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif !important;
  color: #666;
  background-color: white;
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #745b21;
  text-decoration: none;
}

.container-fluid{
	padding: 0px !important;	
}

h4{
  font-size: x-large !important;
}


/* -------------------------------- 

Main components 

-------------------------------- */
.navbar-default {
  background: rgba(238, 238, 238, 0.8) !important;
  border: none; !important;
  margin-top: 0px;
  min-height:0px !important;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a{
	color: #054bb9 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.terapeuta{
  background-color: #4bbe84;
  border-radius: 10px;
  color:#fff;
  font-weight: bolder;
  width:60%;
  text-align: center;
  padding:10px;
  margin-bottom:40px;
  margin-top:10px;
  margin-left:22%;
}

.btn-primary{
  /*background-color: #4bbe84 !important;*/
  background-color: rgb(53, 12, 77) !important;
  border-radius: 30px !important;
  border-color:#fff !important;
}

.btn-primary:hover{
  background-color: #054bb9 !important;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
}

.arvore{
  max-width: 20px !important;
  padding-top: 10px;
}

.carousel{
  box-shadow: 0 5px 10px 1px rgba(53, 12, 77, 0.5);
  -webkit-box-shadow: 0 5px 10px 1px rgba(53, 12, 77, 0.5);
}

@media only screen and (max-width: 768px) {
	.navbar-default .navbar-nav>li>a{
		padding-right: 45px;
		font-size:20px;
	}
	.arvore{
		display: none !important;	
	}
}

.titulo, h4{
  color: #054bb9 !important;
  font-weight: bolder;
}

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
		
}
.navbar-default .navbar-toggle{
	border:none;
	
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent !important;
	border-radius:0px;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #054bb9 !important;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #4bbe84 !important;
}

.cookie-banner {
      position: fixed;
      bottom: 40px;
      left: 10%;
      right: 10%;
      width: 80%;
      padding: 5px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: rgba(238, 238, 238, 0.41);
      border-radius: 5px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);

    }

/*effect-underline*/
a.effect-underline:after {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px #fff ridge;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.principal {
  height: 100%;
}

.fundo-fixo {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.fundo-fixo h1, .fundo-fixo h2, .fundo-fixo h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  text-align: center;
  font-size: 30px;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 1);
  color: white;
}
.fundo-fixo h1 small, .fundo-fixo h2 small, .fundo-fixo h3 small{
  color: white;
}
.fundo-fixo.sessao-fundo-1 {
  background-image: url("../img/cd-background-1.jpg");
}
.fundo-fixo.sessao-fundo-2 {
  background-image: url("../img/cd-background-2.jpg");
}
.fundo-fixo.sessao-fundo-3 {
  background-image: url("../img/cd-background-3.jpg");
}
.fundo-fixo.sessao-fundo-4 {
  background-image: url("../img/cd-background-4.png");
}
@media only screen and (min-width: 768px) {
  .fundo-fixo h1, .fundo-fixo h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1170px) {
  .fundo-fixo {
    background-attachment: fixed;
  }
  .fundo-fixo h1, .fundo-fixo h2 {
    font-size: 48px;
  }
}

.fundo-passante {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
  text-align:justify;
}

.fundo-passante.sessao-sobrenos, .fundo-passante.sessao-beneficios, .fundo-passante.sessao-responsabilidade, .fundo-passante.sessao-vip, 
.fundo-passante.sessao-contato{
  background-color: white;
  background-image:url(../img/cd-fundo-texto.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

h4{
	padding-top: 30px;
	padding-bottom:0px;
}
footer>a, footer>a:hover{
  color: #666;
}
@media only screen and (min-width: 768px) {
  .fundo-passante {
    padding: 8em 0;
    line-height: 2;
  }
}


.therapist-card {
      text-align: center;
      margin-bottom: 30px;
    }
    .therapist-img {
      max-width: 250px !important;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 10px;
      box-shadow: 0 5px 10px 1px rgba(53, 12, 77, 0.5);
  -webkit-box-shadow: 0 5px 10px 1px rgba(53, 12, 77, 0.5);
    }

.modal.fade .modal-dialog {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.8s ease-out;
  }

.modal.fade.in .modal-dialog {
    opacity: 1;
    transform: translateY(0);
  }

.thumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  box-shadow: 0 5px 5px 1px rgba(53, 12, 77, 0.4);
  -webkit-box-shadow: 0 5px 5px 1px rgba(53, 12, 77, 0.4);
}

  .thumbnail img {
    transition: transform 0.5s ease;
    width: 100%;
    display: block;
  }
  .thumbnail:hover img {
    transform: scale(1.1);
    filter: brightness(60%);
  }
  .thumbnail h4 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    font-weight: bold;
    font-size: medium !important;
    transition: background 0.3s, font-size 0.3s;
  }
  .thumbnail:hover h4 {
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
  }