
.hidden{
    display: none !important;
}


/* TITULO DA PÁGINA */

/* Estilos para dispositivos móveis (até 767px de largura) */
.template_content .template.title {
    padding: 20px;
}

.top.art {
    display: none;
}

.slide .hero__spot {
        display: none;

}

.template_content .template.title, .template_content .template.title:hover, .template_content .template.title:visited  {
         font-size: 50px;
         font-family: 'Fontjek', sans-serif;
         margin: 0;
         font-weight: 500;
         color: #38ceff !important;
         text-decoration: none;
}

.section .title{
    z-index: 1;
}

/* Estilos para tablets (de 768px a 1023px de largura) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .template_content .template.title, .template_content .template.title:hover, .template_content .template.title:visited  {
        margin-top: -20px;
    }

   .template_content .template.title, .template_content .template.title:hover, .template_content .template.title:visited  {
        font-size: 60px;
    }
}

/* Estilos para desktops (a partir de 1024px de largura) */
@media only screen and (min-width: 1024px) {

    .slide .hero__spot {
        display: block;
    }

    .slide .hero__spot {
        position: absolute;
        height: 100px;
        width: 100%;
        margin-top: -88px;
    }


   .template_content .template.title, .template_content .template.title:hover, .template_content .template.title:visited  {
         font-size: 60px;
         margin-top: -30px;
         font-weight: 500;
         color: #38ceff;
         margin-bottom: 10px;
    }

    .template_content .template.title .top.art{
        display:block;
        padding: 0px;
        margin: 0px;
        margin-top: -100px;
        
    }

}

/* MENU*/


/* Estilos para todos os dispositivos */

.menu.area{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1F588E;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Alinha os itens à direita */
    padding: 10px;
}

.menu .item {
    display: flex;
    flex-direction: row;
    align-items: flex-startflex-start;
    flex: 0 0 100%; /* Ocupa toda a largura disponível em dispositivos móveis */
    padding: 10px;
    box-sizing: border-box;
    justify-content: flex-start;
}

.menu .image {
    float: left;
    margin-right: 10px;
}

.menu img{
   width:60px;
   height:60px;
}

.menu .text {
    overflow: hidden; /* Evita que o texto saia da caixa */
}

.menu .item .text{
    display: flex;
    flex-direction: column;
    color: #ffffff;
    margin-left:10px;
}

.menu .item .text .line1{
  font-weight:bold;
}

.menu .item .text .line2{
 font-size: 12px;
}

/* Estilos para tablets (de 768px a 1023px de largura) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
   
    .menu{
         justify-content: space-between;
         padding:20px;
         margin-top: 60px;
    }

    .menu .image {
        float: left;
        margin-right: 0px;
    }

    .menu .item {
        flex: 0 0 calc(50%); /* Divide os itens em duas colunas */
        max-width: calc(50%);
        align-items: center;
        padding:0px;
    }

    .menu .item:nth-child(2n+1) {
        margin-top:20px;
    }
}

/* Estilos para desktops (a partir de 1024px de largura) */
@media only screen and (min-width: 1024px) {
        
     .menu.area{
         height: 150px;
         justify-content: center;
         padding-top: 0px !important;
         margin-top: 60px !important;
     }

     .menu.area .section__wrapper{
       max-width: calc(var(--content-width) + 120px) !important;
       z-index: 20;
       position: absolute;
       margin-top: -30px;
    }

    .menu{
         justify-content: space-between;
         padding:0px;
         margin-top: 60px;
    }

    .menu .image {
        float: left;
        margin-right: 0px;
    }

    .menu .item {
        flex: 0 0 calc(20%); /* Divide os itens em cinco colunas */
        width: 100%;
        align-items: center;
        padding:0px;
    }

    
    .menu.area .top.art{
        display: block;
        margin:0px auto;
        padding: 0px;
        width: 100%;
        margin-top: 0;
    }

    .menu.area .top.art .hero__spot {
        position: absolute;
        width: 100%;
        margin-top: 0px;
        top: 0;
    }

    .menu .item:nth-child(3) {
        margin-left: -40px;
    }

     .menu .item:last-child {
        margin-left: -20px;
    }
}

