/*BODY*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

button {
    outline: none;
}

/*NAVBAR - ITEMS*/
.navbar-default {
    z-index: 9997;
    max-height: 100%;
}

    .navbar-default > div:first-child {
        padding: 0px;
        background-color: #ffffff;
    }

    .navbar-default > div:last-child {
        background-color: rgb(245, 245, 245);
        max-height: 40px;
    }

.navbar-logo {
    float: left;
    display: inline-block;
    margin: 10px 0px 10px 2%;
}

    .navbar-logo > a > img {
        width: 180px;
        height: 40px;
    }

@media screen and (max-width: 1100px) {
    .navbar-logo {
        margin: 7px 0px 7px 2%;
    }

        .navbar-logo > a > img {
            width: 162px;
            height: 36px;
        }
}

.navbar-nav {
    width: 70%;
    margin-right: 30px;
}

    .navbar-nav > li {
        float: right;
        margin: 17.5px 4%;
    }

        .navbar-nav > li > img {
            width: 25px;
            margin-right: 10px;
        }

        .navbar-nav > li:first-child {
            height: 40px;
            margin: 10px 0px 10px 4%;
        }

        .navbar-nav > li:last-child {
            margin: 17.5px 4% 17.5px 0px;
        }

.searchinput2 {
    top: 8px;
    right: 6px;
    width: 25px;
    border: 0px;
    margin-right: 0px;
    position: absolute;
    background-color: transparent;
}

.searchinput1 {
    width: 150px;
    height: 38px;
    border: none;
    margin: 1px 0px;
    padding: 5px 36px 5px 20px;
    background-color: rgb(245, 245, 245);
}

.navbar-nav > li:first-child > div {
    display: none;
}

    .navbar-nav > li:first-child > div > img:first-child {
        width: 30px;
        opacity: 0;
        position: absolute;
    }

    .navbar-nav > li:first-child > div > img:last-child {
        width: 30px;
    }

@media screen and (max-width: 1100px) {
    #sidenav > ul {
        display: none;
    }

    .navbar-toggle {
        display: inline-block;
        padding: 7px 5px;
        border: none;
        margin: 0.5px 0px 0px 0px;
    }

        .navbar-toggle > img {
            width: 45px;
        }
}

.navbar-toggle:focus, .navbar-toggle:hover {
    background-color: transparent !important;
}

/*NAVBAR - SUBMENU*/
.submenu {
    float: right;
    margin: 0px;
    padding: 0px;
    margin-right: 1%;
}

    .submenu > li {
        display: inline-block;
        padding: 11px 15px;
        height: 40px;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
    }

        .submenu > li:first-child {
            margin-left: 0px;
        }

        .submenu > li:last-child {
            margin-right: 0px;
        }

        .submenu > li > a {
            text-decoration: none;
        }

        .submenu > li > ul {
            top: 100px;
            display: none;
            padding: 15px;
            margin-left: -15px;
            position: absolute;
            list-style-type: none;
            background-color: white;
        }

            .submenu > li > ul > a {
                text-decoration: none;
            }

                .submenu > li > ul > a > li {
                    color: darkslategrey;
                    padding: 15px 10px;
                }

#openmenubtn {
    display: none;
}

@media screen and (min-width: 1101px) {
    #openmenubtn {
        display: inline-block;
        border: none;
        padding: 0px;
        outline: none;
        height: 45px;
    }

        #openmenubtn > img {
            width: 40px;
        }
}

/*CMS HOLDER*/
.CMS_holder {
    padding: 0px;
    background: linear-gradient(rgb(232, 236, 237), white);
}

/*CAROUSEL*/
.slider {
    padding: 0px;
}

.carousel-inner > .item > img {
    max-width: unset;
}

.slider_text {
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 15%;
    right: 15%;
    color: white;
    font-size: 21px;
}

    .slider_text > span {
        font-weight: bold;
        font-size: 30px;
    }

.slider_tabs {
    right: 5%;
    top: 70px;
    position: absolute;
}

@media screen and (max-width: 1100px) {
    .slider_tabs {
        display: none;
    }
}

.slider_tabs > a {
    text-decoration: none;
}

    .slider_tabs > a > div {
        overflow: auto;
        margin-bottom: 10px;
        background-color: white;
        border-radius: 25px 50px 50px 25px;
    }

    .slider_tabs > a:last-child > div {
        margin-bottom: 0px;
    }

    .slider_tabs > a > div > p {
        margin: 12px 0px;
        text-transform: uppercase;
        color: darkslategrey;
        display: inline-block;
        height: 30px;
        width: 110px;
    }

    .slider_tabs > a > div > img:first-of-type {
        width: 12px;
        margin-top: -20px;
        margin-left: 15px;
        margin-right: 10px;
    }

    .slider_tabs > a > div > img:last-of-type {
        width: 65px;
        float: right;
        margin-left: 20px;
    }

/*PRODUTOS*/
.produtos {
    padding: 0px;
    text-align: center
}

    .produtos > div {
        padding: 0px;
        width: 32%;
        display: inline-block;
    }

@media screen and (max-width: 500px) {
    .produtos > div {
        width: 100%;
        display: block;
    }
}

.produtos > div > a > img {
    width: 100%;
}

/*NOTICIAS*/
.noticias {
    padding: 80px 0px 40px 0px;
    text-align: center;
    background-color: rgb(245, 245, 245);
}

.noticia {
    padding: 0px;
    width: calc(100% - 10px);
    max-width: 333px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0px 5px;
}

    /*@media screen and (max-width: 768px) {
    .noticia {
        width: 90%;
        display: block;
    }
}*/
    .noticia > a {
        text-decoration: none;
    }

        .noticia > a > img {
            width: 100%;
        }

        .noticia > a > span {
            font-size: 18px;
            margin-top: 10px;
            font-weight: 600;
            padding: 0px 10px;
            display: inline-block;
        }

        .noticia > a > p {
            color: darkslategrey;
            font-size: 14px;
            padding: 10px 10px 0px 10px;
        }

.showmore {
    padding: 0px;
    width: 100%;
    margin-top: 20px;
    max-width: 999px;
}

    .showmore > div {
        width: 35%;
        height: 1px;
        display: inline-block;
        background-color: lightgrey;
    }

    .showmore > a > button {
        height: 45px;
        width: 250px;
        border-radius: 5px;
        border-style: solid;
        border-color: lightgrey;
        background-color: transparent;
    }

@media screen and (max-width: 900px) {
    .showmore {
        margin-top: 0px;
        margin-bottom: 15px;
    }

        .showmore > div {
            display: none;
        }

        .showmore > button {
            width: unset;
            padding: 0px 10px;
        }
}

/*CATALOGO - CONTROLOS*/
.controlos {
    width: 65%;
    padding: 0px;
    margin-top: 50px;
}

    .controlos > div:last-child {
        float: right;
        display: inline-block;
    }

    .controlos > div:first-child {
        float: left;
        display: inline-block;
    }

        .controlos > div:first-child > h1 {
            margin: 0px;
            font-size: 34px;
            font-weight: 900;
            color: rgb(0, 55, 101);
            text-transform: uppercase;
        }

    .controlos > div:last-child > button {
        margin: 6px;
        border: 0px;
        height: 36px;
        font-size: 12px;
        padding: 0px 8px;
        color: rgb(0, 55, 101);
        text-transform: uppercase;
        background-color: transparent;
    }

        .controlos > div:last-child > button:last-child {
            background-color: white;
        }

        .controlos > div:last-child > button > img {
            width: 25px;
        }

@media screen and (max-width: 850px) {
    .controlos {
        width: unset !important;
        padding: 0px 10px !important;
        margin-top: 50px;
    }

        .controlos > div {
            float: none !important;
            display: block !important;
            text-align: center;
        }
}

/*ACORDOS*/
.acordos_grid {
    width: 80%;
    padding: 0px;
    display: none;
    margin: 50px auto;
    text-align: center;
}

    .acordos_grid > div {
        margin: 5px;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }

        .acordos_grid > div > img {
            width: auto;
        }

        .acordos_grid > div > div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }

@media screen and (max-width: 1440px) {
    .acordos_grid > div {
        width: 32%;
    }

        .acordos_grid > div > img {
            width: 100%;
        }
}

