1    /*
Version: 		1
*/



/* #header .header-logo img {
	transition: all 0.3s ease;
	position: relative;
	top: 0;
} */

@font-face {
    font-family: 'Palatino';
    src: url('/library/font/Palatino.eot'); /* IE9 Compat Modes */
    src: url('/library/font/Palatino.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/library/font/Palatino.woff') format('woff'), /* Modern Browsers */
         url('/library/font/Palatino.ttf')  format('truetype'); /* Safari, Android, iOS */
}


body {
    font-family: Arial, sans-serif;
}

h1.h1_homepage {
    font-family: Palatino;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 2.2em;
}

h2 {
    font-family: Palatino;
    font-weight: normal;
    letter-spacing: 0.5px;
}

h3 {
    font-family: Palatino;
    color: #0D7799;
    font-size: 1.8em;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: bold;
}

h5 {
    font-size: 0.8em;
    letter-spacing: 0;
}

a:hover {
    color: #1c5562;
}

a:focus {
    outline-style: none;
    box-shadow: none;
/*    
    background-color: black !important;
    color: white !important;
*/    
    border: 1px solid black !important;
/*    outline-color: black !important;
    outline-style: solid !important;
    outline-width: 1px !important;
    */
}

.alert-text.container a:focus  {
    border: 0 !important;
}

.fab .fa-facebook,
a {
    color: #0D7799;
}

.fa-1-5x {
    font-size: 1.3em;
    min-width: 20px;
}

#header .header-nav-main nav > ul > li.dropdown-full-color {       
    min-width: 120px;
}

#header.header-narrow .header-logo {
    margin-top: 10px;
    width: auto;
}

#header .header-body {
    padding-bottom: 0px;
    border-top: none;
}

/* #header .header-row {
    min-height: 160;
    margin-left: 10px;
    margin-bottom: 10px;
} */

#header .header-logo {
    width: auto;
    margin: 10px 0 0 0;
}

.logo_CNCS {
    background: url(/protected/views/layouts/images/logo.png) 0 0;
    background-repeat: no-repeat;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: fixed;
	top: 0;
}

.logo_CNCS_maxi {
    width: 249px;
    height: 130px;
    background-size: 249px 130px;
}

.logo_CNCS_mini {
    width: 177px;
    height: 60px;
    background-size: 177px 93px;
    margin-top: -84px;
}

.header-logo2 > a > img {
    height: 130px;
    width: auto;
}

body.sticky-menu-active .logo-default {
    display: none;
}
body.sticky-menu-active .logo-small {
    display: block;
    width: 111px !important;
    height: 54px !important;
}

html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {  
    background-color: #e1e4e5;
}   


html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
    background-color: transparent;
    border-top: none;    
}

.spacer_1 {
/*    height: 15px;   */
    height: 0px;
    margin-top: -2px;
}

.fa-caret-down {
    margin-left: 35px;
}

.social-column {
    min-height: 40px;
}

.social-column > ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

html .btn-primary {
/*    border: none !important; */
    border: none;
    padding-left: 6px;
    padding-right: 6px;
    color: #0c7082;
    line-height: 14px;
}    

#header .header-top.header-top-borders {    
    margin-top: 0px;
    align-self: end;
    max-height: 100%;
}

.font-weight-regular, .font-weight-normal {
    font-weight: 600;
}

/* #header.header-narrow .header-nav-main {
    padding-top: 49px;
} */

.font-weight-strong {
    font-weight: 600;
}

.social {
   list-style: none;    
   margin-right: 5px;
}

.social > li > a {
    color: #0D7799;
/*    margin: 0px 6px; */
    padding: 14px 12px;
}

.social > li > a:hover {
    color: #1c5562;
}

.thumb-info-social-icons a:hover {
    background-color: #1c5562;
}

html .btn-primary:hover, html .btn-primary.hover {
	border:none !important;
    color: #0D7799;
}

html .btn-primary:active, html .btn-primary.active {
	background-color: #0D7799 !important;
	background-image: none !important;
	border: none !important;
}