/*CONTENT*/
/* Estilos para dispositivos móveis (até 767px de largura) */
.template_content .section.content {
    background-color: #38CEFF;
}

.section.content .content {
    display: flex;
    flex-direction: column;
    padding:20px;
    width: auto;
}

.section.content .content .column1,
.section.content .content .column2 {
    width: 100%; /* Ambas as colunas ocupam toda a largura disponível */
    margin-bottom: 20px; /* Adicionando espaço entre as colunas */
}

.section.content .content .column1 .title {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
}

.section.content .content .column1 .text p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.section.content .content .column1 .title .part {
    color: #1F588E;
}

    .section.content .content .column2 .video {
      position: relative;
      height: 0;
      padding-bottom: 56.25%;
    }

.section.content .content .column2 .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    margin-bottom: 15px;
}

.video .img__spot {
        display: none;
}

/* Estilos para tablets (de 768px a 1023px de largura) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .section.content .content{
        padding: 20px;
    }
    .section.content .content .column1 .title {       
        font-size: 33px;      
        font-weight: 500;
        padding:0px;
    }

    .section.content .content {
        flex-direction: column; /* Altera para uma coluna em telas menores */
    }
    
    .section.content .content .column1 .title {       
        font-size: 60px;      
        font-weight: 500;
        padding:0px;
    }

    .section.content .content .column2 .video iframe {
        width: 100%;
        height: 450px;
    }

     .video .img__spot {
        margin-top: -170px;
        width: calc(80% - 20px);
        margin-left: -30px;
        height: 220px;
    }
    

}


 .bottom.art{
        display:none;
 }


/* Estilos para desktops (a partir de 1024px de largura) */
@media only screen and (min-width: 1024px) {

    .bottom.art{
        display:block;
    }

    .section.content .content .column2 .video iframe {
        position: relative;
    }
    .section.content .content .column2 .video {
        width: 100%;
        height: 350px;
        padding-bottom: 0;
    }

    .section.content .content .column2 .video iframe {
        width: 100%;
        height: 350px;
        z-index: 0;
    }

    .video .img__spot {
        display: block;
        position: absolute;
        margin-top: -130px;
        width: calc(80%-20px);
        margin-left: -30px;
        height: 170px;
        z-index:1;
    }

    .column1, .column2{
        margin-top: 60px;
    }

    .section.content .content .column1 .title {       
        font-size: 63px;      
        font-weight: 500;
        padding:0px;
    }

     .section.content .content .column1 .text p{
         font-size: 12px;
     }

    .section.content .content {
        flex-direction: row; /* Altera para uma linha em telas maiores */
    }

    .section.content .content .column1,
    .section.content .content .column2 {
        width: calc(50%); /* Ambas as colunas ocupam metade da largura disponível */
        margin-right: 20px; /* Adicionando espaço entre as colunas */
        margin-top: 90px;
    }

    .section.content .content .column2 {
        margin-left: 30px;
        margin-right: 0px;
    }

     .section.content .top.art{
        display: block;
        margin:0px auto;
        padding: 0px;
        width: 100%;
        margin-top: 0px;
    }
    .section.content .top.art .hero__spot {
        position: absolute;
        height: auto;
        width: 100%;
        margin-top: 0;
        z-index: 10;
        top: 0;
    }

    .section.content .bottom.art .hero__spot {
        position: absolute;
        height: auto;
        width: 100%;
        margin-top: -20px;
        z-index: 1;
    }
}


/* section 50 cursos*/

/* Estilos para dispositivos móveis (até 767px de largura) */
.section.50cursos {
    width: 100%;
    height: 100%;
}

.section.cursos .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.cursos div:first-child.title{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px
}

.section.cursos .title{
    font-family: 'Open Sans', sans-serif;
}

.section.cursos .title .p1 {
   font-size: 30px;
    font-weight: 200;
    color: #38CEFD;
    font-weight: 400;
    margin:0px;
}

.section.cursos .title .p2 {
    font-size: 60px;
    font-weight: 900;
    color: #1F588E;
    letter-spacing: -2px;
    margin:0px;
    margin-top:-25px;
}