@media screen and (max-width: 768px) {
    .acordos_grid > div {
        display: block;
        margin: 5px auto;
        width: 60%;
    }

        .acordos_grid > div > img {
            width: 100%;
        }
}

@media screen and (max-width: 500px) {
    .acordos_grid > div {
        display: block;
        margin: 5px auto;
        width: 90%;
    }

        .acordos_grid > div > img {
            width: 100%;
        }
}

.acordos_list {
    width: 80%;
    padding: 0px;
    display: none;
    margin: 50px auto;
}

    .acordos_list > div {
        margin: 5px;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
        background-color: rgb(245, 245, 245);
    }

        .acordos_list > div > img {
            width: 120px;
        }

        .acordos_list > div > p {
            margin: 0px 0px 0px 3%;
            display: inline-block;
        }

        .acordos_list > div > div {
            top: 0px;
            width: 100%;
            height: 100%;
            display: none;
            text-align: right;
            position: absolute;
        }

            .acordos_list > div > div > div:first-child {
                top: 32.5%;
                color: white;
                margin: 0px 1%;
                padding: 0px 15px;
                position: relative;
                display: inline-block;
                background-color: black;
            }

            .acordos_list > div > div > div:last-child {
                top: 32.5%;
                color: white;
                margin-right: 2%;
                padding: 0px 15px;
                position: relative;
                display: inline-block;
                background-color: rgb(0, 119, 173);
            }

            .acordos_list > div > div > div > img {
                width: 30px;
            }

.acordo_window {
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

    .acordo_window > div {
        top: 10%;
        left: 100%;
        width: 80%;
        height: 80%;
        z-index: 9999;
        position: fixed;
        overflow-y: scroll;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
    }

        .acordo_window > div > button {
            border: 0px;
            padding: 0px;
            margin: 2%;
            text-transform: uppercase;
            background-color: transparent;
            position: absolute;
            right: 0;
        }

            .acordo_window > div > button > img {
                width: 30px;
            }

            .acordo_window > div > button > span {
                vertical-align: middle;
                color: rgb(0, 119, 173);
            }

        .acordo_window > div > div {
            padding: 15px;
        }

        .acordo_window > div > .acordo_window_1 > div:first-child {
            width: 50%;
            float: left;
            display: inline-block;
        }

            .acordo_window > div > .acordo_window_1 > div:first-child > img {
                max-width: 300px;
                width: 100%;
            }

        /*.acordo_window > div > .acordo_window_1 > div:last-child {
    width: 55%;
    color: grey;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0px 15px 5%;
    border-left: 1px solid lightgrey;
}*/

        .acordo_window > div > .acordo_window_2 > div:first-child {
            width: 35%;
            float: left;
            color: darkslategrey;
            margin-left: 3%;
            display: inline-block;
        }

        .acordo_window > div > .acordo_window_2 > div:last-child {
            width: 50%;
            color: darkslategrey;
            margin-left: 5%;
            display: inline-block;
        }

.acordo_window_3 {
    width: 50%;
    float: right;
    margin-top: 60px;
    max-height: 500px;
    text-transform: uppercase;
}

.acordo_window > div > .acordo_window_3 > div:first-child {
    font-size: 20px;
    font-weight: 900;
    color: rgb(0, 55, 101);
}

.acordo_window > div > .acordo_window_3 > div:last-child {
}

@media screen and (max-width: 900px) {
    .acordo_window > div > .acordo_window_1 > div:first-child {
        width: 100%;
        float: none;
        display: block;
    }

    .acordo_window_3 {
        width: 100%;
        float: none;
        margin-top: 60px;
        max-height: 500px;
        text-transform: uppercase;
    }
}

/*ANALISES ESPECIAIS*/
.analises_grid {
    width: 80%;
    padding: 0px;
    margin: 50px auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .analises_grid > div {
        width: 30%;
        padding: 5px;
        vertical-align: top;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .analises_grid > div {
        width: 50%;
        padding: 5px;
        vertical-align: top;
        display: inline-block;
    }
}

@media screen and (max-width: 500px) {
    .analises_grid > div {
        width: 90%;
        padding: 5px;
        vertical-align: top;
        display: inline-block;
    }
}

.analises_grid > div > a > div {
    width: 100%;
    margin: 5px;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    display: inline-block;
    background-color: white;
    display: none;
}

.analises_grid > div > div > a > img {
    width: 100%;
}

.analises_grid > div > div > a > div:first-of-type {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: left;
}

    .analises_grid > div > div > a > div:first-of-type > span {
        display: block;
        font-size: 22px;
        margin-bottom: 10px;
        word-break: break-word;
    }

    .analises_grid > div > div > a > div:first-of-type > p:last-of-type {
        color: darkslategrey;
        word-break: break-word;
    }

    .analises_grid > div > div > a > div:first-of-type > p:first-of-type {
        font-size: 16px;
        word-break: break-word;
        color: rgb(0, 55, 101);
    }

.analises_grid > div > div > a > div:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.analises_list {
    width: 80%;
    padding: 0px;
    display: none;
    margin: 50px auto;
}

    .analises_list > a > div {
        margin: 5px;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
        background-color: rgb(245, 245, 245);
    }

        .analises_list > a > div > img {
            width: 120px;
        }

        .analises_list > a > div > div {
            margin-left: 15px;
            display: inline-block;
        }

            .analises_list > a > div > div > span {
                font-size: 22px;
            }

            .analises_list > a > div > div > p {
                display: none;
            }

.analises_window {
    width: 100%;
    display: none;
    margin-top: -100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

    .analises_window > img {
        opacity: 0;
        width: 250px;
        margin: 50px auto 40px 15%;
    }

    .analises_window > p {
        opacity: 0;
        width: 42%;
        font-size: 24px;
        margin-left: 15%;
        color: forestgreen;
    }

    .analises_window > div {
        width: 80%;
        opacity: 0;
        margin: 50px auto;
        border-radius: 5px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
    }

        .analises_window > div > .analise_window_b1 {
            width: 44%;
            text-align: left;
            vertical-align: top;
            display: inline-block;
        }

            .analises_window > div > .analise_window_b1 > h1 {
                display: block;
                font-size: 40px;
                font-weight: 900;
                margin: 60px 0px 20px 0px;
                color: rgb(0, 55, 101);
            }

            .analises_window > div > .analise_window_b1 > p {
                margin: 0px;
                width: 90%;
                font-size: 16px;
                font-weight: 600;
                color: rgb(0, 119, 173);
            }

        .analises_window > div > .analise_window_b2 {
            width: 44%;
            text-align: right;
            vertical-align: top;
            display: inline-block;
        }

            .analises_window > div > .analise_window_b2 > a {
                border: 0px;
                padding: 0px;
                margin: 20px 10px;
                display: inline-block;
                text-decoration: none;
                text-transform: uppercase;
                background-color: transparent;
            }

                .analises_window > div > .analise_window_b2 > a > img {
                    width: 30px;
                }

                .analises_window > div > .analise_window_b2 > a > span {
                    vertical-align: middle;
                    color: rgb(0, 119, 173);
                }

            .analises_window > div > .analise_window_b2 > div {
                width: 100%;
            }

                .analises_window > div > .analise_window_b2 > div > button {
                    width: 60%;
                    text-align: left;
                    padding: 5px 15px;
                    position: relative;
                    margin-bottom: 20px;
                    border-style: solid;
                    color: rgb(0, 42, 87);
                    background-color: white;
                    text-transform: uppercase;
                    border-width: 0px 0px 2px 2px;
                }

                    .analises_window > div > .analise_window_b2 > div > button > img:first-of-type {
                        width: 30px;
                        margin-right: 15px;
                    }

                    .analises_window > div > .analise_window_b2 > div > button:last-of-type > img:last-of-type {
                        width: 20px;
                        float: right;
                        margin-top: 5px;
                    }

        .analises_window > div > .analise_window_b3 {
            width: 100%;
            text-align: center;
        }

            .analises_window > div > .analise_window_b3 > ul {
                width: 96%;
                text-align: left;
                margin: 50px auto 0px;
                padding: 0px 15px;
                list-style-type: none;
                background-color: rgb(240, 240, 240);
            }

                .analises_window > div > .analise_window_b3 > ul > li {
                    padding: 15px;
                    cursor: pointer;
                    color: rgb(0, 42, 87);
                    display: inline-block;
                    text-transform: uppercase;
                }

            .analises_window > div > .analise_window_b3 > div {
                width: 85%;
                display: none;
                text-align: left;
                margin: 50px auto;
                color: rgb(80, 80, 80);
            }

.ulitem_active {
    color: white !important;
    background-color: rgb(0, 126, 176);
}

/*LABORATORIOS*/
.maplab {
    width: 100%;
    height: 85%;
    padding: 0px;
    position: relative;
}

    .maplab > div:first-of-type {
        width: 100%;
        height: 100%;
        background-color: deepskyblue;
    }

    .maplab > div:last-of-type {
        top: 10%;
        left: 5%;
        position: absolute;
        background-color: rgb(240, 240, 240);
        border: 1px solid darkgrey;
        opacity: 0.95;
    }

        .maplab > div:last-of-type > div > div {
            padding: 15px;
        }

        .maplab > div:last-of-type > div:first-of-type {
            padding: 10px;
        }

            .maplab > div:last-of-type > div:first-of-type > img:first-of-type {
                width: 20px;
                margin-right: 15px;
            }

            .maplab > div:last-of-type > div:first-of-type > span {
                font-weight: 600;
                display: inline-block;
                vertical-align: middle;
                color: rgb(0, 42, 100);
                text-transform: uppercase;
                margin-right: 15px;
            }

            .maplab > div:last-of-type > div:first-of-type > img:last-of-type {
                width: 10px;
                float: right;
                margin-top: 7px;
                cursor: pointer;
            }

        .maplab > div:last-of-type > div:last-of-type {
            display: none;
        }

.listlab {
    padding: 50px 10%;
    text-align: center;
    background: linear-gradient(lightgrey, white);
}

    .listlab > div {
        max-width: 300px;
        width: 100%;
        color: darkslategrey;
        text-align: left;
        margin: 0px 5px 10px;
        display: inline-block;
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        vertical-align: top;
        position: relative;
    }

        .listlab > div > p {
            font-weight: 600;
            color: rgb(0, 126, 176);
            font-size: 16px;
        }

        .listlab > div > img {
            width: 20px;
            vertical-align: top;
            margin-right: 5px;
            height: 20px;
        }

        .listlab > div > div {
            display: inline-block;
        }

.detlab {
    text-align: center;
    position: absolute;
    top: 150px;
    right: 50px;
}

    .detlab > div {
        max-width: 300px;
        width: 100%;
        color: darkslategrey;
        text-align: left;
        margin: 0px 5px 10px;
        display: inline-block;
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        vertical-align: top;
        position: relative;
    }

        .detlab > div > h1 {
            font-weight: 600;
            color: rgb(0, 126, 176);
            font-size: 16px;
        }

        .detlab > div > img {
            width: 20px;
            vertical-align: top;
            margin-right: 5px;
            height: 20px;
        }

        .detlab > div > div {
            display: inline-block;
        }


#laboratoires1 {
    z-index: 9999;
}

#btn-Laboratoires {
    background-color: rgb(230, 230, 230);
    color: rgb(0, 55, 101);
    border: none;
    margin-top: 15px;
    margin-right: 5px;
    width: 42%;
    height: 40px;
    padding: 5px 10px 5px;
}

    #btn-Laboratoires > img {
        width: 30px;
    }

