:root{
  --azul:#05a6d8;
  --branco:#f5f5f5;
  --texto:#242424;
}
html{
  margin-top: 0px !important;
}
*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:link { 
  text-decoration: none; 
  color: inherit;
} 
a:visited { 
  text-decoration: none; 
  color: inherit;
} 
a:hover { 
  text-decoration: none; 
  color: inherit;
} 
a:active { 
  text-decoration: none; 
  color: inherit;
}

body {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 16px;
  background-color: var(--branco);
  color: var(--texto);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-display: swap;
}

.menu div{
  cursor: pointer;
}

#efeito{
  width: 120vw;
  height: 100vh;
  position: fixed;
  top: -110%;
  left: 0px;
  z-index: 999;

  &.ativa{
    top: 0px;
  }

  & .linha{
    width: 120%;
    height: 33.3%;
    background-color: var(--branco);
    border-radius: 200px;
  }

  & .linha1{
    position: relative;
    left: -120%;
    transition: all .4s ease-in-out;
    &.ativa{
      left: -10%;
    }
  }

  & .linha2{
    position: relative;
    left: -120%;
    transition: all .6s ease-in-out;
    &.ativa{
      left: -10%;
    }
  }

  & .linha3{
    position: relative;
    left: -120%;
    transition: all .8s ease-in-out;
    &.ativa{
      left: -10%;
    }
  }

  & .conteudo{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    padding: 0px;
    overflow: auto;
  }
}

#mobile_aberto{
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(300deg,deepskyblue,#0072de,#0030de);
  background-size: 180% 180%;
  animation: gradient-animation 6s ease infinite;
  color: var(--branco);
  display: none;

  & .items{
    width: 100svw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;

    & .item{
      font-size: 20px;
      margin: 30px 0px;
    }
  }

  & .bt_fechar{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 11;

    & img{
      width: 35px;
    }
  }
}

#bt_mobile{
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.25));

  & img{
    width: 50px;
  }
}

#home{
  padding: 12px;

  & .area{
    position: relative;
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    border-radius: 20px;
    color: var(--branco);
  
    & .titulo{
      margin-left: 30px;
      font-size: 10vh;
      line-height: 10vh;
      font-family: 'Gilroy-Bold';
    }
    & .imagem{
      max-width: 45vw;
    }
    & .ultimas_notícias{
      position: absolute;
      bottom: 30px;
      left: 30px;
      font-size: 18px;
    
      & .item{
        font-size: 14px;
        margin-bottom: 15px;
      
        & .box{
          width: 120px;
          height: 120px;
          border-radius: 10px;
          background-color: #FFF;
          background-size: cover;
          background-position: center;
          margin-right: 10px;
        }
        & .titulo_noticia{
          font-size: 22px;
          font-family: 'Gilroy-Bold';
        }
        & .texto{
          width: 300px;
        }
      }

      & #mais_noticias{
        font-size: 14px;
        cursor: pointer;
        width: fit-content;
        transition: all .2s ease-in-out;
      }
      & #mais_noticias:hover{
        color: #ffc107;
      }
    }

    /* Logo */
    & .logo{
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 215px;
      height: 115px;
      background: var(--branco);
      border-radius: 0 0 44px 0;
    }
    & .logo img{
      height: 95px;
      padding-right: 15px;
    }
    & .logo::before{
      left: calc(100% - 1px);
      top: 0;
      content: "";
      display: block;
      width: 40px;
      height: 30px;
      background: transparent;
      position: absolute;
      border-radius: 44px 0 0 0;
      box-shadow: -10px -10px 0px 5px var(--branco);
    }
    & .logo::after{
      left: 0;
      top: 100%;
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: transparent;
      position: absolute;
      border-radius: 30px 0 0 0;
      box-shadow: -5px -5px 0px 5px var(--branco);
    }
    /* Menu */
    & .menu{
      position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        width: 600px;
        height: 64px;
        background: var(--branco);
        border-radius: 0 0 0 44px;
        padding-left: 30px;
        color: var(--texto);
    }
    & .menu::before{
      right: calc(100% - 1px);
      top: 0;
      content: "";
      display: block;
      width: 40px;
      height: 30px;
      background: transparent;
      position: absolute;
      border-radius: 0 44px 0 0;
      box-shadow: 10px -6px 0 5px var(--branco);
    }
    & .menu::after{
      right: 0;
      top: 100%;
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: transparent;
      position: absolute;
      border-radius: 0 44px 0 0;
      box-shadow: 10px -10px 0 5px var(--branco);
    }
  }
}

