@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --blue: #3A8BD5;
    --green: #29C829;
    --d-blue: #2F6185;
    --text: #282828;
}
body, html {
    width: 100% !important;
    overflow-x: hidden !important;
}
* {
    border: none;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: var(--text);
}
h1 {
    text-transform: uppercase;
}  
a {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.primary-btn {
    font-size: 18px;
    background-color: var(--blue);
    font-weight: 400;
    color: #fff;
    display: inline-block;
    height: 64px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    margin-top: 30px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    text-transform: uppercase;
    text-align: center;
}
.primary-btn:hover {
    background-color: #2F6185;
}
.primary-btn span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
#home {
    width: 100%;
    height: 100vh;
    /* background-image: url("img/bg2.jpg"); */
    background-size: cover;
    background-position: center;
    color: #fff;
}
#home-content {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}
#home-header {
    width: 100%;
    padding: 20px 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#home-brand {
    width: 250px;
    text-align: center;
}
#home-brand img {
    width: 100%;
}
#header-menu {
    display: flex;
    width: 600px;
    justify-content: space-around;
    margin-right: 0px;
}
#header-menu a {
    color: #fff;
    text-decoration: none;
    margin-top: 25px;
    height: 36px;
    border-radius: 18px;
    transition: all ease-in-out 0.3s;
    padding: 7px 18px;
}
#header-menu a:hover {
    background-color: #fff;
    color: var(--d-blue);
    font-weight: 400;
}
#menu2 {
    position: absolute;
    top: 30px;
    right: 65px;
    display: flex;
    align-items: center;
}
#menu2 a {
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 20px;
}
#menu2 a:hover {
    text-decoration: underline;
}
#menu2 a:nth-child(1) img {
    width: 22px;
}
#menu2 a img {
    width: 20px;
}
nav {
    display: none;
}
#languages {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 3px;
    outline: none;
    width: 45px;
}
#topbar {
    background-color: var(--blue);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 15px;
    position: fixed;
    z-index: 100;
    top: -75px;
    width: 100%;
    transition: all ease-in-out 0.5s;
    display: none;
}
#home-brand-2 {
    width: 70px;
    height: 50px;
    margin-left: 20px;
    transition: all ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home-brand-2:hover {
    background-color: #2f69a0;
}
#home-brand-2 img {
    width: calc(100% - 40px);
}
#header-menu-2 {
    display: flex;
    justify-content: space-around;
    margin-right: 20px;
}
#header-menu-2 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 50px;
    transition: all ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
#header-menu-2 a:hover {
    background-color: #2f69a0;
}
#home-title {
    width: 100%;
    position: absolute;
    height: 300px;
    top: calc(50% - 100px);
    padding: 0 100px;
}
#home-title h1 #t1{
    font-weight: 700;
    color: #fff;
    text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}
#home-title h1 #t1 *{
    font-weight: 700;
    color: #fff;
    text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}
#home-title h1 {
    font-size: 60px !important;
    max-width: 1200px;
    margin: auto;
    line-height: 80px;
}
#home-title .primary-btn{
    width: 245px;
    padding-right: 20px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}
#home-title .primary-btn img {
    margin-left: 18px;
}

#p1 h1 {
    font-weight: 500;
    color: #fff;
}

#sobre, #sobre3 {
    width: 100%;
    padding: 80px;
}
.container {
    width: calc(100% - 100px);
    margin: auto;
    max-width: 1200px;
}
.container h1 {
    color: var(--d-blue);
    font-weight: 600;
    font-size: 50px;
    text-align: center;
}

#sobre-content {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
#sobre-content .col {
    width: 20%;
    text-align: center;
    font-size: 18px;
}
#sobre-content .col img {
    height: 70px;
    margin-bottom: 25px;
}
#sobre-content .primary-btn {
    margin: auto;
    margin-top: 80px;
    background-color: var(--green);
    width: 300px;
}
#sobre-content .primary-btn:hover {
    background-color: #1a9d1a;
}

