
body {
font-family:'Montserrat Alternates', sans-serif;
}

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

.nav {
  font-size: 17px;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 80%;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


/* HOME -------------------------------------------------------------*/

#home {
  display: table;
  height: 80%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* QUEM SOU EU -------------------------------------------------------------*/

#quemsoueu {
  background-image: url("../images/rostos-01-01.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

#quemsoueu img{
  padding-top: 50px;
}

.quemsoueu {
  font-size: 19px;
}

/* TERAPIA -------------------------------------------------------------*/

#terapia {
  position: relative;
  width: 100%;
  background-color: #CCC0D8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* SESSOES -------------------------------------------------------------*/

#sessoes {
  position: relative;
  width: 100%;
  background-color: #C0A7D1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wrapper{
  width:70%;
  background-color: #C0A7D1;
}

@media(max-width:992px){
  .wrapper{
    width:100%;
  }
}

.panel-heading {
  padding: 0;
	border:0;
}

.panel-body {
  font-size: 18px;
  text-align: justify;
}

.panel-title>a, .panel-title>a:active{
	display: block;
	padding: 15px;
  color: #555;
  font-size: 20px;
  font-weight: bold;
	text-decoration: none;
}

.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* AUDIOS -------------------------------------------------------------*/

#audios {
  background-color: #AA85BF;
  color: #E3C6E0;
}

#audios a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
  color: white;
}

#audios a:hover {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

p.chamada {
  font-size: 19px;
  color: white;
}

.cont h3 {
	font-size: 20px;
	color: white;
}

.wrappera {
  width: 70%;
  text-align: center;
}

@media(max-width:992px) {
  .wrappera {
    width:100%;
  }
}

.modal-body p {
  text-align: justify;
  font-size: 16px;
  color: #333;
}




.video-thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px; /* Tamanho reduzido */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.video-thumbnail:hover {
  transform: scale(1.02);
}

.video-thumbnail img {
  width: 100%;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  opacity: 0.8;
  text-shadow: 0 0 10px black;
  pointer-events: none;
}


/* TESTEMUNHOS ----------------------------------------------------------*/

#testemunhos {
  background-color: #866B9B;
  color: #CCC0D8;
}

#testemunhos p.chamada {
  font-size: 19px;
  margin-bottom: 25px;
  color: white;
}

#testemunhos a {
  color: #CCC0D8;
  font-weight: bold;
}

.wrapperaa {
  width:70%;
  text-align: center;
}

@media(max-width:992px){
 .wrapperaa {
    width:100%;
  }
}

p.modal-texto  {
  font-size: 16px;
  color: #333;
  text-align: justify;
}

img.aspas {
  width: 30px;
  height: 30px;
  float: left;
  margin: 5px;
}

span.fechar {
  font-weight: bold;
  margin: 20px;
  color: red;
  font-family: sans-serif;
}


/* CONTATO -----------------------------------------------------------*/

#contato {
  /* height: 500px; */
  background-color: #74598E;
  padding-bottom: 15px;
  font-size: 20px;
  color: #CCC0D8;
}

#contato a {
  color: #CCC0D8;
  text-decoration: none;
}

#contato a:hover {
  color: white;
}

/* FOOTER -----------------------------------------------------------*/

footer {
  padding-top: 20px;
  background-color: #E3C6E0;
}
