
html {
    width: 100%;
    height: 100%;
}

body{
    font-family: Arial;
    background-color: rgba(238, 238, 238, 0.47);
    width: 100%;
    height: 100%;
    text-align: justify;
} 
header{
    background-color: #363759 !important;
}

.body{
    background: url("/img/cover/index_3840x1200.jpg") center center;
    min-width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-parcerias{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/parcerias_3840x1200.jpg") center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-identidade{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/identidade_1800x800.jpg") center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-projeto-educativo{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/projeto-educativo_3840x1200.jpg") center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-normas-de-funcionamento{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/normas-de-funcionamento_3840x1200.jpg") center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-projeto-byte{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/projeto_byte_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-responsabilidade-social{
    background: url("/img/cover/responsabilidade-social_3840x1200.jpg") center left;
    min-width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-acesso-restrito{
    background: url("/img/cover/area-reservada_3840x1200.jpg") center left;
    min-width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-condicoes-admissao{
    background: url("/img/cover/condicao-admissao_3840x1200.jpg") center center;
    min-width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.body-creche{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/creche_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;   
}

.body-pre-escolar{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/pre-escolar_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover; 

}

.body-1ceb{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/1ceb_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.body-2ceb{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/2ceb_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.body-psicologia-orientacao{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/psicologia_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.body-alimentacao-nutricao{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/servicos_alimentacao_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;      
}


.body-terapia-da-fala{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/terapia-da-fala_3840x1200.jpg") center right;
    background-repeat: no-repeat;
    background-size: cover;   
}

.body-atividades-extracurriculares{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/atividades-extracurriculares_3840x1200.jpg") center right;
    background-repeat: no-repeat;
    background-size: cover;  
}

.body-servicos-administrativos{
    min-width: 100%;
    height: 400px;
    background: url("../img/cover/servicos-administrativos_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.body-outros-servicos{
    min-width: 100%;
    height: 400px;
    background: url("/img/cover/outros-servicos_3840x1200.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;      
}

.body-instalcoes{
    min-width: 100%;
    /*height: 400px;*/
}

.body-instalcoes img{
    min-width: 100%;
    /*height: 400px !important;*/
}

.body-instalcoes .item{
    /*height: 400px !important;*/
}

.lowheader{
    width: 100%;
    text-align: center;
}

.lowheader a{
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.topheader{
    position: fixed; 
    top: 0; 
    display: block;
    width: 100%
}

.topheader a{
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

#body{
    padding-top: 25px;
    background-color: #FFFFFF;
/*  border-top: 1px solid #EAEAEA;*/
}

#header{
    background-color: rgba(0, 18, 152, 0.04);

}

#body .missao{
    background-color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
}
#footer{
    background-image: url("/img/footer_background.jpg");
    background-position: center;
    padding: 25px 0px 25px 0px;
    color:#666666;
}

.title{
    text-align: center;
}

#aqui_acontece{
    background-color: rgba(0, 18, 152, 0.04);
    padding-bottom: 50px;
}

#aqui_acontece img{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.aqui_acontece{
    background-color: #FFFFFF;
    padding:0px !important;
    border: 1px solid #dddddd;
    margin-top: 40px;
    position: relative;
}
.acontece_title {
    font-size: 16px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    color:#2A4EBE;
    border-bottom: 1px solid rgba(204, 204, 204, 0.43);
    min-height: 40px;

}

.thumb_details{
    padding: 6px 13px;
    border-top: 1px solid #efefef;
    background-color: #2A4EBE;
    text-align: right;
    font-size: 17px;
    letter-spacing: 2.2px;
    color: #FFFFFF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.acontece_desc{
    font-size: 16px;
    text-align: justify;
    padding: 7px;
}

#oferta-educativa{
    /*background-color: #FFFFFF;*/
    /*margin-top: 50px;*/
    padding-top: 25px;
    padding-bottom: 50px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
#oferta-educativa img{
    /* min-width: 160px;*/
    /* max-width: 100%;*/
    height: 190px;
    width: 190px;
    z-index: 0;
}
#oferta-educativa .col-sm-12{
    /* position: relative;*/
    /* border-radius: 50%;*/
}
.CloseButton{
    margin-bottom: 15px;
}
.CloseButton span{
    line-height: 30px;
    font-size: 13px;
    width: 30px;
    display: block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.37);
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 10px;
}
.CloseButton span:hover{
    cursor: pointer;
}
#oferta-educativa .col-sm-12 a{
    display: block;
    color: white;
    line-height: 190px;
    width: 190px !important;
    height: 190px;
    margin-top: -190px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    margin: -190px auto 0 auto;
    cursor: pointer;
}
#oferta-educativa .col-sm-12 a span{
    width: 100%;
}
#oferta-educativa .col-sm-12:hover a{
    background: rgba(36, 37, 59,.5);
    background-blend-mode: overlay;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.data{
    background-color: #9ACBFF;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    color: white;
    text-align:center;
    padding-top: 11px;
    padding-bottom: 11px;
}

.dia{
    font-size: 24px;
    line-height: 24px;
}

.mes{
    font-size: 16px;
    line-height: 16px;
    border-top: 2px #FFFFFF solid;
}

.date_box{
    border-top: 1px #CCCCCC solid;
    margin-top: 5px;
    padding-top:5px;
}

.ementa_dia img{
    width: 66px;
}

.ementa_desc{
    line-height: 66px;
    vertical-align: middle;

}

.ementa{
    margin-bottom: 5px;
    margin-top: 5px;
}

.oferta_educativa{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.oferta_educativa div{
    text-align: center;
}
.oferta_educativa span{
    font-size: 20px;
    color: #24253b;
}
 .oferta-educativa .circle .col-sm-12:hover a{
        background: rgba(36, 37, 59, .5);
        background-blend-mode: overlay;
        color: #FFFFFF;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }


#footer a{
    color: #cccccc;
    text-decoration: none;
    cursor: pointer;
}
.footer-details{
    margin: 0 auto;
}
.footer-details tr{
    height: 40px;
}

#menu-toggle{
    color: #FFFFFF;
    background-color: #24253b;
    font-weight: 600;
    font-size: 14px;
    z-index: 1000;
    /*border: 1px solid #FF0000;
    position: relative;
    float: right;
    padding: 0px 10px;
    margin-top: 5px;
    margin-right: 15px;
    background-image: none;
    border-radius: 4px;
    line-height: 33px;
    display: inline-block;*/
    vertical-align: middle;
}

#menu-toggle-mobile{
    color: #FFFFFF;
    background-color: #24253b;
    font-weight: 600;
    font-size: 18px;
    z-index: 1000;
    border: 1px solid #FF0000;
    position: relative;
    float: right;
    padding: 0px 10px;
    margin-top: 5px;
    margin-right: 15px;
    background-image: none;
    border-radius: 4px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.logotipo_a{
    padding-top:0px;
    margin-top:-15px;
}

#matricula{
    margin-bottom: 20px;
}

