@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');
body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Balsamiq Sans', cursive;
    color: black;

}

.row #titulo {
    display: inline;
    width: 100%;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -0.1em 0.1em 0.2em rgba(189, 188, 188, 0.568);
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: rgb(235, 214, 214);
    background-image: linear-gradient(to right, #fdd835, #F44336, #0178ff, #f50057, #2473fc, #ab47bc, #388E3C, #fdd835, #F44336, #1565C0, #f50057, #2a78ff, #ab47bc, #388E3C);
}


/* alteracao para alinhar na esquerda os icones do menu utilizados na pagina sobre */

nav i.material-icons {
    display: inline-flex;
    vertical-align: top;

}

.nav-wrapper ul a{
    font-size: 1.1vw;
}

.faca-vc-mesmo{
    float: right; 
    background-color: rgb(46, 108, 223); 
    border-radius: 0% 10% 10% 0%; 
    padding: 0px 10px 0px 10px;
    width: 16%;
    height: 100%;
    font-size: 1.1vw
}
.faca-vc-video{
    width: 40vw; 
    height: 22vw;
}

.header-topo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 20%;
    /* margin-top: 80px; 
    margin-bottom: 110px; */
}

.bg {
    font-family: 'Balsamiq Sans', cursive;
    margin-top: -20px;  
}

.bg header{
    background: url('../imagens/cabecalho_ajustado2.png');
    background-size: 1366px 369px;
    /*background-size: 100% 50%;*/
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
}

.sidenav{
    padding-top: 40px;
}

.sidenav li>a{
    color: white;
}

.sidenav span{
    top: 20px;
    right: 20px;
    position: absolute;

}

/* Barra de busca */
.barra-busca{
    display: flex;
    justify-content: center;
}

.barra-busca button{
    margin-top: 10%;
}

.barra-busca label{
    margin-top: 2px;
    font-size: 92%;
}

.nav-wrapper {
    margin-top: 5%; 
    border-radius: 10px 10px;
}

.page-footer {
    position: relative;
    background-image: url('../imagens/static_imagens_rodape_ajustado4.png');
    background-color: rgb(0, 178, 38);
    background-size: 1366px 369px;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    font-family: 'Balsamiq Sans', cursive;
}

.page-footer .container{
    width: 80%;
}

.logo_parceiros{
    display: flex;
    
}

.format-logo{
    width: 100%;
}

.youtube-logo {
    background-size: 20px;
}