.gradient-background {
  background: linear-gradient(300deg,deepskyblue,#0072de,#0030de);
  background-size: 180% 180%;
  animation: gradient-animation 6s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* ------------------ */
/* ------------------ */
/* Ensino ----------- */
/* ------------------ */
/* ------------------ */

#ensino{
  padding: 3vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: auto;
  
  & .bt{
    cursor: pointer;
    width: fit-content;
  }
  & .bento_grid{
    border: 0px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #f5f5f5;
    box-shadow:  -6px 6px 8px #e4e4e4,
                6px -6px 8px #ffffff;
  }
  & .grupo1{
    width: calc(70% - 15px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;

    /* Bento 1 */
    & .bento1{
      width: calc(50% - 15px);
      min-height: 40vh;
      margin-bottom: 30px;
      background-color: #ff006e;
    
      & .infs{
        position: absolute;
        top: 20px;
        right: 20px;
        text-align: right;
        z-index: 1;
        width: 70%;
      }
      & .imagem{
        height: 90%;
        position: absolute;
        bottom: 0px;
        left: 5px;
        top: 20px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite;
      }
      & .bt{
        cursor: pointer;
        margin-left: auto;
        margin-top: 10px;
      }
    }

    /* Bento 2 */
    & .bento2{
      width: calc(50% - 15px);
      min-height: 40vh;
      background-color: var(--azul);
      margin-bottom: 30px;
      background-image: url(../img/simbolo.svg);
      background-size: cover;
      background-position: bottom;
    
      & img{
        width: 100%;
        position: absolute;
        right: -50%;
        top: -50%;
      }
    }

    /* Bento 3 */
    & .bento3{
      width: 100%;
      min-height: 40vh;
      background-image: url(../img/classe_tecnologia.jpeg);
      background-size: cover;
      background-position: center;
    }
  }

  /* Bento 4 */
  & .bento4{
    width: calc(30% - 12px);
    min-height: 80vh;
    background-color: #8338ec;
  
    & .texto{
      text-align: left;
      width: 95%;
    }
    & .imagem{
      height: 80%;
      position: absolute;
      bottom: -50px;
      animation: float 6s ease-in-out infinite;
      right: -50px;
    }
    & .bt{
      cursor: pointer;
      margin-top: 10px;
      z-index: 2;
      position: relative;
    }
  }


  & .grupo2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 5vh;

    /* Bento 5 */
    & .bento5{
      background-color:  #fb5607;
      width: calc(38% - 12px);
      min-height: 40vh;
    }
    & .bento5 .infs{
      position: absolute;
      top: 20px;
      right: 20px;
      text-align: right;
      z-index: 1;
      width: 70%;
    }
    & .bento5 .titulo{
      text-align: right;
    }
    & .bento5 .texto{
      text-align: right;
      margin-left: auto;
      width: 80%;
    }
    & .bento5 .bt{
      cursor: pointer;
      margin-left: auto;
      margin-top: 10px;
    }
    &  .bento5 .imagem{
      height: 100%;
      position: absolute;
      top: 0px;
      left: -50px;
      animation: float 7s ease-in-out infinite;
    }

    /* Bento 6 */
    & .bento6{
      width: calc(22% - 85px);
      background-image: url(../img/ensino_infantil.jpeg);
      background-size: cover;
    }

    /* Bento 7 */
    & .bento7{
      background-color:  #2ec4b6;
      width: 40%;
      min-height: 40vh;
    }
    & .bento7 .infs{
      position: absolute;
      top: 25px;
      left: 25px;
      z-index: 1;
      width: 80%;
    }
    & .bento7 .texto{
      text-align: left;
      /* font-size: 1.1vw;
      line-height: 1.3vw; */
      width: 90%;
    }
    & .bento7 .imagem{
      height: 100%;
      position: absolute;
      top: 30px;
      right: -10px;
      animation: float 5s ease-in-out infinite;
    }
  }

  & .titulo{
    font-size: 2.3vw;
    font-weight: 900;
    color: #FFF;
  }
  & .texto{
    font-size: 1.3vw;
    line-height: 1.8vw;
    color: #FFF;
  }
  & .imagem{
    position:absolute;
  }

  & .bt {
    background: #fbca1f;
    font-family: inherit;
    padding: 0.6em 1.3em;
    font-weight: 900;
    font-size: 18px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .1s ease-in-out;
  }
  & .bt:hover {
    transform: translate(-0.05em, -0.05em);
    box-shadow: 0.15em 0.15em;
  }
  & .bt:active {
    transform: translate(0.05em, 0.05em);
    box-shadow: 0.05em 0.05em;
  }
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

/* ------------------ */
/* ------------------ */
/* Atividades extas - */
/* ------------------ */
/* ------------------ */

#atividades_extras{
  margin: 20px 0px;
  padding: 12px;
  padding: 20vh 0px;

  & .titulo{
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: 900;
    font-size: 5vw;
    color: var(--branco);
    font-family: 'Gilroy-Bold';
  }

  & .lista{
    position: relative;
    z-index: 2;
  }

  & .lista .box{
    width: 15%;
    border-radius: 8px;
    padding: 20px;
    margin: 20px;
    border: 1px solid var(--branco);
    text-align: center;
    color: var(--branco);
    transition: all .2s ease-in-out;
    cursor: pointer;

    & .titulo_atividade{
      font-family: 'Gilroy-Bold';
      font-size: 22px;
    }

    & svg{
      width: 50%;
      margin-bottom: 10px;
      fill: var(--branco);
    }
  }

  & .lista .box:hover{
    transform: scale(1.1);
    background-color: var(--branco);

    &.judo svg,
    &.judo .titulo_atividade{
      fill: #8338ec;
      color: #8338ec;
    }

    &.ballet svg,
    &.ballet .titulo_atividade{
      fill: #ff006e;
      color: #ff006e;
    }

    &.futsal svg,
    &.futsal .titulo_atividade{
      fill: #3a86ff;
      color: #3a86ff;
    }

    &.volei svg,
    &.volei .titulo_atividade{
      fill: #fb0707;
      color: #fb0707;
    }

  }
}

.canvas-wrapper {
  width: px;
  height: px;
  background-color: #6363fd;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.canvas-wrapper .aurora-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(194, 194, 194, 0.131);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.canvas-wrapper .circle {
  width: 150%;
  aspect-ratio: 0.8;
  margin: 0px auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.canvas-wrapper .circle.circle-0 {
  background: radial-gradient(ellipse, #9b5de5, transparent, transparent);
  animation: moveAround0 16s ease-in-out infinite;
}

.canvas-wrapper .circle.circle-1 {
  background: radial-gradient(ellipse, #f15bb5, transparent, transparent);
  animation: moveAround1 16s ease-in-out infinite;
}

.canvas-wrapper .circle.circle-2 {
  background: radial-gradient(ellipse, #40eefe, transparent, transparent);
  animation: moveAround2 16s ease-in-out infinite;
}

.canvas-wrapper .circle.circle-3 {
  background: radial-gradient(ellipse, #00bbf9, transparent, transparent);
  animation: moveAround3 16s ease-in-out infinite;
}

@keyframes moveAround0 {
  0% {
    transform: translate(-40%, -30%);
  }
  50% {
    transform: translate(0%, 20%);
  }
  100% {
    transform: translate(-40%, -30%);
  }
}

@keyframes moveAround1 {
  0% {
    transform: translate(-70%, -70%);
  }
  50% {
    transform: translate(-40%, -40%);
  }
  100% {
    transform: translate(-70%, -70%);
  }
}

@keyframes moveAround2 {
  0% {
    transform: translate(30%, -80%);
  }
  50% {
    transform: translate(-30%, -50%);
  }
  100% {
    transform: translate(30%, -80%);
  }
}

@keyframes moveAround3 {
  0% {
    transform: translate(-25%, 0%);
  }
  50% {
    transform: translate(-76%, -45%);
  }
  100% {
    transform: translate(-25%, 0%);
  }
}


/* ------------------ */
/* ------------------ */
/* Notícias --------- */
/* ------------------ */
/* ------------------ */

#noticias{
  padding: 24px;
  margin: 0px 5vw;
}
#noticias .titulo{
  text-align: center;
  font-weight: 900;
  font-size: 5vw;
  font-family: 'Gilroy-Bold';
  margin-bottom: 50px;
}
#noticias .box{
  width: 47%;
  min-height: 230px;
  border: 0px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f5f5;
  box-shadow:  -6px 6px 8px #e4e4e4,
               6px -6px 8px #ffffff;
  & .foto{
    width: 40%;
    height: 100%;
    background-color: #0030de;
    background-size: cover;
    background-position: center;
  }

  & .infs{
      padding: 20px;
      width: 60%;
      background-color: #FFF;

      & .titulo_noticia{
        font-size: 16px;
        font-family: 'Gilroy-Bold';
      }

      & .data{
        font-size: 10px;
        margin-bottom: 10px;
      }

  }
}

/* ------------------ */
/* ------------------ */
/* Rodapé ----------- */
/* ------------------ */
/* ------------------ */

#rodape{
  padding:50px 0px;
  background-color: #8338ec;
  color: #FFF;
}
#rodape .logo{
  max-width: 200px;
}
#rodape .titulo_rodape{
  font-family: 'Gilroy-Bold';
  font-size: 20px;
}