#matricula h2{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 600;
    color: #24253b;
}

#ficha-matricula{
    /*float: right;*/
    font-size: 1em;
    border: 1px solid;
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border-radius: 4px;
}

.responsabilidade-social img{
    max-height: 400px;
}

.carousel-inner > .item > img{
    margin:0 auto;
}

.ui-datepicker-calendar tbody{
    pointer-events:none;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------  TOP MENU ---------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.services-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee;
}

.navbar img.logotipo{
    margin-top: 17px;
    height: 72px;
    max-width: 100%;


}

.nav > li > a {
    /*color: #FFFFFF !important;*/
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
}

#menu-toggle-mobile{
   font-size: 15px; 
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- SIDE MENU ---------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 9999;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #f8f8f8;
    border-right: 1px solid #e7e7e7;;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color:  #777777;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.calendarbutton{
    float:left;
}

.toggled{
    width: 300px !important;
}


/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- SIDE MENU ---------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

#projecto-educativo{
    padding:50px;
}

#projecto-educativo .projeto{
    background-color: #FFFFFF;
    padding: 0px 50px 50px 50px;    
}

#infraestruturas{
    background-color: #FFFFFF;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#identidade{
    background-color: #FFFFFF;
    /*margin-top: 50px;*/
    padding-top: 25px;
    padding-bottom: 50px;
    /*background-color: rgba(0, 18, 152, 0.04);*/
    /*border-top: 1px solid #CCCCCC;*/
}
#identidade .aboutExplain .img{
    text-align: center;
}
.carousel-indicators{
    text-align: center;
}

