/**
 *
 * Theme: CMS
 * Folha de Estilos Personalizados
 *
 * Author: Infinito AG
 * Author URI: https://www.infinitoag.com
 *
**/

/*******************************************************
 * CORPO, ELEMENTOS HTML E TIPOGRAFIA
*******************************************************/

body {
    color: #000;        
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #FFF;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; }

h1 { font-size: 25px; }

h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
    color: #005c7e;
}

h3 {     
    font-size: 22px;
    margin: 5px 0 25px;
    line-height: 24px;
    font-weight: bold;
    color: #005c7e;
}
h4 { font-size: 17px; }


a, a:hover {
    transition: 0.3s;    
    cursor: pointer;
    text-decoration: none;
    color: #258ab0;
}

a:hover { filter: brightness(105%); text-decoration: underline; }

/*******************************************************
 * FORMULÁRIOS E BOTÕES
*******************************************************/

.form-control {
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    border: none;
    background: #eeeeee;
    font-size: 16px;
}

textarea.form-control {
    max-height: 120px;
}

.btn {
    border-radius: 4px;
    padding: 10px 30px;
    border: 0;
    margin-bottom: 5px;
    font-size: 16px;
    transition: .4s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-success {
    border: 1px solid #008a88;
    background: #008a88;
    color: #fff;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: #fff;
    background-color: #258ab0;
    border-color: #258ab0;
}

.btn-primary {
    background: #005c7e;
    border: 2px solid #005c7e;
    color: #FFF;
}

.btn-default {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #008a88;
}

.btn.btn-inverted {
    color: #FFF;
    border: 2px solid #FFF;
}

.btn-lg {
    padding: 15px 50px;
    min-width: 300px;
    margin: 10px 0;
    font-size: 17px;
}

.btn:hover {
    transform: scale(1.05);
    transition: .4s ease;
}

div#opcoes-produto {
    border-left: 2px solid #dddd;
    padding-left: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    display: none;
}



/*******************************************************
 * CLASSES E ELEMENTOS PRINCIPAIS
*******************************************************/

.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.nav-tabs { text-align: center; border: 0; margin-bottom: 30px; }

.nav-tabs li,
.nav-tabs li.active {
    float: none;
    display: inline-block;
    margin: 0;
}

.nav-tabs li a {
    font-size: 22px;
    padding: 0;
    margin: 0 15px;
    color: #000;
    border: 0;
}

.nav-tabs li a,
.nav-tabs li a:active,
.nav-tabs li a:focus,
.nav-tabs li:active a,
.nav-tabs li:focus a,
.nav-tabs li.active a
.nav-tabs li.active a:active
.nav-tabs li.active a:focus
.nav-tabs li.active:active a
.nav-tabs li.active:focus a  {
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: none;
}

.nav-tabs li:hover a,
.nav-tabs li a:hover {
    border: 0;
    border-bottom: 3px solid #f0f0f0;
    background: none;
}

.nav-tabs li.active a {
    border: 0;
    border-bottom: 3px solid #BE0511;
    color: #be0511;
    position: relative;
}

.nav-tabs li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #be0512 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -5px;
}


.media-left {
    display: inline-block;
    float: left;
}

.fundo-amarelo .container { max-width: 960px; }
.fundo-amarelo {
    background: #373463;
    padding: 30px;
    text-align: center;
    font-size: 16px;
}

.cta-paginas { text-align: center; }
.cta-paginas .lead {
    font-size: 32px;
    line-height: 34px;
}
.cta-paginas .btn {
    font-size: 18px;
    min-width: 200px;
    margin: 10px;
}

.ctas { text-align: center; }
.ctas a {
    display: inline-block;
    margin: 5px;
}

.conteudo-destacado {
    font-size: 18px;
    padding: 80px 30px 0px;
    border-left: 1px solid #000;
}

.cinza-destacado {
    background: #ECF0F1;
    padding: 30px;
    position: relative;
}
.cinza-destacado:after {
    content: "";
    background: #ECF0F1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
}

.titulo {
    margin: 0 0 30px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.titulo.titulo-destaque-direita:after,
.titulo.titulo-destaque-ambos:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #000;
    top: 50%;
    right: -120px;
}

.titulo.titulo-destaque-ambos:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #000;
    top: 50%;
    left: -120px;
}

.flex-direction-nav a {
    line-height: 40px;
}

div#form-orcamento {
    background: #373463;
    padding: 30px;
    margin-top: 30px;
    color: #FFF;
}

#form-orcamento .form-control {
    border: 0;
}

