﻿/* CSS Document */

/* GERAIS */
/***********************************************/
body {
    margin: 0px;
    padding: 0px;
    /*font: 12px/16px 'Ubuntu', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

a:visited, a:link, a:active {
    color: #cc2026;
}

a:hover {
    color: #CC2026;
}
label {
    color: #686868;
}

/* TOP */
/***********************************************/


#hero-area {
    z-index: 100;
    background-size: cover;
    color: #fff;
    width: 100%;
    /*background: rgba(255,255,255,1);*/
    background: rgba(255,255,255,0.9);
    position: fixed;
    -webkit-box-shadow: 0px 0px 17px -3px rgba(51,51,51,0.8);
    box-shadow: 0px 0px 17px -3px rgba(51,51,51,0.8);
    transition: all linear 0.5s;
}

.navbar-header {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    /* overflow: hidden; */
}

.navbar-brand {
    width: 20%;
    padding: 0 0 0.5em;
    margin: 0;
    float: left;
}

    .navbar-brand img {
        max-height: 90px;
        max-width: 100%;
    }

.navbar {
    padding: 0 1em;
}



.container_topo {
    display: inline-block;
    width: 80%;
    padding: 0;
    margin: 0;
}

.bg-menu {
    background: #cc2026;
    color: #FFF;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container_content {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.bg_search_form {
    display: none;
}

.section {
    padding: 30px 0 0;
}

ul.redes {
    list-style: none;
    width: auto;
    margin: 15px 30px 15px 0;
    padding: 0;
    text-align: center;
    float: right;
}

    ul.redes li {
        float: left;
    }

.redes a {
    display: inline-block;
    text-decoration: none;
    padding: 8px;
    width: 40px;
    border: 1px solid;
    border-radius: 5px;
    margin-left: 10px;
    color: #777779 !IMPORTANT;
    opacity: 0.5;
}

    .redes a:hover {
        background: #cc2026;
        border: 1px solid #cc2026;
        color: #ffffff !IMPORTANT;
        opacity: 1;
    }


/*.container_topo ul li {
        float: left;
        height: 40px;
        margin-left: 15px;
        
        padding: 10px;
        width: 40px;
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid;
    }

        .container_topo ul li a {
            display: inline-block;
            position: relative;
            text-align: center;
            height: 20px;
            width: 20px;
            overflow: hidden;
        }

            .container_topo ul li img, .container_topo ul li span img {
                
                cursor: pointer;
                
                filter: alpha(opacity=70);
                
                -webkit-transition: opacity 1s ease-in-out;
                -moz-transition: opacity 1s ease-in-out;
                -ms-transition: opacity 1s ease-in-out;
                -o-transition: opacity 1s ease-in-out;
                transition: opacity 1s ease-in-out;
                
                max-height: 100%;
                display: block;
            }

            .container_topo ul li a:hover img, .container_topo ul li span:hover img {
                height: 100%;
                filter: alpha(opacity=100);
                opacity: 1;
            }
*/

.container_destaques, .destaques_home {
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    float: left;
    /* border-bottom: 1px solid #F4F4F4; */
}

    .container_destaques.container_destaques_laterais {
        width: calc(73% - 50px);
        margin-right: 50px;
    }

.home_destaques_esquerda, .home_destaques_direita {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.item_destaque {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}


.home_destaques_esquerda .item_destaque:nth-child(odd), .home_destaques_esquerda .item_destaque:nth-child(even) {
}

.item_destaque a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home_destaques_esquerda .item_destaque .img_mod_destaque, .home_destaques_direita .item_destaque .img_mod_destaque,
.home_destaques_esquerda .item_destaque .desc_mod, .home_destaques_direita .item_destaque .desc_mod {
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    height: 0;
    padding: 0 0 50%;
    position: relative;
    z-index: 10;
}

.home_destaques_direita .item_destaque .img_mod_destaque, .home_destaques_direita .item_destaque .desc_mod {
    width: 100%;
    padding: 0 0 100%;
}

.home_destaques_esquerda .item_destaque .desc_mod, .home_destaques_direita .item_destaque .desc_mod {
    z-index: 11;
}

.home_destaques_direita .item_destaque .desc_mod {
    padding: 0 0 100%;
    color: #333333;
}

.home_destaques_esquerda .item_destaque:nth-child(odd) .desc_mod {
    background: #cc2026;
    color: #FFFFFF;
}

.home_destaques_esquerda .item_destaque .desc_mod:after, .home_destaques_direita .item_destaque .desc_mod:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 50px;
    width: 0;
    height: 0;
    clear: both;
}

