@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

#menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #009B91;
    z-index: 999;
    display: none;
}

#menu a {
    color: white;
}

#menu nav {
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

#menu nav ul li {
    margin: 20px 0px 20px 0px;
    font-size: 24px;
    padding-left: 15px;
}

#menu nav ul li:hover {
    font-size: 28px;
    transition: 0.25s;
}

#menu img {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
}

#home {
    height: 100vh;
    background-image: url('../media/bg3.jpeg');
    background-repeat: no-repeat;
    background-position: center;
}

#home header {
    height: 130px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding: 0px 65px 0px 65px;
}

#home .h-left {
    display: flex;
    align-content: center;
    align-items: center;
}

#home .h-left img {
    background: white;
    border-radius: 500px;
    z-index: 99999;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.16), 0 1.5px 3px rgba(0,0,0,0.23);
}

#home .h-right {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

#home .h-left img {
    width: 100px;
}

#home .h-right ul {
    background: #ffffffc0;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.16), 0 1.5px 3px rgba(0,0,0,0.23);
    padding: 5px 7.5px 5px 7.5px;
    border-radius: 2px;
}

#home .h-right ul li {
    color: #009B91;
    font-weight: bold;
    display: inline;
    margin-left: 7.5px;
    margin-right: 7.5px;
}

#home .h-right ul li:hover {
    color: #067a73;
    transition: 0.5s
}

#quemsomos {
    padding: 40px 65px 40px 65px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 32.5px;
    background: #009B91;
    color: white;
}

.popout {
    background: white;
    color: #009B91;
    border-radius: 2px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.16), 0 1.5px 3px rgba(0,0,0,0.23);
}

#equipa {
    background: #009B91;
    color: white;
    padding: 40px 65px 40px 65px;
}

.intro {
    height: calc(100vh - 130px);
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 0px 0px 65px;
}

.i-left {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.i-left h1 {
    border-bottom: 6px solid white;
}

.titles {
    font-size: 32px;
    
}

.i-left a {
    color: #009B91;
    background: white;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
}

.i-right {
    display: flex;
    justify-content: flex-end;
}

.i-right img {
    width: calc(50vw - 65px);
    height: calc(100vh - 120px);
}

.cl {
    color: #009B91;
}

.clb {
    color: #067a73;
}

.bold {
    font-weight: bold;
}

.m25p {
    margin-top: 40px;
}

.equipa {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
}

.equipa h3 {
    margin-top: 10px;
}

.equipa img {
    width: 150px;
    height: 150px;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.16), 0 1.5px 3px rgba(0,0,0,0.23);

    border-radius: 150px;
}

#gap {
    height: 60px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' width='80' height='80'%3E%3Cpath fill='%23009b91' fill-opacity='0.4' d='M14 16H9v-2h5V9.87a4 4 0 1 1 2 0V14h5v2h-5v15.95A10 10 0 0 0 23.66 27l-3.46-2 8.2-2.2-2.9 5a12 12 0 0 1-21 0l-2.89-5 8.2 2.2-3.47 2A10 10 0 0 0 14 31.95V16zm40 40h-5v-2h5v-4.13a4 4 0 1 1 2 0V54h5v2h-5v15.95A10 10 0 0 0 63.66 67l-3.47-2 8.2-2.2-2.88 5a12 12 0 0 1-21.02 0l-2.88-5 8.2 2.2-3.47 2A10 10 0 0 0 54 71.95V56zm-39 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm40-40a2 2 0 1 1 0-4 2 2 0 0 1 0 4zM15 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm40 40a2 2 0 1 0 0-4 2 2 0 0 0 0 4z'%3E%3C/path%3E%3C/svg%3E");
}

.qs-right {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #009B91;
    font-size: 30px;
    text-shadow: -1.5px -1.5px 0 white, 1.5px -1.5px 0 white, -1.5px 1.5px 0 white, 1.5px 1.5px 0 white;
}

.qsr-ins {
    text-align: center;
}

.qs-right .qnor:hover {
    color: white;
    transition: 0.5s;
    text-shadow: none;
}

.qsalt {
    color: white;
    text-shadow: none;
}