/* Interna */

#interna .topo{
  position: fixed;
  width: 100%;
  z-index: 8;
  padding: 10px 0;
  top: 0;
  left: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,.1);
}
#interna .logo{
  height: 70px;
  padding-right: 15px;
}
.efeito_fade{
 display: none; 
}

/* Colégio */
#colegio{
  padding-top: 130px;
}
#colegio b{
  font-family: 'Gilroy-Bold';
}
#colegio .titulo{
  font-size: 5rem;
  line-height: 5rem;
  font-family: Gilroy-Bold;
  text-align: center;
  margin: 0px 15% 50px;
  font-weight: 900;
}
#colegio .titulo span{
  background-image: url(../img/bg_mascara_texto.svg);
  background-position: -50px -90px;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
}

#colegio .fachada_antiga{
  background-image: url(../img/fachada_antiga.jpg);
  background-size: cover;
  border-radius: 20px;
}

#colegio .filosofia{
  margin: 80px 0;
  padding: 80px 0;
  margin-bottom: 0px;
  text-align: center;
  color: #FFF;
}
#colegio .filosofia .titulo{
  font-size: 3.5rem;
  line-height: 3.5rem;
}

#colegio .valores{
  padding: 50px 0px;
}
#colegio .valores .titulo {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

#colegio .cards .card {
  width: 14%;
  height: 160px;
  border-radius: 20px;
  padding: 5px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  background-image: linear-gradient(144deg,#0030de, #0072de 50%,#00DDEB);
  border: 0px;
}

