@import url('modal.css');

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*color:#ff551c;*/
}

html {
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    .navbar {
        padding: 0px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* MENU */
.headerTop {
    background-color: #de4512;
}

.container.top {
    color: #fff;
    padding: 5px 10px;
    font-size: 0.9em;
}

.top-info-container {
    height: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.4);
}

.info-mail-phone > p:first-child {
    border-left: medium none;
    padding-left: 0;
}

.info-mail-phone > p {
    border-left: 1px solid #fff;
    display: inline-block;
    padding: 0 19px 0 20px;
    margin: 5px 0px;
}

.info-login > p {
    margin: 5px 0px;
}

.info-mail-phone {
    float: left;
}

.info-login {
    float: right;
}

i.fa.fa-envelope, i.fa.fa-phone {
    padding-right: 5px;
}

.info-mail-phone a, .info-login a {
    color: #ffffff;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.3);
}

.navbar-brand {
    float: left;
    height: auto;
    /*     padding: 10px 10px; */
    font-size: 18px;
    line-height: 20px;
    max-width: 300px;
}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #ff551c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ff551c;
    background-color: transparent;
}

#menuNew {
    width: 100%;
    float: left;
    display: none;
    z-index: 1030;
    position: fixed;
    top: 0;
    left: 0;
}

#menuNew .navbar-brand {
    width: 85%;
    padding: 5px 10px;
}

#menuNew .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#menuNew .navbar-default .navbar-nav > .active > a, #menuNew .navbar-default .navbar-nav > .active > a:focus, #menuNew .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #ff551c;
    padding-top: 15px;
    padding-bottom: 15px;
}


@media (max-width: 1820px) and (min-width: 1200px) {
    span.icon-menu {
        display: block;
        text-align: center;
    }

    span.page-menu {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* VIDEO HEADER */
.header-container {
    width: 100%;
    height: auto;
    border-left: none;
    border-right: none;
    position: relative;
    /*     padding: 20px; */
}

.video-container {
    /*position: absolute;
      top:0%;
      left:0 %;*/
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}

video {
    position: absolute;
    z-index: -1;
    /* opacity: 0.78; */
    width: 100%;
    margin-top: 140px;
}

.overlay-video {
    background: rgba(0, 0, 0, 0.8);
}


.linkVideo {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.linkVideo .playVideo {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -40px;
    z-index: 20;
    cursor: pointer;
}

.fantasma {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 30;
    display: none;
}

.playVideo .fa-5x {
    font-size: 15em;
}

/* CAROUSEL SLIDER */
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}

.header-text {
    position: absolute;
    top: 30%;
    right: auto;
    width: 97%;
    color: #fff;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
    height: 100%;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    font-size: 25px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: rgba(0, 0, 0, 0.56);
    border-radius: 50px;
    padding-top: 12px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #9a2120;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(155, 33, 32, 0.4);
    border: 1px solid #9a2120;
    border-radius: 10px;
}

.overlay-color {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
}

.header-text h2 {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 25px;
    font-size: 70px;
    font-weight: 800;
    color: #9a201f;
    text-transform: uppercase;
}

.header-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    padding-bottom: 20px;
    color: #9a201f;
    max-width: 900px;
    margin: 0 auto;
}

.down-indicators {
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    border: 2px solid #FFF;
    color: #fff;
    width: 50px;
    font-size: 30px;
    padding-top: 12px;
    height: 50px;
    border-radius: 50%;
    left: 48%;
    bottom: 10px;
}

.down-indicators:hover {
    background: #000;
    color: #fff;
    border-color: #00FF7E;
    transition: 1.5s;
}

.basic-design {
    margin: 100px 0px;
}

.basic-design > a > i {
    border: 2px solid #000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    color: #000;
    font-size: 30px;
}

.basic-design > a > i:hover {
    background: #F7600E;
    color: #000;
    border: 2px solid #F7600E;
    transition: .5s;
}

.basic-design > h1 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.basic-design > p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/* Título das páginas */
.section-header .section-title {
    font-size: 2.5em;
    color: #ff551c;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

span.title-light {
    font-weight: 100;
}

span.title-bold {
    font-weight: 700;
}

/* Conteúdo das páginas */
.section-content {
    margin-top: 50px;
}

.section-content p {
    text-align: justify;
}

.btn-more-info {
    width: 100%;
    border-radius: 0px;
    background-color: #7f2324;
    border: solid 2px #7f2324;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.btn-more-info:hover {
    border: solid 2px #ff551c;
    background-color: #ff551c;
    color: #ffffff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}


.section-white p {
    color: #ffffff;
}

.intro-section {
    padding-top: 0px;
    text-align: center;
    background: #fff;
}

/* EMPRESA */
.about-section {
    padding-top: 100px;
    background: #fff;
}

h4.titleAbout {
    font-weight: 600;
}

.overlay-about {
    color: #ff551c;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
    background: #d5f0fb;
}

.overlay-about h3 {
    text-transform: uppercase;
}

#about i.fa.fa-globe,
#about i.fa.fa-eye,
#about i.fa.fa-university {
    font-size: 6.0em;
}

/* COURSES */
.courses-section {
    text-align: center;
    background: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 850px;
}

.container-course {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 238px;
    margin-bottom: 20px;
}

.container-course img {
    max-height: 238px;
}

@media (max-width: 767px) and (min-width: 275px) {
    .container-course img {
        max-height: 350px;
    }
}

.container-course-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: 0.4s all;
    margin-top: 0%;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.container-course:hover .container-course-effect {
    opacity: 1;
    transition: 0.4s all;
    text-align: center;
}

.container-course-effect h4 {
    height: 50px;
    margin-top: 25px;
    color: #ff551c;
    font-weight: 600;
}

.container-course-effect p {
    color: #ff551c;
}

.btn-more-info-course {
    width: 100%;
    border-radius: 0px;
    background-color: rgba(155, 33, 32, 0);
    border: solid 1px #ff551c;
    color: #ff551c;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.btn-more-info-course:hover {
    border: solid 1px #ff551c;
    background-color: #ff551c;
    color: #ffffff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

/* TEACHERS */
.teachers-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #d5f0fb;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

/* SECTION CONTACT */
#contact i.fa.fa-map-marker,
#contact i.fa.fa-envelope,
#contact i.fa.fa-phone {
    font-size: 3.0em;
}

.contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

.form-contact input, .form-contact textarea {
    width: 100%;
    border: solid 1px #de4512;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #de4512;
    background: rgba(255, 255, 255, 0.6);
}

.form-contact textarea {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.contact-section p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-contact .btn-send-mail {
    background-color: #de4512;
    color: #ffffff;
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}


/* FOOTER */
.footer-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #de4512;
    color: #fff;
}

.copyright {
    float: left;
    padding-top: 10px;
}

.social-link {
    float: right;
    padding: 15px 0;
}

.social-link .icon-sociallink {
    list-style: none;
    display: inline-block;
    padding-left: 5px;
}

.social-link .icon-sociallink a {
    color: #fff;
}

/* LISTAGEM CURSOS */
#cursos-full {
    height: 360px;
    width: 100%;
    /*background: url('../images/background/cursos-banner.jpg');*/
    padding-bottom: 30px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
}

.title-cursos-full h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.4em;
    width: 100%;
    color: #fff;
    margin-top: 130px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.hgroup {
    margin-top: 0px;
    margin-bottom: 26px;
    border-bottom: 1px solid #de4512;
    padding-top: 0px;
    padding-bottom: 17px;
}

.hgroup h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 .3em;
    text-transform: uppercase;
    color: #de4512;
}

