*{
    font-family: 'Segoe UI', Verdana, sans-serif;
    --font-main: 'Segoe UI';
    --color-green: #02c38d;
    --color-blue: #007FFF;
    --color-blue-dark: #010927;
    --color-orange: #C23C15;
    --color-red: #db2828;
    --color-yellow: #ffa024;
    --color-white: #FFF;
    --color-gray: #EEE;
    --color-background: #f9fafb;
}

html,body{
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background: var(--color-background);
}

.navbar-cc{
    width: 100%;
    top: 0;
    position: fixed;
    background-color: transparent;
    color: #FFF;
    z-index: 1;
    transition: ease all .3s;
}

.navbar-cc.scrolled{
    background-color: var(--color-blue);
    box-shadow: 0 0 12px 3px #333;
}

.navbar-cc .navbar-brand{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.navbar-cc .navbar-brand img{
    width: 150px;
    transition: ease all .3s;
}

.navbar-cc.scrolled .navbar-brand img{
    width: 60px;
}

.navbar-cc.true-scrolled{
    position: relative;
    background-color: var(--color-blue);
    box-shadow: 0 0 12px 3px #333;
}

.navbar-cc.true-scrolled .navbar-brand img{
    width: 60px;
}

.nav-link{
    color: #FFF;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #FFF;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 15px;
}

.bot-bar{
    background-color: var(--color-blue);
    box-shadow: 0 0 12px 3px #333;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.bot-bar .col-md-4 .title{
    margin: 20px auto;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 700;
}

#slider{
    width: 100%;
    height: 700px;
}

#slider .slide{
    display: table;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#slider .slide .slide-container{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(0,0,0,.3);
    color: #FFF;
}

#slider .slide .slide-container h2{
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
}

#slider .slide .slide-container .divisor{
    width: 300px;
    height: 3px;
    background: #FFF;
    margin: 15px auto;
}

.slick-dots{
    text-align: center;
    position: relative;
    top: -30px;
    list-style: unset;
}

.slick-dots li{
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    height: 5px;
    width: 100px;
    margin: 0 5px;
    background: #CCC;
    cursor: pointer;
}

.slick-dots li:hover{
    background: #AAA;
}

.slick-dots li button{
    display: none;
}

.dizeres{
    margin: 15px 0;
    text-align: center;
}

.secao{
    padding: 15px 0 100px 0;
}

.secao.gray{
    background-color: var(--color-gray);
}

.secao.blue{
    background-color: var(--color-blue);
}

.section-title{
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: center;
    margin: 48px auto 12px auto;
    font-size: 59px;
    color: var(--color-blue-dark);
}

.section-subtitle{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}

.about-text{
    text-align: justify;
    white-space: pre-wrap;
}

.card{
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.card img{
    height: 230px;
    object-fit: cover;
}

.card .btn-float{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0d6efd;
    color: #FFF;
    border-color: #FFF;
}

.card .btn-float:hover{
    background: var(--color-blue);
    color: #FFF;
}

.card .card-body .card-body-title{
    color: var(--color-blue);
    font-size: 20px;
    margin-bottom: 12px;
    min-height: 60px;
}

.card .card-body .desc{

}

.card .card-body .desc .detail{
    margin-left: 5px;
    font-weight: normal;
    color: var(--color-blue);
}

.card-footer .valores{
    font-size: 18px;
    font-weight: 400;
}

.card-footer .valores .big{
    font-size: 26px;
}

.card-footer .btn-confirm{
    width: 100%;
}

.banner{
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    background-image: url(https://conectacursos.com.br/assets/img/textures/tex1.png);
    box-shadow: inset 0 0 10px;
}

.banner-content .title{
    padding-top: 100px;
    color: #FFF;
    max-width: 1320px;
    margin: 0 auto;
    font-size: 48px;
}

.banner-content .desc{
    color: #FFF;
    max-width: 1320px;
    margin: 5px auto;
    font-size: 18px;
}

.banner-content .desc i{
    margin-right: 5px;
}

.banner-content .desc .onfocus{
    margin: 0 5px;
    border-bottom: 1px solid #FFF;
}

.card.valores{
    margin-top: -231px;
    line-height: 40px;
}

.card.valores .img{

}

.card.valores .btn{
    margin-top: 20px;
    width: 100%;
}

.impact{
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.impact.gray{
    color: #9E9E9E;
}

.impact.big{
    font-size: 36px;
    font-weight: 700;
}

.bt-whatsapp{
    position: fixed;
    bottom: 50px;
    right: 50px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #25D366;
    color: #FFF;
    font-size: 42px;
    display: table;
    cursor: pointer;
}

.bt-whatsapp .inside{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.bt-whatsapp:hover{
    background: #128C7E;
}

.bt-whatsapp i{
    position: relative;
    top: -2px;
    right: -1px;
}

.alert-float{
    position: fixed;
    top: 50px;
    left: calc(50% - 150px);
    max-width: 300px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

@media only screen and (max-width: 768px) {
    .banner-content{

    }

    .banner-content .title{
        text-align: center;
    }

    .banner-content .desc{
        text-align: center;
    }

    .bt-whatsapp{
        bottom: 30px;
        right: 30px;
        width: 80px;
        height: 80px;
        font-size: 32px;
    }
}