html .btn-primary:focus, html .btn-primary.focus {
	background-color: #0D7799;
/*	border: none !important; */
	box-shadow: 0 0 0 3px rgba(0, 143, 226, 0.5);
}

html .btn-dark:hover, html .btn-dark.hover{
    background-color: #1c5562;
    border: 0;
}

#header .header-column{
    align-items: flex-start; 
    border-bottom: none; 
}

#header .header-nav-top .nav > li > a [class*="fa-"], #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span [class*="fa-"], #header .header-nav-top .nav > li > span .icons {
    font-size: 1em;
    margin-right: 20px;
}

#header-buttons {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* Causava problema no mobile
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px;
}
*/


.thumb-info .thumb-info-type {
    text-transform: lowercase;
}

.medical-schedules .box {
    min-height: 110px;
}

/* Menu Persona */
.medical-schedules .box-one::after {
    border: none;
} 

.medical-schedules .box a {
    text-decoration: none;
}

.icon {
    display: block !important;
}

.icon img{
    display: inline-block;
    width: auto;
    height: 50px;
    overflow: visible;
    margin: 10px;    
}


nav#menu {
    color: rgba(255, 255, 255, 0);
}

/* comentado por Tiago Duarte, não funciona bem em mobile
.medical-schedules .box-two .icon img {
    margin-left: 55px;
}
.medical-schedules .box-three .icon img {
    margin-left: -8px;
}
.medical-schedules .box-four .icon img {
    margin-left: 18px;
}
*/
  
.header-top-costum {
    width: 100%;
    min-height: 47px;
    max-height: 100%;
    margin-top: 0px;
    align-self: end;
    transition: ease all 300ms;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.btn-primary-left {
    background-color: #D5E8EC !important;
}
.btn-primary-left:hover {
    background-color: #AED7DF !important;
}

.thumb-info-social-icons {
    margin-top: 20px;
}

#alert {
    background-color: #b15362;
    color:white;
}
#alert:hover {
    background-color: #924451;
}


.language {
    background-color: #F0F7F8 !important;
}
.language:hover {
    background-color: #d0e4e7 !important;
}

.home-intro {
    background-color: #F3ECC0;
    padding: 0.8rem 0;
    margin-left: 15px;
    margin-right: 15px;
}

.home-intro p {
    color: black;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2em;
}

.home-intro h1 {
    margin: 10px 0;
    text-align: center;
}

.home-intro .get-started {
    text-align: right;
}

.home-intro .get-started .btn {
    background-color: white; 
    margin-right: 20px;
    color: black;
    text-decoration: none;
}

.alertas_h2 {
    background-color: #AF5161;
    color: white;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
}

.alertas-content {
    background-color: #F0E6E7;
}
.alertas-content > span {
    background-color: #F0E6E7;
}

.alertas-content > :nth-child(1) {
    background-color: white;
    color: #AF5161;
    font-weight: bold;
    padding: 0 10px;
    font-size: 16px;
}

.alertas-content > :nth-child(2) {
    background-color: #AF5161;
    color: white;
    padding: 0 10px;
    font-size: 16px;
}

.alertas-vul {
    font-family: Palatino;
    font-size: 16px;
}

.alertas-vul > a,
.alertas-desc > a{
    background-color: transparent !important;
    color: #707070 !important;
    padding: 0 !important;
}

.alertas-vul > a{
    font-weight: normal !important;
}

.alertas-desc > span{
    background-color: transparent !important;
    color: #707070 !important;
    padding: 0 !important;
    font-size: 14px !important;
}


.alertas-desc {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 20px;
    margin-bottom: 1px;
}

.col-lg-12.alertas-content.alertas-desc > a { 
    font-size: 14px !important;
}


.linha_vermelha {
    width: 100%;
    height: 1px;
    background-color: #AF5161;
    margin-top: -1px
}

