@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Lilita+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
/*

Cores principais do site:

-#053F61
-#50AFE6
-#0B92E0
-#224A61
-#0970AD

Fontes do site:

    font-family: 'Calistoga', cursive;

    font-family: 'Bungee Shade', cursive;

    font-family: 'Roboto Slab', serif;

*/

* {
    margin: 0px;
    padding: 0px;
}

header {
    background-image: url("../imgs/fundo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.247);
    height: 150px;
    transition: height 400ms;
}


header > h1 {
    text-align: center;
    font-family: 'Comfortaa', cursive;
    padding: 10px;
    color: white;
    font-size: 2.2em;
}

header > p {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.445);
    font-family: 'Comfortaa', cursive;
    padding: 10px 0px 30px 0px;
    font-size: 1em;
}
header > menu{
    animation: animaMenu 1500ms linear ease-in-out;
}

header menu ul li{
    padding: 5px;
}
header > menu > ul > li > a {
    text-decoration: none;
    color: white;
    border-radius: 20px;
    font-family: 'Roboto Slab', serif;
}

header > menu > ul > li:hover {
    background-color: #50AFE6;
    transition: 500ms;
}
article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 5px;
}
.fonts{
    line-break: anywhere;
}
#lista_sal{
    justify-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
article a{
    font-size: 1rem;
}
#lista_sal li{
    font-family: 'Roboto Slab', serif;
    font-size: 1.3rem;
}
nav{
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

nav div{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: #50AFE6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition:  300ms;
}
nav div:hover{
    transform: translateY(-10px);
    background-color: #053F61; 
}
nav div:hover a {
    color: white;
}
nav div a{
    text-decoration: none;
    color:white;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
}
ul > li {
    text-align: center;
    width: fit-content;
    margin: auto;
    list-style: none;
    font-size: 1.1em;
    padding-bottom: 5px;
    border-radius: 20px;
    margin-top: 5px;
    font-family: 'Calistoga', cursive;    
}

i#burguer {
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 10px;
    cursor: pointer;
    color: white;
}

menu {
    display: block;
}

main h1 {
    text-align: center;
    font-size: 1.7em;
    margin-top: 30px;
    padding: 10px;
    font-family: 'Comfortaa', cursive;
}

p.principal {
    font-size: 1em;
    padding: 10px;
    margin: auto;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 40px;
}
.conteiner ul  { 
    display: grid;
    grid-template-columns: 1fr;
    width: 1000px;
    list-style-type: none;
    gap: 5px;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  
}

.conteiner ul li {
    background-color: #053F61;
    padding: 10px 0px;
    box-shadow: none;
    font-weight: 100;
    font-family: 'Comfortaa', cursive;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin: 0px;
    font-size: 1rem;    
}

.conteiner ul li a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}
h2 {
    text-align: center;
    font-size: 1.9em;
    padding: 20px;
    font-family: 'Comfortaa', cursive;
    color: #053F61;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.103);
}

.conteiner main article p {
    padding: 15px;
    line-height: 1.4em;
    margin: 10px 0px 0px 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 1.1em;
}

.content{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.animeContent{
    opacity: 1;
}

#btnTop{
    position:fixed;
    cursor: pointer;
    display: none;
    right: 10px;
    top: 50px;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    border: none;

}

#btnTop svg{
    position: relative;
    position:absolute; 
    background-color: white;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: moveBackTop 2000ms ease-in-out infinite;
}

@keyframes moveBackTop {
    0%{top: 50%;}
    50%{top: 40%;}
    100%{top: 50%;}
}

.imgs-carrears{
    border-radius: 10px;
    margin: auto;
    width: 250px;
    height: 160px;
}

footer{
    padding: 20px;
    background-color: #053F61;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
    font-family: 'Comfortaa', cursive;
}
footer div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer div h3{
    width: fit-content;
    text-align: center;
}

footer div ul{
    display: flex;
    margin: 20px;
    gap: 10px;
    flex-direction: column;
    justify-self: center;
}

footer div ul li{
    font-family: 'Comfortaa', cursive;
    font-size: 0.9rem;
    text-align: left;
    width: 100%;
}

footer div ul li a{
    color: yellow;
    text-decoration: none;
}
footer img{
    width: 90px;
    height: 90px;
}