#sobre2 {
    width: 100%;
    background-color: var(--blue);
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#sobre2 p {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    max-width: 1000px;
    text-align: center;
}
#sobre-img {
    height: 300px;
    width: 100%;
}
#timeline {
    width: 60%;
    padding:0 30px;
    text-align: center;
    margin: auto;
    max-width: 800px;
}
#timeline img {
    width: 100%;
}
#apoio{
    padding: 80px 80px 30px;
    text-align: center;
}
#apoio2 {
    display: none;
}
#apoio img {
    width: calc(100% - 100px);
    margin-top: 30px;
}
#equipe {
    background-color: var(--d-blue);
    padding: 50px;
    color: #fff;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
#equipe-l {
    width: calc(100% - 300px);
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
#equipe-r {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#equipe-r .primary-btn {
    width: 250px;
    margin: 0;
    background-color: #fff;
    color: var(--d-blue);
}
#equipe-r .primary-btn:hover {
    background-color: rgb(229, 229, 229);
}
#serviços {
    padding: 0 80px 80px;
}
#serviços h1 {
    color: var(--green);
}
#serviços .primary-btn {
    width: 300px;
    margin: auto;
    margin-top: 20px;
}
#serviços-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
    width: calc(100% - 100px);
}
#s1, #s2, #s3, #s4 {
    background-color: #000000;
    height: 500px;
    width: calc(50% - 20px);
    margin-bottom: 40px;
}
#s5 {
    background-color: #000000;
    height: 300px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.9) 100%), url('../img/s5.jpg');
    background-position: center;
    background-size: cover;
}
#s1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.9) 100%), url('../img/s1.jpg');
    background-position: center;
    background-size: cover;
}
#s2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.9) 100%), url('../img/bg3.jpg');
    background-position: center;
    background-size: cover;
}
#s3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.9) 100%), url('../img/s3.jpg');
    background-position: center;
    background-size: cover;
}
#s4 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.9) 100%), url('../img/s4.jpg');
    background-position: center;
    background-size: cover;
}
.s-overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color ease-in-out 0.3s;
    position: relative;
}
.s-overlay:hover {
    background-color: #1C1C1C;
}
.s-overlay h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
}
.s-overlay p {
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    padding: 50px 50px 0;
    text-align: justify;
}
.s-overlay:hover > .servico {
    opacity: 1;
}
.s-overlay .servico {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    width: 100%;
    height: calc(100% - 170px);
    overflow-y: auto;
    font-size: 18px;
}
#s5 .s-overlay .servico {
    max-height: calc(100% - 100px);
}

#news {
    background-color: #1C1C1C;
    padding: 80px;
}
#news .container h1 {
    color: #fff;
}
#news #feed {
    display: flex;
    margin-top: 50px;
}
#news #feed .col {
    width: calc(33% - 40px);
    margin: 0 40px;
}
#news #feed .col h3 {
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    height: auto;
    min-height: 40px;
}
#news #feed .col p,
#news #feed .col h4 {
    color: #fff;
    font-weight: 300;
    text-align: justify;
    margin: 0;
}
#news #feed .col img,
#news #feed .col figure {
    display: none;
}
#news #feed .col a {
    text-decoration: none;
    cursor: default;
    color: #fff;
    font-weight: 300;
}
#news #feed .col span {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
}
#news #feed .col span:hover {
    text-decoration: underline;
}
#news .primary-btn {
    margin: auto;
    margin-top: 50px;
    background-color: var(--green);
    width: 300px;
}
#news .primary-btn:hover {
    background-color: #1a9d1a;
}

.loading { display: none; }

#contact {
    width: 100%;
    padding: 80px;
    color: #fff;
    background-color: var(--blue);
    padding-bottom: 0;
}
#contact .container h1 {
    color: #fff;
}

