
/* utils */
.mt0 {
    margin-top: 0 !important;
}

.mtl {
    margin-top: 5em;
}

.mbm {
    margin-bottom: 0.938em;
}
/* 15px */
.mbl {
    margin-bottom: 1.875em;
}
/* 30px */


/* rightbox */
.rightBox.header7.active .registerGroup {
    display: none;
}

/* header-utils */
.header-utils {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

    .header-utils .searchBox {
        width: 200px
    }

@supports (display: grid) {
    .header-utils {
        display: grid;
        grid-template-columns: 3fr 1fr;
        grid-gap: 1em;
    }

        .header-utils .searchBox {
            width: auto;
        }
}

.header-utils > .searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    top: 0 !important;
    right: 0 !important;
}

.header-utils > .searchBox input.NormalTextBox {
    color: #b1b1b1;
}

.header-utils > .searchSkinObjectPreview {
    top: calc(100% + 10px) !important;
}

.header-utils > .searchBox {
    background-color: rgba(0,0,0,.2);
}

.roll_activated .header-utils {
    display: none;
}

/* menu */
.menu-utils-box {
    position: absolute;
    color: #fff;
    right: 0;
}

#dnngo_megamenu .dnngo_menuslide {
    top: 60% !important;
}

#dnngo_megamenu > div > ul > li:hover > a > span,
#dnngo_megamenu > div > ul > li.current > a > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span,
#dnngo_megamenu > div > ul > li > a:hover > span > i,
#dnngo_megamenu > div > ul > li.menu_hover > a > span > i,
#dnngo_megamenu > div > ul > li.current > a > span > i {
    color: #e28d25;
}


.roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span {
    color: #fff;
}

.headerBox .nav_box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* footer */
.footer-list,
.footer-address-list,
#footer-links-list {
    list-style: none;
    margin: 0;
    line-height: 1;
}

    .footer-list > li {
        padding: 1em 2em;
        color: #fff;
        border-left: 4px solid #e28d25;
        text-transform: uppercase;
    }

        .footer-list > li + li, .footer-address-list > li + li {
            margin-top: 1em;
        }

    .footer-address-list > li {
        line-height: 1.5;
    }

    .footer-address-list > img {
        max-width: 100%;
    }

.footer-list {
    margin-bottom: 1em;
}

.footer_bottom .footer_bottom_bg {
    background-color: #122e3a !important;
}

.footer_box .footer_bottom {
    padding: 20px 0 !important;
}


.img-resp {
    max-width: 100%;
}

/* hp serviços grid */
.servicos h3, .servicos p {
    line-height: 1;
}

    .servicos h3 a, .servicos p a {
        color: #333;
    }

.servicos a span {
    font-weight: bold;
}

.servicos .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #e28d25;
    margin-left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.servicos .title {
    text-align: center;
    text-transform: uppercase;
    padding-top: .6em;
    margin: 1em 0 1.5em 0;
    position: relative;
}

.servicos .cards {
    display: flex;
}

.servicos .animat-col06 {
    margin: 0px 10px;
}

@supports (display: grid) {
    .servicos .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 1em;
    }

    .servicos .animat-col06 {
        margin: 0px;
        margin-bottom: 25px;
    }
}

.servicos .animat-col06 .box {
    color: #e28d25;
}

.servicos .animat-col06 .btn {
    color: #e28d25;
    font-size: 14px;
}

.servicos .animat-col06 {
    background-color: #fff;
    outline: 1px solid #efefef;
}

/* hp últimas */
.ultimas {
    display: flex;
    justify-content: space-between;
    background-color: #efefef;
}

    .ultimas img {
        display: block;
        max-height: 75vh;
        max-width: 50vw;
    }


@supports (display: grid) {
    .ultimas {
        display: grid;
        grid-gap: 1em;
        grid-template-columns: repeat(auto-fit, minmax(31.250em, 1fr));
    }

        .ultimas img {
            display: inherit;
            max-width: 100%;
            max-height: initial;
        }
}

.ultimas h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 1em 0 1.5em 0;
    line-height: 1;
}

.ultimas h2 {
    color: #e28d25;
    font-size: 1.6em;
    line-height: 1;
}

.ultimas p {
    color: #000;
}

.ultimas .noticias {
    padding: 1em 0 1em 1em;
}

.ultimas .noticia + .noticia {
    padding: 1em 1em 1em 0;
}

.ultimas .noticia + .noticia {
    border-top: 1px solid silver;
}

