/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: RALEWAY;
}
body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

@font-face {
    font-family: RALEWAY BOLD;
    src: url(/academia/public/layouts/academia/css/RALEWAY-BOLD.TTF);
}

@font-face {
    font-family: RALEWAY MEDIUM;
    src: url(/academia/public/layouts/academia/css/Raleway-Medium.ttf);
}

@font-face {
    font-family: RALEWAY REGULAR;
    src: url(/academia/public/layouts/academia/css/RALEWAY-REGULAR.TTF);
}

a:hover, a:active {
	outline: none;
}


ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}html {
    background: #191919;
}

body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

a {
    color: black;
}

a:hover {
    color: #cecece;
}

.hide {
    display: none;
}

.c {
    clear: both;
}

.w {
    width: 980px;
    margin: auto;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    .w {
        width: 90%;
    }
}

#header {
    height: 80px;
    background: #000;
}

#submenu-container{
    width: 980px;
    margin: auto;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}
@media (max-width: 1024px) {
    #submenu-container {
        width: 90%;
    }
}

#logo {
    float: left;
    margin-top: 12px;
}

#cidade-titulo {
    float: left;
    margin-right: 0px;
    margin-top: 15px;
    text-align: right;
    line-height: 1.5;
    margin: 0;
    font-family: RALEWAY MEDIUM;
    font-size: 16px;
    font-weight: 400;
    color:white;
}

#cidades {
    padding-top: 5px;
    width: 100%;
}

#cidades ul {
    width: 100%;
    float: right;
}

#cidades.n8,
#cidades.n9 {
    width: 705px;
}

#cidades.n8 ul,
#cidades.n9 ul {
    width: 580px;
    margin-top: 10px;
}

#cidades.n10,
#cidades.n11 {
    width: 650px;
}

#cidades.n10 ul,
#cidades.n11 ul {
    width: 550px;
}

#cidades.n12,
#cidades.n12 {
    width: 650px;
}

#cidades.n13 ul,
#cidades.n13 ul {
    width: 680px;
}

#cidades.n13,
#cidades.n13 {
    width: 760px;
}

#cidades.n12 ul,
#cidades.n12 ul {
    width: 540px;
}

#cidades li {
    float: left;
    margin-left: 15px;
    margin-top: 9px;
    color: #14B243;
    width: 100px;
}

#cidades a {
    color: #fff;
    text-decoration: none;
}

#cidades a:hover {
    color: #cecece;
}

@media (max-width: 500px) {
    #cidades li {
        width: auto;
    }
}

#menu {
    background: #eaeaea;
    background: url(/academia/public/layouts/academia/img/bg_menu.jpg) repeat-x;
    border-top: 1px solid #ccc;
}

#menu li {
    float: left;
    height: 31px;
    font-size: 15px;
    margin-right: 20px;
    padding-right: 20px;
}

#menu a {
    text-decoration: none;
    display: block;
    padding: 6px;
    color: #000;
    font-family: RALEWAY MEDIUM;
    font-size: 14.5px;
}

#menu a:hover {
    color: #14B243;
}

#menu a.special {
    color: #99487D;
}

li>a:hover {
    color: #cecece !important;
}

#menu a.special:hover {
    color: #BA6D9F;
}

#menu-container{
    width: 980px;
    margin: auto;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 1024px) {
    #menu-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        z-index: 1;
    }
    #menu ul{
        background-color: black;
    }
    #menu ul li:not(:first-child) {
        display: none;
        text-align: center;
    }

    #menu .icon {
        float: right;
        display: block;
        position: absolute;
        right: 0;
        color: white;
        top: 0;
        font-size: 30px;
    }

    #menu .icon:hover {
        color: #ccc;
    }

    #menu.responsive {
        position: relative;
    }

    #menu.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    #menu.responsive ul li {
        float: none;
        display: block;
        margin-right: 0;
        padding-right: 0;
    }
    .voucher-btn{
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
        padding-bottom: 20px;
    }
}

#content {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.courses_list {
    margin-bottom: 30px;
}