/*MISSAO CONTENT*/
/*DESCRIPTION ON NEW SUGESTION*/
.description{
    text-align: justify;
    min-height: 140px;
    padding-bottom: 20px;
}

.hide{
    display: none;
}
.desc{
    display: none;
}
.show{
    display: block;
}

button:focus{
    outline: 0 !important;
}
.tab_style{
    /*margin-top: 35px;*/
    z-index: 5;
}
.tab_style .mission-message:first-child{
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.tab_style .mission-message{
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.tab_style .ativa{
    position: relative;
    background-color: #FFFFFF;
    color: #000000;
    padding-bottom: 6px;
    background-blend-mode: overlay;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tab_style .ativa span{
    /* position: absolute;*/
}
.mission-message{
    font-weight: 600;
    border-color: rgba(88, 91, 99, 0.18);
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    margin-left: -5px;
    background-size: auto 100%;
    color: #000000;
    background-color: #24253b;
    color: white;
    background-blend-mode: overlay;
}

.newsBoxes{
    margin-bottom: 50px;
    margin: 0 auto 50px auto;
}
.newsBoxes .box-container{
    display: inline-block;
    vertical-align: top;
    /* min-width: 250px;*/
    margin-top: 15px;
}
.newsBoxes .box{
    text-align: left;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e5e5e5,0 1px 0 1px rgba(0,0,0,0.02);
    padding: 0;
    /* max-width: 360px;*/
}
.newsBoxes .box .glyphicon{
    margin-right: 10px;
    margin-left: 5px;
}
.newsBoxes .box .img img{
    height: 100%;
    width: 100%;
    max-height: 180px;
    display: block;
}
.newsBoxes .box .img{
    display: block;
    /* height: 250px;*/
    position: relative;
    z-index: 0;
}
.newsBoxes .box .img:before {
    display: block;
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    box-shadow: inset 0 -140px 70px -70px rgba(0,0,0,0.4);
}
.newsBoxes .box .title{
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 20px 15px 0;
    color: #355BCB;
}
.newsBoxes .box .description{
    font-size: 15px;
    line-height: 140%;
    margin: 0;
    padding: 0 15px 20px;
    color: #5e5e5e;
    min-height: 0;
}
.newsBoxes .box .date{
    border-top: 1px solid #ececec;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 15px 15px 10px;
    color: #355BCB;
}

.video_content{
    margin-bottom: 20px;
    margin-top: 20px;
}

.content{
    margin-bottom: 50px;
    margin-top: 20px;
    /*padding-right: 0px;*/
}

.texto-categories{
    /*border: 1px solid;*/
    /*padding: 10px;*/
    /* margin-top: 10px;*/
    /*border-radius: 5px;*/
    text-align: justify;
    border: 1px solid rgba(88, 91, 99, 0.18);;
    border-radius: 2px;
    padding: 10px 10px 0px 10px;
}

.section-title{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

    font-weight: 600;
    color: #2A4EBE;
}

.facebook-title{
    font-size: 60px;
    line-height: 1.1;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 600;
    color: #3b5998;
}

#calendario{
    width: 100%;
    padding: 15px 25px 25px;
    text-align: left;
}

#calendario div{
    line-height: 1.7em;
    font-size: 12px;
}

.top-nav-collapse .container img{
    margin-top: 17px;
    height: 72px;
    max-width: 100%;
}

.es-carousel{
    padding: 0px 8px 0px 8px;
}

.red{
    color: #FF0000;
}

.bold{
    font-weight: 600;
}

.small{
    font-size: 11px;
    float: right;
    margin-top: 10px;
}


/*cool efect*/


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


#creche a span{
    margin: auto;
    font-size: 3em !important;
    padding: 5px;
    z-index: 1;
    right: -50px;
    transition: .3s;
    color: #FFFFFF;
    font-size: 1.9em;
}

