/*
        style.css 
        by: Fat        
        */

body, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
}

p {
    font-family: Roboto-Bold, sans-serif;
}

.container, .col-md-12, .container-fluid {
    padding: 0;
}

/***** HEADER *****/

.wrapper {
    padding: 0;
}

.whrapper-buscar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding-left: 0;
}

.menu_topo {
    width: 100%;
    position: relative;
    height: 80px;
    background-color: #008FBE;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

button.btn-link {
    display: none;
}

.whrapper_menu {
    /*background-color: #1BB5DA;*/
    /*nova logo 2021*/
    background-color: #005E96;
    height: 80px;
}

.menu_principal {
    width: 100%;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}

nav.header_menu, nav.second_menu {
    display: flex;
    height: 80px;
}

    nav.header_menu ul, nav.second_menu ul {
        display: flex;
        max-width: 1140px;
        margin: auto;
        padding-right: 15px;
        padding-left: 15px;
        align-items: center;
        justify-content: center;
    }

        nav.header_menu ul li {
            /*padding: 10px;*/
            padding: 10px 5px;
            /*margin-right: 10px;*/
            margin-right: 5px;
            list-style: none;
            font-family: Roboto, sans-serif;
        }

            nav.header_menu ul li a {
                color: white;
                margin: 0 1px;
                text-decoration: none;
                /*font-size: 16px;*/
                font-size: 15px;
                font-weight: 700;
            }

                nav.header_menu ul li a:hover {
                    color: #c8eff8;
                    outline: 0;
                }

        /*SECOND MENU*/
        nav.second_menu ul li {
            list-style: none;
        }


            nav.second_menu ul li a {
                margin: 0 16px;
                text-decoration: none;
                font-weight: 700;
                color: #028FBE;
                font-size: 15px;
                min-height: 48px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 5px;
                min-width: 95px;
                /*font-size: 0.714em;
                    text-transform: uppercase;
                    font-family: 'Gotham-Bold', sans-serif;
                    color: #028FBE;*/
            }

                nav.second_menu ul li a:hover {
                    background: #028fbe;
                    -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                    color: white;
                }


/* The Modal (background) */
.modalPreInscricaoMSG {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modalPreInscricaoMSG-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid #fff;
    width: 600px;
    background: #028fbe;
    padding: 13px;
    margin-top: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    /*min-height: 75px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Gotham-Bold', sans-serif;
    color: #fff;
}


.box-educacao h3 {
    background: #028fbe;
    padding: 13px;
    margin-top: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Gotham-Bold', sans-serif;
}

/* The Close Button */
.closePreInscricaoMSG {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closePreInscricaoMSG:hover,
    .closePreInscricaoMSG:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }




@media (max-width: 768px) {

    nav.second_menu ul li a {
        /*color: white;
        width: 100%;
        display: block;
        min-height: initial;
        text-align: left;*/
        color: white;
        justify-content: flex-start;
        margin: 0 15px;
        display: flex;
        width: 100%;
    }


        nav.second_menu ul li a:hover {
            background: transparent;
            color: #028fbe;
        }
}

/*@media (max-width: 768px) {
    nav.second_menu ul li a:hover {
        background: transparent;
        color: #028fbe;
    }
}*/


/*nav.second_menu ul a:hover  {
            color: white;
            text-decoration: none;
        }*/

/*Fim Second Menu*/


/***** FIM HEADER *****/

.title-item h1 {
    color: gray;
    padding-top: 20px;
    font-weight: 300;
    font-family: Roboto-Light, sans-serif;
}

.box-list, .lista {
    display: flex;
    justify-content: space-between;
}

.img-background img {
    width: 100%;
    opacity: .2;
}

.section-full {
    margin-bottom: 20px;
    background-repeat: repeat;
}

a.link-item {
    display: contents;
    text-decoration: none;
}

.matricula-carioca {
    background: #028fbe;
    text-align: center;
    /*margin-right: 25px;*/
    height: 126px;
}

h3.color-blue {
    color: #0000ab;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
}

h3.color-white {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 80px;
}

/* Topo */

.section-img-top {
    position: absolute;
    background-image: url("imagens/detalhe-topo-opcao2.png");
    height: 341px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    z-index: -1;
}

.box-fazer-inscricao, .box-consultar-inscricao, .box-resultados-creche, .box-consultar-ticket {
    padding: 0px 30px;
    text-align: center;
    margin-right: 25px;
    color: white;
    background: #028FBE;
    border-radius: 8px;
    box-shadow: 0px 0px 10px grey;
    max-width: 190px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-fazer-inscricao {
    border-top: 10px solid #D5EDFA;
    border-bottom: 10px solid #D5EDFA;
    margin-left: 25px;
}

.box-consultar-inscricao {
    border-top: 10px solid #007CA9;
    border-bottom: 10px solid #007CA9;
}

.box-resultados-creche {
    border-top: 10px solid #14AACC;
    border-bottom: 10px solid #14AACC;
}

.box-consultar-ticket {
    border-top: 10px solid #007CA9;
    border-bottom: 10px solid #007CA9;
    display: none;
}

    .box-fazer-inscricao h3 a, .box-consultar-inscricao h3 a, .box-resultados-creche h3 a, .box-consultar-ticket h3 a {
        color: white;
        margin: 15px auto;
        font-family: 'Gotham-Bold', sans-serif;
        font-size: 19px; /* original 22px alterado para 19px por causa da palavra pré-inscrição*/
        min-height: 48px;
        min-width: 130px;
    }

        .box-fazer-inscricao h3:hover a, .box-consultar-inscricao h3 a:hover, .box-resultados-creche h3 a:hover, .box-consultar-ticket h3 a:hover {
            color: #09336F;
        }

.wrapper-box a:hover {
    text-decoration: none;
}


/*Seção de Educação*/

.wrapper-box {
    background: #CBEAF9;
    height: 126px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-educacao {
    display: block;
}

.wrapper-data {
    width: 50%;
}


    .wrapper-data span.number-1, .wrapper-data p.text-1 {
        color: #028FBE;
        font-family: 'Gotham-Bold', sans-serif;
    }

    .wrapper-data span.number-1 {
        font-size: 34px;
    }

    .wrapper-data p.text-1 {
        font-size: 18px;
    }

    .wrapper-data span.number-2, .wrapper-data p.text-2 {
        color: white;
        font-family: 'Gotham-Bold', sans-serif;
    }

    .wrapper-data span.number-2 {
        font-size: 34px;
    }

    .wrapper-data p.text-2 {
        font-size: 18px;
    }


.content-educacao, .content-saiba-mais {
    display: flex;
    justify-content: center;
}

.content-educacao {
    background-color: #7DCEF0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 120px;
    background-image: url("imagens/bg-box-datas-full.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.box-educacao {
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    background: #a5dbf4;
    text-align: center;
    margin-right: 30px;
    color: white;
    padding-top: 0px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px grey;
    border-radius: 15px;
    width: 18.4%;
    margin-right: 2%;
    width: 22%;
    margin-right: 4%;
    z-index: 9;
    padding-bottom: 0px;
}

/*.pao-de-acucar {
                background-image: url("http://127.0.0.1/asp.net/bootstrap-4-3-1/prefeitura/prefeitura/images/hero-bg.jpg");
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: cover;
                height: 300px;
            }*/

.section-new-footer {
    background-image: url("imagens/detalhe-rodape.png");
    height: 404px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
}

.img-prefeitura {
    text-align: right;
    position: relative;
    top: 240px;
}

.pao-de-acucar {
    height: 460px;
}

    .pao-de-acucar.mobile {
        display: none;
    }

    .pao-de-acucar img {
        width: 100%;
        position: relative;
        top: -100px;
        z-index: -1;
    }

.last-child {
    margin-right: 0;
}

/*SAIBA MAIS*/

.section-saiba-mais {
    display: none;
}

.calendario, .saiba-mais, .duvidas {
    background-image: linear-gradient(to right, #7ebce3, #0e71b4);
    text-align: center;
    border-radius: 25px;
    margin-bottom: 30px;
}

    .calendario img, .saiba-mais img, .duvidas img {
        float: left;
        position: relative;
        padding: 7px 17px;
        margin-right: -51px;
    }


        /* css - para + */

        .calendario img.calendario-retrair.first-child, .saiba-mais img.saiba-mais-retrair.first-child, .duvidas img.duvidas-retrair.first-child {
            display: block;
        }

        .calendario img.calendario-expandir.second-child, .saiba-mais img.saiba-mais-expandir.second-child, .duvidas img.duvidas-expandir.second-child {
            display: none;
        }

    .calendario.esconder-retrair img.calendario-expandir, .saiba-mais.esconder-retrair img.saiba-mais-expandir, .duvidas.esconder-retrair img.duvidas-expandir {
        display: block;
    }

    .calendario.esconder-retrair img.calendario-retrair, .saiba-mais.esconder-retrair img.saiba-mais-retrair, .duvidas.esconder-retrair img.duvidas-retrair {
        display: none;
    }

    .calendario.esconder-retrair.mostrar-expandir img.calendario-expandir, .saiba-mais.esconder-retrair.mostrar-expandir img.saiba-mais-expandir, .duvidas.esconder-retrair.mostrar-expandir img.duvidas-expandir {
        display: none;
    }

    .calendario.esconder-retrair.mostrar-expandir img.calendario-retrair, .saiba-mais.esconder-retrair.mostrar-expandir img.saiba-mais-retrair, .duvidas.esconder-retrair.mostrar-expandir img.duvidas-retrair {
        display: block;
    }

/* Mobile max 768px + para - */

@media (max-width: 768px) {
    .section-educacao {
        display: block;
    }

    .section-educacao.row.box-educacao {
        display: block;
        width: 100% !important;
    }

    .calendario img.calendario-retrair.first-child {
        display: none;display: block;
    }

    .calendario img.calendario-expandir.second-child {
        display: block;display: none;
    }

    .calendario.esconder-retrair img.calendario-expandir, .saiba-mais.esconder-retrair img.saiba-mais-expandir, .duvidas.esconder-retrair img.duvidas-expandir {
        display: none;display: block;
    }

    .calendario.esconder-retrair img.calendario-retrair, .saiba-mais.esconder-retrair img.saiba-mais-retrair, .duvidas.esconder-retrair img.duvidas-retrair {
        display: block;display: none;
    }

    .calendario.esconder-retrair.mostrar-expandir img.calendario-expandir, .saiba-mais.esconder-retrair.mostrar-expandir img.saiba-mais-expandir, .duvidas.esconder-retrair.mostrar-expandir img.duvidas-expandir {
        display: block;display: none;
    }

    .calendario.esconder-retrair.mostrar-expandir img.calendario-retrair, .saiba-mais.esconder-retrair.mostrar-expandir img.saiba-mais-retrair, .duvidas.esconder-retrair.mostrar-expandir img.duvidas-retrair {
        display: none;display: block;
    }
}


/* css + para - */

.calendario img.calendario-expandir.first-child, .saiba-mais img.saiba-mais-expandir.first-child, .duvidas img.duvidas-expandir.first-child {
    display: block;
}

.calendario img.calendario-retrair.second-child, .saiba-mais img.saiba-mais-retrair.second-child, .duvidas img.duvidas-retrair.second-child {
    display: none;
}

.calendario.esconder-expandir img.calendario-expandir, .saiba-mais.esconder-expandir img.saiba-mais-expandir, .duvidas.esconder-expandir img.duvidas-expandir {
    display: none;
    display: block;
}

.calendario.esconder-expandir img.calendario-retrair, .saiba-mais.esconder-expandir img.saiba-mais-retrair, .duvidas.esconder-expandir img.duvidas-retrair {
    display: block;
    display: none;
}

.calendario.esconder-expandir.mostrar-retrair img.calendario-expandir, .saiba-mais.esconder-expandir.mostrar-retrair img.saiba-mais-expandir, .duvidas.esconder-expandir.mostrar-retrair img.duvidas-expandir {
    display: block;
    display: none;
}

.calendario.esconder-expandir.mostrar-retrair img.calendario-retrair, .saiba-mais.esconder-expandir.mostrar-retrair img.saiba-mais-retrair, .duvidas.esconder-expandir.mostrar-retrair img.duvidas-retrair {
    display: none;
    display: block;
}



.calendario h2, .saiba-mais h2, .duvidas h2 {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}

.box-saiba-mais {
    background: white;
    margin-bottom: 20px;
    text-align: center;
}

    .box-saiba-mais h3 {
        min-height: 75px;
        text-align: center;
    }

    .box-saiba-mais img {
        border-radius: 50%;
        width: 120px;
    }

/*Duvidas*/

.section-duvidas {
    /*display: none;*/
    margin-bottom: 30px;
}


.box-duvidasInterno {
    background: #29b4d8;
    color: white;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 200px;
    width: 31% !important;
    margin: 0 1%;
    width: 48% !important;    
}
.box-duvidasInterno.background-whatsapp {
    background: #008FBE;
    min-height: 110px;
}
.box-duvidasInterno.background-1746 {
    background: #008FBE;
    min-height: 110px;
}
.agrupa-icone-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
img.icone-whatsapp {
    width: 50px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
img.icone-1746 {
    width: 80px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.row.creditos {
    margin-right: initial;
    margin-left: initial;
}

@media(max-width: 991px) {
    .box-duvidasInterno {
        width: 96% !important;
        margin-right: 0%;
        margin-bottom: 25px;
        margin-left: 2%;
    }
}

.box-duvidas1 {
    background: #29b4d8;
    color: white;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 300px;
    width: 30%;
    margin-right: 5%;
}

.box-duvidas2 {
    background: #5ac2e2;
    color: white;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 300px;
    width: 30%;
    margin-right: 5%;
}

.box-duvidas3 {
    background: #14aacc;
    color: white;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-width: 300px;
    width: 30%;
}


    .box-duvidas1:hover, .box-duvidas2:hover, .box-duvidas3:hover {
        background: #09336f;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.box-duvidas h2, .box-duvidas h3 {
    text-align: center;
}

.box-duvidas h2 {
    font-size: 30px;
}

.box-duvidas h3 {
    font-size: 18px;
    margin-top: 0;
}

/*Educação*/

.box-educacao h3 {
    background: #028fbe;
    padding: 13px;
    margin-top: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    min-height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Gotham-Bold', sans-serif;
    min-height: 115px;
}

.section-saiba-mais h3 {
    color: #028fbe;
}

    .section-saiba-mais h3:hover {
        color: #09336f;
    }







.box-item {
    display: block;
    background: green;
    color: white;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 25px 5px 25px;
    background-color: #ececec;
    max-width: 11.2%;
    border: 1px solid #ececec;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

    .box-item:hover {
        border: 1px solid #1bb5d9;
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
    }

    .box-item img {
        width: 40px;
    }

    .box-item p {
        color: #777777;
        font-size: .75em;
        margin-bottom: 0px;
        font-weight: bold;
    }

.slides {
    margin-top: 20px;
    margin-bottom: 30px;
}

span.rio {
    font-size: 27px;
    font-weight: bold;
    color: black;
}

/***** SECTION BLOG *****/

.section-blog {
    margin-bottom: 30px;
}

    .section-blog .title {
        font-size: 27px;
    }

    .section-blog .post-thumbnail-large h3 {
        font-size: 27px;
        color: black;
    }

.post-thumbnail-large img {
    width: 100%;
}

/***** SECTION PORTAIS *****/

.section-portais {
    height: 50vh;
    color: #f3f3f3;
}

/***** FOOTER *****/

.links-footer {
    background-color: #e7e7e7;
    height: 115px;
    display: flex;
    align-items: center;
}

nav.footer-menu ul {
    text-align: center;
}

nav.footer-menu li {
    list-style: none;
}

    nav.footer-menu li:before {
        content: '/';
    }

    nav.footer-menu li:after {
        content: '/';
    }

    nav.footer-menu li a {
        font-size: 0.9em;
        font-weight: 700;
        color: #626262;
        text-decoration: none;
    }

.footer {
    background: #1BB5DA;
    color: white;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
}

    .footer img {
        width: 100px;
        display: block;
        margin: auto;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 15px;
    }

/***** FIM *****/

/* max 1199px */

@media (max-width: 1199px) {
    .box-fazer-inscricao, .box-consultar-inscricao, .box-resultados-creche, .box-consultar-ticket {
        max-width: 156px;
    }

        .box-fazer-inscricao h3, .box-consultar-inscricao h3, .box-resultados-creche h3 {
            min-width: 90px;
        }

    /*Duvidas*/

    .box-duvidas1, .box-duvidas2 {
        margin-right: 3.33%;
    }
}

/* max 991px */

@media (max-width: 991px) {
    .box-fazer-inscricao, .box-consultar-inscricao, .box-resultados-creche, .box-consultar-ticket {
        max-width: 220px;
    }

        .box-fazer-inscricao h3, .box-consultar-inscricao h3, .box-resultados-creche h3 {
            min-width: 150px;
        }

    /*Seção de Educação*/

    .box-educacao {
        width: 100%!important;
        margin-bottom: 25px;
    }

        .box-educacao.second-child {
            margin-right: 0%;
        }

    /*Duvidas*/

    .box-duvidas1, .box-duvidas2, .box-duvidas3 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }
}




@media (max-width: 991px) {
    .wrapper-box {
        justify-content: center;
        display: flex;
        align-items: center;
        height: auto;
        padding: 5px 0;
    }
}

@media (max-width: 906px) {
    .wrapper-box {
        justify-content: center;
        display: flex;
        align-items: center;
        height: auto;
        background: none;
        padding: 5px 0;
    }
}




/* Mobile max 768px */

@media (max-width: 768px) {

    .wrapper-box {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        height: auto;
        padding-bottom: 20px;
        padding-top: 5px;
        background: none;
    }

    .container.section-second-menu {
        width: 100%;
    }

    .menu_topo {
        display: none;
    }

    button.btn-link {
        display: block;
        position: relative;
        /*right: -168px; */
        position: absolute;
        right: 0%;
    }

    .section-second-menu {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    nav.second_menu {
        display: none;
        height: auto;
    }

        nav.second_menu a {
            color: white;
        }

        nav.second_menu ul {
            display: block;
            max-width: 1140px;
            margin: auto;
            /*padding-right: 15px;*/
            /*padding-left: 15px;*/
            background: #028fbe;
            Z-INDEX: 999999;
            POSITION: relative;
            COLOR: WHITE;
            WIDTH: 100%;
            padding-right: 0px;
            padding-left: 0px;
        }

            nav.second_menu ul li {
                color: white;
                margin-left: 0px;
                margin-right: 0px;
                border-bottom: 1px solid white;
                width: 100%;
            }

                nav.second_menu ul li:hover {
                    background: white;
                    color: #028fbe;
                }





    .matricula-carioca {
        margin-right: 0px;
        /*margin-right: -15px;*/
        margin-right: -9px;
        margin-left: 0px;
        /*margin-left: -15px;*/
        margin-left: -9px;
        padding-left: 0;
        padding-right: 0;
    }

    h3.color-white {
        font-size: 45px;
        margin-top: 0;
        margin-bottom: 0;
    }

    h3.color-blue {
        padding-top: 10px;
        font-size: 35px;
    }

    .wrapper-box {
        background: #CBEAF9;
        /*height: 126px;*/
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        align-items: center;
        justify-content: space-between;
    }



    /*.wrapper-box {
                padding-left: 15px;
                padding-right: 15px;
                display: block;
                height: auto;
                padding-bottom: 20px;
                padding-top: 5px;
                background: none;
            }*/

    .box-consultar-inscricao, .box-fazer-inscricao, .box-resultados-creche {
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

        .box-consultar-inscricao h3, .box-fazer-inscricao h3, .box-resultados-creche h3 {
            font-size: 20px;
            min-height: initial;
        }

    .box-fazer-inscricao {
        max-width: initial;
    }

    .box-consultar-inscricao {
        max-width: initial;
    }

    .box-resultados-creche {
        max-width: initial;
    }

    .box-educacao {
        width: 100%;
        margin-bottom: 20px;
    }

    .calendario {
        cursor: pointer;
    }

        .calendario h2 {
            padding-top: 5px;
            margin-bottom: 30px;
            font-size: 20px;
        }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav.header_menu ul {
        display: none;
    }

    .box-list, .lista, .box-item {
        display: flex;
        max-width: 100%;
        width: 100%;
        align-items: start;
        overflow: -webkit-paged-x;
    }

        .box-item img {
            width: 34px;
        }

    .footer {
        padding-left: 7%;
        padding-right: 7%;
    }

    .section-new-footer {
        height: 156px;
        background-size: contain;
    }

    .img-prefeitura {
        top: auto;
    }
}

@media (max-width: 767px) {

    .matricula-carioca {
        margin-right: 0px;
        margin-left: 0px;
    }
}

/* Mobile max 480px */

@media (max-width: 480px) {

    .matricula-carioca img {
        padding: 20px;
        max-width: 60%;
    }

    .box-resultados-creche {
        z-index: 9;
        position: relative;
    }

    .pao-de-acucar {
        display: none;
    }

        .pao-de-acucar.mobile {
            display: block;
            height: 130px;
        }

    .section-new-footer {
        background-image: url("imagens/detalhe-rodape-v-mobile-480.png");
        height: 164px;
        background-repeat: no-repeat;
        top: 85px;
        display: block;
        position: relative;
    }

    .img-prefeitura {
        text-align: center;
        bottom: 60px;
        display: block;
    }
}

/* Mobile max 320px */

@media (max-width: 320px) {

    button.btn-link {
        /*right: -120px;*/
        right: 0%;
    }

    .matricula-carioca img {
        width: 100%;
    }

    .pao-de-acucar.mobile {
        height: 60px;
    }

    .section-new-footer {
        background-image: url("imagens/detalhe-rodape-v-mobile.png");
        height: auto;
        background-repeat: no-repeat;
        top: 113px;
        display: block;
        position: relative;
    }

    .img-prefeitura {
        bottom: 113px;
    }
}

.wrapper {
    display: block;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* top layer */
    z-index: 9999;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

    /* display .overlay when it has the .active class */

    .overlay.active {
        display: block;
        opacity: 1;
    }

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}



/* modificacoes calendario em 19-05-2022 */

.wrapper-data-100 {
    width: 100%;
}


    .wrapper-data-100 span.text_1_maior, .wrapper-data-100 p.text_1_menor {
        color: #028FBE;
        font-family: 'Gotham-Bold', sans-serif;
    }

    .wrapper-data-100 span.text_1_maior {
        font-size: 34px;
    }

    .wrapper-data-100 p.text_1_menor {
        font-size: 18px;
    }

    .wrapper-data-100 span.text_2_maior, .wrapper-data-100 p.text_2_menor {
        color: white;
        font-family: 'Gotham-Bold', sans-serif;
    }

    .wrapper-data-100 span.text_2_maior {
        font-size: 34px;
    }

    .wrapper-data-100 p.text_2_menor {
        font-size: 18px;
    }
