/*
Theme Name: Decode Theme Custom
Theme URI: 
Author: Decode Digital
Author URI: https://www.decodedigital.com.br/
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;700;900&display=swap');

@font-face {
  font-family: "inspiro-icons";
  src: url('assets/inspiro/inspiro-icons.ttf')  format('truetype');
}

*{
    text-decoration: none;
    font-family: 'Roboto', sans-serif!important;
    list-style-type: none;
}

a:visited, a, a:active, a:hover, a:focus{
    text-decoration: none!important;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: #ffffff;
  color: #0a0a0a;
}

::selection {
  background-color: #ffffff;
  color: #0a0a0a;
}

.btn-primary{
    color: #fff;
    background-color: #422918;
    border-color: #422918;
    border-radius: 55px;
    padding: 7px 55px;
    font-size: 1em;
    font-weight: 800;
    transition: all ease 0.5s;
}

.btn-secundary{
    color: #fff;
    background-color: #22a84c;
    border-color: #22a84c;
    border-radius: 55px;
    padding: 7px 100px;
    font-size: 1em;
    font-weight: 800;
    transition: all ease 0.5s;
}

.btn-secundary:hover {
    color: #fff;
    background-color: #48d675;
    border-color: #48d675;
    transform: scale(1.05);
}

.btn-primary:hover {
    color: #fff;
    background-color: #a18529;
    border-color: #a18529;
    transform: scale(1.05);
}

.tnp-submit{
    color: #fff!important;
    background-color: #22a84c!important;
    border-color: #22a84c!important;
    border-radius: 55px!important;
    padding: 7px 55px!important;
    font-size: 1em!important;
    font-weight: 800!important;
    transition: all ease 0.5s!important;
}

.tnp-submit:hover {
    color: #fff!important;
    background-color: #48d675!important;
    border-color: #48d675!important;
    transform: scale(1.05)!important;
}

.tnp-field label {
    color: white!important;
}

.tnp-field.tnp-field-email label{
    display: none!important;
}

.tnp-widget label {
    display: block!important;
    font-size: 10px!important;
    padding: 10px 0!important;
}


html {
  scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}


.custom-logo{
	width: 80px;
	height: auto;
	display: block;
	position: relative;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

body {
    font-size: 1rem;
    line-height: 1.65714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    background-color: #000000;
}


/* ======= Section ========== */

#topbar{
    height: 66px;
    line-height: 66px;
    background-color: #000000 !important;
}

#header .header-inner #logo a > img, #header .header-inner #logo a [class*="logo-"], #header #header-wrap #logo a > img, #header #header-wrap #logo a [class*="logo-"] {
    display: block; 
}

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    vertical-align: inherit;
    transition: all .4s ease-in-out;
    height: 70px;
    width: auto;
    padding: 5px 0 5px 0;
    margin: 0 auto;
}

#header .header-inner, #header #header-wrap {
    height: 120px;
    background-color: #0a0a0a;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    padding-top: 25px;
}

.mainMenu-open #header #logo [class*="logo-"] {
    display: block;
}

.mainMenu-open #header #mainMenu {
    width: 120%;
    display: block;
    opacity: 1;
    overflow-y: scroll;
    top: 15px;
    position: relative;
    background-color: #efefef;
    left: -30px;
    padding: 10px 30px;
}

.header-span{
    margin-right: 25px;
}

a .fas, a .svg-inline--fa{
    margin-right: 10px!important;
    color: #3a3a3a!important;
}

a .header-span{
    color: #ffffff!important;
    font-weight: 700;
}

#mainMenu nav {
    float: right;
    top: 20px;
    position: relative;
}

