/*
Theme Name:   Tema_MD_2019-V3
Description:  Tema Medicina Direta V3 - Wide
Author:       omniatom
Author URL:   Write here the author's blog or website url
Template:     wp-bootstrap-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  md_tema_2019-v3
*/

/* ================== MD personal stylesheet ================== */
@font-face {
  font-family: 'Fira Sans';
  src: url('fonts/fira/FiraSans-Regular.ttf');
}
@font-face {
  font-family: 'Fira Light';
  src: url('fonts/fira/FiraSans-Light.ttf');
}
@font-face {
  font-family: 'Firalightitalic';
  src: url('fonts/fira/FiraSans-LightItalic.ttf');
}
@font-face {
  font-family: 'Firathinitalic';
  src: url('fonts/fira/FiraSans-ThinItalic.ttf');
}
@font-face {
  font-family: 'Fira Medium';
  src: url('fonts/fira/FiraSans-Medium.ttf');
}
@font-face {
  font-family: 'Fira SemiBold';
  src: url('fonts/fira/FiraSans-SemiBold.ttf');
}
@font-face {
  font-family: 'Fira Bold';
  src: url('fonts/fira/FiraSans-Bold.ttf');
}
@font-face {
  font-family: 'Fira SemiBoldItalic';
  src: url('fonts/fira/FiraSans-SemiBoldItalic.ttf');
}
@font-face {
  font-family: 'Fira Black';
  src: url('fonts/fira/FiraSans-Black.ttf');
}

body{
	font-family: Fira Sans;
    background-color: #fff;
	background-size: cover;
}
button:focus {
    outline: none;
    box-shadow: none;
}
.grecaptcha-badge {
display: none !important;
}
/* ================== Slider ================= */
.home .slider-home {
    display: block;
    background-color: #fff;
    width: 100%;
}
.home .slider-corpoclinico {
    display: block;
    background-color: #fff;
    width: 100%;
}
.owl-carousel .owl-item {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
	background-color: #f1f1f1;
}
.owl-carousel .owl-item img {
	width: 100%;
}
.owl-carousel .owl-item .post.hentry {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-color: #fff;
	box-shadow: none;
    margin: 0;
    padding: 0;
	position: relative;
}
.owl-carousel .owl-item .post.hentry .fundo-img{
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
	background-position-y: 0;
    height: 100Vh;/* para altura do slider */
    width: 100%;
    opacity: 1;
    background-color: #ececec;
	box-shadow: none;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    /* top: 0; */
}
.owl-carousel .owl-item .featured-title {
	color: #333;
	font-family: Fira Sans;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    text-shadow: 1px 1px 1px #FFF;
	padding: 10px 20px 10px 20px;
    text-align: left;
	position: relative;
    background-color: unset;
    z-index: 1000;
    border-radius: 5px;
}
.owl-carousel .owl-item .featured-exc {
	color: #141f33;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    text-shadow: none;
    position: relative;
    z-index: 1000;
    padding: 20px 10px 10px 10px;
    font-weight: bold;
}
.owl-carousel .owl-item .featured-exc a {
    color: #8bf5f5;
	font-size: 20px;
	line-height: 30px;
    justify-content: center;
    background-color: #333;
    padding: 4px 10px 5px 10px;
    border-radius: 5px;
	margin-left: 18px;
}
.owl-carousel .owl-item .featured-exc a:hover {
    color: #ccc;
    background-color: #5e5e5e;
	text-decoration: none;
}
.owl-carousel .owl-item .featured-title p {
	color: #141f33;
    text-align: left;
}
.owl-carousel .owl-item .content-carrossel {
	display: none;
    position: absolute;
    top: 70px;
    left: 120px;
	padding: 30px;
    margin: 0 3%;
	color: #084fa3;
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    z-index: 1000;
    box-shadow: none;
}
.owl-nav{
    position: absolute;
    top: 0px;
	width: 100%;
	height: 10px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    font-size: 180px;
	color: #fff;
    padding: 10% 0px !important;
    font-family: sans-serif;
    text-shadow: 0px 0px 5px #54392f;
}
.owl-carousel .owl-nav button.owl-prev{
    float: left;
}
.owl-carousel .owl-nav button.owl-next {
	float: right;
}
.content-carrossel .featured-title{
    padding-left: 50px;
    display: block;
    padding-top: 15px;
}
.content-carrossel .featured-title, .content-carrossel .featured-title p{
	font-family: 'Fira Bold';
}
.owl-carousel .owl-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}
.owl-carousel .owl-dots span{
    background-color:#7b7b7b !important;
}
.owl-carousel .owl-dot.active span{
    background-color:#333 !important;
	border: 2px solid #fff;
}