#preescolar{
    background: url("/img/preescolar.jpg");
    background-repeat: no-repeat;
    height: 220px;
    padding: 0px;
    border-radius: 50%
}

#preescolar a{
    display: flex;
    height: 100%;
    border-radius: 50%;
    text-decoration: none;
}

#preescolar a:hover{
    background: rgba(42, 78, 190,.5);
    background-blend-mode: overlay;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#preescolar a span{
    margin: auto;
    font-size: 3em !important;
    padding: 5px;
    z-index: 1;
    right: -50px;
    transition: .3s;
    color: #FFFFFF;
    font-size: 1.9em;
}  

#ciclo{
    background: url("/img/1ciclo.jpg");
    background-repeat: no-repeat;
    height: 220px;
    padding: 0px;
    border-radius: 50%
}

#ciclo a{
    display: flex;
    height: 100%;
    border-radius: 50%;
    text-decoration: none;
}

#ciclo a:hover{
    background: rgba(42, 78, 190,.5);
    background-blend-mode: overlay;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#ciclo a span{
    margin: auto;
    font-size: 3em !important;
    padding: 5px;
    z-index: 1;
    right: -50px;
    transition: .3s;
    color: #FFFFFF;
    font-size: 1.9em;
}



#Sciclo{
    background: url("/img/2ciclo.jpg");
    background-repeat: no-repeat;
    height: 220px;
    padding: 0px;
    border-radius: 50%
}

#Sciclo a{
    display: flex;
    height: 100%;
    border-radius: 50%;
    text-decoration: none;
}

#Sciclo a:hover{
    background: rgba(42, 78, 190,.5);
    background-blend-mode: overlay;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#Sciclo a span{
    margin: auto;
    font-size: 3em !important;
    padding: 5px;
    z-index: 1;
    right: -50px;
    transition: .3s;
    color: #FFFFFF;
    font-size: 1.9em;
}

/*.footer-details .matricula{
    color: #666666 !important;
    text-decoration: underline !important;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}*/

.area-reservada .esquerda{
    border-right: 1px dashed #CCCCCC;
}

.error{
    color: #FF0000;
}




/* -------------- MENU AREA RESTRITA ------------ */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


#sidebar_main{
    padding-top: 50px;
    padding-left: 0px !important;
    z-index:1;
}

.reserva{
    display: none;
}

.sidebar_main_header{
    background-color: #FFFFFF;
    height: 100%;
    padding-top: 10px;
    border-right: 1px solid #dcd4d4;
    min-height: 100vh;
    position: fixed;
    padding-left: 0px;
    padding-right: 0px;
    word-wrap: break-word;
}

.sidebar_main_header a{
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar_main_header-mobile{
    background-color: #FFFFFF;
    height: 100%;
    border-right: 1px solid #dcd4d4;
    min-height: 100vh;
    position: fixed
}

.mobile-reservada{
    margin-top: 10px;
    border-bottom: 1px solid #dcd4d4;
}

.mobile-reservada a{
    padding-left: 20px;
}

.mobile-reservada span{
    line-height: 35px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
}

.menu-option{
    border-bottom: 1px solid #dcd4d4;
}

.menu-option:hover{
    background-color: #d5d5d5;
}

.menu-option span{
    line-height: 35px;
}



/* ----------------- AREA RESTRITA -------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */



#conteudo-privada{
    margin-top: 20px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    word-wrap: break-word;
}

