@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --------------- GRID --------------- */

/* nav {
    grid-area: navegacao;
}

section {
    grid-area: conteudo;
}

footer {
    grid-area: rodape;
} */

body {
    box-sizing: border-box;
    background-color: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;

    /* display: grid;
    min-height: 100vh;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr 100px;
    grid-template-areas:
        'navegacao '
        'conteudo'
        'rodape'
    ; */
}

/* --------------- ---- --------------- */

.menu {
    /* background-color: #fff; */
    background: linear-gradient(180deg, rgba(0, 45, 87, 1) 0%, rgba(8, 77, 138, 1) 100%);
    /* background-color: #005baa; */
    height: 50px;
    /* width: 100%; */
    box-sizing: content-box;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.3s;
}

.logo-azul img {
    height: 70px;
}

.logo-wandi img {
    height: 50px;
    filter: grayscale(1);
    transition: 0.5s;
}

.logo-wandi img:hover {
    filter: none;
}

.links-menu ul {
    display: flex;
}

.links-menu ul li {
    list-style: none;
}

.links-menu a {
    text-decoration: none;
    padding: 10px 20px;
    margin: 0px 4px;
    color: #fff;
    font-weight: 700;
    /* border-radius: 50px; */
    /* transition: 0.5s; */
}

.links-menu a:hover {
    border-bottom: solid 2px #fff;
    /* background-color: #004ca0; */
    /* color: #fff; */
}

.menu-icon {
    color: #fff;
    font-size: 25px;
    display: none;
}

.menu-icon:hover {
    cursor: pointer;
}

.menu-responsivo {
    display: none;
    overflow: hidden;
    transition: height 0.5s ease;
}

