
/* ------------ */

body * {
    line-height: 1.4;
}

body {
    background: #00355f;
    background: linear-gradient(90deg,rgba(0, 53, 95, 1) 42%, rgba(2, 121, 177, 1) 58%);
    font-size: 15px;
}

a:visited {
    color: #0279b1;
}

#doc, #doc2, #header {
    background: #f7f7f7;
}
a#logo {
    width: 140px;
}
    a#logo IMG {
        max-width: 100%;
    }



#header {
    margin-left: -100px;
    margin-right: -100px;
}

.highlight-content .secondary div {
    background: none;
}

div#sectionSetWrapper49367.sectionSetWrapper.lazy h2 {
    color:#00355f;
    text-transform: uppercase;
}
.secondary { color: #FFF; }
.highlight-content .secondary a.white-button--blue-bg {
    background: #0279b1;
    color: #FFF;
    border: none;
}
    .highlight-content .secondary a.white-button--blue-bg:HOVER {
        background: #00355f;
        color: #0279b1;
    }

.events .name {
    font-weight: initial;
    line-height: initial;
}
    .events .name A {
        text-decoration: none;
        line-height: 1.1;
    }
.home .newsWrapper .date {
    font-weight: initial;
    font-size: 12px;;
}

#whatsNew52791 {
    margin: 20px 0;
    padding-bottom: 40px;
}

.list-blk .list-item img {
    height: 100px;
}

span.date {
    color: #888;
    font-size: 12px;
    font-weight: initial;
}


.site-alert {
    padding: 0;
    margin: 0;
    background-color: #f5a623;
}
/*.site-alert-message {
    width: initial;
    margin: initial;
    max-width: initial;
    display: initial;
}
    .site-alert .fa-regular { display: none;}
    */
.site-alert P {
    margin: 0 auto;
    font-size: 15px; text-align: center;
}
        .site-alert a {
            padding: 15px 0; display: block;
            color: #FFF;
            text-decoration: none;
        }

main.home section.alt-bg:nth-child(odd), main.home div.alt-bg:nth-child(odd) {
    background-color: #f8f8f8;
}
main.home section.alt-bg:nth-child(even), main.home div.alt-bg:nth-child(even), main.home section.alt-bg:nth-child(odd) .block--panel, main.home div.alt-bg:nth-child(odd) .block--panel, main.home div.alt-bg-emerg {
    background-color: #FFF;
}

.editorial-block--secondary DIV {
    background: #FFF;
    border-color: #0279b1;
    border-radius: 12px;
    
}
    .home .editorial-blocks .block--panel, .editorial-block--secondary DIV DIV {
        overflow: hidden;
    }
    .home .editorial-blocks .block--panel DIV A, .editorial-block--secondary DIV DIV A {
        text-decoration: none;
        font-size: 16px;
        text-align: center;
    }
    .home .editorial-blocks .block--panel DIV P {
        color: #00355f;
    }


    .block--panel .block--panel--title H3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .block--panel .block--panel--title A {
        text-decoration: none;
    }

#whatsNew52791 .block--panel .block--panel--title {
    padding: 20px 0 0 0;
}
#whatsNew52791 .block--panel--title {
    color: #0279b1;
}

    #whatsNew52791 .block--panel .block--panel--title H3 {
        position: absolute;
        /*bottom: 0;*/
        text-align: center;
        width: 100%;
        padding: 0;
        font-weight: normal;
        font-size: 12px;;
        text-transform: uppercase;
    }

    #whatsNew52791 .primary-block .block--panel{
        border: none;
        background: initial;
    }
        /*#whatsNew52791 .primary-block .block--panel .block--panel--title H3 {
            bottom: -10px;
        }*/
        #whatsNew52791 .primary-block .block--panel--title A {
            border: 1px solid #0279b1;
            border-radius: 8px;
            display: inline-block;
            padding: 2px 15px;
            background: none;
            color: #0279b1;
        }
            #whatsNew52791 .primary-block .block--panel--title A:HOVER {
                color: #00355f;
                border-color: #00355f;
            }

    
  blockquote {
    font-style: italic;
    margin: 0 0;
    font-size: 18px;
      &::before {
        content: open-quote;
      }
      &::after {
        content: close-quote;
      }
}