#btn-VerNoMapa {
    background-color: rgb(0, 119, 173);
    color: white;
    border: none;
    margin-top: 15px;
    width: 55%;
    height: 40px;
    vertical-align: top;
}

    #btn-VerNoMapa > img {
        width: 30px;
    }

#btn-VerDetalhe {
    background-color: rgb(0, 119, 173);
    color: white;
    border: none;
    margin-top: 15px;
    width: 60%;
    height: 40px;
    vertical-align: top;
    padding: 1px 6px;
    overflow: visible;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

    #btn-VerDetalhe > img {
        width: 30px;
    }


.lab_vermais_div {
    z-index: 10;
    width: 100%;
    display: none;
    padding: 20px !important;
    margin-left: -20px;
    position: absolute;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    border-bottom-style: solid;
    border-width: 0px 0.5px 0.5px;
}

/*NOTICIAS*/
.noticias_grid {
    width: 80%;
    padding: 0px;
    display: none;
    margin: 50px auto;
    text-align: center;
}

    .noticias_grid > a {
        width: 30%;
        margin: 5px;
        border-radius: 5px;
        display: inline-block;
        background-color: white;
        position: relative;
        vertical-align: top;
        cursor: pointer;
        text-decoration: none;
    }

        .noticias_grid > a > img {
            width: 100%;
        }

        .noticias_grid > a > div:first-of-type {
            height: 140px;
            text-align: left;
            padding: 20px 15px;
        }

            .noticias_grid > a > div:first-of-type > span {
                font-size: 18px;
            }

            .noticias_grid > a > div:first-of-type > p {
                color: darkslategrey;
            }

        .noticias_grid > a > div:last-child {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: none;
        }

.noticias_list {
    width: 80%;
    padding: 0px;
    display: none;
    margin: 50px auto;
}

    .noticias_list > div {
        margin: 5px;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
        background-color: white;
        text-decoration: none;
    }

        .noticias_list > div > a {
            text-decoration: none;
        }

            .noticias_list > div > a > img {
                width: 180px;
            }

.noticias_list_text > p:first-of-type {
    font-size: 18px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.noticias_list_text > p:last-of-type {
    margin-left: 18px;
}

.noticias_list_text > p {
    margin: 0px;
}

.noticias_list_text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 180px);
}

@media screen and (max-width: 900px) {
    .noticias_list_text {
        width: 100%;
        display: block;
        padding: 10px 10px 10px 0px;
    }
}

@media screen and (max-width: 500px) {
    .noticias_list > div > img {
        width: 100%;
    }
}

.noticias_window {
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

    .noticias_window > div {
        top: 10%;
        left: 100%;
        width: 80%;
        height: 80%;
        z-index: 9999;
        position: fixed;
        text-align: center;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        padding-bottom: 50px;
    }

        .noticias_window > div > div {
            height: 85%;
            margin: 40px 0;
            padding: 0 20px;
            margin-top: 2%;
            vertical-align: top;
            display: inline-block;
        }

            .noticias_window > div > div:first-of-type {
                width: 35%;
                float: left;
                text-align: left;
                margin: 80px 0 0 0;
                overflow: hidden;
            }

            .noticias_window > div > div:last-of-type {
                width: 64%;
                text-align: left;
                overflow-y: auto;
                word-break: break-word;
                margin-top: 0px;
            }


#acordo_desc > p > img { /*resize imagem nas noticias*/
    width: 100%;
    cursor: pointer;
}

#noticia_desc {
    margin-top: 50px;
}

    #noticia_desc > p > img { /*resize imagem nas noticias*/
        width: 100%;
        cursor: pointer;
    }

#noticia_image { /*resize imagem nas noticias*/
    width: 100%;
    cursor: pointer;
}