.course {
    margin-right: 28px;
    float: left;
    border: 1px solid #ccc;
    width: 220px;
    color: #fff;
    line-height: 1.4;
    position: relative;
    float: left;
    margin-bottom: 40px;
    height: 360px;
}

.course.last {
    margin-right: 0;
}

.course a {
    text-decoration: none;
    color: #fff;
}

.course a:hover {
    color: #C7C7C7;
}

.course .title {
    background-color: white;
    color: #2B82AE;
    font-family: RALEWAY MEDIUM;
    font-size: 16px;
    line-height: 1.1;
    padding: 5px;
    text-decoration: none;
    height: 50px;
    display: block;
}

.course .title:hover {
    color: #cecece;
}

.course .txt {
    background-color: white;
    font-family: RALEWAY MEDIUM;
    font-weight: 500;
    font-size: 11px;
    color: #231F1F;
    padding: 5px;
    height: 45px;
}

.course .duracao {
    font-family: RALEWAY;
    font-weight: bold;
    background-color: white;
    color: #2b82ae;
    margin: 0 0px -16px 0;
    padding: 5px;
}

img {
    padding: 0 8px 0 0;
}

.course .preco {
    padding: 5px;
    padding-top: 0px;
}

.course .bt-inscricao,
.course .bt-vermais {
    display: block;
    position: absolute;
    bottom: 56px;
    right: 5px;
}

.course .bt-inscricao:hover {
    background: url(/academia/public/layouts/academia/img/bt_inscricao.png) no-repeat 0px -29px;
}

.course .bt-inscricao span {
    display: none;
}

.course .noimg {
    width: 217px;
    height: 155px;
}

.course .price_note {
    font-size: 11px;
    padding: 5px;
    color: #89EFA8;
}

.course .new {
    width: 90px;
    height: 88px;
    background: url(/academia/public/layouts/academia/img/new.png) no-repeat;
    position: absolute;
    top: 60px;
}

.course_footer {
    background: black;
    width: 210px;
    padding: 5px;
    color: #333;
}

.course_footer .next {
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
}

.course_footer.one .next {
    padding: 15px 0px 8px 0px;
    border: 0;
}

.course_footer a {
    font-family: RALEWAY MEDIUM;
    color: white;
}

@media(min-width:570px) and (max-width:1024px) {
    .course img {
        height: 150px;
    }
}
@media(max-width:570px) {
    .course {
        width: 100%;
        height: auto;
    }
    .course_footer {
        width: 100%;
        padding: 0px;
        padding-bottom: 5px;
    }
    .course_footer a {
        padding-left: 5px;
    }
    .course img {
        width: 100%;
    }
}

.editions_course {
    display: none;
    line-height: 1.5;
}

.editions_course ul {
    list-style: disc;
    margin-left: 15px;
    margin-top: 10px;
}

/* courses */