.home_destaques_esquerda .item_destaque:nth-child(odd) .desc_mod:after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #cc2026;
}

.home_destaques_esquerda .item_destaque:nth-child(even) .desc_mod {
    background: #F4F4F4;
}

    .home_destaques_esquerda .item_destaque:nth-child(even) .desc_mod:after {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 30px solid #f4f4f4;
        left: auto;
        right: -30px;
    }

.home_destaques_direita .item_destaque .img_mod_destaque {
    width: 100%;
}

.home_destaques_direita .item_destaque:nth-child(odd), .home_destaques_direita .item_destaque:nth-child(even) {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.home_destaques_esquerda .item_destaque a, .home_destaques_direita .item_destaque a {
    color: #333333;
}

.home_destaques_direita .item_destaque:nth-child(odd) .desc_mod {
    background: #cc2026;
    color: #FFFFFF;
}

.home_destaques_direita .item_destaque:nth-child(even) .desc_mod {
    background: #F4F4F4;
}

.home_destaques_direita .item_destaque:nth-child(odd) .desc_mod:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #cc2026;
    left: 50px;
    top: -30px;
}

.home_destaques_direita .item_destaque:nth-child(even) .desc_mod:after {
    left: 50px;
    bottom: -30px;
    top: auto;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f4f4f4;
}

