#top{
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 10px;
}
.logo{
    width: 100px;
    height: auto;
    padding: 5px;
}

#top i{
    font-size: 26px;
    color: #de5f17;
}

a.btn-inscricao{
    background-color: #de5f17;
    color: #fff;
    float: right;
    
}
a.btn-inscricao:hover{
    background-color: #ff9100;
}

.top_contact{
    width: 100%;
    height: auto;
    display: flex;
}
.top_contact_email{
    width: 50%;
    height: auto;
}
.top_contact_tel{
    width: 50%;
    height: auto;
    padding-left: 5px;
}

/*MENU DE NAVEGAÇÃO*/
.navbar{
    background-color: #16172c;
}
.navbar a{
    color: #de5f17;
}
.nav-link:hover{
    color: #fff;
}

.navbar input{
    background-color: #16172c;
}
.navbar input::placeholder{
    color: #2b2d57;
}
.navbar-toggler{
    border: 1px solid #fff;
}
.navbar-toggler i{
    color: #fff;
}

/*DESTAQUE*/
#destaque{
    width: 100%;
    height: auto;
}
.destaque_item1{
    height: 300px;
    background-color: #de5f17;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;

}
.destaque_item2{
    height: 300px;
    background-color: #16172c;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

#destaque i{
    font-size: 54px;
}

/*CURSO EM DESTAQUE*/
#curso-destaque{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
#curso-destaque h2{
    text-align: center;
    color: #16172c;
    padding: 50px 0;
}
button.btn-curso-destaque{
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #de5f17;
    color: #de5f17;
}
button.btn-curso-destaque:hover{
    background-color: #de5f17;
    color: #fff;
}
.price-curso{
    width: 180px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 20px;
    background-color: rgba(223, 95, 23, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

#new{
    margin-top: 100px;
}

/*SOBRE*/
#sobre{
    width: 100%;
    height: auto;
    background-color: #16172c;
    padding: 50px 0;
}
#sobre img{
    width: 300px;
    box-shadow: 0 4px 7px 7px rgba(223, 95, 23, 0.7);
}
#sobre p{
    color: #fff;
    font-size: 22px;
    text-align: justify;
}

/*CARACTER*/
#caracter{
    margin-top: 100px;

}

#caracter h2{
    margin: 30px 0;
}
.caracter_item{
    margin-bottom: 20px;
}

/*RECORD*/
#record{
    width: 100%;
    height: auto;
    background-image: url('../img/record.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.record_background{
    width: 100%;
    height: 100%;
    background-color: rgba(22, 23, 44, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}
.record_i{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.record_item{
    width: 250px;
    height: 250px;
    border: 10px solid #de5f17;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.record_item sup{
    font-size: 34px;
}

/*EXPERIENCE*/
#experience{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
#experience ul{
    margin-top: 50px;
}

/*FAQ*/
#faq{
    margin-top: 100px;

}


#faq button{
    background-color: #16172c;
    color: #fff;
}
#inscr{
    width: 100%;
    height: auto;
    background-image: url('../img/inscreverse.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 100px;
}
.inscr_background{
    width: 100%;
    height: 800px;
    background-color: rgba(223, 95, 23, 0.8);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inscr_background h2{
    color: #fff;
}
.inscr_background p{
    color: #fff;
}
#inscr form input, #inscr form textarea{
    width: 100%;
    height: 60px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
}

#inscr form input::placeholder, #inscr form textarea::placeholder{
    color: #eceff1;
}
#inscr form button{
    background-color: #16172c;
    color: #fff;
    padding: 15px 50px;
    border-radius: 50px;
    border: 2px solid #fff;
}
#inscr form button:hover{
    background-color: #232554;
}

/*TESTEMUNHAS*/
#testemunhas{
    width: 100%;
    height: 500px;
    margin-top: 100px;
}
#testemunhas h2{
    text-align: center;
    padding: 50px 0;
}
.testemunhas_item{
    display: flex;
    justify-content: center;
    align-items: center;
}

.testemunhas_item img{
    width: 450px;
    border-radius: 40%;
}
.testemunhas_item .carousel-caption{
    width: 250px;
    margin: auto;
    background-color: rgba(22, 24, 45, 0.8);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#testemunhas span{
    background-color: #de5f16;
}

/*RODAPÉ*/
footer{
    width: 100%;
    height: auto;
    background-color: #282828;
    padding: 100px 0 50px 0;
}
footer h4{
    color: #fff;
}
footer p{
    color: #bdbdbd;
}
footer i{
    font-size: 22px;
    padding-right: 20px;
    color: #de5f16;
}

footer ul{
    list-style: none;
}
footer ul a{
    color: #bdbdbd;
    text-decoration: none;
}

footer form .input{
    width: 100%;
    height: 70px;
    background-color: #3c3c3c;
    border: none;
    border-radius: 0;
}
footer form .input::placeholder{
    color: #fff;
}
footer form .input:focus{
    background-color: #000;
    border: none;
}
footer form .btn-newslatter{
    width: 100%;
    height: 60px;
    background-color: #de5f17;
    color: #fff;
    border: none;
}
footer form .btn-newslatter:hover{
    background-color: #e3844d;
}

.copyrigth{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}
.copyrigth p{
    color: #fff;
}