*{
    margin:0;
    padding: 0;
    top: 0;
    bottom: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

nav{
    background-color: rgb(255, 255, 255);
}

a{
    list-style-type: none;
    text-decoration: none;
}
ul{
    list-style-type: none;
    text-decoration: none;
}

@font-face{
    font-family: 'logo';
    src: url('../fonts/Hansip.otf') format('opentype'), 
    url('fonts/Hansip.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grandesign Neue Roman Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Grandesign Neue Roman Regular'), url(fonts/Grandesign\ Neue\ Roman.woff) format('woff');
}



.logo{
    max-width: 180px;
}
.logo img{
    width: 100%;
    height: 100%;
    max-height: 22vh !important;
    min-height: 90px !important;
    border-radius: 8px;
}

.mb-0 a:hover{
    color: rgb(34, 170, 0) !important;
}



.apresentacao{
    padding: 12px;
    width: 100%;
    height: 82vh;
    background-image: url(imagens/apresentacao/bg-splash.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top;
    background-attachment:fixed;
}
.apresentacao-logo{
    height: fit-content;
    align-items: center;
}
.apresentacao-logo p{
    margin: auto;
    height: fit-content;
    color: rgb(46, 88, 13);
    font-family: 'Grandesign Neue Roman Regular',Verdana, sans-serif;
    font-size: clamp(1.2em, 2vw, 3em );
    
}

.flex{
    width: fit-content;
    height: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 0vh;
}


.apresentacao-bemvindo hr{
    margin: auto;
    width: 60%;
    height: 0.5vh;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(0, 184, 0);
}

.logo-ifsc{
    margin: auto;
    width: fit-content;
    height: 150px;
    transition: all 0.4s;
    margin-top: 40px;
}

.logo-ifsc:hover{
    transform: scale(1.2);
    cursor: none;
}

@media screen and (max-width:1000px){

    .logo-ifsc{
        height: 100px;
        
    }
   
}


.apresentacao-bemvindo p{
    font-size: clamp(2.1em, 4.5vw, 4.8em );
    transition: 0.5s;
    text-align: center;
    font-family: 'Grandesign Neue Roman Regular',Verdana, sans-serif;
    color: white;
    transition: all 0.4s;
    -webkit-stroke-color: rgb(0, 0, 0);

}

.apresentacao-bemvindo #subtext{
    font-size: clamp(1.6em, 3vw, 3.8em );
}

.apresentacao-bemvindo p:hover{
    cursor: none;
}


@media screen and (max-width:700px){

    .apresentacao-logo{
        max-width: 60%;
        margin-left: 6px;
    }
    .centralizar{
        max-width: 70%;
    }
   
}

@media screen and (min-width:1000px){

    .apresentacao{
        height: 88vh;
    }

    .sub-apresentacao{
        display: flex;
        width: 80%;
        min-width: 1000px;
        padding: 20px;
        justify-content: center;
        max-width: 1400px;
        box-sizing: border-box;
    }
    .apresentacao-bemvindo hr{
        width: 80%;
    }
    .apresentacao-bemvindo p:hover{
        transform: scale(1.2);
        cursor: none;
    }
    .logo{
        margin-left: 30px;
        margin-right: 10px;
    }
}




/* Curva */

.custom-shape-divider-bottom-1678151609 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1678151609 svg {
    position: relative;
    display: block;
    width: calc(160%);
    height: 119px;
}

.custom-shape-divider-bottom-1678151609 .shape-fill {
    fill: #011b01b4;
}

