/* Um belo possível conjunto para uma paleta de cores */

/* TAGS */
body {
    background-color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 50px;
    padding: 12px;
    width: auto;
    align-content: center;

}   
header {
    background-color: #06214D;
    color: #A58362;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
a {
    color: #06214D;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}
a:hover {
    background-color: #06214D;
    color: white;
    padding: 5px;
    border-radius: 15px;
}
abbr {
    text-decoration: none;
    font-weight: 600;
}
code {
    color: green;
    max-width: 100%;
    height: auto;

}
h1 {
    color:#A58362;
    background-color: #06214D;
    padding: 50px;
}
h2 {
    color: #06214D;
}
h3 {
    color: #06214D;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    text-indent: 20px;
}
/* Estilos das tabelas em geral */
table, th, td {
    background-color: #F8F9FB;
    border: 2px solid #000000;
    border-collapse: collapse;
    padding: 0px;
    max-width: 100%;
    height: auto;
}
td {
    padding: 2px;
    
}
th {
    background-color: #06214D;
    color: #A58362;
    font-size: 19px;
    padding: 3px;
}



/* CLASSES */
.a .referencias {
    font-size: 10px;
}
/* .blocos pertencem à tabela de links na seção "INTERNET" */
.blocos {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: #a5836286;
    padding: 5px;
    margin: 25px;
    border-radius: 3%;
    width: 30%;
    align-content: center;
   
}
.bloco {
    
    background-color: #F8F9FB;
    margin: 15px;
    padding: 5px;
    width: 100px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
}
.bloco:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: #F8F9FB;
    margin: 15px;
    width: 100px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    z-index: auto;
}
.button {
    background-color: white;
    font-size: 100%;
    font-weight: 700;
    padding: 15px;
    color: #06214D;
    border: 2px solid #06214D;
    border-radius: 30px;
    width: 20%;
}
.button:hover {
    background-color: #06214D;
    font-size: 100%;
    color: white;
    border: 1px solid #06214D;
    border-radius: 30px;
    width: 20%;
    padding: 15px;
}
.imagens {
    border-radius: 15%;
    gap: 20px;
}
.imagens-cabecalho-index {
    gap: 50px;
    align-items: center;
}
.interacao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: max-content;
    padding-bottom: 50px;
    padding-top: 50px;
}
.modulos {
    background-color: #a5836213;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 500px;
    position: relative;
    transition: background-color 0.2s ease-in-out;
}
.modulos:hover {
    background-color: #f8f9fb;
}
.modulo {
    opacity: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3%;
    position: absolute;
    height: 400px;
    width: 500px;
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: background-color 0.2s ease-in-out;
}
.modulo:hover {
    background-color: #F8F9FB;
}
.modulo.selecionado {
    background-color: #a5836286;
    opacity: 1;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
/* .modulosjs {
    background-color: #a5836213;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 500px;
    position: relative;
    transition: background-color 0.2s ease-in-out;
}
.modulosjs:hover {
    background-color: #f8f9fb;
}
.modulojs {
    opacity: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3%;
    position: absolute;
    height: 400px;
    width: 500px;
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: background-color 0.2s ease-in-out;
}
.modulojs:hover {
    background-color: #F8F9FB;
}
.modulojs.selecionado {
    background-color: #a5836286;
    opacity: 1;
    z-index: 1;
    align-items: center;
    justify-content: center;
} */
.seta {
    background-color: #a5836286;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}
.seta:hover{
    background-color: #F8F9FB;
}
.seta.voltar {
    transform: rotateY(180deg);
}
.programaJS {
    border: 2px solid #000000;
    padding: 30px;
}
.vatagens-desvantagens {
    display: flex;
    gap: 50px
    ;
}
.video-SEO {
    display: flex;
    flex-direction: column;
    justify-items: auto;
}