* {
    -webkit-overflow-scrolling: touch;
}
html, body {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #f9f9f9;
}

@media screen and (max-width: 580px) {
    html, body {
        overflow: hidden;
        overflow-y: auto;
    }
}

/*Reset */
h1, h2, h3, h4, h5, p, ul {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 600;
}
.num-desktop, .num-mobile{
    background: #388eff;
}
.num-mobile{
    display: none;
}
.num-desktop .nav-pills .nav-item .nav-link{
    color: #fff;
}

@media screen and (max-width: 580px) {
    .num-desktop{
        display: none;
    }
    .num-mobile{
        display: block;
    }
    .num-mobile .btn-branco{
        color: #fff;
    }
    .num-mobile .btn-branco.active, .num-mobile .btn-branco:active, .num-mobile .btn-branco:focus {
        background: #1e62c3;
        color: #fff;
    }
}

header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38afff+0,3884ff+100 */

    background: #38afff; /* Old browsers */

    background: -moz-radial-gradient(center, ellipse cover, #38afff 0%, #3884ff 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #38afff 0%, #3884ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #38afff 0%, #3884ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38afff', endColorstr='#3884ff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    height: 100%;
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 10vh  0 5vh 0;

}

header > .container{
    height: 100%;
}

header h1 {
    font-size: 1.5rem;
    margin: .5rem 0;
    font-weight: 300;
}

header h2 {
     font-size: 1.2rem;
     font-weight: 300;
     line-height: 2.2rem;
     margin:  0;
 }
header h3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin: 2rem 0 1rem 0;
}
header h3 strong {
    font-weight: bold;
    font-size: 1.5rem;
}

header p {
    color: #8AEBFF;

}


@media screen and (min-width: 1451px)and (max-width: 1640px){
    header:before {
        content: url("../img/alpha500.png");
        position: absolute;
        bottom: 5%;
        right: 0;
        opacity: .90;
    }
}

@media screen and (min-width: 1300px)and (max-width: 1450px){
    header:before {
        content: url("../img/alpha400.png");
        position: absolute;
        bottom: 5%;
        right: 0;
        opacity: .90;
    }
}

@media screen and (min-width: 1641px) {
    header:before {
        content: url("../img/alpha.png");
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: .90;
    }
}

@media screen and (min-width: 581px) {

    header p {
        font-size: 1rem;
        font-weight: 300;
    }
}

@media screen and (max-width: 580px) {
    header img {
        max-width: 200px;
    }

    header h1 {
        font-size: .9rem;
        margin: .5rem 0;
        font-weight: 300;
    }

    header h2 {
        font-size: 1.1rem;
        font-weight: 300;
        line-height: 1;
    }
    header h3 {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1;
        margin: 2rem 0 1rem 0;
    }
    header h3 strong {
        font-size: 1rem;
    }
    header p {
        font-size: 1rem;
    }
    .logo-fy-bottom-header{
        max-width: 120px;
    }
}

/*Logo Navbar brand Background*/
.navbar-brand h1 {
    background: url("../img/logo.png") no-repeat center center;
    background-size: cover;
    height: 24px;
    width: 120px;
    text-indent: -99999px;
}

@media (max-width: 768px) {

    .navbar-collapse {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 16px;
        background: rgba(0, 123, 255, 0.98);
        height: 100%;
        z-index: 3;

    }

    .navbar-collapse.collapsing {
        height: 100vh;
        -webkit-transition: left 0.1s ease;
        -o-transition: left 0.1s ease;
        -moz-transition: left 0.1s ease;
        transition: left 0.1s ease;
        left: -100%;
    }

    .navbar-collapse.show {
        position: fixed;
        left: 0;
        -webkit-transition: left 0.1s ease-in;
        -o-transition: left 0.1s ease-in;
        -moz-transition: left 0.1s ease-in;
        transition: left 0.1s ease-in;
        background: rgba(0, 123, 255, 0.95);
        overflow: hidden;
    }
}

@media screen and (max-width: 580px) {
    .navbar-brand{
        margin: 0 auto!important;
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: 100%;
        position: fixed;
    }

    .navbar-collapse .navbar-nav .nav-link {
        padding: 20px 10px;
    }

}

.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
    outline: none;
}
.fixed-barTop {
      position: fixed;
      top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

/*hamburguer icon nav colapse*/
.hamburger{
    padding: 0 15px;
}
.hamburger.is-active{
    position: fixed;
    z-index: 999;
    right: 15px;
    top: 5px;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 29px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #ffffff !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 32px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #ffffff;
}

/*Box Search*/
#search {
    background: #3884FF;
    padding: 1rem 0;
    /*position: sticky;*/
    /*top: 55px;*/
    z-index: 1;
}