.section.cursos .title .p3 {
    font-size:80px;
    font-weight: 500;
    color: #38CEFD;
    font-family: 'Fontjek', sans-serif;
    margin:0px;
    margin-top:-45px;
}

.section.cursos .cards_area .iten:first-child{
   background-color: #FEC153;  
}

.section.cursos .cards_area .iten:nth-child(2){
   margin-top: 30px;
   background-color: #59CFB7;  
}

.section.cursos .cards_area .iten:nth-child(3){
   background-color:#A36AC8;  
    margin-top: 30px;
}

.section.cursos .cards_area .iten:nth-child(4){
   background-color:#FE6263;  
        margin-top: 30px;
}


.section.cursos .cards_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.cursos .cards_area .iten {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(90%);
    border-radius:30px;
    height: 650px;
}


.section.cursos .cards_area .iten .head .title{
    font-size:35px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Fontjek', sans-serif;
    margin-left: 20px;  
}


.section.cursos .cards_area .iten .body .button  {
    margin-left: 20px;
    background-color:#1F588E;
    width: 150px;
    border-radius: 50px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.section.cursos .cards_area .iten .body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
    height:100%;
    padding: 20px;
}

.section.cursos .cards_area .iten .body .button a  {
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 400;
}

.section.cursos .cards_area .iten p{
    text-align: justify;
    font-size: 14px;
    line-height: 19px;
}

.section.cursos .cards_area .iten .head {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.section.cursos .cards_area .iten .head .title {
    margin-left: 20px;
}

.section.cursos .cards_area .iten .head .image img {
    width: 80px;
    height: 80px;
}

.section.cursos .cards_area .iten .body .button {
    margin-left: 0;
    margin-top: 20px;
}

.section.cursos .cards_area .iten p {
    text-align: justify;
    font-size: 14px;
    line-height: 19px;
}

/* Estilos para tablets (de 768px a 1023px de largura) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .section.cursos .cards_area {
        flex-direction: column;
        justify-content: center;
    }

    .section.cursos .cards_area .iten {
        margin: 20px;
        max-width: none;
        width: calc(60% - 40px);
        background-color: transparent; /* Remover a cor de fundo para evitar espaçamento entre os itens */
    }
}

/* Estilos para desktops (a partir de 1024px de largura) */
@media only screen and (min-width: 1024px) {

    .section.cursos .cards_area .iten:nth-child(3){
       background-color:#A36AC8;  
        margin-top: 0px;
    }

    .section.cursos div:first-child.title {
        margin-top: 140px;
    }
  .section.cursos .cards_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;       
    }

    .section.cursos .cards_area .iten {
        width: calc(50% - 40px); /* Define a largura para ocupar metade da tela com espaço entre elas */
        margin-bottom: 20px; /* Adiciona espaço abaixo dos itens */
        height: 550px;
    }

    .section.cursos .cards_area .iten:nth-child(2) {
        margin-top: 0px;
    }

    .section.cursos .top.art{
        display: block;
        margin:0px auto;
        padding: 0px;
        width: 100%;
        margin-top: 0px;
    }

    .section.cursos .top.art .hero__spot {
        position: absolute;
        height: auto;
        width: 100%;
        margin-top: 0;
        z-index: 99;
    }
}

    .link-padrao {
        color: inherit; /* Mantém a cor do elemento pai */
        text-decoration: none; /* Remove o sublinhado dos links */
    }

.section.cursos {
    background-color:#FFF;
    background-repeat: repeat;
    margin-top: 0px;
    z-index:0;
    padding-bottom: 40px;
}

.banner-mobile img {
    width: 100%;
    margin-top: 0px;
}

/*CONTENT*/
/* Pagina Tecnologia Educacional*/

.template_content .section.content.tech {
  background-color:#ffffff;
}

.template_content .section.content.tech .head .title {
    font-size: 70px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #ffffff;

}

.template_content .section.content.tech .head {
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 300px;
   width: 100%;
   justify-content: center;
   background-image:url('../img/bg.png');
   background-repeat: no-repeat;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin:0 auto;
   padding: 0px;
   z-index: 2;
   
}

.template_content .section.content.tech .head2 .title {
    font-size: 70px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #ffffff;

}

