*{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 100;
  font-family: 'Arial', sans-serif;
}






header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 4.5rem);
background: linear-gradient(to bottom, rgba(13, 13, 13, 0.2) 0%, rgba(6, 6, 6, 0.4) 100%), url("../2025/imagens/AF_FlyerA4_PT-2.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
header.masthead h1 {
font-size: 2.25rem;


}
@media (min-width: 992px) {
header.masthead {
  height: 100vh;
  min-height: 40rem;
  padding-top: 4.5rem;
  padding-bottom: 0;
}
header.masthead p {
  font-size: 1.5rem;
}
header.masthead h1 {
  font-size: 3rem;
}
}
@media (min-width: 1200px) {
header.masthead h1 {
  font-size: 3.5rem;
}
}






h1{
  font-size: 38px;
  text-align: center;
  color: aliceblue;
  font-family: 'arial', sans-serif;
  font-weight: 900;


}


@media (min-width: 360px) {
  h1 {
    font-size: 20px;  /* Manter tamanho original para dispositivos muito pequenos */
    font-weight: 400; /* Peso moderado */
  }
}


@media (min-width:576px) {
  h1{
    font-size: 30px;
    font-weight: 900;
  }
}

@media (min-width:768px) {
  h1{
    font-size: 60px;
    font-weight: 900;
  }
}

@media (min-width:992px) {
  h1{
    font-size: 90px;
    font-weight: 900;
  }
}

@media (min-width:1200px) {
  h1{
    font-size: 100px;
    text-align: center;
    font-weight: 900;
  }
}








.navbar-brand, h1 a {
  color: #000000!important;
  text-decoration: none;
  background-color: transparent;
  text-align:left;
}

.navbar-brand, h1 a:hover {
  color: #fafafa!important;
  text-decoration: none;
}



h2 {
  font-family: 'Arial', sans-serif;
  text-align: left;
  font-size: 28px;  /* Tamanho base para dispositivos menores */
  color: #ffffff;
  font-weight: 400; /* Peso moderado */

}

@media (min-width: 360px) {
  h2 {
    font-size: 20px;  /* Manter tamanho original para dispositivos muito pequenos */
    font-weight: 400; /* Peso moderado */
  }
}

@media (min-width: 576px) {
  h2 {
    font-size: 32px;  /* Leve aumento no tamanho */
    font-weight: 500; /* Peso intermediário */
  }
}

@media (min-width: 600px) {
  h2 {
    font-size: 34px;  /* Pequeno aumento para dispositivos maiores */
    font-weight: 500; /* Peso consistente */
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 44px;  /* Aumento mais notável para tablets */
    font-weight: 500; /* Peso intermediário */
  }
}

@media (min-width: 800px) {
  h2 {
    font-size: 48px;  /* Ajuste para tablets grandes e ecrãs em paisagem */
    font-weight: 500; /* Peso consistente */
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 56px;  /* Aumento gradual para desktops pequenos */
    font-weight: 600; /* Peso mais grosso para maior contraste */
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 60px;  /* Aumento mais controlado para desktops médios */
    font-weight: 600; /* Peso mais robusto */
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 72px;  /* Grande, mas não excessivo */
    font-weight: 600; /* Peso mais robusto */
  }
}

@media (min-width: 1366px) {
  h2 {
    font-size: 76px;  /* Ajuste final para monitores grandes */
    font-weight: 600; /* Peso consistente */
  }
}





.slogan {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  color: #ffffff;
}

.slogan_2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 23px;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
  color: #ffffff;
  text-align: justify;
}

@media (min-width: 360px) {
  .slogan, .slogan_2 {
    font-size: 1.8rem; /* Leve aumento para dispositivos muito pequenos */
    font-weight: 400; /* Peso mais leve */
  }
}

@media (min-width: 576px) {
  .slogan, .slogan_2 {
    font-size: 1.9rem; /* Leve aumento para smartphones médios */
    font-weight: 500; /* Peso moderado */
  }
}