/* ================== Logo e descrição ================== */
#masthead nav {
    padding-left: 0;
    padding-right: 0;
    flex-flow: wrap;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    display: flex;
}
.navbar-brand-desc {
    display: none;
}		   
.navbar-brand {
    white-space: nowrap;
    flex-direction: row;
    display: flex;
	/*width: 80%;*/
	height: 145px;
	margin: 10px auto;
}
.navbar-brand > a {
	width: 250 px;/* para ajusstar tamanho da imagem - logo */
	font-size: 1.1rem;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.navbar-brand > a img {
	width:100%;
}
a.site-title, .site-description {
    color: #434343 !important;
}
a.site-title {
    font-size: 13px;
    font-weight: bold;
    padding-top: 0;
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: auto 0 0 0;
}
a.site-title:hover {
	text-decoration: none;
}
.site-description {
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 0 0 auto 0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
.navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    margin: 0 auto;
}
/* ================== Header / Itens Menu ================== */
header#masthead {
    margin-bottom: 0;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    background-color: #FFF;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
    position: fixed;
	top: 0;
	width: 100%;
	z-index: 1100;
}
#masthead .navbar-nav > li.current_page_item > a, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #FFF;
    font-weight: 500;
    background-color: #004070;
    text-decoration: none;;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #333333;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    /* font-family: 'Fira Sans';*/
	font-family: ''Fira SemiBold''; 
	color: #7c7c7b ;
    font-size: 18px;
	line-height: 1;
    font-weight: normal;
	text-decoration: none;
	padding: 5px 15px;
	margin: 2px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover{
	color: #FFF;
	background-color: #004070;
	text-decoration: none;			   
	font-weight: normal;
	border-radius: 3px;
}
.nav-link {
    display: block;
    padding: .25rem 1rem;
}
.menu-item-search{
	display:none;
}
.dropdown-menu {
    min-width: 220px;
}
.dropdown-menu .dropdown-item {
    font-size: 15px;
	line-height: 1;
	padding: 7px 0 7px 10px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dropdown-menu .dropdown-item:hover {
	color: #ffffff;
    background-color: #a1def8;
}
.home .entry-header{
	display: none;
}
.header-barra{
	padding: 0px 0 5px 0;
	background-image: linear-gradient(to right top, #333333, #545b68, #698a9f, #76bed1, #8bf5f5);
    box-shadow: 0px 2px 3px #595959;
	border-top: 1px solid rgba(255, 255, 255, 0.39);
	border-bottom: 0px solid #f8b243;
}
.header-contat p {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 84%;
    margin: 0 auto;
}
.header-contat span {
    font-family: 'Fira Sans';
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px #767676;
    display: flex;
    padding: 6px 5px 5px 5px;
    height: 30px;
}
.header-contat span.hendereco, .header-contat span.hemail, .header-contat span.hfone, .header-contat span.hwhats{
	display: flex;
	margin: 0 auto;
}

.header-contat span.hfone2, .header-contat span.hemail2, .header-contat span.hendereco2{
        display: none;
}

.header-contat span.hfone2, .header-contat span.hemail2{
	display: none;
}
.header-contat span.hwhats{
    background-color: unset;
    padding: 5px 10px 5px 8px;
    border-radius: 5px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.header-contat span.hwhats:hover {
    background-color: #b0b0b0;
}
.header-contat span:last-child {
	text-transform: lowercase;
}
.header-contat span:last-child {
	text-transform: unset;
}
.header-contat span a {
	color: #ffffff;
	display: flex;		   
}
.header-contat span a:hover {
	text-decoration:none;		   
}
.header-contat span a span {
	padding: 0px 5px 0px 5px;
	height: unset;		   
}
.header-contat span .far, .header-contat span .fab{
    font-size: 24px;
	padding-right: 5px;
    padding-bottom: 0px;
	padding-left: 5px;
    vertical-align: bottom;
}
.header-contat span .fas{
    font-size: 22px;
	padding-top: 3px;
	padding-right: 5px;
    /* padding-bottom: 2px; */
	padding-left: 5px;
    vertical-align: bottom;
}
.header-contat span i{
    color:#fff;
}
.header-contat span.hendereco i{
    color:#fff;
	padding-right: 5px;
}
a.whapp {
	color:#00e676;
	display: flex;
	padding: 0 5px;
}
a.whapp:hover {
    text-decoration: none;
    background-color: #00e6764d;
    color: #fff;
    border-radius: 3px;
}
.header-contat span.linksoci a span{
	display: none;
}
.breadcrumb-content{
	margin-top: 165px;
}
.home .breadcrumb-content{
	height:0px;
}
.home .breadcrumb-content .site-breadcrumb{
	display: none;
}
.breadcrumb-content .site-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-breadcrumb #breadcrumbs{
    padding: 5px 0 10px 10px;
    display: block;
}
.site-breadcrumb #breadcrumbs span, .site-breadcrumb #breadcrumbs span a{ 
    font-size: 12px;
	color: #838383;
}
.site-breadcrumb .search-form{
	display: none;
}
.site-breadcrumb .search-field.form-control{
	font-size: 14px;
    padding: 0 0 0 10px;
	height: 26px;
}
.site-breadcrumb .search-form .search-submit {
    padding: 0 5px 0 5px;
    margin: 0;
    position: absolute;
    right: 0;
    background-color: #434343;
    width: 40px;
    display: block;
	border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
	border: 1px solid #ced4da;
}
.site-breadcrumb .search-form .search-submit span {
	color:#fff;
}
.site-breadcrumb .search-form{
    padding: 6px 0 0 0;
}
.site-breadcrumb .search-form label{
    display: flex;
    flex-direction: initial;
	position: relative;
}
/* ================== Conteúdos do site ================== */
#content {
    margin-top: 22px;
}
.home .site-content, .home #content.site-content {
   padding: 0px 0px 00px 0px;
}
#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}
.site-content .container {
	padding: 15px 20px 35px 20px;
	/*background-color: #fff;*/
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.home .site-content .container {
	padding: 10px 20px 0px 20px;
	max-width: 100%;
	box-shadow: none;
}
.home .entry-title{
    visibility: hidden;
}
.post-meta-biog {
    font-size: 14px;
    color: #909090;
    background-color:rgba(204, 204, 204, 0);
    padding-left: 20px;
    line-height: 25px;
}
.post-meta-biog span {
    font-weight: bold;
}
h1.page-title {
    padding: 8px 10px 10px 30px;
    margin-bottom: 20px;
    color: #777777;
    background-color: rgb(241, 241, 241);
}
h1.entry-title {
	margin-top: 25px;
    font-size: 35px;
	text-align: center;
    border-bottom: 1px solid #eaecef;
	padding: 8px 10px 5px 30px;
    margin-bottom: 0px;
	color: #42576c;
	border-radius: 3px;
}
.entry-header p.crm-espec {
	color: #fff;
    background-color: #c7aa77;
    padding: 5px 15px 5px 30px;
    line-height: 15px;
    border-top: 1px solid #989898;
}
h2.entry-title {
    margin-bottom: 0;
	padding-left: 20px;
}
.h2, h2 {
	font-family: 'Fira Medium';
    font-size: 27px;
	color: #434343;
	margin-top: 20px;
	margin-bottom: 10px;
}
.h3, h3 {
	font-family: 'Fira Medium';
    font-size: 25px;
    margin-top: 30px;
	margin-bottom: 20px;
}
.post.hentry {
    margin-bottom: 40px;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
    padding: 0 20px 0 20px;
	background-color: #FFF;
}
.entry-content p {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
}
.entry-content p.destaque {
    font-size: 18px;
    padding: 10px 15px 10px 20px;
    border-radius: 3px;
	background-color: #cfe7f3;
}
.page .entry-content p:first-child {
    font-size: 18px;
    padding: 10px 15px 10px 20px;
    border-radius: 3px;
}
.home .entry-content p:first-child {
    font-size: 18px;
	color: #333;
    background-color: rgba(214, 188, 128, 0.25);
    padding: 40px 40px 30px 40px;
    border-radius: 3px;
    box-shadow: 1px 1px 8px #cecece;
    text-shadow: none;
}
.page-template-template-contato .entry-content p:first-child {
    font-size: 18px;
	color:#fff;
	text-align:center;
    background-color: #333;
    padding: 10px 15px 10px 20px;
    border-radius: 3px;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
}
a.custom-link:hover {
    color: #0056b3;
    text-decoration: none;
}
.page .entry-content img{
    /*border: 5px solid #f6f6f6;*/
	border-radius: 5px;
}
.entry-footer{
	font-size: 14px;
    color: #909090;
    /* background-color: rgba(204, 204, 204, 0.28); */
    padding-left: 20px;
    line-height: 25px;
	flex-direction: row;
	display: flex;
}
.entry-footer ul{
	margin-bottom: 0px;
	padding: 0 0 0 10px;
	display: flex;
}
.entry-footer ul li {
    list-style: none;
    background-color: antiquewhite;
    padding: 0 10px;
    margin: 5px 10px 5px 0px;
    /* height: 15px; */
}
.entry-footer .post-categories a{
	color: #434343;
}
p.post-meta-foot{
	margin: 5px 10px 5px 0px;
	display: flex;
}
/*strong{
	color: #585858;
}
*/
#accordion, #accordion2{
    margin-bottom: 30px;
}
.card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
}
.proced #gallery-2 {
    margin: auto;
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
}
.proced #gallery-2 .gallery-item {
    float: unset;
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
	padding-top: 20px;
    padding-bottom: 10px;
}
#gallery-2 {
    margin: auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#gallery-2 .gallery-item {
    float: unset;
    text-align: center;
    /* width: 30% !important; */
    padding-top: 20px;
	padding-bottom: 20px;
	margin: 10px auto 10px auto;
	background-color: rgba(199, 171, 120, 0.14);
	border-radius: 3px;
}
.home #gallery-2 .gallery-item {
    width: 30% !important;
	margin: 10px;
}
#gallery-2 .gallery-caption {
    font-family: 'Fira Sans';
	color: #424242;
    text-shadow: none;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eaddc6;
}
iframe{
    width: 100%;
    height: 500px;
	border: none;
}
div.wpcf7 {
    margin: 0;
    padding: 0px;
}
div.wpcf7 .wpcf7-form p, .entry-content div.wpcf7 .wpcf7-form p{
	margin-bottom: 0 !important;
}
.wpcf7-form label{
	width: 100%;
}
.gallery-consultorio{
    text-align: center;
}
.gallery-consultorio .gallery-item{
    float: left;
    text-align: center;
    width: 23% !important;
    padding-top: 10px;
	padding-bottom: 10px;
    margin: 10px;
    background-color: #f0f0f0;
    border-radius: 3px;
}
.emaillnk{
    background-color: antiquewhite;
    text-align: center;
	font-weight: bold;
	display: block;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
    background-color: #bcbcbc;
    color: #434343;
    font-weight: 600;
}
/* ================== Páginas / Blog ================== */
.entry-content .wp-post-image{
}
.nav-links a{
	color: #434343;
}
.tab-content > .active {
    display: inline-block;
    background-image: linear-gradient(to right top, #d7f4ff, #d7f4ff, #d7f4ff, #d7f4ff, #d7f4ff, #c5e5f2, #b3d5e5, #a1c6d8, #7ba4bc, #5683a1, #326387, #04446d);
}
.container.mt-3 .nav-tabs .nav-item.show .nav-link, .container.mt-3 .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #154f76;
    border-color: #dee2e6 #dee2e6 #fff;
}
.container.mt-3 .nav-tabs .nav-link {
    border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 0px solid white;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #d6f3ff;
}
/* ================== Search Results ================== */
.search-results .post.hentry {
    margin-bottom: 40px;
    /* border: 1px solid #333; */
    background-color: #f7f7f7;
}
/* ================== Home ================== */
/*
.home section#primary{
    display: none;
}
*/
.home .site-content .container {
    padding: 10px 20px 0px 20px;
    max-width: 100%;
    box-shadow: none;
}
.titulo-home1{
    position: relative;
    margin-bottom: 50px;
    height: 75px;
}
.titulo-mask{
	position: absolute;
	width: 100%;
	top: 10px;
	z-index: 1000;
}
.home .home-content {
    width: 60%;
    margin: 40px auto;
}
.home .home-content p {
    font-size: 20px;
    padding: 20px 80px 30px 80px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #d49834;
    color: #fff;
    text-shadow: 1px 1px 1px #4e4e4e;
}
.home .home-content h2 {
    font-size: 50px;
	color: #585858;
    font-family: Fira Light;
	text-align: center;
    padding: 0 15px 0 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.home .home-content h3 {
    font-size: 30px;
	color: #585858;
    font-family: Fira Light;
	text-align: center;
    padding: 0 15px 0 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}
hr.style-two {
    border: 0;
    height: 1px;
	margin-top: 45px;
	position: absolute;
    width: 100%;
    z-index: 100;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
ul.postsbycategory.widget_recent_entries{
	display: flex;
	list-style: none;
	padding-left: 0;
}
ul.postsbycategory.widget_recent_entries li {
    border: 5px solid #d6bc80;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    background-color: #777777;
    display: flex;
    margin: 0 15px 0 0px;
    height: 200px;
    width: 260px;
    background-size: cover;
    background-position: center;
    box-shadow: 1px 1px 3px rgb(171, 171, 171);
}
ul.postsbycategory.widget_recent_entries li i{
    color: rgba(255, 255, 255, 0.2);
    font-size: 25px;
	line-height: 1;
	padding-right: 10px;
}
ul.postsbycategory.widget_recent_entries li a {
    color: #fff;
    font-size: 20px;
    font-size: 18px;
    line-height: 1.1;
    padding: 120px 10px 0 15px;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.52);
    text-shadow: 1px 1px 1px #333;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ul.postsbycategory.widget_recent_entries li a:hover {
    background-color: rgba(214, 188, 128, 0.31);
}
.sessao-conv{
    position: relative;
	width: 100%;
    margin: 0 auto;
}
.sessao-1{
    margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 55px;
}
.sessao-dr{
	width: 80%;
    margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 55px;
}
@media only screen and (max-width: 1366px){
	.sessao-dr{
		width: 100%;
	}
}
.sessao-2{
	background-color: #2e526b;
	padding-top: 0px;
	padding-bottom: 80px;
}
.sessao-2.sessao-contato{
	background-image: linear-gradient(to right top, #76beea, #67b3df, #56a7d3, #459cc8, #3191bd, #2587b3, #167ca9, #00729f, #006594, #005988, #004c7c, #004070);
}
.sessao-2 .container{
	background-color: rgba(255, 255, 255, 0);
}
.sessao-2 .col-sm-12, .sessao-2 .col-lg-6{
    padding-left: 40px;
    padding-right: 40px;
}
.sessao-2 h3 {
    color: #fff;
	font-family: Fira Light;
	font-size: 35px;
	margin-top: 60px;
}
.sessao-2 p {
    color: #fff;
	font-size: 16px;
}
.sessao-2 p i {
    padding-right: 5px;
}
p.endereco1{
	margin-bottom: 5px;
}

.sessao-2 a {
    color: #fff;
}
/*
.sessao-2 iframe {
    width: 100%;
    height: 375px;
	padding-top: 10px;
    border: none;
}*/
.sessao-contato{
	margin-top: 40px;
}
.sessao-noticias{
	width: 100%;
	margin: 10px auto;
}
.sessao-corpoclinico{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
.sessao-contato h3 {
    margin-top: 0px;
    margin-bottom: 50px;
}
.sessao-3{
	background-color: #d49834;
	padding-top: 0px;
	padding-bottom: 80px;
	border-bottom: 10px solid #ccc;
}
.sessao-3 .container {
    background-color: rgba(255, 255, 255, 0);
}
.sessao-3 p {
	font-family: Fira Light;
    color: #fff;
	font-size: 25px;
	text-align: left;
	margin: 0 auto;
	padding-left: 30%;
	/* width: 50%; */
}
.sessao-3 a{
    color: #fff;
	font-size: 25px;
    line-height: 1;
	text-align: center;
    background: none !important;
    border: 3px solid #fff;
	border-radius: 5px;
    padding: 15px 20px 17px 20px;
    display: block;
    width: 60%;
}
.sessao-4{
    padding-bottom: 50px;
}
.sessao-4 .session-title.title2 {
    color: #777;
    margin-top: 45px;
    margin-bottom: 30px;
}
.session-title{
	text-align: center;
	font-size:50px;
	/* color: #333; */
}
.session-title.title1 {
    color: #585858;
	font-family: Fira Light;
	width: 20%;
    margin: 0 auto 30px auto;
    background-color: #fff;
    z-index: 1000;
}
.session-title.title2{
	color: #fff;
	font-family: Fira Light;
	text-shadow: 2px 1px 1px #757575;
	margin-top: 45px;
	margin-bottom: 30px;
}
.session-title.title2b{
	color: #585858;
	font-family: Fira Light;
	text-shadow: none;
	margin-top: 45px;
	margin-bottom: 30px;
}
.home-row{
	display:flex;
	justify-content: center;
}
.sessao-1 .card1 {
	color: #FFF;
    width: 100%;
    margin: 15px auto;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px rgb(210, 210, 210);
    border-radius: 5px;
    background-color: #a8a8a7;
}
.sessao-1 h2 {
	color: #FFF;
}
.sessao-1.sobre {
    margin: auto;
}
.sessao-1.sobre .content-destac {
    width: 100%;
    margin: 10px auto 0 auto;
}
.sessao-1.sobre .card1 {
    width: 100%;
    margin: 15px auto;
    padding: 20px 20px 10px 20px;
    box-shadow: 1px 1px 3px #d2d2d2;
    border-radius: 10px;
    background-color: #f1f1f19e;
}
.sessao-conv .card1 {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px rgb(210, 210, 210);
    border-radius: 10px;
    background-color: rgba(241, 241, 241, 0.62);
}
.sessao-corpoclinico .card1 {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px rgb(210, 210, 210);
    border-radius: 10px;
    background-color: #f1f1f1;
}
.sessao-noticias .card1 {
    width: 100%;
    margin: 0px auto;
    padding: 10px 20px;
    box-shadow: 1px 1px 3px rgb(210, 210, 210);
    border-radius: 10px;
    background-color: #f1f1f1;
}
.sessao-1 .card1 h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.sessao-1 .card1 h3::first-line {
    font-family: 'Fira SemiBold' , sans-serif;
    color: #CCCCCC;
    font-size: 20px;
}
.sessao-1 .card1 h3 a {
    color: #26587f;
    text-decoration: none;
    /*font-size: 18px;*/
	font-size: 40px;
	text-align: center;
}
.sessao-1 .card1 p{
	font-size: 16px;
	margin: 0px;
}
.sessao-1 .card1 a.leia-mais {
	width: 60%;
	margin: 0px auto;
    font-size: 20px;
    color: #fff;
	line-height: 1.5;
 	background-color:  #7c7c7b;
    border-radius: 5px;
    display: flex;
    justify-content: center;
	padding-top: 3px;
    padding-bottom: 4px;
	margin-top: 20px;
	border: 1px solid #FFF;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border .2s ease-in-out;
}
.sessao-1 .card1 a.leia-mais:hover {
	text-decoration: none;
 	background-color:  #FFF;
 	color: #7c7c7b;
	border: 1px solid #a8a8a7;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border .2s ease-in-out;
}
.img-destac {
	width: 100%;
}
.img-destac a{
    padding-left: 0px;
}
.img-destac img{
	border-radius: 5px;
	box-shadow: 1px 1px 5px #b2b2b2;
}
.content-destac{
	width: 100%;
    margin: 0 auto;
}
.content-destac p{
	margin: 10px auto;
	font-size: 11px;
}
.content-destac a{
	font-size: 13px;
}
.content-destac h3{
	margin: 10px auto;
	font-size: 15px;
}
.container-mid {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.home div.wpcf7 .wpcf7-form .btn-primary {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    background: #2e526b !important;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin: 17px 0 0 0;
    display: inline-block;
    float: right;
}
.home div.wpcf7 .wpcf7-form .btn-primary:hover {
    color: #fff;
    background: #777 !important;
    border: 3px solid #fff;
}
.sessao-2 a.link-mapa {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    background: #7c7c7b !important;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin: 20px 0 40px 0;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sessao-2 a.link-mapa:hover, .link-agend:hover {
    color: #fff;
    text-decoration: none;
    background: #a8a8a7 !important;
    border: 3px solid #fff;
}
.wpcf7-form-control-wrap.your-message textarea.form-control {
    height: 155px;
}
.sessao-agend .link-agend {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    background: #d49834 !important;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 15px 20px 15px 20px;
    margin: 30px 0 20px 0;
    width: 60%;
    display: block;
    /* box-shadow: 1px 1px 3px #333; */
	box-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.sessao-agend .link-agend:hover {
    color: #da8800;
    background: #fff !important;
    /* box-shadow: 1px 1px 3px #333; */
}
.home .form-control {
    color: #333;
    background-color: #fff;
}
.especialdes .card1 {
    background-image: linear-gradient(to right top, #d7f4ff, #d7f4ff, #d7f4ff, #d7f4ff, #d7f4ff, #c5e5f2, #b3d5e5, #a1c6d8, #7ba4bc, #5683a1, #326387, #04446d);
	padding: 50px 40px;
}
.especialdes .card1 span {
    padding-left: 20px;
    display: block;
}
.especialdes .card1 p {
    text-align: left;
    /*background-color: rgba(214, 188, 128, 0.25);*/
	background-color: rgba(215, 244, 255, 0); 
    padding: 5px 0px;
    border-radius: 5px;
}
.especialdes .card1 a.leia-mais {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-top: 20px;
    width: 100px;
    margin: 20px auto;
    background-color: #f8b243;
    box-shadow: 0px 0px 5px #205074;
    border-radius: 3px;
}
.especialdes .card1 a.leia-mais:hover {
    background-color: #205074;
    text-decoration: none;
}
.blogue {
    padding-bottom: 100px;
    padding-top: 40px;
}
.card1.flex-2colunas h4{
	text-align:center;
}
.card1.flex-2colunas ul{
	list-style: none;
	column-count: 2;
	padding-left: 70px;
	margin: 20px auto;
	width: 100%;
}
/* ================== Widgets ================== */
aside{
	margin: 0 0 0;
	padding-top: 20px;
}
aside#secondary{
    border-left: 1px solid #ccc;
}
h3.widget-title {
    font-size: 24px;
    color: #d49834;
	margin-bottom: 20px;
}
.tagcloud{
    text-align: justify;
}
.tagcloud a{
    font-size: 15px !important;
    color: #c7c7c7!important;
}
aside .widget.widget_recent_entries .nav-link, .nav-link {
	font-size: 16px;
    color: #434343;
    text-decoration: underline;
	font-weight: bold;
	display: block;
    padding: .25rem 1rem;
}
aside .widget.widget_recent_entries .nav-link:hover {
    color: #ccc;
}
.rpwwt-post-title{
    font-size: 17px;
    color: #333;
    text-decoration: none;
}
.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 10px 0 !important;
    background-color: #f1f1f1;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
}
/* ================== Footer ===================== */
body:not(.theme-preset-active) footer#colophon {
    color: #cacaca;
    background-color: #434343;
    background-image: linear-gradient(to right top, #232323, #282828, #2d2d2d, #333333, #383838);
	border-top: 10px solid #aeaeae;
	padding-top: 50px;
	margin-top: 0px;
}
.bg-light {
    background-color: #f8f9fa00 !important;
}
.footer-contat{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.pb-3, .py-3 {
    padding-bottom: 0rem!important;
}
.copyright a, footer#colophon a {
    color: #b5b5b5;
    text-decoration: none;
    font-weight: 400;
	padding: 0;
}
.copyright a:hover, footer#colophon a:hover {
    text-decoration: underline;
}
body:not(.theme-preset-active) footer#colophon {
    color: #cacaca;
}
footer#colophon p {
    font-size: 14px;
	color: #cacaca;
}
.site-info {
    text-align: center;
    height: 110px;
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #cccccc1a;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer#colophon .site-info p, .site-info p {
    font-size: 14px;
	color: #b5b5b5;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    line-height: 1;
}
footer#colophon .site-info a.credits {
    color: rgba(181, 181, 181, 0) !important;
	text-shadow: none;
	background-image: url("imagens/md_rodape_p.png");
    background-repeat: no-repeat;
    background-size: 85%;
	background-position-x: center;
	opacity: 0.4;
	height: auto;
    width: 130px;
    display: flex;
	margin: 0px auto;
}
#footer-widget h3.widget-title {
    font-size: 22px;
    color: #8e8e8e;
	margin-bottom: 20px;
}
#footer-widget .widget {
    font-size: 14px;
}
#footer-widget .widget a {
    font-size: 14px;
}
#footer-widget .widget img {
    /*width:30%;*/
}
#footer-widget i {
    padding-right: 10px;
}
#footer-widget .nav > li > a:focus, .nav > li > a:hover {
    background-color: #eee0;
    text-decoration: underline;
}
.fc1 {
    font-weight: bolder;
}
#tag_cloud-2.widget {
    margin: 0 0 1.5em;
    font-size: 14px;
    /* padding-right: 0px; */
	padding: 10px;
	background-color: rgba(210, 210, 210, 0.23);
}
#return-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	border: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 9px;
    top: 5px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/* =================== @media only screen and (max-width: 1199px) =================== */