.home_destaques_esquerda .item_destaque .desc_mod .d_detail, .home_destaques_direita .item_destaque .desc_mod .d_detail {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modulos_destaque, .container-right {
    width: 27%;
    float: right;
}

.home_news_destaque, .home_docs_destaque, .home_outros_destaques {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

.customNavigation {
    position: absolute;
    top: -59px;
    right: 0;
    background: #F4F4F4;
    height: 38px;
}

    .customNavigation img {
        height: 28px;
        opacity: 0.6;
        transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }

    .customNavigation a {
        float: left;
        display: block;
        padding: 4px 4px;
    }

        .customNavigation a:hover img {
            opacity: 1;
        }

.container_docs {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.home_news_destaque {
    width: calc(45% - 50px);
    /* background: #f4f4f4; */
    margin: 0 50px 0 0;
}

.home_outros_destaques {
    width: 55%;
    margin: 0%;
}

    .home_news_destaque li, .home_outros_destaques li {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        float: left;
        border-bottom: 1px solid #F4F4F4;
    }

    .home_outros_destaques li {
        padding: 10px;
    }

.home_news_destaque li:nth-child(odd) {
    background: #cc2026;
}

.home_outros_destaques li:nth-child(odd) {
    background: #F4F4F4;
}

    .home_outros_destaques li:nth-child(odd) h2 a {
        color: #cc2026;
    }

.home_news_destaque li:nth-child(even) {
    background: #F4F4F4;
}

.home_news_destaque li .d_detail {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    /*border: 8px solid #cc2026;*/
    padding: 10px;
}

.home_news_destaque li:nth-child(odd) .d_detail {
    /*border: 4px solid #F4F4F4;*/
}

.home_news_destaque li h2, .home_outros_destaques li h2 {
    font-size: 22px;
    line-height: 26px;
    color: #cc2026;
    margin-bottom: 0;
}

.home_outros_destaques li h2 {
    font-size: 18px;
    line-height: 20px;
}

    .home_news_destaque li h2 a, .home_outros_destaques li h2 a {
        text-decoration: none;
        color: #FFFFFF;
    }

    .home_outros_destaques li h2 a {
        color: #333333;
    }

.home_news_destaque li:nth-child(odd) h2 {
    color: #cc2026;
}

.home_news_destaque li .img {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 70%;
    float: left;
    /*border: 8px solid #cc2026;*/
    overflow: hidden;
}

.home_news_destaque li:nth-child(even) .img {
    /* border: 8px solid #f4f4f4; */
}

.home_news_destaque li:nth-child(even) .d_detail {
    /*border: 8px solid #f4f4f4;*/
}

    .home_news_destaque li:nth-child(even) .d_detail a {
        color: #cc2026;
    }

.home_news_destaque li .d_detail a.more_info, .home_outros_destaques li .d_detail a.more_info {
    position: relative;
    /*margin: 5px -8px -8px;*/
    padding: 5px 10px;
    /*background: #777779;*/
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    float: right;
    font-weight: 500;
}

    .home_news_destaque li .d_detail a.more_info img, .home_outros_destaques li .d_detail a.more_info img {
        height: 35px;
    }

.home_news_destaque li:nth-child(2n+1) .d_detail a.more_info img {
    filter: brightness(0) invert(1);
}

.home_outros_destaques li .d_detail a.more_info {
    /* margin: 5px -10px -10px;*/
}

    .home_news_destaque li .d_detail a.more_info:hover, .home_outros_destaques li .d_detail a.more_info:hover {
        /*background: #cc2026;*/
    }

/*.home_outros_destaques li .d_detail a.more_info {
    color: #cc2026;
    background: transparent;
    float: left;
    padding: 5px 0;
    margin: 5px 0 0;
    font-weight: 700;
}*/

.home_news_destaque li .img > div.img_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.home_news_destaque li:hover .img > div.img_bg {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.home_outros_destaques li .d_detail > a {
    float: right;
}

.home_news_destaque li .d_detail p, .home_outros_destaques li .d_detail p {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 15px;
    color: #5f5f5f;
}

.home_outros_destaques li .d_detail p {
    color: #a0a0a0;
    font-size: 12px;
}

.modulos_destaque .row {
    margin: 0 !important;
}

.modulos_destaque .column {
    padding: 0 !important;
}

.home_outros_destaques .img {
    width: 35%;
    float: left;
    height: 133px;
    position: relative;
}

    .home_outros_destaques .img .img_bg {
        height: 100%;
        width: 100%;
        position: absolute;
    }

.home_outros_destaques .d_detail {
    width: 60%;
    float: left;
    margin-left: 5%;
}

/*METEO*/
#meteorologia { /*background: #F4F4F4;*/
    padding: 10px 10px 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    border: solid #F4F4F4;
}

    #meteorologia .cidade {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    #meteorologia .today, #meteorologia .day {
        width: 100%;
        float: right;
        /*! display: block; */
        padding: 0 0 10px;
        margin: 0;
        position: relative;
    }

        #meteorologia .today .date, #meteorologia .day .date {
            /*display: none;
    opacity: 0;
    visibility: hidden;*/
            float: right;
            /*! width: auto; */
            padding: 0;
            margin: 7px 0 0;
            float: right;
            text-align: right;
            font-size: 14px;
            line-height: 14px;
        }

            #meteorologia .today .date > span:last-child, #meteorologia .day .date > span:last-child {
                font-size: 12px;
                line-height: 14px;
            }

        #meteorologia .today .img, #meteorologia .day .img {
            width: 40%;
            padding: 0;
            margin: 0;
            /*! float: right; */
            position: absolute;
            left: 0;
        }

            #meteorologia .today .img img, #meteorologia .day .img img {
                max-width: 100%;
                height: auto !IMPORTANT;
            }

        #meteorologia .today .maxmin, #meteorologia .day .maxmin {
            /*! width: 60%; */
            padding: 0;
            margin: 0;
            float: right;
            text-align: right;
            clear: right;
            font-size: 15px;
        }

        #meteorologia .today .weather, #meteorologia .day .weather {
            display: none;
            opacity: 0;
            visibility: hidden;
        }

        #meteorologia .day .date, #meteorologia .day .maxmin {
            float: left;
            text-align: left;
            width: 40%;
        }

        #meteorologia .day .img {
            float: right;
            width: 15%;
        }

        #meteorologia .day .maxmin {
            width: 45%;
            font-size: 12px;
            text-align: right;
        }

    #meteorologia .today {
        background: #cc2026;
        color: #777779;
        padding: 10px 0 10px;
    }

        #meteorologia .today .img img {
            /*! filter: brightness(0) invert(1); */
            opacity: 0.3;
        }

    #meteorologia .day {
        padding: 10px 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #dadada;
    }

    #meteorologia .outros_dias span:last-child .day {
        border-bottom: 0px;
    }

.section-title, .tit_mod_destaque {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #777779;
}

.mod_lateral {
    margin: 0 0 2em;
    float: left;
}

