

.imgPeixinhosC {
    max-width: 800px;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: scaleX(-1);
}

.pdf {
      transition: transform 0.3s ease;
}

.pdf:hover {
  transform: scale(1.0); 
  color: #00ffae;
}

/* Imagens das curiosidades */
.imgC {
    display: block;
    max-width: 700px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Infografia */
.InfoCard {
    max-width: 700px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Secção principal */
.curiosidades {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 80px;
}

/* Blocos de texto */
.textC {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
    text-align: center;
}

.textC h4,
.textC p {
    text-align: center;
}

.span1 {
    text-align: right;
    padding-top: 10%;
}
.parte2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 600px;
    justify-content: center;
    align-items: center;   
}

.video {
    display: flex;
    width: 60%;
    height: 600px;
    background-color:#00ffae;
}

.decoração {
    display: flex;
    width: 40%;
    height: 500px;
    background-color: #2B4C8C;
}
section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
section h1 {
    font-family: "cofo-sans-variable", sans-serif;
    font-variation-settings: 'wght' 700, 'slnt' 0;
    font-size: clamp(24px, 4vw, 36px);
    color: #2B4C8C;
    text-align: center;
    align-items: center;
    text-align: center;

}

.parte1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    min-width: 300px;
}

.parte1 p {
    line-height: 0.9;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #FFFA88;
    color: #D8E2DC;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 30px;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
    z-index: 100;
}

.back-to-top img{ 
    width: 20px;
}

.back-to-top.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.back-to-top.hide {
    opacity: 0;
    transform: translateY(20px);
}
/* 🔽 TABLET */
@media (max-width: 1024px) {
    .curiosidades {
        gap: 60px;
    }

    .imgC {
        max-width: 420px;
    }

    .InfoCard {
        max-width: 600px;
    }
}
@media (max-width: 768px) {
    .parte2 {
        display: none;
    }
        .conteudo1 {
        width: 100%;
        align-items: center;
    }

    .conteudo1-texto {
        flex-direction: column;
        text-align: center;
        align-items: center; /* Adicione esta linha */
        gap: 30px;
    }

    .titulo-texto {
        text-align: center !important;
        width: 100%;
    }

    .titulo-texto h3,
    .titulo-texto p {
        text-align: center !important;
    }
    
}
/* Mobile */
@media (max-width: 480px) {

    header {
        font-size: 14px;
        padding: 15px;
    }

    nav, .nav2 {
        gap: 15px;
        font-size: 14px;
    }

    section {
        padding: 15px;
    }

footer {
        padding: 30px 15px;
        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .logo2 {
        margin: 0 auto 20px;
    }

    .conteudo1 {
        width: 100%;
        align-items: center;
    }

    .conteudo1-texto {
        flex-direction: column;
        align-items: center;
    }

    .titulo-texto {
        font-size: 16px;
        text-align: center !important;
    }

    .titulo-texto h3,
    .titulo-texto p {
        text-align: center !important;
    }

    iframe {
        height: 250px;
        width: 100%;
    }

    .conteudo2 {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .conteudo2-texto {
        align-items: center;
        text-align: center;
    }

    .conteudo2-texto span {
        justify-content: center;
    }

    .conteudo2-texto img {
        width: 30px;
        height: 30px;
    }
    
    .video {
        height: 300px;
    }
    
    .decoração {
        height: 250px;
    }
    
    .parte3 {
        min-height: auto;
    }
    
    .gif {
        height: 300px;
    }
    
    .call-to-action {
        align-items: center;
        font-size: clamp(20px, 6vw, 40px);
        gap: 30px;
        padding: 15px;
    }
    
    .call1 {
        aspect-ratio: 1/1;
        padding: 15px;
        padding-bottom: 55px;
    }

    .call2 {
        aspect-ratio: 1/1;
    }
    
    .escamas {
        width: clamp(100px, 18vw, 120px);
    }
        .section-imagem {
        display: none;
    }

    .imgPescador {
        display: none;
    }
}