#colegio .cards .card .card__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  font-weight: 900;
  font-size: 20px;
  color: var(--texto);
}

/* Ensino */
#ensino_interno{
  padding-top: 90px;

  & .titulo {
    font-size: 2rem;
    line-height: 2rem;
    font-family: Gilroy-Bold;
    font-weight: 900;
  }
  & .banner{
    font-family: 'Gilroy-Bold';
    width: 100%;
    color: #FFF;
    background-color: var(--azul);
    padding: 90px;  
    font-size: 20px;
    line-height: 20px;
    text-align: center;
   
    & .titulo {
      font-size: 4rem;
      line-height: 4rem;
      font-family: Gilroy-Bold;
      text-align: center;
      font-weight: 900;
      margin-bottom: 10px;
    }
  }

  & .card{
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    width: 100%;
    text-align: center;
    min-height: 370px;
  }
  & .card img{
    width: 25%;
    max-width: 100px;
  }
  & .card b{
    font-family: 'Gilroy-Bold';
  }

  & .educacao_infantil{
    padding: 90px 0px;
  
    & .titulo span{
      font-size: 5rem;
      line-height: 5rem;
      background-image: url(../img/bg_mascara_texto.svg);
        background-position: -50px -90px;
        -webkit-background-clip: text;
        background-clip: text;
        background-size: cover;
        font-weight: 900;
        -webkit-text-fill-color: transparent;
    }
    & .card .titulo{
      font-size: 1.5rem;
      color:#2ec4b6;
    }
    & .card svg{
      fill: #ff006e;
    }
  }

  & .ensino_fundamental{
    padding: 90px 0px;
    background-color: #FFF;
  }
  & .ensino_fundamental{
    text-align: right;
  }
  & .ensino_fundamental .titulo span{
    font-size: 5rem;
    line-height: 5rem;
    background-image: url(../img/bg_mascara_texto.svg);
    background-position: -50px -90px;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: cover;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
  }
  & .ensino_fundamental .card .titulo{
    font-size: 1.5rem;
    color:#8338ec;
  }
  & .ensino_fundamental .card svg{
    fill: #8338ec;
  }
}

