*, a {
    margin: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

body{
   background: #F4F5F3;
   font-family: 'Open Sans', helvetica, sans-serif;
}

h1 {
    color: #ffffff;
    background: #2F3741;
    padding: 20px 0 ; 
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

h2, ul, li {
    font-family:'Open Sans', helvetica, sans-serif; ;
    color: #5D6D81;
    font-size: 20px;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: .011em;
}

.bg-image {
    background-image: url(https://www.santos.sp.gov.br/../../static/files_www/styles/focal_point_full/public/field/image/bg-jose.jpg?itok=IfJBxxS2); 
    background-size: cover;
    height: 600px;
}
 .video {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
 }
.main-video {
    height: 720px;
    width: 1280px;
    margin: 30px;
}

.menu {
    background: #171B21;
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    height: 50px;
}

.menu a {
    color: #DAE8D7;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    
}

.menu a::after {
    content: ' ';
    width: 0;
    height: 2px;
    background: #67B450;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.2s ease;
}
.menu h2 a:hover::after{
    width: 100%;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 20px;
    display: flex;
    justify-content: center;
}

p{
    max-width: 700px;
    text-align: justify;
    display: flex;
    margin: 0 auto;
    padding: 10px;
    color: #5D6D81;
    font-size: 20px;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: .011em;
}

strong {
    display: contents;
}

.dados ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    margin: 0 auto;
}

.dados .ul-limites {
    margin-bottom: 50px;
}

.arrow {
    background: #2F3741;
    width: 50px;
    height: 50px;
    clip-path: circle();
    right: 15px;
    bottom: 90px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;      
}

.arrow a {    
    color: #BDC4CC;
    font-size: 40px;      
}


footer {
    background: #090B0D;
    border-top: 5px solid #67B450;
    height: 100px;
    font-size: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;    
}

footer a {
    color: #BDC4CC;

}