.course-h {
    border: 1px solid #cecece;
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.course-h .new {
    width: 90px;
    height: 88px;
    background: url(/academia/public/layouts/academia/img/new.png) no-repeat;
    position: absolute;
}

.course-h.two {
    float: right;
    margin-right: 0;
}

.course-h .title {
    line-height: 1.1;
    padding: 5px;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    color: #2B82AE;
}

.course-h .title:hover {
    color: #C7C7C7;
}

.duracao {
    font-family: RALEWAY;
    font-weight: bold;
    color: #2B82AE;
}

.course-h-content {
    background: #191919;
    height: 113px;
    width: 472px;
    overflow: hidden;
}

.course-h .noimg {
    width: 162px;
    height: 113px;
    float: left;
    background: #000;
}

.course-h .img {
    display: block;
    width: 162px;
    height: 113px;
    float: left;
}

.course-h .txt {
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    color: #484646;
    background-color: white;
    line-height: 1.3;
    width: 280px;
    position: relative;
    height: 108px;
}

.course-h .txt p {
    font-family: RALEWAY MEDIUM;
    height: 45px;
    padding-bottom: 10px;
}

@media (min-width:930px) and (max-width:1024px){
    .course-h-content{
        width: 100%;
    }
    .course-h .txt{
        width: 200px;
    }
}
@media (min-width:550px) and (max-width:930px) {
    .course-h{
        margin-right: 0px;
        width: 100%;
    }
    .course-h-content {
        width: 100%;
        background: white;
    }
    .course-h .txt {
        width: 60%;
    }
}
@media (min-width:440px) and (max-width:550px) {
    .course-h {
        margin-right: 0px;
        width: 100%;
    }
    .course-h-content {
        width: 100%;
        background: white;
    }
    .course-h .txt {
        width: 50%;
    }
    .course-h img {
        width: 140px;
    }
}

@media (max-width:440px) {
    .course-h {
        margin-right: 0px;
        width: 100%;
    }
    .course-h-content {
        width: 100%;
        height: 200px;
        background: white;
        display: flex;
        flex-direction: column;
    }
    .course-h .txt {
        width: 100%;
        height: 50%;
        padding-left: 0;
        padding-right: 0;
    }
    .course-h .txt p{
        height: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
    .course-h .txt .duracao{
        padding-left: 5px;
        padding-right: 5px;
    }
    .course-h .img{
        width: 100%;
        height: 50%;
    }
    .course-h img {
        width: 100%;
    }
}

.editions-list {
    float: left;
    padding: 10px;
    line-height: 1.4;
    width: 465px;
}

.editions-list ul {
    list-style: square;
    margin-left: 20px;
}

.editions-list li {
    float: left;
    width: 220px;
    margin-bottom: 20px;
}

.editions-list .trainer {
    font-size: 11px;
    color: #666;
}

.course-h .duracao {
    padding-top: 5px;
    display: block;
    line-height: 1.5;
}

.course-h .price_note,
.price_note {
    color: #89EFA8;
}

.course_footer-horiz {
    background: black;
    padding: 10px;
    color: #333;
    margin-top: 1px;
}

.course_footer-horiz .see-all {
    float: right;
}

.course_footer-horiz .next {
    float: left;
}

.course_footer-horiz a {
    color: white;
    text-decoration: none;
}

.course_footer-horiz a:hover {
    color: #1CBD4C;
}

.course_footer-horiz .editions_course {
    border-top: 1px dotted #eaeaea;
    margin-top: 15px;
}

.bt-inscricao {
    display: block;
    background: url(/academia/public/layouts/academia/img/bt_inscricao.png) no-repeat;
    width: 74px;
    height: 24px;
}

.bt-inscricao:hover {
    background: url(/academia/public/layouts/academia/img/bt_inscricao.png) no-repeat 0px -29px;
}

.bt-inscricao span {
    display: none;
}

.bt-vermais {
    display: block;
    background: url(/academia/public/layouts/academia/img/bt_vermais.png) no-repeat;
    width: 74px;
    height: 24px;
}

.bt-vermais:hover {
    background: url(/academia/public/layouts/academia/img/bt_vermais.png) no-repeat 0px -29px;
}

.bt-vermais span {
    display: none;
}

.esgotado {
    display: block;
    background: url(/academia/public/layouts/academia/img/bt_esgotado.png) no-repeat;
    width: 74px;
    height: 24px;
}

.esgotado span {
    display: none;
}

.course-h .bt-inscricao,
.course-h .bt-vermais {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#page-title {
    color: #2B82AE;
    font-size: 24px;
    margin-bottom: 20px;
}

.html-content {}

.html-content p {
    margin-bottom: 15px;
}

.html-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.html-content ul {
    list-style: disc;
    margin-left: 25px;
}

.pagination {
    border-top: 1px solid #F2F2F2;
    padding-top: 10px;
    position: relative;
}

.pagination .totals {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 11px;
    color: #666;
}

.pagination a {
    display: block;
    float: left;
    padding: 5px 11px 5px 10px;
    color: #666;
    text-decoration: none;
}

.pagination a.number {
    color: #333;
}

.pagination a:hover {
    background: #ccc;
    color: #666;
    text-decoration: none;
}

.pagination a.nav {
    font-size: 13px;
    line-height: 1;
    font-family: Tahoma, Arial;
    background: #F1F1F1;
    padding-bottom: 5px;
    margin-right: 1px;
}

.pagination a.nav:hover {
    background: #333;
}

.pagination a.current {
    background: #14B243;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}

.last_places {
    font-size: 10px;
    color: #FF6600;
}

.under_confirmation {
    font-size: 10px;
    color: #920E14;
}

#footer {
    background: black;
    height: 38px;
    padding: 3px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#olhares {
    background: url(/academia/public/layouts/academia/img/olhares.gif) no-repeat;
    width: 100px;
    height: 35px;
    display: block;
}

#olhares a {
    width: 80px;
    height: 35px;
    display: block;
}

#olhares span {
    display: none;
}