@media only screen and (max-width: 1199px){
	
#masthead nav{
	height: 165px;
}
.navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 0;
    background-color: #003d6a;
	border-radius: 5px;
}
.navbar-nav{
	background-color: #004070;	
}
.navbar-nav .dropdown-menu{
	background-color: #FFF;
	column-count: 2;
}
.navbar-light .navbar-toggler-icon {
	background-image: unset;		
}
.dropdown-menu .dropdown-item{
	color: #FFF;
}
.menu-item-search{
	padding: 15px 10px 15px 10px;
	/*background-color: #535353;*/
	display:block;
}
.menu-item-search .search-submit.btn {
	font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: inline-block;
    background-color: #744276;
    border: 1px solid transparent;
	border-radius: .25rem;
    padding: 5px 20px;
	float: right;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.navbar-brand > a {
   /* width: 250px;
    height: 96px; */
}
.navbar-brand {
    white-space: nowrap;
    flex-direction: row;
    display: flex;
    width: 85%;
    /*height: 100px;*/
	margin-right: 0;
	margin-left: 0;
}
.navbar-toggler-icon i{
    color: #625F5F;
    font-size: 25px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 5px 10px;
    text-align: center;
    background-color: #FFF;
    margin-bottom: 5px;
}
a.site-title {
	font-size: 1px;
    padding-top: 6px;
}
.navbar-brand-desc {
    padding-left: 10px;
}
.header-contat span {
    font-size: 18px;
    text-align: center;
	padding: 0 0 0 0;
}

.header-contat span.hfone, .header-contat span.hemail span.hendereco{
	display: none;
}
.hfone2, .hemail2{
	display: flex;
}
.header-contat span.hfone2, .header-contat span.hemail2 span.hendereco2{
    display: flex;
    margin: 0 auto;
}
.header-contat span.hfone2 span, .header-contat span.hemail2 span {
    display: none;
}
.header-contat span.hfone a span, .header-contat span.hwhats a span,.header-contat span.hendereco span, .header-contat span.hemail span {
	display: none;
}
.header-contat span.hendereco2 i{
    vertical-align: bottom;
	font-size: 26px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 5px;
}
.sessao-contato #sc-contato2{
	padding-top: 20px;
}
.header-contat span.hfone, .header-contat span.hemail, .header-contat span.hendereco{
	display: none;
}
.hfone2, .hemail2{
	display: flex;
}
.header-contat span.hfone2, .header-contat span.hemail2, .header-contat span.hendereco2 {
    display: flex;
}
.header-contat span.hfone2 span, .header-contat span.hemail2 span, .header-contat span.hendereco2 span {
    display: none;
}
.header-contat span.hfone a span, .header-contat span.hwhats a span,.header-contat span.hendereco span, .header-contat span.hemail span {
	display: none;
}
.header-contat span{
	padding: 0 0 0 0;
	margin: 0 auto;
}	