.btn-link {
    background-color: #00EE56!important;
    height: 40px!important;
    line-height: 40px!important;
    border-radius: 40px!important;
    border: 0px solid none!important;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #4cb9d1;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn-agenda{font-family: "Poppins", sans-serif;border-radius: 5px 5px 5px 5px;font-size: 12px;font-weight: 600;letter-spacing: .5px;text-decoration: none;outline: none;padding: 0px 28px;position: relative;text-transform: uppercase;background-color: #25d366 !important;border-color: #25d366 !important;border-width: 1px;border-style: solid;color: #ffffff;transition: all 0.3s;margin-bottom: 6px;outline: none;line-height: 14px;cursor: pointer;box-shadow: 0px 3px 6px #393939;}

.btn-agenda:hover{
    background-color: #199a1f!important;
    border-color: #199a1f!important;
}

.btn-agenda:visited, .btn-agenda:hover{
    color: #ffffff!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
    color: #ffffff;
}

#page-content:not(.no-sidebar) {
    padding: 0;
}

#footer .footer-content {
    padding: 60px 0 40px 0;
    background-color: #0a0a0a;
    color: white;
}

#footer p {
    font-family: "Poppins", sans-serif;
    color: #d0d0d0;
}

#footer a {
    color: #ffffff!important;
    font-size: 16px;
}

#footer a:hover {
    color: #707070 !important;
    font-size: 16px;
}

#footer a:not(.btn):not(:hover) {
    color: #ffffff!important;
    font-size: 16px;
}

ul, ol {
    margin: 0 0 1.5em 0em; 
}


#scrollTop:hover{
    background-color: #d1b74c;
}


section.patologias{
    min-height: 450px;
    
}

.blog-area.titulo, .patologias-area.titulo {
    padding: 45px 0;
    margin: 35px auto 35px auto;
    text-align: center;
}

.patologias-area.titulo {
    padding: 15px 0;
    margin: 15px auto 35px auto;
    text-align: center;
}

.blog-area.titulo h6, .patologias-area.titulo h6{
    color: #9bc15f;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.blog-area.titulo h2, .patologias-area.titulo h2{
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    padding-bottom: 32px;
}

.blog-area.titulo p, .patologias-area.titulo p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #bdbdbd;
    font-family: "Poppins", sans-serif;
    width: 80%;
    margin: 0 auto;
}

button.btn.btn-rounded, .btn:not(.close):not(.mfp-close).btn-rounded, a.btn:not([href]):not([tabindex]).btn-rounded {
    border-radius: 2em !important;
    line-height: 0.2em;
}

#patologias-area{
    min-height: 600px;
    background-color: #4cb8d2;
    margin: 0px auto;
    padding: 45px 0;
}

.patologias-area.titulo h6, .patologias-area.titulo h2, .patologias-area.titulo p{
    color: white;
    line-height: 34px;
}

.patologias-item{
    padding: 25px 25px;
    min-height: 480px;
    transition: 0.5s all ease;
    top: 0px;
    border-radius: 55px;
}

.patologias-item:hover{
    top: -15px;
}

.patologias-item .item-inner {
    background-color: white;
    margin: 10px;
    padding: 0 0 30px 0;
    min-height: 450px;
    border-radius: 35px;
}

.patologias-item .item-inner h2{width: 80%;font-size: 24px;text-align: center;margin: 0px auto;padding: 35px 0 15px 0;color: #000000;font-family: "Roboto", Sans-serif;font-weight: 600;line-height: 1.2em;min-height: 170px;vertical-align: middle;text-transform: uppercase;padding-top: 60px;padding-bottom: 35px;}
.patologias-item .item-inner p{
    width: 80%;
    margin: 10px auto 30px auto;
    text-align: center;
    min-height: 265px;
    padding-bottom: 0;
    line-height: 32px;
    border-radius: 55px;
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #08254f;
    color: #001e49;
}

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #25d165;
    color: #24cd63;
    line-height: 0em;
    bottom: 0px;
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active, button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline.active {
    background-color: #25d366;
    border-width: 2px;
    border-style: solid;
    border-color: #25d366;
    color: #fff;
}

.icon-fas{
    margin-right: 9px;
}

#scrollTop {
    z-index: -1;
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 36px !important;
    right: 26px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: rgba(0, 0, 0, 0.25) !important;
    overflow: hidden;
    padding: 1px 1px;
    font-size: 0em;
}