.template_content .section.content.tech .head2 {
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 300px;
   width: 100%;
   justify-content: center;
   background-image:url('../img/bg-02.png');
   background-repeat: no-repeat;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin:0 auto;
   padding: 0px;
   z-index: 2;
   
}

.template_content .section.content.tech .head3 .title {
    font-size: 70px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #ffffff;

}

.template_content .section.content.tech .head3 {
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 300px;
   width: 100%;
   justify-content: center;
   background-image:url('../img/bg3.png');
   background-repeat: no-repeat;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin:0 auto;
   padding: 0px;
   z-index: 2;
   
}

.template_content .section.content.tech .head4 .title {
    font-size: 70px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #ffffff;

}

.template_content .section.content.tech .head4 {
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 300px;
   width: 100%;
   justify-content: center;
   background-image:url('../img/bg4.png');
   background-repeat: no-repeat;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin:0 auto;
   padding: 0px;
   z-index: 2;
   
}

.template_content .section.content.tech .head5 .title {
    font-size: 70px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #ffffff;

}

.template_content .section.content.tech .head5 {
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 300px;
   width: 100%;
   justify-content: center;
   background-image:url('../img/bg5.png');
   background-repeat: no-repeat;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin:0 auto;
   padding: 0px;
   z-index: 2;
   
}

.template_content .section.content.tech .head6 .title {
    font-size: 70px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #ffffff;

}

.template_content .section.content.tech .head6 {
   display: flex;
   flex-direction: column;
   align-items: center;
   height: 300px;
   width: 100%;
   justify-content: center;
   background-image:url('../img/bg6.png');
   background-repeat: no-repeat;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   margin:0 auto;
   padding: 0px;
   z-index: 2;
   
}

.template_content .section.content.tech .overlay{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #FE6661;
    opacity: 0.5;
    z-index: 1;
}

.template_content .section.content.tech .overlay_tecnologia{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #fa5655;
    opacity: 0.5;
    z-index: 1;
}

.template_content .section.content.tech .overlay_idiomas{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #ae83dc;
    opacity: 0.5;
    z-index: 1;
}

.template_content .section.content.tech .overlay_arte{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #f9d24f;
    opacity: 0.5;
    z-index: 1;
}

.template_content .section.content.tech .overlay_esporte{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #b7d568;
    opacity: 0.5;
    z-index: 1;
}

.template_content .section.content.tech .overlay_parceria{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #38ceff;
    opacity: 0.5;
    z-index: 1;
}

.template_content .section.content.tech .content .title{
    font-size: 70px;
    font-family: 'Fontjek', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #FE6661;
}

.template_content .section.content.tech .content .text{
    font-size: 12px;
    text-align: justify;
}

.template_content .section.content.tech .content{
    display: flex;
    flex-direction: column;
}

a.link, a.link:hover, a.link:visited, a.link.active{
   text-decoration: none;  

}

/** acordeon */

.point {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 75px;
    margin-bottom: 10px;
    border-radius: 0px;
    cursor: pointer !important;
    z-index: 100;
    background:#FE6661;
}

.point.active{
     background:#FE6661;
}
.point .point__title  {
    color:#ffffff;
    padding: 0px;
    margin: 0px;
}

.point p {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.point::before {
    display:none;
}

.point__content, .point__content--00{
    padding: 0px;
}

.point__content p.title, .point__content--00 p.title{
    font-size: 30px;
    font-weight: 700;   
    color:#FE6661;
    width: 100%;
}

.point__content p, .point__content--00 p{
   width: 100%;
   text-align: left;
}

.point__content p, .point__content--00 text p{
   width: 100%;
   text-align: justify;
}

.point img{
    height: 30px;
    width: 30px;
}

.point__content a, .point__content--00 a{
   color: #38ceff !important;
   font-weight: 700; 
   text-decoration: none;
}

.point__content--00 .columns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    width: auto;
    padding: 0px;
    height: 10%;
    margin-bottom: 20px;
    justify-content: center;
}

.point__content--00 .columns .text {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  font-size: 10px;
  width: 100%;
}

.point__content--00 .columns .text p{
  text-align: justify;
}