#social-networks{
    background-color: black;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.facebook {
    width: 16px;
    height: 16px;
    background: url(../../../../../client/skins/images/icon-facebook.png) no-repeat;
    display: block;
    margin-right: 10px;
}

.twitter {
    width: 16px;
    height: 16px;
    background: url(../../../../../client/skins/images/icon-twitter.png) no-repeat;
    display: block;
    margin-right: 10px;
}

.instagram {
    width: 16px;
    height: 16px;
    background: url(../../../../../client/skins/images/icon-instagram.png) no-repeat;
    display: block;
    margin-right: 10px;
}

.pinterest {
    width: 16px;
    height: 16px;
    background: url(../../../../../client/skins/images/icon-pinterest.png) no-repeat;
    display: block;
    margin-right: 10px;
}

.youtube {
    width: 16px;
    height: 16px;
    background: url(../../../../../client/skins/images/icon-youtube.png) no-repeat;
    display: block;
    margin-right: 10px;
}
  

#copyright {
    position: absolute;
    right: 0px;
    color: white;
    top: 10px;
    font-size: 11px;
}
@media(max-width:450px) {
    #footer {
        text-align: center;
        height: 70px;
    }
    #social-networks {
        padding: 10px 0 5px 10px;
        position: relative;
        justify-content: center;
    }
    #copyright {
        position: relative;
        top: 0px;
    }
}

.content-detail {
    line-height: 1.6;
}

.content-detail ul {
    margin-left: 20px;
    list-style: disc;
}

.content-detail p {
    margin-bottom: 5px;
}

#homepage_voucher {
    margin-bottom: 30px;
    width: 100%;
}

@media(max-width:539px){
    .voucher-gif{
        width: 100%;
    }
    .voucher-course{
        width: 100%;
        margin-top: 10px;
    }
    .paymentmethod{
        display: flex;
        flex-direction: column;
    }
    .form label.labelpayment {
        margin: -25px 0px 0px 30px !important;

    }
    #paymb {
        margin-left: 5px !important;
    }
}

.form label.labelpayment {
    float: left;
    margin: -10px 0px 0px 0px;
    padding: 0;
    text-align: left;
    width: 200px
}

.f.paymentmethod.pt input {
    width: 15px;
    float: left;
}

.payment-item {
    background: #F3F3F3;
    padding: 5px;
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 5px 5px;
}

.payment-item.two {
    float: right;
}

.form .payment-item label {
    display: block;
    float: none;
    text-align: center;
    width: 200px;
}

.f.paymentmethod .payment-item input {
    width: 20px;
    float: none;
    margin: auto;
}

.payment-input {
    background: #ddd;
    text-align: center;
    border-radius: 5px 5px;
}

.payment-item input {
    display: block;
    text-align: center;
    border: 1px solid red;
}

#paymb {
    margin-left: 75px;
}

#labelpaymb {
    width: 70px;
}

.f.paymentmethod {
    margin-top: 5px;
}

.paypalmsg {
    font-size: 14px;
    padding: 10px 0px;
    line-height: 1.6
}
.alignright {
    float:right;
    margin:0 0 10px 10px;
}
.alignleft {
    float:left;
    margin:0 10px 10px 0;
}
.alignleft {
    float:left;
    margin:0 10px 5px 0;
}
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:1px;

}

