/*
 * b4st CSS
 */
 @font-face{
	font-family: 'Buttler';
	src: url('../fonts/Butler.woff');
}

@font-face{
	font-family: 'Buttler';
	src: url('../fonts/Butler-Bold.woff2');
	font-weight: bold;
}

@font-face{
	font-family: 'ButtlerLight';
	src: url('../fonts/Butler-Light.woff');
}

@font-face{
	font-family: 'Campton';
	src: url('../fonts/Campton-Medium.ttf');
}

@font-face{
	font-family: 'Campton';
	src: url('../fonts/Campton-Bold.ttf');
	font-weight: bold;
}

@font-face{
	font-family: 'Campton';
	src: url('../fonts/Campton-Light.ttf');
	font-weight: 100;
}

.buttler-bold{
	font-family: 'Buttler';
	font-weight: bold;
}

.w-max{
	width: max-content;
}

.buttler{
	font-family: 'Buttler';
	font-weight: normal;
}

.buttler-light{
	font-family: 'ButtlerLight';
}

.light{
	font-weight: lighter;
}

.color-grey{
	color: #4d4d4d;
}

.color-yellow{
	color: #c6bfa3;
}

.color-purple{
	color: #525570;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	font-family: 'Campton';
}
main {
    flex: 1 0 auto;
}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}

.comment > .children {
	margin-top: 1rem;
	margin-right: -0.625rem;
	margin-bottom: -1.625rem;
}

.sub_header{
	background-color: #1e1e1e;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #525252;
}

.sub_header img{
	width: 150px;
}

.social-media i{
	color: #fff;
	font-size: 1.2rem;
}

.slick-prev::before, .slick-next:before{
	opacity: 1;
    font-size: 3rem;
}

.slick-prev {
    left: -62px;
}