@media (min-width: 600px) {
  .slogan, .slogan_2 {
    font-size: 1.8rem; /* Pequeno aumento para smartphones maiores */
    font-weight: 500; /* Peso consistente */
  }
}

@media (min-width: 768px) {
  .slogan, .slogan_2 {
    font-size: 2.1rem; /* Aumento controlado para tablets pequenos */
    font-weight: 500; /* Peso consistente */
  }
}

@media (min-width: 800px) {
  .slogan, .slogan_2 {
    font-size: 2.3rem; /* Aumento suave para tablets em modo paisagem */
    font-weight: 500; /* Peso moderado */
  }
}

@media (min-width: 992px) {
  .slogan, .slogan_2 {
    font-size: 2.7rem; /* Aumento gradual, legível em tablets grandes e laptops pequenos */
    font-weight: 600; /* Peso mais forte para maior contraste */
  }
}

@media (min-width: 1024px) {
  .slogan, .slogan_2 {
    font-size: 2.9rem; /* Aumento mais suave para desktops médios */
    font-weight: 600; /* Peso mais forte para maior contraste */
  }
}

@media (min-width: 1200px) {
  .slogan, .slogan_2 {
    font-size: 3.2rem; /* Aumento equilibrado para telas grandes */
    font-weight: 700; /* Peso mais robusto para maior impacto */
  }
}

@media (min-width: 1366px) {
  .slogan, .slogan_2 {
    font-size: 100px; /* Tamanho mais expressivo para desktops e monitores grandes */
    font-weight: 900; /* Peso mais robusto para garantir boa legibilidade */
  }
}




h3{



  color: rgb(255, 255, 255);

}







.logo{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: 600;
  font-family:'Courier New', monospace;
  color:#00a7eb


}


@media (min-width:576px) {
  .logo{
    font-size: 2.5rem;
    font-weight: 300;
  }
}

@media (min-width:768px) {
  .logo{
    font-size: 3.5rem;
    font-weight: 400;
  }
}

@media (min-width:992px) {
  .logo{
    font-size: 4.5rem;
    font-weight: 500;
  }
}

@media (min-width:1200px) {
  .logo{
    font-size: 5.5rem;
    font-weight: 1000;
  }
}



.logo a {
  color:#00a7eb!important;
  text-decoration: none;
  background-color: transparent;
  text-align:left;
  }
  
  .logo a:hover {
  color:#eb0000!important;
  text-decoration: none;
  }
  

  .slogan {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Arial', sans-serif;
    color: #ffffff;
  }
  
  .slogan_2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 23px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    text-align: justify;
  }
  
  @media (min-width: 360px) {
    .slogan, .slogan_2 {
      font-size: 1.4rem;
      font-weight: 400;
    }
  }
  
  @media (min-width: 576px) {
    .slogan, .slogan_2 {
      font-size: 1.6rem;
      font-weight: 500;
    }
  }
  
  @media (min-width: 600px) {
    .slogan, .slogan_2 {
      font-size: 1.7rem;
      font-weight: 500;
    }
  }
  
  @media (min-width: 768px) {
    .slogan, .slogan_2 {
      font-size: 2.1rem;
      font-weight: 500;
    }
  }
  
  @media (min-width: 800px) {
    .slogan, .slogan_2 {
      font-size: 2rem;
      font-weight: 500;
    }
  }
  
  @media (min-width: 992px) {
    .slogan, .slogan_2 {
      font-size: 2.7rem;
      font-weight: 600;
    }
  }
  
  @media (min-width: 1024px) {
    .slogan, .slogan_2 {
      font-size: 2.4rem;
      font-weight: 600;
    }
  }
  
  @media (min-width: 1200px) {
    .slogan, .slogan_2 {
      font-size: 3.2rem;
      font-weight: 700;
    }
  }
  
  @media (min-width: 1366px) {
    .slogan, .slogan_2 {
      font-size: 3.5rem;
      font-weight: 700;
    }
  }
  
  
  .intro {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Tahoma', sans-serif;
    color: #f8e800;
  }