.hgroup .breadcrumb {
    font-size: 12px;
    background-color: #fff;
    margin: 0;
    padding: 6px 15px;
    border: 1px solid #de4512;
    bottom: -15px;
    right: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li a {
    cursor: pointer;
    color: #de4512;
}

.overlay-color-courses-details {
    height: 360px;
    width: 100%;
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.30);
}

#list-courses .thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.courses-content {
    background: #fff;
    height: 336px;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.list-courses {
    border: solid 1px #de4512;
}

#list-courses {
    margin-bottom: 100px;
}

.actived {
    color: #fff;
    background-color: #ff551c;
    /*     padding-top: 30px;
        padding-bottom: 30px; */
}

.btn-more-info-details {
    width: 100%;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 2px #af360d;
    color: #af360d;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.btn-more-info-details:hover {
    border: solid 2px #af360d;
    background-color: #af360d;
    color: #ffffff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.btn-more-info-buy {
    width: 100%;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 2px #64a43b;
    color: #64a43b;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.btn-more-info-buy.btn-courses-details {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-more-info-buy:hover {
    border: solid 2px #64a43b;
    background-color: #64a43b;
    color: #ffffff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.btn-buy-details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #64a43b;
    text-align: center;
}

.overlay-color-contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(222, 69, 18, 0.30);
}

.contact-section-courses {
    /*background: url('../images/background/contato.jpg');*/
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}


@media (max-width: 1199px) and (min-width: 996px) {
    .courses-content {
        height: 380px;
    }
}


@media (max-width: 996px) and (min-width: 768px) {
    .navbar-header.page-scroll {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        padding-left: 24px;
        padding-right: 24px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        padding-left: 24px;
        padding-right: 24px;
    }

    .card {
        text-align: center;
    }

    .header-text p {
        max-width: 400px;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 50%;
        text-align: center;
        /* height: 70px; */
    }

    #menuOld .navbar-toggle {
        margin-top: 35px;
    }

    #menuNew .navbar-toggle {
        margin-top: 20px;
    }

    #menuNew .navbar-brand img {
        width: 80%;
    }


    /* CURSOS */
    .thumbnail a > img, .thumbnail > img {
        max-height: 215px;
    }

    .courses-content {
        height: auto;
    }

}