.header-contat span.hemail i, .header-contat span.hemail2 i{
    vertical-align: bottom;
	font-size: 30px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 3px;
}
.header-contat span.hfone i, .header-contat span.hfone2 i{
    vertical-align: bottom;
	font-size: 26px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 5px;
}
.header-contat span.hwhats {
    background-color: unset;
    padding: 0;
}
.header-contat span.hwhats i{
    font-size: 30px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    vertical-align: bottom;
    padding-top: 0;
}
.header-barra .container{
	padding-right: 0;
	padding-left: 0;
}
	
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 100px;
	padding: 40px 0px;
}
	
.owl-carousel .owl-item .content-carrossel {
	display: none;
	top: 10px;
}
.owl-carousel .owl-item .featured-title {
	font-size: 28px;
    line-height: 34px;
    padding: 10px 10px 10px 20px
}
.owl-carousel .owl-item .featured-exc {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 40px 25px 20px;
}
	
	
}

/* =================== @media only screen and (max-width: 720px) =================== */
@media only screen and (max-width: 720px){
.navbar-collapse {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb-content {
    /*margin-top: 210px;*/
}
.home .slider-home {
    /*display: block;*/
    /*height: 200px;*/
}
.owl-carousel .owl-item .content-carrossel {
    position: absolute;
    bottom: 0px;
    left: 20px;
    margin: 0 3% 0 0;
}
.owl-nav {
    position: absolute;
    top: 0;
}
.home .home-content {
    width: 100%;
    margin: 40px auto;
}
.sessao-2 .col-sm-12, .sessao-2 .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}
div.wpcf7 {
    margin: 0;
    padding: 0 0px;
}
.sessao-3 p {
    margin: 0 auto;
    padding-left: 0%;
}
.sessao-3 a {
    width: 100%;
    margin-top: 20px;
}
ul.postsbycategory.widget_recent_entries {
    display: flex;
    list-style: none;
    flex-direction: column;
	padding-left: 0;
}
}

