* {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* STICKY FOOTER */

html, body {
	height: 100%;
}
body.active {
	overflow: hidden;
}
#hamburger-1 {
	width: 40px;
	height: 40px;
	float: right;
}
.hamburger .line{
  width: 40px;
  height: 2px;
  background-color: #d3d3d3;
  margin: 8px auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
#ajax-result {
	padding: 40px;
}
#modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(11, 45, 93, 0.9);
	z-index: 99;
	padding: 20px;
	display: none;
	overflow-y: scroll;
}
#modal.active {
	display: block;
}
#modal-content {
	position: absolute;
	width: 100%;
	max-width: 980px;
	min-height: 400px;
	background-color: #fff;
	left: 50%;
	margin-left: -490px;
	top: 40px;
	display: table;
}
#close-modal {
	width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    background-color: rgba(11, 45, 93, 1);
    color: #f7f7f7;
    text-align: center;
    line-height: 25px;
    right: -15px;
    top: -15px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #f2f2f2;
}
#wrap {
	width: 100%;
	float: left;
	min-height: 100%;
	margin-bottom: -375px; 
}
#wrap:after {
	content: "";
	display: block;
}
#footer, #wrap:after {
	width: 100%;
	height: 375px; 
	display: table;
	table-layout: fixed;
	float: left;
}
#footer {
	background: #0b2d5d;
	position: relative;
}
#footer > .grid-middle {
	min-height: 320px;
}
#footer-bottom {
	width: 100%;
	height: 55px;
	background-color: #061e41;
	color: #b6b6b6;
	position: absolute;
	bottom: 0;
}
#footer-bottom .grid-middle {
	height: inherit;
}
.logo-footer {
	position: relative;
}
.logo-footer:after {
    content: '';
    width: 2px;
    height: 200px;
    background-color: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -100px;
    opacity: 0.4;
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
}
.menu-footer {
	padding-left: 80px !important;
}
.menu-footer ul {
	list-style-type: none;
	display: inline-block;
	width: 23%;
	font-size: 0;
	float: left;
}
.menu-footer ul li:first-child {
	margin-bottom: 15px;
}
.menu-footer ul li:first-child p {
	text-transform: uppercase;
	color: #507ab5;
	font-style: italic;
	font-size: 25px;
	font-weight: 300;
	line-height: 20px;
}
.menu-footer ul li:first-child p span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.menu-footer ul li a {
	color: #fff;
	font-style: italic;
	transition: 0.2s;
	font-size: 14px;
}
.menu-footer ul li a:hover {
	color: #fff;
}
.menu-footer ul li {
	margin-bottom: 5px;
}
.footer-social {
	text-align: right;
	width: 31% !important;
}
.footer-social .btn {
	display: inline-block;
	padding: 8px;
	width: 180px;
	border-radius: 20px;
	border:1px solid #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
.footer-social .btn:hover {
	background-color: #fff;
	color: #0b2d5d;
	border-color: transparent;
}
.footer-social .social-item {
	display: inline-block;
}
.footer-social .social-item a {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border:1px solid #adadad;
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 33px;
	margin-left: 10px;
}
.footer-social .social-item a:hover {
	background-color: #fff;
	color: #0b2d5d;
	border-color: transparent;
}
.footer-social .social-item a i.fa-instagram {
	position: relative;
	left: -0.5px;
}
.footer-social .social-item a i.fa-facebook {
	position: relative;
	left: -1px;
}
.conectvia {
	text-align: right;
}
.conectvia a:hover {
	opacity: 0.6;
}
.grid.boxed {
	max-width: 1170px;
	margin: 0 auto;
}
.grid-middle.boxed {
	max-width: 1170px;
	margin: 0 auto;
}
.grid.fluid {
	width: 100%;
	padding: 0 10%;
}
#header-mobile {
	display: none;
	width: 100%;
	height: 80px;
	background-color: #0b2d5d;
	padding: 0 4%;
	position: fixed;
    z-index: 9;
    top: 0;
}
#header-mobile a {
	display: inline-block;
}
#header-mobile #logo-mobile {
	width: 200px;
	height: 60px;
	background-image: url('../img/logo-mobile.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-indent: -999px;
	margin-top: 4px;
}
#header-mobile #trigger-menu {
	font-size: 48px;
	color: #000;
}
#close-menu {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	top: 0;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 30px;
	z-index: 99;
}
.menu-wrapper {
    width: 100%;
    min-width: 100vh;
    margin: 0 auto;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}
