@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto:ital,wght@1,500&display=swap');

@media screen and (max-width: 1600mpx){
    div{
        float:left;
        
    }
}
    .imagem_pequena{
        width: 350px;
        height: 275px;
        float: left;
        padding: 2% 2%;
        border-radius: 37px;
    }
    
    .borda{
        width: 97%;
        height: 330px;
        border-radius: 30px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.9);   
        margin-left: auto;
        margin-right: auto;  
    }
    
    .borda_instituicoes{
        width: 97%;
        height: auto;
        border-radius: 30px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.9);   
        margin-left: auto;
        margin-right: auto;  
    }

    p{
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        color:black ;
        font-size: 20px;
        padding: 2% 3%;
    }
    
    .texto_pequeno{
        padding: 2% 2%;
    }

    .map_br{
        height: auto;
        width: 550px;
        margin-left: auto;
        margin-right: auto;
        display: block; 
    }


@media screen and (max-width: 600px){
    
    .descricao{
        font-size: 18px; 
    }

    .nav_links{
        display: none;
    }

    .imagem_pequena{
        width: 321.5px;
        padding: 2% 2%;
        border-radius: 30px;
    }
    
    .borda{
        width: 335px;
        height: 600px;
        border-radius: 30px;
        margin-left: auto; 
        margin-right: auto;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.9);     
    }

    .borda_instituicoes{
        width: 335px;
        height: auto;
        border-radius: 30px;
        margin-left: auto; 
        margin-right: auto;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.9);     
    }
    
    p{
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        color:black ;
        font-size: 20px;
    }
    .map_br{
        height: auto;
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block; 
    }

    .div_map{
        height: 82.5vh;
        padding-top: 50vh;
    }
}

@media screen and (max-width: 400px){
    .imagem_pequena{
        width: 320px;
        height: 230px;
        padding: 3% 2%;
        border-radius: 30px;
        
        display: flex;
        margin-left: 3px
    }
    
    .nav_links{
        display: none;
    }
    

    .borda{
        width: 340px;
        height: 550px;
        margin-left: auto; 
        margin-right: auto;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.9);    
    }

    .borda_instituicoes{
        width: 340px;
        height: auto;
        margin-left: auto; 
        margin-right: auto;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.9);    
    }
  
    p{
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        color:black ;
        font-size: 20px;
    }

    .map_br{
        height: auto;
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        display: block; 
    }

    .div_map{
        height: 82.5vh;
        padding-top: 40vh;
    }


}


body, html{
    height: 3500px;
    margin: 0;
    background-color:#181409;
    scroll-behavior: smooth;
}

#sec01{
    background-image: url(imagens/onca_pintada.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    box-shadow: 0 0px black inset,0 -30px 20px 0px #181409 inset, 0px 0px blue inset, 0px 0 green inset;

}

#sec02{
    background-color:#181409;
}

#sec03{
    
    height: auto;
}

#sec04{
    
    height: auto;
}

#sec05{
    
    height: auto;
}

#sec06{
    
    height: auto;
}

#sec07{
    
    height: auto;
}

header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    padding: 20px 3%;
    position:static;
    top: 0;
}

.logo {
    cursor: pointer;
    width: 70px;
    margin-right: auto;
    background: none;
}

.nav_links{
    list-style: none;
}

.nav_links li{
    display:inline-block;
    padding: 2px 20px;
}

li, a, button, p{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #edf0f1;
    font-size: 16px;
}

li{
    text-shadow: black 0.2em 0.2em 0.3em;
}

button {
    padding: 8px 25px;
    border-radius: 50px;
    margin-bottom: 3%;
    border: none;
    border-color: transparent;
    background-color: #013c66;
    cursor: pointer;
}

button:hover{
    background-color: #327baf;
    transition: 0.3s ease 0s;
}

li:hover{
    text-shadow: #023c64 0.2em 0.2em 0.3em;
    transition: 0.3s ease 0s;
}

h1, h2, h5, h4{
    font-family: 'Poppins', sans-serif;
    color: #edf0f1;
}

.div_sec01{
    font-size: 25px;
    text-align: center;
    height: 50vh;
    padding-top: 25vh;
}

.div_sec03{
    font-size: 25px;
    text-align: center;
    height: 15vh;
    padding-top: 2.5vh;
    margin-bottom: auto;
}

.div_map{
    height: 82.5vh;
    padding-top: 5vh;
}

.faunajude{
    text-shadow: black 0.2em 0.2em 0.3em;
}

body::-webkit-scrollbar{
    width: 7px;
    background-color:#181409;
}

body::-webkit-scrollbar-track{
    background:none;
}

body::-webkit-scrollbar-thumb{
    background-color: #edf0f1;
    border-radius: 25px;
}

.down{
    position:relative;
    padding-left: 48%;
}

.vermelho{
    background-color: #d13025;
}

.verde{
    background-color: #0e4122;
}

.laranja{
    background-color: #a85925;
}

.amarelo{
    background-color: #c09027;
}

.azul{
    background-color: #3b678b;
}

.marrom_card{
    background-color: #382c13;
}

.regiao_borda{

    border-color: #edf0f1;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.9);
    margin-left: 1.3%;
    margin-right: 1.3%;
    padding-top: 15px;
    padding-bottom: 12px;
}