.point__content--00 .columns .image {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.point__content--00 .text {
   margin-right: 0px;
   margin-left: 0px;
   padding: 0px;
}

.point__content--00 .text p {
   margin:0px;
   margin-bottom: 10px;
   padding: 0px;
   width: 100%;
}


.point__content--00 .image {
   width: 90%;
   height: auto;
   border-radius:40px;
  
}

.point__content--00 .image .img__spot{
    display: none;
}

.point__content--00 img {
   height:100%;
   width: 100%;
   border-radius:40px;
  
}

.points:last-child{
    margin-bottom: 40px;
}
/* Estilos para desktops (a partir de 1024px de largura) */
@media only screen and (min-width: 1024px) {


    .point__content--00 .columns {
       margin-left: 10px;
}

    .point__content p.title, .point__content--00 p.title {
        font-size: 30px;
        font-weight: 700;
        color: #FE6661;
        width: 100%;
        margin-left: 10px;
    }

    .point img{
        height: 50px;
        width: 50px;
    }

    .point__content--00 .text {
       margin-right: 50px;
       margin-left: 0px;
       padding: 0px;
    }

    .point__content--00 .columns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px;
        width: auto;
        padding: 0px;
        height: 10%;
        margin-bottom: 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .point__content--00 .image {
       width:auto;
       height: 300px;
       border-radius:40px;  
    }

    .point__content--00 .image .img__spot{
        width: 25%;
        position: absolute;
        height: 200px;
        margin-top:130px;
        margin-left: -30px;
        display: block;
    }

    .point__content p, .point__content--00 p {
        width: 100%;
        text-align: justify;
    }

    .point__content--00 .columns {
       align-items: center;
    }

}


/*GALERIA DE IMAGENS DO TEMPLATE*/

.gallery_content .top.art{
    display: none;
}


.gallery_content .top.art .hero__spot {
    position: absolute;
    width: 100%;
    margin-top: 0px;
}

.gallery_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #1F588E;    
}

.gallery ul{
	list-style: none outside none;
	padding-left: 0;
    margin: 0;
}

.gallery .item{
    margin-bottom: 60px;
}
.gallery .content-slider li{
	background-color: transparent;
	text-align: center;
	color: #FFF;
}

.gallery .content-slider li.lslide{
    max-width: 240px !important;
}

.gallery{
    max-width: 240px;
}

.gallery .content-slider h3 {
	margin: 0;
	padding: 70px 0;
}
.gallery{
	cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
		
.gallery .grid li{
	width: 230px;
	height: 186px;
	margin: 10px;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
		
  
.gallery .lSSlideOuter .lSPager.lSpg > li:hover a,  .gallery .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ffffff !important;
}

.gallery .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #1F588E !important;
    border: 1px solid #ffffff;

}

