/*GERAIS*/

.section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

    img.embed-responsive-item {
        object-fit: cover;
        height: 100%;
        width: 100%;
        object-position: center;
    }

.ratio img {
    object-fit: cover;
}

.owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
    z-index: 99;
    cursor: grab;
}

.owl-nav button {
    transition: all .5s;
}

.owl-nav .owl-prev:hover i:before {
    content: "\f0a8";
    font-weight: 600;
}

.owl-nav .owl-next:hover i:before {
    content: "\f0a9";
    font-weight: 600;
}

:focus:focus-visible {
    outline: 0;
}
/* MENU */
#header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    /*background: rgb(255 255 255 / 90%);*/
    background: #fff;
}

    #header .navbar-brand {
        background: #fff;
        z-index: 1;
        margin-left: 0;
    }

        #header .navbar-brand img {
            height: 100px;
        }

    #header .navbar-light .navbar-nav {
        text-transform: uppercase;
        font-weight: bold;
    }

        #header .navbar-light .navbar-nav .nav-link {
            color: #2a3c80;
        }

    #header .navbar-toggler {
        border: 0;
    }

        #header .navbar-toggler:focus {
            box-shadow: 0 0 5px 3px rgb(42 60 128 / 20%);
        }
/* END MENU */

/*BANNER*/
.main_slider, .main_slider_area, .main_slider_in {
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.content-banner {
    min-height: 600px;
}

.main_slide {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .main_slide img {
        object-fit: cover;
        position: absolute;
        object-position: center center;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

.detalhe-banner {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 100px;
    margin-top: 150px;
    margin-bottom: 150px;
    color: #ffff;
    position: relative;
}

    .detalhe-banner p:first-child {
        margin-bottom: 3px;
    }

    .detalhe-banner .title-40 {
        font-size: 64px;
        line-height: 66px;
    }

.main_slider .owl-dots {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

.owl-dot span {
    border-radius: 4px;
    transform: rotate(30deg);
}
/*END BANNER*/

/* EMPRESA */
.background-opacity-image {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
/* END EMPRESA */

/* ATIVIDADES */
.lista-actividades .actividade {
    padding: 60px;
    background: #fff;
    /*    box-shadow: inset 5px 0 3px 0px rgb(53 53 53 / 30%);*/
}

    .lista-actividades .actividade .titulo {
        font-size: 22px;
        font-weight: bold;
    }

    .lista-actividades .actividade .descricao {
        font-size: 16px;
        line-height: 22px;
    }

    .lista-actividades .actividade.bg-azul {
        background: linear-gradient(180deg, #1ec1ff, #5d4aff);
    }

    .lista-actividades .actividade img {
        width: 70%;
    }

    .lista-actividades .actividade.bg-azul img {
        filter: brightness(100);
    }

    .lista-actividades .actividade.bg-azul .titulo,
    .lista-actividades .actividade.bg-azul .descricao {
        color: #fff;
    }

    .lista-actividades .actividade .titulo,
    .lista-actividades .actividade .descricao {
        color: #1180db;
    }
/* END ATIVIDADES */

/* PORTFOLIO */
.portfolio-bg {
    background: #231f20;
}

.portfolio {
    position: relative;
    overflow: hidden;
}

    .portfolio .titulo {
        position: absolute;
        bottom: -100%;
        width: 100%;
        background: rgb(0 15 27 / 90%);
        color: #fff;
        padding: 5px 25px;
        opacity: 0;
        transition: all .3s ease;
    }

    .portfolio:hover .titulo {
        opacity: 1;
        bottom: 0;
    }
/* END PORTFOLIO */
/* CONTACTOS */
#formularioDiv, #formCandidatura {
    padding: 65px;
    background: #004680;
}

    #formularioDiv .form-control,
    #formCandidatura .form-control {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        color: #fff;
    }
    #formCandidatura .form-select {
        filter: brightness(100);
    }
    #formCandidatura .form-select option {
        background: #fff;
        color: #000;
    }
    #formularioDiv label,
    #formCandidatura label {
        color: rgb(255 255 255 / 50%);
    }

    #formularioDiv .text-form,
    #formularioDiv .form-check-label,
    #formCandidatura .text-form,
    #formCandidatura .form-check-label {
        font-size: 14px;
        line-height: 18px;
        color: #fff
    }

