
body {
    font-family: 'Poppins', sans-serif;
    background: black;
}

.line{
    width: 50px;
    height: 1px;
    margin: 0 10px 0px 0;
    background-color: black;
}


.sao-vicente-surf-e-kite-school-menu{
    background-color: transparent;
    z-index: 2;
}

.sao-vicente-surf-e-kite-school-menu .logo{
    display: flex;
    height: 130px;
}

.sao-vicente-surf-e-kite-school-menu .btn{
    border: 2px solid black;
    background-color: transparent;
    color: black;
}

.sao-vicente-surf-e-kite-school-menu .btn:hover,
.sao-vicente-surf-e-kite-school-menu .btn:focus{
    border: 2px solid black;
    background-color: black;
    color: white;
}

.sao-vicente-surf-e-kite-school-hero {
    background-image: url('../images/hero-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -150px;
    text-align: center;
}

.sao-vicente-surf-e-kite-school-hero .content {
    padding: 200px 50px;
        height: 800px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.sao-vicente-surf-e-kite-school-hero .content .btn:hover {
    background-color: black;
    color: white;
}

.wave-1{
    background-image: url('../images/wave-1.svg');
    height: 250px;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.sao-vicente-surf-e-kite-school-about{
        margin: -435px 0 0 0;
}
.section-dark {
    padding: 270px 0 70px 0;
    background: #000;
    color: white;
}

.about-icons{
    margin: 0 0 30px 0;
}
.about-icons img{
    max-width: 100px;
}
.about-icons h3{
    font-size: 15px;
    margin: 20px;
    padding: 0 20px;
}

.section-dark .btn{
    border: 2px solid white;
    color: white;
    background: transparent;
}

.sao-vicente-surf-e-kite-school-levels{
    text-align: left;
    padding: 100px 0 300px 0 ;
    background-image: url(../images/kite-surf-section-bg.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;

}
.sao-vicente-surf-e-kite-school-levels span,
.sao-vicente-surf span,
.sao-vicente-surf-e-kite-school-contact span{
    font-size: 15px;
    display: flex;
    align-items: center;
}

.sao-vicente-surf-e-kite-school-levels .section-image img{
    height: ;
}

.sao-vicente-surf-e-kite-school-levels .kit-levels-list{
    margin: 70px 0 0 0;
}

.level-card {
    border: none;
    background-color: transparent;
    display: flex;
    text-align: center;
}

.level-card img {
    width: 100px;
    margin: 0 auto;
}

.level-card h6{
    font-size: 20px;
    margin: 10px 0;
}

.btn-custom {
    background: black;
    color: white;
    border-radius: 8px;
    padding: 12px 28px;
}

.sao-vicente-surf .line{
    background-color: white
}

.sao-vicente-surf{
    color: white;
    padding: 80px 0 110px 0;
}

.sao-vicente-surf  .section-image img{
padding: 0 0 0 80px;
    height: 500px;
    width: auto;
}

.sao-vicente-surf-e-kite-school-contact{
    background-color: white;
    padding: 150px 0 0 0;
}

.footer-wave{
    background-image: url('../images/footer-wave.svg');
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: white;
}

footer {
    background-color: #EBEBEB;
    color: black;
    padding: 50px 0 0 0;
    color: white;
    background-size: cover;
    background-position: top center;
    height: autp;
    margin: 0;
}

footer h3{
    color: #000;
}

footer ul {
    padding: 0;
    list-style: none;

}
footer ul li{
    line-height: 40px;
}

footer ul li a {
    text-decoration: none;
    color: black;
}

footer .logo-icon{
    display: flex;
    justify-content: center;
}

footer .logo-icon img{
    max-width: 250px;
}

footer .footer-bottom{
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
    border-top: 1px solid black;
    padding: 20px 0;
    color: black;
}