.trainers li{
    width:460px;
    float:left;
    color:#fff;
    margin-right:25px;
    height:100px;
    margin-bottom:25px;
}

.trainers a{
    text-decoration: none;
    display: block;
    border: 1px solid #c1c1c1;
    margin: 0 26px 0 0;
}
.trainers img{
    float:left;
}
.trainers .content{
    background-color: white;
    float:left;
    padding:10px;
    display:block;
    width:320px;
    line-height:1.4;
}
.trainers .content:hover {
    background: #F9F3F3;
}
.trainers .name{
    font-size:16px;
    color:#2B82AE;
    display:block;
    margin-bottom:5px;
}
.trainers .txt{
    color:black;
    font-size:11px;
}
.trainers img {
    height: 84px;
}
.trainer-left{
    background:white;
    width:200px;
    border:3px solid #ccc;
    padding-top:10px;
    float:left;
}
.trainer-left {
    text-align:center;
}
.trainer-left .txt{
    padding:10px;
    line-height:1.5;
    color:#2B82AE;
}
.trainer-left .name{
    font-size:18px;
}
.trainer-right{
    float:left;
    width:720px;
    margin-left:25px;
    line-height:1.6;
}
@media (max-width: 1024px) and (min-width: 710px) {
    .trainer-right {
        width: auto;
        margin-left: 0px;
        margin-top: 20px;
    }
    .trainer-left {
        width: 100%;
    }
    .trainer-left img{
        padding: 0 0 0 0;
    }
    .trainers li {
        width: 45%;
        margin-bottom: 30px;
        height: auto;
    }
    .trainers .content {
        width: 60%;
    }
    .trainers a{
        width: 100%;
        height: 155px;
    }
}
@media (max-width: 710px) {
    .trainer-right {
        width: auto;
        margin-left: 0px;
        margin-top: 20px;
    }
    .trainer-left {
        width: 100%;
    }
    .trainer-left img {
        padding: 0 0 0 0;
    }
    .trainers li{
        width: 100%;
        margin-bottom: 30px;
        height: auto;
    }
    .trainers .content{
        width: 50%;
    }
    .trainers a {
        width: 100%;
        height: 155px;
    }
}




.city{
    width: 470px;
    height: 100px;
    margin-right: 18px;
    margin-bottom: 20px;
    float: left;
    color: #fff;
    border: 1px solid #cecece;
}

.city-name{
    font-size: 18px;
    width: 100px;
    height: 50px;
    padding: 10px;
    background: #21a0e0;
    padding-top: 40px;
    float: left;
    color: white;
    text-align: center;
    font-size: 14px;
}

.city ul{
    float:left;
    margin:15px;
    line-height:1.5;
    list-style:disc;
    color:#999;
    margin-left:25px;
}

.city li{
    float:left;
    width:150px;
}
.city .local{
    float:left;
    padding:10px;
    line-height:1.4;
}
.city .address{
    font-size:11px;
    color:black;
    display:block;
    height:70px;
    overflow:hidden;
    width:320px;
    margin-top:5px;
}

.location-left{
    background:#191919;
    width:350px;
    border-top:3px solid #ccc;
    padding-top:10px;
    float:left;
}

.location-left .txt{
    padding:10px;
    line-height:1.5;
    color:#fff;
}
.location-left .name{
    font-size:18px;
    display:block;
    margin-bottom:5px;
}
.location-left .address{
    font-size:14px;
    display:block;
    margin-bottom:5px;
    color:#14B243;
    border-top:1px dotted #666;
    margin-top:10px;
    padding-top:10px;

}
.location-right{
    float:left;
    width:590px;
    margin-left:25px;
    line-height:1.6;
}
.location-right .title{
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    font-size:16px;
    color:#14B243;
}