.rodape-prin span{
    font-size: 1em;
    text-align: center;
}
.rodape-prin{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icones-sociais a{
    margin: 4px;
}



/*  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
 
  main {
    flex: 1 0 auto;
  }
	*/

.conjunto-cards{
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
}
.card-content {
    margin: center;
    height: 250px;
    width:  160px;
    text-align: center;
    border-radius: 15px 15px;
    width: auto;
    padding-top: 8%;
    padding-bottom: 0%;
}

.card-panel {
    height: 180px;
    border-radius: 15px 15px;
    padding-top: 8%;
    padding-bottom: 0%;    
    padding: 0;
}

.card-unico{
    width: 245px;
}

.card-unico span{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.conteudo-busca{
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
    align-content: flex-start;
}

.busca{
    display: grid;
    grid-template-columns: 26% auto;
    grid-template-rows: auto auto;
}
.busca-avancada{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.titulo-busca{
    grid-column-start: 1;
    grid-column-end: 3;
}
#titulo-avancado{
    width: 100%;
}
.titulo-avancado .card-panel{
    height: 50px;
    border-radius: 10px;
    justify-content: space-between;
}
.titulo-avancado span{
    width: 100%;
    font-size: 0.4em;
    text-align: center;
}
.filtro-filho{
    margin-left: 40px;
}

.busca-opcoes{
    margin: 10px 10px 10px 10px;
}
.filtro span{
    font-size: 1.4em;
}
span{
    color: white;
}

/* Planejando Cantinhos */

.card-shaper-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw; 
    margin-top: 3%; 
    padding-top: 0%;
    height: 100px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.card-shaper{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px; 
    padding-top: 1%; 
    padding-left: 5%
}
/* Nav menu teve que ser ajustado em alguns @media(280px,360px,  )*/
.navmenu{
    margin-top: 22%; 
    border-radius: 10px 10px;
}
.img-atividade-pequena img{
    width: 120px;
    max-height: 120px;
}
.detalhe-atividades img{
    width: 70%;
}
.detalhe-atividades h1{
    font-size: 3rem;
}
p{
    text-align: justify;
}

.busca-opcoes p{
    text-align: left;
}

.timeline {
    position: relative;
}

.timeline .timeline-event {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.timeline .timeline-event .timeline-content {
    position: relative;
    width: calc(50% - 50px);
}
.timeline .timeline-event::before {
    display: block;
    content: "";
    width: 2px;
    height: calc(50% - 30px);
    position: absolute;
    background: #000000;
    left: calc(50% - 1px);
    top: 0;
}
.timeline .timeline-event::after {
    display: block;
    content: "";
    width: 2px;
    height: calc(50% - 30px);
    position: absolute;
    background: #000000;
    left: calc(50% - 1px);
    top: calc(50% + 30px);
}
.timeline .timeline-event:first-child::before {
    display: none;
}

.timeline .timeline-event:last-child::after {
    display: none;
}

.timeline .timeline-event:nth-child(even) .timeline-content {
    margin-left: calc(50% + 50px);
    background-color: rgb(96, 255, 109);
    width: 30%;
}
.timeline .timeline-event:nth-child(odd) .timeline-content {
    margin-left: calc(20% - 50px);
    background-color: rgb(77, 241, 247);
    width: 30%;
}

.timeline .timeline-event:nth-child(even) .card-content {
    height: 80%;
}
.timeline .timeline-event:nth-child(odd) .card-content {
    height: 80%;
}

.timeline .timeline-badge {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #525151;
    top: calc(50% - 8px);
    right: calc(50% - 8px);
    border-radius: 50%;
    text-align: center;
    cursor: default;
}
.timeline .timeline-badge i {
    font-size: 25px;
    line-height: 40px;
}

.titulo-diretriz{
    font-size: 30px;
}

.timeline .timeline-event:nth-child(even) .titulo-diretriz{
    color: black;
    font-family: fantasy;
    margin-bottom: 5%;
}

.timeline .timeline-event:nth-child(even) .link-diretriz{
    color: black; 
}

.timeline .timeline-event:nth-child(odd) .titulo-diretriz{
    color: black;
    font-family: fantasy;
    margin-bottom:5%;
}

.timeline .timeline-event:nth-child(odd) .link-diretriz{
    color: black;
}

.card-saibamais{
    display: flex;
    align-items: center;
    flex-direction: column;

    padding-left: 20px;
    padding-right: 20px;
}

.titulo-card-saibamais{
    font-size: 1em;
}
.data-saibamais{
    font-size: 0.7em;
}

.icone-saibamais{
    display: flex;
    align-items: center;
    flex-direction: column;

    margin: 20px;
}

.icone-saibamais{
    font-size: 0.7em;
}




/*Ultra Small devices (landscape phones, 280px and up)(GALAXY FOLD e IPHONE 5 SE)*/ 
@media (min-width: 280px) and (max-width: 359.98px) {

    .timeline .timeline-event:nth-child(even) .timeline-content {
        margin-left: calc(50% + 50px);
        background-color: rgb(96, 255, 109);
        width: 50%;
    }
    .timeline .timeline-event:nth-child(odd) .timeline-content {
        margin-left: calc(20% - 50px);
        background-color: rgb(77, 241, 247);
        width: 50%;
    }

    .timeline .timeline-event:nth-child(even) .titulo-diretriz{
        font-size: 25px;
    }

    .timeline .timeline-event:nth-child(odd) .titulo-diretriz{
        font-size: 25px;
        text-align: center;
    }

    .timeline .timeline-event:nth-child(odd) .timeline-content {
        margin-left: calc(5% - 50px);
    }

    .title-footer {
        margin-top: 80px;
    }
    .bg header{
        background-size: 100% 89px;
        margin-top: -70px;
    }
    .row img#logo{
        position: absolute;
        width: auto;
        height: 40px;
        margin-left: -70px;
        margin-top: -25px;
    }
    .nav-wrapper{
        margin-top: -40px;
    }
    .faca-vc-mesmo{
        width: 50px;
        font-size: 0vw;
        display: flex;
        justify-content: center;
    }
    .faca-vc-video{
        width: 70vw; 
        height: 40vw;
    }
    .page-footer {
        background-size: 100% 89px;
    }
    #texto-rodape{
        margin-top: -75px;
    }
    .format-logo{
        width: 40%;   
    }
    .rodape-prin{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    /*---------------*/

    .busca{
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
    }
    .busca-avancada{
        width: 50%;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .titulo-busca{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .busca-opcoes{
        display: none;
    }
    .titulo-avancado{
        width: 255px;
    }

    .titulo-card-saibamais{
        font-size: 0.7em;
    }
    /*---------------*/    
    

/* Planejando Cantinhos */
    .navmenu{
        margin-top: -30%; 
        border-radius: 10px 10px;
    }

    .card-shaper-title span{
        font-size: 150%;
        text-align: center;
        width: 60%;
    }
    .titulo-avancado span{
        font-size: 1em;
        width: 100%;
    }
    

}

@media (min-width: 360px) and (max-width: 575.98px) {

    .timeline .timeline-event:nth-child(even) .timeline-content {
        margin-left: calc(50% + 50px);
        background-color: rgb(96, 255, 109);
        width: 50%;
    }
    .timeline .timeline-event:nth-child(odd) .timeline-content {
        margin-left: calc(20% - 50px);
        background-color: rgb(77, 241, 247);
        width: 50%;
    }

    .timeline .timeline-event:nth-child(even) .titulo-diretriz{
        font-size: 25px;
    }

    .timeline .timeline-event:nth-child(odd) .titulo-diretriz{
        font-size: 25px;
        text-align: center;
    }

    .timeline .timeline-event:nth-child(odd) .timeline-content {
        margin-left: calc(5% - 50px);
    }

    .title-footer {
        margin-top: 80px;
    }
    .bg header{
        background-size: 100% 139px;
        margin-top: -70px;
    }
    .row img#logo{ 
        position: absolute;
        width: auto;
        height: 60px;
        margin-left: -105px;
        margin-top: -10px;
    }
    .nav-wrapper{
        margin-top: 85px;
    }
    .faca-vc-mesmo{
        width: 70px;
        font-size: 0vw;
        display: flex;
        justify-content: center;
    }
    .faca-vc-video{
        width: 70vw; 
        height: 40vw;
    }
    .page-footer {
        background-size: 100% 139px;
    }
    #texto-rodape{
        margin-top: -35px;
    }
    .format-logo{
        width: 40%;   
    }
    .rodape-prin{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    /*---------------*/

    .busca{
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
    }
    .busca-avancada{
        width: 50%;
        grid-column-start: 1;
        grid-column-end: 2;

    }
    .titulo-busca{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .busca-opcoes{
        display: none;
    }
    .titulo-avancado{
        width: 255px;
    }


    .titulo-card-saibamais{
        font-size: 0.8em;
    }
    /*---------------*/


/* Planejando Cantinhos */
    .navmenu{
        margin-top: -10%; 
        border-radius: 10px 10px;
    }

    .card-shaper-title span{
        font-size: 150%;
        text-align: center;
        width: 60%;
    }

    .titulo-avancado span{
        font-size: 0.8em;
        width: 100%;
    }
    
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 709.98px) {
    .title-footer {
        margin-top: 40px;
    }
    .bg header{
        background-size: 100% 189px;
        margin-top: -70px;
    }
    .row img#logo{
        position: absolute;
        width: auto;
        height: 80px;
        margin-left: -140px;
        margin-top: -10px;
    }
    .nav-wrapper{
        margin-top: 145px;
    } 
    .faca-vc-mesmo{
        width: 70px;
        font-size: 0vw;
        display: flex;
        justify-content: center;
    }
    .faca-vc-video{
        width: 70vw; 
        height: 40vw;
    }
    .page-footer {
        background-size: 100% 189px;
    }
    #texto-rodape{
        margin-top: 140px;
    }
    .format-logo{
        width: 28%;   
    }
    .titulo-avancado span{
        font-size: 0.7em;
    }

    /*---------------*/

    .busca{
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
    }
    .busca-avancada{
        width: 50%;
        grid-column-start: 1;
        grid-column-end: 2;

    }
    .titulo-busca{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .busca-opcoes{
        display: none;
    }
    .titulo-avancado{
        width: 255px;
    }



    /*---------------*/
    


}

.form-contato{
    background-color: #F0F8FF;
    border-radius: 20px;
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 710px) and (max-width: 998.98px) {
    .title-footer {
        margin-top: 10px;
    }
    .bg header{
        background-size: 100% 239px;
        margin-top: -70px;
    }
    .row img#logo{
        position: absolute;
        width: auto;
        height: 90px;
        margin-left: -160px;
        margin-top: 10px;
    }
    .nav-wrapper{
        margin-top: 180px; 
        border-radius: 10px 10px;
    } 
    .faca-vc-mesmo{
        width: 70px;
        font-size: 0vw;
        display: flex;
        justify-content: center;
    }
    .faca-vc-video{
        width: 55vw; 
        height: 30vw;
    }
    .page-footer {
        background-size: 100% 239px;    
    }
    #texto-rodape{
        margin-top: 220px;
    }
    .format-logo{
        width: 20%;   
    }
    .titulo-avancado span{
        font-size: 0.5em;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 999px) and (max-width: 1199.98px) {
    .title-footer {
        margin-top: 70px;
    }
    .bg header{
        background-size: 100% 269px;
        margin-top: -70px;
    }
    .row img#logo{
        position: absolute;
        width: auto;
        height: 120px;
        margin-left: -220px;
        margin-top: -10px;
    }
    .nav-wrapper{
        margin-top: 200px;
        border-radius: 10px 10px;
    } 
    .faca-vc-mesmo{
        width: 70px;
        font-size: 0vw;
        display: flex;
        justify-content: center;
    }
    .page-footer {
        background-size: 100% 269px;  
    }
    #texto-rodape{
        margin-top: -10px;
    }
    .titulo-avancado span{
        font-size: 0.5em;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) and (max-width: 1799.98px) {
    .title-footer {
        margin-top: 80px;
    }
    .bg header{
        background-size: 100% 369px;
        margin-top: -70px;
    }
    .row img#logo{
        position: absolute;
        width: auto;
        height: 150px;
        margin-left: -250px;
        margin-top: 30px;
    }
    .nav-wrapper{
        margin-top: 300px;
        border-radius: 10px 10px;
    }
    .page-footer {
        background-size: 100% 369px; 
    } 
    #texto-rodape{
        margin-top: 300px;
    }


    .titulo-avancado span{
        width: 100%;
        font-size: 0.4em;
        text-align: center;
    }
}

/* Extra large devices (large desktops, 1800px and up)*/
@media (min-width: 1800px) {
    .title-footer {
        margin-top: 80px;
    }
    .bg header{
        background-size: 100% 569px;
        margin-top: -70px;
    }
    .row img#logo{
        position: absolute;
        width: auto;
        height: 300px;
        margin-left: -525px;
        margin-top: 30px;
    }
    .nav-wrapper ul a{
        font-size: 20px;
    }
    .faca-vc-mesmo{
        font-size: 20px;
    }
    .nav-wrapper{
        margin-top: 500px;
        border-radius: 10px 10px;
    }    
    .row {
        font-size: large;
    }
    .page-footer {
        background-size: 100% 569px;
    }
    #texto-rodape{
        margin-top: 500px;
    }

    .card-shaper-title span{
        font-size: 80%;
        text-align: center;
    }

    .titulo-avancado span{
        font-size: 0.4em;
    }
}

.container {
    width: 80%;
}