.noticias_window > div > div:last-of-type > span {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.noticias_window > div > div:last-of-type > p {
    color: darkslategrey;
    font-size: 24px;
}

.noticias_window > div > button {
    border: 0px;
    padding: 0px;
    float: right;
    margin: 2%;
    text-transform: uppercase;
    background-color: transparent;
}

    .noticias_window > div > button > img {
        width: 30px;
    }

    .noticias_window > div > button > span {
        vertical-align: middle;
        color: rgb(0, 119, 173);
    }

@media screen and (max-width: 640px) {
    .noticias_grid > a {
        width: 100%;
    }

        .noticias_grid > a > div:first-of-type {
            height: unset;
        }

    .noticias_window > div {
        overflow-y: scroll;
    }

        .noticias_window > div > div {
            width: 100% !important;
            float: none !important;
            height: auto !important;
            display: block !important;
        }

            .noticias_window > div > div:first-of-type {
                margin-top: 30px;
            }

            .noticias_window > div > div:last-of-type {
                overflow-y: hidden;
            }

        .noticias_window > div > button {
            position: relative;
            margin-right: 5%;
        }

            .noticias_window > div > button > span {
                display: none;
            }

    .dropdownBtnShareN {
        width: 150px;
        margin-left: -50px;
        top:0px;
    }
}

/*RECRUTAMENTO*/
.recrutamento {
    padding: 80px 17%;
}

.recrutamento_topimg {
    width: 100%;
}

.recrutamento_div1 {
    font-size: 0px;
    padding: 80px 10% 0px;
    background-size: cover;
    background-image: url('/Pics/recruta-topBG.jpg');
}

.recrutamento_tabdiv {
    font-size: 15px;
    padding: 10px calc(10% + 20px) 10px 20px;
    display: inline-block;
}

.recrutamento_h1 {
    margin: 0px;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 45px;
    color: rgb(0, 55, 101);
    text-transform: uppercase;
}

.recrutamento_p1 {
    color: red;
    display: inline-block;
    border-bottom: 0.5px solid lightgrey;
}

.recrutamento_p2 {
}

@media screen and (max-width: 500px) {
    .recrutamento {
        padding: 80px 20px;
    }
}

/*CANDIDATURA*/
.candidatura {
    font-size: 0px;
    padding: 80px 17%;
}

.candidatura_topimg {
    width: 100%;
}

.candidatura_h1 {
    margin: 0px;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 45px;
    color: rgb(0, 55, 101);
    text-transform: uppercase;
}

.candidatura_div {
    width: 50%;
    font-size: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.candidatura_div2 {
    width: 50%;
    font-size: 15px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.candidatura_span {
    display: block;
    margin-bottom: 10px;
}

.candidatura_input {
    width: 90%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    height: 28px;
}

.candidatura_select {
    width: 90%;
    height: 28px;
    padding: 1px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.candidatura_p {
}

.candidatura_p2 {
    margin-left: 5px;
    margin-bottom: 0px;
    display: inline-block;
}

.candidatura_button {
    border: 0px;
    height: 35px;
    color: white;
    padding: 1px 15px;
    vertical-align: top;
    border-radius: 5px;
    background-color: rgb(0, 126, 176);
}

@media screen and (max-width: 640px) {
    .candidatura {
        padding: 80px 20px;
    }

    .candidatura_div, .candidatura_div2 {
        width: 100%;
    }
}

/*SERVICES*/
.services_div1 {
    font-size: 0px;
    padding: 80px 10% 0px;
    background-size: cover;
    background-image: url('/Pics/services_topBG.jpg');
}

.services_h1 {
    margin: 0px;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 45px;
    color: rgb(0, 55, 101);
    text-transform: uppercase;
}

.services_h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 45px;
    color: rgb(0, 55, 101);
    text-transform: uppercase;
}

.services_p {
    font-size: 15px;
}

.services_p1 {
    width: 60%;
    font-size: 15px;
    margin-bottom: 30px;
}

.services_p2 {
    font-size: 15px;
    margin: 40px 0px 0px;
}

.services_tabdiv {
    font-size: 15px;
    padding: 10px calc(10% + 20px) 10px 20px;
    display: inline-block;
    color: rgb(0, 126, 176);
    background-color: #e6e6e6;
}

.services_div2 {
    font-size: 0px;
    padding: 50px 12%;
    background-color: #e6e6e6;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/Pics/services_BG01.jpg');
}

.services_subdiv1_left {
    width: 49%;
    padding: 40px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    margin: 0px 1% 2% 0px;
    background-color: rgba(255, 255, 255, 0.8);
}

.services_subdiv1_right {
    width: 49%;
    padding: 40px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    margin: 0px 0px 2% 1%;
    background-color: rgba(255, 255, 255, 0.8);
}

.services_subdiv1_img {
    width: 100px;
    margin-right: 15px;
}

.services_subdiv1_spanA {
    font-size: 24px;
    font-weight: bold;
}

.services_subdiv1_spanB {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .services_subdiv1_left, .services_subdiv1_right {
        width: 100%;
        margin: 0px 0px 10px;
    }
}

.services_div3 {
    font-size: 0px;
    padding: 0px 10% 50px;
    background-color: #e6e6e6;
}

.services_p3 {
    margin-left: 3%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}

.services_subdiv2 {
    width: 24%;
    margin-right: 1%;
    padding: 20px 15px;
    vertical-align: top;
    display: inline-block;
    background-color: rgb(245, 245, 245);
}

.services_subdiv2_ul {
    padding-left: 22px;
    margin-bottom: 0px;
}

    .services_subdiv2_ul > li {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        color: rgb(0, 126, 176);
    }

        .services_subdiv2_ul > li > span {
            font-size: 15px;
            font-weight: bold;
            color: #333;
        }

@media screen and (max-width: 820px) {
    .services_subdiv2 {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 640px) {
    .services_subdiv2 {
        width: 100%;
        margin: 0px 0px 10px;
    }
}

.services_div4 {
    font-size: 0px;
}

.services_subdiv3A {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding: 5% 0% 5% 5%;
}

.services_subdiv3B {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    overflow: hidden;
}

.services_h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 45px;
    color: rgb(0, 55, 101);
    text-transform: uppercase;
}

.services_p4 {
    font-size: 15px;
    font-weight: bold;
}

.services_p5 {
    font-size: 15px;
}

.services_subdiv3B_img {
    height: 100%;
}

@media screen and (max-width: 945px) {
    .services_div4 > div {
        display: block;
        width: 100%;
    }

    .services_subdiv3A {
        padding: calc(5% + 20px) 5% calc(5% + 20px) 5%;
    }

    .services_subdiv3B {
        overflow: hidden;
    }

    .services_subdiv3B_img {
        width: 100%;
        height: unset;
    }
}

.services_div5 {
    font-size: 0px;
    background-color: #e6e6e6;
    padding: 60px 10%;
}

.services_subdiv4_txtholder {
    display: inline-block;
    width: 80%;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20%;
}

.services_subdiv4A {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
}

.services_subdiv4B {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.services_subdiv4_img {
    width: 90px;
    vertical-align: top;
}

.services_subdiv4_span {
    font-size: 20px;
    font-weight: bold;
}

.services_p6 {
    display: inline-block;
    font-size: 15px;
}

@media screen and (max-width: 400px) {
    .services_div5 > div {
        width: 100%;
        display: block;
    }

    .services_subdiv4A, .services_subdiv4B {
        margin-bottom: 40px;
    }

    .services_subdiv4_txtholder {
        width: 100%;
        display: block;
        padding: 0px;
        margin-top: 20px;
    }
}

.services_div6 {
    font-size: 0px;
    background-color: rgb(190, 218, 235);
    padding: 30px 5%;
}

.services_subdiv5 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px;
}

.services_subdiv5_span {
    font-size: 20px;
    font-weight: bold;
    width: 70%;
    display: inline-block;
    margin-top: 20px;
    padding-left: 20px;
}

.services_p7 {
    display: inline-block;
    font-size: 15px;
    padding: 0px 20px;
    margin-top: 20px;
}

.services_subdiv6 {
    border-radius: 5px;
    margin-top: 30px;
    padding: 20px 30px;
    background-color: #e6e6e6;
}

.services_p8 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: darkslategrey;
}

.services_subdiv6_ul {
    padding-left: 22px;
    margin-bottom: 0px;
}

    .services_subdiv6_ul > li {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        color: rgb(0, 126, 176);
    }

        .services_subdiv6_ul > li > span {
            font-size: 15px;
            color: darkslategrey;
        }

@media screen and (max-width: 500px) {
    .services_subdiv5 {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .services_subdiv6 > div {
        width: 100%;
        display: block;
    }

        .services_subdiv6 > div:first-of-type {
            margin-bottom: 20px;
        }

            .services_subdiv6 > div:first-of-type > div {
                display: block;
                width: 100%;
            }
}

.services_div7 {
    font-size: 0px;
    background-color: rgb(0, 55, 101);
}

@media screen and (max-width: 945px) {
    .services_div7 > div {
        display: block;
        width: 100%;
    }
}

.services_div8 {
    font-size: 0px;
    background-color: rgb(230, 241, 247);
}

.services_subdiv7 {
    padding: 40px 10%;
}

.services_subdiv7_badge {
    display: inline-block;
    width: calc(33% - 40px);
    background-color: white;
    margin: 0px 20px;
    padding: 20px;
    vertical-align: top;
}

.services_subdiv7_img {
    width: 150px;
    display: block;
    margin: 0px auto;
}

.services_subdiv7_p1 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.services_subdiv7_p2 {
    font-size: 15px;
    text-align: left;
}

.services_subdiv8_img {
    width: 100%;
    display: block;
    margin: 0px auto;
    max-width: 1000px;
    max-height: 1800px;
}

@media screen and (max-width: 930px) {
    .services_subdiv7_badge {
        display: block;
        width: unset;
        margin: 20px 0px;
    }

    .services_subdiv7_img {
        margin-bottom: 10px;
    }
}

/*ABOUT US*/
.aboutus_div1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Pics/quemsomos_BG01.jpg');
}

.aboutus_subdiv1 {
    width: 50%;
    padding: 50px 50px 50px calc(4% + 50px);
}

.aboutus_div2 {
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
    background-image: url('/Pics/quemsomos_BG02.jpg');
}

.aboutus_subdiv2 {
    width: 50%;
    margin-left: auto;
    padding: 50px calc(4% + 50px) 50px 50px;
}

.aboutus_div3 {
    font-size: 0px;
    padding: 50px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url('/Pics/quemsomos_BG03.jpg');
}

.aboutus_subdiv3 {
    width: calc(50% - 20px);
    margin-right: 20px;
    display: inline-block;
    padding-right: 5%;
}

.aboutus_subdiv4 {
    width: calc(50% - 20px);
    padding: 20px;
    font-size: 0px;
    margin-left: 20px;
    display: inline-block;
    background-color: white;
}

.aboutus_subdiv4A {
    width: 50%;
    padding-left: 5%;
    display: inline-block;
}

    .aboutus_subdiv4A > p {
        font-size: 15px;
        margin: 10px 0px;
    }

    .aboutus_subdiv4A > span {
        font-size: 36px;
        font-weight: bold;
    }

.aboutus_subdiv4B {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5%;
}

    .aboutus_subdiv4B > img {
        width: 80%;
        min-width: 100px;
        max-width: 220px;
        display: block;
        margin: 0px auto;
    }

.aboutus_subdiv5 {
    font-size: 0px;
}

.aboutus_subdiv5A {
    width: 30%;
    display: inline-block;
    vertical-align: bottom;
}

    .aboutus_subdiv5A > img {
        width: 100%;
        margin-top: 10px;
    }

.aboutus_subdiv5B {
    width: calc(40% - 40px);
    display: inline-block;
    vertical-align: bottom;
    margin: 0px 20px;
}

    .aboutus_subdiv5B > img {
        width: 100%;
    }

.aboutus_subdiv5C {
    width: 30%;
    display: inline-block;
    vertical-align: bottom;
}

    .aboutus_subdiv5C > img {
        width: 100%;
        margin-top: 10px;
    }

.aboutus_subdiv6 {
}

.aboutus_subdiv6_sep {
    height: 2px;
    background-color: #eeeeee;
    margin-bottom: 5px;
}

.aboutus_subdiv6A {
    max-width: 50%;
    padding: 20px 50px;
    display: inline-block;
    vertical-align: bottom;
}

    .aboutus_subdiv6A img {
        max-width: 100%;
    }

.aboutus_subdiv6B {
    max-width: 50%;
    display: inline-block;
    padding: 20px 50px calc(20px + calc(140px / 4));
    vertical-align: bottom;
    font-size: 22px;
    color: rgb(0, 55, 101);
}

@media screen and (max-width: 1100px) {
    .aboutus_subdiv6B {
        padding: 20px 50px 3vw;
    }
}

@media screen and (max-width: 1000px) {
    .aboutus_subdiv1, .aboutus_subdiv2 {
        width: 100%;
        padding: 50px;
    }
}

@media screen and (max-width: 915px) {
    .aboutus_subdiv6A, .aboutus_subdiv6B {
        max-width: unset;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 760px) {
    .aboutus_div1, .aboutus_div2 {
        background-position-x: center;
    }

    .aboutus_subdiv3, .aboutus_subdiv4 {
        width: 100%;
        margin: 0px 0px 20px;
        padding: 0px;
    }

    .aboutus_subdiv5A, .aboutus_subdiv5B, .aboutus_subdiv5C {
        width: 100%;
        margin: 10px 0px 0px;
    }
}

@media screen and (max-width: 500px) {
    .aboutus_div3 {
        padding: 50px 20px;
    }
}

/*QUALIDADE*/
.qualidade_div1 {
    font-size: 0px;
    padding: 80px 10% 0px;
    background-size: cover;
    background-image: url('/Pics/qualidade_topBG.jpg');
}

/*CONTACTOS*/
.contactos_titulo_h {
    margin: 0px;
    margin-bottom: 30px;
}

.contactPageLogo1 {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 10px;
}

    .contactPageLogo1 > span {
        font-size: 18px;
    }

    .contactPageLogo1 > img {
        width: 40px;
        margin-right: 10px;
    }

.contactPageLogo2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 10px;
}

    .contactPageLogo2 > a {
        font-size: 18px;
    }

    .contactPageLogo2 > img {
        width: 40px;
        margin-right: 10px;
    }

.contactPageLogo3 {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    float: right;
}

@media screen and (max-width: 1100px) {
    .contactPageLogo3 {
        float: none;
    }
}

.contactPageLogo3 > a > div {
    display: inline-block;
    vertical-align: top;
}

    .contactPageLogo3 > a > div:first-child {
        margin-right: 10px;
    }

        .contactPageLogo3 > a > div:first-child > img {
            width: 40px;
        }

    .contactPageLogo3 > a > div:last-child > span {
        font-size: 18px;
    }

.contactPageLogo4 {
    display: none;
    vertical-align: top;
    margin-right: 5%;
    margin-bottom: 10px;
}

    .contactPageLogo4 > img {
        width: 40px;
        margin-right: 10px;
    }

    .contactPageLogo4 > span {
        font-size: 18px;
    }

.contactos_titulo_h2 {
    margin: 30px 0px 15px;
}

.contactWrapLeft {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
}

    .contactWrapLeft > input {
        width: 95%;
        height: 35px;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
    }

    .contactWrapLeft > textarea {
        width: 95%;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
    }

.contactWrapRight {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
}

    .contactWrapRight > input {
        width: 95%;
        height: 35px;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
    }

.newsletter > input.subNewsletter {
    border: 0px;
    height: 35px;
    color: white;
    padding: 1px 15px;
    /*margin-left: -8px;*/
    vertical-align: top;
    /*border-radius: 0px 5px 5px 0px;*/
    background-color: rgb(0, 126, 176);
}

.newsletter > input::-webkit-inner-spin-button,
.newsletter > input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.newsletter > input {
    border: 0px;
    height: 35px;
    padding: 0px 10px;
    border-radius: 5px;
    background-color: rgb(200, 200, 200);
}

    .newsletter > input.txtCodPostalNewsletter {
        width: 100px;
        border: 0px;
        height: 35px;
        padding: 0px 10px;
        border-radius: 5px;
        background-color: rgb(200, 200, 200);
    }

@media screen and (max-width: 850px) {
    .contactWrapLeft, .contactWrapRight {
        width: 100%;
    }
}

.contactos_btndiv > input {
    width: auto;
    height: auto;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    background-color: rgb(0, 126, 176);
    color: white;
}

.labelStyle {
    margin-bottom: 10px;
}


@media screen and (max-width: 850px) {
    .controlos3 > div {
        text-align: left !important;
    }
}

/*BACKTOP*/
.backtop {
    padding: 0px;
    position: relative;
    background-color: rgb(245, 245, 245);
}

    .backtop > img {
        left: 80%;
        bottom: 0px;
        cursor: pointer;
        position: absolute;
    }

@media screen and (max-width: 768px) {
    .backtop > img {
        left: unset;
        right: 80px;
    }
}

/*FOOTER*/
.footer {
    padding: 0px;
    background-color: rgb(225, 225, 225);
}

.social {
    width: 70%;
    margin-top: 35px;
    border-bottom: 1px solid lightgrey;
}

.newsletter {
    border-right: 1px solid lightgrey;
    display: inline-block;
    margin-bottom: 15px;
    width: 65%;
    /*height: 80px;*/
    padding: 0px;
}

    .newsletter > input {
        border: 0px;
        height: 35px;
        padding: 0px 10px;
        border-radius: 5px;
        background-color: rgb(200, 200, 200);
    }

    .newsletter > button {
        border: 0px;
        height: 35px;
        color: white;
        padding: 1px 15px;
        /*margin-left: -8px;*/
        vertical-align: top;
        border-radius: 0px 5px 5px 0px;
        background-color: rgb(0, 126, 176);
    }

.redes {
    display: inline-block;
    text-align: right;
    /*width: 43.5%;*/
    width: 30%;
}

    .redes > span {
        color: darkslategrey;
        margin-right: 10px;
        vertical-align: sub;
    }

    .redes > div {
        vertical-align: bottom;
        display: inline-block;
        position: relative;
        margin-right: 6%;
        height: 35px;
        width: 35px;
    }

        .redes > div:first-of-type {
            width: 45px;
            padding-left: 10px;
            border-left: 1px solid lightgrey;
        }

        .redes > div:last-of-type {
            margin-right: 0px;
        }

        .redes > div > a {
            text-decoration: none;
        }

            .redes > div > a > img {
                position: relative;
                width: 35px;
            }

                .redes > div > a > img:first-child {
                    z-index: 1;
                }

                .redes > div > a > img:last-child {
                    z-index: 2;
                    top: -35px;
                    opacity: 0;
                }

.sitemap {
    width: 70%;
    margin: 20px auto;
}

    .sitemap > img {
        float: left;
        width: 120px;
    }

    .sitemap > ul {
        padding: 0px;
        float: right;
        margin-top: 5px;
        margin-bottom: 0px;
        display: inline-block;
        list-style-type: none;
    }

        .sitemap > ul > a {
            margin-left: -5px;
            display: inline-block;
            border-right: 1px solid rgb(0, 42, 87);
        }

        .sitemap > ul > li > a {
            font-size: 11px;
            padding: 0px 10px;
            vertical-align: sub;
            display: inline-block;
            color: rgb(0, 42, 87);
            text-transform: uppercase;
            text-decoration: none;
        }

        .sitemap > ul > li:last-child {
            border-right: none;
        }

        .sitemap > ul > li:first-child {
            padding-left: 0px;
        }

        .sitemap > ul > li:last-child {
            padding-right: 0px;
        }

/*PAGE END*/
.page_end {
    background-color: rgb(54, 65, 82);
}

.holder {
    width: 70%;
    padding: 0px;
}

    .holder > p {
        float: left;
        font-size: 10px;
        margin: 10px 0px;
        display: inline-block;
        text-transform: uppercase;
    }

    .holder > a > img {
        float: right;
        width: 120px;
    }

@media screen and (max-width: 768px) {
    .social {
        width: 90%;
    }

    .newsletter {
        border-right: none;
        display: block;
        width: unset;
        height: unset;
    }

        .newsletter > input {
            width: 100% !important;
            margin-bottom: 5px;
        }

        .newsletter > button {
            margin-left: 0px;
            display: block;
            float: right;
            border-radius: 5px;
        }

    .redes {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }

        .redes > span {
            display: block;
            margin: 0px 0px 10px 0px;
        }

        .redes > div {
            margin: 0px 10px;
            padding: 0px;
            border: none;
        }

    .sitemap {
        width: 90%;
    }

        .sitemap > img {
            float: none;
            display: block;
            margin: 0px auto;
        }

        .sitemap > ul {
            float: none;
            display: block;
            margin: 30px auto 0px;
            text-align: center;
        }

            .sitemap > ul > a {
                display: block;
                border: none;
                margin: 20px 0;
            }

            .sitemap > ul > li {
                margin: 10px 0;
            }

    .holder > img {
        float: none;
    }
}

@media screen and (max-width: 1279px) {

    .redes {
        text-align: center;
    }

        .redes > span {
            display: block;
            margin: 0px 0px 15px 10px;
        }

        .redes > div:first-of-type {
            border: none;
        }
}

/*MENU MOBILE*/
#mobile {
    width: 100%;
    overflow-y: scroll;
    max-height: unset;
    text-align: center;
    position: absolute;
    display: none;
    padding: 15px 15px 0px;
    background-color: #e7e7e7;
    max-width: 500px;
    right: 0;
}

.mobile-search {
    position: relative;
    text-align: right;
}

    .mobile-search > input:first-of-type {
        width: 100% !important;
        min-width: 100% !important;
        background-color: white;
        height: 50px;
    }

    .mobile-search > input:last-of-type {
        right: 6px;
        top: 13px;
    }

    .mobile-search > div {
        display: none;
    }

.mobile-button {
    width: 100%;
    text-align: left;
    border: none;
    padding: 5px 20px;
    outline: none;
    height: 45px;
}

.mobile-cont {
    display: inline-block;
    margin: 10px;
}

    .mobile-cont > img {
        width: 25px;
    }

    .mobile-cont > a {
        text-decoration: none;
    }

#menu_pac {
    background-color: white;
}

    #menu_pac > ul {
        float: none;
        margin-right: 0px;
    }

        #menu_pac > ul > li {
            display: block;
            height: unset;
            font-size: 14px;
            padding: 15px;
        }

            #menu_pac > ul > li > ul {
                position: unset;
                margin: 0px;
                margin-top: 11px !important;
            }