#page_content{
    margin-top: 50px;
}

.carousel-caption{
    position: absolute;
    width: 98%;
    left: 1%;
    bottom: 0;
    z-index: 10;
    padding: 0px 0px 0px 10px;
    color: #fff;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
}

.responsabilidade-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.responsabilidade-description{
    font-size: 12px;
}




/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- MOBILE -------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:1400px) {

    .body{
        height: 500px;
    }

    .body-servicos-administrativos{
        height: 500px;
        background: url("../img/cover/servicos-administrativos_2700-750.jpg") center center;
        background-repeat: no-repeat;
        background-size: cover;  
    }

    .body-projeto-educativo{
        height: 500px;
    }
    .body-normas-de-funcionamento{
        height: 500px;
    }
    .body-projeto-byte{
        height: 500px;
    }
    .body-creche{
        height: 500px;
    }
    .body-pre-escolar{
        height: 500px;
    }
    .body-1ceb{
        height: 500px;
    }
    .body-2ceb{
        height: 500px;
    }
    .body-psicologia-orientacao{
        height: 500px;
    }
    .body-responsabilidade-social{
        background: url("/img/cover/responsabilidade-social_3840x1200.jpg") center left;
        height: 500px;
    }
    .body-alimentacao-nutricao{
        background: url("/img/cover/servicos_alimentacao_2700x1800.jpg") center center;
        background-repeat: no-repeat;
        background-size: cover;      
        height: 500px;
    }
    .body-acesso-restrito{
        height: 500px;
    }
    .body-condicoes-admissao{
        height: 500px;
    }
    .body-instalcoes img{
        height: 500px !important;
    }
    .body-identidade{
        height: 500px;
    }
    .body-terapia-da-fala{
        height: 500px;
    }
    .body-atividades-extracurriculares{
        height: 500px;
    }
    .body-outros-servicos{
        height: 500px;
    }  
    .body-instalcoes{
        height: 500px;
    }
}


@media(max-width:1100px) {
    #oferta-educativa .col-sm-12 a {
        width: 160px !important;
        line-height: 160px;
        height: 160px;
        margin-top: -160px;
        font-size: 25px;
    }
    #oferta-educativa .col-sm-12 img {
        height: 160px;
        width: 160px;
    }
    .aboutExplain{
        display: inline-block;
        width: 90%;
        margin-left: 5%;
    }

    .nav > li{
        float: left !important;
    }

    .mobilecalendar{
        display: inline-block !important;
        margin-top: 20px !important;
    }
    .mobile-width{
        width: 100%;
    }
    .nav > li > a {
        line-height: 16px;
    }

}

@media(min-width:470px) {
    .mobile{
        height: 475px !important;
    }

}

