@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,400,700');

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;
}
h1, h2, h3, h4, h5, h6, .navbar .nav>li>a, .dropdown-menu>li>a, #admin #toolbar .btn, #menu-landing.nav-pills>li>a, .panel-title>a {
    font-family: 'Montserrat', 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);
}
#course-banner {
    background-color: #3e3f3a;
}
.panel-title>a {
    letter-spacing: 0px;
}
h1, h2 {
    letter-spacing: -2px;    
}
h3, h4, h5, h6 {
    letter-spacing: -1px;   
}
@media (min-width: 768px){
    .navbar {
        border-radius: 0px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.5);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar {
    min-height: 50px;
}
.navbar-default#top-menu {
    border-color: transparent;
}
.btn {
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-lg {
    font-weight: 700;
    font-size: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#login-page .panel-body {
    padding: 40px;
}
.carousel-inner .item {
    background-color: #3e3f3a;
}
.carousel-inner .item img{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
div#idFree {
    margin-top: 30px;
    margin-bottom: 30px;
}
ul.flag {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    margin-left: 20px;
}
ul.flag li {
    list-style: none;
    display: inline;
}
ul.flag li img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
ul.flag li.active img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#logotipo-search img {
    margin-bottom: 20px;
    margin-top: 0px;
}
#logotipo-search .input-group {
    margin-top: 22px;
}
#menu-main.navbar {
    margin-bottom: 0px;
    border: none;
}
#menu-main .nav>li>a {
    padding: 19px 15px;
    color: #fff;
    font-size: 12px;
}
#menu-main .nav>li.active>a {
    background-color: #f8f5f0;
}
#menu-main .nav>li>a:hover, #menu-main .nav>li>a:active, #menu-main .nav>li>a:focus, #menu-main .nav>li.active>a {
    color: #3e3f3a;
}
#menu-main .nav>li>a:hover, #menu-main .nav>li>a:focus {
    background-color: rgba(255, 255, 255, 0.4);
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
#slider {
    margin-bottom: 40px;
}
#slider h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
#slider p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
#slider a:hover {
    text-decoration: none;
}
#content-page h2 {
    margin-bottom: 40px;
}
#list-courses .course-unit {
    margin-bottom: 30px;
    
}
#list-courses .course-unit .course-img {
    position: relative;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#list-courses .course-unit .course-img img{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#list-courses .course-unit .course-text, .borda-instrutor{
    background-color: rgba(248, 245, 240, 0.5);
    padding: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#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; /* number of lines to show */
    -webkit-box-orient: vertical;
}
#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;
}
#list-courses .course-unit .course-text h3 {
    margin-top: 0px;
}
#list-courses.list2 .course-unit .course-text p.teacher-name {
    margin: 0px;
}
#list-courses.list2 .course-unit .course-img img{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
}
#list-courses.list2 .course-unit .course-text{
    -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;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px; 
}
.nome-instrutor h4 {
    margin-bottom: 20px;
}
.bio-instrutor p {
    min-height:2.5em;
    max-height:2.5em;
    margin:1%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;   
}
#list-courses .course-unit .course-text p.teacher-name {
    min-height:2.5em;
    max-height:2.5em;
    margin:1%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;    
}
#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;
}
#top-internal {
    margin-bottom: 30px;
    background-color: #f8f5f0;
}
#top-internal .breadcrumb {
    border: none;
    background-color: transparent;
    margin-bottom: 0px;
    padding-left: 0px;
}
.borda-instrutor {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
#contact-right h3 {
    margin-bottom: 30px;
    margin-top: 10px;
}
#contact-right ul {
    margin: 0px;
    padding: 0px;
}
#contact-right ul li {
    list-style: none;
    margin-bottom: 10px;
}
.blog-post {
    border: 1px solid #dfd7ca;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    padding: 20px;
}
.blog-post .post-img img {
    width: 360px;
    height: 240px;
}
.shared-post {
    margin-top: -1px;
    margin-bottom: 30px;
}
.shared-post .btn {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.shared-post .facebook, .social-post .facebook, #btn-redes-social .facebook {
    background-color: #3A5795;
}
.shared-post .twitter, .social-post .twitter, #btn-redes-social .twitter {
    background-color: #55ACEE;
}
.shared-post .google, .social-post .google {
    background-color: #DB4437;
}
.profile-usermenu, .information-post {
    border: 1px solid #dfd7ca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;   
}
.information-post {
    padding: 10px;
    margin-bottom: 30px;
}
.profile-usermenu .nav>li>a {
    color: #3e3f3a;
    border-bottom: 1px solid #dfd7ca;
}
.social-post {
    margin-bottom: 20px;
}
#collum-center #body {
    text-align: justify;
    font-size: 1.9rem;
    line-height: 3rem;
}
#collum-center #body p {
    margin-bottom: 50px;
}
#similar-post {
    border-top: 1px solid #dfd7ca;
    margin-top: 50px;
    padding-top: 30px;
    margin-bottom: 50px;
}
.author-post {
    border: 1px solid #dfd7ca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;   
}
#cart ul {
    margin: 0px;
    padding: 0px;
}
#cart ul li {
    list-style: none;
    background-color: rgba(248, 245, 240, 0.5);
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.name-cart img {
    margin-right: 20px;
}
#checkout-cart {
    background-color: rgba(248, 245, 240, 0.5);
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
#checkout-cart ul {
    padding: 0px;
    margin: 30px 0px 0px 0px;
}
#checkout-cart ul li{
    list-style: none;   
}
.alert a {
    text-decoration: underline;
    font-weight: 700;
}
#gateways .btn-lg {
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 80px;
    padding-right: 80px;
}
#gateways .btn-lg i {
    color: #fff !important;
}
.tab-content {
    padding-top: 20px;
}
#posts-instructor ul {
    padding: 0px;
}
#posts-instructor ul li {
    list-style: none;
}
#text-top-menu {
    color: #fff;
}
#text-top-menu p {
    margin-top: 15px;
}

