/* BANNER COM VIDEO homepage */
.banner::before {
    background-image: linear-gradient(to left, rgba(26, 166, 223, 0.2), #1aa6df);
}

.banner {
    /* background-image: linear-gradient(to left, rgba(92, 176, 235, 0.65), #000); */
    background-image: url('/images/video_full_with_image_cover.png');
    background-size: cover;
}

.list-course__header__title{
    text-transform: none;
}

.contact-page__box__left,
.contact-page__box__right
{
    background:#fafafa;
}

.banner-course-detail{
    background:#fff;
}

.sc-course-detail-page{
    background:#f9f9f9;
}

.home_video_p{
    font-size:24px;
}

.intro-course__wapper{
    margin-top:20px !important;
}

.inscricao_title{
    font-size:32px;
}

.inscricao{
    margin-top:-60px;
    margin-bottom:40px;
}

.txt_11px{
    font-size:11px;
}

.contact-form__button{
    margin-top:20px;
}

.section-specializationsl{
    margin-top:50px;
}

.courses__top__image{
    transition: transform .4s ease-in;
}

.courses__top__image:hover{
    transform:scale(1.2);
}

.footer__bottom a{
    color:#07d79b;
}

/* navbar */
.menu{
    margin-top:15px;
    margin-bottom:10px;
}

.topnav {
    /* margin-top:10px; */
    overflow: hidden;
    background-color: #fff;
    line-height: 50px;
}

.topnav a {
    display: inline-block;
    color: #42495b;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.topnav a:hover {
    color: #1aa6df;
}

.active {
    background-color: #fff;
    color: white;
}

.topnav .icon {
    display: none;
    color: #000;
    font-size:20px;
}

.dropdown-toggle{
    cursor:pointer;
}

.txt_form_empresas{
    color:#fff;
    font-size:26px;
    font-weight:600;
    padding:10px;
}

.dropdown-menu{
    position:absolute;
    top:60px;
    left:750px;
    border-top: 3px solid #1aa6df;
    padding:10px 5px 10px 5px;
}

.dropdown-menu li a{
    text-align: left;
    font-family: 'Nunito Sans';
    text-transform: capitalize;
    color: #868686;
}

.dropdown-menu li a:hover{
    background: white;
    color: #1aa6df;
}

.dropdown1{
    display:none;
}

.logo{
    position:relative;
    z-index:100000;
}

/* hamburguer da navbar */
.topnav1 {
    /* margin-top:10px; */
    overflow: hidden;
    background-color: #fff;
    line-height: 50px;
}

.topnav1 a {
    display: inline-block;
    color: #42495b;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.topnav1 a:hover {
    color: #1aa6df;
}

.active {
    background-color: #fff;
    color: white;
}

.topnav1 .icon {
    display: none;
    color: #000;
    font-size:20px;
}

@media screen and (max-width: 1200px) {
    .topnav1 a
    {
        display: none;
    }
    .dropdown{
        display:none;
    }
    .dropdown1{
        display:block;
    }
    .topnav1 a.icon1 {
        float: right;
        display: block;
    }
    .logo{
        position:relative;
        width:100%;
    }
    .logo a img{
        left:44%;
    }
    .logotipo{
        position:absolute;
        display: block;
        width:50px;
        z-index:10000;
    }
}

@media screen and (max-width: 1200px) {
    a{
        line-height:2px;
    }
    .topnav1.responsive1 {
        position: relative;
    }
    .topnav1.responsive1 .icon1 {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav1.responsive1 a{
        float: none;
        display: block;
        text-align: left;
        font-size:11px;
    }
}

/* SLICK Slider */
@media screen and (max-width: 1085px) {
    .special{
        display:block;
    }

    .courses__item{
        padding:0 15px;
    }
}

/* VIDEO home page */
@media screen and (max-width: 640px) {
    .video-home {
        max-height: 100%;
        height: auto;
    }
}

/* CONDIÇÃO PERANTE O TRABALHO */
#especifique, #especifique2{
    display:none;
}

/* texto */
li.ul-white{
    color:#ffffff;
}

.nocapitalize{
    text-transform: none;
}

/* flash messages através de SESSION */
div.flash-sucesso{
    position:absolute;
    top:10px;
    right:10px;
    width:250px;
    height:50px;
    line-height:50px;
    color: white;
    border-radius:7px;
    background: none repeat scroll 0 0 #66cc66;
    clear: both;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 1em 6px;
}