.section-title:before, .tit_mod_destaque:before,
.section-title:after, .tit_mod_destaque:after {
    content: "";
    background: none;
    height: 4px;
    width: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.section-title:before, .tit_mod_destaque:before {
    background: #cc2026;
    width: 100%;
    height: 1px;
}

/*FARMACIAS*/
#farmacias, #farmacias > div {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    float: left;
    background: #76bd22;
}


    #farmacias .today {
        color: #777779;
        padding: 0 10px;
        float: left;
        width: 100%;
        background: #FFFFFF;
    }


    #farmacias .week-last {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin: 0px 0px;
        border-right: 0px solid #DFE3D5;
        text-align: center;
    }

    #farmacias .date {
        /* color: #FFF; */
        font-size: 16px;
        padding: 10px 10px 5px;
        margin: 0px;
        display: block;
        text-align: center;
        text-transform: uppercase;
    }

    #farmacias .pharmacy {
        color: #cc2026;
        font-size: 22px;
        padding: 0px;
        margin: 0px 0;
        display: block;
        text-align: center;
        text-transform: uppercase;
        /* background: rgba(33, 90, 51, 0); */
    }

    #farmacias .address {
        /*! background: #777779; */
        /* color: #fff; */
        font-size: 12px;
        padding: 5px 0px;
        margin: 0px;
        display: block;
        text-align: center;
    }

    #farmacias .info {
        position: relative;
        width: 100%;
        margin: 10px 0px 0;
        min-height: 48px;
        padding: 6px 0 0 62px;
        float: left;
        text-align: center;
        background: url('/css/site/img/bg_farmacias.png') no-repeat left center;
    }

        #farmacias .info .titulo, #farmacias .info .txt {
            font-size: 10px;
            line-height: 12px;
            color: #FFFFFF;
            /*! font-weight: bold; */
            /* display: none; */
        }

.menu-container {
    display: inline-block;
}

.esconde {
    display: none;
}

/*COOKIES*/
.wgt-cookies {
    position: fixed;
    width: 100%;
    /*! max-width: 420px; */
    margin: 0;
    padding: 22px 30px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
    border-top: 1px solid #777779;
    color: #777779;
    text-align: center;
    bottom: 0;
    left: 0;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.content-wgt-cookies {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wgt-cookies .content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.msg_cookies, .opt_cookies {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    /*! float: left; */
    text-align: justify;
}

.opt_cookies {
    /*! text-align: right; */
    width: 200px;
}

.msg_cookies {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    /* padding-right: 200px; */
}

    .msg_cookies p:last-child {
        margin-bottom: 0px;
    }

.opt_cookies a:first-child {
    margin: 0 0 0 10px;
    padding: 0px;
    font-size: 12px;
    color: #777779;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

    .opt_cookies a:first-child:hover {
        color: #FFFFFF;
    }

.opt_cookies a:last-child {
    padding: 10px 10px;
    margin: 0 0 0 10px;
    color: #FFF;
    /*! border: 1px solid white; */
    background: #333333;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
}

    .opt_cookies a:last-child:hover {
        border-color: #FFFFFF;
        background: #111111;
        color: #FFFFFF;
    }

.msg_cookies p {
    font-size: 14px;
    padding: 0;
}

.wgt-cookies_hide {
    opacity: 0;
    padding: 0;
    height: 0;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
/*DESTAQUES*/
ul.home_destaques {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

    ul.home_destaques li {
        position: relative;
        padding: 0;
        margin: 0;
        width: 50%;
        overflow: hidden;
        float: left;
    }

/**/
.home-file {
    width: 100%;
    padding: 10px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    .home-file a {
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
    }

    .home-file:hover {
        background: #F4F4F4;
    }

    .home-file img {
        max-height: 60px;
        width: auto !important;
        display: inline-block !important;
    }

    .home-file span {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 0;
    }

footer {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #333333;
}

.footer_container, .footer_direitos {
    padding: 0;
    margin: 0;
}

.footer_container {
    background: #F1F1F1;
}

.newsletter_form {
    width: 70%;
    float: left;
    padding: 2% 5% 2% 0;
    margin: 0;
    /*webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
}

#Portlet_Newsletter .titlesNews {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

    #Portlet_Newsletter .titlesNews:before, #Portlet_Newsletter .titlesNews:before,
    #Portlet_Newsletter .titlesNews:after, #Portlet_Newsletter .titlesNews:after {
        content: "";
        background: none;
        height: 4px;
        width: 50px;
        position: absolute;
        bottom: 0px;
        left: 0;
    }

    #Portlet_Newsletter .titlesNews:before, #Portlet_Newsletter .titlesNews:before {
        background: #cc2026;
        width: 100%;
        height: 1px;
    }

#Portlet_Newsletter .Portlet_Newsletter_DIV_Msg {
    font-size: 14px;
    color: #333333;
    margin: 3px 0px;
    text-align: justify;
    padding: 0px;
}

/*NEWSLETTER*/
#Portlet_Newsletter .column {
    position: relative;
    width: 47%;
    margin: 0 3% 0 0;
    padding: 0;
    float: left;
}

    #Portlet_Newsletter .column + .column {
        position: relative;
        width: 47%;
        margin: 0 0 0 3%;
        padding: 0;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

#Portlet_Newsletter label {
    width: 100%;
    margin: 15px 0 0;
    display: none;
}

#Portlet_Newsletter input {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    line-height: 14px;
    background: rgba(251,251,251,0.8);
    border: 1px solid #000;
    border-radius: 4px;
}



    #Portlet_Newsletter .btn_moreinfo, #Portlet_Newsletter input.btn_submit {
        cursor: pointer;
        margin: 20px 0 0 20px;
        padding: 15px 20px;
        background: #cc2026;
        border: 1px solid #cc2026;
        width: auto;
        float: right;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }

#Portlet_Newsletter .btn_moreinfo {
    background: #777779;
    border: 1px solid #333333;
	border-radius: 4px;
	text-decoration: none;
}

#Portlet_Newsletter input.btn_submit:hover {
    background: #a91c20;
}

#Portlet_Newsletter .btn_moreinfo:hover {
    background: #333333;
}

