@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Itim&family=Junge&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root{
    /*Cores do header*/
    --cor-primaria: #0578A6;
    --cor-secundaria: #022E40;
    --cor-About: #022E40;
    /*Fonte principal*/
    --fonte-principal: "Merriweather Sans";
}
body{
    background-color: var(--cor-About);
}
.container-main{
    position: relative;
    z-index: 1;
}
.carousel-item img {
    width: 100%; 
    max-height: 100vh;
    height: 70vh; 
    object-fit: cover; 
    background-position: top;
}
.btnHome, .txtSlider{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.txtSlider > h2{
    color: white;
    background-color: rgba(0, 0, 0, 0.521);
    backdrop-filter: blur(5px);
    padding: 5px;
    font-family: var(--fonte-principal);
    border-radius: 5px;
    font-size: 2vw;
}
.btnSlider{
    height: 50px;
    width: 130px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: #03a64aa6;
    color: white;
    backdrop-filter: blur(10px);
    cursor: pointer;
    font-weight: bold;
}
.btnSlider:hover{
    background-color: #03a64a;
    transition: .4s ease-in-out;
}
.resumeAbout{
    width: 100%;
    margin: 60px auto;
    background-color: var(--cor-About);
}
.slider{
    position: relative;
    z-index: 3;
    border-bottom: 5px solid var(--cor-primaria);
}
.content-About{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    gap: 30px;
    color: white;
    top: 35%;
}
.imgAbout {
    width: 100%; 
    max-width: 500px;
    height: auto; 
    overflow: hidden; 
}
.imgAbout img {
    width: 100%; 
    height: auto; 
    display: block; 
    border-radius: 15px;
    padding: 10px;
}
.txtAbout{
    text-indent: 15px;
    padding: 20px;
}
.containerMainSwiper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 25px;
    /* height: 100vh; */
    overflow: hidden;
}
.containerCardsPj{
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
}
.titleGalery{
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
}
.capaProject{
    width: 300px;
    max-width: 350px;
}
.capaProject img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.capaProject img:hover{
    box-shadow: 0 0 20px 2px black;
    transition: .4s ease-in-out;
}
.janelaGalery, .janelaDiaCrianca, .janelaTrab{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000c4;
    z-index: 999;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    transition: .4s ease-in-out;
}
.galery
.sliderCrianca, .sliderTrab{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.sliderCrianca.swiper-slide{
    display: flex;
    align-items: center;
}
.sliderTrab.swiper-slide{
    display: flex;
    justify-content: center;
}
.galeryDiaCrianca{
    width: 100%;
    max-width: 600px;
    height: 100%;
    margin: 20px auto;
}
.sliderCrianca video{
    max-height: 500px;
    height: 100%;
    width: 90%;
} 
.galeriaDiaCrianca{
    width: 100%;
    height: 100%;
}
.janelaGalery.ativeGalery, .janelaDiaCrianca.ativeGalery, .janelaTrab.ativeGalery{
    height: 100vh;
    width: 100vw;
    overflow: visible;
    visibility: visible;
}
.galery{
    height: 95%;
    width: 60%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.galeryProjects{
    display: flex;
}
.closeGalery{
    position: absolute;
    top: 0;
    border: 1px solid red;
    border-radius: 50%;
    background-color: red;
    cursor: pointer;
}
.closeGalery:hover{
    transform: scale(1.2);
    transition: .4s ease-in-out;
}
.fotosContainer{
    display: flex;
    align-items: center;
}
.slideVideo{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 90vh !important;
}
.slideVideo video{
    height: 80% !important;
    width: 100% !important;
}

.cards-atividades{
    background-color: white;
    position: relative;
    z-index: 3;
    padding: 0 0 60px;
}
.title-atvd{
    padding: 25px;
}
.title-atvd h2{
    width: 50%;
    text-align: center;
    background-image: linear-gradient(45deg, #0578A6, #022E40);
    color: white;
    padding: 10px;
}
.container-card{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    padding: 20px;
}
.card{
    width: 300px;
   box-shadow: 0px 0px 20px #858585;
    border: 1px solid var(--cor-primaria);
}
.card .imgCard, .imgCard img{
    width: 100%;
}
.imgCard{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
}
.imgCard img{
    width: 100%;
    height: 100%;
}
.card .imgCard img, .card{
    border-radius: 10px 10px 0 0;
}
.iconCard{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconCard img{
    height: 100%;
}
.txtCard{
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btnSM{
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
}
.btnSM button{
    height: 40px;
    width: 100px;
    border-radius: 5px;
    border: 1px solid white;
    background-color: #03A64A;
    color: white;
    cursor: pointer;
}
.btnSM button a{
    color: white;
    text-decoration: none;
}
.btnCloseGalery{
    position: absolute;
    top: 0;
    z-index: 999;
    right: 50%;
}
/*Parte de depoimentos*/
.containerDepoimentos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 100vh; */
    justify-items: center;
    padding-top: 50px;
    border-top: 3px solid #005679;
    color: white;
    padding-bottom: 40px;
}
.contentDepoimentos{
    display: flex;
    align-items: center;
    width: 90%;
    overflow: hidden;
    position: relative;
    margin: 15px;
    height: 80%;
    box-shadow: 0px 0px 20px 0px var(--cor-primaria);
}
.contentDepoimentos:active{
    box-shadow: 0px 0px 30px 10px var(--cor-primaria);
}
.iconDep .bi{
    font-size: 6vw;
}
.elementsLeft img{
    width: 65%;
}
.elementsLeft{
    display: grid;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: 20% 1fr;
    justify-items: center;
}
.sliderDep{
    background-color: white;
    border-radius: 10px;
    color: black;
    width: 90%;
    padding: 15px;
}
.sliderDep.swiper-slide{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    cursor: grab;
    padding: 40px;
}
.sliderDep.swiper-slide:active{
    cursor: grabbing;
}
.person{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
}
.person .bi{
    font-size: 3vw;
}
.namePerson span{
    color: rgba(0, 0, 0, 0.637);
}
@media(max-width: 930px){
    .content-About{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0;
    }
    .card03{
        grid-column: 1 / -1;
    }
     .galery{
        width: 80%;
    }
    .contentDepoimentos{
        height: 100%;
    }
}
@media(max-width: 768px){
    .txtSlider h2{
        font-size: 6vw;
        text-align: center;
    }
    .content-About{
        position: static;
    }
    .title-atvd h2{
        font-size: 6vw;
        width: 70%;
    }
    .txtAbout p{
        font-size: 4vw;
        padding: 10px;
    }
    .container-card{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .card03{
        grid-column: 1;
    }
    .bodyGalery{
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .galery{
        width: 100%;
    }
    .slide{
        display: flex !important;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .slide img{
        width: 100%;
    }
    .galeryProjects{
        display: flex;
        flex-direction: column;
    }
    .containerDepoimentos{
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 30px;
        padding-bottom: 50px;
    }
    .elementsLeft img{
        height: 90%;
    }
    .iconDep .bi{
        font-size: 20vw;
    }
    .contentDepoimentos{
        height: 100%;
    }
    .person, .txtDep{
        font-size: 3vw;
    }
    .iconPerson .bi{
        font-size: 6vw;
    }
}