#scrollTop:after, #scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #7e7068;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #444;
    font-weight: 600;
    
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.2s all ease;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #9bc15f;
    line-height: 1em;
}

a:visited {
    color: #4cb9d1;
}

.current-menu-item a{
    color: #ffffff !important;
}

.post-item .post-image .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, .post-item .post-quote-img .post-meta-category {
    background-color: #817169;
    color: #ffffff;
    font-size: 13px;
    padding: 2px 16px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    margin-right: 0;
}

#mainMenu nav > ul > li > a {
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    color: #838383;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
    letter-spacing: 1px;
}

.heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 {
    position: relative;
    margin-bottom: 0px!important;
}

.heading-text h2 {
    font-size: 40px;
    margin-bottom: 30px;
    letter-spacing: 0px;
    line-height: 66px;
    padding-bottom: 15px;
}

.heading-text h5 {
    color: #aaaf91!important;
}

.heading-text.heading-section h2 {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px;
    color: #ffffff;
    font-weight: 600;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #011f4a;
    bottom: -30px;
    left: 0;
    right: 0;
}

section#equipe{
        background-color: #f3f3f3;
}

.heading-text {
    margin-bottom: 60px;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #686868;
    bottom: -70px;
    left: 0;
    right: 0;
}

.team-members .team-member {
    background-color: #f3f3f3;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
}

.team-members .team-member .team-image > img {
    width: 80%;
    border-radius: 5px 5px 0 0;
}

.sidebar {
    padding-left: 25px;
    background-color: #141414;
    padding: 0 40px;
    display: block;
    margin: 0 0;
}

.sidebar .widget {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 35px;
}

.widget .widget-title, .widget > h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#page-title .page-title > h1 {
    text-transform: uppercase;
    font-weight: 600;
}

.list li {
    line-height: 16px;
    margin-bottom: 24px;
    font-size: 12px;
}

.single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: auto;
    margin-top: 8px;
    color: #ffffff;
}

.post-thumbnails .post-item {
    width: 100%;
    padding: 0 0 0px 0;
    margin-bottom: 35px;
}

#banner-principal {
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    position: relative;
    z-index: 99;
}



#destaques-home{
    z-index: 9999;
    display: inline;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #cccccc;
    height: 140px;
    top: 60px;
}

.item-destaques-home{
    top: -145px;
    display: block;
    z-index: 998;
    height: 520px;
}

#header {
    position: relative;
    width: 100%;
    z-index: 999 !important;
    height: 80px;
    line-height: 80px;
}

.item-destaques-home svg{
    width: 40%;
    display: block;
    padding: 15px;
    margin: 0 auto;
    margin-top: 25px;
    fill: #6db8cf;
}

section#clinica{
    padding: 0;
}

section#procedimentos{
    padding: 40px 0px 40px 0!important;
    background-color: #f7f7f7;
}

p {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    width: 90%;
}


#destaques-home h4{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2em;
    padding: 0px 0 20px 0;
}

#destaques-home p{min-height: 130px;font-size: 16px;}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    font-family: "Poppins", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 22px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #2250fc;
    border-color: #2250fc;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 0;
    cursor: pointer;
}

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
    background-color: #25d366;
    border-color: #25d366;
}

button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active, button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover, .btn:not(.close):not(.mfp-close).btn-primary:focus, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
    background-color: #51e588;
    border-color: #51e588;
    color: #ffffff;
}


#clinica-home{}
#clinica-home h6, #procedimentos-titulo h6{
    color: #a0aa91;
    margin-left: 35px;
    margin-top: 45px;
    text-transform: uppercase;
}

#clinica-home h1, #procedimentos-titulo h2{
    color: #ffffff;
    margin-left: 35px;
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
}

#clinica-home p, #procedimentos-titulo p{margin-left: 35px;width: 85%;font-size: 16px;line-height: 28px;}