.validators {
    float: left;
    font-size: 12px;
    color: #cc2026;
}

.footer_contatos {
    width: 30%;
    float: left;
    margin: 0;
    padding: 2%;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background: #ffffff;*/
    border-left: 1px solid #e8e8e8;
    /*border-right: 1px solid #e8e8e8;*/
    /* -webkit-box-shadow: inset 0px -10px 28px -15px rgba(51,51,51,0.8); */
    /* box-shadow: inset 0px -10px 28px -15px rgba(51,51,51,0.8); */
}

    .footer_contatos a {
        color: #cc2026;
    }

    .footer_contatos .section-title {
        color: #333;
    }

    .footer_contatos .container_contactos {
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
    }

.footer_direitos .row {
    display: block;
}

.copyright {
    position: relative;
    width: auto;
    margin: 15px 0px 0px 10px;
    padding: 0px;
    overflow: hidden;
    float: left;
    color: #FFF;
    font: 12px 'Open Sans', sans-serif;
    line-height: 12px;
}

    .copyright a {
        color: #FFFFFF;
        text-decoration: none;
    }

.netsigma {
    float: right;
    margin: 10px 10px 0px 15px;
    padding: 0px;
    font-size: 12px;
}

    .netsigma a {
        color: #FFFFFF;
    }

    .netsigma a {
        color: #FFFFFF;
        float: left;
    }

        .netsigma a img {
            float: right;
            margin: -1px 0 0 5px;
        }

.acessibilidades {
    float: right;
    margin: 5px 0 0;
}

/* MENU FOOTER */
.menu_rodape {
    position: relative;
    margin: 20px 0 0;
    margin: 20px 0 0;
    padding: 0px;
    float: left;
    border-bottom: 1px solid #CCCCCC;
}

    .menu_rodape ul {
        width: 100%;
        float: left;
        list-style: none;
        margin: 0 0 4%;
        padding: 0;
    }

        .menu_rodape ul li {
            /*width: 25%;
            margin: 0;
            padding: 0;
            float: left;*/
            text-align: left;
        }

            .menu_rodape ul li a {
                position: relative;
                width: 90%;
                margin: 0;
                padding: 5% 5%;
                display: inline-block;
                color: #F4F4F4;
                line-height: 16px;
                font-size: 13px;
                text-decoration: none;
                cursor: pointer;
                text-transform: uppercase;
                float: left;
                border-bottom: 1px solid #CCCCCC;
            }

            .menu_rodape ul li ul li {
                width: 100%;
            }

                .menu_rodape ul li ul li a {
                    width: 100%;
                    padding: 2% 5%;
                    line-height: 14px;
                    font-size: 12px;
                    text-transform: none;
                    color: #CCCCCC;
                    border-bottom: 0px solid #CCCCCC;
                }

    .menu_rodape a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }
/*LISTA NOTICIAS*/
.list-news .new .background {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.list-news .new:nth-child(even) .background {
    background: #f4f4f4;
}

.list-news .new:nth-child(odd) .background {
    background: #cc2026;
}

.list-news .new .img {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 70%;
    overflow: hidden;
}

    .list-news .new .img .img_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
    }

.list-news .new:hover .img .img_bg {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.list-news .new .d_detail {
    color: #FFF;
    padding: 10px;
}

    .list-news .new .d_detail h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .list-news .new .d_detail p {
        font-size: 12px;
        line-height: 14px;
    }

    .list-news .new .d_detail a {
        text-decoration: none;
        color: #FFF;
    }

.list-news .new:nth-child(even) .d_detail a, .list-news .new:nth-child(even) .d_detail p {
    color: #333;
}

.list-news .new .d_detail a.more_info {
    display: block;
    text-align: right;
}

    .list-news .new .d_detail a.more_info img {
        height: 35px;
    }

.list-news .new:nth-child(odd) .d_detail a.more_info img {
    filter: brightness(0) invert(1);
}


/*BREADCRUMB*/
.bg-breadcrumb {
    /*float: left;*/
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: #F1F1F1;
}


ul.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb li.active {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    float: left;
}

    .breadcrumb li.active h3 {
        position: relative;
        padding: 0%;
        margin: 4px 0 0;
        border-bottom: 1px solid #CCCCCC;
        width: 100%;
        float: left;
    }

.breadcrumb .active h3 span {
    padding: 0 10px 10px;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #CC2026;
    text-transform: uppercase;
    float: left;
}

.breadcrumb li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

    .breadcrumb li span {
        color: #cc2026;
        float: left;
        padding: 0px 0;
    }

    .breadcrumb li a {
        margin: 0;
        color: #808080;
        float: left;
        padding: 0px 5px;
    }

        .breadcrumb li a:hover {
            color: #cc2026;
            text-decoration: none;
        }

        .breadcrumb li a:first-child {
            padding-left: 10px;
        }

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #cc2026;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }
/*.container-left {
    width: 70%;
}
.container-right {
    width: 27%;
	margin-left: 3%;	
}*/

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/*LOGO*/
.polyon-logo {
    width: 20%;
    height: 119px;
    background: #FFF;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 0;
    text-align: center;
    -webkit-clip-path: polygon(0% 100%, 30% 0%, 100% 0%, 70% 100%);
    clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 80% 100%);
}

.navbar-brand {
    width: 70%;
    padding: 30px 15px;
    margin: 0;
    float: none;
}

.menu {
    width: 80%;
    float: right;
}

.container_topo, ul.navmenu {
    float: right;
}


    .container_topo #meteorologia .outros_dias {
        display: none;
    }

    .container_topo #meteorologia .today {
        background: none;
    }

    .container_topo #meteorologia {
        width: auto;
        border: none;
        padding: 0;
        margin: 0;
        float: right;
    }

        .container_topo #meteorologia .today, .container_topo #meteorologia .day {
            width: auto;
            padding-left: 60px;
        }

            .container_topo #meteorologia .today .img, .container_topo #meteorologia .day .img {
                width: 50px;
            }

    .container_topo ul li
    .links-top {
        margin: 16px 30px 16px 0;
    }

.bordado {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}

    .bordado img {
        position: absolute;
        right: -250px;
        top: 150px;
    }

.embed-responsive-1by140::before {
    padding-top: 140%;
}

.destaque .detalhe {
    padding: 15px;
}

.destaque-noticia {
    height: 100%;
    background: #FFF;
}

    .destaque-noticia .detalhe {
        padding: 15px 15px 15px 15px;
        text-align: justify;
    }

        .destaque-noticia .detalhe .btn-saber {
            position: absolute;
            bottom: 5px;
            right: 20px;
        }

    .destaque-noticia .titulo {
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
    }

.destaque .resumo {
    font-size: 12px;
    line-height: 14px;
}

.destaque-noticia .resumo {
    color: #929292;
}

.destaque-noticia .titulo {
    color: #333;
    margin-bottom: 15px;
}

h1.titulo {
    color: #777779;
    margin: 20px 0;
    text-transform: uppercase;
    /*border-bottom: 5px solid #cc2026;*/
    padding: 10px 0;
    font-size: 36px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
}

    h1.titulo::after {
        content: '';
        width: 60px;
        border-bottom: 2px solid #cc2026;
        display: block;
        margin: 20px auto;
    }