@media (max-width: 767px) and (min-width: 275px) {
    /* MENU */
    .info-mail-phone {
        display: none;
    }

    .info-login {
        float: left;
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-brand {
        float: left;
        height: auto;
        padding: 10px 10px;
        font-size: 18px;
        line-height: 20px;
        max-width: 250px;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        width: 50%;
        text-align: center;
        height: 70px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li > a,
    .nav-tabs > li > a:focus,
    .nav-tabs > li > a:hover {
        height: 70px;
    }

    .tab-content > .active {
        display: block;
        padding-top: 20px;
        text-align: center;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    video {
        margin-top: 120px;
    }

    .linkVideo .playVideo {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        margin-top: 10px;
        z-index: 20;
        cursor: pointer;
    }

    /* CURSOS */
    .thumbnail a > img, .thumbnail > img {
        max-height: 230px;
    }

    .courses-content {
        height: auto;
        margin-bottom: 35px;
    }


    /* CONTATO */
    #contact i.fa.fa-map-marker,
    #contact i.fa.fa-envelope,
    #contact i.fa.fa-phone {
        font-size: 3.0em;
    }

    .content-contact h4 {
        font-weight: 600;
        margin-bottom: -20px;
    }

    /* FOOTER */
    .copyright {
        float: left;
        font-size: 11px;
        float: left;
        width: 100%;
        display: block;
        text-align: center;
    }

    .social-link {
        float: left;
        padding: 0px 0;
        width: 100%;
        display: block;
        font-size: 11px;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    #menuOld .navbar-toggle {
        margin-top: 30px;
    }

    #menuNew .navbar-toggle {
        margin-top: 25px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

a.navbar-brand {
    height: 100px;
    padding: 3px 0px 2px 10px;
}

a.navbar-brand img {
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.none {
    display: none !important;
}

section#teachers .section-content .nome_professor {
    height: 30px;
    overflow: hidden;
}

section#teachers .section-content .descricao_professor {
    height: 80px;
    overflow: hidden;
}

@media (max-width: 991px) {

}

@media (min-width: 762px) {
    .col-align-center {
        float: none;
        margin: 0 auto;
        display: inline-block;
        width: 24%;
    }
}

.courses-section {
    min-height: auto;
}

.container-course img {
    max-height: none;
    width: 100%;
}

#containerTitle {
    margin-top: 140px;
}

.detailsCourses {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.price-course {
    border: 2px dashed;
    padding: 15px 0px;
}

.btn-registrationNow {
    font-family: HelveticaNeueLTStd-BdCn;
    background-color: #00a4b8;
    padding: 20px 15px;
    width: 100%;
    font-size: 1.4em;
    color: #fff;
    transition: .4s all;
    margin-top: 18px;
}

.btn-more-courses {
    background-color: #de4512;
    color: #ffffff;
    border-radius: 0px;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin-top: 40px;
}

body {
    line-height: normal;
}

.pdg-top-footter-courses {
    padding-top: 220px;
    padding-bottom: 160px;
}

a.playVideo .fa-5x {
    font-size: 100px;
}

#video {
    height: 295px;
}

#videoPlay {
    margin-top: 68px;
}

@media (max-width: 768px) {
    .text-padding p {
        padding-top: 25px;
    }

}

.formas-de-pagamentos-aceitos .img-pagseguro, .formas-de-pagamentos-aceitos .img-paypal {
    width: 50%;
    float: left;
    padding: 0 18px;
}

.formas-de-pagamentos-aceitos .img-paypal img.img-responsive, .formas-de-pagamentos-aceitos .img-pagseguro img.img-responsive {
    background: #fff;
    border-radius: 5px;
    padding: 4px 12px;
}

@media (max-width: 992px) {
    .formas-de-pagamentos-aceitos {
        width: 54%;
        float: left;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .formas-de-pagamentos-aceitos {
        width: 100%;
        float: initial;
        padding-bottom: 8px;

    }
}

#intro {
    padding-top: 138px;
}

.inscricoes-full {
    color: #fff;
    border-radius: 0px;
    background: #253d5e;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    width: auto !important;
}


.area_main_left_curso {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.area_price_left_curso {
    background: green;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 20px;
}

.price_left_curso_p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.area_main_right_curso {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.area_description_comprar_curso_init {
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

.area_description_comprar_curso {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.area_descricoes_left_curso {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.area_descricoes_left_curso p {
    margin: 0;
}

.img-pagseguro img.img-responsive, .img-paypal img.img-responsive {
    max-width: 100px !important;
    margin: 0 auto;
}

.area_title_comprar_curso h3 {
    margin: 0 0 20px 0;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f3f3f3;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c5c5c5;
}

.area_main_right_curso_custom {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
}

.area_description_comprar_curso_custom {
    padding-top: 20px;
    border-top: 1px solid #ededed;
    max-height: 200px;
}

a#btnComprar, .price_left_curso_p {
    font-size: 20px;
    font-weight: bold;
}

#containerTitle .containerTitle-section {
    margin-bottom: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#containerCursos {
    margin-top: 40px
}

#area_checkbox_terms {
    transition: 0.4s all;
}

.area_leia_termos_btn {
    display: block;
    position: initial;
    white-space: pre-line;
    width: 100%;
}

.area_leia_termos_btn a {
    width: 100%;
    border-radius: 0;
    margin-left: 0px !important;
}

.form-contact select {
    width: 100%;
    border: 1px solid #999;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #231f20;
    background: rgba(255, 255, 255, .6);
}