.slick-next {
    right: 62px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.nav-link{
	text-transform: uppercase;
}

a{
	color: inherit;
}

a:hover{
	color: inherit;
}

.navbar{
	background-color: #1e1e1e;
}

.navbar-light .navbar-nav .nav-link{
	color: #fff ;
}

.bg-home{
	background-image: url('../img/bg-home.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 5rem;
	padding-bottom: 9rem;
}

.bg-home .container{
	color: #fff;
}

.btn-default{
	background-color: #525570;
	color: #fff;
	border: 2px solid #525570;
	font-family: 'Campton';
	font-size: 1.2rem;
	box-shadow: 5px 2px 18px -7px rgb(0 0 0 / 51%)
}

.btn-default:hover{
	border: 2px solid #525570;
	background-color: transparent;
	color: #fff;
}

.btn-secundary{
	background-color: #c7b983;
	color: #4d4d4d;
	border: 2px solid #c7b983;
	text-transform: uppercase;
	box-shadow: 5px 2px 18px -7px rgb(0 0 0 / 51%)
}

.btn-secundary:hover{
	border: 2px solid #c7b983;
	background-color: transparent;
	color: #4d4d4d;
}

.especialidade-home-header{
	background-color: #c6bfa3;
	text-align: center;
	color: #373737;
	font-weight: bold;
	padding-top: .5rem;
	padding-bottom: .5rem;
	height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-especialidades-home{
	background-color: #dfdfdf;
	padding-bottom: 17rem;
	padding-top: 14rem;
}

.esp-home{
	position: absolute;
    top: -64px;
    left: 50%;
    transform: translate(-50%,0);
}

.sobre-home{
	background-image: url('../img/sobre-home.jpg');
	background-size: cover;
}

.sobre-home-content{
	background-color: #373737;
	color: #b2b2b2;
	padding: 5rem 12rem;
}

.sobre-home-content *{
	font-size: 2.1rem !important;
}

.container-cursos{
	padding-right: 0;
	padding-left: 20rem;
	margin-top: 5rem;
}

.carta-descricao{
	background-color: #fff;
	width: 100%;
	padding: 1rem;
	color: #4d4d4d
}

.curso-item{
	position: relative;
    transition: top .5s;
    top: 0;
}

.curso-item:hover{
	top: -70px;
}

.section-cursos{
	margin-top: 4rem
}

.slick-slide img{
	margin-top: 5rem;
}

.line{
	height: 2px;
	width: 30%;
	background-color: #373737;
}

.contato{
	padding-right: 7rem;
	padding-left: 7rem;
}

.contato input{
	border: 1px solid #4d4d4d;
	border-radius: 0 !important;
	font-size: 1.2rem;
}

.contato input::placeholder{
	color: #d4d4d4;
	font-family: 'Buttler';
}

.contato textarea::placeholder{
	color: #d4d4d4;
}

.especialidades-item{
	height: 50vh;
	align-items: center;
    justify-content: center;
    display: flex;
}

.especialidades-item .btn-secundary{
	font-size: 2rem !important;
	color: #525570;
	margin-top: 2rem;
}

.especialidades-item h1{
	font-family: 'Buttler';
	font-weight: bold;
	color: #525570;
	font-size: 6rem;
}

.contato textarea{
	border: 1px solid #4d4d4d;
	font-size: 1.2rem;
	border-radius: 0 !important;
	font-family: 'Buttler';
}

.carta-descricao{
	
	height: 200px;
}

.nosso-time{
	background-color: #c6bfa3;
	text-align: center;
	color: #4d4d4d;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.map-description{
	background-color: #fff;
	padding: 1rem;
}

.map{
	box-shadow: 5px 3px 30px -3px rgba(0,0,0,0.51);
	margin-right: 1rem;
	width: 900px;
}

.map iframe{
	width: 100%;
	height: 20vh;
}

.map-img{
	width: 120px;
}

.unidades{
	background-color: #373737;
	color: #c7b983;
	text-align: center;
	padding: 1rem;
}

.bg-footer{
	background-color: #dfdfdf;
	padding-top: 3rem;
}

.bg-grey{
	background-color: #dfdfdf;
}

.section-equipe{
	background-color: #dfdfdf;
}

.bg-nutrologia{
	background-image: url('../img/bg-nutrologia.jpg');
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.bg-medicina-estetica{
	background-image: url('../img/bg-medicina-estetica.jpg');
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.bg-educacao-fisica{
	background-image: url('../img/bg-ed-fisica.jpg');
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.bg-dermatologia{
	background-image: url('../img/bg-dermatologia.jpg');
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.bg-nutrologia-pediatrica{
	background-image: url('../img/bg-nutrologia-pediatrica.jpg');
	background-size: cover;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.especialidades-item-left{
	text-align: right;
}

.sobre-nos{
	background-size: cover;
	background-image: url('../img/bg-sobre-nos.jpg');
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #525570;
}

.equipe{
	background-color: #dfdfdf;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.equipe .col-md-4{
	margin-top: 1.5rem;
}

.equipe-body{
	height: 48vh;
	position: relative;
}

.map-equipe{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.map-equipe p{
	margin-bottom: 0 !important;
}


.panel-heading{
	display: flex;
	border-bottom: 2px solid #525570;
	align-items: center;
	cursor: pointer;
	margin-top: 1rem;
	font-family: 'Buttler';
	font-weight: lighter;
}

.panel-heading h4{
	width: 100%;
	margin-left: 2rem;
	color: #525570;
}



.especialidade-home .dropdown-toggle::after{
	display: none !important;
}

.cursor-pointer{
	cursor: pointer;
}

.panel-heading img{
	width: 50px;
}

.panel-title {
	position: relative;
  }
	
  .panel-title::before {
	font-weight: 900;
	  content: "\f107";
	  color: #525570;
	  top: -2px;
	  left: -2rem;
	  position: absolute;
	  font-family: "Font Awesome 5 Free";
  }

  .panel-title-2::before {
	font-weight: 900;
	  content: "\f107";
	  color: #525570;
	  top: -2px;
	  right: -2rem;
	  position: absolute;
	  font-family: "Font Awesome 5 Free";
  }

  .panel-title-2{
	  margin-right: 2rem;
	  margin-left: 0;
  }
  
  .panel-title[aria-expanded="true"]::before {
	  content: "\f106";
  }

  .panel-body{
	  padding: .5rem 0;
	  color: #525570
  }

  .bg-especialidades{
	  background-size: cover;
	  background-position: center;
	  
  }

  .bg-right{
	background-position: right;
}

  .bg-medicina-estetica-single{
	  background-image: url('../img/med-estetica.jpg');
	  background-position: right;
  }

  .bg-nutri-pedriatrica-single{
	  background-image: url('../img/nutri-pediatrica.jpg');
	  background-position: left;
  }


@media (min-width: 768px) and (max-width: 1600px){
	.map-footer h2{
		font-size: 1rem !important;
	}

	.map-footer p{
		font-size: .8rem !important;
	}
	.map iframe{
		height: 24vh;
    	margin-bottom: -6px;
	}

	.map-description{
		padding: .5rem 1rem;
	}

	.map-footer{
		padding-left: 7rem;
    padding-right: 7rem;
	}
	.bg-especialidades h4{
		font-size: 1.2rem !important;
	}
	.especialidades-item h1{
		font-size: 4rem;
	}
	.sobre-home-content * {
		font-size: 1.2rem !important;
	}
	.carta-descricao h4{
		font-size: 1.2rem;
	}
	.carta-descricao {
		height: 153px;
	}
	.container-cursos {
		padding-left: 8rem;
	}
	.contato {
		padding-right: 12rem;
		padding-left: 12rem;
	}
	.especialidades-item{
		height: 60vh;
	}
	.sobre-nos p{
		font-size: 1.2rem !important;
	}

	.carta-descricao-page{
		height: 459px;
	}
  }

  @media (max-width: 768px){
	  .bg-home{
		  background-image: url('../img/bg-home-mobile.jpg') !important;
		  background-position: right;
		  padding-bottom: 4rem;
		  padding-top: 4rem;
	  }

	  .bg-home .btn-default{
		  font-size: 1rem;
	  }
	  .map-footer .d-flex{
		  display: block !important;
	  }
	  .map{
		  width: 100%;
	  }
	  .contato {
		padding-right: 15px;
		padding-left: 15px;
	}
	  .slick-prev {
		left: 7px;
		z-index: 1;
	}
	  .container-cursos{
		  padding-left: 15px;
		 margin-top: -2rem;
	  }
	  .sobre-home-content{
		  padding: 15px;
	  }
	  .esp-home{
		  position: relative;;
	  }
	  .w-max{
		  width: 100%;
	  }
	  .sobre-home-content *{
		  font-size: 1.5rem !important;
	  }
	  .especialidade-home{
		  margin-bottom: 2rem;
	  }
	  .bg-especialidades-home{
		  padding-top: 6rem;
		  padding-bottom: 0rem;
	  }
	  .especialidades-item h1{
		  font-size: 3.5rem;
	  }
	  .bg-nutrologia{
		background-position-x: 80%;
	  }
	  .bg-nutrologia-pediatrica{
		background-position-x: 21%;
	  }
	  .bg-medicina-estetica{
		background-position-x: 85%;
	  }
	  .bg-educacao-fisica{
		background-position-x: 75%;
	  }
	  .equipe-body{
		  height: auto;
		  padding-bottom: 4rem;
	  }
  }