﻿

#s4-workspace {
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

    #s4-workspace h1 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 35px;
        line-height: 40px;
        font-weight: 500;
    }

    #s4-workspace h2 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 32px;
        line-height: 36px;
        font-weight: 500;
    }

    #s4-workspace h3 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 26px;
        line-height: 33px;
        font-weight: 500;
    }

    #s4-workspace h4 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        line-height: 27px;
        font-weight: 500;
    }

    #s4-workspace h5 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    #s4-workspace h6 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    #s4-workspace p {
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 22px;
        font-weight: 400;
    }

    #s4-workspace a {
        color: #2196f3;
        text-decoration: none;
    }

    #s4-workspace ul {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    #s4-workspace ol {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    #s4-workspace strong {
        font-weight: bold;
    }

    #s4-workspace blockquote {
        margin-bottom: 20px;
        padding: 0px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 16px;
    }

    #s4-workspace figure {
        margin-bottom: 20px;
    }

    #s4-workspace figcaption {
        margin-top: 7px;
        color: rgba(51, 51, 51, .56);
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

.search2 {
    margin: auto 10px;
    margin-top: 5px;
    width: 200px;
    position: relative;
}

.searchTerm {
    float: left;
    width: 80%;
    border: 3px solid #e6e7e8;
    padding: 5px;
    height: 40px;
    border-radius: 2px;
    outline: none;
    color: #939598;
}

    .searchTerm:focus {
        color: #939598;
    }

.searchButton {
    position: relative;
    width: 20%;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #e6e7e8;
    background-image: url('../images/icone_search.svg');
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}

.button, input, optgroup, select, textarea {
    background-color: #e6e7e8;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 3px;
    background-color: #2196f3;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
}

    .button:hover {
        background-color: #1565c0;
    }

    .button.w--current {
        background-color: #2e80b6;
    }

    .button.white {
        background-color: #fff;
        color: #333;
    }

        .button.white:hover {
            background-color: hsla(0, 0%, 100%, .77);
        }

    .button.black {
        background-color: #333;
    }

        .button.black:hover {
            background-color: #000;
        }

        .button.black.with-field {
            width: 22%;
            margin-left: 2%;
            float: left;
        }

    .button.full-width {
        display: block;
        width: 100%;
    }

    .button.small {
        padding: 7px 12px;
        background-color: #2196f3;
        font-size: 11px;
        line-height: 14px;
        text-transform: uppercase;
    }

        .button.small:hover {
            background-color: #1565c0;
        }

    .button.tab {
        margin-right: 8px;
        margin-left: 8px;
        background-color: #a8a8a8;
    }

        .button.tab:hover {
            background-color: #7e7e7e;
        }

        .button.tab.w--current {
            background-color: #2196f3;
        }

            .button.tab.w--current:hover {
                background-color: #1565c0;
            }

    .button.with-field {
        width: 22%;
        margin-left: 2%;
        float: left;
    }

.navigation-link {
    height: 60px;
    padding-top: 18px;
    padding-bottom: 18px;
}

    .navigation-link:hover {
        -webkit-transform: translate(0px, 0px) scale(1.1);
        -ms-transform: translate(0px, 0px) scale(1.1);
        transform: translate(0px, 0px) scale(1.1);
        color: #2196f3;
    }

    .navigation-link.white {
        height: 35px;
        padding: 8px auto auto;
        opacity: 1;
        -webkit-perspective: 1px;
        perspective: 1px;
        -webkit-perspective-origin: 100% 50%;
        perspective-origin: 100% 50%;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1000ms ease;
        transition: all 1000ms ease;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        cursor: default;
    }

        .navigation-link.white:hover {
            border-style: none;
            border-color: #000;
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            color: #6dcff6;
            font-weight: 400;
            text-decoration: none;
        }

        .navigation-link.white.w--current {
            background-image: linear-gradient(136deg, #56a9ff, #6dcff6);
        }

        .navigation-link.white.cidadaos {
            background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
        }

        .navigation-link.white.profissionais {
            background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
        }

        .navigation-link.white.contactos {
            background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
        }

.navigation-bar {
    background-color: #fff;
}

    .navigation-bar.dark {
        position: relative;
        display: block;
        height: 35px;
        margin-right: auto;
        margin-left: auto;
        background-color: #939598;
    }

    .navigation-bar.top {
        margin-top: 58px;
        margin-bottom: 124px;
        border-radius: 5px;
        background-color: #fff;
    }

.hamburger-button.white {
    display: none;
}

#s4-workspace .navigation-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    float: right;
    clear: none;
}

.navigation-menu.left {
    float: left;
}

.navigation-menu.on-bottom {
    float: none;
    text-align: center;
}

.brand-text {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 26px;
    font-weight: 400;
}

.brand-link {
    height: 60px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

    .brand-link:hover {
        opacity: 0.66;
    }

    .brand-link.right {
        float: right;
    }

    .brand-link.on-top {
        display: block;
        float: none;
        text-align: center;
    }

    .brand-link.white {
        color: #fff;
    }

    .brand-link.left-spacing {
        margin-left: 15px;
        color: #fff;
    }

    .brand-link.left {
        margin-left: 16px;
    }

.section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background-image: linear-gradient(180deg, #000, #fff);
}

    .section.centered {
        text-align: center;
    }

    .section.accent {
        background-color: #f3f3f3;
    }

    .section.dark {
        background-color: #5d5d5d;
        color: #fff;
    }

.hero-slider {
    height: 455px;
    background-color: transparent;
}

.slide {
    padding-top: 82px;
    padding-right: 85px;
    padding-left: 85px;
    background-color: #dbdbdb;
}

    .slide.two {
        background-color: #dbdbdb;
    }

.header-section {
    padding-top: 104px;
    padding-bottom: 104px;
    background-color: #5d5d5d;
    color: #fff;
    text-align: center;
}

.page-heading {
    margin-top: 0px;
    margin-bottom: 11px;
}

.cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #dbdbdb;
}

    .cta-section.centered {
        text-align: center;
    }

    .cta-section.centered-accented {
        background-color: #2196f3;
        color: #fff;
        text-align: center;
    }

.cta-heading {
    margin-top: 3px;
    margin-bottom: 0px;
    font-weight: 400;
}

    .cta-heading.inline-block {
        display: inline-block;
        margin-top: 0px;
        margin-right: 13px;
    }

.align-right {
    text-align: right;
}

.white-box {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
}

.fixed-image-section {
    padding: 117px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .25))), url('../images/example-bg.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/example-bg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 125px;
    background-attachment: scroll, fixed;
    color: #fff;
    text-align: center;
}

.hero-section {
    height: 100vh;
    padding-top: 250px;
}

    .hero-section.centered {
        text-align: center;
    }

.slider-navigation {
    font-size: 11px;
}

.slider-icon-circle {
    width: 50px;
    height: 50px;
    padding: 6px;
    font-size: 33px;
}

.hero-subheading {
    margin-bottom: 18px;
}