.qsalt:hover {
    color: #009B91;
    text-shadow: -1.5px -1.5px 0 white, 1.5px -1.5px 0 white, -1.5px 1.5px 0 white, 1.5px 1.5px 0 white;
}

.eq {
    text-align: center;
}

#atividades {
    padding: 40px 65px 40px 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    color: #009B91;
}


.socios {
    background: white;
    border-radius: 3px;
    margin-left: 15px;
}

.socios li {
    color: #009B91 !important;
}

#atividades h3 {
    border-left: solid 5px #009B91;
    padding-left: 10px;
}

#atividades p {
    margin-top: 10px;
}

#inscricoes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px 65px 40px 65px;
}

#inscricoes h1 {
    color: #009B91;
}

.i-right {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.i-right a {
    color: white;
    background: #009B91;
    padding: 10px 15px 10px 15px;
    font-weight: bold;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.16), 0 1.5px 3px rgba(0,0,0,0.23);
    border-radius: 3px;
}

.i-right a:hover {
    background: #067a73;
    transition: 0.5s;
}

#contactos {
    background: #009B91;
    color: white;
    padding: 40px 65px 40px 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#contactos .redessociais img {
    width: 34px;
    border-radius: 2px;
}


footer {
    background: #242320;
    color: white;
    padding: 15px 65px 15px 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.f-left {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.f-right {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.f-right img {
    width: 90px;
    margin-left: 5px;
}

.c-right {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.c-right input, .c-right textarea {
    border: none;
    outline: none;
    width: 200px;
    padding: 5px 10px 5px 10px;
    font-family: 'Open Sans', sans-serif;
    color: #009B91;
    font-size: 15px;
    resize: none;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.16), 0 1.5px 3px rgba(0,0,0,0.23);
    background: white;
    border-radius: 2px;
}

.c-right input::placeholder, .c-right textarea::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #009B91;
}

.twidth {
    width: 424px !important;
    height: 100px;
}

.cmtp {
    margin-top: 10px;
}

.c-right button {
    background: #067a73;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 444px;
    box-shadow: 0 1.5px 3px rgba(0,0,0,0.16), 0 1.5px 3px rgba(0,0,0,0.23);
    font-size: 17px;
    padding: 10px 15px 10px 15px;
    border-radius: 2px;
    border: none;
    outline: none;
}

.c-right button:hover {
    background: white;
    color: #009B91;
    transition: 0.5s;
}

#mobile {
    display: none;
    z-index: 9999999999;
}

#mobile img {
    width: 38px;
}

/* mobile 420px */
@media screen and (max-width: 420px) {


    #home header {
        padding: 0px 32.5px 0px 32.5px;
    }

    #quemsomos {
        padding: 40px 32.5px 40px 32.5px;
        display: block;
    }

    #atividades {
        padding: 40px 32.5px 40px 32.5px;
        display: block;
    }

    .hd {
        display: none;
    }

    #equipa {
        padding: 40px 32.5px 40px 32.5px;
    }

    .equipa {
        display: block;
    }

    .eq {
        margin-top: 20px;
    }

    #inscricoes {
        padding: 40px 32.5px 40px 32.5px;
        display: block;
    }

    .i-right {
        display: block;
    }

    .i-right {
        margin-top: 20px;
    }

    #contactos {
        padding: 40px 32.5px 40px 32.5px;
        display: block;
    }
    
    .c-right input, .c-right textarea {
        width: 150px;
    }

    .twidth {
        width: 325px !important;
        height: 100px;
    }

    .c-right button {
        width: 345px;
    }

    form {
        margin-top: 20px;
    }

    footer {
        padding: 20px 32.5px 20px 32.5px;
        display: block;
    }

    .f-left {
        text-align: center;
    }

    .f-right {
        margin-top: 5px;
        justify-content: center;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .qs-right {
        font-size: 26px;
    }

}

/* medium screens */
@media screen and (max-width: 1098px) {

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

}


/* medium screens */
@media screen and (max-width: 850px) {

    #quemsomos {
        display: block;
    }

    #contactos {
        grid-column-gap: 20px;
    }

}