.button_alerta {
    background-color: white;
    border: 1px solid #AF5161;
    color: #AF5161;
    float: right;
    margin-top:-1px;
    font-size: 10px;
    padding: 3px 10px;
    text-decoration: none;
}

.button_alerta:hover {
    background-color: #F0E6E7;
    text-decoration: none;
    color: #AF5161;
}

.button_ver_mais {
    background-color: #0D7799;
    color: white;
    border: 0;
    font-size: 10px;
    padding: 3px 10px;
}

.curved-border.curved-border-top:after {
    top: 1px;
    bottom: auto;
    transform: rotateX(0deg);
}
.curved-border:after {
    content: '';
    background-image: url(/images/curved-border.svg);
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100vw;
    height: 7.2vw;
    z-index: 20;
}

article.post .post-date {
    width: 100%; 
	float: left;
	margin: 10px;
	text-align: left;
}

.news-homepage {
    margin-top: 25px;    
    margin-bottom: 25px !important;    
}

article.news-homepage .day{
    background: #f7f7f7;
    color: #277A8E;
    font-size: 14px;
    padding: 4px 12px !important;
    line-height: 26px !important;
    text-align: center;
}

article.news-homepage .month{
    background: #277A8E;
    color: #fff;
    font-size: 14px !important;
    padding: 4px 9px !important;
    text-transform: uppercase;
    margin-left: 0px;
    line-height: 26px !important;
    text-align: center;
}

article.news-homepage i {
    margin-right: 5px;
}

.news-title {
    color: #0D7799;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    font-size: 1.80em !important;
    font-family: Palatino;    
    letter-spacing: 0.5px;
}

.news-title-2 {
    /*color: #0D7799;*/
    color: #2d8ba2;
    font-weight: 600 !important;
    /*line-height: 1.6 !important;
    font-size: 1.50em !important;*/
    font-family: Palatino;    
    letter-spacing: 0.5px;
}

article.post .post-date .day {
  background: #f7f7f7;
  color: #277A8E;
  font-size: 14px;
  padding: 4px 12px !important;
  margin-right: -5px;
  line-height: 26px !important;
}
article.post .post-date .month {
  background: #277A8E;
  color: #fff;
  font-size: 14px !important;
  padding: 4px 9px !important;
  text-transform: uppercase;
  margin-left: 0px;
  line-height: 26px !important;
}
article.post .post-social {
  margin-left: 20px;
  float: right;
  padding: 0px;
}

.article_filter_tag {
	color:#707070;
	margin-left: 14px;
    display: inline !important;
}

.article_filter_label {
    font-size: 0.8em;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    margin-left: inherit;
}

.article_filter_count {
	color:#277A8E;
	float: right;
}

.article_filter_total{
	color:#277A8E;
	margin: 0;
    padding: 10px 0 10px 25px !important;
    font-weight: normal !important;
    font-size: 0.8em;
    letter-spacing: 0;
}

.div-clickable{
    height: 40px !important;
}

.topic-span {
    display: block;
    padding: 5px 25px 0 !important;
    font-size: 0.8em;
    letter-spacing: 0;
    line-height: 18px;
    margin: 10px 0 14px 0;
    margin-bottom: 5px !important;
    color: #212529;
}

.article_filter_title {
	color:#277A8E;
	background-color:#f0f7f8;
    max-height:55px;
    margin: 0;
    padding: 7px 10px 10px 25px !important;
/*	line-height:26px; */
    margin-bottom: 10px;
}
/*
.article_filter_label {
	margin-left:20px;
	line-height:26px;
}
*/

#tagsFilters h5 {
    padding: 15px 25px 0 !important;
    text-transform: none;
    margin-bottom: 5px;
}

.article_filter_btn {
	float: right;
    line-height:26px;
    font-size: 60px;
    margin-top: -7px;
}

.caption-tooltip {
    text-decoration: underline;
    background-color: rgba(200, 200, 200, 0.15);
}