@media (max-width: 1024px) and (min-width: 710px){
    .city{
        width: 45%;
    }
    .city .local{
        width: 50%;
    }
    .city .address {
        width: 100%;
    }
}
@media (max-width: 710px) {
    .city {
        width: 100%;
    }
    .city .local {
        width: 49%;
    }
    .city .address {
        width: 100%;
    }
}.form div{
    padding-top:7px;
    padding-bottom:7px;
    line-height:1.4;
}

.form input, .form select{
    padding:3px;
    font-size:14px;
    font-family:Arial;
    border:1px solid #ccc;
    width:250px;
}
.form .fields-repeat{
    background:#F5F5F5;
    margin-bottom:2px;
}
.form .f{
    float:left;
    width:450px;
    margin-bottom:15px;;
}
.form .checkbox{
	margin-top:7px;
}

.form .f input{
    font-size:13px;
    padding:6px;
    border-left:2px solid #ddd;
    border-right:2px solid #ddd;
    background:url(/academia/public/layouts/academia/img/input_bg.gif) repeat-x;
    color:#666;
}

.form .f select{
    font-size:13px;
    height:29px;
    border:0;
    border-left:2px solid #ddd;
    border-right:2px solid #ddd;
    background:url(/academia/public/layouts/academia/img/input_bg.gif) repeat-x;
    color:#333;
}
.form .f select#student_npeople{
    width:60px;
}
.form .f select#voucher_course_id{
    width:440px;
    background-color: #fff;
}
.form .f select#voucher_unit_qt{
    width:60px;
    background-color: #fff;
}
.form .f textarea{
    width:350px;
    height:100px;
    border:2px solid #ddd;
    padding:5px;
    font-family:Tahoma, Arial;
    font-size:12px;
}
.form .submit{
    margin-left:180px;
}

.form .submit input{
    cursor: pointer;
    background: #2b82ae;
    border-radius: 4px;
    width: 180px;
    color: #fff;
    padding: 7px;
    border: 0;
}

.form .submit input:hover {
    background: #21A0E0;
    border-radius: 4px;
    width: 180px;
    color: #fff;
    padding: 7px;
    border: 0;
}

.form label{
    float:left;
    width:160px;
    margin-right:20px;
    padding-top:12px;
    font-size:14px;
    text-align:right;
}

.form .sp{

}

#people{ display:none;}

.form .help{
    font-size:11px;
    color:#2b82ae;
}
.form .intro{
    margin-left:20px;
    margin-right:20px;
    font-weight:bold;
    color:#666;
    border-bottom:1px solid #eee;
}

.form .sp{
    margin-left:20px;
    margin-right:20px;
    font-weight:bold;
    color:#666;
    border-bottom:1px solid #eee;
    font-size:14px;
    margin-top:20px;
}
.form .sp-first{
	margin-top:0;
}
.form-intro{
    margin-bottom:20px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.notification {
    background:#FFF1A8;
    border:1px solid #EEEEB3;
    padding:7px;
    margin-bottom:20px;
}
.field_help{
	font-size:11px;
	margin-top:15px;
	color:#999;
}


.students{
    margin-bottom:20px;
}

.students .name{
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
    display:block;
}
.mb{
    width:250px;
    border:2px solid #ccc;

}

.mb td{
    padding:5px;
    border-bottom:1px solid #eee;
}
.mb .t{ text-align:right; font-weight:bold; width:130px;}

#voucher_info{
	background: #EAEAEA;
}
.h2{
	font-size:16px;
	margin-left:20px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	width:580px;
}

.buy{
    width:100%;
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
    margin-bottom:20px;
}

.buy td{
    padding:5px;
    border-bottom:1px solid #eee;
}
.buy .t{
	font-weight:bold;
	background:#EAEAEA;
}
.buy td.right{
	text-align: right;
}

.buy td.red{
	color:red;
}