.destaque-noticia .img_destaque {
    transition: all linear 0.5s;
}

a:hover .destaque-noticia .img_destaque {
    transform: scale(1.1);
}

.destaque-evento .hover {
    position: absolute;
    /*background: rgba(119,119,121,0.8);*/
    background: rgba(0,0,0,0.5);
    height: 0;
    width: 100%;
    top: 0;
    transition: all linear 500ms;
    color: #FFF;
    text-align: center;
    opacity: 0;
}

    .destaque-evento .hover .pd-10 {
        padding: 10%;
        width: 100%;
    }

.destaque-evento:hover .hover {
    height: 100%;
    opacity: 1;
}

.destaque-evento h2 {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.destaque-evento .resumo {
    font-size: 14px;
    line-height: 16px;
}

.btn-saber {
    padding: 10px 20px;
    background: #cc2026;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
}

.text-right .btn-saber {
    font-size: 12px;
    line-height: 14px;
}

.destaque-home .mod_lateral {
    width: 50%;
    padding: 15px;
}

.destaque img {
    padding: 15px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.lista_destaques_owl, .lista_destaques_owl .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.lista_destaques_owl {
    display: none;
    width: 100%;
    z-index: 1;
    padding-bottom: 50px;
}

    .lista_destaques_owl .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .lista_destaques_owl .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .lista_destaques_owl .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .lista_destaques_owl .owl-item, .lista_destaques_owl .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .lista_destaques_owl .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .lista_destaques_owl .owl-item img {
            display: block;
            width: 100%
        }

    .lista_destaques_owl .owl-dots.disabled, .lista_destaques_owl .owl-nav.disabled {
        display: none
    }

    .no-js .lista_destaques_owl, .lista_destaques_owl.owl-loaded {
        display: block
    }

    .lista_destaques_owl .owl-dot, .lista_destaques_owl .owl-nav .owl-next, .lista_destaques_owl .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .lista_destaques_owl .owl-nav button.owl-next, .lista_destaques_owl .owl-nav button.owl-prev, .lista_destaques_owl button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .lista_destaques_owl.owl-loading {
        opacity: 0;
        display: block
    }

    .lista_destaques_owl.owl-hidden {
        opacity: 0
    }

    .lista_destaques_owl.owl-refresh .owl-item {
        visibility: hidden
    }

    .lista_destaques_owl.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .lista_destaques_owl.owl-grab {
        cursor: move;
        cursor: grab
    }

    .lista_destaques_owl.owl-rtl {
        direction: rtl
    }

        .lista_destaques_owl.owl-rtl .owl-item {
            float: right
        }

    .lista_destaques_owl .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .lista_destaques_owl .owl-animated-in {
        z-index: 0
    }

    .lista_destaques_owl .owl-animated-out {
        z-index: 1
    }

    .lista_destaques_owl .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.lista_destaques_owl .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .lista_destaques_owl .owl-item .owl-lazy:not([src]), .lista_destaques_owl .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.lista_destaques_owl .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.lista_destaques_owl .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.lista_destaques_owl .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .lista_destaques_owl .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.lista_destaques_owl .owl-video-playing .owl-video-play-icon, .lista_destaques_owl .owl-video-playing .owl-video-tn {
    display: none
}

.lista_destaques_owl .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.lista_destaques_owl .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin: 2rem 0 0;
}

    .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 7px;
        background: #777779;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background: #cc2026;
    }

.lista_new .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .lista_new .owl-stage .owl-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto !important;
    }

.lista_new .item {
    border: 1px solid #F4F4F4;
}

.paralax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.paralax-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-file img {
    filter: brightness(0) invert(1);
}

.home-file a {
    color: #FFF;
}

.home-file {
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    height: 100%;
}

    .home-file:hover {
        background: rgba(0,0,0,0.8);
    }

.bg-breadcrumb {
    background: #e3e3e4;
}

.breadcrumb li a {
    color: #777779;
    text-transform: uppercase;
}

.breadcrumb li span {
    color: #CC2026;
}

.breadcrumb li.active {
    display: none;
}