#form-orcamento .btn {
    background: #000;
    color: #FFF;
}

.tratamentos-destaque {
    padding: 10px 30px;
    position: relative;
}

.tratamentos-destaque .tratamento-destaque-item { transition: .4s ease; }
.tratamentos-destaque .tratamento-destaque-item:hover { transform: scale(1.02); }

.tratamentos-destaque.tratamentos-destaque-1:after {
    content: "";
    width: 1px;
    height: 100%;
    right: -15px;
    top: 15px;
    position: absolute;
    background: #005c7e;
}

.tratamento-destaque-thumb { border: 1px solid #005c7e; }

h1.tratamento-destaque-titulo {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -.6px;
    margin: 10px 0;
}

.horario-atendimento {
    font-size: 15px;
}

.horario-item {
    display: inline-block;
    margin-right: 20px;
}

.banner-agendamento { transition: .4s ease; }
.banner-agendamento:hover { filter: brightness(0.7); }

/*******************************************************
 * CABECALHO
*******************************************************/

#header {
    padding: 0 0 20px;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 30px -10px #000;
    z-index: 99;
    /*overflow: hidden;*/
}

div#top-header a { color: #258ab0; }
div#top-header p { margin: 0; }

div#top-header {
    background: #eeeeee;
    padding: 5px 0;
    font-size: 14px;
    color: #919191;
    margin-bottom: 20px;
}

.admin-bar #header { top: 32px; }

div#header-logo { transition: .4s ease; }
div#header-logo img { transition: .4s ease; }

nav#main-menu {
    margin-top: 20px;
    margin-left: -50px;
    background: none;
    border: 0;
    transition: .4s ease;
    float: right;
}

#main-menu #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 50px;
}

#main-menu #mega-menu-wrap-main_menu #mega-menu-main_menu > li.link-agendamento > a.mega-menu-link {    
    background: #008a88;
    border-color: #008a88;
    color: #FFF;
    border-radius: 3px;
    font-weight: 600;
}

#main-menu #mega-menu-wrap-main_menu #mega-menu-main_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    margin: 10px 0;
}

/*******************************************************
 * RODAPE
*******************************************************/

#footer {
    padding: 0;
    color: #fff;
    font-size: 15px;
    background: #258ab0;
    margin-top: 50px;
}

#footer-top {
    background-color: #eeeeee;
    color: #919191;
    padding: 30px 0;
    margin-bottom: 60px;
    font-size: 17px;
    border-bottom: 8px solid #008a88;
}

#footer #footer-top h3 {
    color: #2589af;
    font-size: 17px;
    margin: 0 0 5px;
}


.footer-newsletter .form-group {
    display: inline-block;
    width: calc(100% - 90px);
}

.form-newsletter .form-control { background: #fff; }
.footer-newsletter form .btn { padding: 7px 12px; }
.footer-newsletter form > p {
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

#footer-top .horario-item {
    margin-bottom: 0;
}

.footer-btn-agendamento {
    margin-top: 28px;
    margin-left: -20px;
}

.footer-widget.footer-second {
    padding-left: 50px;
}

#footer .footer-widget ul li {
    margin-bottom: 10px;
    line-height: 16px;
}

#footer .footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .footer-widget a {
    color: #fff;
    padding: 0;
    background: none;
}

#footer h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #FFF;
}

#copyright {
    background-color: #258ab0;    
    color: #fff;
    padding: 10px 0 20px;
    font-size: 13px;
}

#copyright p, #copyright a {
    color: #fff;
    margin: 0;
}

.dev {
    text-align: right;
}

#link-wpp,
#link-top {
    position: fixed;
    bottom: 20px;
    right: 80px;
    color: #FFF;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 52px;
    background: #449f14;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 25px -10px #000;
    z-index: 99;
    transition: .6s;
    opacity: 0;
}

#link-top {    
    right: 20px;    
    background: #008a88;
    line-height: 50px;
    transition: .3s;
}

#link-wpp {
    bottom: 90px;
    right: 20px;
}

.scrolled #link-wpp,
.scrolled #link-top {
    opacity: 1;
}

#link-wpp:hover,
#link-top:hover {
    transform: scale(1.1);
}


#loading {
    position: fixed;
    background: #FFF url( 'img/loading.gif' ) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: block;
}

/*******************************************************
 * PÁGINAS
*******************************************************/

section.page-content { overflow: hidden; }

#main .page-header {
    margin: 0 0 40px;
    padding: 75px 0 25px;
    position: relative;
    z-index: 2;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div#breadcrumb, div#breadcrumb a {
    color: #FFF;
    font-size: 13px;
    margin: 0;
    opacity: 1;
    position: relative;
}