.news-left-container {

}
    .news-left-container P {
        font-size: 14px;
        margin: 0;
    }
    .news-left-container .date {
        display: none;
    }
    

.news-right-container {

}
    .news-right-container .block--panel--title {
        padding: 0;
    }
    .news-right-container .redirect {
        float: left; width: 40%;
    }
    .news-right-container IMG {
        width: 90%;
        max-height: 100%;
    }
    .news-right-container P {
        font-size: 13px;
        margin: 0;
    }
    .news-right-container .date {
        text-align: right;
    }


#leftRail ul li {
    border: none;
}
#leftRail a.topmenulink.isCurrent, #leftRail ul li.isCurrent > a.menulink {
    background-color: #00355f;
}

.post-btn A, .entry P .post-btn A {
    background-color: #00355f;
    color: #FFF;
    font-size: 13px;
    
}
    .post-btn A:hover, .entry P .post-btn A:hover {
        color: #00355f;
        border-color: #FFF;
    }

.conteudopost IMG {
    max-width: 100%;
}

.conteudopost H1 {
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: normal;
}
.conteudopost H2 {
    font-size: 21px;
}

    div.conteudopost-inner > :first-child:is(h2) {
        background-color: red;
        display: none;
    }

.conteudopost H4 {
    font-size: 22px; font-weight: bold;
    margin: 50px 0 20px;
    color: #000;
}
.conteudopost H6 {
    font-size: 18px;
    margin: 30px 0 10px;
    color: #000;
}
.conteudopost P {
    font-size: 14px;
    color: #000;
}


.conteudolist .list-blk H2.list-blk-header {
    padding: 0;
    margin: -10px 0 0px -3px;
    border: none;
    font-size: 15px;
}
.conteudolist .list-blk P {
    font-size: 14px;
    margin-top: 8px;
}

.four-col-footer .policies {
    background: initial;
}
    .four-col-footer .policies P, .four-col-footer .policies UL LI A {
        color: #00355f;
    }
    .four-col-footer .policies P {
        text-align: left;
    }


.blk-one-fourth, .module-one-fourth-width {
    /*width: calc(25% - 15px);*/
    width: calc(33% - 15px);
}


.menu1
{
  /*background: #27ae60;*/
  width: 100%;
  float: left;
font-size: 0.88em;
}
    .menu1 ul
    {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: initial;
    margin: initial;
    z-index: 100;
    }
            .menu1 ul li
            {
            list-style: none;
            padding: 4px;
            position: relative;
            transition: 0.5s;
            display: block;
            border-top: 2px solid #d9d9d5;
            }

            .menu1 ul li a {
            /*color: #fff;*/
            text-decoration: none;
            padding: 5px 10px;

            font-weight: 700;
            color: #444;
            /*border-top: 2px solid #d9d9d5;*/
            }

            .menu1 ul li a:hover
            {
            
            background: #DDD;
            }

            .menu1 ul li ul
            {
            display: none;
            }

            .menu1 ul li ul li
            {
            border-top: initial;
            }

            .menu1 ul li:hover ul
            {
            display: block;
            position: absolute;
            margin-top: 3px;
            background: #3476ac;
            width: 320px;
            padding: 15px 5px;
            box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.5);
            }
            .menu1 ul li:hover ul li {
                margin: 5px 0;
            }
            .menu1 ul li:hover ul li a {
                border: none;
                color: #FFF;
                
            }


    .verticalCarouselGroup.vc_list > li {
        height: 160px;
    }
    .home .events .location {
        max-height: initial;
    }
    .events .name {
        overflow: initial;
        margin-bottom: 5px;
    }
    .home .events .location {
        font-size: 13px;
    }
    .verticalCarouselGroup.vc_list > li {
        padding-top: 5px;
    }

    .bg-primary a, .bg-primary a:visited {
        text-decoration: initial;
    }

    .block--panel, .bg-light {
        background: #f2f2f2;
    }

    /*.list-blk .list-blk-header {
        
    }*/
    .listtitles {
       font-size: 14px;; 
       background: none;
        border: none;
    }
        .listtitles A {
            color: #0279b1 !important;
        }
        .listtitles A:HOVER {
            text-decoration: underline;
        }