@media (min-width:576px) {
  .intro{
    font-size: 19px;
    font-weight: 400;
  }
}

@media (min-width:768px) {
  .intro{
    font-size: 20px;
    font-weight: 500;
  }
}

@media (min-width:992px) {
  .intro{
    font-size: 22px;
    font-weight: 500;
  }
}

@media (min-width:1200px) {
  .intro{
    font-size: 24px;
    text-align: center;
    font-weight: 500;
  }
}





.numberCircle {
  float: left;
  margin-top:0px;
	border-radius: 50%;
	behavior: url(PIE.htc);
	/* remove if you don't care about IE8 */
	font-size:12px;
	width: 25px;
	height: 25px;
	padding:1px;
	background: #00a7eb;
	border: 2px solid #f3bf21;
	color: #fff;
	text-align:center;

  }

  .numberCircle_porta {
    float: left;
    margin-top:0px;
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    font-size:12px;
    width: 25px;
    height: 25px;
    padding:0px;
    background:transparent; 
    text-align:center;
  
    }
  

.parallax{
background: url('../2025/imagens/LOGO\ FESTA\ .gif') repeat fixed 100%;
background-size: cover;
color: aliceblue;
}

.parallax-2{
background: url('../2025/imagens/bandeiras_festa.jpg') repeat fixed 100%;
background-size: cover;
color: aliceblue;
}



.parallax-inner{
padding-top: 20%;
padding-bottom: 20%;
}




/* galeria de imagens */

.parallax-section {
  position: relative;
  min-height: 1000px;
  overflow: hidden;
  font-family: 'Raleway', Arial, sans-serif;
}

.parallax-bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
}

.parallax-content {
  position: relative;
  z-index: 1;
  padding: 60px 20px;
  font-size: 16px;
  text-align: left;
}

/* Imagem de cada parallax */



.parallax-effect_2 .parallax-bg {
  background-image: url("../2025/imagens/bandeiras_festa.jpg");
  min-height: 1500px;
}



@media (max-width: 768px) {
  .parallax-section {
    min-height: 600px;
  }
}



/* iPhone / Safari iOS: desactiva o fixed em todas as secções */
@supports (-webkit-touch-callout: none) {
  .parallax-effect,
  .parallax-effect_1,
  .parallax-effect_2,
  .parallax-effect_3,
  .parallax-effect_4 {
    background-attachment: scroll;
  }
}




.overlay {
position: absolute;
bottom: 10px;
left: 10px;

background-color: rgba(0, 0, 0, 0.25);
/* Black see-through */
width: 120px;
height: 30px;
transition: .5s ease;
opacity: 1;
color: #F7F7F7;
font-size: 12px;
padding: 7px;
text-align: center;
}


/* When you mouse over the container, fade in the overlay title */

.img_captation:hover .overlay {
 opacity: 0;
}

.img_captation:hover .image {
 opacity: 0.3;
}

@media (max-width: 576px) {
 .overlay {
   position: absolute;
   bottom: 10px;
   left: 10px;
   background-color: rgba(0, 0, 0, 0.25);
   width: 80px;
   height: 20px;
   transition: .5s ease;
   opacity: 1;
   color: rgba(247, 247, 247, 0.90);
   font-size: 8px;
   padding: 5px;
   text-align: center;
 }
}




.intro_content{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 150;
  font-family: 'Tahoma', sans-serif;
  color:#ffffff
  
  
  }









/*--------------------------------------------------------------
#  mudança de dispositivo
--------------------------------------------------------------*/







/*--------------------------------------------------------------
#  sombra imagens
--------------------------------------------------------------*/


.sombra{
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.100);

}



/*--------------------------------------------------------------
#  lista utilizada
--------------------------------------------------------------*/
.jumbotron{
color:#FFFFFF;

text-align:center;
line-height: 2rem;
overflow: hidden;
}

