html,body{
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
}
body,html{
	overflow-x:hidden;
}

#top-bar{
	background: #535353;
	border-bottom: 1px solid #747474;
	padding: 0.7em 0;
}
#top-bar span{
	color: #E5D5BC;
	font-size: 15px;
	text-transform: uppercase;
	padding-right: 8px;
}
.social-block a{
	color: #E5D5BC;
	font-size: 19px;
	padding-right: 5px;
}
.social-block a:hover, .phone-block a:hover{
	color: #fde3ba;
}
.phone-block{
    display: flex;
    justify-content: flex-end;
}
.phone-block a{
	color: #FFF;
    font-size: 15px;
}
.phone-block i{
	color: #FFF;
	font-size: 17px;
}
header{
	background: #2D2D2D;
}
.primary-menu li a{
    color: #E5D4BB;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 3.5rem 1rem;
    -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
.primary-menu li a:hover{
    background: #535353b5;
    color: #FFF;
}
.swiper-button-prev1{
	background: url(../img/left.png) no-repeat;
	width: 56px;
	height: 56px;
	left: 3%;
}
.swiper-button-next1{
	background: url(../img/right.png) no-repeat;
	width: 56px;
	height: 56px;
	right: 3%;
}
#idealizadores{
	background: url(../img/bg-idealizadores.jpg) top center #272626 no-repeat;
	padding: 4em 0;
	position: relative;
	background-size: cover;
}
.idealizadores-border{
    width: 0;
    height: 0;
    border-top: 78px solid transparent;
    border-left: 2000px solid #1F1F1F;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: -78px;
    z-index: 2;
    left: 0;
}
.title-default{
	color: #E5D2B9;
	font-size: 2.2em;
	font-weight: lighter;
	letter-spacing: 1px;
	position: relative;
	z-index: 3;
}
.color-dark{
	color: #524633;
}
.color-white{
	color: #FFFFFF;
}
#idealizadores p{
	color: #E5D2B9;
	position: relative;
	z-index: 3;
	font-size: 17px;
}
.two-borders{
	position: relative;
	display: inline-block;
    margin-bottom: 1.3em;
}
.two-borders:before{
    content: '';
    border-bottom: 1px solid #E5D2B9;
    width: 125px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.two-borders:after{
    content: '';
    border-bottom: 1px solid #E5D2B9;
    width: 80px;
    position: absolute;
    bottom: -24px;
    left: 0;
}
.frase-pensador{
	font-size: 19px;
}
.wrapper-foto-efeito{
	position: relative;
}
.wrapper-foto-efeito img{
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
  	top:0;
  	border-radius: 15px;
}

.border-foto-efeito{
    border: 2px solid #eac27dbd;
    width: 99%;
    height: 99%;
    position: absolute;
    z-index: 1;
    top: 0px;
    border-radius: 15px;
    left: 0px;
	-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
  	opacity: 0.3;
}

.wrapper-foto-efeito:hover .border-foto-efeito{
    top: 20px;
    left: 17px;
    opacity: 1;
}

.wrapper-foto-efeito:hover img{
	top: -10px;
}
.card-service{
	background: #F8F8F8;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
    top: 0;
    position: relative;
}
.card-service:hover{
	top: -4px;
	box-shadow: 6px 8px 17px 3px #cccccc59;
}
.card-service-thumb{
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}
.card-service-thumb img{
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.card-service-name{
	padding: 1em 15px;
	position: relative;
}
.card-service-name h3{
	font-size: 22px;
	color: #524633;
	margin-bottom: 0;
 	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
}
.card-service-name:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 62px solid #EEE2D2;
    border-left: 62px solid transparent;
    top: 0;
    right: 0;
	-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;
}
.card-service-name:after{
    content: '';
    background: url(../img/plus.png);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -100px;
   -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;
}
.card-service:hover .card-service-name:after{
    right: 20px;
}
.card-service:hover .card-service-name:before{
	opacity: 0.5;
}
.swiper2{
    padding: 6px 0 1.3em 0;
}
.swiper-button-prev2{
	background: url(../img/left2.png) no-repeat;
	width: 52px;
	height: 52px;
}
.swiper-button-next2{
	background: url(../img/right2.png) no-repeat;
	width: 52px;
	height: 52px;
}
.relative{
	position: relative;
}
.button-custom{
	background: transparent;
	font-size: 19px;
	color: #A6A6A6;
	border: 2px solid #A0A0A0;
	padding: 10px 2em;
	border-radius: 40px;
}
.button-custom:hover, .button-custom:focus, .button-custom:active{
    background: #e5d5bc;
    color: #fefefe;
    border: 2px solid #e5d5bc;
}

#sobre-a-clinica{
	background: #F8F8F8;
	padding: 4em 0;
}
#sobre-a-clinica h6{
	font-size: 18px;
	color: #BDA476;
}
#sobre-a-clinica p{
	color: #838383;
	font-size: 16px;
}
#sobre-a-clinica p strong{
	color: #000000;
}
.button-dark{
    background: #373737;
    color: #E5D2B9;
    font-size: 16px;
    box-shadow: 2px 2px 0px 0px #D3B88D;
    padding: 1em 2em;
}
.button-dark:hover, .button-dark:focus, .button-dark:active{
	background: #bda476;
	color: #FFF;
}
.two-border-center.two-borders:before, .two-border-center.two-borders:after{
    left: 0;
    right: 0;
    margin: auto;
}
.depoimento-box{
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.depoimento-foto{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow:hidden;
	margin: 1em 0;
}
.depoimento-box p{
    color: #927846;
    margin-bottom: 0;
    font-size: 15px;
    padding: 0 18px;
}
.depoimento-box h4{
	color: #8C8C8C;
	font-size: 16px;
}
#razoes{
	background: url(../img/bg-razoes.jpg);
	padding: 2em 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.circle-razao{
	border: 2px solid #FFFFFF;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	min-height: 100px;
}
.circle-razao img{
	max-width: 60px;
}
.desc-razao h6{
	font-size: 18px;
    color: #FFF;
    padding-left: 1em;
    width: 75%;
}
.wrapper-razao{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
    padding-left: 75px;
}

.razoes-man{
    position: absolute;
    top: 9em;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/razoes-man.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.razoes-content{
	position: relative;
	z-index: 2;
}

#contato-home{
	background: #ECDFCD;
	padding: 3em 0 3em 0;
	position: relative;
}
.contato-home-border-1{
    content: '';
    width: 0;
    height: 0;
    border-top: 78px solid transparent;
    border-left: 2000px solid #ecdfcd;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: -78px;
    z-index: 2;
    left: 0;
}
.contato-home-border-2{
    content: '';
    width: 0;
    height: 0;
    border-top: 86px solid transparent;
     border-left: 2049px solid #ecdfcda6;
    border-bottom: 0 solid transparent;
    position: absolute;
     top: -90px;
    z-index: 2;
    left: 0;
}

#contato-home label{
	color: #665A4C;
	font-weight: 600;
	font-size: 15px;
}
#contato-home input, #contato-home textarea{
	border: 1px solid #DDC6A6;
	box-shadow: none;
}
.box-whatsapp{
    display: flex;
    flex-direction: column;
    padding: 0 0 0 4em;
}
.box-whatsapp h2{
	font-weight: bold;
	color: #4A4237;
	font-size: 25px;
	line-height: 1.4;
}
.box-whatsapp h3{
	font-size: 22px;
	font-weight: lighter;
	color: #665A4C;
}
.box-whatsapp .button{
	background: rgb(107,197,136);
	background: linear-gradient(177deg, rgba(107,197,136,1) 0%, rgba(70,179,105,1) 100%);
	color: #FFF;
	padding: 1em 2em;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 1em;
	width: max-content;
}
.g-maps-wrapper{
	height: 550px;
}

