#site-navigation .menu > ul > li:hover > a::before, #site-navigation .menu > ul > li.current_page_item > a::before, #site-navigation .menu > ul > li.current-menu-item > a::before, #site-navigation .menu > ul > li.current_page_ancestor > a::before, #site-navigation .menu > ul > li.current-menu-ancestor > a::before {
    bottom: -1px !important;
    top: auto !important;
}
#site-navigation .menu > ul > li > a {

    color: #474747 !important;
    font-weight: bold;

}
p{font-size: 18px;}
#site-navigation .menu > ul > li:hover > a::before, #site-navigation .menu > ul > li.current_page_item > a::before, #site-navigation .menu > ul > li.current-menu-item > a::before, #site-navigation .menu > ul > li.current_page_ancestor > a::before, #site-navigation .menu > ul > li.current-menu-ancestor > a::before {
    background: #E60D2E;
}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.active, .clients-say-section .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background:#E40729;
}

.featured-section {
    padding: 45px 0 60px;
    background: #0047B9;
}

.featured-post .view-more {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    border: 0px solid #23A38F;
    padding: 6px 15px;
    display: inline-block;
    background: #0047B9;
}.featured-post .view-more:hover {   
    background: #003489; 
}

/* Side Bar - paginas */
.sidebar .widget-title {
    background: #0047B9;
   }
   .sidebar ul li a {
    color: #999;
}.sidebar ul li a:hover {
    color: #0047B9;
}
.sidebar .widget-title::after {
    border-color: transparent #E70C2F #E70C2F transparent;
}
.sidebar ul li {
    background: url();

}
a {
    color: #E70C2F;
}


footer #middle-footer {
    background: #E40729;
}

.multi-border li.dark-green {
    background: #E40729;
}

.multi-border li.yellow {
    background: #fff;
}

.multi-border li.cream {
    background: #0047B9;
}

.multi-border li.orange {
    background: #E40729
}

.multi-border li.light-green {
    background:  #fff;
}

.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #0047B9;

    }

header.site-header {
    border-top: 0px !important;
}
.header-info{
    background: #0047B9;
    padding-bottom: 5px;

}.header-info [data-rel="alertAtend"]{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}.header-info [data-rel="alertAtend"] img{
    height: 26px;    
    margin-right: 5px;
    /*margin-left: 22px;    */
}.header-info [data-rel="phone"]{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}.header-info [data-rel="phone"] img{
    height: 26px;    
    margin-right: 5px;
    margin-left: 22px;
}.header-info [data-rel="phone"] span{
    white-space: nowrap;
}


.main-logo{
    position: relative;
}.main-logo [data-rel="frasecenter"]{
    font-size: 26px;
    color: #E80C2D;
    font-weight: bold;
    position: absolute;
    right: -292px;
    display: table;
    top: 18px;
    white-space: nowrap;
}

@media (max-width: 1129px){
    .main-logo [data-rel="frasecenter"]{
        font-size: 20px;
        color: #E80C2D;
        font-weight: bold;
        position: absolute;
        right: -232px;
        display: table;
        top: 24px;
        white-space: nowrap;
    }
}

@media (max-width: 986px){
    .main-logo [data-rel="frasecenter"]{
        right: 20px;
    }
}

@media (max-width: 562px){
    .main-logo [data-rel="frasecenter"]{
        font-size: 20px;
        color: #E80C2D;
        font-weight: bold;
        position: static;
        display: table;
        top: 23px;
        width: 100%;
        padding-bottom: 10px;
    }
}