#menu_rap {
    background-color: white;
}

    #menu_rap > a {
        text-decoration: none;
        color: darkslategrey;
    }

        #menu_rap > a > div {
            height: 60px;
            padding: 5px 5%;
        }

            #menu_rap > a > div > img:first-of-type {
                width: 15px;
                float: left;
                margin: 16px 0px 0px;
            }

            #menu_rap > a > div > p {
                display: inline-block;
                margin: 12px 5px;
                font-size: 16px;
                float: left;
                text-transform: uppercase;
            }

            #menu_rap > a > div > img:last-of-type {
                width: 50px;
                float: right;
            }

@media screen and (max-width: 320px) {
    #menu_rap > a > div > p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1101px) {
    #mobile {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    #desktop {
        display: none;
    }

    .newsletter {
        border-right: none;
        display: inline-block;
        height: unset;
    }

        .newsletter > input {
            width: 100% !important;
            margin-bottom: 5px;
        }

        .newsletter > button {
            margin-left: 0px;
            display: block;
            float: right;
            border-radius: 5px;
        }
}
/*SMALL STYLES / COLORS*/
.website_dblue {
    color: rgb(0, 55, 101);
}

.website_lblue {
    color: rgb(0, 119, 173);
}

.website_grey {
    color: rgb(245, 245, 245);
}