footer{
	padding: 3em 0 0 0;
	background: url(../img/footer.png);
	border-bottom: 8px solid #E5D5BC;
}

footer h5{
	color: #E5D4BB;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 0.5em;
}

footer ul{
	list-style: none;
	margin: 0;
}

footer ul li a, footer ul li{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.7;
}
footer ul li a:hover{
	color: #e8cea6;
}
.social-block-footer i{
	color: #E5D5BC;
	font-size: 24px;
	padding-right: 5px;
}

.social-block-footer i:hover{
	color: #fde3ba;
}
.powered img{
	padding-right: 2px;
}
.powered span{
	font-size: 12px;
	color: #FFF;
}

.hamburger {
  float: right;
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #FFF; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

#inner-page{
	background: url(../img/pattern.png);
	padding: 2.5em 0;
}
#inner-page h1{
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 0;
    color: #2d2d2d;
}
#inner-page h2{
	font-weight: lighter;
	font-size: 1.5em;
	color: #524633;
}
.card-equipe{
    display: flex;
    flex-direction: row;
    padding: 1em 1em 1.4em 1em;
    box-shadow: 1px 3px 7px 4px #efefef6b;
    border-radius: 4px;
    background: #FFF;
    position: relative;
    top: 0;
	-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
.card-equipe:hover{
	top: -10px;
}
.bg-grey{
	background: #fbfbfb;
}
.card-equipe .button-dark{
    padding: 10px 15px;
    margin-top: 1em;
    font-size: 15px;
    font-weight: normal;
}
.card-equipe-foto{
    width: 60%;
    border: 1px solid #dddddd66;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.card-equipe-foto img{
	width: 100%;
	object-fit: contain;
	padding-top: 2em;
	max-height: 354px;
}
.principal{
    height: 100% !important;
}
.card-equipe-foto-principal{
    width: 60%;
    height: 266px;
    border: 1px solid #dddddd66;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.card-equipe-foto-principal img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.card-equipe-resume{
	width: 100%;
	padding-left: 1em;
}
.card-equipe-resume h3{
	color: #BDA476;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}
.card-equipe-resume h4{
	color: #BDA476;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.modal-resume h3{
	font-size: 20px;
}
.modal-resume h4{
	font-size: 18px;
}
.card-equipe-resume p{
	margin-bottom: 5px;
	color: #838383;
	font-size: 13px;
}
.card-equipe-secondary{
	flex-direction: column;
	position: relative;
	margin-bottom: 2em;
}
.card-equipe-secondary .card-equipe-foto{
	width: 100%;
	margin-bottom: 1em;
}
.card-equipe-secondary .card-equipe-resume{
	padding: 0;
}
.card-equipe-secondary .button-dark{
    width: 87%;
    position: absolute;
    bottom: 0;
}
.card-equipe-secondary .card-equipe-resume h4{
	margin-bottom: 4em;
}
.modal-resume p{
	font-size: 14px !important;
}
.breadcrumbs{
	margin-bottom: 0;
}
.breadcrumbs li{
    color: #b5a378;
    font-size: 13px;
}
#content-page{
	padding-right: 1em;
}
#content-page h2{
    font-size: 1.4em;
    color: #b5a580;
    font-weight: 600;
}
.form-tratamento-wrapper{
	border-radius: 10px;
    overflow: hidden;
    padding: 1em;
    box-shadow: 2px 2px 24px 1px #cccccc4f;
}
.form-tratamento-wrapper img{
	width: 100%;
}