.medical-schedules .box-one,
.medical-schedules .box-two,
.medical-schedules .box-three,
.medical-schedules .box-four {
    padding: 10px 0;
    text-align: center;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    letter-spacing: 0.5px;
}

.thumb-info .thumb-info-title {
    padding: 5px 10px 0;
}

.nav.nav-tabs li {
    line-height: 35px;
}

.margin-right-lg-0-15 {
    margin-right: 15px;
}

.index {
    background: #f0f7f8;
    color: #277A8E;
    font-size: 14px;
    padding: 15px 20px;
    margin: 0px 0px 20px;
}

.index-title {
    color: #707070;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    padding: auto 20px;
    line-height: 35px;
}

.index-text a {
    color: #277A8E;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    padding: auto 20px;
    margin-left: 5px;
    line-height: 35px;
    text-decoration: none;
}

.list.list-icons li {
    position: relative;
    padding-left: 12px;
}

.list li {
    margin-bottom: 0;
}

.index-title i {
    padding-top: 6px;
}

hr.solid {
    background: rgba(45, 139, 162, 0.6);
}

.table-partners-col1 {
    background-color: #f0f7f8;
    color: #707070;
    font-weight: bold;
}
  
.table-partners-col2 {
    background-color: #f7f7f7;
    color: #707070;
}

#ransom{
    max-width: 600px;
    width: 100%;
}

#estrutura-funcional{
    max-width: 761px;
    width: 100%;
}