#procedimentos-lista a .fas, #procedimentos-lista a .svg-inline--fa{
    color: #6eb8cf!important;
    font-size: 4em;
    margin: 5px auto;
    transition: 0.5s all ease;
}

#procedimentos-lista a .fas:hover, #procedimentos-lista a .svg-inline--fa:hover{
    color: #777777!important;
}

.icon-box.border .icon {
    border: 0px solid #333;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
}


#procedimentos-lista h3 {
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
}

#procedimentos-titulo{}

.bg-whitesmoke{
    background-color: whitesmoke!important;
}

#footer .logomarca-footer{
    width: 70%;
}

.mfp-wrap {
    z-index: 15000;
}

#localizacao-widget-footer, #horario-widget-footer{
    top: 30px;
    left: -50px;
    margin-bottom: 24px;
} 
#localizacao-widget-footer .icon, #horario-widget-footer .icon{
    left: 27px;
    font-size: 32px;
    width: 50px;
    left: 50px;
} 

#localizacao-widget-footer p, #horario-widget-footer p {
    font-size: 11px;
    line-height: 20px;
}

#localizacao-widget-footer p strong, #horario-widget-footer p strong{
    font-size: 14px;
    color: #ffffff;
} 

#localizacao-widget-footer a .fas, #localizacao-widget-footer a .svg-inline--fa, #horario-widget-footer a .fas, #horario-widget-footer a .svg-inline--fa, {
    margin-right: 10px!important;
    color: #6fb9cf!important;
}


.item-link {
    color: #adadad !important;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    transition: 0.2s all ease;
}

.item-link:hover{
   color: #5f5f5f !important;
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    min-height: 80px;
    height: auto;
    padding-top: 15px;
}

.post-item .post-item-description p {
    height: 90px;
    max-height: 300px;
    min-height: 150px;
}

.icon-box.small > h3, .icon-box.small > h5 {
    font-size: 12px;
    margin: 0 12px 4px 50px;
    text-transform: capitalize!important;
    color: #ffffff;
    left: 12px;
    position: relative;
}

.social-icons {
    line-height: 0;
    position: relative;
    left: 5px;
    top: -10px;
}

a .fas, a .svg-inline--fa {
    margin-right: 0px!important;
    color: #ffffff!important;
}

.icon-box {
    margin-bottom: 0;
    position: relative;
}

.copyright-text-2 {
    top: 8px;
    position: relative;
}

.copyright-text-2 img {
    top: -2px;
    position: relative;
}

.single-post .post-item .post-item-description p {
    font-size: 16px;
    height: auto;
    line-height: 28px;
}

.bg-whitesmoke{
    background-color: #393838 !important;
}

#page-imagem-doutor{
    height: 500px;
}

.paragrafo-congressos p{
    font-size: 12px!important;
    line-height: 32px!important;
    position: relative;
}

.color777{
    color: #dddddd !important;
}

.bg-white{
    background-color: white!important;
}

.post-item-blog .post-item-description > h2, .post-item-blog .post-item-description > h2 > a {
    height: auto!important;
    min-height: 25px!important;
}

.post-item-blog .post-item-description p {
    height: auto!important;
    min-height: 75px!important;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #dde6b0;
    line-height: -1em!important;
}

.social-icons.social-icons-colored .social-instagram a, .social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #d43a8b;
}

.single-tratamento #menu-item-109 a, .single-patologia #menu-item-106 a{
    color: #4cb9d1!important;
}

#page-imagem-doutor{
    background-position: center center;
    background-repeat: no-repeat;
}

.link-politica {
    color: #464646 !important;
    transition: 0.2s all ease;
}

.texto-banner h1{
    text-transform: uppercase;
    line-height: 42px;
}