/* hp slider */
.slider {
    height: 400px;
    background-image: url("http://aps.softfinanca.net/Portals/0/Images/apsImg/bg.jpg?ver=2019-02-25-142545-600");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
}

    .slider .hgroup {
        margin: auto;
        text-align: center;
    }

    .slider h1 {
        font-size: 3em;
        line-height: 1;
    }

    .slider p {
        font-size: 2em;
        line-height: 1;
    }

/* hp destaques */
.academia .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #e28d25;
    margin-left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.academia .title {
    text-align: center;
    text-transform: uppercase;
    padding-top: .6em;
    margin: 1em 0 1.5em 0;
    position: relative;
}

.academia .date, .academia .cat {
    margin: 0;
}

.academia .cat {
    font-weight: bold;
    color: #123a4c;
    text-transform: uppercase;
}

.academia .date {
    color: #000;
    font-weight: 400;
}

.academia .tit {
    color: #e28d25;
    line-height: 1;
    font-size: 1.6em;
    margin: .5em 0 0 0;
}

.academia > .destaque + .destaque {
    margin-top: 2.5em;
}

.academia .destaque {
    padding: 1em;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .academia .destaque {
        min-height: 305px;
    }
}

@media (min-width: 415px) and (max-width: 768px) {
    .academia .destaque {
        min-height: 385px;
    }
}

.academia footer {
    display: flex;
    justify-content: space-between;
}

    .academia footer .btn {
        margin-left: auto;
    }

.academia .btn:hover {
    background-color: #123a4c;
    color: #fff;
}

/* breadcrumb */
.breadcrumb span > span > span:first-of-type {
    text-transform: uppercase;
}

/* cookies */
.cookies-aps {
    background-color: #26344f;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: #fff;
}

    .cookies-aps .cookie {
        padding: 2rem 1rem;
        margin-bottom: 0;
    }

        .cookies-aps .cookie .btn-more {
            font-weight: bold;
            text-decoration: underline;
            margin: 0 1rem;
        }

        .cookies-aps .cookie .btn-ok {
            text-transform: uppercase;
            background-color: transparent;
            border-radius: 5px;
            border: 2px solid #fff;
            color: #fff;
            padding: .5rem 1rem;
            font-weight: bold;
        }

            .cookies-aps .cookie .btn-ok:hover {
                background-color: #fff;
                color: #26344f;
            }

@media (max-width: 414px) {
    .academia .destaque {
        min-height: auto;
    }

    .cookies-aps .cookie {
        display: flex;
        flex-direction: column;
    }

        .cookies-aps .cookie .btn-more {
            margin: 1rem 0;
        }
}

/* forms contactos */
.S001_Theme_Default .SuperForm {
    /*margin-top: 2rem;*/
    font-family: "Raleway", sans-serif !important;
}

.SuperForm .field_row {
    display: flex;
    flex-direction: column;
}

.S001_Theme_Default .fieldtitle {
    text-align: left !important;
}

.S001_Theme_Default .SuperForm .SF_SubHead {
    text-transform: uppercase;
}

.S001_Theme_Default .SuperForm .SuperForm_DropdownList {
    width: 80% !important;
}

.S001_Theme_Default .SuperForm .SF_TextBox {
    width: 50% !important;
}

.S001_Theme_Default .SuperForm textarea.SF_TextBox {
    width: 100% !important;
}

@media (max-width: 768px) {
    .S001_Theme_Default .SuperForm .SuperForm_DropdownList,
    .S001_Theme_Default .SuperForm .SF_TextBox,
    .S001_Theme_Default .SuperForm textarea.SF_TextBox {
        width: 100% !important;
    }
}

.S001_Theme_Default .SuperForm .SF_TextBox,
.S001_Theme_Default .SuperForm_DropdownList {
    background-color: #eaeaea !important;
    border: 0 !important;
    border-radius: 3px !important;
}

.SuperForm .button_list > table {
    margin: 1rem 0 !important;
}

.S001_Theme_Default .SuperForm .SF_Button {
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.S001_Theme_Default .SuperForm a.SF_Button:hover {
    background-color: #e28d25;
}

.S001_Theme_Default .SuperForm .SF_SubmitButton a {
    background-color: #355767;
    color: #fff;
}

.S001_Theme_Default .SuperForm .SF_ResetButton a {
    background-color: #666;
    color: #fff;
}

/* header */
.header_bg {
    background-color: rgba(18, 58, 76, .85);
}

.roll_menu.roll_activated .headerBox > .shade {
    background-color: rgba(18, 58, 76, .85);
}

.footer_bg {
    background-image: linear-gradient(55deg, #214153 20%, #23404f 0, #23404f 50%, #283c47 0);
}

.academia-div-line-separator {
    border-bottom: 1px solid #dbdbdb;
    margin: 20px;
}