/*--------PARA TABLET---------*/
/* =================== @media only screen and (max-width: 768px) =================== */

@media only screen and (max-width: 768px){
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		font-size: 80px;
	}
	.owl-carousel .owl-item .content-carrossel{
		left: 80px;
		width: 75%;
	}
}
/* =================== @media only screen and (max-width: 480px) =================== */
@media only screen and (max-width: 480px){
	body{
		background-image: unset;
		background-color: #FFF;
	}
	.bot-agend{
		display: none;
	}
	.home .home-content {
		margin: 0px auto;
		padding: 0;
	}
	.home .home-content h2 {
		font-size: 30px;
		color: #585858;
		font-family: Fira Sans;
		text-align: center;
		padding: 0 15px 0 15px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.home .home-content p {
		font-size: 16px;
		padding: 20px 10px 30px 10px;
		margin-top: 20px;
		margin-bottom: 30px;
		background-color: #d49834;
		color: #fff;
		text-shadow: 1px 1px 1px #4e4e4e;
	}
	#masthead nav{
		height: 155px;
	}
	.navbar-brand{
		height: 135px;		
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		padding: 30px 2px !important;
		font-size: 60px;
	}
	.owl-carousel .owl-item .featured-exc{
		display: none;
	}
	.sessao-1 {
		padding: 20px 0px;
	}
	.sessao-1 .card1 h3{
		margin-bottom: 15px;
	}
	.img-destac {
		margin: 0px auto 10px auto;
		width: 80%;
	}

	.content-destac ul, .content-destac p, .content-destac h4{
		display: none;
	}

	.card1.flex-2colunas{
		display:flex;
		flex-direction: column-reverse;
	}
	.especialdes .card1{
		padding: 0px 0px;
	}
	.img-destac img{
		margin-top: 10px;
		box-shadow: unset;
	}
	.card1.flex-2colunas ul
	{
		padding-left: 0px;
		margin: 0px auto;		
	}
	.titulo-home1 {
		margin-bottom: 20px;
	}
	.session-title.title1 {
		color: #585858;
		font-family: Fira Sans;
		font-size: 30px;
		width: 70%;
		margin: 0 auto 20px auto;
		background-color: #fff;
		padding-top: 15px;
	}
	.session-title.title2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.sessao-1 .card1 {
		width: 100%;
		margin: 0px auto 15px auto;
	}
	.sessao-1 .card1 h3 a {
		font-size: 14px;
	}
	.sessao-1 .card1 p {
		font-size: 14px;
	}
	.sessao-1 .card1 a.leia-mais {
		display: none;
	}
	.sessao-3 {
		padding-bottom: 50px;
	}
	.sessao-3 p {
		font-size: 15px;
		text-align: center;
	}
	.sessao-agend .link-agend {
		margin: 30px auto 20px auto;
		width: 90%;
	}
	.session-title.title2b {
		color: #585858;
		font-size: 30px;
		font-family: Fira Sans;
		text-shadow: none;
		margin-top: 45px;
		margin-bottom: 20px;
	}
	ul.postsbycategory.widget_recent_entries li {
		padding: 0px 0px 0px 0px;
		margin: 0 0 20px 0px;
		height: 120px;
		width: 260px;
		background-position: top;
	}
	ul.postsbycategory.widget_recent_entries li a {
		padding: 65px 10px 0 15px;
		width: 100%;
		background-color: rgba(49, 49, 49, 0.45);
	}
	h1.page-title {
		text-align: center;
		font-weight: 600;
		padding: 8px 10px 10px 10px;
	}
	h2.entry-title {
		text-align: center;
		font-size: 30px;
	}
	.search-results h2.entry-title {
		font-size: 20px;
	}
	.post-meta-biog {
		text-align: center;
	}
	.page-content, .entry-content, .entry-summary {
		margin: 1.5em 0 0;
		padding: 0 0px 0 0px;
	}
	.entry-content img{
		max-width: 100%;
		float: unset;
		margin: 0 auto 20px auto;
		display: block;
		box-shadow: #ecc5a7 3px 3px 0px;
	}
	.entry-content p {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	.entry-footer {
		display: block;
	}
	.breadcrumb-content {
		margin-top: 155px;
	}
	/*
	.home .breadcrumb-content{
		height: 0px;
	}
	*/
	.site-breadcrumb #breadcrumbs {
		padding: 5px 0 7px 10px;
		display: block;
	}
	.site-description {
		line-height: 1.3;
		width: 100%;
	}
	.site-content .container {
		box-shadow: none;
	}
	.slider-home {
		height: auto;
		display: none;
	}
	.owl-carousel .owl-item .post.hentry {
		height: auto;
	}
	.owl-carousel .owl-item .post.hentry .fundo-img {
		height: 100px;
	}
	.owl-carousel .owl-item .featured-title {
		font-size: 16px;
		line-height: 20px;
	}
	.content-carrossel .featured-title {
		padding-left: 20px;
		padding-top: 5px;
	}
	.content-carrossel .featured-title, .content-carrossel .featured-title p {
		margin-bottom: 8px;
	}
	.gallery-consultorio .gallery-item {
		margin: 3px;
	}
	#gallery-2 {
		width: 100%;
	}
	.home #gallery-2 .gallery-item {
		width: 50% !important;
		margin: 0 auto;
		border-left: 3px solid #fff;
	}
	h1.entry-title {
		text-align: center;
		margin-top: 20px;
	}
	.h2, h2 {
		font-size: 23px;
	}
	.wp-caption {
		display: contents;
	}
	.wp-caption img[class*="wp-image-"]{
		margin: 0 auto;
		display: block;
	}
	.wp-caption .wp-caption-text {
		font-size: 12px;
		line-height: 1;
		margin: 0 0 10px 0;
	}
	.emaillnk {
		display: inline;
		width: 100%;
		font-size: initial;
	}
	.cont-first{
		margin-bottom: 20px;
	}
	.search-form label{
		width: 100%;
	}
	.container-mid {
		width: 100%;
	}
	#gallery-2 .gallery-item {
		width: 100% !important;
		margin: 10px 0 0 0;
	}
	#footer-widget{
		text-align: center;
	}
	.flex-column {
		column-count: 2;
		display: block;
	}
	.flex-column li {
	}
	body:not(.theme-preset-active) footer#colophon {
		padding-top: 30px;
	}
	#footer-widget .widget-title{
		font-size: 20px;
		font-weight: bold;
		color: #848484;
		margin-top: 10px;
	}
	#footer-widget .textwidget.custom-html-widget p{
		text-align: center;
	}
	#footer-widget #tag_cloud-2.widget {
		padding-right: 0;
	}
	#footer-widget .nav-link {
		font-size: 14px;
		background-color: #4a4a4a;
		margin-bottom: 5px;
		line-height: 1.3;
		padding: .2rem 1rem;
	}
	#footer-widget .tagcloud {
		text-align: center;
	}
	#footer-widget .widget_recent_entries{
		display: none;
	}
	#footer-widget .widget_custom_html{
		font-size: 12px;
	}
	footer#colophon .site-info p, .site-info p {
		font-size: 12px;
		color: #b5b5b5;
		margin: 0 0 20px 0;
	}
	.site-info {
		font-size: 11px;
		text-align: center;
		color: #000;
		text-shadow: none;
		justify-content: center;
		margin-top: 0;
		margin-bottom: 20px;
		height: auto;
	}
	.site-info p {
		margin: 0 0 20px 0;
		font-size: 13px;
	}
}
.click-voador {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 0.44);
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    box-shadow: 1px 1px 5px #333;
}
.click-voador p{
    display: flex;
    flex-direction: column;
	margin-bottom: 0;
}
.click-voador p span{
    display: flex;
}
.click-voador .hagend a {
    color: #fff;
	font-size: 16px;
	display: flex;
    background-color: #00e007;
    padding: 5px 20px;
    border-radius: 5px;
	width: 100%;
}
.click-voador .hagend a span {
    text-align: center;
}
.click-voador .hwhats a i{
    font-size: 20px;
	padding-right: 5px;
    padding-top: 3px;
}
.click-voador .agend-fly{
	margin-top: 0px;
}
.click-voador .agend-fly a{
	display: flex;
    background-color: #004070;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
}
.click-voador .agend-fly a:hover, .click-voador .hwhats a:hover{
    background-color: #ccc;
    color: #fff;
	text-decoration:none;
}
/*--------PARA MOBILE---------*/
/* =================== @media only screen and (max-width: 480px) =================== */
@media only screen and (max-width: 480px){
	.click-voador {
		top: 16%;
	}

}

