@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');

body {
    min-width: 100px;
    margin: 0;
    padding: 0;
}

html {
    background-image: radial-gradient(circle at 28% 51%, rgba(206, 206, 206,0.03) 0%, rgba(206, 206, 206,0.03) 17%,transparent 17%, transparent 100%),radial-gradient(circle at 45% 10%, rgba(10, 10, 10,0.03) 0%, rgba(10, 10, 10,0.03) 45%,transparent 45%, transparent 100%),radial-gradient(circle at 48% 44%, rgba(74, 74, 74,0.03) 0%, rgba(74, 74, 74,0.03) 84%,transparent 84%, transparent 100%),radial-gradient(circle at 47% 50%, rgba(186, 186, 186,0.03) 0%, rgba(186, 186, 186,0.03) 23%,transparent 23%, transparent 100%),radial-gradient(circle at 29% 70%, rgba(9, 9, 9,0.03) 0%, rgba(9, 9, 9,0.03) 32%,transparent 32%, transparent 100%),radial-gradient(circle at 2% 75%, rgba(179, 179, 179,0.03) 0%, rgba(179, 179, 179,0.03) 19%,transparent 19%, transparent 100%),radial-gradient(circle at 2% 36%, rgba(26, 26, 26,0.03) 0%, rgba(26, 26, 26,0.03) 1%,transparent 1%, transparent 100%),radial-gradient(circle at 53% 70%, rgba(90, 90, 90,0.03) 0%, rgba(90, 90, 90,0.03) 55%,transparent 55%, transparent 100%),radial-gradient(circle at 28% 92%, rgba(31, 31, 31,0.03) 0%, rgba(31, 31, 31,0.03) 35%,transparent 35%, transparent 100%),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
}

header {
    width: 100%;
    position: fixed;
    z-index: 20;
}

/*
 MENU
*/
nav {
    background: rgba(0, 0, 0, 0);
    color: #F2F2F2;
    padding: 0 15px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul li {
    list-style: none;
    
}

nav ul li a {
    text-decoration: none;
    color: #16334e;
    float: right;
    padding: 10px 10px;
    border-radius: 3px;

}

nav ul li a:hover {
    text-decoration: underline;
    background-color:#16334e;
    color: #F2F2F2;
    text-decoration: none
}

nav ul.menu {
    background: #ecbb84dc;
    position: absolute;
    border-radius: 8px;
    top: 60px;
    left: 92%;
    right: 0;
    padding: 15px;
    text-align: right;
    display: none;
    flex-direction: column;
    z-index: 10;
}

nav ul.menu li:not(:last-child) {
    margin-bottom: 15px;
}

nav ul.button {
    height: 25px;
    width: 25px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: space-between;
}

nav ul.button li {
    width: 100%;
    height: 5px;
    background: #16334e;
    border-radius: 10px;
}

nav ul.button:hover li {
    background: D;
    transition: 0.5s;
}

/*
Banner
*/
#banner {
    height: 80vh;
    width: 100%;
    padding: 0;
    margin: 0;
}

.img-banner{
    width: 100%;
    height: 100%;
    /*opacity: 50%;*/
    filter: brightness(50%);
    margin: 0%;
    padding: 0%;
    position: absolute;
}

#banner-txt {
    color: #F2F2F2;
    font-size: 30px;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #0b233a;
    padding: 1%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align-last: center;
    position: relative;
    font-family: 'Abril Fatface', cursive;
}

/*
DICAS
*/
section {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    position: relative;
    display:inline-table;
    margin: 25% auto auto auto;
    font-family: 'Abril Fatface', cursive;
}

/* título */
#sec-h1 {
    position: relative;
    text-align: center;
    margin: 2%;
    color: #16334e;
    text-shadow: 0.1em 0.1em 0.2em #ecbc84;
    font-size: 40px;
}

/* sub-título */
#sec-h3 {
    font-family: 'Roboto', sans-serif;
    padding: 2%;
    position: relative;
    border-radius: 8px;
    text-align: justify;
    background-color: #ecbc84;
    box-shadow: 0.1em 0.1em 0.2em #ecbc84;
}

/*
DICAS, estilização geral
*/
h1 {
    font-family: 'Abril Fatface', cursive;
    margin: 2%;
    position: relative;
    text-align: center;
 }
 
 h3{
    font-family: 'Abril Fatface', cursive;
    font-size: 25px;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #ecbc84;
    margin: 2%;
    position: relative;
    text-align: center;
}

 p {
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin: 2%;
    text-align: justify;
 }

.center {
    background-color: #0b233a;
    color: #F2F2F2;
    border-radius: 8px;
    padding: 1px;
    margin: 2%;
}
article {
    display:inline-table;
    margin: 2%;
    padding: 2%;
}


#img-dica01{
    display: flex;
    position: relative;
    width: 45%;
    margin: 2%;
    border-radius: 6px;
}
#img-dica03{
    position: relative;
    width: 33%;
    margin: 2%
    
}
   
#img-dica05{    
    position: relative;
    width: 20%;
    margin: 2% 15%;
    border-radius: 6px;}

/* VÍDEOS SLIDER */


.content {
    height: 420px;
    max-width: 70%;
    margin-top: 15%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0.4em 0.4em 0.8em 0.4em #0b233acb;
    
}

.navigation {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
}

.bar {
    width: 50px;
    height: 17px;
    border: 2px solid #0b233a;
    background-color: rgba(0, 0, 0, 0.37);
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.bar:hover {
    background-color: #0b233a;
    transition: 0.6s;
}

input {
    display: none;
}

.slides {
    display: flex;
    width: 500%;
    height: 100%;
}

.slide {
    width: 20%;
    transition: 0.6s;
}

.slide iframe {
    width: 100%;
    height: 100%;
}

#slide1:checked ~ .first{
    margin-left: 0;
}

#slide2:checked ~ .first{
    margin-left: -20%;
}

#slide3:checked ~ .first{
    margin-left: -40%;
}

#slide4:checked ~ .first{
    margin-left: -60%;
}

#slide5:checked ~ .first{
    margin-left: -80%;
}

/*
Roda-pé
*/
.rodape{
    width: 100%;
    background-color: #16334e;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    height: auto;
    color: white;
}
#igmfooter{
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;

}
.copyright{
    position: relative;
}