.social-icons li a {
    float: left;
    height: 52px;
    width: 52px;
    line-height: 52px;
    font-size: 26px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons li {
    float: left;
    list-style: none;
    left: -5px;
    position: relative;
    margin-right: 6px;
    top: 5px;
}

#membros-auxiliares{
    background-color: #f9f9f9;
}
#membros-auxiliares .titulo{
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 42px;
    text-transform: uppercase;
}
#membros-auxiliares .descricao{
    text-align: center;
    width: 100%;
    padding-bottom: 65px;
}


#membros-auxiliares .membro{
    left: 35px;
    border-bottom: 1px solid #8f8f8f;
    margin-bottom: 35px;
    padding-bottom: 25px;
}
#membros-auxiliares .membro .nome{
    font-size: 24px;
    left: 25px;
    position: relative;
}
#membros-auxiliares .membro .cro{
    color: #f9f9f9;
    left: 35px;
    position: relative;
    top: 10px;
    font-size: 12px;
    font-weight: 900;
    background-color: #000000;
    height: 20px;
    padding: 10px;
    line-height: 0;
}
#membros-auxiliares .membro .especialidade{
    font-size: 18px;
    left: 25px;
    position: relative;
}

#galeria-doutora{
    padding-top: 0;
}

#descricao-doutor{
    padding: 80px 0 20px 0; 
}

.pagination {
    clear: both;
    font-size: 14px;
}

.pagination li {
    margin-right: 15px;
    padding: 15px;
}

.pagination li.active {
    background-color: #e3e3e3;
    color: #7e7068!important;
}

.pagination li.active a{
    color: #000000 !important;
}

.pagination li.active a:hover{
    color: #d0cbc9!important;
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #606060;
}

.patologias-item .item-inner h2 {
    font-size: 20px;
}

.joinchat {
    bottom: 20px;
    right: 70px;
}

.w-50{width: 50%!important}

.py-30{padding-top: 30px!important;padding-bottom: 30px!important;}

.pt-30{padding-top: 30px!important;}

.pb-30{padding-bottom: 30px!important;}
.pb-40{padding-bottom: 40px!important;}

.lh-32{line-height: 32px!important;}

.uppercase{text-transform: uppercase!important}

.text-justify{text-align: justify!important;}

.font-24{font-size: 24px!important;}
.font-28{font-size: 28px!important;}
.font-32{font-size: 32px!important;}
.font-38{font-size: 38px!important;}

.single-post .post-item .post-item-description {
    padding: 22px 0;
    line-height: 28px;
    color: #ffffff!important;
}