/* ----- EVENTS SLIDE ----*/
.gallery {
    margin: 0 auto;
    /*max-width: 800px;*/
    width: 100%;
}

    .section-gallery {
        padding: 20px 0 80px;
    }
        .section-gallery H2 {
            color: #00355f;
            text-transform: uppercase;
            width: 60%; float: left;
        }
        .section-gallery .section-title--link  {
            width: 40%;float: left;
            margin-top: 50px;
            text-align: right;
        }

    .flickity-page-dots { display: none; }

    .gallery-cell-inn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;

        background-color:rgba(255, 255, 255, 0.8);
    }
        .gallery-cell-inn IMG {
            width: 100%;
        }
        .gallery-cell-texts {
            /*padding: 10px;*/
        }
        .gallery-cell-texts H3 {
            font-size: 16px;
            font-weight: normal;
        }
        .gallery-cell-texts H3 A {
            text-decoration: none;
            padding: 10px;
            display: block;
            /*padding: 10px 10px 0 10px;*/
        }


    .header-banner {
        float: left;
        color: #FFF;
        margin: 40px 0 0 80px;
    }
        .header-banner H2 {
            margin: 0 0 10px 0;
            color: #0996cc;
            font-weight: initial;
            font-size: 24px;
        }
        .header-banner P {
            font-size: 14px;
            margin-bottom: 25px;
        }
        .header-banner A {
            padding: 5px 12px;
            font-size: 12px;
            color: #FFF;
            border: 1px solid #0996cc;
            border-radius: 8px;
            text-decoration: none;
        }
    .content .header-banner {
        display: none;
    }

    /* footer icons */
        .footer-icon-header {
            width: 50px;
        }
            .footer-icon-list {
                width: 50px;
            }
        .four-col-footer .top-section .blk-one-fourth .icons {
            margin: 0 3px;
        }
        #footer .four-col-footer hr {
            margin: 0;
        }


    @media only screen and (min-width: 768px) {/* DESKTOP */
        #doc2 {
            padding: 0;
        }
        #header {
            /*background: url('../images/banner-home2.jpg');*/
            margin-left: -183px;
            margin-right: -183px;
            float: left;
            height: initial;
            padding: 50px 30px;
        }
        .content #header {
            margin-bottom: 50px;
        }

        .menu1 ul {
            justify-content: initial;
        }
        .menu1 ul li, .menu1 ol li {
            border: none;
        }
        .menu1 ul li a, .utility-nav .list-plain li a {
            color: #FFF;
            text-transform: uppercase;
            font-weight: initial;
        }
        .utility-nav .list-plain li a {
            font-size: 12px;
        }
        .utility-nav .list-plain li a I {
            color: #FFF;
            margin-right: 2px;
        }

        /*.home .block.block--half:first-child {
            padding: 0 0 20px;
        }*/
            .home .primary-block .block--panel a img {
                width: 80%;
                margin: 0 auto;
            }
            
            #whatsNew52791 .primary-block .block--panel .block--panel--title {
                padding: 20px 0 0;
            }

        /* LIST BOX */
            /*#newsEvents49371 DIV {
                padding-bottom: 20px;
                float: left;
                width: 60%;
            }
                #newsEvents49371 .block-wrapper--2-col > .block:first-child .block--panel--title {
                    width: 100%;
                }
            #newsEvents49371 .block--panel .block--panel--title A {
                text-shadow: #000 1px 0 10px;
                color: #FFF;
            }
            #newsEvents49371 .block--panel { }
            #newsEvents49371 .block--panel .block--panel--title {
                position: absolute;
                bottom: 20px;
            }
            #newsEvents49371 .block--panel .block--panel--title P { display: none; }
            #newsEvents49371 .block--panel .block--panel--title SPAN { display: none; }
            #newsEvents49371 .block--panel IMG {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                transform: scale(1.02);
            }*/


    }

    @media only screen and (max-width: 767px) {/* TABLET */

        #mobile-header {
            z-index: 999;
        }
        body {
            padding: 0;
        }
            body P {
                font-size: 13px !important;
            }
        body > .site-alert {
            margin-top: 0;
        }
        #homepageAlert105604 {
            font-size: 12px;
        }
        body.home #doc #content {
            padding-top: 170px;
        }

        .site-alert a {
            font-size: 12px;
        }


    .header-banner {
        margin: 15px 0 30px 40px;
    }
        .header-banner H2 {
            font-size: 20px;
        }
        .header-banner P {
            font-size: 12px;
        }
        .header-banner A {
            font-size: 10px;
        }


    body #doc .contentWide #contentContainer, body #doc .contentWide .conteudopost {
        margin-top: 50px;
    }

        .four-col-footer .top-section .blk-one-fourth {
            width: 100%;
        }

        .section-gallery .section-title--link {
            margin: 0 0 20px 0;
        }
        .section-gallery H2 {
            width: 100%;
            text-align: center;
        }
        .section-gallery .section-title--link  {
            width: 100%;
            text-align: center;
        }

    main.home ul, main.home ol {
        margin-left: 0;
    }
    .links.btn-style a {
        color: #FFF;
        font-size: 18px;
        color: #0279b1;
        font-size: 18px;
        padding: 10px;
        background: #FFF;
        border-radius: 8px;
        margin: 5px 0;
        display: block;
        text-decoration: none;
        text-align: center;
    }


        .toolbar-tabs {
            /*background: #f7f7f7;*/
            background: #00355f;
        }
            .toolbar-tabs li > a, .toolbar-tabs li a#responsive-menu-button {
                background: #00355f;
                border: none;
                font-size: 0;
            }
            #mobile_nav-toolbar li a i.fa, #mobile_nav-toolbar li a i.fas {
                color: #FFF;
            }

        .toolbar-tabs li > a {
            display: flex;
            flex-direction: column;    /* icon em cima, texto em baixo */
            justify-content: center;   /* centra verticalmente */
            align-items: center;       /* centra horizontalmente */
            text-align: center;
            text-decoration: none;
        }
        .toolbar-tabs li > a i {

        }

        .home .editorial-blocks .block--panel, .editorial-block--secondary DIV DIV {
            border: none;
        }
        #whatsNew52791 .editorial-block .block--panel--title H3 {
            display: none;
        }
        #whatsNew52791 .block--panel .block--panel--title H3 {
            bottom: 0;
        }
        #whatsNew52791 .block--panel .block--panel--title .post-btn A {
            display: none;
        }

        .block--panel {
            border: none;
        }

        /*main.home section.alt-bg:nth-child(even), main.home div.alt-bg:nth-child(even), main.home section.alt-bg:nth-child(odd) .block--panel, main.home div.alt-bg:nth-child(odd) .block--panel, main.home div.alt-bg-emerg*/

        /* TILES MOBILE NEW */
                #whatsNew52791 .block--panel:nth-child(1) {
                    margin: 0;
                    padding: 0;
                    background-color: initial;
                }
                    #whatsNew52791 .block--panel:nth-child(1) .entryhead {
                        width: 30%;
                        float: left;
                        margin-top: 10px;
                    }
                        #whatsNew52791 .block--panel:nth-child(1) .entryhead A {
                            overflow: hidden;
                        }
                            #whatsNew52791 .block--panel:nth-child(1) .entryhead A IMG {
                                width: 200%;
                                max-width: 200%;
                                margin-left: -50%;
                            }
                    #whatsNew52791 .block--panel:nth-child(1) .block--panel--title {
                        width: 70%;
                        float: left;
                    }
                #whatsNew52791 .block--panel:nth-child(n+2){
                    width: 40%; margin: 30px 5% 0;
                    float: left;
                    border: 1px solid #0279b1;
                    border-radius: 16px;
                    overflow: hidden;
                    height: 130px;
                }
                #whatsNew52791 .block--panel:nth-child(n+2) .block--panel--title H3 A {
                    font-size: 12px;
                }
            /* ----------------- */

        .newsWrapper.block .flex-item--right {
            margin: 20px 0 ;
        }

        .list-blk .list-item img {
            height: initial;
        }
        
        .image-List {
            background: none;
            border: none;
        }
        
    }
    @media only screen and (max-width: 480px) {/* MOBILE */
    }
    @media only screen and (max-width: 300px) {/* MINI MINI */
    }