.menu-wrapper.show {
    visibility: visible;
    opacity: 1;
}
.main-menu {
    background: #f9f9f9;
}
.voltar a {
	background: #a7a7a7;
    font-size: 14px !important;
    color: #fff !important;
    padding: 10px 15px !important;
}
.voltar a:before {
	font-family: 'ElegantIcons';
	content: "\34";
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.menu-wrapper ul {
    background: #f9f9f9;
    position: relative;
    left: 0;
    z-index: 1;
    transition: all 1s ease;
    height: 100%;
}
.menu-wrapper ul li a {
    display: block;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #0a2d5e;
    font-style: italic;
}
.menu-wrapper ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #f2f2f2;
    width: 100%;
    visibility: hidden;
    transition: all .2s ease;
    padding-top: 0;
}
.open-submenu .rwd-submenu {
    left: 0;
    top: 0;
    z-index: 2;
    visibility: visible;
    transition: all .2s ease;
}
#main-head {
	width: 100%;
	height: 110px;
	background-color: #0b2d5d;
}
#main-head .grid-middle {
	height: inherit;
}
.home #main-head {
	background-color: transparent;
}
.home #main-head .grid-middle {
	border-bottom: 1px solid rgba(236, 236, 236, 0.9);;
	position: relative;
}
.home #main-head .grid-middle:before {
	content: '';
	width: 149px;
	height: 1px;
	background-image: url('../img/header-before.png');
	position: absolute;
	left: -149px;
	bottom: -1px;
}
.home #main-head .grid-middle:after {
	content: '';
	width: 149px;
	height: 1px;
	background-image: url('../img/header-after.png');
	position: absolute;
	right: -149px;
	bottom: -1px;
}
.logo {
	font-size: 0;
}
.logo a {
	display: inline-block;
}
.logo a h1 {
	width: 238px;
	height: 110px;
	background-image: url('../img/logo-header.png');
	background-repeat: no-repeat;
	background-position: center 54%;
	overflow: hidden;
	text-indent: -999px;
}
#menu ul {
	list-style-type: none;
	text-align: right;
}
#menu ul li {
	display: inline-block;
	margin-left: 15px;
}
#menu ul li a {
	color: #fff;
	text-transform: uppercase;
	transition: 0.2s;
}
#menu ul li a:hover,
#menu ul li.current-menu-item a {
	color: #fff;
}
.social {
	position: relative;
	top: -10px;
}
.social li {
	margin-left: 5px !important;
}
.social li a {
	border: 1px solid #fff;
	border-radius: 100%;
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 23px;
	transition: 0.2s;
}
.social li a:hover {
	color: #0b2d5d !important;
	background-color: #fff;
	border:1px solid transparent;
}
.social li a i.fa-facebook {
	position: relative;
	left: -0.5px;
}
.social li a i.fa-instagram {
	position: relative;
	right: -0.5px;
}
#banner {
	width: 100%;
	height: 750px;
	background-size: cover;
	background-position: center;
	margin-top: -110px;
	display: table;
	table-layout: fixed;
}
#banner .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#banner .inner h2 {
	font-size: 44px;
	line-height: 46px;
	color: #fff;
	font-style: italic;
	font-weight: 300;
	margin: 40px 0;
}
#banner .inner  a {
	opacity: 0.5;
}
.left-title .boxed {
	height: 300px;
}
.left-title .col-3 {
	position: relative;
	padding-right: 60px;
}
.left-title .col-9 {
	position: relative;
	padding-left: 60px;
}
.left-title .col-3 h3 {
	text-align: right;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
}
.left-title .col-3:after {
    content: '';
    width: 2px;
    height: 200px;
    background-color: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -100px;
    opacity: 0.4;
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
}
p {
	color: #5a5a5a;
}
.more {
	color: #0b2d5d;
	font-style: italic;
	text-transform: lowercase;
}
.bordered {
	border: 1px solid #0b2d5d;
	border-radius: 20px;
	padding: 4px 10px;
	line-height: 10px;
}
.more span {
	display: inline-block;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #0b2d5d;
	vertical-align: middle;
	text-align: center;
	line-height: 9.5px;
	font-size: 18px;
	font-style: normal;
	transition: 0.2s;
	top: -1px;
	position: relative;
}
.more span.back {
	margin-left: 0;
	margin-right: 5px;
}
.more:hover span {
	background-color: #0b2d5d;
	color: #fff;
}
.locais-list {
	list-style-type: none;
	font-size: 0;
}
.locais-list li {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.locais-list li p {
	font-size: 14px;
	margin: 10px;
}
.locais-list li h4 {
	color: #0b2d5d;
	font-weight: 400;
	font-size: 26px;	
}
.locais-list li h4:before {
	content: '';
	width: 17px;
	height: 21px;
	display: inline-block;
	margin-right: 5px;
	background-image: url('../img/marker.png');
}
.locais-list li h5 {
	color: #0b2d5d;
	font-size: 16px;
	font-weight: 400;
}
.curriculo-foto figure {
	width: 100%;
	height: 520px;
	background-size: cover;
}
.hidden {
	opacity: 0;
	display: none !important;
}
.curriculo-info,
.sobre-info {
	padding-left: 40px !important
}
.curriculo-info h1,
.sobre-info h1 {
	font-size: 28px;
	color: #0b2d5d;
	font-weight: 400;
	font-style: italic;
}
.curriculo-info h2,
.sobre-info h2 {
	font-size: 20px;
	color: #0b2d5d;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 40px;
}
.curriculo-info h3,
.sobre-info h3 {
	font-size: 20px;
	color: #0b2d5d;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 20px;	
}
.curriculo-info p,
.sobre-info p {
	margin-bottom: 20px;
}
#curriculo {
	margin: 10px 0 40px;
}
#curriculo .grid {
	padding: 40px 0;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
}
#curriculo-title {
	font-size: 42px;
	font-weight: 400;
	color: #0b2d5d;
	font-style: italic;
	margin-top: 40px;
}
.home #curriculo {
	background-color: #f6f6f6;
	padding: 80px 0;
}
.home #curriculo .grid {
	border: none;
}
.curriculo #curriculo .grid {
	border-bottom: none;
}
.home #curriculo-title {
	display: none;
}
#procedimentos-part {
	padding: 40px 0;
}
.procedimento-item {
	padding: 0 !important;
}
.procedimento-item figure {
	width: 100%;
	height: 750px;
	display: table;
	table-layout: fixed;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.procedimento-item figure .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	transition: 0.4s;
	text-align: center;
}
.procedimento-item:hover figure .inner  h3{
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.procedimento-item figure .inner h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	font-style: italic;
	transition: 0.2s;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.procedimento-item figure .inner h3 span {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #ccc;
	text-align: center;
	line-height: 38px;
	padding-right: 2px;
}
.procedimento-esteticos {
	padding-right: 2.5px !important;
}
.procedimento-cirurgicos {
	padding-left: 2.5px !important;
}
.procedimento-esteticos:hover .inner {
	background-color: rgba(119, 119, 119, 0.9);
}
.procedimento-esteticos .inner {
	background-color: rgba(119, 119, 119, 0.8);
}
.procedimento-cirurgicos:hover .inner {
	background-color: rgba(11, 45, 93, 0.9);
}
.procedimento-cirurgicos .inner {
	background-color: rgba(11, 45, 93, 0.8);
}
.procedimento-item:hover .procedimento-list {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.procedimento-list {
	list-style-type: none;
	text-align: center;
	padding: 40px 0;
	position: relative;
	margin-top: 40px;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}
.procedimento-list li {
	display: block;
	margin-bottom: 10px;
}
.procedimento-list a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.procedimento-list a:hover span {
	background-color: #ccc;
}
.procedimento-list a span {
	border-color: #ccc;
}
.procedimento-list:before,
.procedimento-list:after {
	content: '';
	width: 150px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	background-color: #ccc;
}
.procedimento-list:before {
	top: 0;
}
.procedimento-list:after {
	bottom: 0;
}
.title {
	text-align: center;
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	color: #0b2d5d;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	font-style: italic;
}
.title:after {
	content: '';
	width: 60px;
	height: 1px;
	background-color: #d7d7d7;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
}
.title-center {
	padding: 80px 0;
	text-align: center;
}
.title-center h2 {
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	font-style: italic;
	font-size: 35px;
	position: relative;
	color: #0b2d5d;
}
.title-center h2:after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
}
#call-to-action-split {
	padding: 80px 0;
}
#call-to-action-split h2 {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 20px;
    color: #0b2d5d;
}
#call-to-action-split p {
	margin-bottom: 20px;
}
#call-to-action-split .col-6:first-of-type {
	padding-right: 80px !important;	
	border-right: 1px solid #d7d7d7;
}
#call-to-action-split .col-6:last-of-type {
	padding-left: 80px !important;	
}
#bg {
	width: 100%;
	background-size: cover;
	background-image: url('../img/bg.jpg');
	background-position: top center;
	display: table !important;
	table-layout: fixed;
	padding: 120px 0 40px;
}
#bg .grid-middle {
	height: inherit;
}
.bg-title {
	text-align: center;
	overflow: hidden;
}
.bg-title h4 {
	color: #fefefe;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}
.bg-title h4:before {
	content: '';
	width: 800px;
	height: 1px;
	background-color: #fefefe;
	position: absolute;
	right: 110%;
	top: 50%;
	margin-top: -1px;
}
.bg-title h4:after {
	content: '';
	width: 800px;
	height: 1px;
	background-color: #fefefe;
	position: absolute;
	left: 110%;
	top: 50%;
	margin-top: -1px;
}
.locais {
	width: 100%;
    list-style-type: none;
    font-size: 0;
    color: #f7f7f7;
    display: flex;
    flex-flow: row wrap;
}
.hospitais .locais:last-of-type {
    margin-bottom: -20px;
}
.locais p,
.locais a {
	color: inherit;
}
.local-info {
	width: calc(100% - 250px);
}
.locais .local-item {
	width: 50%;
	display: inline-block;
	margin-bottom: 80px;
	font-size: 14px;
    display: inline-flex;
}
.local-img {
	width: 250px;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
}
.locais .local-item h3 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
.locais .local-item h3 img {
	position: relative;
	top: -3px;
}
.locais .local-item p {
	font-style: italic;
	margin-bottom: 15px;
}
.locais .local-item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.locais .local-item a span {
	border-color: #f7f7f7;
}
.locais .local-item a:hover span {
	background-color: #f7f7f7;
	color: #0b2d5d;
}
.telefone {
	font-size: 16px;
}
.telefone img {
	position: relative;
	top: -2px;
}
.contato form input,
.contato form select,
.contato form textarea {
	width: 100%;
	height: 35px;
	padding-left: 10px;
	border:none;
	margin-top: 5px;
	color: #404040;
}
.contato form select:focus {
	outline: none;
}
.contato form select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
span.wpcf7-not-valid-tip {
    color: #b5b5b5 !important;
    font-size: 12px !important;
    margin-top: 3px;
    margin-bottom: -20px;
}
div.wpcf7-response-output {
    margin: 0 !important;
    padding: 20px !important;
    width: 100% !important;
    color: #404040 !important;
    background-color: #f8f8f8 !important;
    border: 2px dashed #ccc !important;
    text-align: center !important;
}
.contato form textarea {
	height: 192px;
	padding-top: 10px;
}
.contato label {
	color: #f7f7f7;
}
.contato form .col-6:nth-child(2){
	padding-right: 20px !important;
}
.contato form .col-6:nth-child(3){
	padding-left: 20px !important;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px;
    float: right;
    border-radius: 20px;
    background: transparent;
    color: #f7f7f7;
    border: 1px solid;
    transition: 0.2s;
    padding-left: 0;
    text-transform: lowercase;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	color: #0b2d5d;
	background-color: #fff;
}
#contact-info {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	text-align: center;
	color: #f7f7f7;
}
#contact-info .col-4 {
	padding: 40px 0;
}
.tels p,
.tels i {
	margin-bottom: 20px;
}
.tels p {
	color: #f7f7f7;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 160px;
    align-items: end;
    text-align: left;
    padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.tels img {
	margin-right: 10px;
	text-align: left;
}
.social-contact {
	text-align: center;
}
.social-contact ul {
	list-style-type: none;
}
.social-contact ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.social-contact ul li:last-child {
	margin-right: 0;
	margin-left: 10px;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
}
.social-contact ul li:last-child p {
	color: #f7f7f7;
	font-weight: 400;
	font-style: italic;
}
.social-contact ul li:last-child p span {
	font-weight: 600;
}
.social-contact ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #f7f7f7;
	font-size: 20px;
	border-radius: 100%;
	border: 1px solid #f7f7f7;
}
#contact-info .col-4:nth-child(2) {
	border-right: 1px solid rgba(247, 247, 247, 0.31);
	border-left: 1px solid rgba(247, 247, 247, 0.31);
}
.contact-email p {
	color: #f7f7f7;
	font-size: 16px;
	font-style: italic;
}
.contact-email h3 {
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
}
.contact-email i {
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -1px;
}
.tels i.fa,
.contact-email i.fa {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #f7f7f7;
	display: inline-block;
	vertical-align: middle;
}
.procedimento {
	width: 100%;
	padding: 100px 0;
}
.procedimento .procedimento-title {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 10px;
	font-style: italic;
}
#procedimento-estetico {
	background-color: #f2f2f2;
	background-position: right -50px;
	background-repeat: no-repeat;
}
#procedimento-cirurgico {
	background-color: #dbe0e7;
	background-position: left -100px;
	background-repeat: no-repeat;
}
#procedimento-estetico .procedimento-title {
	color: #5a5a5a;
}
#procedimento-cirurgico .procedimento-title {
	color: #5a5a5a;
}
.procedimento-content {
	padding: 20px 0;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	color: #5a5a5a;
	position: relative;
}
.procedimento-content.show {

}
#procedimento-estetico .show-content {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border:1px solid #8f8f8f;
	background-color: #f2f2f2;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	transition: 0.2s;
}
#procedimento-estetico .show-content span {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
	position: relative;
	right: -3px;
	color: #8f8f8f;
	transition: 0.2s;
}
#procedimento-estetico .show-content:hover  {
	background-color: #8f8f8f;
}
#procedimento-estetico .show-content:hover span {
	color: #f2f2f2;
}