/*Tabs área*/
#areas-tabs {
    padding: 1rem;
    background: #f2f2f2;
    /*position: sticky;*/
    /*top: 124px;*/
    /*z-index: 1;*/
    overflow-x: hidden;
}

.title-tabs {
    margin-right: 1rem;
}

#areas-tabs .nav-pills .nav-link {
    border-radius: 1.25rem;
    margin-right: 1.55rem;
}

#areas-tabs .nav-pills .nav-link:not(.active) {
    border-radius: 1.25rem;
    background: #fff;

}

#areas-tabs .nav-link {
    padding: 0.5rem 1rem;
}


@media screen and (max-width: 580px) {
    #areas-tabs {
        padding: 0;

    }

    #areas-tabs p {
        line-height: 3.5;

    }

    .box-nav-tabs {
        overflow-x: scroll;
        white-space: nowrap;
        padding: 1rem;
    }

    .box-nav-tabs .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .box-nav-tabs .nav .nav-item {
        display: flex;
        overflow-wrap: break-word;
        white-space: normal;
    }
    .box-nav-tabs .nav .nav-item .nav-link{
        cursor: pointer;
        display: flex;
        align-items: center;
        line-height: 1;
        text-align: center;
    }

}


#areas-content > p {
    padding: 3vh 0;
}

@media screen and (min-width: 581px) {
    #areas-content p {
        font-size: 1rem;
    }

}

@media screen and (max-width: 580px) {

    #areas-content .container {
        padding: 0;
    }

}

.tab-content{
    padding: .5rem 1rem;
}
.tab-pane ul.area li {
/*border-left: 5px solid transparent;*/
    font-weight: 600;
    position: relative;
    padding: 5px 0;
    list-style: none;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 115px -90px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 115px -90px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 115px -90px rgba(0,0,0,0.42);
}
.tab-pane ul.area li:hover {
    background: #f9f9f9;
}
.tab-pane ul.area li a {
    padding-left: 10px;
    display: flex;
    position: relative;

}
.tab-pane ul.area li a:hover {
    text-decoration: none;
    color: inherit;
}
.tab-pane ul.area li > a > svg {
    align-self: center;
margin: .5rem 1rem .5rem .5rem;
}

.tab-pane ul.area li span {
    display: block;
    font-size: .9rem;
    color: #707070;
    font-weight: 300;
}

.tab-pane ul.area li small {
    position: absolute;
    right: 10px;
    top: 30%;
    font-size: 100%;

}
.tab-pane ul.area [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-right: 20px;
    margin-left: 0;
    font-weight: 300;
    display: flex;
    align-self: center;
}

@media screen and (max-width: 580px){
    .tab-pane ul.area li {
        margin-bottom: .5rem;
    }
}


.nav-pills .nav-link {
    position: relative;

}

.nav-pills .nav-link span {
    position: absolute;
    right: 0;
    top: -1.4vh;
    font-weight: 300;
}

.adm {
    /*background: rgba(0, 123, 255, 0.07);*/
    border-left-color: #007bff !important;
}

.dir {
    /*background: rgba(157, 127, 65, 0.07);*/
    border-left-color: #9D7F41 !important;
}

.dir a {
    color: #9D7F41;
}

.esp {
    /*background: rgba(0, 167, 88, 0.07);*/
    border-left-color: #00A758 !important;
}

.esp a {
    color: #00A758;
}

@media screen and (min-width: 581px) {
    .tab-pane ul.area {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1rem;
    }

    .tab-pane ul.area li {

    }

}

@media screen and (max-width: 580px) {
    .tab-pane ul.areas li {
        margin-bottom: .5vh;
        border-left: 5px solid #ccc;
    }

    .tab-pane ul li.area small {
        top: 10%;
        font-size: 150%;
    }

}