.table thead{
    background-color: #277A8E;
    color: white;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.text-introduction {
    color: #e6e6e6;
}

.card-read-more,
.card-text-light,
.card-read-more-light {
    margin-top: 15px;
}

.card-read-more-light.text-white a{
    color: white;
}

.carousel-text-title {
    color: white;
    font-weight: bold;
    padding-bottom: 20px; 
}

.flip-back .flip-content.my-4 {
    width: 100%;
    margin-top: 0;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.rss_footer {
    color: #ee802f;
    font-size: 21px;
}

.rss_footer:first-of-type {
    margin-top: 30px;
}

.rss_footer + a {
    font-family: Palatino Light;  
    font-size: 21px;
    line-height: 40px;
    padding-left: 10px
}

.card-header.accordion-header {
    position: relative;
    padding: 15px 50px 15px 35px;
    border-left: 2px solid transparent;
}

.custom-accordion-style-1 .card-header .card-title a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 35px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1e1e1e;
    transform: translateY(-50%) rotate(-90deg);
    transition: eanse transform 300ms;
}

.custom-accordion-style-1 .card-header .card-title a:not(.collapsed) {
    color: #0D7799 !important;
    border-left-color: #0D7799;
    background: #D5E8EC;
}

.custom-accordion-style-1 .card-header .card-title a:not(.collapsed) {
    color: #0D7799 !important;
    border-left: 2px solid #0D7799;
    border-bottom: 1px solid #ddd;
    background: #D5E8EC;
}

.custom-accordion-style-1 .card-header .card-title a {
    position: relative;
    padding: 15px 50px 15px 35px;
    border-left: 2px solid transparent;
    transition: ease color 300ms, easne background 300ms;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.custom-accordion-style-1 .card-header .card-title a:not(.collapsed):after {
    border-color:#0D7799 transparent transparent transparent;
}

.custom-accordion-style-1 .card-header .card-title a:not(.collapsed):after {
    border-color:#0D7799 transparent transparent transparent;
    transform: translateY(-50%) rotate(0deg);
}

html {
    scroll-behavior: smooth;
}

:target {
    display: block;
    position: relative;
    top: -80px; 
    visibility: hidden;
  }

div.show{
    top: 0px;
    visibility: visible;
}

.fieldset hr{
    margin: 0 0 22px 0;
}

.fieldset h3 {
    text-transform: none;
}

.mw-jump-link:not(:focus) {
    display: block;
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
}

#accordion a, #accordion2 a, #accordion3 a, #accordion4 a {
    text-decoration: none;
}


@media (min-width: 992px) {

    #header .header-row {
        align-items: end;
        align-self: end;
    }

    .header-main-menu {
     /*   padding-top: 10px; */
    }

    #header .header-nav-main nav > ul > li {        
        line-height: 18px;
        text-align: center; 
    }

    #header .header-nav-main nav > ul > li > a {        
        color: #0D7799;
        padding: 15px 18px;
        /* letter-spacing: 0.05em; */
    }    

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        background-color:white; 
        min-height: 66px;      
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a::before, #header .header-nav-main nav > ul > li.dropdown:hover > a::before {
        border:none;        
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background-color: #0D7799;
        text-decoration: none;
    }

    #header .header-nav-main nav > ul > li > a {
        min-width: 120px;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #e1e4e5;
        height: 50px;
        min-width: 305px;
        text-align: center;
        padding-top: 0px;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li{
        background-color: #e1e4e5;
        min-width: 305px;
        text-align: center;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: black;
        border-bottom-color:#0D7799;
        width: 100%;
        padding-top: 20px;
        text-decoration: none;
    }

    /* #header .header-nav-main nav > ul > li.dropdown-full-color {
        height: 55px;
    } */

    /* #header.header-narrow .header-nav-main {
        padding-top: 37px;
    } */

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        padding: 10px 20px 12px 10px;
        /*margin: 0px 10px 0; */
        display: inline-block;
        width: 270px;
    }   

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        background-color: transparent;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
        background-color: rgba(174, 215, 223, 0.4);
        text-decoration: none;
    }  

    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
        margin-left: 3px;
    }

    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
        color: #999;
        font-size: 0.8em;
        padding: 6px 10px;
        display: inline-block;
        text-transform: uppercase;
    }

    #header-buttons {
        display: none;
    }
   
    /* Menu Persona  --------------------------------------------------  */
    /*
    .box-one,
    .box-two,
    .box-three,
    .box-four {
        text-align: center;
    }

    .medical-schedules .box-two, 
    .medical-schedules .box-three {
        padding: 0;
    }
    */
    /* Dava problemas com mobile  */
    /*
    .box-one {
        padding: 10px 38px 38px 110px;
    }
    
    .medical-schedules .box-two {
        padding: 10px 38px 38px 65px;
    }
    
    .medical-schedules .box-three {
        padding: 10px 38px 38px 110px;
    }
    
    .medical-schedules .box-four {
        padding: 10px 38px 38px 85px;
    }

    */
    .medical-schedules .box {
        min-height: 110px;
    }

    .medical-schedules {
        margin: -55px 0 0 0;
    }
    
    .dropdown-menu-mini {
        margin-top: 0px !important;
    }

    .col-lg-9-custom {
        padding-right: 70px !important;
        padding-left: 45px !important;
    }

}

/* @media (max-width: 750px) {
    /* Menu Persona  --------------------------------------------------  */
    /* .medical-schedules .box-one {
        padding: 10px 38px 38px 240px;        
    }
    .medical-schedules .box-two {
        padding: 10px 38px 38px 190px;
    }    
    .medical-schedules .box-three {
        padding: 10px 38px 38px 2305px;
    }    
    .medical-schedules .box-four {
        padding: 10px 38px 38px 210px;
    }  
}     */

/* @media (min-width: 751px) and (max-width: 991px)  {
    
    .medical-schedules .box-one {
        padding: 10px 38px 38px 240px;        
    }    
    .medical-schedules .box-two {
        padding: 10px 38px 38px 280px;
    }    
    .medical-schedules .box-three {
        padding: 10px 38px 38px 320px;
    }    
    .medical-schedules .box-four {
        padding: 10px 38px 38px 290px;
    }   
}  */