@media (max-width: 1010px) {
    .links-menu {
        display: none;
    }

    .logo-wandi img {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .links-responsive-menu {
        box-sizing: content-box;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: solid 1px #ccc;
        padding: 25px 0;
        background-color: rgba(8, 77, 138, 1);
        width: 100%;
        height: 80%;
    }

    .links-responsive-menu ul {
        height: 80%;
        width: 80%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .links-responsive-menu li {
        list-style: none;
        width: 100%;
    }

    .links-responsive-menu a {
        text-decoration: none;
        width: 100%;
        padding: 10px 13%;
        color: #fff;
        font-weight: 700;
        transition: 0.5s;
        display: block;
    }

    .links-responsive-menu a:hover {
        background-color: #fff;
        color: #004ca0;
    }

    .open {
        display: block;
    }
}

.container {
    width: 100vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider {
    height: 750px;
    width: 100vw;
    display: flex;
    perspective: 1000px;
    position: relative;
    align-items: center;
    overflow: hidden;
}

.box1 {
    background: url('../images/images/imagem-slide-um.jpeg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.box2 {
    background: url('../images/images/imagem-slide-dois.jpeg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.box3 {
    background: url('../images/images/imagem-slide-tres.jpeg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.box4 {
    background: url('../images/images/imagem-slide-quatro.jpeg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.box5 {
    background: url('../images/images/imagem-slide-cinco.jpeg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.box6 {
    background: url('../images/images/imagem-slide-seis.jpeg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.box7 {
    background: url('../images/images/imagem-slide-sete.jpeg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.slider [class*="box"] {
    /*   float: left; */
    overflow: hidden;
    border-radius: 20px;
    transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: absolute;
}

.slider [class*="box"]:nth-child(7),
.slider [class*="box"]:nth-child(1) {
    width: 100vh;
    height: 60vh;
    transform: scale(0.2) translate(-50%, -50%);
    top: 10%;
    z-index: 1;
}

.slider [class*="box"]:nth-child(2),
.slider [class*="box"]:nth-child(6) {
    width: 100vh;
    height: 60vh;
    transform: scale(0.4) translate(-50%, -50%);
    top: 20%;
    z-index: 2;
}

.slider [class*="box"]:nth-child(3),
.slider [class*="box"]:nth-child(5) {
    width: 100vh;
    height: 60vh;
    transform: scale(0.6) translate(-50%, -50%);
    top: 30%;
    z-index: 3;
}

.slider [class*="box"]:nth-child(4) {
    width: 60vw;
    height: 60vh;
    border-color: #c92026;
    color: #fff;
    transform: scale(1) translate(-50%, -50%);
    top: 50%;
    z-index: 4;
}

.slider [class*="box"]:nth-child(1) {
    left: -13%;
}

.slider [class*="box"]:nth-child(2) {
    left: -5%;
}

.slider [class*="box"]:nth-child(3) {
    left: 10%;
}

.slider [class*="box"]:nth-child(4) {
    left: 50%;
}

.slider [class*="box"]:nth-child(5) {
    left: 71%;
}

.slider [class*="box"]:nth-child(6) {
    left: 85%;
}

.slider [class*="box"]:nth-child(7) {
    left: 100%;
}

.slider .firstSlide {
    -webkit-animation: firstChild 1s;
    animation: firstChild 1s;
}

/*Animation for buyers landing page slider*/
@-webkit-keyframes firstChild {
    0% {
        left: 100%;
        transform: scale(0.2) translate(-50%, -50%);
    }

    100% {
        left: -13%;
        transform: scale(0.2) translate(-50%, -50%);
    }
}

@keyframes firstChild {
    0% {
        left: 100%;
        transform: scale(0.2) translate(-50%, -50%);
    }

    100% {
        left: -13%;
        transform: scale(0.2) translate(-50%, -50%);
    }
}

/* --------------- PRODUTOS --------------- */

#produtos {
    margin: 20px;
    padding: 20px;
}

.introducao-produtos {
    font-size: 1.1em;
    text-align: center;
    color: #000;
}

.introducao-produtos h1 {
    text-transform: uppercase;
}

.introducao-produtos p {
    padding-top: 20px;
    font-weight: 500;
    font-size: 1.2em;
}

.cards-produtos {
    padding: 25px 0px;
    display: flex;
    justify-content: center;
}

.dois-card-produto {
    display: flex;
    justify-content: center;
}

.card-produto {
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
    margin: 10px;
    height: 400px;
    width: 340px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 0px 0px 50px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform 0.3s;
}

.card-produto:hover {
    background: radial-gradient(circle, rgba(8, 77, 138, 1) 0%, rgba(19, 53, 82, 1) 100%);
    color: #fff;
    transform: scale(1.05);
}

.img-card {
    height: 180px;
    width: 100%;
    background-color: #ccc;
    /* border-radius: 14px; */
    overflow: hidden;
}

.img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.texto-card h1 {
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px 0px;
}

.texto-card p {
    font-size: 0.9em;
}

@media (max-width: 1540px) {
    .dois-card-produto {
        display: block;
    }
}

@media (max-width: 780px) {
    .cards-produtos {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .card-produto {
        height: 400px;
        width: 320px;
    }
}


/* --------------- ÁREAS DE APLICAÇÃO --------------- */

#area-aplicacao {
    padding: 0px 0px 90px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introducao-area-aplicacao {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.box-area-aplicacao {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 100px;
    flex-direction: row;
    flex-basis: 100%;
    position: relative;
    margin-top: 30px;
    padding: 20px;
    border-radius: 50px;
    background-color: #f7f7f7;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-area-aplicacao {
    width: 200px;
}

.img-area-aplicacao {
    height: 200px;
    width: 100%;
    background-color: #ccc;
    overflow: hidden;
}

.img-area-aplicacao img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.img-area-aplicacao img:hover {
    filter: grayscale(0%);
}

.texto-area-aplicacao {
    padding-top: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto-area-aplicacao h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: medium;
}

@media (max-width: 1024px) {
    #area-aplicacao {
        padding: 20px 100px;
    }

    .box-area-aplicacao {
        gap: 15px;
    }

    .card-area-aplicacao {
        width: 180px;
    }
}

@media (max-width: 768px) {
    #area-aplicacao {
        padding: 10px;
    }

    .box-area-aplicacao {
        flex-direction: column;
        align-items: center;
    }

    .card-area-aplicacao {
        width: 90%;
    }

    .texto-area-aplicacao h1 {
        font-size: small;
    }
}

@media (max-width: 480px) {
    .card-area-aplicacao {
        width: 100%;
    }

    .texto-area-aplicacao h1 {
        font-size: smaller;
    }
}


/* --------------- SERVIÇOS --------------- */

/* --------------- CURSOS --------------- */

#servicos {
    background: radial-gradient(circle, rgba(8, 77, 138, 1) 0%, rgba(19, 53, 82, 1) 100%);
    padding: 80px 120px;
    color: #F9F9F9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: content-box;
    border-top: 3px solid #00f000;
}

.introducao-cursos {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.introducao-cursos h1 {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.introducao-cursos p {
    padding-top: 20px;
    font-weight: 500;
    font-size: 1.2em;
}

.cursos {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* display: none; */
}

.curso {
    background-color: #F9F9F9;
    color: #343a40;
    height: 400px;
    width: 60%;
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 40px;
}

.programacao-arduino,
.mentoria-card {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.imagem-curso {
    height: 100%;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
}

.imagem-curso img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.descricao-curso {
    /* width: 100%; */
    /* height: 100%; */
    box-sizing: border-box;
    text-align: left;
    padding: 0px 0px 0px 50px;
}

.curso-icon {
    font-size: 5em;
    padding-bottom: 20px;
    transition: 0.3s;
}

.curso-icon:hover {
    color: #004ca0;
}

.descricao-curso p {
    margin-bottom: 10px;
}

.descricao-curso button {
    font-family: 'Montserrat', sans-serif;
    background-color: #004ca0;
    color: #F9F9F9;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
}

.descricao-curso button:hover {
    cursor: pointer;
}

@media (max-width: 1280px) {
    #servicos {
        padding: 80px 20px;
    }
}

@media (max-width: 1370px) {
    .curso {
        background-color: #F9F9F9;
        color: #343a40;
        height: 400px;
        width: 80%;
        margin: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 40px;
        border-radius: 40px;
    }
}

@media (max-width: 1040px) {
    .curso {
        background-color: #F9F9F9;
        color: #343a40;
        height: 800px;
        width: 80%;
        margin: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 40px;
        border-radius: 40px;
    }

    .descricao-curso {
        width: 100%;
        height: 100%;
        text-align: left;
        display: flex;
        padding: 10px 0px 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 800px) {
    .curso {
        background-color: #F9F9F9;
        color: #343a40;
        height: 600px;
        width: 240px;
        margin: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 40px;
        border-radius: 40px;
    }

    .descricao-curso {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        padding: 10px 0px 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* --------------- MENTORIA --------------- */

#servicos hr {
    width: 100%;
    color: #343a40;
    margin: 20px 0px;
}

.mentoria .curso {
    border: 3px solid #004ca0;
}

/* --------------- QUEM SOMOS / TEAM --------------- */

/* --------------- QUEM SOMOS --------------- */

#quem-somos {
    /* background-color: #004ca0; */
    color: #000;
}

.introducao-startup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 300px;
}

.logo-startup {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.logo-startup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .descricao-startup {
    width: 1500px;
    background-color: #000;
} */

.descricao-startup h1 {
    text-align: center;
    margin-bottom: 30px;
}

/* .descricoes {
    display: block;
} */

.descricoes p {
    /* height: auto;
    width: inherit; */
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0px;
    background-color: #fff;
    white-space: wrap;
}

.missao {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    text-align: center;
    width: 100%;
    gap: 24px;
    /* flex-wrap: wrap; */
}

.miss-head {
    background: radial-gradient(circle, rgba(8, 77, 138, 1) 0%, rgba(19, 53, 82, 1) 100%);
    ;
    width: 100%;
}

.missao>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform 0.3s;
}

.missao>div:hover {
    transform: scale(1.05);
    /* Aumenta o tamanho ao passar o mouse */
}

.miss-head i {
    font-size: 2.6em;
    margin: 15px 0px;
    color: #fff;
}

.miss-head h2 {
    margin-bottom: 15px;
    color: #fff;
}

.missao div p {
    padding: 24px;
    text-align: justify;
}

@media (max-width: 1000px) {
    .missao {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        text-align: center;
        flex-wrap: wrap;
    }

    #quem-somos {
        /* background-color: #004ca0; */
        color: #000;
        padding: 50px;
    }

    .introducao-startup {
        padding: 0px;
    }
}

/* --------------- TEAM --------------- */

.team-ce {
    padding: 25px;
    text-align: center;
    /* background-color: #000; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introducao-team h1 {
    margin: 10px;
    padding-bottom: 5px;
}

.cards-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px;
    flex-direction: row;
    flex-basis: 100%;
    position: relative;
    /* background: #000; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-member-team {
    box-sizing: content-box;
    background-color: #fff;
    min-width: 250px;
    max-width: 250px;
    /* width: 200px; */
    /* height: 250px; */
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
    margin: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    white-space: wrap;
    transition: transform 0.3s;
}

.descricao-member {
    box-sizing: border-box;
    width: 250px;
    padding: 20px;
    text-align: center;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-member-team:hover {
    transform: scale(1.05);
    /* Aumenta o tamanho ao passar o mouse */
}

/* Media Queries para ajuste responsivo */
@media (max-width: 1024px) {
    .card-member-team {
        flex: 1 1 calc(50% - 40px);
        /* Reduz para 2 colunas */
    }
}

@media (max-width: 768px) {
    .card-member-team {
        flex: 1 1 100%;
        /* Cada item ocupa 100% da largura */
    }
}

.descricao-member p {
    margin-top: 15px;
}

.descricao-member h4 {
    padding-top: 10px;
    font-weight: normal;
}

.imagem-member {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.imagem-member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------------- RODAPÉ / CONTACTOS --------------- */

footer {
    background: radial-gradient(circle, rgba(8, 77, 138, 1) 0%, rgba(19, 53, 82, 1) 100%);
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-top: 3px solid #00b6ec;
}

footer div {
    width: 250px;
    height: 250px;
    color: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer div h3 {
    margin-bottom: 15px;
}

footer div a {
    color: #F9F9F9;
    text-decoration: none;
}

footer div a i {
    margin-right: 5px;
}

footer div p {
    margin: 5px 0px;
}

.logo-footer {
    overflow: hidden;
}

.logo-footer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fundo-rodape {
    background-color: rgba(19, 53, 82, 1);
    text-align: center;
    padding: 20px;
    border-top: 1px solid #F9F9F9;
    color: #F9F9F9;
    font-size: 0.8em;
}

@media (max-width: 790px) {
    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer div {
        height: 200px;
    }

    .fundo-rodape {
        font-size: 0.4em;
    }
}