.wp-block-image{
    text-align: center;
	margin-bottom: 0px;
}
.form-branco{
	color: #FFF;
}
.page-contato .form-branco{
	color: #000;
}
@media screen and (max-width: 991px){
.navbar-light .navbar-toggler{
	    border-color: rgba(0,0,0,.1) !important;
}
}
.tabel-hosp {
    display: inline-grid;
}
 .grid-template-columns {
	grid-template-columns: 220px 220px 220px 220px;
}

@media only screen and (max-width: 1000px) {
.tabel-hosp {
	grid-template-columns: 220px 220px 220px;
}
}

@media only screen and (max-width: 680px) {
.tabel-hosp {
	grid-template-columns: 220px 220px;
}
}
@media only screen and (max-width: 450px) {
.tabel-hosp {
	grid-template-columns: 220px;
}
}
.img-logo{
    width: 195px;
}


.lista-cc{
	width: 80%;
	margin: 20px auto;
}
.lista-cc .img{
	width: 100%
}
.noticia-listada {
	margin: 10px auto;
}
.noticia-listada a{
	margin: 10px auto;
	color: #141f33;
	font-size: 20px;
}
.dr-todoslinks{
	padding-top: 15px;
	padding-bottom: 15px;
}
.dr-links{
	margin-right: 20px;
    position: relative;
	float: left;
}
.bot-agend{
	position: absolute;
	right: 50px;
}
.bot-agend a{
   background-image: linear-gradient(to right top, #dae2eb, #cad4df, #b9c6d4, #a9b8c8, #99abbd, #8b9eb1, #7c91a5, #6e8599, #5f758a, #50667b, #42576c, #34495e);
	box-shadow: 0px 2px 5px #333;
	padding: 10px 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	border-radius: 5px;
}
.bot-agend a:hover{
	padding: 10px 10px;
	color: #333;
    background-image: unset;
	background-color: #a1def8;
	box-shadow: 0px 2px 5px #a1def8;
	text-decoration: none;			   

}

.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e113";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.accordion .card-header:after {
    font-family: 'FontAwesome'; 
	font-size: 16px;
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.card-header{
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 6px;
	cursor: pointer;
	background-color: #49CBFC;
	color: #FFF;
}
.card-title{
	margin-bottom: 6px;
	margin-top: 6px;
	padding: 6px;
	font-size: 16px;
	font-weight:700;
}
.widget-espec-title{
	font-size: 16px;
}

.collapse-img-destac {
	width: 100%;
	padding: 2px 6px;
	font-size: 12px;
}
.collapse-img-destac p{
	margin-top: 6px;
}
.collapse-img-destac a{
	font-size: 12px;
    padding-left: 0px;
}
.collapse-img-destac img{
	border-radius: 5px;
	box-shadow: 1px 1px 5px #b2b2b2;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navigation ul {
    display: flex;
    justify-content: center;
}

.navigation li {
    display: inline;
	margin: 0px 5px;
}

.navigation li a {
    color: #fff !important;
    padding: 5px 10px 5px 8px;
    border-radius: 5px;
    background-image: linear-gradient(to right top, #fb3904, #f03603, #e53302, #db3102, #d02e01, #c82c01, #bf2900, #b72700, #af2500, #a72400, #9f2200, #972000);
    transition: color .15s ease-in-out,background-image .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-menu .dropdown-item{
	color: #212529;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label{
	color:#FFF;	
}
#post-37 .wpforms-field-label{
	color:#000;	
}
/* SESSÃO DE VÍDEOS */
.quadro-video{
	height: 100%;
	width: 210px;
	padding: 5px;
	text-align: center;
	background: #459ad4;
	vertical-align: middle;
}
h3.txt-video a{
	color: #FFF;
	font-size: 24px;
	vertical-align: middle;
}
h3.txt-video a:hover{
	text-decoration: none;
    opacity: 0.6;
	transition: opacity .5s ease-out;
}
.video-thumb{
	width: 200px;
	height: 112px;
	margin: 0px auto;
}
.icon-play{
 	position: absolute;
	width: 200px;
	height: 112px;
	opacity: 0.2;
}
.icon-play:hover{
    opacity: 0.8;
	transition: opacity .5s ease-out;
}
.icoplay{
	left: 50%;
	margin-top: 25px;
}

/* SESSÃO DE ESPECIALIDADES */
.esp-quadro{
	padding: 10px;
	height: 195px;
}
.quadro-especialidades{
	height: 100%;
	margin: 30px;
	padding-top: 35px;
	text-align: center;
	background: #459ad4;
	vertical-align: middle;
}
h3.txt-center a{
	color: #FFF;
	font-size: 24px;
	vertical-align: middle;
}
h3.txt-center a:hover{
	text-decoration: none;
    opacity: 0.6;
	transition: opacity .5s ease-out;
}
.header-wrapper {
    position: relative;
    display: table;
    margin: 0 auto 30px 0;
}
.header-wrapper h2{
	color: #004070;
	font-size: 30px;
	min-width: 200px;
	text-align: center;
}
.decor-before-holder, .decor-after-holder {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 2px;
    width: 50%;
}
.decor-before-holder{
	padding-right: 20px;
}
.decor-after-holder {
	padding-left: 20px;
}
.decor-after, .decor-before {
    display: block;
    position: relative;
    width: 100%;
	border-radius:10px;
	height:10px;
}
.decor-before{
	background: linear-gradient(to left, rgba(69,154,212,0.65) 0%,rgba(69,154,212,0) 100%);
}
.decor-after{
	background: linear-gradient(to right, rgba(69,154,212,0.65) 0%,rgba(69,154,212,0) 100%);
}
/*Unidades */
.unidade-titulo h4{
	color: #459ad4;
}

.columns {
    float: left;
    display: inline;
	width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-info1 {
    position: relative;
    margin-top: 50px;
    background: #459ad4;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
}
.team-img1 {
    background: #459ad4;
	padding-top: 0.8px;
	margin: 0px auto;
	border-radius: 50%;
    width: 250px;
    height: 250px;
    z-index: 2;
}
.team-img1 img {
    width: 230px;
    height: 230px;
    display: block;
    border-radius: 50% !important;
    margin-top: 10px;
    margin-left: 10px;
}
.team-subtext p{
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    font-style: italic;
    opacity: .9;
}
.team-subtext a{
    color: #7c7c7b;
}
.sessao-contato .gform_wrapper {
    color: 
    #FFF;
}
/*--------Gravity Forms---------*/
body .gform_wrapper .top_label div.ginput_container{
	margin-top: 0px !important;	
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	margin-bottom: 0px !important;	
}
body .gform_wrapper ul li.gfield{
    margin-top: 12px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    color: #fff;
    font-size: 20px !important;
    line-height: 1;
    text-align: center;
    background: #7c7c7b !important;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 10px 0 10px 0;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gform_wrapper .gform_footer input.button:hover{
    color: #fff;
    text-decoration: none;
    background: #a8a8a7 !important;
    border: 3px solid #fff;
}