#contact form {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}
#contact .primary-btn {
    background-color: var(--green);
    width: 300px;
    margin: auto;
    margin-top: 30px;
}
#contact .primary-btn:hover {
    background-color: #1a9d1a;
}
#contact form .form-l {
    width: 35%;
}
#contact form .form-r {
    width: 35%;
}
#contact form input {
    width: 100%;
    outline: none;
    padding: 12px 18px;
    height: 45px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 18px;
    border: solid 3px var(--blue);
}
#contact form input::placeholder,
#contact form textarea::placeholder {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
}
#contact form textarea {
    width: 100%;
    outline: none;
    height: 155px;
    padding: 18px;
    margin-left: 10px;
    color: #000000;
    font-size: 18px;
    resize: none;
    border: solid 3px var(--blue);
}
#contact #infos {
    display: flex;
    justify-content: center;
}
#contact #infos span {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 50px 15px 40px;
}
#info {
}
#contact {
    text-align: center;
}
#contact img {
    width: 200px;
}
#contact #footer {
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    margin: 25px 0 10px;
    display: inline-block;
    text-transform: uppercase;
}

#header {
    background-color: var(--d-blue);
}
#header #home-header {
    background-color: rgba(0, 0, 0, 0.2);
}
#header #home-brand {
    width: 200px;
}
#title {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#title h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

#sobre3 {
    background-color: var(--blue);
    padding-top: 10px ;
}
#sobre3 span {
    font-weight: 300;
    color: #fff;
}
#sobre3 h1 {
    color: #fff;
    font-size: 40px;
}
#sobre-pag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 30px 0 60px;
}
#q1,#q2,#q3,#q4 {
    width: calc(50% - 60px);
    min-width: 400px;
    margin: 50px 30px;
}
#q1, #q2 {
    margin-bottom: 10px;
}
#q3, #q4 {
    margin-top: 10px;
}
#q1 img {
    width: 100%;
    margin-top: 40px;
    height: 500px;
    object-fit: cover;
}
#sobre-pag h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--green);
    font-size: 35px;
    margin: 30px 0;
}
#sobre-pag p {
    font-size: 20px;
    margin: 20px 0;
    line-height: 35px;
    text-align: justify;
}
#q4 {
    background-color: var(--d-blue);
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#q4 h3 {
    color: #fff;
    text-align: center;
}
#q4 p {
    color: #fff;
    font-weight: 300;
    margin: 50px 0;
    text-align: center;
}
#q4 .primary-btn{
    margin-bottom: 30px;
    background-color: #fff;
    color: var(--d-blue);
}
#q4 .primary-btn:hover {
    background-color: rgb(229, 229, 229);
}
#fluxo .primary-btn {
    width: 300px;
    background-color: var(--green);
    margin: 60px auto 0;
}
#fluxo .primary-btn:hover {
    background-color: #1a9d1a;
}
#equipe-pag {
    width: 100%;
    padding-bottom: 80px;
}
#equipe-pag .container {
    padding: 20px 80px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#fluxo {
    width: 100%;
    padding-bottom: 80px;
}
#fluxo .container {
    padding: 20px 80px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#fluxo h1 {
    width: 100%;
}
#fluxo .membro p {
    text-transform: none;
    color: var(--text);
    font-size: 18px;
}
#fluxo .num {
    font-size: 80px;
    font-weight: 700;
    margin-right: 30px;
    color: var(--d-blue);
}
.membro {
    width: calc(50% - 20px);
    margin: 60px 10px 0;
    display: flex;
    align-items: center;
}
.membro img {
    width: 180px;
    height: 280px;
    object-fit: cover;
    margin-right: 30px;
}
.membro .infos h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}
.membro .infos p,
.membro2 .infos p {
    text-transform: uppercase;
    color: var(--blue);
    font-size: 14px;
}
.membro .infos a {
    font-size: 14px;
    text-decoration: underline;
}
.membro2 {
    width: calc(33% - 40px);
    margin: 60px 20px 20px;
    display: flex;
    align-items: center;
}
.membro2 img {
    width: 180px;
    height: 280px;
    object-fit: cover;
    margin-right: 30px;
}
.membro2 .infos h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}
#equipe-pag .primary-btn {
    width: 300px;
    background-color: var(--green);
    margin: 40px auto 0;
}
#equipe-pag .primary-btn:hover {
    background-color: #1a9d1a;
}


