@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

:root {
    --primary: #09538f;
    --secondary: #52c943;
}

body {

    overflow-x: hidden;
}

.body {
    overflow-x: hidden;
}

header {
    height: 60vh;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    box-shadow: inset 0px 900px 4px rgba(142, 166, 253, 0.68);
}

header img {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    top: -5%;
}

header h1 {
    color: #fff;
    font-size: 4.5em;
}

h1 span {
    color: var(--primary);
}

a.btn {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-weight: 600;
    border-radius: 5px;
}

header a.btn.btn-orange {
    padding: .7em 4em;
    font-size: 1.4em;
    border: 3px solid #fff;
    margin-top: 2em;
}

a.btn.btn-orange {
    background-color: var(--primary);
}

a.btn:hover {
    transform: scale(1.1);
}

.certificacoes {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 0;
}

.certificacoes h1 {
    color: #000;
    font-size: 2.5em;
}

.certificacoes .flex-cards {
    width: 100%;
    background-color: #fff;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
}

.certificacoes .flex-cards .item {
    border: 3px solid var(--primary);
    border-radius: 5px;
    width: 280px;
    height: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.certificacoes .flex-cards .item img {
    min-width: 50%;
    max-width: 60%;
}

.certificacoes .flex-cards .item:nth-child(3) span {
    margin-bottom: 1.1em;
}

.certificacoes .flex-cards .item span {
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
}

.certificacoes .flex-cards .item:nth-child(2) {
    margin: 0 3em;
}

a.btn.btn-blue {
    background-color: var(--secondary);
    padding: .8em 3em;
    font-size: 1.2em;
    margin-top: 1.5em;
}

section.conclua {
    min-height: 90vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 3em;
    background-image: url('/assets/graduate.jpg');
    background-size: cover;
    box-shadow: inset 0px 900px 5px rgba(142, 166, 253, 0.68);
}

.conclua .modal {
    background-color: #fff;
    width: 600px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.modal h1 {
    font-size: 1.5em;
    width: 55%;
    text-align: center;
}

.modal .retangle {
    border: 2px solid #7a7a7a;
    border-radius: 5px;
    padding: 2em;
    font-weight: 600;
    color: #7a7a7a;
    font-size: 1.2em;
    width: 60%;
    margin: 1em 0;
}

.retangle p {
    text-align: center;
}

.modal .btn {
    padding: .8em 2em;
    font-size: 1.1em;
}

section.credib {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 0;
}

.credib h1 {
    font-size: 2.5em;
    margin-bottom: 2em;
}

.credib .flex-cards {
    width: 100%;
    background-color: #fff;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
}

.credib .flex-cards .item {
    border: 3px solid var(--primary);
    border-radius: 5px;
    width: 280px;
    height: 350px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

}

.credib .flex-cards .item:nth-child(2) {
    margin: 0 1em;
}

.credib .flex-cards .item img {
    min-width: 50%;
    max-width: 60%;
}

.credib .flex-cards .item {
    background-color: var(--primary);
    height: 400px;
    color: #fff;
    text-align: center;
}

.credib .flex-cards .item {
    justify-content: center;
}

.credib .flex-cards .item h2 {
    margin: 1em 0;
}

.credib .flex-cards .item img {
    max-height: 20%;
}

.credib .flex-cards .item p {
    font-weight: 600;
    max-width: 90%;
}


section.equipe {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 0;
    background-image: url('/assets/books.jpg');
    background-position: center;
    background-size: cover;
    box-shadow: inset 0px 921px 79px rgba(0, 0, 0, 0.59);
}

.equipe h1 {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 2em;
}

.grid-four {
    width: 80%;
    min-height: 800px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 1em 2em;
    justify-items: center;
    align-items: center;
}

.grid-four .item {
    margin: 0;
    min-height: 400px;
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.grid-four .item h2 {
    margin: 1.5em 0;
    color: var(--primary);
}

.grid-four .item p {
    width: 90%;
    color: #7a7a7a;
    font-weight: 600;
    font-size: .9em;
}

section.alunos {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 0;
}

.alunos h1 {
    font-size: 2.5em;
}

.alunos .flex-images {
    width: 100%;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 3em 0;
}

.flex-images .item {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
}

.flex-images .item:nth-child(1) {
    background-image: url('/assets/pessoas/1.jpg');
    background-position: 10px;
}

.flex-images .item:nth-child(2) {
    background-image: url('/assets/pessoas/2.jpg');
    background-position: 10px;
}

.flex-images .item:nth-child(3) {
    background-image: url('/assets/pessoas/3.jpg');
    background-position: 5px;
}

.flex-images .item:nth-child(4) {
    background-image: url('/assets/pessoas/4.jpg');
}

.alunos h2 {
    font-size: 1.8em;
}

.alunos h2 span {
    color: var(--primary);
}

.photo-elipse {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* background-position: center; */
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: #3e82e5;
    background-position: center;
    background-image: url('/assets/pessoas/rafa.jpg');
    margin: 1.5em 0;
}

.alunos .diretora {
    color: #7a7a7a;
    font-weight: bold;
    font-size: 1.1em;
}

section.requisitos {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #4a6cd1;
    padding: 2em 0;
}

.requisitos h1 {
    font-size: 2em;
}

.requisitos ul {
    list-style: none;
    padding: 0;
    width: 400px;
}

.requisitos ul li,
.requisitos span {
    font-weight: 600;
    color: #7a7a7a;
    font-size: 1.4em;
}

section.duvidas {
    min-height: 40vh;
    background-color: #fff;
    color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 2em 0;
}

.duvidas h1 {
    font-size: 2em;
}

.duvidas a.btn.btn-blue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8em 1em;
    font-size: 1.2em;
    margin-top: 1em;
}

.duvidas a img {
    margin-right: .8em;
}

.whats-button {
    width: 70px;
    height: 70px;
    background-color: rgb(103, 240, 85);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    bottom: 4%;
    right: 2%;
}

.whats-button img {
    width: 70%;
}

footer {
    min-height: 50vh;
    background-color: var(--primary);
    display: flex;
    flex-direction: column;
    padding-top: 1em
}

footer .first-area {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}

.first-area .area {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
    justify-content: center;
}

.first-area .area:first-child span {
    margin-bottom: 2em;
}

.first-area .area:nth-child(2) {
    justify-content: space-around;
}

span.bold {
    font-weight: bold;
}

footer .last-area {
    background-color: rgb(8, 64, 109);
    padding: 2em;
}

.last-area span {
    color: #f7f7f7;
    float: right;
}

.requisitos .card {
    background-color: #fff;
    width: 600px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    text-align: center;
    border-radius: 15px;
}

.card h1 {
    margin-bottom: 1em;
}

.requisitos .card ul {
    text-align: center;
}

.card ul li {
    margin-bottom: .5em;
    color: var(--secondary);
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card ul li svg path {
    fill: var(--secondary);
    color: var(--secondary);
}

ul li svg {
    color: var(--secondary);
    fill: var(--secondary);
    width: 24px;
    height: 24px;
    margin-right: .5em;
}


ul li svg g path {
    fill: blue;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
}

.contact-buttons a:nth-child(2) {
    display: flex;
    align-items: center;
    text-align: center;
    padding: .8em 1em;
    justify-content: center;
    position: relative;
}

.contact-buttons a:nth-child(2) img {
    position: absolute;
    left: 5%;
}

.slider-total {
    /* border: 1px solid pink; */
    max-width: 90%;
    position: relative;
    margin: 2em 0;
}

.slider-container {
    width: 600px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    gap: 15px
}

.slide {
    flex: 0 0 auto; /* Permite que as imagens mantenham sua largura fixa */
    width: 200px; /* Largura de cada imagem */
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide.pdd {
    width: 300px !important;
}

.slide img {
    width: 200px;
    height: 200px;
    /* border-radius: 50%; */
    /* object-fit: cover; */
}

.buttonbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: -10px;
}

.next {
    right: -10px;
}

.certificacoes .flex-cards .item:nth-child(2) img {
    max-width: 50%;
    /* max-height: 20%; */
}

.inf-text {
    font-weight: 100;
    font-size: 14px;
}

@media (max-width: 960px) {

    .equipe h1 {
        font-size: 2em;
    }

    .grid-four {
        width: 100%;
        min-height: 800px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 1em 2em;
        justify-items: center;
        align-items: center;
    }

    .grid-four .item {
        min-height: 400px;
        width: 400px;
    }

    section.credib {
        min-height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2em 0;
    }

    .credib h1 {
        font-size: 2.5em;
        margin-bottom: 2em;
    }

    .credib .flex-cards .item {
        background-color: var(--primary);
        height: 350px;
        width: 250px;
        color: #fff;
        text-align: center;
        justify-content: flex-start;
    }

    .credib .flex-cards .item {
        justify-content: center;
    }

    .credib .flex-cards .item h2 {
        margin: 1em 0;
        font-size: 1.2em;
    }

    .credib .flex-cards .item img {
        max-height: 15%;
    }

    .credib .flex-cards .item p {
        font-weight: 600;
        max-width: 90%;
        font-size: .9em;
    }

    .certificacoes .flex-cards {
        width: 90%;
        background-color: #fff;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2em;
    }

    .certificacoes .flex-cards .item span {
        font-size: 1.1em;
    }
}

@media (max-width: 800px) {
    .grid-four .item {
        min-height: 400px;
        width: 300px;
    }

    .credib .flex-cards {
        width: 90%;
    }

    section.conclua {
        justify-content: center;
    }

    .flex-images {
        flex-wrap: wrap;
    }

    .flex-images .item {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-size: cover;
        margin-bottom: 1em;
    }
}

@media (max-width: 730px) {
    .certificacoes .flex-cards {
        width: 100%;
        background-color: #fff;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 2em;
        flex-direction: column;
        margin: 2em 0;
    }

    .certificacoes h1 {
        font-size: 2em;
    }

    .certificacoes {
        min-height: 155vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2em 0;
        justify-content: space-between;
    }

    .certificacoes .flex-cards .item {
        width: 400px;
        min-height: 250px;
        margin-bottom: 1em;
    }

    .certificacoes .flex-cards .item:nth-child(2) {
        margin-bottom: 1em;
    }

    .certificacoes .flex-cards .item img {
        width: 20%;
        max-width: 60%;
        min-width: 20%;
    }

    .certificacoes .flex-cards {
        margin: 2em 0;
    }

    .slider-container {
        width: 1200px;
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 640px) {

    section.equipe {
        padding: 0;
    }

    .equipe h1 {
        font-size: 1.8em;
        margin-bottom: 1em;
        text-align: center;
    }

    .grid-four {
        width: 80%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        padding: 0;
    }

    .grid-four .item {
        min-height: 350px;
        width: 400px;
    }

    section.credib {
        min-height: 150vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2em 0;
    }

    .credib h1 {
        font-size: 2em;
    }

    .credib .flex-cards {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 2em;
    }

    .credib .flex-cards .item {
        width: 300px;
        margin-bottom: 1em;
    }

    .credib .flex-cards .item:nth-child(2) {
        margin-bottom: 1em;
    }

    footer {
        font-size: .8em;
    }

    .certificacoes h1 {
        text-align: center;
        font-size: 1.6em;
    }

}

@media (max-width: 500px) {

    .whats-button {
        right: 10%;
    }

    header {
        height: 40vh;
        text-align: center;
    }

    header img {
        min-height: 100%;
    }

    header h2 {
        font-size: 1.1em;
    }

    header h1 {
        font-size: 2.5em;
    }

    header a.btn.btn-orange {
        padding: .3em 2em;
        font-size: 1.2em;
    }

    .certificacoes h1 {
        font-size: 1.3em;
    }

    .certificacoes .flex-cards .item:first-child img {
        max-width: 100%;
        min-width: 40%
    }

    .modal h1 {
        font-size: 1.4em;
        width: 85%;
        text-align: center;
    }

    .modal .retangle {
        border: 2px solid #7a7a7a;
        border-radius: 5px;
        padding: 2em;
        font-weight: 600;
        color: #7a7a7a;
        font-size: 1.2em;
        width: 60%;
        margin: 1em 0;
    }

    .retangle p {
        text-align: center;
    }

    .modal .btn {
        padding: .8em 1em;
        font-size: 1em;
    }

    .credib h1 {
        font-size: 1.6em;
    }

    .equipe h1 {
        font-size: 1.5em;
        margin: 1em 0;
        text-align: center;
    }

    .grid-four {
        width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        padding: 0;
        row-gap: 0;
    }

    .grid-four .item {
        min-height: 350px;
        width: 350px;
    }

    .alunos h1 {
        font-size: 2em;
    }

    .alunos h2 {
        font-size: 1.3em;
    }

    footer {
        font-size: .7em;
    }

    footer .first-area .area:first-child {
        width: 90%;
    }

    footer .first-area .area:nth-child(2) {
        width: 90%;
    }


    .requisitos h1 {
        font-size: 1.5em;
    }

    .requisitos span,
    .requisitos ul li {
        font-size: 1.2em;
    }

}

@media (max-width: 400px) {



    header {
        height: 40vh;
        text-align: center;
    }

    header img {
        min-height: 100%;
        top: 0;
    }

    header h2 {
        font-size: 1em;
        max-width: 90%;
    }

    header h1 {
        font-size: 2.5em;
    }

    header a.btn.btn-orange {
        padding: .3em 2em;
        font-size: 1.2em;
    }

    .certificacoes h1 {
        font-size: 1.2em;
        width: 90%;
    }

    .certificacoes .flex-cards .item {
        width: 80%;
        min-height: 250px;
        margin-bottom: 1em;
    }

    .certificacoes .flex-cards .item:first-child img {
        max-width: 100%;
        min-width: 40%
    }

    .conclua .modal {
        background-color: #fff;
        width: 500px;
        height: 400px;
        max-width: 90%;
    }

    .modal h1 {
        font-size: 1.4em;
        width: 85%;
        text-align: center;
    }

    .modal .retangle {
        border: 2px solid #7a7a7a;
        border-radius: 5px;
        padding: 1em;
        font-weight: 600;
        color: #7a7a7a;
        font-size: 1.2em;
        width: 60%;
        margin: 1em 0;
    }

    .retangle p {
        text-align: center;
    }

    .modal .btn {
        padding: .8em 1em;
        font-size: 1em;
    }

    .credib h1 {
        font-size: 1.6em;
    }

    .equipe h1 {
        font-size: 1.2em;
        margin: 1em 0;
        text-align: center;
    }

    .grid-four {
        width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        padding: 0;
        row-gap: 0;
    }

    .grid-four .item {
        min-height: 350px;
        width: 320px;
    }

    .alunos h1 {
        font-size: 2em;
    }

    .alunos h2 {
        font-size: 1.3em;
    }

    footer {
        font-size: .7em;
    }

    footer .first-area .area:first-child {
        width: 90%;
    }

    footer .first-area .area:nth-child(2) {
        width: 90%;
    }


    .requisitos h1 {
        font-size: 1.5em;
    }

    .requisitos ul {
        padding-left: 2em;
        width: 70%;
    }

    .requisitos span,
    .requisitos ul li {
        font-size: 1.2em;
    }

    section.conclua {
        padding: 0;
    }

    a.btn.btn-blue {
        background-color: var(--secondary);
        padding: .8em 1em;
        font-size: 1.2em;
        margin-top: 1.5em;
    }

    .duvidas h1 {
        font-size: 1.5em;
    }

    .duvidas h2 {
        font-size: 1.3em;
    }

    .contact-buttons a:nth-child(2) {
        font-size: 1.1em;
    }

    .contact-buttons a:nth-child(2) img {
        width: 32px;
    }
}