@media (max-width: 1024px) {
    .form .submit {
        margin-left: 0px;
    }
    .h2 {
        width: 100%;
        margin-left: 0px;
    }
    #voucher_invoice_address {
        width: 100%;
    }
    .form .f {
        width: 100%;
        margin-bottom: 0px;
    }
    .form label {
        text-align: left;
        padding-top: 0px;
    }
    #voucher_info{
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .voucher_billing{
        margin-left:0px !important;
    }
    .form .f select#voucher_course_id {
        width: 250px;
    }
    .form .submit input {
        width: 100%;
    }

    .form .submit input:hover {
        width: 100%;
    }
    .form .f input {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .form .f select{
        width: 100%;
    }

    .form .f textarea{
        width: 100%;
    }
}#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}.cms-detail{
  width:610px;
  float:left;
}

.cms-detail .cms-title{
  margin-top:5px;
  font-size:24px;
  text-decoration:none;
  margin-bottom:5px;
  font-weight:bold;
}
.cms-detail .cms-date{
  color:#FF4400;
  font-size:11px;
  margin-bottom:20px;
}

.cms-detail {
  line-height:1.6;
  font-size:14px;
  color:#333;
}

.cms-detail p{
  margin-bottom:15px;
}
.cms-detail h3{
  margin-bottom:15px;
  font-size:1.25em;
}
  .cms-detail ul{
    margin-left:35px;
    margin-bottom:15px;
  }

  .cms-detail li{
    list-style:disc;
  }

  .cms-detail ol{
    margin-left:35px;
    margin-bottom:15px;
  }

.cms-detail .alignright {
  float:right;
  margin:0 0 10px 10px;
}
.cms-detail .alignleft {
  float:left;
  margin:0px 10px 10px 0px;
}
.cms-detail .alignleft {
  float:left;
  margin:0 10px 5px 0;
}
.cms-detail img {}

.cms-category {
  font-size:11px;
  color:#666;
  margin-top:20px;
  border-top:1px dotted #ccc;
  padding-top:5px;
  float:left;
}
.cms-category a {
  color:#666;
}
.cms-category a:hover {
  color:#FF4400;
}
.cms-tag{
  margin-left:20px;
}
.cms-related{
  margin-top:15px;
  background:#F2F2F2;
  border-top:1px solid #ccc;
  padding:8px 0 8px 10px;
  line-height:1.5;
  font-size:12px;
}
  .cms-related .cms-related-title{
    font-size:16px;
    margin-bottom:10px;
  }

  .cms-related ul{
    list-style:disc;
    margin-left:20px;
    color:#666;
    margin-bottom:0;
    padding:0;
  }
    .cms-related li{
      padding-bottom:6px;
      font-size:1.2em;
	  font-weight:bold;
    }

.facebook_like {
  border: medium none;
  height: 25px;
  margin-top: 10px;
  overflow: hidden;
  width: 450px;
}

.facebook_share{
  float:right;
  margin-top:18px;
}
.gooad-detail{
  margin-top:10px;
}
.catlist{
    margin:20px;
}

#gooadSide{margin-top:15px;}

.course-detail{}

.course-left{
    width: 300px;
    border: 1px solid #cecece;
    color: #fff;
    line-height: 1.4;
    float: left;
    font-size: 14px;
}


.course-left span{
    color:#2B82AE;
}
.course-left ul{
    list-style:disc;
    color:#ccc;
}
.course-left li{
    padding:5px 0px 5px 0px;
    margin-left:15px;
}

.course-left a#cities_hiperlink:hover {
    opacity: 0.9;
}

.cities {
    color: #2B82AE;
    border-top: 1px dotted #666;
    margin-top: 15px;
    padding-top: 15px;
}

.course-left .req{
    color: #2B82AE;
    border-top:1px dotted #666;
    margin-top:15px;
    padding-top:15px;
}

.course-left .alert{
    border-top:1px dotted #666;
    margin-top:15px;
    padding-top:15px;
}

.course-left .alert .sub{
    display:block;
    font-size:11px;
    color: #2B82AE;
    margin-bottom:10px;
}

.course-left .alert input,
.course-left .alert select {
    font-size: 12px;
    font-family: Arial, Tahoma;
    padding: 3px;
    width: 150px;
    border: none;
    width: 160px;
    padding: 0px 4px 0px 4px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    color: #333;
    height: 26px;
}