#procedimento-cirurgico .show-content {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border:1px solid #8f8f8f;
	background-color: #dbe0e7;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	transition: 0.2s;
}
#procedimento-cirurgico .show-content span {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: block;
	position: relative;
	right: -3px;
	color: #7a7a7a;
	transition: 0.2s;
}
.show-content.active span {
	-moz-transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	transform: rotate(-90deg) !important;	
	right: 3px !important;
}
#procedimento-cirurgico .show-content:hover  {
	background-color: #8f8f8f;
}
#procedimento-cirurgico .show-content:hover span {
	color: #f2f2f2;
}
.procedimentos-list {
	padding: 50px 0 0;
	width: 100%;
	font-size: 0;
}
.procedimentos-list li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	margin-bottom: 70px;
	padding: 0 20px;
}
.procedimentos-list {
	margin-bottom: -40px;
}
.procedimentos-list h5 {
	color: #0b2d5d;
	font-size:16px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px;
}
.procedimentos-list p {
	color: inherit;
	margin-bottom: 10px;
}
.procedimentos-list a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 37px;
	font-size: 30px;
	transition: 0.2s;
}
#procedimento-estetico .procedimentos-list a {
	border:1px solid #8f8f8f;
	color: #8f8f8f;
}
#procedimento-estetico .procedimentos-list a:hover {
	background-color: #8f8f8f;
	color: #fff;
}
#procedimento-cirurgico .procedimentos-list a {
	border:1px solid #8f8f8f;
	color: #8f8f8f;
}
#procedimento-cirurgico .procedimentos-list a:hover {
	background-color: #8f8f8f;
	color: #fff;
}
.procedimento-single .procedimento-title {
	font-size: 35px;
	font-style: italic;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d7d7d7;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.procedimento-single p {
	margin-bottom: 20px;
}
.procedimento-single p:last-of-type {
	margin-bottom: 0;
}
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;

	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

.procedimento-single h1, 
.procedimento-single h2, 
.procedimento-single h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	color: rgba(11, 45, 93, 1);
	font-weight: 600;
	font-style: italic;
}
.procedimento-single img {
	max-width: 100%;
}
.procedimento-single iframe {
	width: 100%;
	max-width: 100%;
	height: 320px;
}
.copyright p {
	font-size: 11px;
	color: #efefef
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-20px);}
	60% {-webkit-transform: translateY(-10px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-20px);}
	60% {-moz-transform: translateY(-10px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-20px);}
	60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-10px);}
}
@media (max-width: 768px) {
	#header-mobile {
		display: flex;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 80px;
	}
	#footer .col-3,
	#footer .col-9,
	.col-8.copyright,
	.col-4.conectvia,
	#local-atendimento .col-3,
	#local-atendimento .col-9,
	#call-to-action .col-3,
	#call-to-action .col-9 {
		flex-basis: 100% !important;
    	max-width: 100% !important;
    	text-align: center;
    	margin:40px 0;
	}
	#local-atendimento .col-9 {
		padding-left: 0;
	}
	#local-atendimento .col-3 {
		padding-right: 0;
	}
	.menu-footer {
	    padding-left: 0 !important;
	}
	.left-title .col-3 h3 {
		text-align: center;
	}
	.left-title .col-3:after {
	    content: '';
	    width: 100px;
	    height: 1px;
	    background-color: #8c8c8c;
	    position: absolute;
	    right: 50%;
	    top: initial;
	    bottom: -20px;
	    margin-right: -50px;
	    margin-top: 0;
	    opacity: 0.4;
	    -moz-transform: rotate(0);
	    -webkit-transform: rotate(0);
	    -o-transform: rotate(0);
	    -ms-transform: rotate(0);
	    transform: rotate(0);
	}
	.locais-list li {
		width: 100%;
		margin-bottom: 40px;
	}
	.left-title .boxed {
		height: auto;
	}
	.menu-footer ul,
	.footer-social {
		width: 100% !important;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-social .social-item:nth-child(2) a {
		margin-left: 0;
	}
	#footer-bottom {
	    width: 100%;
	    height: auto;
	    background-color: #061e41;
	    color: #b6b6b6;
	    position: relative;
	    bottom: initial;
	    display: table;
	}
	.col-6.procedimento-item {
		flex-basis: 100% !important;
    	max-width: 100% !important;
    	padding-left: 0 !important;
    	padding-right: 0 !important;	
	} 
	.procedimento-item figure {
	    height: 450px;
	}
	.col-5.curriculo-foto,
	.col-7.sobre-info,
	.col-7.curriculo-info {
		flex-basis: 100% !important;
    	max-width: 100% !important;
    }
   .curriculo-foto figure {
    	width: 100%;
    	height: 450px;
    	background-size: cover;
    	margin-bottom: 40px;
	}
	#main-head {
		display: none;
	}
	#call-to-action .col-3 {
		padding-right: 0 !important;
	}
	#call-to-action .col-9 {
		padding-left: 0 !important;
	}
	.home #curriculo {
		padding: 10px 0;
	}
	#banner {
		height: 400px;
		margin-top: 0;
	}
	#banner .inner h2 {
	    font-size: 34px;
	    line-height: 36px;
	}
	#banner .col-4 {
		flex-basis: 100% !important;
    	max-width: 100% !important;
    	text-align: center;
	}
	.logo-footer:after {
		display: none;
	}
	.title-center {
		padding: 40px 0;
	}
	.title-center h2 {
		font-size: 28px;
	}
	.locais .local-item {
		width: 100%;
		padding: 0 20px;
		display: block;
	}
	.local-img {
		width: 100%;
		margin-right:0;
		margin-bottom: 30px;
		height: 230px;
	}
	.local-info {
		width: 100%;
		margin-top: 20px;
	}
	#bg {
		background-color: #0b2d5d;
		background-image: none !important;
	    padding: 80px 0 20px;
	}
	#call-to-action-split .col-6 {
		flex-basis: 100% !important;
    	max-width: 100% !important;
    	text-align: center;
	}
	#call-to-action-split .col-6:first-of-type {
		padding-right: 20px !important;
		padding-left: 20px !important;
		margin-bottom: 80px;
	}
	#call-to-action-split .col-6:last-of-type {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.contato form .col-6,
	.contato form .col-7,
	.contato form .col-5 {
		flex-basis: 100% !important;
    	max-width: 100% !important;
	}
	.contato form .col-6:nth-child(2) {
		padding-right: 0 !important;
	}
	.contato form .col-6:nth-child(3) {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}
	.contato form {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;		
	}
	.wpcf7-response-output.wpcf7-display-none {
		display: none !important;
	}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
	.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
		display: block !important;
	}
	#contact-info .col-4 {
		flex-basis: 100% !important;
    	max-width: 100% !important;		
	}
	#contact-info .col-4:nth-child(2) {
	    border-right: 1px solid rgba(247, 247, 247, 0);
	    border-left: 1px solid rgba(247, 247, 247, 0);
	    border-top: 1px solid rgba(247, 247, 247, 0.31);
	    border-bottom: 1px solid rgba(247, 247, 247, 0.31);
	}
	#contact-info {
		padding-left: 1rem !important;
		padding-right: 1rem !important;	
	}
	.procedimento {
		background-image: none !important;
	}
	.procedimento .col-6 {
		flex-basis: 100% !important;
    	max-width: 100% !important;	
    	text-align: center;		
	}
	.procedimentos-list li {
		width: 50% !important;
	}
	#modal-content {
		top: 0;
		left: 0;
		right: 0;
		margin: 0 !important;
	}
	.col-8.procedimento-single {
		flex-basis: 100% !important;
    	max-width: 100% !important;	
	}
	#close-modal {
		right: 5px;
		top: 5px;
	}
}