@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Muli:200,400,400i,700,700i,900');

body, html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
body {
    font-family: 'Quicksand', sans-serif;
    background-color: #1D1D25;
    color: #fff;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    letter-spacing: -2px;
    color: #fff;
}
h4, h5, h6 {
    letter-spacing: -1px;
    font-weight: 700;
}
a, a:link, a:hover, a:visited, a:active, .btn-link, .btn-link:hover {
    color: #529DAB;
}
.navbar .nav>li>a, .dropdown-menu>li>a, #admin #toolbar .btn, #menu-landing.nav-pills>li>a, .panel-title>a {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}
a.btn {
    color: #fff !important;
}
.btn {
    border-radius: 0px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px;
    transition-duration: 1s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.btn-default {
    background-color: #3C3B4B;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-default:hover {
    background-color: #3C3B4B;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.panel-default>.panel-heading .badge {
    background-color: #3C3B4B;
    color: #fff;
    font-weight: 700;
}
.btn-info {
    background-color: #D74061;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-info:hover, .alert-info {
    background-color: #D74061;
    opacity: 0.5;
    filter: alpha(opacity=50);    
}
.btn-success {
    background-color: #529DAB;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-success:hover, .alert-success {
    background-color: #529DAB;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.text-success {
    color: #529DAB;    
}
.btn-danger {
    background-color: #D74061;
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-danger:hover, .alert-danger {
    background-color: #D74061;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: rgba(255, 255, 255, 0.8);
    color: #1D1D25;
}
.nav-tabs>li>a {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #fff;
    color: #1D1D25;
    font-size: 16px;
    font-weight: 700;
}
.pagination>.active>a, .pagination>.active>span, 
.pagination>.active>a:hover, .pagination>.active>span:hover, 
.pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
    color: #fff;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, 
.pagination>.disabled>span:focus, .pagination>.disabled>a, 
.pagination>.disabled>a:hover, .pagination>.disabled>a:focus, .pagination>li>a, .pagination>li>span {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
    
}
.pagination, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0px;
}
.form-control {
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.form-control option {
    color: #000;
}
hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}
.modal-content {
    border-radius: 0px;
    background-color: #000;
}
button.close {
    color: #fff;
    opacity: 0.6;
}
.close:hover {
    opacity: 1;
    color: #fff;
}

/* estilos exclusivos do tema */
#login-page .flag {
    display: none;
}
#login-page .panel-body {
    padding: 40px;
} 


#top-menu .navbar-brand {
    height: auto;
    padding-right: 30px;
}
#top-menu .navbar-nav {
    margin-top: 40px;
}
#frm_search {
    margin-top: 50px;
}
#landingpage-subscription .course-name {
    margin-top: 0px;
    min-height:1.3em;
    max-height:1.3em;
    margin:1%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
#top-menu .navbar-nav>li>a {
    font-size: 13px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#top-menu ul li#environment-access a, #top-menu ul li#register-login a {
    background-color: #fff;
    color: #000;
    text-shadow: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