.course-left .alert input{
	margin-bottom:10px;
	width:255px;
}
.course-left .alert select{
	width:190px;
	padding:0;
	margin-right:10px;
	margin-top:2px;
}

.course-left input.bt-submit:hover {
    color: white;
    cursor: pointer;
    font-size: 11px;
    background: #3E94C7;
    width: 60px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 28px;
    position: relative;
    top: 0px;
}

.course-left input.bt-submit {
    cursor: pointer;
    font-size: 11px;
    background: #2B82AE;
    width: 60px;
    color: white;
    border-right: 1px solid #999;
    height: 28px;
    position: relative;
    top: 0px;
}

.course-right{
    float:left;
    margin-left:20px;
    width:630px;
    line-height:1.5;
    font-size:13px;
}

.course-left-pad{
    padding:10px;
}

.course-detail .title{
    font-size:15px;
    margin-bottom:10px;
}

.course-right .title, .editions .title{
    font-weight:bold;
    margin-bottom:10px;
    font-size:16px;
    color:#2B82AE;
}

.course-right .title.first{
    margin-top:0;
}

@media (max-width: 1024px) {
    .course-right {
        width: 100%;
        margin-left:0px;
        padding-top: 20px;
    }
    .course-left {
        width: 100%;
    }
    .course-left img{
        width: 100%;
    }
    #newsletter_email{
        width: 100%;
    }
    .course-left .alert select{
        width: 100%;
        margin-bottom: 10px;
    }
    .course-right .title{
        margin-top: 10px;
    }
    .course-register{
        float: right;
        margin-top: -20px;
    }
}

.editions{
    margin-top:20px;
    position: relative;
}
#edition_city{
    color: #2B82AE;
	position: absolute;
	right:0px;
	top:-10px;
}
#city_select{

	font-family: Tahoma, Arial;
	font-size:12px;
	color:#333;
	padding:5px;
}

.editions table{
    width:100%;
    font-size:12px;
}

.editions td{
    padding:10px;
    border-bottom:1px solid #ccc;
    vertical-align:top;
}
.editions tr.odd td{
    background:#eee;
}

.editions tr.special td,
.editions tr.odd.special td {
    background: #C1F3D0;
}

.edition .teste{}

.editions a{
    color:#333;
}

.editions a:hover, .editions a.min:hover{
    color:#2B82AE;
}

.editions tr.h td{
    font-weight:bold;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:#eee;
}

.editions td.right{
    width:100px;
}

.editions .sessions{
    width:220px;
}

.editions a.min, .editions span.min{
    font-size:11px;
    color:#999;
    margin-top:10px;
    display:block;
    text-decoration:none;
}
@media (max-width: 500px) {
    .editions {
        width: 100%;
        overflow-x: auto;
    }
    #edition_city {
        position: relative;
        top: 5px;
        padding-bottom: 20px;
    }
}
.sessions{
    font-size:12px;
}
.sessions li{
    border-bottom:1px dotted #ccc;
    padding:5px;
}
.editions_sessions{
    width:220px;
    cursor:pointer;
}
.editions_sessions.form{
    width:100%;
}
.editions_sessions td{
    color: #2B82AE;
    font-size:11px;
    padding:7px 0px 7px 5px;
    border-bottom:1px dotted #eee;
}
.editions_sessions tr.last td{
    border-bottom:0;
}

#video-content {
    padding:10px;
}

.video-play{
    display:block;
    width:300px;
    height:210px;
    background:url(/academia/public/layouts/academia/img/player2.png) no-repeat;
    z-index:10;
    position:absolute;
}

.map-course{
    margin-bottom:20px;
    font-size:14px;
    line-height:1.6;
}
.map-course img{
    border:3px solid #eee;
    margin-right:20px;
}
.ultimoslugares {
    background-color: #c00;
}

#icon-button {
    padding: 0 3px 0 0;
}

button#scrollToBottom {
    border: none;
    padding: 0 15px 0 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    background: #2B82AE;
    color: white;
    height: 40px;
}

button#scrollToBottom:hover {
    background-color: #3E94C7
}