strong {font-weight: 800!important;color: #ffffff !important;}

.single-post .post-item img {
    width: 100%;
    height: auto;
    border-radius: 35px !important;
}

@media only screen and (min-width : 0px) and (max-width : 480px) {
	
	.font-14-xs{font-size: 14px!important;}
	.font-24-xs{font-size: 24px!important;}
	
	.w-100-xs{width: 100%!important;}
	.w-90-xs{width: 90%!important;}
	.w-75-xs{width: 75%!important;}
	.l-15-xs{left: 15px!important;position: relative!important;}
	.l-20-xs{left: 20px!important;position: relative!important;}
	.r-15-xs{right: 15px!important;position: relative!important;}
}

section {background-color: #212121!important;}

.animsition-loading {background-color: #000000!important;}

.post-item.border > .post-item-wrap > .post-item-description {height: auto;}

.list li a {color: #fff!important;}

.post-item .post-item-wrap {background-color: #212121!important;border-radius: 25px;}

.post-thumbnails a {color: #ffffff!important;}

#blogs{
    min-height: 550px;
}

.post-image img {width: 95%;border-radius: 25px;margin: 10px 0px 0px 10px;}

.single-post .post-item .post-item-description p {height: 90px;max-height: max-content;min-height: auto!important;}

.single-post .post-item img {width: 100%;height: auto;border-radius: 35px !important;}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
	@media only screen and (min-width : 0px) and (max-width : 480px) { 
		
        .col-one, .col-two{
            width: 80%;
            text-align: center;
            margin: 0 auto;
        }
        
        #colophon .col-one, #colophon .col-two {
            text-align: center!important;
            margin: 0 auto;
            width: 80%;
        }
        
        .header-span{
            display: none;
        }
        
        #footer .widget .widget-title, #footer .widget h4 {
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 35px;
        }
        
        .list li {
            line-height: 17px;
            text-align: center;
            width: 80%;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        
        .item-destaques-home.w-50{
            width: 100%!important;
        }
        
        #topbar .icone-top {
            font-size: 2em!important;
            margin-right: 10px!important;
            color: #584943!important;
        }
        
        #banner-principal {
            background-position: -1340px 0;    
        }
        
        #banner-principal .texto-banner{
            display: none;
        }
        
        button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
            font-size: 18px;
            height: 76px;
            line-height: 24px!important;
            padding: 23px 14px 13px 14px;
            width: 80%!important;
        }
        
        .btn-home-destaque{
            left: 5px;
        }
        
        .btn-clinica-home{
            left: 15px!important;
            margin-bottom: 50px!important;
        }        
        
        .btn-procedimentos-home, .btn-home-patologias{
            width: 100%!important;
        }
        
        .btn-home-patologias{
            left: 15px!important;
        }
        
        #footer .logomarca-footer {
            display: block!important;
            margin: 0px auto;
        }
        
        .custom-html-widget{
            margin: 25px 0!important;
        }
        
        .social-icons{
            left: 50px!important
        }
        
        .copyright-text{
            margin: 25px auto!important;
        }
        
        .copyright-text {
            margin: 25px auto!important;
            left: 0;
            position: relative;
        }
        
        .img-decode-logo {
            top: 0px;
            position: relative;
        }
        
        #localizacao-widget-footer .icon, #horario-widget-footer .icon {
            left: 48px!important;
        }
        
        #redes-sociais-widget-footer {
            left: 95px!important;
        }        
        
        #redes-sociais-widget-footer h5{
            left: -3px!important;
        }
        
        #redes-sociais-widget-footer .social-icons li {
            font-size: 32px;
        }
        
        #localizacao-top{
            top: -20px!important;
        }
        
        #page-imagem-doutor {
            background-position: -430px 0px;
            background-repeat: no-repeat;
        }
        
        .post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
            min-height: 20px;
            height: auto;
        }
        
        .post-item .post-item-description p {
            height: 150px;
        }
        
        .single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a {
            margin-bottom: 10px!important;
        }
        
        .single-post .post-item .post-item-description > h2.pb-5, .single-post .post-item .post-item-description > h2.pb-5 > a {
            margin-bottom: 10px!important;
        }
        
        .widget .widget-title, .widget > h4, .single-post .post-item .post-item-description p, 
        .single-post .post-item .post-item-description h2 {
            text-align: center;
        }
        
        img.rounded.p-r-50{
            padding-right: 0px !important;
        }
        
        .post-item-description.p-r-90{
            padding-right: 0px !important;
        }
        
        .single-post .post-item .post-item-description p {
            width: 90%;
            margin: 0 auto;
        }
        
        .card.w-75{
            width: 100%!important;
            margin: 0 auto!important;
        }
        
        #clinica-home h1, #procedimentos-titulo h2 {
            margin-left: 5px;
            text-align: center;
            line-height: 36px;
            padding-bottom: 36px;
        }
        
        #clinica-home img{
            display: none;
        }
        
        #localizacao-widget-footer p strong, #horario-widget-footer p strong {
            font-size: 24px;
            color: #ffffff;
            text-align: center;
            width: 70%;
            display: block;
            position: relative;
            left: 30px;
        }
        
        #localizacao-widget-footer .icon, #horario-widget-footer .icon {
            left: 298px!important;
            font-size: 0;
            top: -6px;
        }
        
        #localizacao-widget-footer p, #horario-widget-footer p {
            font-size: 17px;
            line-height: 20px;
            text-align: center;
            position: relative;
            display: block;
            left: 12px;
        }
        
        .heading-text h2 {
            font-size: 32px;
            margin-bottom: 30px;
            letter-spacing: 0px;
            line-height: 65px;
            padding-bottom: 15px;
        }
        
        .heading-text p {
            font-size: 16px;
            margin-bottom: 16px;
            width: 95%;
        }
        
        .list li a {
            color: #484848;
            font-size: 16px;
        }
        
        .list, .list-icon, .list-lines, .icon-list, .list-simple, .list-posts, .list-tweets li {
            list-style: none;
            padding-bottom: 25px;
            padding-top: 15px;
        }
        
        #footer p {
            font-family: "Poppins", sans-serif;
            color: #ffffff;
        }
        
        #page-imagem-doutor {
            background-position: -760px 0px;
            background-repeat: no-repeat;
        }
		
	}
	
		/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) and (min-width : 481px){
        
        #banner-principal {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 350px;
            position: relative;
            z-index: 99;
        }
        
        .texto-banner{
            position: relative;
            top: -15px!important;
        }
        
        .texto-banner {
            position: relative;
            top: -115px!important;
        }
        
        .texto-banner p.w-75 {
            width: 55%!important;
        }
        
        #destaques-home p {
            min-height: 190px;
            font-size: 16px;
            height: auto;
        }
        
        button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
            line-height: 30px!important;
        }
        
        #footer .logomarca-footer {
            width: 250px;
            margin: 0 auto;
            display: block;
        }
        
        #localizacao-widget-footer, #horario-widget-footer, #redes-sociais-widget-footer {
            top: 25px;
            display: block;
            position: relative;
            margin: 20px auto;
            width: 350px;
        }
        
        #localizacao-widget-footer .icon, #horario-widget-footer .icon {
            left: 27px;
            font-size: 32px;
            width: 50px;
            left: 50px;
        }
        
        #redes-sociais-widget-footer {
            left: 90px;
        }
        
        #footer .widget .widget-title, #footer .widget h4 {
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 600;
            text-align: center;
            margin: 50px auto;
        }
        
        .list li {
            line-height: 16px;
            margin-bottom: 24px;
            font-size: 12px;
            text-align: center;
        }
        
        #page-imagem-doutor {
            background-position: -210px 0;
            background-repeat: no-repeat;
        }
        
        .post-item .post-item-description p {
            height: 230px;
        }
        
        .post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
            min-height: 20px;
            height: auto;
        }
        
        .widget .widget-title, .widget > h4 {
            text-align: center;
        }
        
        .single-post .post-item img.p-r-50 {
            padding-right: 0px !important;
        }
        
        .single-post .post-item .post-item-description.p-r-90{
            padding-right: 0px !important;
        }
        
        .card.w-75{
            width: 100%!important;
        }
        
        .texto-banner h1 {
            text-transform: uppercase;
            line-height: 42px;
            font-size: 24px;
        }

        button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
            font-size: 16px;
            height: 52px;
            line-height: 30px;
            padding: 10px 14px;
            margin-bottom: 45px!important;
        }
        
        .patologias-item .item-inner h2 {
            font-size: 18px;
        }
        
        .patologias-item .item-inner p {
            line-height: 22px;
            font-size: 14px;
        }
        
        .post-item .post-item-description p {
            display: none;
        }
        
        #page-imagem-doutor {
            background-position: -600px 0;
            background-repeat: no-repeat;
        }
        
	}
	
		/* Medium Devices, Desktops */
	@media only screen and (max-width : 1024px)  and (min-width : 769px){    
		
        #banner-principal {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 350px;
            position: relative;
            z-index: 99;
        }
        
        .texto-banner {
            position: relative;
            top: -150px!important;
        } 
        
        #localizacao-widget-footer p, #horario-widget-footer p {
            font-size: 11px;
            line-height: 20px;
            left: -50px;
            position: relative;
        }

        .copyright-text {
            line-height: 10px;
        }
        
        #localizacao-widget-footer .icon, #horario-widget-footer .icon {
            left: 27px;
            font-size: 32px;
            width: 50px;
            left: 0px;
        }
        
        #redes-sociais-widget-footer {
            top: 25px;
        }
		
        .img-decode-logo {
            top: 0;
            position: relative;
        }
        
        .heading-text.text-left.m-l-50.p-t-50{
            margin-top: 0!important;
            margin-left: 25px!important;
            padding-top: 20px!important;
        }
        
        .heading-text h2 {
            line-height: 46px!important;
            padding-bottom: 25px!important;
            padding-top: 25px!important;
        }
        
        #descricao-doutor .texto-doutor{
            width: 80%!important;
        }
        
        #descricao-doutor .texto-doutor {
            width: 80%!important;
            display: inline-block;
            position: relative;
            height: 200px;
            font-size: 11px;
        }
        
        #descricao-doutor h2 {
            line-height: 30px!important;
        }
        
        #descricao-doutor span {
            font-size: 12px!important;
        }
        
        #formulario-orcamento .card.w-75{
            width: 90%!important;
        }
        
        .texto-banner {
            position: relative;
            top: -100px!important;
        }
        
        .patologias-item .item-inner h2 {
            font-size: 18px;
        }
        
        .patologias-item .item-inner p {
            min-height: 420px;
        }
		
		.texto-banner h1 {
			width: 350px!important;
		}
		
		.texto-banner p.w-75 {
		    width: 350px!important;
		}
        
        
        
	} @media only screen and (max-width : 1360px) and (min-width : 1025px){
        
        
        #banner-principal {
            background-position: -590px 0px;
        }        
        
        #banner-principal .texto-banner{
            left: 35px;
        }
        
        #clinica-home .btn-clinica-home{
            top:-25px!important;
        }
        
        button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
            background-color: transparent;
            border-width: 2px;
            border-style: solid;
            border-color: #08254f;
            color: #001e49;
            line-height: 0em;
            bottom: 0px;
        }
        
        #localizacao-widget-footer p, #horario-widget-footer p {
            font-size: 11px;
            line-height: 20px;
            left: -26px!important;
            position: relative;
            padding-bottom: 25px;
        }
        
        .list li {
            line-height: 16px;
            margin-bottom: 16px;
            font-size: 12px;
            width: 90%;
        }
        
        .post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
            min-height: 20px;
            height: auto;
        }
        
        .heading-text h2 {
            font-size: 40px;
            margin-bottom: 30px;
            letter-spacing: 0px;
            line-height: 46px;
            padding-bottom: 35px;
        }
        
        .copyright-text-2 {
            top: 8px;
            position: relative;
            padding-right: 65px;
        }
        
        .copyright-text.text-left {
            top: 15px;
            position: relative;
            padding-left: 75px;
        }
        
        .post-item .post-item-description p {
            height: auto;
            min-height: 90px;
        }
        
        .single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a {
            font-size: 34px;
            letter-spacing: 0;
            line-height: 38px;
            margin-bottom: 0;
            margin-top: 8px;
            color: #6eb9cf;
        }
        
        #localizacao-widget-footer .icon, #horario-widget-footer .icon {
            left: 25px;
        }
        
        #clinica-home {
            padding-top: 45px!important;
        }
        
        button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline {
            background-color: transparent;
            border-width: 2px;
            border-style: solid;
            border-color: #9bc15f;
            color: #9bc15f;
            line-height: 0em;
            bottom: 0px;
        }
		

	
	  
}@media only screen and (max-width : 1440px) and (min-width : 1361px){
		
    #banner-principal {
        height: 450px;
    }
        
    .item-destaques-home {
        top: -135px;
        display: block;
        z-index: 998;
        height: 510px;
        width: 320px!important;
    }
        
    #banner-principal h1.titulo.p-t-150{
        margin-top: -75px!important;
    }
        
    #clinica-home {
        padding-top: 15px!important;
    }
	
}@media only screen and (max-width : 1920px) and (min-width : 1441px){
		
	
	
	} 