@charset "UTF-8";

:root{
    --cor_fundo: #02523D;
    --cor_bot: #CD5733;
    --cor_tex: white;
    --cor01:#7BBAA9;
    --cor02: #80726E;
}

*{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;   /*evita rolagem horizontal*/
}

/*CONFIGURAÇÃO DO HEADER */
header{
    background-image: linear-gradient(to bottom, var(--cor01), var(--cor_fundo));

    display: flex; /* ativa o flexbox */
    justify-content: center; /* centraliza horizontalmente */
    flex-direction: column; /* respeita a coluna de texto */
    align-items: center; /* centraliza verticalmente */
    text-align: center;  /* alinha o texto dentro do elemento */
    
    height: 450px;
    width: 100vw;
}

header > h1{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: clamp(1.8rem, 8vw, 8rem);
}

header > h2{
    font-family: Arial, Helvetica, sans-serif;
    color: beige;
    font-size: clamp(1.5rem, 2vw, 2rem);
}
/*CONFIGURAÇÃO DO BOTÃO NAV */
nav{
    display: flex;
    justify-content: center;    
    gap: 20px; /* distância entre os botões */
    padding: 15px;
    padding-bottom: 70px;

}

nav a {
    background-color: var(--cor_bot);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: clamp(1.5rem, 2vw, 2rem);
    transition: background-color 0.3s;
}

nav a:hover {
    background-color: var(--cor02);
}

/* IFRAME RESPONSIVO */
/* Força centralização do wrapper e do iframe */

.responsive-iframe {
  width: 100%;
  max-width: 900px;       /* limite da área do iframe */
  margin: 0 auto;         /* centraliza horizontalmente */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;             /* remove possíveis espaçamentos */
  overflow: visible;      /* permitir que o iframe cresça */
}

/* Garante que o iframe ocupe toda a largura do wrapper e esteja centralizado */
.responsive-iframe iframe {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;         /* centraliza internamente */
  border: 0;
  height: 70vh;           /* ajuste conforme necessário */
  box-sizing: border-box;
  margin-left= "auto" 
  margin-right= "auto"
}

html, body {
  overflow-x: hidden;
}


/*CONFIGURAÇÃO DO CORPO */

body{
    background-color: var(--cor_fundo);
    
}

/*CONFIGURAÇÃO DOS TIPOS DE ROTEIRO */
section#tipos > h1{
    margin: auto;
    padding: 60px;
    color: var(--cor_tex);
    text-align: center;
    font-size: clamp(2.5rem, 3vw, 3rem);
}

section#tipos > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 100%;
    height: auto;
}

.roteiros > h2{
    margin: auto;
    padding: 20px;
    color: var(--cor_bot);
    text-align: center;
    font-size: clamp(2.0rem, 2vw, 2rem);
}

.roteiros > img{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto; 
}

.roteiros > p{
    margin: auto;
    padding: 5px;
    width: 60vw;
    color: var(--cor_tex);
    text-align: center;
    font-size: clamp(1.0rem, 1vw, 1rem);
}
.lista{
    color: white;
    display: flex;
    justify-content: center; /* Centraliza a lista horizontalmente */
    align-items: center; /* Centraliza verticalmente (se necessário) */
    width: 100%; /* Ocupa a largura total para centralizar */
}

section#tipos > ol{
    display: flex; /* Transforma a lista em um contêiner flex */
    gap: 20px; /* Adiciona espaçamento entre os itens */   
    width: 50px;

}
/*CONFIGURAÇÃO DO SOBRE NÓS */
section#sobre{
    width: 60vw;
    height: 500px; 
    background-color: var(--cor02);
    padding: 40px;
    margin: 80px auto;
    overflow: hidden;
    border: 90px solid --cor_fundo;
}

section#sobre > h2{
    color: var(--cor_tex);
    font-size: clamp(2.0rem, 2vw, 2rem);
    text-align: center;
    padding-bottom: 30px;
}

div.conteudo{
    text-align: center;
}

div.conteudo > p{
    color: white;
    display: block;
    width: auto;
    text-align: center;
    font-size: clamp(1rem, 1vw, 1rem);
    padding: 40px 0px 40px 0px;
}

div.conteudo > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 80%;
    height: auto;
}

.suporte{
    display: block;
    margin: auto;
    width: 40%;
    height: 300px;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    gap: 20px;
    padding: 5px;
}

.suporte > h2{
    color: white;
    padding: 10px;
    margin: 10px;
    text-align: center;
}
.suporte > a {
    color: var(--cor_bot);
    text-decoration: none;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: background-color 0.3s;
}

.suporte > a:hoover{
    background-color: var(--cor02);
}


/*CONFIGURAÇÃO ROTEIRO VIP

section#personalizado > h2{
    color: white;
    font-size: clamp(2.0rem, 2vw, 2rem);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
    margin: auto;
}

section#personalizado > p{
    color: white;
    font-size: clamp(0.8rem, 1.0vw, 1.0rem);
    text-align: center;
    padding: 20px 15vw 20px 15vw;
    margin: auto;
} */
/*CONFIGURANDO O RODAPÉ */

section#instagram{
    display: block;
    margin: auto;
    width: 40%;
    height: 300px;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    padding-bottom: 20px;

}

section#instagram > img{
    margin-bottom: 20px;
}

section#instagram > a {
    background-color: var(--cor_tex);
    color: var(--cor_bot);
    text-decoration: none;
    padding: 20px 20px;
    border-radius: 8px;
    font-size: clamp(1rem, 1vw, 1rem);
    transition: background-color 0.3s;
}

section#instagram > a:hoover{
    background-color: var(--cor02);
}

footer{
    background-color: var(--cor_bot);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.384);
    margin-top: 20px;
}

footer > p > a{
    color: white;
}
footer > p > a:hover{
    color: rgba(255, 255, 255, 0.541);
}