.section-card {

  margin-bottom: 100px;
  margin-top: 50px;
  }
  
  .card-2 {
  padding: 20px;
  margin-top: 2rem;
  outline: none !important;
  border:none!important;
  background-color:transparent;
  
  
  
  }
  
  .card-2 a {
    color:#10aee7!important;
    text-decoration: none;
    background-color: transparent 90%;
    text-align:left;
    
  }
  
  .card-2 a:hover {
    color:#f3bf21!important;
    text-decoration: none;
  }
  
  
  
  
  .card-body{
  
  margin-top: 1rem;
  padding: 0px;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-align:left;
  font-weight: 500;
  }
  
  .card-title{
    font-family: 'Tahoma', sans-serif;
    margin-top: 0.9rem;
    padding: 0px;
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    text-align:left;
  
    }
  
    .card-title_2{
      font-family: 'Tahoma', sans-serif;
      margin-top: 0.9rem;
      padding: 0px;
      font-size: 25px;
      font-weight: 500;
      color:#e3e609!important;
      line-height: 25px;
      text-align:left;
  
      }
  
    .legenda-livro{
      margin-top: 0.9rem;
      padding: 0px;
      font-size: 11px;
      font-weight: 500;
      color: #ffffff;
      line-height: 15px;
      text-align:left;
  
      }
  
  
  
  .card-img, .card-img-top {
  opacity: 1.0;
  background-color: transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.100);
  }
  
  .card-img, .card-img-top:hover{
  opacity: 0.6;
  }
  
  
  .seccao_1{
  padding: 0px 30px 50px 30px;
  }
  
  
  
  .seccao_2 {
  padding: 0px 30px 50px 30px;
  
  
  }
  


.li a {
color: #333333!important;
text-decoration: none;
background-color: transparent;
}

li a:hover {
color: #AA222C!important;
text-decoration: none;
}

.box {
position: relative;
display: block;
width: auto;
height: auto;
border-radius: 5px;
background-color: transparent;
transition: all 0.3s ease-in-out;
padding: 5px;
text-align:center;
}

/* Create the hidden pseudo-element */

/* include the shadow for the end state */

.box::after {
content: '';
position: absolute;
z-index: -1;
opacity: 0;
border-radius: 5px;
transition: opacity 0.3s ease-in-out;
}

/* The fast way */

