/* Sub-Menu*/
.submenu {
    margin-top: 110px;
    background-color: #f7f7f7;
    height: 50px;
}

.submenus {
    padding-top: 10px;
}

.submenus a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus a:hover {
    color: #1b1b1b;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus span {
    color: #a2a2a2;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus .fa-angle-double-right {
    color: #929292;
    font-size: 0.7em;
    padding-top: 10px;
}

/* Titulo */
.titulo h3 {
    margin-top: 40px;
    color: #267698;
    font-weight: 700;
}

.border {
    width: 40px;
    height: 5px;
    background-image: linear-gradient(to right, #12a0ca, #ade2f1, #12a0ca);
}

.foto {
    height: 490px;
    border: 3px solid #7fa0aa;
    text-align: center;
    background-color: #ffffff;
    margin-top: -0px;
}

.foto img {
    width: 320px;
    margin-top: 10px;
}

.foto span {
    text-align: left;
    font-weight: 700;
    font-size: 1.2em;
}

.foto a {
    margin-top: 30px;
    background-color: #1386a9;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.foto a:hover {
    text-decoration: none;
    color: #fff;
}

/* Equipa */
.equipa {
    margin-top: 40px;
    background-color: #f4f5f6;
}

.equipa h3 {
    padding-top: 50px;
    color: #286b80;
    font-weight: 700;
}

.integrante {
    margin-top: 30px;
    background-color: #fff;
    height: 260px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px #e4e4e4;
}

.fundo {

    background-image: linear-gradient(to right, #2c7381, #338ea0, #608f98);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 95px;
}

.integrante img {
    background-color: #fff;
    margin-top: 25px;
    width: 100px;
    border-radius: 50%;
    border: 4px solid #e6e3e3;
}

.integrante h6 {
    margin-top: 50px;
    margin-left: 0px;
    color: #000000;
    font-weight: 700;
    font-size: 1em;
}

.integrante p {
    margin-left: 0px;
    font-size: .8em;
    color: #0f6179;
    font-weight: 600;
}

.email {
    margin-top: -10px;
}

.integrante a {
    font-size: .8em;
    color: #4d4d4d;
}

.integrante a:hover {
    font-size: .8em;
    color: #0e5c74;
    text-decoration: none;
}

.integrante .fas {
    color: #1b3a43;
}

/* Modal - Registrar Dados */
.modal-header {
    background-color: #18667e;
}

.modal-header h5 {
    color: #fff;
}

.modal-header span {
    color: #fff;
    font-size: 1.5em;
}

.modal-body {
    margin-top: 10px;
}

.modal-body h6 {
    font-size: 1.1em;
    font-weight: 650;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* Titulo */
    .titulo h4 {
        margin-top: 30px;
        color: #267698;
    }

    .foto {
        height: 520px;
        border: 3px solid #708187;
        text-align: center;
        background-color: #f9f9f9;
        margin-top: 25px;
    }

    .foto img {
        width: 100%;
        margin-top: 0px;
    }

    .foto span {
        text-align: left;
        font-weight: 600;
        font-size: 1.2em;
    }

    .foto a {
        margin-top: 30px;
        background-color: #1386a9;
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        font-weight: 600;
        font-size: .8em;
    }

    .foto a:hover {
        text-decoration: none;
        color: #fff;
    }

    /* Equipa */
    .equipa {
        margin-top: 40px;
        background-color: #f4f5f6;
    }

    .equipa h3 {
        padding-top: 50px;
        color: #286b80;
        font-weight: 700;
    }

    .integrante {
        margin-top: 30px;
        background-color: #fff;
        height: 260px;
        text-align: center;
        border-radius: 10px;
        box-shadow: 5px 5px #e4e4e4;
        margin-bottom: 30px;
    }

    .fundo {
        background-image: linear-gradient(to right, #2c7381, #338ea0, #608f98);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        height: 95px;
    }

    .integrante img {
        background-color: #fff;
        margin-top: 25px;
        width: 100px;
        border-radius: 50%;
        border: 4px solid #e6e3e3;
    }

    .integrante h6 {
        margin-top: 50px;
        margin-left: 0px;
        color: #000000;
        font-weight: 700;
        font-size: 1.1em;
    }

    .integrante p {
        margin-left: 0px;
        font-size: 1em;
        color: #0f6179;
        font-weight: 600;
    }

    .email {
        margin-top: -10px;
    }

    .integrante a {
        font-size: .8em;
        color: #4d4d4d;
    }

    .integrante a:hover {
        font-size: .8em;
        color: #0e5c74;
        text-decoration: none;
    }

    .integrante .fas {
        color: #1b3a43;
    }


    /* Modal - Registrar Dados */
    .modal-header {
        background-color: #18667e;
    }

    .modal-header h5 {
        color: #fff;
    }

    .modal-header span {
        color: #fff;
        font-size: 1.1em;
    }

    .modal-body {
        margin-top: 10px;
    }

    .modal-body h6 {
        font-size: 1.1em;
        font-weight: 650;
    }

    .modal-body span {
        font-size: .9em;
        padding-top: 50px;
    }

}