.website_yellow {
    color: rgb(249, 178, 50);
}

.website_white {
    color: white;
}

.boldtype {
    font-weight: 600;
}

.blueplaceholder::placeholder {
    color: rgb(0, 119, 173);
}

.greyplaceholder::placeholder {
    color: lightgrey;
}

.hovergradient {
    background: linear-gradient(transparent, rgba(250, 250, 250, 0.6));
}

.h20px {
    height: 20px;
}


/* RIBEIRO */

.ulitemdiv {
    display: none !important;
    opacity: 0;
}

.ulitemdiv_active {
    display: block !important;
    opacity: 0;
}

.noLinkHover, .noLinkHover:hover, .noLinkHover:visited, .noLinkHover:active, .noLinkHover:focus {
    color: unset;
    text-decoration: none;
}

.consul_res {
    position: relative;
    overflow-x: hidden;
    background-size: auto 100%;
    background-image: url('/Pics/C_Results_bg01.jpg');
}

.consul_res_title {
    width: 100%;
    margin: 5% 0% 5% 8%;
    display: inline-block;
}

    .consul_res_title > h1 {
        margin: 0px;
        font-size: 34px;
        font-weight: 900;
        color: rgb(0, 55, 101);
        text-transform: uppercase;
    }

.consul_res_panel {
    float: left;
    width: 360px;
    padding: 30px 40px 50px 40px;
    margin: 0% 0% 20% 7%;
    display: inline-block;
    background-color: rgb(245, 245, 245);
}

@media screen and (max-width: 360px) {
    .consul_res_panel {
        margin: 0% 10px 5% 10px;
    }
}

.consul_res_title_in {
    width: 100%;
    margin-bottom: 30px;
}

.consul_res_user {
    width: 100%;
    margin-bottom: 20px;
}