#breadcrumb .last {
    font-weight: 600;
}

#main .page-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    top: 0;
    z-index: 0;
}

section#main {
    padding-top: 140px;
    overflow: hidden;
}

.page-share { text-align: right; }
.page-share .addtoany_list a>span { border-radius: 100% !important; }

.page-title {
    margin: 0 0 5px;
    font-size: 30px;
    font-weight: bold;
    color: #258ab0;
}

.page-subtitulo {
    color: #000;
    font-size: 18px;
    margin: 5px 0 25px;
    line-height: 24px;
    font-weight: 600;
}

.relacionados {    
    text-align: center;    
    margin: 80px 0 0;
}


/*home*/

div#homeslider {
    border: 0;
    margin: 10px 0 20px;
}

.homeslide { transition: .4s ease; }
.homeslide:hover { filter: brightness(0.8); }

.home .blocos {
    position: relative;
    z-index: 99;
    margin-top: -50px;
}
.home-bloco {
    background: #258ab0;
    padding: 30px;
    color: #FFF;
    height: 360px;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 30px;
}

.home-bloco h2, .home-bloco h3 {
    color: #FFF;
    text-transform: uppercase;
    margin: 15px 0;
}

.home-bloco-content { height: 250px; }
.home-bloco.home-bloco-3 { background: #008a88; }


.home-content {
    padding: 100px 0;
    margin: 50px 0;
    background: url('img/bg-clinica.jpg') no-repeat center;
    background-size: cover;
}

.home-content-inner {
    padding: 30px 50px;
    border-radius: 5px;
    background: #FFF;
    background: #FFFc;
    max-width: 540px;
}

.home-content-inner p:first-child {
    margin: 0;
    font-size: 19px;
    color: #258ab0;
}

.home-content-inner h3 strong { color: #258ab0; }
.home-content-inner h3 {
    color: #000;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px;
}

/*sobre*/
.corpo-clinico {
    padding: 50px 0;
    background: url('img/bg2.jpg') no-repeat center;
    background-size: cover;
    color: #FFF;
    margin: 20px 0;
}

.corpo-clinico h2 {
    color: #FFF;
    margin-bottom: 40px;
}

.corpo-clinico h3 {
    color: #FFF;
    margin: 15px 0 10px;
}

.corpo .btn {
    display: block;
    margin-top: 30px;
    color: #258ab0;
}

.formacao {
    background: #258ab0;
    color: #FFF;
    padding: 50px;
    margin: 50px 0;
}

.formacao h2 {
    margin: 0 0 30px;
    color: #FFF;
}

.conteudo-formacao {
    min-height: 180px;
}

/*localizacao*/

.mapa iframe { width: 100%; }

/*contato*/

.wpcf7 { padding: 15px 0; }
.form-contato .btn {
    display: block;
    width: 100%;
}

.form-contato span.wpcf7-list-item {
    margin: 0 30px 0 0;
    vertical-align: top;
}

.form-contato form .wpcf7-list-item {
    font-size: 16px;
    display: inline-block;
    margin: 0px 30px 5px 0;
    color: #000;
}

/*servicos*/

.servicos {
    margin: 20px 0;
    display: block;
}

.servico.servico-item {
    border: 2px solid #258ab0;
    padding: 0 30px 20px;
    margin: 0 0 30px;
    transition: .4s ease;
}

.servico.servico-item:hover {
	transform: scale(1.05);
}

.tratamentos a:hover,
.tratamentos-destaque a:hover { text-decoration: none; }

.servicos .servico h1, .servicos .servico h2 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #258ab0;
}

.servico-thumb {
    text-align: center;
    margin: 0 -30px 0;
    display: block;
    max-height: 220px;
    overflow: hidden;
}

.servico-thumb img {
    max-height: 220px;
    width: 100%;
}

.servico-link .btn {
    display: block;
}

.servico-resumo { height: 140px; }
article.servico a { text-decoration: none; }


.servico-title a.btn {
    padding: 0 5px;
    border-radius: 20px;
    margin-left: 15px;
}

#galeria-tratamento {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

#galeria-tratamento.no-slider .slides {
    text-align: center;
    width: 100% !important;
    transform: none !important;
}

#galeria-tratamento.no-slider .slides li {
    display: inline-block !important;
    float: none !important;
}

#galeria-tratamento li a:hover img { opacity: 0.8 !important; }


.galeria {
    padding: 50px 0;
    background: #008a88;
    margin: 50px 0;
}