@media (max-width: 991px) {

    #header .header-btn-collapse-nav {
        background:#0D778A;
		outline: 0;
		display: block;
		position: relative;
		z-index: 1;
    }
    
    #header .header-row {
        display: flex;
        flex-grow: 1;
        align-items: center;
        align-self: flex-start;
        max-height: 100%;
    }  
    
    #header.header-narrow .header-nav {
        padding-top: 0px;
        padding-bottom: 20px;
        padding-right: 40px;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu > li {
        /*color: red;*/
        height: 50px;
    }

   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
        opacity: 0.6;
        font-weight: bold; 
        color: black; 
        background-color: transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #0D778A;
        padding-left: 0px;    
    }

    #header .header-nav-main nav > ul li {
        /*margin: 0px 45px;*/
        padding: 5px 0px 0px 10px;
    }

    #header .header-nav-main nav > ul li a {
        line-height: 50px;
        padding: 0 15px;
    }

    #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
        right: -70px;
    }

    #header .header-nav-main nav > ul li:hover > a {
        background-color: transparent;
        text-decoration: none;
        color:black;
    }


    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span.header-buttons {
        display: none;
    }

    #header-buttons {
        margin-top: -30px;
    }

    #header .header-nav-main nav > ul li:last-child {
        border-bottom: 1px solid #e8e8e8
    }

    #header-buttons.ul > li:last-child {
        border-bottom: 0;
    }

    #header .header-column #main-menu {
        align-self: flex-end;
        justify-content: flex-end;
        margin-right: 20px;
    }

    .logo_CNCS {
        background-size: 200px 105px;
        width: 200px;
        height: 130px;
    }
/*
    .logo_CNCS_maxi {
        margin-top: 40px;
    }
*/
    .logo_CNCS_mini {
        background-size: 177px 93px;
        width: 177px;
        height: 60px;
    }

    .header-top-costum {
        display: none;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a > br {
        display: none;
    }

    /* Menu Persona  --------------------------------------------------  */
    .medical-schedules .box {
        min-height: 110px;
    }  
  

}    


@media (min-width: 992px) and (max-width: 1199px) {
    #header .header-nav-main nav > ul > li.dropdown-full-color {       
        min-width: 110px;
    }

    #header .header-nav-main nav > ul > li > a {
        margin-left: 0;
        min-width: 110px;
        padding: 0;
    }
    #header .header-nav-main nav > ul > li > a {
        letter-spacing: 0;
    }    

    /* Menu Persona  --------------------------------------------------  */
    /* Não funciona bem - Tiago Duarte
    .medical-schedules .box-one {
        padding: 10px 38px 38px 445px;        
    }
    .medical-schedules .box-two {
        padding: 10px 38px 38px 400px;
    }    
    .medical-schedules .box-three {
        padding: 10px 38px 38px 440px;
    }    
    .medical-schedules .box-four {
        padding: 10px 38px 38px 410px;
    }
    */
}

@media (max-width: 991px) {
    /* Menu Persona  --------------------------------------------------  */
    /* Não funciona bem - Tiago Duarte
    .medical-schedules .box-one {
        padding: 10px 38px 38px 325px;        
    }  
    .medical-schedules .box-two {
        padding: 10px 38px 38px 280px;
    }    
    .medical-schedules .box-three {
        padding: 10px 38px 38px 320px;
    }    
    .medical-schedules .box-four {
        padding: 10px 38px 38px 290px;
    }   
    */


    .home-intro .get-started,
    .home-intro {
        text-align: center;
    }

    .margin-right-lg-0-15 {
        margin-right: -15px;
    }

}

@media (max-width:769px) {
    /* Comentado por Tiago Duarte, não funcionava bem em mobile */
    /*
    .medical-schedules .box-one {
        padding: 10px 38px 38px 240px;        
    }
    .medical-schedules .box-two {
        padding: 10px 38px 38px 195px;
    }    
    .medical-schedules .box-three {
        padding: 10px 38px 38px 235px;
    }    
    .medical-schedules .box-four {
        padding: 10px 38px 38px 210px;
    } 
    */
    .thumb-info-social-icons {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .btn-ver-eventos,
    .space-bottom-mobile {
        margin-bottom: 40px;
        text-align: right;
    }
    .btn-ver-eventos {
        margin-top: -40px;
    }

}