#footer-top {
    background-color: #f8f5f0;
    padding: 20px 0px 40px 0px;
    margin-top: 60px;
    clear: both;
}
#footer-top ul {
    padding: 0px;
    margin: 0px;
}
#footer-top ul li {
    list-style: none;
}
footer {
    background-color: #3e3f3a;
    color: #fff;
    padding: 20px 0px;
}

/* Estilos da Landing Page */
#landing-page {
    font-size: 18px;
}
#landing-page section {
    padding-bottom: 60px;
    padding-top: 40px;
}
#landing-page #course-banner {
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: top center;
    padding: 30px 0px 0px 0px;
    margin-bottom: 50px;
}
#landing-page #course-banner h1 {
    color: #fff;
    font-size: 46px;
    text-shadow: 1px 2px 1px #000;
    margin-bottom: 20px;
}
#landing-page #course-banner h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 2px 1px #000;
    margin-bottom: 60px;
    letter-spacing: -1px;
}
#landing-page #course-banner .embed-responsive {
    margin-bottom: 80px;
}
#menu-landing.nav-pills {
    margin-top: 22px;
}
#menu-landing.nav-pills li .btn-success{
    color: #fff;
}
#menu-landing.nav-pills li .btn-success:hover{
    color: #000;
}
#landing-page #description-course #informations h5 {
    border: 1px solid #dfd7ca;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
}
#landing-page h3 {
    font-size: 32px;
    margin-bottom: 40px;
}
#landing-page h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
#landing-page h4.panel-title {
    font-size: 16px;
    margin-bottom: 0px;
}
#landing-page #courseValues h5 {
    margin-bottom: 0px;
}
#landing-page #grid-course {
    border-top: 1px solid #dfd7ca;
}
#landing-page .tab-content {
    padding-top: 30px;
}
#landing-page .nav-tabs.nav-justified>.active>a, #landing-page .nav-tabs.nav-justified>.active>a:hover, #landing-page .nav-tabs.nav-justified>.active>a:focus, #landing-page .nav-tabs.nav-justified>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #3e3f3a;
}
#landing-page .lessons-course {
    padding: 12px 20px;
    border-bottom: 4px solid #f8f5f0;
}
#landing-page .lessons-course .icon-type-lesson {
    float: left;
    margin-right: 10px;
}
#landing-page #instructor-course {
    background-color: #dfd7ca;
}
#landing-page #instructor-course .biography-text {
    background-color: #fff;
    padding: 60px 30px 30px 30px;
    margin-top: -50px;
}
#landing-page #instructor-course .instructor-img {
    border: solid 10px #fff;
}
#landing-page #faq-course h5.panel-title {
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: initial;
}
#landing-page #faq-course h5.panel-title a, #landing-page #faq-course h5.panel-title a:hover, #landing-page #faq-course h5.panel-title a:visited {
    text-decoration: none;
    color: #3e3f3a;
}
#landing-page #registration-course {
    background-color: #93c54b;
}
#landing-page #courseValues h3 {
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: -3px;
}
#landing-page #courseValues p.text-muted {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 1.4rem;
}
#landing-page #courseValues p.text-success {
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.4rem;
}
#landing-page #frmSendToCart select {
    font-size: 18px;
}
.nav-tabs.nav-justified>li>a, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
    border-bottom: none; /* somente ajuste */
}
.list-links li, .list-config li {
    margin-bottom: 5px;
}