.form_txt_user {
    background-image: url('/Pics/loginfield_user-icon.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 32px;
    border: none;
    border-radius: 3px;
    padding-left: 55px;
}

.consul_res_pass {
    width: 100%;
    margin-bottom: 20px;
}

.form_txt_pass {
    background-image: url('/Pics/loginfield_user-passw.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 32px;
    border: none;
    border-radius: 3px;
    padding-left: 55px;
}

.form_txt_btn {
    text-transform: uppercase;
    width: 100%;
    border: none;
    background-color: rgb(0, 126, 176);
    color: white;
    padding: 6px 0 6px 0;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    background-image: url('/Pics/seta_bt.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

    .form_txt_btn:hover {
        background-color: rgb(0, 55, 101);
    }

.consul_res_talaodiv {
    float: left;
    margin-left: 5%;
}

.consul_res_talaoimg {
}

.consul_res_PDF {
    height: 750px;
    margin-left: 5%;
    margin-bottom: 50px;
    display: inline-block;
    width: calc(90% - calc(360px + 7%));
}

.consul_res_PDF2 {
    height: 750px;
    margin-left: 5%;
    margin-bottom: 50px;
    display: inline-block;
    width: calc(90% - calc(360px + 7%));
    position: absolute;
    top: 20px;
    right: 5%;
}

@media screen and (max-width: 950px) {
    .consul_res_talaodiv {
        margin-right: 10px;
        width: calc(100% - calc(310px + 12%));
    }

    .consul_res_talaoimg {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .consul_res_talaodiv {
        margin: 0px 5px 50px;
        display: block;
        float: none;
        text-align: center;
        width: unset;
    }

    .consul_res_panel {
        float: none;
        margin: 0% 0% 5% 7%;
    }

    .consul_res_talaoimg {
        width: 100%;
        max-width: 510px;
    }

    .consul_res_panel {
        vertical-align: top;
    }

    .consul_res_PDF {
        width: 86%;
        display: block;
        margin: 0px 7% 50px;
    }

    .consul_res_PDF2 {
        width: 86%;
        display: block;
        margin: 0px 7% 50px;
        right: 0px;
        top: 0px;
        position: initial;
    }
}

.getAdobeText {
    font-size: 10px;
}

.dropdownBtnShareN {
    display: none;
    position: absolute;
    top: 51px;
    width: 190px;
    margin-left: -1px;
    padding: 5px 15px;
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 2px;
    border-color: ButtonFace;
    text-align: left;
}

    .dropdownBtnShareN > a {
        text-decoration: none;
    }

/*analises especiais*/
.dropdownBtnShare {
    display: none;
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    margin-left: -17px;
    padding: 5px 15px;
    background-color: white;
    border-style: solid;
    border-width: 0px 0px 2px 2px;
    border-color: ButtonFace;
}

    .dropdownBtnShare > a {
        text-decoration: none;
    }

.dropdownBtnShare_div {
    padding: 5px 5px;
    color: rgb(0, 42, 87);
}

    .dropdownBtnShare_div > img {
        width: 30px;
        margin-right: 10px;
    }

.email_window {
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

    .email_window > div {
        top: 10%;
        left: 100%;
        width: 30%;
        padding: 10px 3% 10px 30px;
        z-index: 9999;
        max-height: 80%;
        position: fixed;
        overflow-y: scroll;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
    }

        .email_window > div > button {
            border: 0px;
            padding: 0px;
            text-transform: uppercase;
            background-color: transparent;
            position: absolute;
            right: 10px;
            top: 25px;
        }

.email_window_p1 {
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.email_window_p2 {
    font-size: 16px;
    margin: 20px 0px 30px;
}

.email_window > div > button > img {
    width: 30px;
}

@media screen and (max-width: 900px) {
    .email_window > div {
        width: 80%;
    }
}

.maisinfo_email_window {
    margin: 20px auto 30px;
}

    .maisinfo_email_window > div {
        width: 100%;
        margin-bottom: 15px;
    }

        .maisinfo_email_window > div:first-of-type {
            margin-bottom: 20px;
        }

        .maisinfo_email_window > div:last-of-type {
            margin-top: 20px;
            margin-bottom: 0px;
        }

        .maisinfo_email_window > div > p {
            margin-bottom: 2.5px;
        }

        .maisinfo_email_window > div > span {
            display: block;
            margin-bottom: 5px;
        }

        .maisinfo_email_window > div > input {
            height: 35px;
        }

        .maisinfo_email_window > div > input, .maisinfo_email_window > div > textarea {
            border-radius: 4px;
            border: 1px solid #dbdbdb;
            width: 100%;
        }

        .maisinfo_email_window > div > button {
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            background-color: rgb(0, 126, 176);
        }

            .maisinfo_email_window > div > button > img {
                width: 30px;
            }

.shareinfo_email_window {
    margin: 20px auto 30px;
}

    .shareinfo_email_window > div {
        width: 100%;
        margin-bottom: 15px;
    }

        .shareinfo_email_window > div:first-of-type {
            margin-bottom: 20px;
        }

        .shareinfo_email_window > div:last-of-type {
            margin-top: 20px;
            margin-bottom: 0px;
        }

        .shareinfo_email_window > div > p {
            margin-bottom: 2.5px;
        }

        .shareinfo_email_window > div > span {
            display: block;
            margin-bottom: 5px;
        }

        .shareinfo_email_window > div > input {
            height: 35px;
        }

        .shareinfo_email_window > div > input, .shareinfo_email_window > div > textarea {
            border-radius: 4px;
            border: 1px solid #dbdbdb;
            width: 100%;
        }

        .shareinfo_email_window > div > button {
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            background-color: rgb(0, 126, 176);
        }

            .shareinfo_email_window > div > button > img {
                width: 30px;
            }

.span_spec {
    margin-top: 5px;
    vertical-align: top !important;
}

/*BANNERS*/
.carousel_smallimg {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .carousel_bigimg {
        display: none !important;
    }

    .carousel_smallimg {
        display: unset !important;
    }
}

/* COSTA */

/*ANALISES ESPECIAIS*/
.analises_grid {
    width: 80%;
    padding: 0px;
    margin: 50px auto;
    text-align: center;
}

    .analises_grid > div {
    }

        .analises_grid > div > div {
            width: 100%;
            margin: 5px;
            cursor: pointer;
            position: relative;
            border-radius: 8px;
            display: inline-block;
            background-color: white;
        }

            .analises_grid > div > div > img {
                width: 100%;
            }

            .analises_grid > div > div > div {
                width: 100%;
                padding: 10px;
                display: block;
                text-align: left;
            }

                .analises_grid > div > div > div > span {
                    display: block;
                    font-size: 22px;
                    margin-bottom: 10px;
                    word-break: break-word;
                }

                .analises_grid > div > div > div > p:last-of-type {
                    color: darkslategrey;
                    word-break: break-word;
                }

                .analises_grid > div > div > div > p:first-of-type {
                    font-size: 16px;
                    word-break: break-word;
                    color: rgb(0, 55, 101);
                }

.analises_list {
    width: 80%;
    padding: 0px;
    display: none;
    margin: 50px auto;
}

    .analises_list > a > div {
        margin: 5px;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
        background-color: rgb(245, 245, 245);
    }

        .analises_list > a > div > img {
            width: 120px;
        }

        .analises_list > a > div > div {
            margin-left: 15px;
            display: inline-block;
        }

            .analises_list > a > div > div > span {
                font-size: 22px;
            }

            .analises_list > a > div > div > p {
                display: none;
            }

.analises_window {
    width: 100%;
    display: none;
    margin-top: -100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

    .analises_window > img {
        opacity: 0;
        width: 250px;
        margin: 50px auto 40px 15%;
    }

    .analises_window > p {
        opacity: 0;
        width: 42%;
        font-size: 24px;
        margin-left: 15%;
        color: forestgreen;
    }

    .analises_window > div {
        width: 80%;
        opacity: 0;
        margin: 50px auto;
        border-radius: 5px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
    }

        .analises_window > div > .analise_window_b1 {
            width: 44%;
            text-align: left;
            vertical-align: top;
            display: inline-block;
        }

            .analises_window > div > .analise_window_b1 > h1 {
                display: block;
                font-size: 40px;
                font-weight: 900;
                margin: 60px 0px 20px 0px;
                color: rgb(0, 55, 101);
            }

            .analises_window > div > .analise_window_b1 > p {
                margin: 0px;
                width: 130%;
                font-size: 16px;
                font-weight: 600;
                color: rgb(0, 119, 173);
            }

        .analises_window > div > .analise_window_b2 {
            width: 44%;
            text-align: right;
            vertical-align: top;
            display: inline-block;
        }

            .analises_window > div > .analise_window_b2 > a {
                border: 0px;
                padding: 0px;
                margin: 20px 10px;
                display: inline-block;
                text-decoration: none;
                text-transform: uppercase;
                background-color: transparent;
            }

                .analises_window > div > .analise_window_b2 > a > img {
                    width: 30px;
                }

                .analises_window > div > .analise_window_b2 > a > span {
                    vertical-align: middle;
                    color: rgb(0, 119, 173);
                }

            .analises_window > div > .analise_window_b2 > div {
                width: 100%;
            }

                .analises_window > div > .analise_window_b2 > div > button {
                    width: 60%;
                    text-align: left;
                    padding: 5px 15px;
                    position: relative;
                    margin-bottom: 20px;
                    border-style: solid;
                    color: rgb(0, 42, 87);
                    background-color: white;
                    text-transform: uppercase;
                    border-width: 0px 0px 2px 2px;
                }

                    .analises_window > div > .analise_window_b2 > div > button > img:first-of-type {
                        width: 30px;
                        margin-right: 15px;
                    }

                    .analises_window > div > .analise_window_b2 > div > button:last-of-type > img:last-of-type {
                        width: 20px;
                        float: right;
                        margin-top: 5px;
                    }

        .analises_window > div > .analise_window_b3 {
            width: 100%;
            text-align: center;
        }

            .analises_window > div > .analise_window_b3 > ul {
                width: 96%;
                text-align: left;
                margin: 50px auto 0px;
                padding: 0px 15px;
                list-style-type: none;
                background-color: rgb(240, 240, 240);
            }

                .analises_window > div > .analise_window_b3 > ul > li {
                    padding: 15px;
                    font-size: 16px;
                    cursor: pointer;
                    color: rgb(0, 42, 87);
                    display: inline-block;
                    text-transform: uppercase;
                }

            .analises_window > div > .analise_window_b3 > div {
                width: 85%;
                text-align: left;
                margin: 50px auto;
                color: rgb(80, 80, 80);
            }

                .analises_window > div > .analise_window_b3 > div > p {
                    font-size: 17px;
                }

@media screen and (max-width: 640px) {
    .analise_window_b2_label {
        display: block;
    }

    .analises_window > div > .analise_window_b1 {
        width: 78%;
        text-align: left;
        vertical-align: top;
        display: block;
    }

    .analises_window > div > .analise_window_b2 {
        width: 64%;
        text-align: right;
        vertical-align: top;
        display: block;
    }
}

.ulitem_active {
    color: white !important;
    background-color: rgb(0, 126, 176);
}

.listlab-mapa {
    text-align: center;
    background: white;
    text-transform: none;
}

    .listlab-mapa > div {
        color: darkslategrey;
        text-align: left;
        margin: 0px 5px 10px;
        display: inline-block;
        background-color: white;
        padding: 15px;
        border-radius: 5px;
        vertical-align: top;
        position: relative;
    }

        .listlab-mapa > div > p {
            font-weight: 600;
            color: rgb(0, 126, 176);
        }

        .listlab-mapa > div > img {
            width: 20px;
            vertical-align: top;
            margin-right: 5px;
            height: 20px;
        }

        .listlab-mapa > div > div {
            display: inline-block;
        }

@media screen and (max-width: 640px) {
    .analises_window > p {
        width: 80%;
    }

    .analises_window > div {
        width: 100%;
    }

    .analises_window > img {
        max-width: 250px;
        width: 80%;
    }
}


/* MOTA */

/*ANALISES*/
.sliderOverlay {
    display: none;
    background: #fff;
    background: rgba(77, 77, 77, .9);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
}

.searchTextboxAnalises {
    width: 70%;
    height: 70px;
    border: none;
    margin: 1px 0 0 15%;
    padding: 5px 120px 5px 20px !important;
    /*background-color: rgb(245, 245, 245);*/
    font-size: 26px;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.centerContent {
    width: 68%;
    padding: 3.6% 0 0 0;
    display: block;
    margin: 0px auto;
}

.controlos2 {
    padding: 0px;
    width: 100%;
    position: relative;
    display: inline-block;
}

    .controlos2 > div:first-child > p {
        margin: 0px;
        font-size: 34px;
        font-weight: 900;
        color: rgb(0, 55, 101);
        text-transform: uppercase;
    }

.searchinputAnalises {
    /*top: 8px;*/
    /*right: 6px;*/
    right: 65px;
    width: 45px;
    /*position: absolute;*/
    position: relative;
    background-color: transparent;
}

.divLista {
    width: 100%;
}

.ListLeftTab {
    background-color: #FFFFFF;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    min-width: 190px;
    height: 40px;
    padding: 10px 0 0 10px;
    color: rgb(0, 119, 173);
}

.SearchListTextDiv {
    float: left;
    margin: 0 0 5px 0;
    min-height: 40px;
    max-width: 70%;
    padding: 10px 0 10px 30px;
    color: #000000;
}

.SearchListTextLista {
    margin: 0 0 5px 0;
    max-width: 100%;
    padding: 10px 0 10px 30px;
    color: #000000;
    text-transform: uppercase;
}

.divDesignacao:hover {
    color: rgb(28, 168, 155);
    text-decoration: none;
}

.divDesignacao {
    text-decoration: none;
    color: #000000;
}

.divMainDesignacao:hover a {
    color: rgb(0, 119, 173);
    text-decoration: none;
}

.divMainDesignacao:hover {
    background-color: #e6e6e6;
}

.divMainDesignacao {
    background-color: #ebebeb;
    width: 87%;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.tituloResultadoAnalise {
    padding: 10px 26px 10px 26px;
    background-color: #ebebeb;
    display: inline-block;
    width: auto;
    font-weight: bold;
    color: #666666;
    font-size: 16px;
}

.tituloAzulResultadoAnalise {
    padding: 0 26px 0 26px;
    color: rgb(0, 119, 173);
    font-size: 16px;
}

.conteudoResultadoAnalise {
    padding: 0 26px 0 26px;
    color: #777777;
    font-size: 15px;
}

/*MOBILE - ANALISES*/
.divPaginacaoGoto {
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.clearable {
    background: #fff url(/Pics/seta_x.png) no-repeat right -15px center;
    /*background-color: rgb(245, 245, 245);*/
    border-radius: 3px;
    transition: background 0.4s;
}

    .clearable.x1 {
        background-position: right 90px center;
    }
    /* (jQ) Show icon */
    .clearable.onX1 {
        cursor: pointer;
    }
    /* (jQ) hover cursor style */
    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
/* Remove IE default X */

.ui-autocomplete-term {
    font-weight: bold;
    color: blue;
}

.divInfoPesquisa {
    margin: 0 0 0 15px;
    color: rgb(0, 119, 173);
    font-size: 16px;
    float: left;
}

.divPaginacao {
    float: left;
    margin: 0 0 0 13%;
}

.ddlForm {
    width: 95%;
    height: 35px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

@media screen and (max-width: 900px) {
    .searchTextboxAnalises {
        width: 100% !important;
        height: 70px;
        border: none;
        margin: 0 0 0 0 !important;
        padding: 5px 120px 5px 20px !important;
        font-size: 26px;
        font-weight: normal;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .searchinputAnalises {
        top: 44%;
        /*right: 30px;*/
        width: 45px;
        /*position: absolute;*/
        position: relative;
        bottom: 60px;
        right: -84%;
        background-color: transparent;
    }

    .divPaginacaoGoto {
        clear: both;
        padding: 20px 0 0 0;
    }
}

.codigo-conduta-button {
    text-align: left;
    padding: 5px 35px 5px 15px;
    position: relative;
    margin-bottom: 20px;
    border-style: solid;
    color: rgb(0, 42, 87);
    background-color: white;
    text-transform: uppercase;
    border-width: 0px 0px 2px 2px;
}

    .codigo-conduta-button > img:first-of-type {
        width: 30px;
        margin-right: 15px;
    }

    .codigo-conduta-button > button:last-of-type > img:last-of-type {
        width: 20px;
        float: right;
        margin-top: 5px;
    }