.form-tratamento-wrapper h4{
	font-weight: bold;
    font-size: 1.2em;
    padding: 8px 16px;
    margin-bottom: 0;
    color: #e5d4bb;
    background: #353535;
    border-top: 1px solid #e5d4bb;
    margin-bottom: 1em;
    text-align: center;
}
.wrapper-thumb-gallery{
	background: #FFF;
	height: 250px;
	margin-bottom: 2em;
	position: relative;
}
.wrapper-thumb-gallery .gallery-thumb{
	padding: 5px;
	height: 100%;
	object-fit: cover;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.wrapper-thumb-gallery:hover .overlay-gallery{
	opacity: 1;
}
.wrapper-thumb-gallery-page a img{
	padding: 5px;
	object-fit: cover;
	border: 1px solid #EEEEEE;
	width: 100%;
	height: 250px;
}
.overlay-gallery{
    background: #a59885b8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #FFF;
    display: flex;
    justify-content: center;
    opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay-gallery-plus{
	width: 40px;
}
.card-dica{
    background: #FFF;
    padding: 8px;
    box-shadow: 1px 1px 13px -2px #EAEAEA;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-thumb-dica{
	height: 200px;
}
.card-thumb-dica img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.card-title h4{
	font-size: 16px;
	padding: 10px;
}
.card-dica .button{
    padding: 12px 2em;
    margin-bottom: 10px;
}
.outras-dicas{
    min-height: 100vh;
    padding: 1em;
    border-left: 1px solid #eaeaea70;
}
.outras-dicas h5{
	color: #b5a580;
	font-weight: bold;
	font-size: 1.4em;
}
.outras-dicas .card-dica{
	box-shadow: none;
	border: 0;
	margin-bottom: 1em;
}
.outras-dicas .card-dica .text-center{
	display: none;
}
.outras-dicas .card-title{
	border-bottom: 1px dotted #EAEAEA;
}


.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 650px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

#whatsapp-float {
	position: fixed;
	bottom: 2%;
	right: 1%;
	z-index: 9999;
}
#whatsapp-float img {
	height:80px
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 80%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("../img/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.card-thumb-depoimento img{
  width: 100%;
  height: auto;
  border-radius: 4%;
}

.wrapper-depoimento{
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-depoimento p{
  color: #927846;
  font-size: 15px;
  padding: 0 18px;
}

.wrapper-depoimento span{
  color: #8C8C8C;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.primary-menu{
		display: block;
		margin-top: 2em;
	}
	.idealizadores-border{
		top: -50px;
    	border-top: 57px solid transparent;
	    border-left: 1025px solid #1F1F1F;
	}
	.swiper-button-prev1{
		left: auto;
		right: 75px;
		top: 225px;
		transform: scale(0.8);
	}
	.swiper-button-next1{
		top: 225px;
		transform: scale(0.8);
	}
	.toggle-menu{
		display: none;
	}
	#sobre-a-clinica .wrapper-foto-efeito{
		margin-top: 1em;
	}
	header{
		padding: 2em 0;
	}
	.primary-menu li a{
	    padding: 12px 2px;
	    width: 100%;
	    border-bottom: 1px solid #464444;
	}
	#idealizadores{
		padding: 1em 0 3em 0;
	}
	#idealizadores p, #sobre-a-clinica p{
		font-size: initial;
	}
	.button-dark{
		width: 100%;
	}
	.social-block{
		display: none;
	}
	#top-bar span, .phone-block{
		display: block;
	}
	#top-bar{
		text-align: center;
	}
	#contato-home{
		padding-top: 0;
	}
	.box-whatsapp{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    background: #fff4e34d;
	    padding: 2em 0;
	}
	footer{
		text-align: center;
	}
	footer h5{
		font-size: 19px;
	}
	.depoimento-box p{
		font-size: 14px;
	}
	#razoes{
		background: #2d2d2d;
		padding-bottom: 6em;
	}
	.razoes-man{
		display: none;
	}
	#contato-home .button-dark{
		margin-top: 1em;
	}
	.card-service-thumb{
		height: 260px;
	}
	.card-service-thumb img, .card-service-thumb{
		height: auto;
	}
	.wrapper-razao {
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: center;
	    margin-bottom: 3em;
	    padding-left: 2em;
	}
	.card-equipe{
		flex-direction: column;
		margin-bottom: 2em;
	}
	.card-equipe-foto{
		width: 100%;
		margin-bottom: 1em;
	}
	.wrapper-thumb-gallery{
		height: auto;
	}
	#inner-page h1{
		font-size: 20px;
	}
	#inner-page h2 {
	    font-weight: bolder;
	    font-size: 18px;
	    color: #847764;
	}
	.mobile-margin-bottom-2{
		margin-bottom: 0 !important;
	}
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.border-foto-efeito{
		display: none;
	}
	.wrapper-thumb-gallery{
		height: 200px;
	}
	.card-equipe{
		flex-direction: column;
	}
	.card-equipe-foto{
		width: 100%;
		margin-bottom: 1em;
	}
	.primary-menu{
		display: block;
		margin-top: 2em;
	}
	.toggle-menu{
		display: none;
	}
	header{
		padding: 2em 0;
	}
	.primary-menu li a{
	    padding: 12px 2px;
	    width: 100%;
	    border-bottom: 1px solid #464444;
	}
	#idealizadores{
		padding: 0;
	}
	#contato-home{
		padding-top: 0;
	}
	.box-whatsapp{
		padding: 0;
	}
	footer h5{
		font-size: 19px;
	}
	.depoimento-box p{
		font-size: 14px;
	}
	#razoes{
		background: #2d2d2d;
		padding-bottom: 6em;
	}
	.razoes-man{
		opacity: 0.1;
		filter: grayscale(1);
	}
	.card-service-thumb{
		height: 260px;
	}
	.wrapper-razao {
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: center;
	    margin-bottom: 3em;
	    padding-left: 2em;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 85.9375em) {
	.primary-menu li a{
		font-size: 14px;
	}
	#idealizadores{
		padding: 0em 0 3em 0;
	}
	.razoes-man{
		background-size: auto 83%;
	}
	#contato-home{
		padding: 0em 0 3em 0;
	}
	.box-whatsapp{
		padding: 0 0 0 1em;
	}
	.primary-menu li a{
		padding: 3.5rem 0.9rem;
	}
	.circle-razao{
		width: 90px;
		height: 90px;
	}
	.circle-razao img{
		max-width: 60px;
	}
	.primary-menu{
		display: flex !important;
	}
}

/* Large and up */
@media screen and (min-width: 85em) {
	.swiper-button-prev2{
	    position: absolute;
	    top: -50px;
	    right: 70px;
	    left: auto;
	}
	.swiper-button-next2{
		position: absolute;
		top: -50px;
		right: 0;
	}
	#idealizadores{
		padding: 4em 0;
	}
	.primary-menu{
		display: flex !important;
	}
}