@media(max-width:1000px) {
    #identidade .img{
        text-align: center;
        margin-bottom: 50px;
    }
    .nav > li > a {
        padding: 10px 7px;
    }
}
@media(max-width:900px) {

    .body{
        background: url("/img/cover/index_2700x1800.jpg") center center;
        background-repeat: no-repeat;
        background-size: cover; 
        height: 350px;
    }

    .newsBoxes .box-container{
        min-width: 33%;
    }
    /*background size*/
    .body-projeto-educativo{
        height: 350px;
    }
    .body-normas-de-funcionamento{

        height: 350px;
    }
    .body-projeto-byte{
        height: 350px;
    }
    .body-creche{
        height: 350px;
    }
    .body-pre-escolar{
        height: 350px;
    }
    .body-1ceb{
        height: 350px;
    }
    .body-2ceb{
        height: 350px;
    }
    .body-psicologia-orientacao{
        height: 350px;
    }
    .body-responsabilidade-social{
        height: 350px;
    }
    .body-acesso-restrito{
        height: 350px;
    }
    .body-condicoes-admissao{
        height: 350px;
    }
    .body-alimentacao-nutricao{
        background: url("/img/cover/servicos_alimentacao_2700x1800.jpg") center center;
        background-repeat: no-repeat;
        background-size: cover;      
        height: 350px;
    }
    .body-instalcoes img{
        /*height: 350px !important;*/
    }
    .body-identidade{
        height: 350px;
    }
    
    .body-terapia-da-fala{
        height: 350px;
    }
    .body-atividades-extracurriculares{
        height: 350px;
    }
    .body-servicos-administrativos{
        /*background: url("../img/cover/servicos-administrativos_2700x1800.jpg") center center;*/
        height: 350px;
    }
    .body-outros-servicos{
        height: 350px;
    }  
    .body-instalcoes{
        /*height: 350px;*/
    }
    .nav > li > a {
        font-size: 14px;
    }  
    #menu-toggle{
       font-size: 14px; 
    }
    #menu-toggle-mobile{
       font-size: 15px; 
    }
}
@media(max-width:859px) {
    .nav > li > a {
        font-size: 13px;
    }
    #menu-toggle{
       font-size: 13px; 
    }
    #menu-toggle-mobile{
       font-size: 13px; 
    }
}
@media(max-width:805px) {
    .nav > li > a {
        font-size: 12px;
    }
    #menu-toggle{
       font-size: 12px; 
    }
    #menu-toggle-mobile{
       font-size: 12px; 
    }
}

@media(max-width:768px) {
    /*background size*/
    .body-projeto-educativo{
        height: 300px;
    }
    .body-normas-de-funcionamento{
        height: 300px;
    }
    .body-projeto-byte{
        height: 300px;
    }

    .body-creche{
        height: 300px;
    }
    .body-pre-escolar{
        height:350px;
    }
    .body-1ceb{
        height: 300px;
    }
    .body-2ceb{
        height: 300px;
    }
    .body-psicologia-orientacao{
        height: 300px;
    }
    .body-responsabilidade-social{
        height: 300px;
    }
    .body-acesso-restrito{
        height: 300px;
    }
    .body-condicoes-admissao{
        height: 300px;
    }
    .body-alimentacao-nutricao{
        height: 300px;
    }
    .body-instalcoes img{
        /*height: 300px !important;*/
    }
    .body-identidade{
        height: 300px;
    }
    .body{
        height: 300px;
    }
    .body-terapia-da-fala{
        height: 300px;
    }
    .body-atividades-extracurriculares{
        height: 300px;
        background: url("/img/cover/atividades-extracurriculares_2000x1000.jpg") center center;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .body-servicos-administrativos{
        height: 300px;
    }
    .body-outros-servicos{
        height: 300px;
    }
    .body-instalcoes{
        /*height: 300px;*/
    }
    #video-ccg{
        height: 200px;
    }
    #oferta-educativa .col-sm-3{
        margin-top: 25px;
    }
    #oferta-educativa .col-sm-12 img {
        height: 150px;
        width: 150px;
    }
    #oferta-educativa .col-sm-12 a {
        width: 150px !important;
        line-height: 150px;
        height: 150px;
        margin-top: -150px;
        font-size: 25px;
    }
    #aqui_acontece .row .newsBox{
        width: 80%;
        margin-left: 10%;
    }
    .lowheader a{
        padding: 0 10px;
    }
    .tab_style, .texto-categories{
        margin: 0 15px 0px 0px;
    }
    .newsBoxes .box-container{
        min-width: 40%;
        margin-left: 5%;
    }
    .navbar img.logotipo {
        margin-top: 17px;
        height: 72px;
        max-width: 100%;
    }


    .nav{
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        left: 0px;
        margin: 0px;
    }
    .nav > li {
        float: none !important;
        display: block !important;
        width: 100%;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: rgba(163,208,233,1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-collapse.collapse.in .dropdown ul{
        width: 100%;
        background-color: #24253b;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        padding-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse.in .dropdown-menu a:hover{
        color:#FF0000 !important;
        background-color: #24253b !important;
    }

    .navbar-collapse.collapse.in .dropdown a{
        color:#FFFFFF;
    }

}

@media(max-width:600px) {
    /*background size*/
    .body-projeto-educativo{
        height: 250px;
    }
    .body-normas-de-funcionamento{
        height: 250px;
    }
    .body-projeto-byte{
        height: 250px;
    }
    .body-pre-escolar{
        height: 250px;
    }
    .body-1ceb{
        height: 250px;
    }
    .body-2ceb{
        height: 250px;
    }
    .body-psicologia-orientacao{
        height: 250px;
    }
    .body-responsabilidade-social{
        height: 250px;
    }
    .body-acesso-restrito{
        height: 250px;
    }
    .body-condicoes-admissao{
        height: 250px;
    }
    .body-alimentacao-nutricao{
        height: 250px;
    }
    .body-instalcoes img{
        /*height: 250px !important;*/
    }
    .body-identidade{
        height: 250px;
    }
    .body{
        height: 250px;
    }
    .body-terapia-da-fala{
        height: 250px;
    }
    .body-atividades-extracurriculares{
        height: 250px;
    }
    .body-servicos-administrativos{
        height: 250px;
    }
    .body-outros-servicos{
        height: 250px;
    }
    .body-instalcoes{
        /*height: 250px;*/
    }
}

@media(max-width:550px) {
    .newsBoxes .box-container{
        width: 80%;
        margin-left: 10%;
    }
    #identidade .aboutExplain .img img{
        width: 100%;
        height: auto;
    }
}

