@import url(modal.css);
#menuNew,
body,
html {
    width: 100%
}

.basic-design>h1,
.basic-design>p,
.header-text h2,
.header-text p,
body {
    font-family: 'Open Sans', sans-serif
}

body,
html {
    height: 100%
}

.container.top,
.top-info-content {
    font-size: .9em;
    padding: 5px 10px;
    color: #fff
}

#menuNew,
#top-info {
    z-index: 1030;
    position: fixed;
    left: 0
}

body {
    outline: 0
}

@media (min-width :767px) {
    .navbar,
    .top-nav-collapse {
        padding: 0
    }
    .navbar {
        -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-info {
    right: 0;
    background-color: transparent
}

.menuHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .3)
}

.container.header {
    background-color: #fff;
    color: #9b2120;
    /*box-shadow:0 1px 1px 1px rgba(0,0,0,.3)*/
}

.container.top {
    background-color: #7f2324;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .3)
}

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

.top-info-content {
    background-color: #7f2324
}

.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 0
}

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

.info-mail-phone {
    float: left
}

.info-login {
    float: right
}

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

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

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

.navbar-default {
    background-color: transparent;
    border: none;
    box-shadow: none
}

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

.navbar-default .navbar-nav>li>a {
    color: #9b2120
}

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

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

#menuNew {
    float: left;
    display: block;
    top: 0
}

@media (max-width :1820px) and (min-width:1199px) {
    span.icon-menu {
        display: block;
        text-align: center
    }
    span.page-menu {
        padding-left: 20px;
        padding-right: 20px
    }
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0
}

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

.header-text h2,
.header-text p {
    color: #9a201f
}

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

.carousel-control.left,
.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;
    font-size: 25px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: rgba(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, .4);
    border: 1px solid #9a2120;
    border-radius: 10px
}

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

.header-text h2 {
    padding-bottom: 25px;
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase
}

.header-text p {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
    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 0
}

.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
}

.btn-more-info,
.btn-more-info:hover {
    -webkit-transition: .4s all;
    -o-transition: .4s all
}

.basic-design>h1 {
    font-size: 16px;
    font-weight: 600
}

.basic-design>p {
    font-size: 14px;
    font-weight: 400
}

.section-header .section-title {
    font-size: 2.5em;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 180px;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    height: 2px;
    background: #982021
}

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

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

.section-content {
    margin-top: 50px
}

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

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

.btn-more-info:hover {
    border: 2px solid #9b2120;
    background-color: #9b2120;
    color: #fff;
    transition: .4s all
}

.section-white h2.section-title
.section-white p {
    color: #fff
}

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

.about-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff
}

h4.titleAbout {
    font-weight: 600
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #9b2120;
    background-color: #eccece;
    border: 1px solid #eccece;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #9b2120;
    border: 1px solid #9b2120;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.nav-tabs>li.active>a::after,
.nav-tabs>li.active>a:focus::after,
.nav-tabs>li.active>a:hover::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #9b2120;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.nav-tabs {
    border-bottom: transparent
}

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

.courses-section {
) fixed;
    text-align: center;
    background-size: cover
}

.courses-section .overlay-color-courses {
    padding-top: 30px;
    padding-bottom: 0;
    background: transparent;
}

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

.courses-content.heightOneButton {
    height: 336px
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0 !important;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.col-md-6.null-padding {
    padding: 0
}

.course-details {
    width: 100%;
    float: left;
    display: block
}

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

.btn-more-info-course:hover {
    border: 1px solid #9b2120;
    background-color: #9b2120;
    color: #fff;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

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

.overlay-color-contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(155, 33, 32, .3)
}

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

.form-contact input,
.form-contact textarea {
    width: 100%;
    /*border:1px solid #7f2324;*/
    padding: 15px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #7f2324;
    background: rgba(255, 255, 255, .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: #7f2324;
    color: #fff;
    border-radius: 0;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hgroup .breadcrumb,
.list-courses {
    border: 1px solid #982021
}

.footer-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #7f2324;
    color: #fff
}

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

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

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

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

#cursos-full {
    height: 360px;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, .298039) 0 0 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: 0;
    margin-bottom: 26px;
    border-bottom: 1px solid #982021;
    padding-top: 0;
    padding-bottom: 17px
}

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

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

.btn-more-info-buy,
.btn-more-info-details {
    width: 100%;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase
}

.breadcrumb>li {
    display: inline-block
}

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

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

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