#top-menu.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#top-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.5);
}
#top-menu.navbar-default .navbar-nav>li>a:hover, #top-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);    
}
#top-menu.navbar-default .navbar-nav>.active>a, #top-menu.navbar-default .navbar-nav>.active>a:hover, #top-menu.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
#top-menu.addColor {
    background-color: #11111B;

}
#top-menu.addColor .navbar-brand img{
    width: 250px;       
}
#top-menu.addColor .navbar-nav {
    margin-top: 20px;
}
#top-menu.addColor #frm_search {
    margin-top: 30px;
}
#slider h2 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    font-size: 46px;
    margin-bottom: 20px;
}
#slider p {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    font-size: 18px;
    margin-bottom: 20px;
}
#slider h2:hover, #slider p:hover {
    text-decoration: none;
}
#slider .carousel-caption .btn-info {
    font-size: 18px;
    font-weight: 700;
    background-color: #D74061;
}
#slider .carousel-caption .btn-info:hover {

}
#slider .btn-lg {
    padding: 20px 50px;
}
@media screen and (min-width: 768px) {
    .carousel-caption {
        padding-bottom: 80px;
    }
}
#top-internal {
    margin-top: 146px;
    background-color: #529DAB;
    
}
#top-internal h1 {
    color: #11111B;
    margin-top: 30px;
    margin-bottom: 10px;
}
#top-internal .breadcrumb {
    font-size: 12px;
    border: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0px;
    padding-left: 0px;
}
#top-internal .breadcrumb a, #top-internal .breadcrumb>.active {
    color: rgba(255, 255, 255, 1);
}
#course-banner {
    margin-top: 146px;
}
#courses-list {
    display: none;
}
#landing-page .lessons-course {
    padding: 12px 20px;
    border-bottom: 4px solid #f8f5f0;
}
#landing-page .lessons-course .icon-type-lesson {
    float: left;
    margin-right: 10px;
}
#content-page {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content_block {
    padding-top: 40px;
    padding-bottom: 40px;
}
#block_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}
.course-unit {
    margin-bottom: 40px;
}
.course-text {
    border: 1px solid #fff;
    padding: 10px 30px 30px 30px;
}
.borda-instrutor {
    padding: 30px;
    border: 1px solid #fff;
    margin-bottom: 40px;
}
.blog-post {
    padding: 30px;
    border: 1px solid #fff;
}
.blog-post h2 {
    margin-top: 0px;
}
.blog-post .text-muted {
    margin-bottom: 30px;
}
.blog-post .buttons-links {
    margin-top: 40px;
}
.shared-post {
    margin-bottom: 40px;
}
.btn.facebook {
    background-color: #4267b2;
}
.btn.twitter {
    background-color: #1da1f2;
}
.btn.google {
    background-color: #DC4A38;
}
.categories-menu {
    padding: 30px;
    border: 1px solid #fff;    
}
.categories-menu h3 {
    margin-top: 0px;
}
.categories-menu .nav>li>a:hover, .categories-menu .nav>li>a:focus {
    background-color: #529DAB;
    color: #fff;
}
.course-img img, .post-img img {
    opacity: 0.5;
    filter: alpha(opacity=50); 
    transition-duration: 1s;   
}
.course-img img:hover, .post-img img:hover {
    opacity: 1;
    filter: alpha(opacity=100);    
}
.panel-group .panel {
    border-radius: 0px;
}
.panel-default {
    border-color: #fff;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}
.panel {
    background-color: transparent;
}
.panel .panel-heading, .panel .panel-title {
    font-size: 14px;
}
#contact-right h3 {
    margin-top: 0px;
}
#contact-right ul, #posts-instructor ul {
    padding: 0px;
}
#contact-right ul li, #posts-instructor ul li {
    list-style: none;
    margin-bottom: 10px;
}
#contact-right .panel-body {
    padding: 30px;
}
.cr-top {
    top: 170px !important;
}
#list-courses .course-unit .course-text h4, .nome-instrutor h4, #similar-post h4 {
    margin-top: 0px;
    min-height: 1.0em;
    max-height: 1.0em;
    margin: 1%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#list-courses .course-unit .course-img {
    position: relative;
}
#list-courses .course-unit .language-course-title {
    background-color: #d9534f;
    padding: 6px 10px;
    position: absolute;
    bottom: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#list-courses .course-unit .language-course-title p {
    margin-bottom: 0px;
}
#list-courses .course-unit .language-course-title a {
    color: #fff;
}
.course-text p small {
    font-size: 12px;
}
#course-banner {
    padding: 50px 0px;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top center;
    margin-bottom: 50px;
}
#course-banner h1 {
    margin-top: 0px;
    font-size: 50px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
#course-banner h2 {
    font-size: 26px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    letter-spacing: -2px;
}
#idFree img{
    margin-bottom: 30px;
}
#informations .col-sm-4 h5{
    border: 1px solid #fff;
    padding: 30px;
    font-size: 18px;  
}
#landing-page h3 {
    font-size: 32px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}