@media(max-width:500px) {
    /*background size*/
    .body-projeto-educativo{
        height: 200px;
    }

    .body-normas-de-funcionamento{
        height: 200px;
    }
    .body-projeto-byte{
        height: 200px;
    }

    .body-creche{
        height: 200px;
    }
    .body-pre-escolar{
        height: 200px;
    }
    .body-1ceb{
        height: 200px;
    }
    .body-2ceb{
        height: 200px;
    }
    .body-psicologia-orientacao{
        height: 200px;
    }
    .body-responsabilidade-social{
        height: 200px;
    }
    .body-acesso-restrito{
        height: 200px;
    }
    .body-condicoes-admissao{
        height: 200px;
    }
    .body-alimentacao-nutricao{
        height: 200px;
    }
    .body-instalcoes img{
        /*height: 200px !important;*/
    }
    .body-identidade{
        height: 200px;
    }
    .body{
        height: 200px;
    }
    .body-terapia-da-fala{
        height: 200px;
    }
    .body-atividades-extracurriculares{
        height: 200px;
    }
    .body-servicos-administrativos{
        height: 200px;
    }
    .body-outros-servicos{
        height: 200px;
    }
    .body-instalcoes{
        /*height: 200px;*/
    }
}

@media(max-width:350px) {
    .navbar img.logotipo {
        height: 60px;
        padding: 2px;
    }

    body{
        font-size: 12px;
    }

    .footer-details tr{
        height: inherit;
    }
    .btn {
        font-size: 12px;
    }
}