/*estilo pagina de cursos*/
.cursos{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
@media screen and (max-width: 580px){
    .cursos{
        grid-template-columns: repeat(1, 1fr);
    }
}
.cursos li {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 1rem 0;
    transition: all ease-in-out .3s;
}
.cursos li > a {
    width: 100%;
    flex: 1;
    text-decoration: none;
}
.cursos li h1 {
    font-size: 1rem;
    margin: 0 0 .5rem 0;
    text-transform: uppercase;
    color: #686b6d;
    text-align: center;
}
.cursos li p {
    margin: 0;
    color: #6c757d;
    line-height: 1.3;
}
.cursos li strong {
    display: block;
    font-weight: 600;
}
.cursos li span{
    display: flex;
    justify-content: space-around;
}
.cursos li span .btn{
    border-radius: 1.25rem;
    padding:.2rem 1.5rem;
}

.hover-col-active{
    opacity: 0.3;
}
.hover-col{
    opacity: 1;

}
.tab-pane .btn-light{
    color: #999;
    background-color: #fff;
    border-color: #fff;
}


/*Curso interna*/
#title-curso{
    background: #3884FF;
    padding: 1rem 0;
    position: sticky;
    top: 51px;
    z-index: 99;
}
#title-curso h1{
    color: #fff;
    font-size: 1.3rem;
 }
#title-curso  span{
    color: #fff;
 }


#desc-header{
    position: sticky;
    top: 131px;
    background: #f9f9f9;
    z-index: 10;
}
#desc-header .resumo{
    display: flex;
    align-items: center;
    padding: 1rem 0;
    justify-content: space-between;
}


#desc-header .resumo span {
    margin: 0;
    color: #6c757d;
    line-height: 1.3;
    font-size: .8rem;
}
#desc-header .resumo strong {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
}

#desc-header .resumo span .btn{
    border-radius: 1.25rem;
    padding:.2rem 1.5rem;
}

@media screen and (max-width: 580px){
    #desc-header .resumo{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #desc-header .resumo .button{

    }
}

#tab-curso .nav-pills .nav-link {
    border-radius: 0;
    margin-right: 0;
}
#curso .nav-link {
    display: block;

}
#curso-tabs-content {
    background: #fff;
    position: sticky;
    top: 201px;
    z-index: 9;
    padding: 1rem 0 0 0;
}
@media screen and (max-width: 580px){
    #curso-tabs-content {
        top: 246px;
    }
}
#tab-curso .tab-content{
    padding: .5rem 0;

}

#tab-curso .nav-pills .nav-link.active,  #tab-curso .nav-pills .show>.nav-link {
    color: #6c757d;
    background-color: #fff;
    border-bottom: 3px solid #3884ff;
}
#tab-curso .nav-pills .nav-link {
    color: #a9a9a9;
}


#collapse-info{
    padding: 2rem 0;
    position: relative;
    background: #fff;
}
#collapse-info .panel{
    position: relative;
}
#collapse-info h2{
    font-size: 1.2rem;
    color: #6c757d;
    padding: 1rem 0;
    border-bottom: 1px solid #ededed;
    position: sticky;
    top: 246px;
    background: #fff;
    cursor: pointer;
}

#collapse-info p{
    color: #6c757d;

}
.container-collapse{
    padding: 1rem 0  ;
}

footer{
    padding: 2rem 0;
    background: #f0f0f0;
}
footer p{
    color: #6c757d;
}

/*Modal Pré-Matrícula*/
.modal-backdrop{
    background: #005cbf !important;
}
.modal-backdrop.show {
    opacity: .97 !important;
}
#receberContato .modal-content, #formCurso .modal-content{
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 100%;
}
#receberContato .modal-header, #formCurso .modal-header{
    border-bottom: 0;
}
#receberContato .modal-body h2, #formCurso .modal-body h2{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 2rem;
}
#receberContato .modal-body .form-control, #formCurso .modal-body .form-control{
    border-radius: 0;
    border: 0;
}
#receberContato .modal-body .btn, #formCurso .modal-body .btn{
    border-radius: 0;
}
#receberContato .modal-footer, #formCurso .modal-footer{
    border-top: 0;
}

/*Pesquisa*/
.ui-widget{
    z-index: 9999!important;
}
.ui-widget.ui-widget-content {
    height: 50%;
    overflow: auto;
}
.ui-widget::-webkit-scrollbar { width:10px; background:#e3e0d6; } /* configurando scroll */
.ui-widget::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); }
.ui-widget::-webkit-scrollbar-thumb { border-radius:10px; background:#8b8778;  }
.ui-widget li {
     cursor: pointer;
     line-height: 30px;
     list-style: none;
     padding: 0 20px;
 }
.ui-widget li:nth-child(odd) {
    background: #fbfbfb;
}
/*Página de Obrigado*/
#obrigado {
    padding: 40px;
    text-align: center;
}
#obrigado h2{
    margin: 0 0 15px 0;
    color: #dc3545;
}
#obrigado p {
    margin-bottom: 5px;
    font-size: 18px;
    color: #505050;
}