.btn-more-info-details {
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #7f2324;
    color: #7f2324;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.btn-more-info-buy,
.btn-more-info-details:hover {
    -webkit-transition: .4s all;
    -o-transition: .4s all
}

.btn-more-info-details:hover {
    border: 2px solid #9b2120;
    background-color: #7f2324;
    color: #fff;
    transition: .4s all
}

.btn-more-info-buy {
    border-radius: 0;
    border: 2px solid #039148;
    color: #fff;
    transition: .4s all;
}

.btn-more-info-buy:hover {
    border: 2px solid #039148;
    background-color: #00a651;
    color: #fff;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

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

.price {
    font-size: 28px;
    font-weight: 700;
}

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

@media (max-width :996px) and (min-width:768px) {
    .card,
    .nav-tabs>li {
        text-align: center
    }
    .navbar-header.page-scroll {
        width: 100%
    }
    .navbar-brand {
        float: left
    }
    .navbar-header .img-responsive {
        float: none;
        margin: 0 auto
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li>a {
        padding-left: 24px;
        padding-right: 24px
    }
    .header-text p {
        max-width: 400px
    }
    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        width: 50%
    }
    .thumbnail a>img,
    .thumbnail>img {
        max-height: 215px
    }
    .courses-content {
        height: auto
    }
}

@media (max-width :767px) and (min-width:275px) {
    .copyright,
    .info-login,
    .nav-tabs>li,
    .social-link {
        float: left;
        text-align: center
    }
    .info-mail-phone {
        display: none
    }
    .info-login {
        width: 100%;
        display: block;
        margin: 0 auto
    }
    .navbar-brand {
        float: left;
        height: auto;
        padding: 10px;
        font-size: 18px;
        line-height: 20;
        max-width: 250px
    }
    .nav-tabs>li {
        margin-bottom: -1px;
        width: 50%;
        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-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .thumbnail a>img,
    .thumbnail>img {
        max-height: 230px
    }
    .courses-content {
        height: auto;
        margin-bottom: 35px
    }
    i.fa.fa-envelope.fa-3x,
    i.fa.fa-map-marker.fa-3x,
    i.fa.fa-phone.fa-3x {
        font-size: 1.9em
    }
    .copyright,
    .social-link {
        width: 100%;
        display: block;
        font-size: 11px
    }
    .content-contact h4 {
        font-weight: 600;
        margin-bottom: -20px
    }
    .social-link {
        padding: 0
    }
}

@media (max-width :1199px) {
    .navbar-header {
        float: none
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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
    }
    .navbar-collapse.collapse.in {
        display: block!important
    }
    .collapsing {
        overflow: hidden!important
    }
}

.item {
    max-height: 800px
}

.tab-pane {
    max-height: 330px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: hidden
}

.img-section-instituc {
    max-height: 400px
}

.caption-limited {
    max-height: 160px;
    margin-bottom: 10px;
    overflow: hidden
}

.courses-content .thumbnail {
    height: 100%;
    overflow: hidden
}

@media (min-width :1200px) {
    .courses-content .thumbnail img {
        width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
}

@media (min-width :992px) {
    .courses-content .thumbnail img {
        width: 100% !important;
        height: 100% !important;
        width: auto;
        position: relative;
        top: 0;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

.slider-images img {
    height: 800px
}

.courses-content-col {
    padding: 0;
}


/*
.courses-more{

    margin-top: 15px;

}*/

a.navbar-brand {
    height: 84px;
    padding: 2px 0 2px 20px;
}

a.navbar-brand img {
    max-height: 100%;
}

.none {
    display: none;
}

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


/*

	BANNER

 */

.slider-images {
    height: 800px;
}

.slider-images img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 1920px;
}

@media (max-width: 1199px) {
    .carousel-inner .item .header-text div h2 {
        font-size: 30px;
        word-wrap: break-word;
    }
    .slider-images img {
        height: auto;
        width: 100%;
        min-height: 100%;
        min-width: 100%;
    }
    .slider-images {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .carousel-inner .item .header-text div h2 {
        font-size: 30px;
        word-wrap: break-word;
    }
    .slider-images img {
        height: auto;
        width: 100%;
        min-height: 100%;
        min-width: 100%;
    }
    .slider-images {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .carousel-inner .item .header-text div h2 {
        font-size: 20px;
        word-wrap: break-word;
    }
    #carousel-example-generic {
        height: 300px;
    }
    .slider-images img {
        height: auto;
        width: 100%;
        min-height: 100%;
        min-width: 100%;
    }
    .slider-images {
        height: 300px;
    }
}

@media (max-width: 520px) {
    .carousel-inner .item .header-text div h2 {
        font-size: 20px;
        word-wrap: break-word;
    }
    #carousel-example-generic {
        height: 200px;
    }
    .slider-images img {
        height: auto;
        width: 100%;
        min-height: 100%;
        min-width: 100%;
    }
    .slider-images {
        height: 200px;
    }
}

@media (max-width: 997px) {
    .header-text p {
        display: none !important;
    }
}

@media (max-width: 520px) {
    .banner-padding {
        padding-top: 10px !important;
    }
}

.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;
    margin-bottom: 2px;
    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: 5px;
    }
}

.btn-turma-full {
    border: 1px solid #f1f1f1 !important;
    background: #253d5e !important;
    color: #f1f1f1 !important;
    width: 100%;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-turma-full2 {
    border: 1px solid #f1f1f1 !important;
    background: #253d5e !important;
    color: #f1f1f1 !important;
    width: 100%;
    border-radius: 0;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 10px;
}

.navbar-drop {
    overflow-x: hidden;
    background-color: #253d5e;
}

.inscricoes-full {
    color: #fff;
    border-radius: 0;
    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: 0 !important;
}
.courses-content-col .thumbnail .amiddle {
    display: block;
    height: 100%;
    border-radius: 0;
    background-size: cover;
}
.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);
}