@media(max-width:450px) {
    .lowheader a{
        /*display: block;*/
        line-height: 38px;
        text-align: left;
        text-indent: 15px;
    }
    .mission-message {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 33%;
    }
    #identidade .aboutExplain .carousel-indicators li{
        display: none;
    }

    .youtube-video{
        height: 200px;
    }
}
@media(min-width:768px) {
   #wrapper {
        padding-left: 300px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    .toggled{
        width: 300px !important;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .calendarbutton{
        float:right;
    }
}
@media(min-width:767px) {
    .navbar {
        /*padding: 20px 0;*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* --------------------------RETURN TO TOP----------------------------- */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  /*text-indent: 100%;*/
  white-space: nowrap;
  background: rgba(36, 37, 59, 0.2) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
    color: white !important;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: rgba(36, 37, 59, 1);
  opacity: 1;
  text-decoration: none;
}
.mobile{display: none !important;}
.laptop{display: block !important;}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media(max-width:992px) {
    #footer .first, .second,.third{
        margin-top: 40px;
    }
    .cd-top.fa-chevron-up{
        font-size: 2em !important;
    }

    .intencao-matricula{
        padding-top: 25px;
        margin-top: 25px;
        border-top: 1px solid #cccccc;
    }

    .laptop{
        display: none !important;
    }

    .mobile{
        display: block !important;
    }

}

.white{
    color: #FFFFFF;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation: slideInRight linear infinite normal ;
    animation: slideInRight linear infinite normal ;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInRight {
    0% {
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          visibility: visible;
    }
      100% {
          -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
    }
}

@keyframes slideInRight {
    0% {
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          visibility: visible;
    }
    100% {
          -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
    }
} 

#cookiesModal,
#consentModal,
#intelectualModal,
#condicoesUsoModal{
    z-index: 10005;
}

#cookiesModal .modal-header button,
#consentModal .modal-header button,
#intelectualModal .modal-header button,
#condicoesUsoModal .modal-header button{
    background: transparent;
    border: none;
}

#cookiesModal .modal-header .modal-title,
#consentModal .modal-header .modal-title,
#intelectualModal .modal-header .modal-title,
#condicoesUsoModal .modal-header .modal-title{
    color: #FFFFFF;
}

#cookiesModal .modal-body,
#consentModal .modal-body,
#condicoesUsoModal .modal-body{
    height: 450px;
    overflow-y: auto;
}

#cookiesModal .modal-action-button .modal-rolldown,
#consentModal .modal-action-button .modal-rolldown,
#intelectualModal .modal-action-button .modal-rolldown,
#condicoesUsoModal .modal-action-button .modal-rolldown{
    display: inline-block;
    width: 100%;
    text-align: center;
}

#cookiesModal .modal-action-button .modal-rolldown .rolldown-btn,
#consentModal .modal-action-button .modal-rolldown .rolldown-btn,
#intelectualModal .modal-action-button .modal-rolldown .rolldown-btn,
#condicoesUsoModal .modal-action-button .modal-rolldown .rolldown-btn{
    width: 50px;
    height: 50px;
    background-color: #0053a0;
    color: #ffffff;
    position: absolute;
    border-radius: 30px;
    margin-left: 49%;
    margin-top: -20px;
}

#cookiesModal .modal-action-button .modal-rolldown .rolldown-btn i, 
#consentModal .modal-action-button .modal-rolldown .rolldown-btn i,
#intelectualModal .modal-action-button .modal-rolldown .rolldown-btn i,
#condicoesUsoModal .modal-action-button .modal-rolldown .rolldown-btn i{
    line-height: 50px;
}

#cookiesModal .modal-footer, 
#consentModal .modal-footer,
#condicoesUsoModal .modal-footer{
    box-shadow: -1px -7px 20px #888888;
}

#cookiesModal .modal-action-button .modal-rolldown,
#consentModal .modal-action-button .modal-rolldown,
#intelectualModal .modal-action-button .modal-rolldown,
#condicoesUsoModal .modal-action-button .modal-rolldown {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#cookiesModal .modal-action-button .modal-rolldown .rolldown-btn,
#consentModal .modal-action-button .modal-rolldown .rolldown-btn,
#intelectualModal .modal-action-button .modal-rolldown .rolldown-btn,
#condicoesUsoModal .modal-action-button .modal-rolldown .rolldown-btn {
    width: 50px;
    height: 50px;
    background-color: #24253b;
    color: #ffffff;
    position: absolute;
    border-radius: 30px;
    margin-left: 49%;
    margin-top: -20px;
}

.logo_bar div{display: inline;}
.logo_bar div.logo{display: inline;}
.logo_bar div img {max-height: 60px;}
#cookies-banner{margin-left: 0px !important;margin-right: 0px !important;}

.title1{
    font-size: 16px;
    color: #1e497e;
}

.title2 {
    color: #1e497e;
}