.conteudo-contactos {
    position: absolute;
    top: 0;
    background: #fff;
    padding: 34px;
    box-shadow: 6px 6px 10px 5px rgb(0 70 128 / 35%);
}

.embed-responsive-map {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9;
    position: relative;
}

    .embed-responsive-map iframe {
        border: 0;
        width: 100%;
        height: calc(100% + 60px);
        margin-top: -60px;
    }
/* END CONTACTOS */

/* EMPREGO */
.titulo-formulario-emprego {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.conteudo-emprego {
    padding: 80px 30px;
}
/* END EMPREGO */

/* FOOTER */
footer {
    background: #313332;
}


    footer .titulo-footer .titulo {
        font-size: 25px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
    }

    footer .titulo-footer .linha {
        width: 50px;
        background: #FFF;
        height: 2px;
        display: inline-flex;
        margin-left: 10px;
    }

    footer .detalhe-footer {
        font-size: 16px;
        line-height: 22px;
    }
        footer .detalhe-footer a {
            color: #fff;
        }

            footer .detalhe-footer a:hover {
                color: #017eba;
            }

.copyright {
    background: #027ea5;
    color: #fff;
}

    .copyright .menu-footer {
        list-style: none;
        display: inline-flex;
    }

        .copyright .menu-footer li {
            margin-right: 10px;
        }

            .copyright .menu-footer li:last-child {
                margin-right: 0;
            }

        .copyright .menu-footer a {
            color: #fff;
        }

            .copyright .menu-footer a:hover {
                text-decoration: underline;
            }
/* END FOOTER */

/* 404 */
.bg-error-404 {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 200px 0 100px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlay {
    background: rgb(255 255 255 / 90%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.texto-404 {
    font-size: 200px;
    line-height: 200px;
}
/* ERRO 404 */

/* COOKIES */

.bg-wgt-cookies {
    position: fixed;
    bottom: 1%;
    right: 0.5%;
    width: 23%;
    background: #004680;
    z-index: 9999;
    padding: 40px;
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    box-shadow: 3px 0px 12px 3px rgb(16 16 16 / 50%);
}

.msg_cookies p:last-child {
    margin-bottom: 0;
}

.msg_cookies a {
    color: #ffffff;
    text-decoration: underline;
}

    .msg_cookies a:hover {
        text-decoration: underline;
    }

.bg-wgt-cookies .popup_total {
    color: #fff;
    text-decoration: underline;
}

    .bg-wgt-cookies .popup_total:hover {
        text-decoration: none;
    }

.jq_cookies_close {
    color: #004680;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
}

    .jq_cookies_close:hover {
        color: #fff;
        background: #017eba;
    }

.bg-wgt-cookies.cookies-hide {
    display: none;
}
/* END COOKIES */

@media (max-width: 1420px) {
    .col-botao-enviar {
        width: 100%;
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .bg-wgt-cookies {
        width: 30%;
    }
}

@media (min-width: 992px) {

    #header .navbar-light .navbar-nav .nav-link {
        padding: 12px 15px;
        margin: 0 4px;
        border: 1px solid transparent;
    }

        #header .navbar-light .navbar-nav .nav-link:hover,
        #header .navbar-light .navbar-nav .active .nav-link {
            border: 1px solid #2a3c80;
        }

    #header .bt {
        position: absolute;
        top: 43px;
        border-top: 1px solid #2a3c80;
        width: 100%;
    }

    #header .bb {
        position: absolute;
        bottom: 43px;
        border-bottom: 1px solid #2a3c80;
        width: 100%;
    }
}

@media (max-width: 992px) {
    #header .navbar-brand img {
        height: 75px;
    }

    #header .navbar-light .navbar-nav .active .nav-link {
        color: #017eba;
    }

    #header .navbar-nav .nav-item {
        border-bottom: 1px solid rgb(0 0 0 / 20%);
    }

    .embed-responsive-map {
        height: 500px;
    }

    .bg-wgt-cookies {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .conteudo-contactos {
        position: absolute;
        bottom: 0;
        top: auto;
        background: #fff;
        padding: 15px;
    }

    .bg-wgt-cookies {
        bottom: 0;
        right: 0;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .detalhe-banner {
        background: rgba(0, 0, 0, 0.6);
        padding: 50px;
    }

        .detalhe-banner .title-40 {
            font-size: 44px;
            line-height: 46px;
        }

    .bg-error-404 .texto-404 {
        font-size: 100px;
        line-height: 100px;
    }
}