.galeria h2 {
    color: #FFF;
    margin-bottom: 30px;
}

#galeria-tratamento .flex-control-nav { display: none; }

.galeria .flex-direction-nav a:before { font-size: 14px; }
.galeria .flex-direction-nav a {
    line-height: 35px;
    background: #FFF;
    padding: 5px;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 10px -5px #000;
}

#servicos .relacionados {
    margin-top: 30px;
    padding: 20px 0;
}

#servico .form-contato.form-agendamento {
    background: #258ab0;
    padding: 20px 20px 1px;
    color: #FFF;
    max-width: 480px;
    margin: 0 0 20px auto;
}

#servico .form-agendamento h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px;
}

#servico .form-contato.form-agendamento form .wpcf7-list-item { color: #FFF; }
#servico .form-agendamento .form-control { background: #FFF; }



/*******************************************************
 * AJUSTES RESPONSIVOS
*******************************************************/


@media( max-width: 1200px ) {
    .header-util {
        margin-right: 0;
    }

    #footer .links {
        width: auto;
    }
}

@media( max-width: 1199px ) {
    body { font-size: 15px; }

    #main-menu #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
        padding: 5px;
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        padding: 10px;
    }

    .home-bloco-content {
        font-size: 15px;
        height: 250px;
    }

    .header-fone-numero,
    .footer-fone-numero {
        font-size: 26px;
    }

    .servico-resumo {
        height: 140px;
        font-size: 15px;
    }

    .servicos .servico-item { padding: 0 15px 10px; }
    .servico-thumb { margin: 0 -15px; }

    .footer-endereco br,
    #footer-top .media:before { display: none; }

    .conteudo-sobre {
        margin: 0;
        padding: 25px 0;
    }
}


@media( max-width: 990px ) {   
    .header-util .links { display: none; }
    .header-top-left { display: none; }

    nav#main-menu {
        float: none;
        margin-left: 0;
    }

    #main-menu #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
        float: none;
        width: 100%;
    }

    section#main { padding-top: 120px; }

    .galeria .gallery-item {
        width: 50% !important;
        margin: 0 !important;
    }

    .arte-sobre {
        text-align: center;
        margin: 15px 0;
    }

    .tratamentos-destaque.tratamentos-destaque-1:after { display: none; }
    .tratamento-destaque-thumb img { width: 100%; }

    .home-bloco,
    .home-bloco-content { height: auto; }

    .form-contato { margin: 30px 0; }
    .dev { text-align: center; }

    #footer-top .media {
        display: inline-block;
        margin: 20px 0 0;
        text-align: left;
        max-width: 300px;
    }

    .footer-widget { margin: 0 0 50px; }
    .footer-widget.footer-first { max-width: 100%; }
    .footer-widget.footer-second { padding: 0; }
    
    #footer { text-align: center; }
    #copyright p, #copyright a {
        margin: 10px 0;
    }

    .corpo-clinico h3 {
        text-align: left !important;
        margin-top: 40px;
    }

    .tratamentos-destaque .tratamento-destaque-item {
        transition: .4s ease;
        margin-bottom: 30px;
    }

    .conteudo-formacao {
        min-height: 0;
        height: auto;
        margin-bottom: 30px;
    }
    
}

@media( max-width: 768px ) {		
    #footer,
    #dev {
        text-align: center;
    }
}


@media( max-width: 767px ) {
    div#top-header { display: none; }
    #header,
    .admin-bar #header,
    .scrolled #header {
        position: relative;
        top: 0;
    }
    
    div#header-logo {
        margin-top: 5px;
        transition: .4s ease;
        position: relative;
        z-index: 2;
        margin-bottom: -25px;
    }

    section#main { padding-top: 0; }

    .header-fone .media-left { display: none; }
    .header-fone .media-heading { font-size: 10px; }
    .header-util {
        padding: 0;
        margin-right: -30px;
    }

    .header-fone-numero, .footer-fone-numero {
        font-size: 20px;
    }

    .header-fone, .links {
        display: inline-block;
        width: auto;
        text-align: right;
        margin-top: 8px;
    }

    /*nav#main-menu { margin-top: 15px; }*/

    .home-content {
        margin: 30px 0;
        padding: 30px 0;
    }

    #main .page-header { padding: 70px 0 10px; }

    div#homeslider {
        margin-top: 0;
    }

    .page-share {
        text-align: center;
        margin: 0 0 20px;
    }


    .servicos .servico h1, .servicos .servico h2, .servico-resumo, .servico-thumb {
        height: auto;
    }

    #footer .links {
        width: auto;
        text-align: center;
    }

}