.hollow-button {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 9px 20px;
    border: 2px solid #2196f3;
    border-radius: 4px;
    -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
    color: #2196f3;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}

    .hollow-button:hover {
        border-color: #1565c0;
        color: #1565c0;
    }

    .hollow-button.white {
        border-color: #fff;
        color: #fff;
    }

        .hollow-button.white:hover {
            border-color: hsla(0, 0%, 100%, .64);
            color: hsla(0, 0%, 100%, .72);
        }

.section-heading {
    margin-bottom: 20px;
}

    .section-heading.centered {
        text-align: center;
    }

.main-container {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.form-label {
    margin-bottom: 6px;
    font-size: 13px;
    text-transform: uppercase;
}

.section-subheading.center {
    font-size: 20px;
    text-align: center;
}

.section-title-group {
    margin-bottom: 62px;
}

    .section-title-group.centered {
        text-align: center;
    }

.form-field {
    min-height: 41px;
    margin-right: 1px;
    margin-bottom: 17px;
    border-style: none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

    .form-field:focus {
        box-shadow: 0 0 0 2px #2196f3;
    }

    .form-field.text-area {
        min-height: 110px;
    }

    .form-field.with-button {
        width: 75%;
        margin-bottom: 0px;
        float: left;
    }

.form-wrapper.squeezed {
    padding-right: 19%;
    padding-left: 19%;
}

.picture-border {
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
    margin-bottom: 13px;
    border-radius: 100px;
}

.social-button {
    margin-right: 4px;
    margin-bottom: 8px;
    margin-left: 4px;
    padding: 8px;
    border-radius: 100px;
    background-color: #2196f3;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
}

    .social-button:hover {
        background-color: #1565c0;
        opacity: 1;
    }

    .social-button.border {
        padding: 6px;
        border: 1px solid rgba(0, 0, 0, .36);
        background-color: transparent;
    }

    .social-button.facebook {
        background-color: #3c5791;
    }

    .social-button.twitter {
        background-color: #29a9e8;
    }

    .social-button.red {
        background-color: #d11529;
    }

    .social-button.pink {
        background-color: #fc488f;
    }

    .social-button.pink2 {
        background-color: #ed1081;
    }

    .social-button.orange {
        background-color: #db4e34;
    }

    .social-button.vimeo {
        background-color: #1ebae7;
    }

    .social-button.linkdin {
        background-color: #1485c3;
    }

    .social-button.instagram {
        background-color: #4b769b;
    }

    .social-button.tumblr {
        background-color: #2e5270;
    }

    .social-button.webflow {
        background-color: #3278bd;
    }

    .social-button.medium {
        background-color: #549f63;
    }

.social-icon-link {
    padding: 3px;
    opacity: 1;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
}

    .social-icon-link:hover {
        opacity: 0.5;
    }

.profile-image {
    margin-bottom: 15px;
    border-radius: 100px;
}

.hero-with-nav {
    background-color: #dbdbdb;
}

.float-right {
    float: right;
}

.footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

.footer-brand-text {
    font-size: 26px;
    line-height: 33px;
}

.sidemenu-wrapper {
    margin-left: 10px;
    padding-left: 20px;
}

.sidemenu-title {
    margin-bottom: 10px;
}

.sidemenu-link {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #8f8f8f;
    text-decoration: none;
}

    .sidemenu-link:hover {
        color: #333;
    }

.grid-image {
    margin-bottom: 20px;
}

.info-wrapper {
    margin-bottom: 14px;
}

.info-icon {
    float: left;
}

.info-text {
    margin-left: 34px;
}

.footer-link {
    display: block;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, .74);
    text-decoration: none;
}

    .footer-link:hover {
        color: #3b99d9;
    }

    .footer-link.with-icon {
        margin-left: 30px;
    }

.hero-title-wrapper {
    margin-bottom: 155px;
}

.icon-left {
    padding: 6px;
    float: left;
    color: #919191;
}

.text-right {
    margin-left: 49px;
}

.left-navigation {
    width: 20%;
    height: 100vh;
    float: left;
    background-color: #dbdbdb;
}

.nav-link {
    display: block;
    padding: 7px 0px;
    text-align: center;
}

.nav-menu {
    float: none;
}

.logo-link {
    display: block;
    margin-top: 216px;
    margin-bottom: 50px;
    float: none;
    text-align: center;
}

.content {
    overflow: hidden;
    width: 80%;
    float: left;
}

.social-footer {
    margin-top: 56px;
    text-align: center;
}

.grid-fours {
    width: 25%;
    padding: 10px;
    float: left;
}

.tab-menu {
    margin-bottom: 40px;
    text-align: center;
}

.flushed-grid {
    width: 25%;
    float: left;
}

    .flushed-grid.thirds {
        width: 33.33%;
    }

    .flushed-grid.sixths {
        width: 16.66%;
    }

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.success-wrapper {
    padding: 31px;
    border-radius: 5px;
    background-color: #4caf50;
    color: #fff;
}

.success-message {
    margin-bottom: 0px;
}

.error-wrapper {
    border-radius: 5px;
    background-color: #d32f2f;
    color: #fff;
}

.error-message {
    margin-bottom: 0px;
}

.social-link-wrapper {
    text-align: center;
}

.background {
    background-color: #dbdbdb;
}

.custom-container {
    display: block;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.rich-text h1 {
    margin-top: 30px;
}

.rich-text h3 {
    margin-top: 30px;
}

.rich-text h5 {
    margin-top: 30px;
}

.rich-text h4 {
    margin-top: 30px;
}

.rich-text h6 {
    margin-top: 30px;
}

.image-column {
    text-align: center;
}

.content-column {
    padding-top: 42px;
}

.container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.feature-column {
    text-align: center;
}

.waterfall-image-column {
    text-align: center;
}

.header {
    width: 100%;
    height: 240px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(51%, #000), to(#fff)), url('../images/background-in-HOME.jpg');
    background-image: linear-gradient(180deg, #e0e0e0, #000 51%, #fff), url('../images/background-in-HOME.jpg');
    background-position: 0px 0px, 59% 32%;
    background-size: auto, cover;
}

.body {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    text-align: left;
}

    .body:hover {
        font-size: 16px;
    }

.header-home {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/background-in-HOME.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
}

.image {
    padding-bottom: 0px;
}

.image-in-header {
    position: absolute;
    left: 20%;
    top: 130px;
    max-width: 100%;
}

.columns-news {
    position: relative;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
}

.column {
    height: 390px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#e6e7e8));
    background-image: linear-gradient(180deg, #e6e7e8, #e6e7e8);
    color: #e6e7e8;
}

.column-2 {
    position: relative;
    right: 0px;
    overflow: visible;
    height: 390px;
    background-image: url('../images/jornadas_saude_atlantica.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.heading {
    margin-bottom: 10px;
    padding: 10px 10px 0px;
    color: #58595b;
    font-size: 20px;
}

.paragraph {
    padding: 0px 10px 10px;
    color: #58595b;
    font-size: 16px;
}

.columns-2 {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0px 0px 20px;
}

.column-3 {
    height: 300px;
    background-image: url('../images/conferencia-ventas.jpg');
    background-position: 0px 0px;
    background-size: cover;
}

.column-4 {
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#e6e7e8));
    background-image: linear-gradient(180deg, #e6e7e8, #e6e7e8);
}

.column-5 {
    height: 245px;
    padding-right: 0px;
    padding-left: 0px;
}

.tabs-menu {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -ms-grid;
    display: grid;
    overflow: visible;
    padding-right: 0px;
    float: none;
    clear: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". .";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.tabs {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

.tabs-content {
    height: auto;
}

.tab-pane-tab-1 {
    bottom: -1px;
    height: 360px;
    margin-top: -1px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6dcff6), to(#6dcff6));
    background-image: linear-gradient(180deg, #6dcff6, #6dcff6);
}

.tab-link-tab-1 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #6dcff6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6dcff6), to(#6dcff6));
    background-image: linear-gradient(180deg, #6dcff6, #6dcff6);
}

    .tab-link-tab-1.w--current {
        right: -1px;
        margin-right: -1px;
        margin-left: -1px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

.tab-link-tab-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#939598), to(#939598));
    background-image: linear-gradient(180deg, #939598, #939598);
}

.text-block {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.text-block-2 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.tab-pane-tab-2 {
    height: 360px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#939598), to(#939598));
    background-image: linear-gradient(180deg, #939598, #939598);
}

.text-block-3 {
    font-size: 18px;
    text-align: center;
}

.bold-text {
    margin-top: 0px;
    padding-top: -10px;
    color: #58595b;
    font-size: 19px;
}

.text-block-4 {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    color: #58595b;
    font-size: 20px;
    font-weight: 400;
}

.text-block-5 {
    margin-bottom: 0px;
    padding-left: 50px;
    color: #fff;
    font-size: 12px;
}

.text-block-6 {
    padding-top: 2px;
    padding-left: 50px;
    color: #fff;
}

.footer {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#e6e7e8));
    background-image: linear-gradient(180deg, #e6e7e8, #e6e7e8);
}

.columns-3 {
    height: 150px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 0px;
}

.column-6 {
    position: static;
    overflow: visible;
    padding-right: 100px;
    padding-left: 0px;
}

.column-7 {
    height: 110px;
}

.column-8 {
    height: 110px;
    padding-right: 0px;
    padding-left: 0px;
}

.text-block-7 {
    overflow: visible;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.image-3 {
    margin-left: 20px;
}

.text-block-8 {
    margin-top: 28px;
    color: #58595b;
    font-size: 11px;
}

.image-4 {
    float: right;
}

.section-3 {
    height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.div-block {
    height: 110px;
    background-color: #e6e7e8;
}

.heading-2 {
    position: relative;
    left: 0px;
    right: 0px;
    overflow: visible;
    margin-bottom: 0px;
    margin-left: 165px;
    float: left;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #939598;
    font-weight: 700;
    text-transform: uppercase;
}

.heading-3 {
    width: 65px;
    margin-left: 100px;
    float: none;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #939598;
    font-weight: 400;
}

.text-block-9 {
    margin-top: 5px;
    margin-left: 100px;
    color: #939598;
    font-size: 14px;
}

.container-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-mobile {
    display: none;
}

.section-5 {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.background-title {
    display: block;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 25px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #e6e7e8;
}

.heading-4 {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #939598;
}

.heading-5 {
    display: inline;
    margin-bottom: 0px;
    margin-left: 5px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #939598;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

.heading-6 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-left: 0%;
    clear: none;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #939598;
    font-size: 12px;
}

.background-subtitle {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(#6dcff6));
    background-image: linear-gradient(90deg, #56a9ff, #6dcff6);
}

.section-6 {
    margin-bottom: 20px;
    padding-top: 10px;
}

.submenu-1 {
    left: 0px;
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 207, 246, .5)), to(rgba(109, 207, 246, .5))), url('../images/futuro.jpg');
    background-image: linear-gradient(180deg, rgba(109, 207, 246, .5), rgba(109, 207, 246, .5)), url('../images/futuro.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.submenu-2 {
    left: 5px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 207, 246, .5)), to(rgba(109, 207, 246, .5))), url('../images/portugal-bandeira.jpg');
    background-image: linear-gradient(180deg, rgba(109, 207, 246, .5), rgba(109, 207, 246, .5)), url('../images/portugal-bandeira.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.columns-submenus {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.text-submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(#6dcff6));
    background-image: linear-gradient(90deg, #56a9ff, #6dcff6);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

    .text-submenu:hover {
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(rgba(109, 207, 246, .5)));
        background-image: linear-gradient(90deg, #56a9ff, rgba(109, 207, 246, .5));
        font-size: 23px;
    }

.section-7 {
    padding-top: 10px;
    padding-bottom: 20px;
}

.heading-subtile {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0%;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #fff;
}

.button-back {
    display: block;
    width: 120px;
    margin-top: 100px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(#6dcff6));
    background-image: linear-gradient(90deg, #56a9ff, #6dcff6);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-align: center;
}

    .button-back:hover {
        width: 130px;
        font-size: 18px;
    }

.paragraph-1 {
    color: #58595b;
    font-weight: 700;
}

.heading-8 {
    color: #6dcff6;
}

.link {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #56a9ff;
    font-style: italic;
}

    .link:hover {
        color: #6dcff6;
    }

.image-7 {
    display: none;
}

.paragraph-2 {
    color: #58595b;
}

.header-pm-em-portugal {
    width: 100%;
    height: 240px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/Dollarphotoclub_55224559.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, 1000px;
}

.container-3 {
    height: auto;
}

.bar-search-languages {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-areas: ". . . .";
    -ms-grid-columns: 2.25fr 0px 1fr 0px 0.5fr 0px 0.25fr;
    grid-template-columns: 2.25fr 1fr 0.5fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.search-input {
    width: 120px;
    margin-bottom: 0px;
    margin-left: 5px;
    float: right;
}

.search-button {
    display: inline-block;
    float: right;
}

.pt {
    display: block;
    margin-right: 5px;
    margin-left: 10px;
    padding: 5px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6dcff6), to(#6dcff6));
    background-image: linear-gradient(180deg, #6dcff6, #6dcff6);
    color: #58595b;
    font-size: 14px;
}

.search {
    margin-bottom: 0px;
}

.en {
    padding: 5px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6dcff6), to(#6dcff6));
    background-image: linear-gradient(180deg, #6dcff6, #6dcff6);
    color: #58595b;
    font-size: 14px;
}

.text-block-home---centros {
    color: #fff;
    text-align: center;
}

.text-block-home {
    margin-top: 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #6dcff6;
    text-align: center;
}

.search-2 {
    display: none;
}

.container-r {
    position: relative;
    margin-bottom: 0px;
}

.container-4 {
    margin-top: 20px;
}

.button-2 {
    position: relative;
    display: block;
    width: 200px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(0%, #56a9ff), to(#6dcff6));
    background-image: linear-gradient(90deg, #000, #56a9ff 0%, #6dcff6);
    text-align: center;
}

.button---programa-cartaz {
    position: relative;
    left: 0px;
    display: inline-block;
    width: 200px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(#6dcff6));
    background-image: linear-gradient(90deg, #56a9ff, #6dcff6);
    text-align: center;
}

.div-block-3 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.bold-text-4 {
    color: #fff;
}

.bold-text-button {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 16px;
}

    .bold-text-button:hover {
        font-size: 18px;
    }

.link-block {
    position: absolute;
    padding-bottom: 10px;
}

.link-block-submenu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

    .link-block-submenu:hover {
        height: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .link-block-2:hover {
        height: 100%;
    }

.link-block-3 {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.column-document---profissionais {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.columns-documents {
    margin-right: 0px;
    margin-left: 0px;
}

.profissionais---consentimento-informado---document-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/CI-01-a-Fertilização....svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .profissionais---consentimento-informado---document-1:hover {
        background-image: url('../images/CI-01-a-Fertilização...-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.text-block-11 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-in-div-block-document {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 30px 110px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

    .image-in-div-block-document:hover {
        padding-top: 25px;
        padding-bottom: 120px;
    }

.text-block-in-div-block-document {
    position: absolute;
    top: 95px;
    width: 200px;
    height: 50px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #e6e7e8;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

    .text-block-in-div-block-document:hover {
        top: 95px;
        height: 85px;
        font-size: 16px;
    }

.div-block-document-pdf {
    display: none;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #939598, #58595b);
}

    .div-block-document-pdf:hover {
        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;
    }

.text-document {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(#6dcff6));
    background-image: linear-gradient(90deg, #56a9ff, #6dcff6);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

    .text-document:hover {
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(rgba(109, 207, 246, .5)));
        background-image: linear-gradient(90deg, #56a9ff, rgba(109, 207, 246, .5));
        font-size: 14px;
    }

.link-pdf {
    width: 100%;
    height: 100%;
}

.pt-menu-mobile {
    display: block;
    margin-right: 5px;
    margin-left: 10px;
    padding: 5px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6dcff6), to(#6dcff6));
    background-image: linear-gradient(180deg, #6dcff6, #6dcff6);
    color: #58595b;
    font-size: 14px;
}

.colum-pt-en-menu-mobile {
    display: none;
}

.column-9 {
    display: none;
}

.en-menu-mobile {
    display: block;
    margin-right: 5px;
    margin-left: 10px;
    padding: 5px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6dcff6), to(#6dcff6));
    background-image: linear-gradient(180deg, #6dcff6, #6dcff6);
    color: #58595b;
    font-size: 14px;
}

.profissionais---consentimento-informado---document-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/CI-01-b-Fertilização....svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .profissionais---consentimento-informado---document-2:hover {
        background-image: url('../images/CI-01-b-Fertilização...-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.profissionais---consentimento-informado---document-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/CI-02-a-Microinjeção....svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .profissionais---consentimento-informado---document-3:hover {
        background-image: url('../images/CI-02-a-Microinjeção...-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.profissionais---consentimento-informado---document-example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/exemplos.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .profissionais---consentimento-informado---document-example:hover {
        background-image: url('../images/exemplos-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.profissionais---consentimento-informado---document-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/CI-02-b-Microinjeção....svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .profissionais---consentimento-informado---document-4:hover {
        background-image: url('../images/CI-02-b-Microinjeção...-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.div-block-document-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/exemplos.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .div-block-document-6:hover {
        background-image: url('../images/exemplos-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.div-block-document-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/exemplos.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .div-block-document-7:hover {
        background-image: url('../images/exemplos-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.div-block-document-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/exemplos.svg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .div-block-document-8:hover {
        background-image: url('../images/exemplos-hover.svg');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

.legislacao---document-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/Decreto-Regulamentar-que-regulamenta-a-Lei....svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .legislacao---document-1:hover {
        background-image: url('../images/Decreto-Regulamentar-que-regulamenta-a-Lei...-hover.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
    }

.legislacao---document-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/Lei-que-procede-à-quarta-alteração-à-Lei....svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .legislacao---document-2:hover {
        background-image: url('../images/Lei-que-procede-à-quarta-alteração-à-Lei...-hover.svg');
        background-position: 50% 50%;
        background-size: 100%;
        background-attachment: scroll;
    }

.legislacao---document-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/Decreto-Regulamentar-que-regulamenta-o....svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .legislacao---document-3:hover {
        background-image: url('../images/Decreto-Regulamentar-que-regulamenta-o...-hover.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
    }

.legislacao---document-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/Lei-que-regula-o-acesso-à-gestação-de-substituição....svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .legislacao---document-4:hover {
        background-image: url('../images/Lei-que-regula-o-acesso-à-gestação-de-substituição......-hover.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
    }

.legislacao---document-example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/exemplos....svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .legislacao---document-example:hover {
        background-image: url('../images/exemplos...-hover.svg');
        background-position: 50% 50%;
        background-size: cover;
        background-attachment: scroll;
    }

.heading-5-cnpam {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #939598;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

.submenu-3 {
    left: 0px;
    right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    margin-right: -15px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 207, 246, .5)), to(rgba(109, 207, 246, .5))), url('../images/futuro.jpg');
    background-image: linear-gradient(180deg, rgba(109, 207, 246, .5), rgba(109, 207, 246, .5)), url('../images/futuro.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.text-submenu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(#6dcff6));
    background-image: linear-gradient(90deg, #56a9ff, #6dcff6);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

    .text-submenu-2:hover {
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#58595b), to(hsla(216, 2%, 59%, 0)));
        background-image: linear-gradient(90deg, #58595b, hsla(216, 2%, 59%, 0));
        font-size: 23px;
    }

.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". . . . . .";
    -ms-grid-columns: 1.25fr 0px 1fr 0px 1fr 0px 1.25fr 0px 1.25fr 0px 1fr;
    grid-template-columns: 1.25fr 1fr 1fr 1.25fr 1.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.heading-2-contactos {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #939598;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

.column-galeira {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-11 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-title-galeira {
    height: 400px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #e6e7e8;
}

.video {
    display: block;
    height: 400px;
}

.paragraph-align-left-galeira {
    float: none;
    text-align: left;
}

.heading-align-right-galeira {
    float: none;
    text-align: right;
}

.paragraph-align-right-galeira {
    float: none;
    text-align: right;
}

.small-column-text-galeira {
    height: 180px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #e6e7e8;
}

.small-column-galeira {
    position: relative;
    height: 180px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    cursor: pointer;
}

.image-8 {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    float: none;
    clear: none;
}

.small-paragraph-galeria {
    font-size: 12px;
}

.slider {
    height: 400px;
}

.slide-2 {
    background-image: url('../images/right.jpg');
    background-position: 50% 0px;
    background-size: cover;
}

.slide-1 {
    background-image: url('../images/right.jpg');
    background-position: 50% 0px;
    background-size: cover;
}

.slide-3 {
    background-image: url('../images/right.jpg');
    background-position: 50% 0px;
    background-size: cover;
}

.slide-3-copy {
    background-image: url('../images/right.jpg');
    background-position: 50% 0px;
    background-size: cover;
}

.slide-4 {
    background-image: url('../images/right.jpg');
    background-position: 50% 0px;
    background-size: cover;
}

.slide-6 {
    background-image: url('../images/right.jpg');
    background-position: 50% 0px;
    background-size: cover;
}

.slide-5 {
    background-image: url('../images/right.jpg');
    background-position: 50% 0px;
    background-size: cover;
}

.slide-galeira {
    display: block;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.map {
    height: 400px;
}

.list {
    overflow: auto;
    height: 400px;
}

.dropdown {
    width: auto;
    height: 35px;
    margin-top: 200px;
}

.dropdown-menu {
    position: relative;
    display: inline-block;
    width: auto;
    height: 35px;
    padding: 8px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    color: #fff;
}

    .dropdown-menu:hover {
        color: #6dcff6;
    }

.text-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

    .text-menu:hover {
        color: #6dcff6;
    }

.dropdown-list {
    float: right;
}

    .dropdown-list.w--open {
        margin-top: -40px;
        margin-left: 114px;
        float: none;
    }

.dropdown-submenu {
    background-color: #939598;
}

    .dropdown-submenu.w--open {
        overflow: hidden;
        background-color: #e6e7e8;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.div-submenu {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 0px;
    background-color: #e6e7e8;
}

.submenu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #58595b;
    font-size: 12px;
    text-transform: uppercase;
}

    .submenu:hover {
        color: #6dcff6;
    }

.dropdown-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    padding: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .dropdown-trigger.page-cidadaos {
        margin-right: 5px;
        margin-bottom: -1px;
        padding-right: 7px;
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 69%);
    }

        .dropdown-trigger.page-cidadaos:active {
            background-image: none;
        }

.text-block-12 {
    text-align: center;
}

.menu {
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

    .menu:hover {
        color: #6dcff6;
    }

.dropdown-content {
    position: absolute;
    overflow: hidden;
    width: 280px;
    padding-right: 0px;
    background-color: hsla(210, 4%, 91%, 0);
}

.submenu-link {
    position: static;
    display: block;
    width: auto;
    padding: 10px;
    background-color: #e6e7e8;
    color: #58595b;
    font-size: 10px;
    text-transform: uppercase;
}

    .submenu-link:hover {
        background-color: #d8dcdf;
    }

    .submenu-link:active {
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 50%);
    }

.link-submenu {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #58595b;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

    .link-submenu:hover {
        color: #393a3b;
    }

.dropdown-wrapper {
    position: relative;
    display: block;
    width: 175px;
    height: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-content-2-tratamentos-de-pma {
    position: static;
    left: 170px;
    top: 38px;
    overflow: hidden;
    width: 280px;
    background-color: #d8dcdf;
}

.link-submenu-2 {
    padding: 0px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #58595b;
    font-size: 10px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

    .link-submenu-2:hover {
        color: #393a3b;
    }

.dropdown-link-2 {
    position: relative;
    display: block;
    padding: 10px 10px 10px 20px;
    color: #e5e6e7;
}

    .dropdown-link-2:hover {
        background-color: #cdd2d6;
    }

    .dropdown-link-2:active {
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 50%);
    }

.dropdown-trigger-2 {
    padding: 10px;
    background-color: #e6e7e8;
    cursor: pointer;
}

    .dropdown-trigger-2:hover {
        background-color: #d8dcdf;
    }

    .dropdown-trigger-2:active {
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 50%), linear-gradient(180deg, #56a9ff, #56a9ff);
    }

.dropdown-content-2-doao-de-gmetas-e-embries {
    position: static;
    left: 170px;
    top: 114px;
    overflow: hidden;
    width: 280px;
    background-color: #d8dcdf;
}

.dropdown-content-2-registos-em-pma {
    position: static;
    left: 170px;
    top: 224px;
    overflow: hidden;
    width: 280px;
    background-color: #d8dcdf;
}

.container-r-mobile {
    position: relative;
    margin-bottom: 0px;
}

.container-for-menu {
    padding-right: 85px;
}

.news {
    position: relative;
    overflow: visible;
    height: auto;
    margin: auto;
}

.image-news {
    position: absolute;
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.h1-news {
    position: relative;
    margin: 150px 100px 0px;
    color: #fff;
    font-size: 30px;
}

.gradient-news {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
}

.paragraph-4 {
    position: relative;
    margin: 0px 100px 50px;
    color: #e6e7e8;
    font-size: 14px;
}

.columns-5 {
    margin-right: -10px;
    margin-left: -10px;
}

.frist-slide-news {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 50%;
    height: 400px;
    margin-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.paragraph-news-in-slide {
    position: absolute;
    display: block;
    height: auto;
    margin: 0px;
    padding: 5px 15px 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    text-align: justify;
}

.background-news-in-slide {
    position: relative;
    top: 250px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.column-slide {
    height: 400px;
    padding-right: 0px;
}

.slide-7 {
    width: 50%;
}

.slide-4-news {
    width: 100%;
    background-image: url('../images/conferencia-ventas.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.slide-2-news {
    position: static;
    width: 100%;
    background-image: url('../images/medicina-inscrições-abertas.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.slide-nav {
    display: none;
}

.right-arrow {
    display: block;
}

.left-arrow {
    display: block;
}

.image-9 {
    width: 100%;
    height: 10%;
}

.heading-9 {
    position: absolute;
}

.h3-news-in-slide {
    position: relative;
    top: -80px;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px 10px 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.sec-slide-news {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 50%;
    height: 400px;
    margin-right: -10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slide-3-news {
    position: static;
    width: 100%;
    background-image: url('../images/medicina-inscrições-abertas.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.slide-1-news {
    width: 100%;
    background-image: url('../images/conferencia-ventas.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg-2 {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/conferencia-ventas.jpg');
    background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0)), url('../images/conferencia-ventas.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #0098ff;
}

    .play.play-2 {
        background-color: #489c05;
    }

    .play.play-3 {
        background-color: #ff3ad0;
    }

.slider-news {
    overflow: hidden;
    width: 100%;
    height: 400px;
    background-color: #e6e7e8;
}

.paragraph-in-slide-news {
    position: absolute;
    left: 20px;
    overflow: hidden;
    width: 300px;
    height: 130px;
    color: #e6e7e8;
    font-size: 10px;
    font-weight: 300;
}

.the-slide {
    overflow: hidden;
    height: 100%;
    padding: 0px;
}

.flex-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .flex-child.col-1 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .flex-child.col-2 {
        position: relative;
        overflow: visible;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

.mask-2 {
    height: 100%;
}

.bg-1 {
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/portugal-bandeira.jpg');
    background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0)), url('../images/portugal-bandeira.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.heading-2-in-slide-news {
    position: absolute;
    left: 20px;
    bottom: 190px;
    overflow: hidden;
    width: 300px;
    height: 60px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #e6e7e8;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}

.slide-news {
    height: auto;
}

.arrow {
    display: block;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #585858;
}

    .arrow:hover {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        color: #ffc200;
    }

    .arrow.right {
        position: absolute;
        left: 0px;
        top: auto;
        right: auto;
        bottom: 340px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
        transition: color 200ms ease, -webkit-transform 200ms ease;
        transition: color 200ms ease, transform 200ms ease;
        transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
        color: #d1d1d1;
    }

        .arrow.right:hover {
            -webkit-transform: rotate(-90deg) translate(10px, 0px);
            -ms-transform: rotate(-90deg) translate(10px, 0px);
            transform: rotate(-90deg) translate(10px, 0px);
            color: #6dcff6;
        }

    .arrow.left {
        position: absolute;
        left: 0px;
        top: auto;
        right: auto;
        bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
        transition: color 200ms ease, -webkit-transform 200ms ease;
        transition: color 200ms ease, transform 200ms ease;
        transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
        color: #d1d1d1;
    }

        .arrow.left:hover {
            -webkit-transform: rotate(-90deg) translate(-10px, 0px);
            -ms-transform: rotate(-90deg) translate(-10px, 0px);
            transform: rotate(-90deg) translate(-10px, 0px);
            color: #6dcff6;
        }

.the-line-right-here {
    position: absolute;
    left: 39px;
    top: 0px;
    bottom: 0px;
    z-index: 6;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .09);
}

.triangle {
    width: 0px;
    height: 0px;
    margin-left: 9px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.div-block-4 {
    position: static;
}

.bold-text-5 {
    display: inline-block;
    margin-top: 20px;
}

.main-news {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 650px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bg-3 {
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/medicina-inscrições-abertas.jpg');
    background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0)), url('../images/medicina-inscrições-abertas.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.bg-4 {
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/sheffield-childrens-hospital-morag-myerscough-interior-design-uk_dezeen_2364_hero.gif');
    background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0)), url('../images/sheffield-childrens-hospital-morag-myerscough-interior-design-uk_dezeen_2364_hero.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.dropdown-wrapper-cidadaos {
    position: relative;
    display: block;
    width: 175px;
    height: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-content-cidadaos {
    position: absolute;
    overflow: hidden;
    width: 280px;
    padding-right: 0px;
    background-color: hsla(210, 4%, 91%, 0);
}

.dropdown-wrapper-profissionais {
    position: relative;
    display: block;
    width: 175px;
    height: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-content-profissionais {
    position: absolute;
    overflow: hidden;
    width: 280px;
    padding-right: 0px;
    background-color: hsla(210, 4%, 91%, 0);
}

.dropdown-wrapper-cnpma {
    position: relative;
    display: block;
    width: 175px;
    height: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-content-cnpma {
    position: absolute;
    overflow: hidden;
    width: 280px;
    padding-right: 0px;
    background-color: hsla(210, 4%, 91%, 0);
}

.text {
    font-style: normal;
    text-transform: uppercase;
}

.italic-text-2 {
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
}

.tabs-content-list {
    height: 340px;
    padding: 10px;
}

.tabs-menu-2 {
    margin-bottom: 20px;
}

.tab-link-tab-1-2 {
    background-color: rgba(109, 207, 246, 0.16);
}

    .tab-link-tab-1-2 .text {
        color: #393a3bbd;
    }

    .tab-link-tab-1-2.w--current {
        background-color: #6dcff6;
    }

        .tab-link-tab-1-2.w--current .text {
            color: #fff;
        }

.tab-link-tab-2-2 {
    background-color: rgba(109, 207, 246, 0.16);
}

    .tab-link-tab-2-2 .text {
        color: #393a3bbd;
    }

    .tab-link-tab-2-2.w--current .text {
        color: #fff;
    }

    .tab-link-tab-2-2.w--current {
        background-color: #6dcff6;
    }

.columns-list-and-map {
    margin-top: 50px;
}

.dropdown-wrapper-pt-en {
    position: relative;
    display: block;
    width: 60px;
    height: auto;
    margin-right: 115px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-trigger-pt-en {
    width: auto;
    height: auto;
    padding: 7px;
    background-color: #6dcff6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

    .dropdown-trigger-pt-en:hover {
        background-color: #58595b;
    }

    .dropdown-trigger-pt-en.page-cidadaos {
        margin-right: 5px;
        margin-bottom: -1px;
        padding-right: 7px;
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 69%);
    }

        .dropdown-trigger-pt-en.page-cidadaos:active {
            background-image: none;
        }

.link-en-pt {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #58595b;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

    .link-en-pt:hover {
        color: #393a3b;
    }

.link-submenu-copy {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #58595b;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

    .link-submenu-copy:hover {
        color: #393a3b;
    }

.pt-en {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

    .pt-en:hover {
        color: #fff;
    }

.dropdown-content-pt-en {
    position: absolute;
    overflow: hidden;
    width: 60px;
    padding-right: 0px;
    background-color: hsla(210, 4%, 91%, 1);
}

.dropdown-wrapper-pt-en-mobile {
    position: relative;
    display: none;
    width: 60px;
    height: auto;
    margin-right: 60px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-modal-wrapper {
    position: fixed;
    z-index: 2000;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100vh;
    padding: 100px 10% 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .65);
}

.link-block-4 {
    cursor: pointer;
}

.div-modal-wd {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

.div-close-wrapper {
    position: static;
    left: 0px;
    top: 30px;
    right: 90px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    float: right;
    cursor: pointer;
}

.image-close {
    position: static;
    color: #e6e7e8;
}

.div-image-in-modal {
    overflow: hidden;
    width: 55%;
    height: 60%;
    margin: 0px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, .61);
}

.image-in-modal {
    width: auto;
}

.dropdown-wrapper-fqas {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dropdown-content-fqas {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #e6e7e8;
}

.question {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

    .question:hover {
        color: #fff;
    }

.paragraph-fqas {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 20px;
}

.dropdown-trigger-fqas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
    cursor: pointer;
}

    .dropdown-trigger-fqas.page-cidadaos {
        margin-right: 5px;
        margin-bottom: -1px;
        padding-right: 7px;
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 69%);
    }

        .dropdown-trigger-fqas.page-cidadaos:active {
            background-image: none;
        }

.icon-arrow {
    width: 10px;
    margin-right: 10px;
}

.dropdown-content-fqas-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #e6e7e8;
}

.dropdown-content-fqas-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #e6e7e8;
}

.dropdown-content-fqas-4 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #e6e7e8;
}

.dropdown-content-fqas-5 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #e6e7e8;
}

.dropdown-wrapper-fqas-2 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dropdown-wrapper-fqas-3 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.icon-arrow-2 {
    width: 10px;
    margin-right: 10px;
}

.icon-arrow-3 {
    width: 10px;
    margin-right: 10px;
}

.search-pt-en-in-mobile {
    display: none;
}

.dropdown-wrapper-pt-en-in-mobile {
    position: relative;
    display: none;
    width: 60px;
    height: auto;
    margin-right: 115px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search-resutls {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/futuro.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.header-cidadaos-pma-em-portugal {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/portugal-bandeira.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.header-cidadaos-centros-de-pma {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/hospital.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.header-profissionais-requisitos-e-parametros-dos-centos-de-pma {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/futuro.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.header-profissionais-consentimento-informado {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/Dollarphotoclub_55224559.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
}

.header-cnpma-galeria {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/fotografia.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
}

.header-fqas {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/faqs.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.header-legislacao {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/stock-photo-in-the-hospital-close-up-shot-of-the-doctor-does-ultrasound-sonogram-procedure-to-a-pregnant-1130966555.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
}

.div-docs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
}

    .div-docs:hover {
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
    }

.logo-in-div-docs {
    width: 50px;
    height: 50px;
    margin-top: 30px;
}

.paragraph-in-div-docs {
    position: absolute;
    left: 10px;
    top: 100px;
    right: 10px;
    bottom: 10px;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.div-docs-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
}

    .div-docs-copy:hover {
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6);
    }

.div-docs-hover-2 {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(135deg, #211f1f, #58595b);
}

    .div-docs-hover-2:hover {
        background-image: linear-gradient(135deg, #000, #58595b);
    }

.paragraph-in-div-docs-hover {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.column-document-1---profissionais {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.div-docs-hover-3 {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(135deg, #211f1f, #58595b);
}

    .div-docs-hover-3:hover {
        background-image: linear-gradient(135deg, #000, #58595b);
    }

.div-docs-hover-4 {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(135deg, #211f1f, #58595b);
}

    .div-docs-hover-4:hover {
        background-image: linear-gradient(135deg, #000, #58595b);
    }

.div-docs-hover-1 {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(135deg, #211f1f, #58595b);
}

    .div-docs-hover-1:hover {
        background-image: linear-gradient(135deg, #000, #58595b);
    }

.column-document-2---profissionais {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.column-document-3---profissionais {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.column-document-4---profissionais {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.dropdown-toggle {
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-in-menu {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-13 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.icon-3 {
    color: #fff;
}

.dropdown-list-2 {
    width: 200px;
}

    .dropdown-list-2.w--open {
        width: 280px;
    }

.dropdown-link-3 {
    font-size: 12px;
}

.dropdown-3-levels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 41px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e6e7e8;
}

    .dropdown-3-levels:hover {
        background-color: #dbdbdb;
    }

    .dropdown-3-levels:active {
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 59%);
    }

.dropdown-2 {
    width: 100%;
}

.text-block-14 {
    color: #58595b;
}

.dropdown-link {
    position: static;
    display: block;
    padding: 0px;
    color: #58595b;
    font-size: 10px;
    text-transform: uppercase;
}

.icon-4 {
    position: relative;
    margin-right: 0px;
    margin-left: 10px;
    clear: none;
    color: #58595b;
    font-size: 14px;
}

._3-levels-link {
    position: static;
    display: block;
    padding: 10px 10px 10px 20px;
    background-color: #dbdbdb;
    color: #58595b;
    font-size: 10px;
    text-transform: uppercase;
}

    ._3-levels-link:hover {
        background-color: #d1d1d1;
    }

    ._3-levels-link:active {
        background-image: linear-gradient(135deg, #56a9ff, #6dcff6 50%);
    }

.dropdown-list-profissional {
    width: 200px;
}

    .dropdown-list-profissional.w--open {
        width: 252px;
    }

.dropdown-list-cidadaos {
    width: 200px;
}

    .dropdown-list-cidadaos.w--open {
        width: 230px;
    }

.dropdown-list-cnpma {
    width: 200px;
}

    .dropdown-list-cnpma.w--open {
        width: 218px;
    }

.icon-5 {
    position: relative;
    margin-right: 0px;
    margin-left: 10px;
    clear: none;
    color: #58595b;
    font-size: 14px;
}

.icon-6 {
    position: relative;
    margin-right: 0px;
    margin-left: 10px;
    clear: none;
    color: #58595b;
    font-size: 14px;
}

.pt-en-in-mobile {
    position: relative;
    display: none;
    width: 60px;
    height: auto;
    margin-right: 115px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-content-pt-en-in-mobile {
    position: absolute;
    overflow: hidden;
    width: 60px;
    padding-right: 0px;
    background-color: hsla(210, 4%, 91%, 0);
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
    opacity: 0;
    -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
    -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
    transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
    opacity: 0;
    -webkit-transform: scale(0.01, 0.01);
    -ms-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
}

.list {
    overflow: auto;
    height: 320px;
}

    /* width */
    .list::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .list::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    /* Handle */
    .list::-webkit-scrollbar-thumb {
        background-color: #58595b;
        border-radius: 10px;
    }

        /* Handle on hover */
        .list::-webkit-scrollbar-thumb:hover {
            background: #6dcff6;
        }


@media (max-width: 991px) {
    .hamburger-button:hover {
        color: #2196f3;
    }

    .hamburger-button.w--open {
        background-color: #333;
    }

    .hamburger-button.left {
        float: left;
    }

    .hamburger-button.white {
        display: block;
        width: 200px;
        height: 35px;
        margin-left: 10%;
        padding: 8px 0px 0px;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
    }

    .navigation-menu {
        position: absolute;
        display: block;
        width: 280px;
        margin-left: 10%;
        float: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #58595b;
        text-align: left;
    }

    .hero-slider {
        height: 400px;
    }

    .form-wrapper.squeezed {
        padding-right: 10%;
        padding-left: 10%;
    }

    .left-navigation {
        width: 100%;
        height: auto;
        float: none;
    }

    .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
    }

    .nav-menu {
        padding: 17px;
        background-color: #333;
    }

    .logo-link {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        float: left;
    }

    .content {
        width: 100%;
        height: auto;
    }

    .social-footer {
        margin-top: 0px;
    }

    .content-column {
        padding-top: 0px;
    }

    .container {
        margin-right: 0px;
        margin-left: 0px;
    }

    .header-home {
        background-position: 0px 0px, 0px 50%;
    }

    .heading {
        font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
        font-size: 16px;
        font-weight: 700;
    }

    .paragraph {
        font-size: 12px;
    }

    .tabs-menu {
        margin-right: 0px;
        margin-left: -1px;
    }

    .tab-pane-tab-1 {
        bottom: 0px;
        margin-top: 0px;
    }

    .tab-link-tab-1.w--current {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .column-6 {
        padding-right: 0px;
    }

    .text-block-7 {
        font-size: 9px;
    }

    .text-block-8 {
        font-size: 8px;
    }

    .bold-text-2 {
        font-size: 8px;
    }

    .icon {
        position: static;
        display: block;
        width: auto;
        height: auto;
        margin-top: 0px;
        padding-left: 10px;
        float: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: left;
    }

    .background-title {
        height: auto;
    }

    .submenu-1 {
        right: 0px;
    }

    .submenu-2 {
        left: 0px;
    }

    .columns-submenus {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading-subtile {
        font-size: 30px;
    }

    .image-7 {
        display: none;
    }

    .header-pm-em-portugal {
        background-image: linear-gradient(95deg, #fff, #fff 34%, transparent), url('../images/portugal-bandeira.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    .bar-search-languages {
        grid-column-gap: 0px;
        grid-template-areas: ". . . .";
        -ms-grid-columns: 1.5fr 0px 3fr 0px 0.5fr 0px 0.25fr;
        grid-template-columns: 1.5fr 3fr 0.5fr 0.25fr;
    }

    .submenu-3 {
        right: 0px;
    }

    .column-galeira {
        height: auto;
    }

    .column-title-galeira {
        height: auto;
    }

    .video {
        height: auto;
    }

    .small-column-text-galeira {
        height: auto;
    }

    .small-column-galeira {
        height: auto;
    }

    .slider {
        height: 560px;
    }

    .columns-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slide-galeira {
        height: auto;
    }

    .dropdown-trigger {
        height: 35px;
        padding-left: 10px;
        background-color: #939598;
    }

    .menu {
        margin-left: 0px;
        text-align: left;
    }

    .dropdown-content {
        position: static;
        width: 280px;
        padding-right: 0px;
    }

    .submenu-link {
        width: auto;
        margin-right: 0px;
    }

    .dropdown-wrapper {
        position: relative;
        width: 280px;
        clear: none;
    }

    .dropdown-content-2-tratamentos-de-pma {
        left: 200px;
        top: 73px;
        width: 280px;
    }

    .dropdown-content-2-doao-de-gmetas-e-embries {
        left: 200px;
        top: 149px;
    }

    .dropdown-content-2-registos-em-pma {
        left: 200px;
        top: 259px;
    }

    .container-for-menu {
        overflow: hidden;
    }

    .h1-news {
        margin-right: 50px;
        margin-left: 50px;
        font-size: 20px;
    }

    .paragraph-4 {
        margin-right: 50px;
        margin-bottom: 25px;
        margin-left: 50px;
        font-size: 12px;
        text-align: justify;
    }

    .column-slide {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-right: 10px;
    }

    .bg-2 {
        width: 100%;
    }

    .paragraph-in-slide-news {
        overflow: visible;
        height: auto;
        font-size: 10px;
    }

    .flex-child.col-1 {
        overflow: visible;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .bg-1 {
        width: 100%;
    }

    .main-news {
        height: 500px;
    }

    .column-with-tabs {
        padding-right: 150px;
        padding-left: 150px;
    }

    .div-text-in-slide-news {
        overflow: visible;
        height: 250px;
    }

    .bg-3 {
        width: 100%;
    }

    .bg-4 {
        width: 100%;
    }

    .dropdown-wrapper-cidadaos {
        position: relative;
        width: 280px;
        clear: none;
    }

    .dropdown-content-cidadaos {
        position: static;
        width: 280px;
        padding-right: 0px;
    }

    .dropdown-wrapper-profissionais {
        position: relative;
        width: 280px;
        clear: none;
    }

    .dropdown-content-profissionais {
        position: static;
        width: 280px;
        padding-right: 0px;
    }

    .dropdown-wrapper-cnpma {
        position: relative;
        width: 280px;
        clear: none;
    }

    .dropdown-content-cnpma {
        position: static;
        width: 280px;
        padding-right: 0px;
    }

    .dropdown-wrapper-pt-en {
        position: relative;
        width: 60px;
        height: auto;
        margin-right: 50px;
        clear: none;
    }

    .dropdown-trigger-pt-en {
        width: 60px;
        height: auto;
        padding-left: 10px;
        background-color: #6dcff6;
    }

    .pt-en {
        margin-left: 0px;
        text-align: left;
    }

    .dropdown-content-pt-en {
        position: static;
        width: 60px;
        padding-right: 0px;
    }

    .dropdown-wrapper-pt-en-mobile {
        position: relative;
        display: none;
        width: 60px;
        height: auto;
        margin-right: 50px;
        clear: none;
    }

    .dropdown-wrapper-fqas {
        position: relative;
        width: 100%;
        clear: none;
    }

    .dropdown-content-fqas {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .question {
        margin-left: 0px;
        text-align: left;
    }

    .dropdown-trigger-fqas {
        height: 35px;
        padding-left: 10px;
        background-color: #939598;
    }

    .dropdown-content-fqas-2 {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-content-fqas-3 {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-content-fqas-4 {
        position: static;
        width: 280px;
        padding-right: 0px;
    }

    .dropdown-content-fqas-5 {
        position: static;
        width: 280px;
        padding-right: 0px;
    }

    .dropdown-wrapper-fqas-2 {
        position: relative;
        width: 100%;
        clear: none;
    }

    .dropdown-wrapper-fqas-3 {
        position: relative;
        width: 100%;
        clear: none;
    }

    .dropdown-wrapper-pt-en-in-mobile {
        position: relative;
        display: none;
        width: 60px;
        height: auto;
        margin-right: 50px;
        clear: none;
    }

    .header-search-resutls {
        background-position: 0px 0px, 0px 50%;
    }

    .header-cidadaos-pma-em-portugal {
        background-position: 0px 0px, 0px 50%;
    }

    .header-cidadaos-centros-de-pma {
        background-position: 0px 0px, 0px 50%;
    }

    .header-profissionais-requisitos-e-parametros-dos-centos-de-pma {
        background-position: 0px 0px, 0px 50%;
    }

    .header-profissionais-consentimento-informado {
        background-position: 0px 0px, 0px 50%;
    }

    .header-cnpma-galeria {
        background-position: 0px 0px, 0px 50%;
    }

    .header-fqas {
        background-position: 0px 0px, 0px 50%;
    }

    .header-legislacao {
        background-position: 0px 0px, 0px 50%;
    }

    .dropdown-toggle {
        background-color: transparent;
    }

    .dropdown-link {
        width: auto;
        margin-right: 0px;
    }

    .icon-4 {
        left: 150px;
        top: -18px;
    }

    ._3-levels-link {
        width: auto;
        margin-right: 0px;
    }

    .icon-5 {
        position: absolute;
        left: 105px;
        top: -8px;
    }

    .icon-6 {
        position: absolute;
        left: 90px;
        top: -8px;
    }

    .pt-en-in-mobile {
        position: relative;
        display: none;
        width: 60px;
        height: auto;
        margin-right: 50px;
        clear: none;
    }

    .dropdown-content-pt-en-in-mobile {
        position: static;
        width: 60px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .hamburger-button.white {
        position: static;
        top: 0px;
        width: auto;
        height: 35px;
        margin-right: 10%;
        margin-left: 10%;
        padding: 8px auto auto;
    }

    .navigation-menu {
        position: absolute;
        top: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        float: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .brand-link.on-top {
        float: left;
    }

    .brand-link.left-spacing {
        padding-left: 0px;
    }

    .section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-slider {
        height: 528px;
    }

    .slide {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cta-section {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .cta-heading {
        margin-bottom: 10px;
    }

    .form-wrapper.squeezed {
        padding-right: 9px;
        padding-left: 0px;
    }

    .picture-border {
        margin-bottom: 13px;
    }

    .grid-fours {
        width: 33.33%;
    }

    .image-column {
        margin-bottom: 10px;
    }

    .content-column {
        margin-bottom: 13px;
        text-align: center;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .header-home {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .image-in-header {
        left: 10%;
        display: block;
    }

    .column {
        height: auto;
    }

    .heading {
        font-size: 18px;
    }

    .paragraph {
        font-size: 14px;
    }

    .column-4 {
        height: auto;
    }

    .column-5 {
        height: auto;
    }

    .tabs-menu {
        display: -ms-grid;
        display: grid;
        margin-right: 0px;
        margin-left: -1px;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-areas: ". .";
        -ms-grid-columns: 1fr 0px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .tabs {
        height: auto;
    }

    .tabs-content {
        height: auto;
    }

    .tab-pane-tab-1 {
        height: auto;
        padding-bottom: 20px;
    }

    .footer {
        display: none;
    }

    .columns-3 {
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-8 {
        height: auto;
    }

    .text-block-7 {
        margin-left: 1px;
    }

    .text-block-8 {
        font-size: 9px;
    }

    .image-4 {
        float: right;
    }

    .container-2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .bold-text-2 {
        font-size: 11px;
        line-height: 13px;
    }

    .icon {
        position: relative;
        top: 0px;
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: center;
    }

    .footer-mobile {
        display: block;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #e6e7e8;
    }

    .text-block-10 {
        display: block;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
    }

    .image-5 {
        overflow: visible;
        margin-left: 10px;
    }

    .div-block-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        grid-template-areas: ". .";
        -ms-grid-columns: 1fr 0px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .image-6 {
        margin-right: 10px;
    }

    .background-title {
        height: auto;
    }

    .background-subtitle {
        height: auto;
    }

    .submenu-1 {
        right: 0px;
        bottom: 10px;
    }

    .submenu-2 {
        left: 0px;
        top: 10px;
    }

    .heading-subtile {
        font-size: 22px;
    }

    .image-7 {
        display: inline-block;
        margin-top: 50px;
        margin-left: 15%;
    }

    .container-subtitle {
        padding-left: 20px;
    }

    .container-title {
        padding-left: 20px;
    }

    .header-pm-em-portugal {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .bar-search-languages {
        grid-column-gap: 0px;
        grid-template-areas: ". . . .";
        -ms-grid-columns: 0.25fr 0px 1fr 0px 0.5fr 0px 0.25fr;
        grid-template-columns: 0.25fr 1fr 0.5fr 0.25fr;
    }

    .search-2 {
        display: none;
    }

    .container-r {
        padding-right: 10px;
        padding-left: 10px;
    }

    .submenu-3 {
        right: 0px;
        bottom: 10px;
    }

    .column-galeira {
        position: relative;
        height: auto;
    }

    .video {
        position: relative;
        float: none;
        clear: none;
    }

    .paragraph-align-left-galeira {
        font-size: 14px;
    }

    .heading-align-right-galeira {
        font-size: 25px;
    }

    .paragraph-align-right-galeira {
        font-size: 14px;
    }

    .heading-align-left-galeira {
        font-size: 25px;
    }

    .slider {
        position: relative;
        height: 400px;
    }

    .slide-1 {
        height: 400px;
        background-position: 50% 0px;
        background-size: cover;
        background-repeat: repeat;
        background-attachment: scroll;
    }

    .mask {
        position: static;
        overflow: hidden;
        height: 400px;
    }

    .slide-galeira {
        position: relative;
        height: auto;
    }

    .dropdown-trigger {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu {
        text-align: center;
    }

    .dropdown-content {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .link-submenu {
        text-align: center;
    }

    .dropdown-wrapper {
        position: static;
        display: block;
        width: 100%;
        float: none;
        clear: none;
    }

    .dropdown-content-2-tratamentos-de-pma {
        position: static;
        top: 73px;
        width: 100%;
    }

    .link-submenu-2 {
        text-align: center;
    }

    .dropdown-link-2 {
        padding-right: 20px;
    }

    .dropdown-content-2-doao-de-gmetas-e-embries {
        position: static;
        top: 149px;
        width: 100%;
    }

    .dropdown-content-2-registos-em-pma {
        position: static;
        top: 259px;
        width: 100%;
    }

    .container-r-mobile {
        padding-right: 0px;
        padding-left: 0px;
    }

    .h1-news {
        margin-right: 50px;
        margin-left: 50px;
        font-size: 16px;
        line-height: 25px;
    }

    .paragraph-4 {
        margin-right: 50px;
        margin-bottom: 25px;
        margin-left: 50px;
        font-size: 12px;
    }

    .column-slide {
        height: auto;
    }

    .bg-2 {
        width: 100%;
    }

    .slider-news {
        height: auto;
        clear: right;
    }

    .paragraph-in-slide-news {
        top: 70px;
        right: 0px;
        bottom: 0px;
        overflow: visible;
        width: 300px;
        height: 150px;
        margin-bottom: 0px;
    }

    .the-slide {
        position: relative;
        height: 100%;
    }

    .flex-child.col-1 {
        position: absolute;
        height: 250px;
        padding-left: 25px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flex-child.col-2 {
        position: relative;
        top: 0px;
        width: 100%;
        height: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .mask-2 {
        position: relative;
    }

    .bg-1 {
        width: 100%;
    }

    .heading-2-in-slide-news {
        left: 20px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 300px;
        height: 80px;
    }

    .slide-news {
        height: 680px;
    }

    .arrow.right {
        bottom: 540px;
    }

    .flex {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 600px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-news {
        height: 400px;
    }

    .column-with-tabs {
        padding-right: 50px;
        padding-left: 50px;
    }

    .div-text-in-slide-news {
        margin-top: 20px;
    }

    .bg-3 {
        width: 100%;
    }

    .bg-4 {
        width: 100%;
    }

    .dropdown-wrapper-cidadaos {
        position: static;
        display: block;
        width: 100%;
        float: none;
        clear: none;
    }

    .dropdown-content-cidadaos {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-wrapper-profissionais {
        position: static;
        display: block;
        width: 100%;
        float: none;
        clear: none;
    }

    .dropdown-content-profissionais {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-wrapper-cnpma {
        position: static;
        display: block;
        width: 100%;
        float: none;
        clear: none;
    }

    .dropdown-content-cnpma {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-wrapper-pt-en {
        position: static;
        display: block;
        width: 60px;
        float: none;
        clear: none;
    }

    .link-en-pt {
        text-align: center;
    }

    .link-submenu-copy {
        text-align: center;
    }

    .pt-en {
        text-align: center;
    }

    .dropdown-content-pt-en {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-wrapper-pt-en-mobile {
        position: static;
        display: none;
        width: 60px;
        float: none;
        clear: none;
    }

    .dropdown-wrapper-fqas {
        position: static;
        display: block;
        width: 100%;
        float: none;
        clear: none;
    }

    .dropdown-content-fqas {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .question {
        text-align: center;
    }

    .paragraph-fqas {
        font-size: 14px;
    }

    .dropdown-content-fqas-2 {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-content-fqas-3 {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-content-fqas-4 {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-content-fqas-5 {
        position: static;
        width: 100%;
        padding-right: 0px;
    }

    .dropdown-wrapper-fqas-2 {
        position: static;
        display: block;
        width: 100%;
        float: none;
        clear: none;
    }

    .dropdown-wrapper-fqas-3 {
        position: static;
        display: block;
        width: 100%;
        float: none;
        clear: none;
    }

    .search-pt-en-in-mobile {
        display: none;
    }

    .dropdown-wrapper-pt-en-in-mobile {
        position: static;
        display: none;
        width: 60px;
        float: none;
        clear: none;
    }

    .header-search-resutls {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .header-cidadaos-pma-em-portugal {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .header-cidadaos-centros-de-pma {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .header-profissionais-requisitos-e-parametros-dos-centos-de-pma {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .header-profissionais-consentimento-informado {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .header-cnpma-galeria {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .header-fqas {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .header-legislacao {
        display: block;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .dropdown-link {
        position: absolute;
        width: auto;
    }

    .icon-4 {
        position: relative;
        left: 150px;
        top: 2px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .icon-5 {
        position: relative;
        left: 100px;
        top: 2px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .icon-6 {
        position: relative;
        left: 75px;
        top: 2px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .pt-en-in-mobile {
        position: static;
        display: none;
        width: 60px;
        float: none;
        clear: none;
    }

    .dropdown-content-pt-en-in-mobile {
        position: static;
        width: 100%;
        padding-right: 0px;
    }
}

@media (max-width: 479px) {
    .button.tab {
        margin-bottom: 9px;
    }

    .navigation-menu {
        width: auto;
        margin-right: 10%;
    }

    .hero-slider {
        height: 550px;
    }

    .slide {
        padding-right: 53px;
        padding-left: 53px;
    }

    .grid-fours {
        width: 50%;
    }

    .image-in-header {
        left: 5%;
        max-width: 80%;
    }

    .heading {
        font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
        font-size: 15px;
        font-weight: 700;
    }

    .paragraph {
        font-size: 12px;
        text-align: justify;
    }

    .tab-link-tab-1.w--current {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .tab-link-tab-2 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .text-block-4 {
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0px;
        font-size: 18px;
        text-align: center;
    }

    .text-block-5 {
        margin-bottom: 10px;
        padding-left: 0px;
        font-weight: 700;
        text-align: center;
    }

    .text-block-6 {
        padding-left: 0px;
        text-align: center;
    }

    .column-8 {
        position: relative;
        padding-right: auto;
        padding-left: auto;
    }

    .image-4 {
        position: static;
        float: none;
    }

    .bold-text-2 {
        font-size: 10px;
    }

    .footer-mobile {
        margin-top: 20px;
    }

    .text-block-10 {
        font-size: 10px;
    }

    .background-title {
        height: auto;
    }

    .heading-4 {
        font-size: 15px;
    }

    .heading-5 {
        font-size: 30px;
    }

    .heading-6 {
        font-size: 10px;
    }

    .background-subtitle {
        height: auto;
        padding-top: 20px;
    }

    .text-submenu {
        font-size: 12px;
    }

    .heading-subtile {
        font-size: 18px;
    }

    .paragraph-1 {
        font-size: 12px;
        text-align: justify;
    }

    .link {
        font-size: 14px;
    }

    .paragraph-2 {
        font-size: 12px;
        text-align: justify;
    }

    .bold-text-3 {
        text-align: justify;
    }

    .paragraph-3 {
        font-size: 12px;
        text-align: justify;
    }

    .bar-search-languages {
        display: none;
        grid-auto-columns: 0.25fr;
        grid-template-areas: ". ." ". .";
        -ms-grid-columns: 0.5fr 7.25fr;
        grid-template-columns: 0.5fr 7.25fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .search-button-mobile {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #6dcff6;
        font-size: 12px;
    }

    .search-input-mobile {
        display: block;
        margin-bottom: 0px;
        text-align: center;
    }

    .search-2 {
        display: block;
    }

    .text-document {
        font-size: 12px;
    }

    .pt-menu-mobile {
        margin-top: 0px;
        float: none;
        clear: none;
    }

        .pt-menu-mobile:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#58595b), to(#58595b));
            background-image: linear-gradient(180deg, #58595b, #58595b);
            color: #fff;
        }

    .colum-pt-en-menu-mobile {
        display: block;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .column-9 {
        clear: none;
    }

    .en-menu-mobile {
        margin-top: 10px;
        float: none;
        clear: none;
    }

        .en-menu-mobile:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#58595b), to(#58595b));
            background-image: linear-gradient(180deg, #58595b, #58595b);
            color: #fff;
        }

    .heading-5-cnpam {
        font-size: 30px;
    }

    .text-submenu-2 {
        font-size: 12px;
    }

    .heading-2-contactos {
        font-size: 30px;
    }

    .column-galeira {
        height: auto;
    }

    .column-title-galeira {
        height: auto;
    }

    .paragraph-align-left-galeira {
        font-size: 14px;
    }

    .heading-align-right-galeira {
        font-size: 25px;
    }

    .paragraph-align-right-galeira {
        font-size: 14px;
    }

    .heading-align-left-galeira {
        font-size: 25px;
    }

    .small-column-text-galeira {
        height: auto;
    }

    .small-column-galeira {
        height: auto;
    }

    .slider {
        height: 250px;
    }

    .slide-1 {
        height: 250px;
    }

    .mask {
        height: 250px;
    }

    .slide-galeira {
        height: auto;
    }

    .map {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dropdown-trigger {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu {
        width: auto;
    }

    .dropdown-content {
        position: static;
    }

    .submenu-link {
        width: auto;
        font-size: 9px;
    }

    .dropdown-content-2-tratamentos-de-pma {
        position: static;
        top: 73px;
        width: 100%;
    }

    .dropdown-link-2 {
        width: 100%;
    }

    .dropdown-trigger-2 {
        width: 100%;
    }

    .dropdown-content-2-doao-de-gmetas-e-embries {
        position: static;
        width: 100%;
    }

    .dropdown-content-2-registos-em-pma {
        position: static;
        top: 73px;
        width: 100%;
    }

    .image-news {
        position: relative;
    }

    .h1-news {
        margin-top: 0px;
        margin-right: 25px;
        margin-left: 25px;
        padding-top: 10px;
        color: #58595b;
        font-size: 14px;
    }

    .gradient-news {
        position: relative;
        display: block;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e7e8), to(#e6e7e8));
        background-image: linear-gradient(180deg, #e6e7e8, #e6e7e8);
    }

    .paragraph-4 {
        margin-right: 25px;
        margin-bottom: 0px;
        margin-left: 25px;
        padding-bottom: 10px;
        color: #58595b;
    }

    .bg-2 {
        width: 100%;
        height: 60%;
        background-image: url('../images/conferencia-ventas.jpg');
        background-position: 0px 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .paragraph-in-slide-news {
        position: relative;
        left: 0px;
        top: 0px;
        overflow: scroll;
        width: auto;
        height: 100px;
        color: #58595b;
    }

    .flex-child.col-1 {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 250px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        background-color: #e6e7e8;
    }

    .flex-child.col-2 {
        top: 250px;
        overflow: hidden;
        height: 100%;
    }

    .bg-1 {
        background-image: url('../images/portugal-bandeira.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .heading-2-in-slide-news {
        position: relative;
        left: 0px;
        width: 100%;
        height: 60px;
        color: #58595b;
        font-size: 12px;
        font-weight: 700;
    }

    .slide-news {
        height: auto;
    }

    .arrow.right {
        bottom: 290px;
    }

    .arrow.left {
        bottom: 20px;
    }

    .flex {
        height: 600px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-news {
        display: block;
        height: auto;
    }

    .column-with-tabs {
        padding-right: 10px;
        padding-left: 10px;
    }

    .div-text-in-slide-news {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #58595b;
    }

    .bg-3 {
        background-image: url('../images/medicina-inscrições-abertas.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bg-4 {
        background-image: url('../images/sheffield-childrens-hospital-morag-myerscough-interior-design-uk_dezeen_2364_hero.gif');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .dropdown-content-cidadaos {
        position: static;
    }

    .dropdown-content-profissionais {
        position: static;
    }

    .dropdown-content-cnpma {
        position: static;
    }

    .dropdown-wrapper-pt-en {
        display: none;
    }

    .dropdown-trigger-pt-en {
        width: auto;
    }

    .dropdown-content-pt-en {
        position: static;
    }

    .dropdown-wrapper-pt-en-mobile {
        display: block;
        width: 100%;
        margin-right: 0px;
    }

    .dropdown-content-fqas {
        position: static;
    }

    .paragraph-fqas {
        color: #58595b;
        font-size: 14px;
    }

    .dropdown-content-fqas-2 {
        position: static;
    }

    .dropdown-content-fqas-3 {
        position: static;
    }

    .dropdown-content-fqas-4 {
        position: static;
    }

    .dropdown-content-fqas-5 {
        position: static;
    }

    .search-button-2 {
        width: 100%;
        background-color: #6dcff6;
        font-size: 16px;
    }

        .search-button-2:hover {
            background-color: #56a9ff;
        }

    .search-input-in-mobile {
        margin-bottom: 0px;
    }

    .search-pt-en-in-mobile {
        display: block;
        margin-bottom: 0px;
        padding: 18px;
        border-style: solid none none;
        border-width: 2px 1px 1px;
        border-color: #58595b #000 #000;
        background-color: #58595b;
    }

    .dropdown-wrapper-pt-en-in-mobile {
        display: block;
        width: 100%;
        padding: 20px;
        background-color: #e6e7e8;
    }

    .dropdown-toggle {
        width: auto;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .dropdown-in-menu {
        width: auto;
    }

    .dropdown-link {
        width: 100%;
        font-size: 9px;
    }

    .icon-4 {
        left: 140px;
        top: 5px;
        font-size: 10px;
    }

    ._3-levels-link {
        width: 100%;
        font-size: 9px;
    }

    .dropdown-list-cidadaos.w--open {
        width: auto;
    }

    .icon-5 {
        left: 95px;
        top: 5px;
        font-size: 10px;
    }

    .icon-6 {
        left: 75px;
        top: 5px;
        font-size: 10px;
    }

    .pt-en-in-mobile {
        display: block;
        width: auto;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 0px;
    }

    .dropdown-content-pt-en-in-mobile {
        position: static;
    }
}

#w-node-96a754388f88-9ad8534e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-4cd8598142ee-9ad8534e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-37e67c87c8f1-9ad8534e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}


@media screen and (max-width: 767px) {
    #w-node-37e67c87c8f1-9ad8534e {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}

@media screen and (max-width: 479px) {
    #w-node-37e67c87c8f1-9ad8534e {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}

#w-node-37e67c87c8f4-9ad8534e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

@media screen and (max-width: 991px) {
    #w-node-37e67c87c8f4-9ad8534e {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-37e67c87c8f4-9ad8534e {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
}

#w-node-0120b1f50f75-83b63c6f {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: -2;
    grid-row-start: -2;
    -ms-grid-row-span: 4;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 479px) {
    #w-node-0120b1f50f75-83b63c6f {
        -ms-grid-column: 4;
        grid-column-start: 4;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 5;
        -ms-grid-row-span: 4;
        grid-row-end: 6;
    }
}

#w-node-0120b1f50f7a-83b63c6f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 767px) {
    #w-node-ada6d19912da-83b63c6f {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-2b2d1f9a72b5-83b63c6f {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }
}

#w-node-2d3d270a6a3b-aa1c8722 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: -2;
    grid-row-start: -2;
    -ms-grid-row-span: 4;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 479px) {
    #w-node-2d3d270a6a3b-aa1c8722 {
        -ms-grid-column: 4;
        grid-column-start: 4;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 5;
        -ms-grid-row-span: 4;
        grid-row-end: 6;
    }
}

#w-node-2d3d270a6a40-aa1c8722 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-2d3d270a6a3b-4f21aa7c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: -2;
    grid-row-start: -2;
    -ms-grid-row-span: 4;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 479px) {
    #w-node-2d3d270a6a3b-4f21aa7c {
        -ms-grid-column: 4;
        grid-column-start: 4;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 5;
        -ms-grid-row-span: 4;
        grid-row-end: 6;
    }
}

#w-node-2d3d270a6a40-4f21aa7c {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-2d3d270a6a3b-f3c5a055 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: -2;
    grid-row-start: -2;
    -ms-grid-row-span: 4;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 479px) {
    #w-node-2d3d270a6a3b-f3c5a055 {
        -ms-grid-column: 4;
        grid-column-start: 4;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 5;
        -ms-grid-row-span: 4;
        grid-row-end: 6;
    }
}

#w-node-2d3d270a6a40-f3c5a055 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-96a754388f88-0ec6293e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-4cd8598142ee-0ec6293e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-37e67c87c8f1-0ec6293e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

@media screen and (max-width: 767px) {
    #w-node-37e67c87c8f1-0ec6293e {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}

@media screen and (max-width: 479px) {
    #w-node-37e67c87c8f1-0ec6293e {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }
}

#w-node-37e67c87c8f4-0ec6293e {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

@media screen and (max-width: 991px) {
    #w-node-37e67c87c8f4-0ec6293e {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-37e67c87c8f4-0ec6293e {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
}