@media (max-width: 1290px)
{
    
    #home-brand {
        width: 220px;
    }
    #home-header {
        width: 100%;
        padding: 20px 20px;
        font-size: 14px;
    }
    #header-menu {
        width: 500px;
    }
    #menu2 {
        position: absolute;
        top: 30px;
        right: 40px;
    }
    #menu2 a:nth-child(1) img {
        width: 20px;
    }
    #menu2 a img {
        width: 18px;
    }
    #languages {
        background-color: transparent;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        margin-left: 20px;
        margin-bottom: 3px;
        outline: none;
        width: 45px;
    }
    #home-title {
        padding: 0 100px;
    }
    #home-title h1 {
        line-height: 70px;
    }
    #home-title h1 #t1 {
        font-size: 55px;
    }
    .container h1 {
        font-size: 38px;
    }
    #sobre, #sobre3, #apoio. #contact, #news {
        padding: 80px 10px;
    }
    #serviços {
        padding: 0 10px 80px;
    }
    #sobre .col, #sobre3 .col {
        width: calc(20% - 10px);
        margin: 0 5px;
    }
    #sobre2 p {
        font-size: 20px;
    }
    #equipe-l {
        font-size: 18px;
        padding-left: 0;
    }
    #apoio .container {
    }
    .primary-btn {
        font-size: 16px;
        background-color: var(--blue);
        font-weight: 400;
        color: #fff;
        display: inline-block;
        height: 56px;
        border-radius: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 35px;
        margin-top: 30px;
        cursor: pointer;
        transition: all ease-in-out 0.2s;
        text-transform: uppercase;
        text-align: center;
    }
    #timeline img {
        width: 100%;
        margin-left: -10%;
    }
    #serviços-content {
        width: 100%;
        margin: 50px 0;
    }
    #s1, #s2, #s3, #s4 {
        height: 400px;
    }
    #s5 {
        height: 250px;
    }
    .s-overlay h2 {
        font-size: 24px;
        bottom: 40px;
        left: 40px;
        width: calc(100% - 100px);
    }
    #sobre-pag h3 {
        margin: 0px 0;
    }
    #sobre-pag p {
        font-size: 18px;
        line-height: 25px;
        margin: 20px 0;
    }
    #sobre-pag {
        padding: 30px 50px 60px;
    }
    #q4 h3 {
        margin-top: 20px;
    }
    #q1 img {
        margin-top: 0;
        height: 400px;
    }
    #contact #infos span {
        font-size: 20px;
    }
    #infos {
        flex-wrap: wrap;
        margin: 30px 0;
    }
    #infos span {
        display: block;
        width: 100%;
        margin: 20px 0 0 !important;
    }
    #infos span:nth-child(2),
    #infos span:nth-child(4) {
        display: none;
    }
.s-overlay h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
}
.s-overlay p {
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    padding: 30px;
    text-align: justify;
}
.s-overlay:hover > .servico {
    opacity: 1;
}
.s-overlay:hover > h2 {
    display: none;
}
.s-overlay .servico {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-size: 16px;
}
    #s1, #s2, #s3, #s4 {
        width: calc(50% - 20px);
    }
    #s1, #s2, #s3, #s4 {
        height: 300px;
    }
}


@media (max-width: 1020px) {
    #contact form .form-r,
    #contact form .form-l {
        width: 50%;
    }
    #timeline img {
        width: 100%;
    }
    #apoio .container,
    #sobre .container,
    #sobre3 .container,
    #serviços .container {
        width: 100%;
        margin: 0;
    }
    #apoio {
        padding: 80px 0;
    }
    #serviços-content {
        margin: 50px 30px;
        width: calc(100% - 70px);
    }
    #q1 {
        display: none;
    }
    #q1,#q2,#q3,#q4 {
        width: calc(100% - 60px);
        min-width: 300px;
    }
    #equipe {
        margin-bottom: 0;
    }
    #equipe-pag .container,
    #fluxo .container {
        margin: 0;
        width: 100%;
        padding: 0 50px;
    }
}

    
@media (max-width: 900px) {
    , #sobre3 {
        padding: 80px 30px;
    }
    #serviços-content {
        margin: 40px 0;
        width: 100%;
    }
    #s1, #s2, #s3, #s4, #s5 {
        margin-bottom: 20px;
    }
    #s1, #s2, #s3, #s4 {
        width: calc(50% - 10px);
    }
    #title {
        height: 70px;
    }
    #title h1 {
        font-size: 26px;
    }
    .s-overlay h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 100px);
    }
    .membro {
        width: 100%;
    }
    #timeline {
        width: 80%;
    }
}