.well {
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.social-post {
    margin-bottom: 20px;
}
.voting-blog .btn {
    padding: 8px 10px;
}
.information-post {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-bottom: 40px;
}
.information-post p {
    margin: 0px;
}
#body p {
    text-align: justify;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6em;
}
#similar-post {
    margin-bottom: 50px;
}
#similar-post h3 {
    text-align: center;
    margin-bottom: 40px;
}
#similar-post h4 {
    font-weight: 900;
}
#similar-post .col-sm-4 .post-similar-iten {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    padding: 20px;    
}
#similar-post .col-sm-4 img {
    border-radius: 0px !important;
}
.author-post {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    padding: 30px;   
}
.author-post h3{
    margin-top: 0px;
    margin-bottom: 20px;
}
.author-post p{
    margin-bottom: 20px;
}
.author-post a {
    color: #fff;
    padding-right: 10px;
}
h4.panel-title a {
    color: #fff;
}
#landing-page h3 {
    margin-top: 0px;
}
#description-course {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}
#instructor-course {
    background-color: rgba(255, 255, 255, 0.2);
}
#instructor-course .biography-text {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 30px;
    margin-top: 20px;
    color: #1D1D25;
    border-radius: 0px;
    border: 1px solid #fff;  
}
#instructor-course hr {
    border-top-color: #1D1D25;   
}
#instructor-course h4, #instructor-course .instructor-icon a {
    color: #1D1D25;    
}
#registration-course , #faq-course, #instructor-course, #grid-course, #description-course{
    padding: 70px 0px;
}
#registration-course {
    background-color: #529DAB;
}
#registration-course .well {
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
#registration-course .well .text-success {
    text-shadow: none;    
}
#registration-course .well .text-muted {
    color: rgba(255, 255, 255, 1);
   
}
#cart ul, #checkout-cart ul {
    padding: 0px;
}
#cart ul li, #checkout-cart ul li {
    list-style: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 12px 20px;
    border: 1px solid #fff;
}
.name-cart img {
    margin-right: 10px;
}
.name-cart h4 {
    margin-top: 0px;
}
#gateways .btn-lg {
    padding: 20px 50px;
}
footer {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 50px;    
}
footer a{
    color: rgba(255, 255, 255, 1);    
}
footer ul {
    margin-bottom: 30px;
}
footer ul li {
    list-style: none;
    display: inline;
    padding: 0px 10px;
}
footer ul.flag li {
    padding: 0px 2px;
}
footer #icons-social a {
    color: #fff;
    padding: 0px 2px;
}
footer #icons-social a:hover {
    text-decoration: none;
}
footer .flag li img {
    opacity: 0.3;
    filter: alpha(opacity=30);     
}
footer .flag li.active img {
    opacity: 1;
    filter: alpha(opacity=100);     
}
/* Efeitos das imagens dos cursos */
#listCourse-movieBlack .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.hoverzoom {
    position: relative;
    overflow: hidden;
}
.hoverzoom > img {
   width: 100%; 
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
        -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
         -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
          -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
             transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}
.hoverzoom .retina{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;    
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);    
    text-align: center;
    padding: 30px;
 
    -webkit-transition:  all .8s cubic-bezier(.190, 1.000, .220, 1.000);
        -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
         -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
          -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
             transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
}
.hoverzoom:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5);
    
}
.hoverzoom .retina .text-image {
    position: relative;
    top: 50%;
    transform: translateY(-60%);
}
.hoverzoom .retina .text-image h2, .hoverzoom .retina .text-image h4 {
    margin-bottom: 20px;
}
.hoverzoom .retina .text-image h2 a {
    color: #fff;
}
.hoverzoom .retina .text-image h4 {
    opacity: 0.7;
    filter: alpha(opacity=70);    
}

/* Responsividade */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Ipad Pro */
@media only screen and (max-width : 1024px) {
    #top-menu .navbar-brand img {
        width: 250px;
    }
    #top-menu {
        background-color: #11111B;
    }
    #top-menu .navbar-nav {
        margin-top: 20px;
    }
    #top-menu #frm_search {
        margin-top: 30px;
    }
    #top-internal, #course-banner, #slider {
        margin-top: 100px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #slider h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .course-img {
        position: relative;
        margin-bottom: 20px;
    }
    .language-course-title {
        padding: 10px 20px;
        position: absolute;
        bottom: 20px;
    }
    .language-course-title p {
        margin-bottom: 0px;
    }
    .language-course-title a:link {
        color: #fff;

    }
    #slider h2 {
        font-size: 20px;
        letter-spacing: -1px;
    }
    #slider {
        margin-top: 80px;
    }
    .navbar-brand {
        padding: 10px 15px;
    }
    #top-menu.navbar-default {
        background-color: #11111B;
    }
    #top-menu .navbar-brand img{
        width: 250px;       
    }
    #slider .btn-lg {
        padding: 12px 30px;
    }
    #listCourse-movieBlack h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -1px;
    }
    #listCourse-movieBlack .btn {
        padding: 12px;
        font-size: 11px;
    }
    #course-banner h1 {
        font-size: 40px;
    }
    #course-banner h2 {
        font-size: 18px;
        letter-spacing: 0px;
        font-weight: 700;
    }
    #landing-page h3 {
        font-size: 28px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    #slider {
        margin-top: 80px;
    }
    .navbar-brand {
        padding: 10px 15px;
    }
    #top-menu.navbar-default {
        background-color: #11111B;
    }
    #top-menu .navbar-brand img{
        width: 250px;       
    }
    #slider .btn-lg {
        padding: 12px 30px;
    }
    #listCourse-movieBlack h2 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -1px;
    }
    #listCourse-movieBlack .btn {
        padding: 12px;
        font-size: 11px;
    }
}