/* Atividades Extras */
#atividades_interno{
  padding-top: 90px;

  & .titulo {
    font-size: 2rem;
    line-height: 2rem;
    font-family: Gilroy-Bold;
    font-weight: 900;
    margin-bottom: 10px;
  }

  & .banner{
    font-family: 'Gilroy-Bold';
    width: 100%;
    color: #FFF;
    background-color: var(--azul);
    padding: 90px;  
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
  }

  & .banner .titulo {
    font-size: 4rem;
    line-height: 4rem;
    font-family: Gilroy-Bold;
    text-align: center;
    font-weight: 900;
  }

  & .col-12{
    margin-bottom: 20px;
  }

  & .box{
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    color: #f5f5f5;
    text-align: center;

    & .titulo2{
      font-family: Gilroy-Bold;
      font-weight: 900;
      font-size:20px
    }

    &.judo{
      background-color: #8338ec;
    }

    &.ballet{
      background-color: #ff006e;
    }

    &.futsal{
      background-color: #3a86ff;
    }

    &.volei{
      background-color: #fb0707;
    }

    & svg{
      fill: #FFF;
      color: #FFF;
      width: 80%;
      max-height: 100px;
      margin-bottom: 20px;
    }
    & .titulo{
      fill: #FFF;;
    }
  }
}

/* Notícias */
#noticias{
  padding-top: 150px;
}
#noticias .titulo span{
  background-image: url(../img/bg_mascara_texto.svg);
  background-position: -50px -90px;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
}

#whatsapp {
  padding: 0px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 100px;
  z-index: 999;
}

