@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: 'Poppins';
    background-color: #000;
}

.header {
    width: 100%;
}
nav {
    display: flex;
    padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}
nav img {
    width: 60px;
}

.nav-links ul li {
    font-weight: bold;
    list-style: none;
    display: inline-block;
    padding: 1rem 1.2rem;
    position: relative;
}
.nav-links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;

    transition: .3s;
}
.nav-links ul li #login{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 30px;
    border-color: #ffffff;

    transition: .3s;
}

.nav-links ul li a:hover{
    color: #c7ffb1;
    text-decoration: none;
    font-size: 16px;
    text-shadow: 0 0 15px #c7ffb1;
}
.nav-links ul li #login:hover{
    letter-spacing: 0.25em;
    border-style: solid;
    border-width: 1px;
    padding: 5px 30px;
    color: #c7ffb1;
    border-color: #c7ffb1;
    
    text-decoration: none;
    font-size: 16px;
    text-shadow: none;
}

.header {
    box-shadow: 100px 100px 300px rgba(0,0,0,0.9) inset;
    background-image: url(img/main_denuncias.png);
    background-position: 100%;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.div1 {
    height: 100vh;
}

.head1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.head1 h1 {
    text-align: center;
    color: #f2ffed;
    text-shadow: 0 0 15px #181818;
    font-size: 4rem;

}

.head1 h2 {
    font-weight: 400;
    text-align: center;
    color: white;
    text-shadow: 0 0 15px #181818;
}
#vejamais {
    display: flex;
    flex-direction: column;
    color: white;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 10%;
    text-shadow: 0 0 15px #00b31e;
}
.main1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main1 img {
    position: absolute;
    width: 100%;
    z-index: -100;
}

.main1 h1 {
    font-size: 20vh;
    color: #588647;
    text-shadow: 56px 35px 11px rgba(0, 0, 0, 0.30);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.main1 h3 {
    font-size: 25px;
    color: #588647;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.main1 div {
    padding-bottom: 16%;
}

.main2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
    background-color: black;
}

.main2 h1 {
    color: #C7FFB1;
    text-shadow: 56px 35px 11px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px;
}

.main2 p {
    color: #C7FFB1;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 601px;
    max-width: 601px;
}

.main2 img {
    width: 662px;
    height: 497px;
    flex-shrink: 0;
}

.main2 div {
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}

.main3 {
    width: 100%;
    height: 263px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main3 #form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-color: transparent;
    backdrop-filter: blur(8px);

    color: white;

    letter-spacing: 0.2em;
    text-decoration: none;
    font-size: 36px;
    
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    padding: 5px 30px;
    text-align: center;
    transition: .3s;
}


.main3 #form:hover{
    letter-spacing: 0.35em;
    border-style: solid;
    border-width: 1px;
    padding: 5px 30px;
    color: #c7ffb1;
    border-color: #c7ffb1;
    
    text-decoration: none;
    text-shadow: none;
}

.sec4 {
    background-color: #000000;
    margin-left: 3rem;
}

footer{
    list-style: none;
    text-decoration: none;
    position: relative;    
    display: grid;
    grid-template-columns: 400px repeat(3, 1fr);
    gap: 2rem;
}

footer .column .logo img{
    max-width: 60px;
}

footer .column p{
    color: #ccc;
    margin-bottom: 2rem;
}

footer .column .socials{
    display: flex;
    align-items: center;
    gap: 1rem;
}

footer .column .socials a{
    text-decoration: none;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 1.25rem;
    border-radius: 100%;
    transition: all 0.3s ease;
}

footer .column .socials a:hover{
    color: #000000;
    background-color: #c7ffb1;
    border-color: #c7ffb1;
}

footer .column h4{
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
}

footer .column > a{
    text-decoration: none;
    display: block;
    color: #ccc;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

footer .column > a:hover{
    color: #c7ffb1;
}

.copyright{
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}

@media (max-width: 1267px) {
    .main2 div {
        flex-direction: column;
        align-items: center;
    }
    .main2 p {
        max-width: 801px;
        margin-bottom: 50px;
    }
    .main2 h1 {
        text-align: center;
    }
}

@media (max-width: 951px) {
    .main1 h1 {
        text-align: center;
        font-size: 10vh;
    }
}

@media (max-width: 663px) {
    .main2 img {
        width: 512px;
        height: 384px;
        flex-shrink: 0;
    }
    .main2 p {
        font-size: 20px;
        min-width: 0;
        text-align: center;
    }
}

@media (max-width: 515px) {
    .main2 img {
        width: 364px;
        height: 273px;
        flex-shrink: 0;
    }
    .main1 h1 {
        text-align: center;
        font-size: 7vh;
    }
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #c7ffb1;
    border-radius: 10px;
}