.gallery_content .title{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.gallery_content .title p1{
    font-size: 30px;
    font-weight: 200;
    color: #38CEFD;
    font-weight: 400;
    margin: 0px;
}

.gallery_content .section__wrapper .title .p1{
    font-size: 30px;
    font-weight: 200;
    color: #5FEAFF;
    font-weight: 400;
    margin: 0px;
    font-family: 'Montserrat';
}

.gallery_content .section__wrapper .title .p2{
    font-size: 80px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Fontjek', sans-serif;
    margin: 0px;
    margin-top: -30px;
}

    

.gallery .image-grid{
        width: 100%;
        height: 100%;
        border-radius: 20px
}

.gallery .image-grid:hover{
        border-radius: 20px;           
        background-color: #4FBACC !important;
        opacity:0.5;
           
}


.template_content .btnCategories{
    color: #ffffff;
    font-size: 14px;
    font-weight:500;
}

.gallery_content .categories{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.gallery_content .categories a,  .gallery_content .categories a:hover, .gallery_content .categories a:visited {
    color: #ffffff;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.gallery_content .categories a:hover, .gallery_content .categories a.active {
    color: #ffffff;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #5FEAFF;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

ul.content-slider.desktop{
   display: none;
}
ul.content-slider.content-slider.tablet{
    display: none;
}

ul.content-slider.content-slider.celular{
    display: block;
}

.gallery .lSAction > a {
    display: none;
}

.gallery .item .lSSlideOuter:first-child{
    display: none;
}

.gallery .item .lSSlideOuter:nth-child(2){
    display: none;
}

.gallery .item .lSSlideOuter:nth-child(3){
    display: block;
}


.gallery .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    ul.content-slider.desktop{
        display: none;
    }

     ul.content-slider.tablet{
        display: block!important;
    }

    ul.content-slider.celular{
        display: none;
    }


    .gallery .item .lSSlideOuter:first-child{
        display: none;
    }

    .gallery .item .lSSlideOuter:nth-child(2){
        display: block;
    }

    .gallery .item .lSSlideOuter:nth-child(3){
        display: none;
    }

    .gallery .content-slider li.lslide{
        max-width: 600px;
        min-width: 600px;
    }

    .gallery{
        max-width: 600px;
    }

    .gallery .grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

}


@media only screen and (min-width: 1024px) {

    .gallery_content .top.art{
        display: block;
        width: 100%;
        margin-top: 0;
}

    ul.content-slider.desktop{
        display: block !important;
    }

    ul.content-slider.tablet{
        display: none;
    }

    ul.content-slider.celular{
        display: none;
    }    


    .gallery .item .lSSlideOuter:first-child{
        display: block;
    }

    .gallery .item .lSSlideOuter:nth-child(2){
        display: none;
    }

    .gallery .item .lSSlideOuter:nth-child(3){
        display: none;
    }

    .gallery  .grid{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content : flex-start;
    }

    .gallery .content-slider li.lslide{
        max-width: 1000px;
        min-width: 1000px;
    }

    .gallery{
        max-width: 1000px;
    }
}

.centerUl{
    justify-content:center!important;
}



/*galleryEducacaoInfantil5*/


.galleryEducacaoInfantil5  ul{
	list-style: none outside none;
	padding-left: 0;
    margin: 0;
}
.galleryEducacaoInfantil5  .item2{
    margin-bottom: 60px;
}
.galleryEducacaoInfantil5  .content-slider li{
	text-align: center;
	color: #FFF;
	height: 220px;
}
		
.galleryEducacaoInfantil5  {
	max-width: 360px;
    width: 100%;
    margin: 0 auto;
			
}
.galeria  {
	max-width: 460px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin: 0 auto;
	
}


.galleryEducacaoInfantil5 .image-grid{
        width: 100%;
        height: 100%;
        border-radius: 30px
}

.galleryEducacaoInfantil5 .image-grid:hover{
        border-radius: 20px;           
        background-color: #4FBACC !important;
        opacity:0.5;           
}

.galleryEducacaoInfantil5  .lSAction > a.lSPrev{
    display: none;

}

.galleryEducacaoInfantil5  .lSAction > a.lSNext{
  display: none;
  
}

.galleryEducacaoInfantil5  .buttons img {
    width:  80px;
    height: 30px;
    opacity:0.9;
}

.galleryEducacaoInfantil5  .buttons {
   margin-top: -120px;
   cursor: pointer;
}

.galleryEducacaoInfantil5  .controls .buttons:first-child {
   margin-left: -85px;
}

.galleryEducacaoInfantil5  .controls .buttons:nth-child(2){
   margin-left: -85px;
}



.galleryEducacaoInfantil5  .controls{
        display: none;
 }



.galeria .img__spot {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

     .galeria .img__spot {
        height: 100px;
        width: 200px;
        border-radius: 40px;
        position: absolute;
        z-index: 99;
        margin-left: 10;
        margin-bottom: -120px;
    }

    .galeria {
        max-width: 460px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 40px !important;
        margin:0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .galeria  {
        align-items: center;
        margin-top: 0px;			
    }

    .galeria .img__spot {
        height: 100px;
        width: 200px;
        border-radius: 40px;
        position: absolute;
        z-index: 99;
        margin-left: -200px;
        margin-bottom: -150px;
    }

    .galleryEducacaoInfantil5  .controls {
        display: flex;
        flex-direction: row;
        width: calc(100% + 90px);
        justify-content: space-between;
    }

    .galleryEducacaoInfantil5  .lSPager.lSpg{
        display: none;
    }
}