/* Classes do Novo Checkout */
#steps-cart .img-circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
#payment-methods .nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}
#payment-methods .nav-tabs>li.active>a, #payment-methods .nav-tabs>li.active>a:focus, #payment-methods .nav-tabs>li.active>a:hover, #payment-methods .nav-tabs>li>a:hover {
    border: 3px solid #ddd;
}
#payment-methods .nav-tabs>li.active>a, #payment-methods .nav-tabs>li.active>a:focus, #payment-methods .nav-tabs>li.active>a:hover {
    border: 3px solid #337ab7;
}
#payment-methods .nav>li>a {
    padding: 20px 25px;
}
#payment-methods .nav-tabs>li>a {
    border-radius: 4px;
    margin-right: 10px;
    border: 3px solid #ddd;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    color: #000;
}
#payment-methods .panel-body {
    padding: 30px;
    background-color: #fff;
    color: #000;
}
#payment-methods .panel-body h4 {
    margin-bottom: 30px;
}
#payment-methods .panel-body ul{
    margin: 0px;
    padding: 0px;
}
#payment-methods .panel-body ul li{
    margin-bottom: 10px;
    list-style: none;
}
#payment-methods .panel-body ul li:before {
  content: "→";
  padding-right: 8px;
  color: #93c54b;
}
#checkout-payment .alert-danger {
    margin-top: 20px;
}
#courses-subscription {
    margin-left: -5px;
    margin-right: -5px;
}
#courses-subscription .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}
#payment-methods .input-group-addon {
    border-left: none;
    border-right: none;
}
.edit-admin {
    opacity: 0.8;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    position: relative;
}
.block-edit, .no-courses {
    border: 2px dashed #000;
}
.no-courses .edit-admin {
    height: 200px;
}
.no-courses {
    margin-top: 30px;
    cursor: pointer;
}
#top-menu .block-edit {
    border: 2px dashed #fff;
}
.edit-admin:hover {
    opacity: 1; 
}
.edit-admin:hover .edit-buttom {
  opacity: 1;
}
.edit-text {
  background-color: #000;
  color: white;
  font-size: 14px;
  padding: 16px 32px;
  opacity: 1;
  font-weight: 700;
}
.tooltip-inner {
    text-transform: lowercase;
    font-weight: 300;
    font-size: 10px;
}
#top-menu .edit-text {
  background-color: transparent;
}
.edit-buttom {
  transition: .5s ease;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* Responsividade */

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

}
/* Ipad Pro */
@media only screen and (max-width : 1024px) {
    #slider p {
        display: none;
    }
    #slider h2 {
        font-size: 30px;
    }
}

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

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #top-menu .text-right {
        text-align: center !important;
    }
    #slider .item img {
        min-height: 200px;
    }
    #slider h2, #landing-page #course-banner h1, #content-page .post-intro h2 {
        font-size: 26px;
    }
    #landing-page h3 {
        font-size: 22px;
    }
    #landing-page #course-banner h2 {
        font-size: 16px;
    }
    #similar-post .post-similar-iten h4 {
        margin: 30px 0px 20px 0px;
    }
    #similar-post .post-similar-iten .btn {
        margin-bottom: 40px;
    }
    #site-faq .badge {
        display: none;
    } 
    #site-contact .form .btn, #login-form .btn, #cadastrar .btn {
        margin-bottom: 40px;
        display: block;
        width: 100%;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}