@media screen and (max-width: 1200px) {

  #bt_mobile{
    display: block;
  }

  #efeito{
    & .linha {
      border-radius: 0px;
      -webkit-border-top-right-radius: 120px;
      -webkit-border-bottom-right-radius: 120px;
      -moz-border-radius-topright: 120px;
      -moz-border-radius-bottomright: 120px;
      border-top-right-radius: 120px;
      border-bottom-right-radius: 120px;
    }
  }

  #interna{
    top: 0px;
    & .menu{
      display: none !important;
    }
  }

  #home .area{
    align-content: center;
    justify-content: center !important;
    text-align: center;
    height: auto;
  }
  #home .area .logo{
    width: 185px;
    height: 95px;
  }
  #home .area .logo img {
    height: 85px;
  }
  #home .area .menu{
    display: none !important;
  }
  #home .area .imagem {
    max-width: 70vw;
    margin-top: 30px;
}
  #home .area .titulo{
    width: 100%;
    font-size: 12vw;
    line-height: 12vw;
    margin-left: 0px;
    margin-top: 120px;
  }
  #home .area .ultimas_notícias{
    position: static;
  }
  #home .area .ultimas_notícias .item{
    margin: 20px !important;
  }
  #home .area .ultimas_notícias .item .box,
  #home .area .ultimas_notícias #mais_noticias{
    display: none;
  }
  #home .area .ultimas_notícias .item .texto {
    width: 100%;
  }


  #ensino .grupo1,
  #ensino .grupo2{
    width: 100%;
    margin-top: 20px;
  }
  #ensino .grupo1 .bento1,
  #ensino .grupo1 .bento2,
  #ensino .grupo1 .bento3,
  #ensino .bento4,
  #ensino .grupo2 .bento5,
  #ensino .grupo2 .bento6,
  #ensino .grupo2 .bento7{
    width: 100%;
    min-height: 35vh;
  }
  #ensino .grupo2 .bento7{
    margin-top: 20px;
  }
  #ensino .grupo1 .bento2,
  #ensino .grupo1 .bento3,
  #ensino .grupo2 .bento6{
    display: none;
  }

  #ensino .titulo,
  #ensino .texto{
    position: static;
    width: 75%;
    margin-left: auto;
    text-align: right;
  }

  #ensino .bt{
    position: static !important;
    margin-left: auto;
    font-size: 14px;
    margin-top: 8px;
  }

  #ensino .titulo{
    font-size: 23px;
    line-height: 25px;
  }
  #ensino .texto{
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  #ensino .bento4 .titulo,
  #ensino .bento4 .texto,
  #ensino .bento4 .bt{
    margin-left: inherit;
    text-align: left;
  }
  #ensino .bento4 .imagem{
    right: 0pxs;
  }

  #ensino .bento7 .titulo,
  #ensino .bento7 .texto,
  #ensino .bento7 .bt{
    margin-left: inherit;
    text-align: left;
  }
  #ensino .bento7 .imagem{
    right: 0px;
    display: none;
  }

  #ensino .grupo1 .bento1 .imagem{
    left: 20px;
  }

  #atividades_extras {
    padding: 10vh 0px;
  }
  #atividades_extras .titulo{
    font-size: 10vw;
  }
  #atividades_extras .lista .box{
    width: 44%;
    margin: 10px;
  }

  #noticias {
    padding: 24px;
    margin: 10vh 0px;
    min-height: 400px;
    text-align: center;
  }
  #noticias .titulo {
    font-size: 10vw;
  }
  #noticias .box {
    width: 100%;
    justify-content: space-around;
    align-content: baseline;

    & .foto {
      width: 100%;
      height: 200px;
    }

    & .infs{
      width: 100%;
    }

  }

  #rodape{
    text-align: center;

    & .col-12{
      margin-bottom: 20px;
    }
  }

  #colegio{
    text-align: center;
  
    & .titulo {
      font-size: 2.5rem;
      line-height: 3rem;
    }

    & .fachada_antiga {
      
      border-radius: 0px;
      height: 30vh;
      margin-bottom: 5%;
    }

    & .filosofia .titulo{
      font-size: 2.5rem;
      line-height: 3rem;
    }

    & .valores .titulo {
      font-size: 2.5rem;
      line-height: 3rem;
    }

    & .cards .card{
      width: 45%;
      margin-bottom: 20px;
    }

  }

  #ensino_interno{
    text-align: center;
    & .banner{
      padding: 90px 10px;
      & .titulo {
        font-size: 2.5rem;
        line-height: 3rem;
      }
    }

    & .educacao_infantil{
      & .titulo span {
        font-size: 2.5rem;
        line-height: 3rem;
      }
    }

    & .card {
      margin-bottom: 40px;
    }

    & .ensino_fundamental{
      text-align: center;

      & .titulo span {
        font-size: 2.5rem;
        line-height: 3rem;
      }
    }  
  }

  #atividades_interno{
    text-align: center;
    & .banner{
      padding: 90px 10px;
      & .titulo {
        font-size: 2.5rem;
        line-height: 3rem;
      }
    }
  }

}