.make-it-fast {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Pre-render the bigger shadow, but hide it */

.make-it-fast::after {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}

/* Transition to showing the bigger shadow on hover */

.make-it-fast:hover::after {
opacity: 1;
}

/* Scale up the box */

.box:hover {
transform: scale(1.2, 1.2);

}

/* Fade in the pseudo-element with the bigger shadow */

.box:hover::after {
opacity: 1;
}




/* 
swiper-container {
width: 100%;
height: 100%;
}

swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}




swiper-slide {
width: 80%;
}

swiper-slide:nth-child(2n) {
width: 60%;
}

swiper-slide:nth-child(3n) {
width: 40%;
}



*/





/* ==========================================================================
 Swiper modifications
========================================================================== */

.swiper-container {
margin-top: 0px !important; /* minor cosmetic */
}

.swiper-wrapper {
  /* now pagination is below slides */
  margin-bottom: 0px !important;

  /* just enough width so slides handing off screen are partially visible */
  width: 73.8%;
}

@media (min-width: 37.5em) {
  .swiper-wrapper {
    /* now arrows appear */
    /* make room for arrows */
    width: 92%;
  }
}

@media (min-width: 43.75em) {
  .swiper-wrapper {
    /* make room for arrows */
    width: 95%;
  }
}


  /* doubleing up specificity to win over on transform */
  .swiper-slide.swiper-slide {
    /* a single column layout */
    width: 100%;
  }


  @media (min-width: 37.5em) {
    .swiper-slide.swiper-slide  {
      /* going for a 2 column layout here */
      width: 50%;

      /* centeredSlides set to true */
      /* reposition so first slide appears on left */
      transform: translateX(-50%);
    }
  }

  @media (min-width: 43.75em) {
    .swiper-slide.swiper-slide  {
      /* upping it to a 3 column layout */
      width: 33.33333333333%;

      /* centeredSlides set to true */
      /* reposition so first slide appears on left */
      transform: translateX(-100%);
    }
  }

  @media (min-width: 53em) {
    .swiper-slide.swiper-slide  {
      /* and finally the 4 column layout */
      width: 25%;

      /* centeredSlides set to true */
      /* reposition so first slide appears on left */
      transform: translateX(-150%);
    }
  }

  .swiper-pagination {
    /* show on small viewports */
    display: block;
  }

  @media (min-width: 37.5em) {
    .swiper-pagination {
      /* hide on larger viewports per stakeholder recommendation */
      display: none;
    }
  }

  /* now move prev button more to the left */
  .swiper-button-prev {
    /* but first hide on small viewports */
    display: none;

    left: 0px;
    top: 0px;

    margin-top: 0px;

    /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
    height: calc(100% - 3em);

    /* css trickery to hide the way left image */
    background-color: #fff;
  }

  @media (min-width: 37.5em) {
    .swiper-button-prev {
      /* show on larger viewports */
      display: block;
    }
  }

  .swiper-button-next {
    /* hide on small viewports */
    display: none;

    right: 0px;
    top: 0px;

    margin-top: 0px;

    /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
    height: calc(100% - 3em);

    /* css trickery to hide the way right image */
    background-color: #fff;
  }

  @media (min-width: 37.5em) {
    .swiper-button-next {
      /* show on larger viewports */
      display: block;
    }
  }

/* ==========================================================================
 content in swiper
========================================================================== */
.product {
margin-left: auto;
margin-right: auto;
width: 90%;
}

.photograph {
display: block;
height: auto;
width: 100%;
}

.product__name.product__name {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size:18px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
}

@media (max-width: 768px){
.product__name.product__name {
  font-size: 18px;
}
}

.product__description {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.1;
text-align: left;
}

@media (max-width: 768px){
.product__description {
  font-size: 14px;
  font-weight: 400;
}
}



#footer {
background: #FFFFFF;
padding: 0 0 30px 0;
color: #333333;
font-size: 14px;

}




.logo_escola {

  margin-bottom: 0.9rem;
  padding: 0px;
 
  }


  .overlay_1 {
    position: fixed;
    top: 0;
    left: -100%;           /* fora do ecrã inicialmente */
    width: 100%;
    height: 100%;
    background-color: #fbee4f; /* fundo preto */
    overflow-x: hidden;
    overflow-y: auto;      /* permite scroll se necessário */
    transition: left 0.5s;
    z-index: 1050;
    box-sizing: border-box;
    padding: 20px;
  }
  
  /* mostra overlay quando é alvo */
  .overlay_1:target {
    left: 0;
  }
  
  /* botão fechar */
  .overlay_1 .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    z-index: 1060;
  }
  
  /* centraliza o conteúdo vertical e horizontalmente */
  .overlay_1 .overlay_1-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
  }
  
  /* links do menu */
  .overlay_1 .overlay_1-content a {
    display: block;
    font-size: clamp(1rem, 2vw, 3rem); /* responsivo */
    color: #10aee7;    /* cor personalizada */
    font-weight: 400; /* Peso moderado */
    text-decoration: none;
    margin: 5px 0;
    transition: color 0.3s;
  }
  
  /* hover */
  .overlay_1 .overlay_1-content a:hover {
    color: #23bede;       /* muda cor ao passar o rato */
  }
  
  /* mantém negrito e cor se usar <em> ou <span> dentro do link */
  .overlay_1 .overlay_1-content a em,
  .overlay_1 .overlay_1-content a span {
    color: inherit;
    font-weight: inherit;
  }
  
  /* impede scroll horizontal da página */
  body {
    overflow-x: hidden;
  }