
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Original+Surfer&display=swap');

html {
    scroll-behavior: smooth;
}

html, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
}

#header {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    background: url(../img/header-bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
}

#competencias {
    margin: -1px 0;
}

.logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 150px;
    z-index: 5;
    display: block;
}


.custom-shape-divider-bottom-1697550954 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1697550954 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 82px;
}

.custom-shape-divider-bottom-1697550954 .shape-fill {
    fill: #ffffff;
}


.custom-shape-divider-bottom-1697550955 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1697550955 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 82px;
}

.custom-shape-divider-bottom-1697550955 .shape-fill {
    fill: #657DA4;
}


.titulo {
    font-weight: 700;
    font-family: 'Original Surfer', sans-serif;
}

.subtitulo {
    font-weight: 300;
    font-size: 1.5em;
}

.text-verde {
    color: #0BA69D;
}

.text-azul {
    color: #336699;
}
.bg-azul {
    background: #336699;
}

#depoimentos {
    background: rgb(41,64,97);
    background: linear-gradient(180deg, rgba(41,64,97,1) 0%, rgba(214,214,245,1) 100%);
}




.custom-shape-divider-bottom-1701049245 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1701049245 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 69px;
}

.custom-shape-divider-bottom-1701049245 .shape-fill {
    fill: #336699;
}



.custom-shape-divider-bottom-1701049430 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1701049430 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 69px;
}

.custom-shape-divider-bottom-1701049430 .shape-fill {
    fill: #F8F9FA;
}


#sobre {
    min-height: 100vh;
    background: url(../img/sobre-bg.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    margin: -1px 0;
}

.aluno {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
}

.owl-carousel .item {
    background: rgba(255, 255, 255, 0.70);
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    font-size: 3em;
    width: 100%;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    margin: 0 -1.5em;
}


@media (max-width: 768px) {
    .logo {
        position: relative;
        left: 0;
        top: 0;
        margin: 2rem auto;
    }
    #header {
        height: 87vh;
        min-height: 87vh;
        max-height: 87vh;
    }
    header .display-3 {
        font-size: 2rem;
    }
    .subtitulo {
        font-weight: 300;
        font-size: 1.2em;
    }

    .owl-carousel .owl-nav {
        font-size: 2em;
    }

    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        margin: 0 -0.5em;
    }
}