.conteudo {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    margin: 0;
    /*font-size: 18px;
	line-height: 22px;
	/*background-image:url(../img/bordado-2.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
}

    .conteudo .bordado img {
        position: absolute;
        right: -250px;
        bottom: -250px;
    }

#section-banner-in .bordado {
    display: none;
}

#hero-area.scrolled {
    background: rgba(255,255,255,1);
}

.destaque {
    margin-bottom: 30px;
}
/*PAGINAÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢O*/

.paginations {
    width: 96%;
    padding: 20px 2% 10px;
    margin: 0 auto 0;
    float: left;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
}

.pagination {
    position: relative;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .pagination li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .pagination li a {
            width: auto;
            min-width: 34px;
            padding: 8px;
            margin-right: 5px;
            font-size: 16px;
            line-height: 16px;
            color: #939393;
            text-decoration: none;
            text-align: center;
            display: inline-block;
            background: #f1f1f1;
            /*! border: 1px solid #e0dfdf; */
            float: left;
            text-align: center;
            border-radius: 5px;
            transition: ease-in all 0.2s;
        }

            .pagination li a:hover, .pagination li.active a {
                background: #cc2026;
                display: inline-block;
                float: left;
                color: #FFF;
            }

    .pagination .disabled {
        display: none;
    }

.formee input, .formee textarea, .btn-search {
    width: 100%;
    /*margin: 5px 0;*/
    padding: 10px;
    font-size: 14px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

#submit, .btn-search {
    background: #cc2026;
    color: #FFF;
    padding: 10px;
    cursor: pointer;
    transition: all ease-in 0.5s;
    border-radius: 5px;
}

    #submit:hover {
        background: #991116;
    }

.receita {
    height: 100%;
    background: #cc2026;
}

    .receita .detalhe {
        padding: 15px;
        text-align: center;
    }

    .receita .titulo {
        color: #FFF;
        font-size: 18px;
        line-height: 22px;
        margin: 0;
        text-transform: uppercase;
    }

a:hover .receita .img_destaque {
    transform: scale(1.1);
}

.receita .img_destaque {
    transition: all linear 0.5s;
}
/*ACORDION*/
.pasta-ficheiros {
    margin-bottom: 10px;
}

.pasta-ficheiros-titulo {
    padding: .75rem 15px;
    margin-bottom: 0;
    background-color: #cc2026;
    text-decoration: none;
    color: #fff;
    display: table;
    width: 100%;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
}

    .pasta-ficheiros-titulo span {
        display: table-cell;
        vertical-align: middle;
    }

    .pasta-ficheiros-titulo i {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

    .pasta-ficheiros-titulo[aria-expanded="true"] > i::before {
        content: "\f077";
    }

.ficheiro {
    display: table;
    width: 100%;
    padding: 10px;
    border: 1px solid #f5f5f5;
    background-color: #fdfdfd;
    margin: 5px 0;
    border-radius: 5px;
}

    .ficheiro .left {
        display: table-cell;
        vertical-align: middle;
    }

    .ficheiro .right {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        font-size: 14px;
    }

    .ficheiro p {
        margin: 0;
    }

    .ficheiro .subtitulo {
        font-size: 12px;
        color: #626262;
    }

    .ficheiro a {
        text-decoration: none;
    }

.hidden {
    opacity: 0;
}


/*PESQUISA*/
ul.search-results-box {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.search-path {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

    ul.search-path li {
        float: left;
        padding: 0 5px 0 0;
    }

        ul.search-path li a {
            color: #333333;
            font-size: 14px;
        }

p.results-title {
    margin: 10px 0px;
    float: left;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}

.search-results-box {
    color: #999999;
}

.sub-title-form {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e4;
    padding-bottom: 5px;
    margin-bottom: 1rem;
    background: #F4F4F4;
    font-weight: 400;
    color: #444444;
    padding: 10px;
}

.file a[href$= ".pdf"]::before, .file a[href$= ".PDF"]::before,
.file a[href$= ".doc"]::before, .file a[href$= ".DOC"]::before,
.file a[href$= ".xls"]::before, .file a[href$= ".xlsx"]::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.file a[href$= ".pdf"]::before, .file a[href$= ".PDF"]::before {
    content: "\f1c1";
}

.file a[href$= ".doc"]::before, .file a[href$= ".DOC"]::before {
    content: "\f1c2";
}

.file a[href$= ".xls"]::before, .file a[href$= ".xlsx"]::before {
    content: "\f1c3";
}

.modal-title {
	font-size: 1.275rem;
}