@media (max-width: 700px) {
    #header-menu {
        display: none;
    }
    #timeline {
    }
    #home-brand {
        width: 220px;
        position: absolute;
        left: calc(50% - 110px);
        top: 80px;
    }
    #menu2 {
        top: 35px;
        left: 15px;
    }
    nav {
        display: block;
    }
    #home-title {
        padding: 0 50px;
        top: calc(50% - 100px);
    }
    #home-title h1 #t1{
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
    }
    #home-title h1 {
        line-height: 45px;
    }
    #sobre-content {
        margin-top: 20px;
        justify-content: center;
    }
    #sobre-content .col {
        min-width: 130px;
        margin: 40px 20px 0;
        line-height: 17px;
        font-size: 15px;
    }
    #sobre-content .col img {
        height: 60px;
        margin-bottom: 10px;
    }
    #sobre-content .primary-btn {
        margin-top: 50px;
    }
    #sobre2 {
        padding: 80px 40px;
    }
    #equipe {
        display: block;
    }
    #equipe-l, #equipe-r {
        display: block;
        width: 100%;
        padding: 0;
    }
    #equipe-r .primary-btn {
        margin: 40px auto 0;
    }
    #apoio {
        padding: 40px 80px 80px;
    }
    #apoio1 {
        display: none;
    }
    #apoio2 {
        display: inline-block;
        width: 100%;
    }
    #apoio .container {
        width: 100%;
        padding: 0;
    }
    #apoio {
        padding: 50px 0;
    }
    #seviços {
        padding: 0 50px 50px;
    }
    #serviços-content {
        display: block;
    }
    #s1, #s2, #s3, #s4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .s-overlay h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 100px);
    }
    #servicos-pag .container {
        margin: 0;
        width: 100%;
    }
    #serviços-content {
        margin: 30px;
        width: calc(100% - 60px);
    }
    #news .container {
        margin: 0;
        width: 100%;
    }
    #news {
        padding: 50px 0;
    }
    #news #feed {
        display: block;
    }
    #news #feed .col {
        width: 100%;
        margin: 0 20px;
    }
    #contact {
        padding: 50px 0;
    }
    #contact form {
        display: block;
    }
    #contact form .form-r,
    #contact form .form-l {
        width: 100%;
    }
    #contact form textarea {
        margin-left: 0;
        width: 100%;
    }
    #home .primary-btn {
        width: 280px;
    }
    #contact #footer {
        font-size: 8px;
    }
    #contact img {
        width: 150px;
    }
    #infos {
        margin: 50px 0 0;
    }
    #infos span {
        margin: 5px  !important;
    }
    #contact #infos span {
        font-size: 18px;
    }
    #q1,#q2,#q3,#q4 {
        width: calc(100% - 20px);
        margin: 50px 10px;
        padding: 0 30px;
    }
    #q1, #q2 {
        margin-bottom: 0;
    }
    #q3, #q4 {
        margin-top: 0;
    }
    #q4 {
        margin: 0;
        width: 100%;
        padding: 30px 30px;
    }
    #sobre-pag {
        padding: 0;
    }
    #home-header {
        height: 170px;
    }
    #logo2 {
        width: 80% !important;
    }
    #title {
        height: 70px;
    }
    #title h1 {
        font-size: 26px;
    }
    .membro img {
        width: 150px;
        height: 250px;
    }
    .membro .infos h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .membro .infos p,
    .membro2 .infos p {
        text-transform: uppercase;
        color: var(--blue);
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    #home-title h1 #t1{
        font-size: 30px;
    }
    #home-title h1 {
        line-height: 35px;
    }
}