/* --------- Geral --------- */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Tahoma, sans-serif;

}

/* --------- Config Header --------- */
header {
  background-image: url("../img/fundo_head_fi.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  color: #c40707;
}

.topo {
  width: 1200px;
  margin: auto;
}

header p {
  text-align: left;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 10px;
  margin: 0 50px;
  color: #00247D;
}

header h1 {
  font-size: 55px;
  margin: 0 290px;
  padding-top: 20px;
  text-align: center;
  width: 280px;
  height: 80px;
  background-color: #FFF;
  margin-top: 55px;
  font-family: 'Playfair Display', serif;


}

header h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  margin: 10px 50px;
  padding-top: 10px;
  color: #00247D;
}


/* --------- config NAV ---------*/
nav {
  background-color: #00247D;
}

.navagacao {
  width: 1200px;
  height: 50px;
  padding: 8px;
  margin: auto;
}

nav ul {
  list-style-type: none;
  text-transform: uppercase;
}

nav ul li {
  float: left;
}

nav ul li a {
  text-decoration: none;
  font-size: 18px;
  width: 232px;
  display: block;
  text-align: center;
  padding: 12px 4px 12px 4px;
  color: #FFF;


}

nav ul li a:hover {
  background-color: #f8f8f8;
  color: #00247D;
  border-radius: 10px;
}

#hrnav {
  border: 8px solid #0c0d50;
}

/* --------- config main ---------*/
main {
  background-color: #FFF;
}

.conteudo {
  width: 1125px;
  margin: auto;
  padding: 25px 0;
}

main h2 {
  color: #c40707;
  font-size: 20px;
  letter-spacing: 2px;
  margin: 10px 0;
}

main p {
  line-height: 30px;
  text-indent: 50px;
  text-align: justify;
  margin: 10px 0 20px;
}

main img {
  border: 13px double #0d0080;
  margin: 10px 0 25px;
}

/* --------- config footer ---------*/

footer {
  clear: both;
  color: #FFF;
  background-color: #00247D;
  padding: 35px 0 30px;
  letter-spacing: 1px;
}

footer p {
  text-align: center;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

#hrfoo {
  border: 8px solid #0c0d50;
}

/* --------- config main Index ---------*/
#mainindex {
  background-color: #FFF;
  background-image: url('../img/fundo_index.png');
  width: 100%;
  height: 800px;
  background-position: center;
  display: flex;
  align-items: center;
}

#mainindex .conteudo {
  width: 1125px;
  margin: auto;
  padding: 25px 0;
}


#mainindex .background-com-texto {
  display: flex;
  justify-content: end;
}

#mainindex .texto-direita {
  background: rgba(8, 0, 17, 0.6);
  color: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
}

#mainindex .texto-direita h2 {
  font-size: 28px;
  margin-bottom: 10px;
  padding-bottom: 18px;
  color: #00aaff;
}

#mainindex .texto-direita p {
  font-size: 16px;
  line-height: 1.5;
}

#mainindex .texto-direita button {
  margin-top: 15px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #00aaff;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
}

#mainindex .texto-direita button:hover {
  background-color: #0077aa;
}


/* --------- config main turismo ---------*/
.fundo-main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #00247D;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-family: Verdana, Tahoma, sans-serif;
    color: #333;
}

#mainturis {
    background-image: url('../img/tower-bridge.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0;
    
}

#mainturis h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #00247D;
    text-align: center;
}

#mainturis #texto {
    margin-bottom: 40px;
    text-align: justify;
    padding: 0 40px;
}

#mainturis p {
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Carrossel vertical */
.carrossel-vertical {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}

.navegacao-setas {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navegacao-setas button {
    padding: 10px 15px;
    font-size: 18px;
    background-color: #00247D;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.navegacao-setas button:hover {
    background-color: #00164e;
}

.galeria-central {
    display: flex;
    align-items: center;
    gap: 20px;
}

.galeria-central .miniatura {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s, border 0.3s;
}

.galeria-central .miniatura:hover {
    transform: scale(1.05);
    border-color: #00247D;
}

.imagem-principal img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Descrição ao lado da imagem */
.descricao-lateral {
    max-width: 300px;
    text-align: left;
    background-color: #ffffff;
    padding: 20px;
    border-left: 5px solid #00247D;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.descricao-lateral h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #c40707;
}

.descricao-lateral p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}
.imagem-principal {
    position: relative;
}

.seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 36, 125, 0.1);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    opacity: 0; /* invisível por padrão */
    transition: opacity 0.3s ease, background-color 0.3s ease;
    user-select: none;
}


.seta-esquerda {
    left: 10px;
}

.seta-direita {
    right: 10px;
}


.imagem-principal:hover .seta {
    opacity: 1;
}


.seta:hover {
    background-color: rgba(0, 36, 125, 0.5);
}

/* --------- config main Cultura ---------*/

#maincult {
  padding: 60px 100px;
  background-image: url('../img/fundo_index.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  font-family: Verdana, Tahoma, sans-serif;
  color: #1a1a1a;
}

#cultura-inglaterra {
  max-width: 1125px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px;
  border: 4px solid #00247D;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

#maincult h2 {
  font-size: 32px;
  color: #00247D;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

#maincult h3 {
  font-size: 24px;
  color: #c40707;
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
}

#maincult p {
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  text-indent: 30px;
  min-height: 3em;
}

#cultura-inglaterra img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 30px auto;
  border-radius: 12px;
  border: 8px double #00247D;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#cultura-inglaterra img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* --------- config main info ---------*/

#main-info {
  padding: 60px 100px;
  background-image: url('../img/fundo_index.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; /*remova para variante, 1.0 Versão anterior*/
  background-position: center;
  font-family: Verdana, Tahoma, sans-serif;
  color: #1a1a1a;
}

.info-geral {
  max-width: 1125px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px;
  border: 4px solid #00247D;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.info-geral h1 {
  font-size: 32px;
  color: #00247D;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
}

.info-geral article {
  margin-bottom: 50px;
}

.info-geral h2 {
  font-size: 24px;
  color: #c40707;
  margin-bottom: 12px;
  font-family: 'Playfair Display', serif;
}

.info-geral p {
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  text-indent: 30px;
  min-height: 3em;
}

.imagem-info {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 20px auto 0 auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: 8px double #00247D;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imagem-info:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* --------- config main curiosidades ---------*/

#mainicuri {
  padding: 60px 100px;
  background-image: url('../img/tower-bridge.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; /*remova para variante, 1.0 Versão anterior*/
  background-position: center;

  font-family: Verdana, Tahoma, sans-serif;
  color: #1a1a1a;
}

.titulo-principal {
  font-size: 32px;
  color: #00247D;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
}

#mainicuri h2 {
  text-align: center;
  margin-top: 30px;
  font-size: 1.8em;
  color: #c40707;
}

.lista-curiosidades {
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6;
}

.curiosidades-container {
  max-width: 1125px;
  margin: auto;
  background: #ffffff;
  padding: 50px;
  border: 4px solid #00247D;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  font-family: Verdana, Tahoma, sans-serif;
}

.curiosidades-container h2 {
  font-family: 'Playfair Display', serif;
  color: #00247D;
  font-size: 28px;
  margin-top: 30px;
  text-align: center;
}

.curiosidades-container ol {
  padding-left: 20px;
}

.curiosidades-container li {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.curiosidades-container li::marker {
  color: #7a297a;
  font-weight: bold;
}


/* ---------- QUIZ / VERDADEIRO OU FALSO ---------- */

.quiz-container {
    background: #ffffffee;
    padding: 30px;
    margin: 40px auto;
    max-width: 550px;
    border-radius: 14px;
    text-align: center;
    border: 4px double #00247D;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    animation: aparecerQuiz .4s ease-in-out;
}

.quiz-container h6 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #00247D;
    margin-bottom: 15px;
    text-shadow: 1px 1px #b7c8ff;
}

.quiz-container p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}

/* Botões principais */
.quiz-container button {
    padding: 12px 28px;
    margin: 12px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: #00247D;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.25s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.quiz-container button:hover {
    background: #00185a;
    transform: scale(1.05);
}

/* Botão Próxima */
#btnProxima {
    background: #c40707;
}

#btnProxima:hover {
    background: #900000;
}

/* Feedback */
#feedback {
    font-size: 20px;
    font-weight: bold;
    min-height: 30px;
    margin-left: -50px;
}

/* Pontuação */
#pontuacao {
    margin-top: 18px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.feedback-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.selecionado {
    background: #0043c2 !important;
    transform: scale(1.07) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4) !important;
    border: 2px solid #ffffff;
}


/* Animação suave */
@keyframes aparecerQuiz {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}