*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

object,
embed,
video,
iframe,
iframe['style']{
    max-width: 100%;
    height: auto;
}

article, section{
    text-align: center;
}

h1{
    font-size: 1em;
    font-weight: 300;
}

p{
    font-size: 0.8em;
    font-weight: 400;
    margin-bottom: 15px;
}

img{
    max-width: 100%;
    vertical-align: middle;
}

ul{
    list-style: none;
}

.form{
    float: left;
    width: 100%;
    text-align: left;
}

.form label{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.form label .text{
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #fff;
}

.form .send_form{
    float: left;
    width: 100%;
}

.modal_info{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 20px;
    color: #fff;
    text-align: center;
    display: none;
}

.modal_msg{
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.modal_info .btn{
    margin-top: 10px;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 10px;
    background: rgba(0,0,0,0.1);
    color: #fff;
    cursor: pointer;
}

.modal_info .btn:hover{
    background: rgba(0,0,0,0.3);
}

.modal_info p{
    font-size: 1em;
    font-weight: 300;
}

.modal_info .tl{
    font-size: 1.4em;
    font-weight: 600;
}

.modal_info b{
    font-weight: 400;
}

.modal_info.success{
    background: #DFEFD9;
    color: #458847;
}

.modal_info.error{
    background: #F1DDDD;
    color: #B94A48;
}

.form .send_form .btn{
    border: none;
    float: right;
    padding: 10px 20px;
    color: #fff;
    background: #B15236;
    font-size: 0.9em;
    cursor: pointer;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    outline: none !important;
}

.form .send_form .btn:hover{
    background: #F16529;
}

.form .send_form img{
    float: right;
    margin-right: 5px;
}

.form fieldset{border: 0;}
.form input[type="text"],
.form input[type="email"],
.form select,
.form textarea{
    padding: 15px;
    width: 100%;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    border: none;
    outline: none;
}
.form.btn{width: auto; cursor: pointer;}

.mobile_indicator{
    display: none;
}

.ratio{
    position: relative;
    padding-bottom: 56.25%;
    float: left;
    width: 100%;
    height: 0;
}

.media{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.container{
    float: left;
    width: 100%;
}

.content{
    float: left;
    width: 100%;
    padding: 50px 6%;
}

.clear{
    clear: both;
}

.fontzero{
    font-size: 0;
}

.meta{
    display: none;
}

.new-title{
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #ccc;
}

.pay_btn{
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.pay_btn img{
    margin: 5px 0 10px 0;
    display: none;

}

.title-line{
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: #B15236;
    font-weight: 300;
}

.title-line-text{
    background: url(images/arrow.png) top center no-repeat;
    padding-top: 26px;
}

.main_header{
    position: fixed;
    z-index: 98;
    top: 0;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

.main_header .content{
    padding-top: 0;
    padding-bottom: 0;
}

.main_header img{
    height: 50px;
    max-height: 100%;
}

.main_menu{
    display: none;
}

.load{
    float: right;
    margin-left: 20px;
    margin-top: 3px;
    display: none;
}

.video{
    padding-top: 50px;
    background: #000 url(images/index.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.videobox{
    padding: 15px;
    background: rgba(255,255,255,0.5);
    max-width: 800px;
    margin: 0 auto;
}

.video h1{
    color: #fff;
    text-shadow: 1px 1px #000;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.lista{
    background: #eee;
    background-size: cover;
}

.lista .content{
    float: none;
    display: block;
    max-width: 550px;
    padding: 40px 20px;
    margin: 0 auto;
}

.lista h1{
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}

.lista p{
    font-weight: 400;
    margin: 15px 0 20px 0;
    font-size: 0.9em;
}

.lista .text{
    color: #555;
}

.lista .add_list{
    border: 0;
    float: right;
    width: auto;
    font-size: 0.9em;
    padding: 10px 20px;
    background: #458847;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    outline: none !important;
}

.lista .add_list:hover{
    background: #45b33d;
}

.lista img{float: right; margin-right: 10px;}

.conteudo{
    background: #eee;
    text-align: left;
}

.conteudo header h1{
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.conteudo .ficha{
    font-weight: 400;
    font-size: 0.875em;
    margin-bottom: 40px;
    text-align: center;
}

.conteudo_item{
    text-align: left;
    margin-bottom: 30px;
}

.conteudo_item h1{
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 0.9em;
    font-weight: 600;
}

.conteudo_item p{
    margin: 10px 0 0 0;
}

.garantia{
    background: #000 url(images/index.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.garantia a{
    color: #fff;
}

.garantia .content{
    float: none;
    display: inline-block;
    margin: 0 auto;
    max-width: 540px;
    padding: 40px 20px;
}

.garantia h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4em;
}

.garantia p{
    margin: 20px 0 40px 0;
}

.garantia .rules{
    font-size: 0.7em;
    line-height: 1.1;
    color: #ccc;
    font-weight: 300;
}

.ferramentas .content{
    padding-bottom: 20px;
}

.ferramentas h1{
    text-transform: uppercase;
    color: #526192;
    font-size: 1.4em;
}

.ferramentas .sub{
    margin-bottom: 40px;
}

.ferramentas_item{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.ferramentas_item h1{
    font-size: 1em;
    margin: 10px 0 5px 0;
}

.ferramentas_item p{
    margin: 0;
    font-size: 0.7em;
}

.certificado{
    background: #eee;
}

.certificado h1{
    font-size: 1.5em;
    text-transform: uppercase;
}

.certificado p{
    margin: 20px 0;
}

.certificado .sub{
    font-size: 1em;
}

.certificado .ups{
    font-size: 0.8em;
}

.certificado .cnp{
    font-size: 0.75em;
}

.certificado .img{
    padding: 15px 15px 10px;
    background: #fff;
    box-shadow: 0 2px 6px #333;
}

.contato{
    background: url(images/bg_ray_list.jpg) top center no-repeat;
    background-size: cover;
}

.contato .content{
    float: none;
    display: block;
    max-width: 640px;
    padding: 40px 20px;
    margin: 0 auto;
}

.contato h1{
    font-size: 1.3em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.contato .check{
    float: left;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 6px 8px;
    margin: 6px 0;
    font-weight: 600;
    color: #fff;
    background: rgba(0,0,0,0.3);
}

.contato .check input{
    float: left;
    margin-top: 2px;
    margin-right: 3px;
}

.professor h1{
    font-size: 1.4em;
    text-transform: uppercase;
    color: #526092;
}

.professor .content{
    float: none;
    display: inline-block;
    margin: 0 auto;
    max-width: 840px;
    padding: 40px 20px;
}

.professor .tutor{
    padding: 10px;
    background: #eee;
}

.professor .title{
    font-size: 1.8em;
    font-weight: 600;
    text-transform: uppercase;
    color: #525F92;
    margin: 20px 0 0 0;
}

.professor p{
    font-size: 0.8em;
    margin: 15px 0;
}

.professor a{
    color: #0099FF;
    font-size: 0.7em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.professor a:hover{
    text-decoration: underline;
}

.main_footer{
    float: left;
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 30px;
}

.main_footer p{
    margin: 25px auto 35px auto;
    max-width: 260px;
}

.main_footer .termos{
    float: left;
    width: 100%;
    margin: 20px 0;
}

.main_footer .termos li{
    display: inline-block;
    margin: 0 5px;
}

.main_footer .termos a{
    font-size: 0.7em;
    text-transform: uppercase;
    color: #888;
}

.main_footer .termos a:hover{
    color: #fff;
}

.main_footer .social li{
    display: inline-block;
    margin: 0 1%;
}

.main_footer .social li a{
    padding: 10px;
    background: #111;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.main_footer .social li a:hover{
    background: #822121;
}

.conv_header{
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.conv_header .content{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.conv_header img{
    max-height: 50px;
}

.conv_home{
    padding-top: 50px;
    padding-bottom: 10px;
    background: url(images/convite.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.conv_videobox{
    max-width: 680px;
    margin: 0 auto;
}

.conv_videobox .video_paddgin{
    float: left;
    width: 100%;
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 25px 0;    
}

.conv_form{
    margin-top: 20px;
}

.conv_form .content{
    background: #fff;
    padding: 25px;
}

.conv_form .conftitle{
    color: #458847; margin-bottom: 10px;
}

.conv_form .confirma li{
    display: block;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}

.conv_form h1{
    display: block;
    padding: 5px;
    color: #000;
    font-weight: 500;
    font-size: 1.2em;
    padding-bottom: 50px;
    text-shadow: 1px 1px 0 #fff;
    background: url(images/arrow_down.png) center bottom no-repeat;
}

.conv_form img{
    float: none;
    margin: 10px 0 0 0;
}

.conv_form input{
    font-size: 1.1em;
    font-weight: 300;
}

.conv_form .add_list{
    border: 0;
    float: left;
    width: 100%;
    font-size: 1em;
    padding: 15px;
    background: #458847;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    outline: none !important;
}

.conv_comments header h1{
    font-size: 2.4em;
    padding-bottom: 40px;
    margin-bottom: 20px;
    background: url(images/arrow_com.png) center bottom no-repeat;
}

.conv_comments header{
    margin-bottom: 40px;
}

.conv_form .add_list:hover{
    background: #45b33d;
}

.conv_form p{
    font-size: 1em;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

.conv_btn_curso{
    margin-top: 20px;
    padding: 20px 30px;
    background: #458847;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.conv_btn_curso:hover{
    background: #45b33d;
}

.conv_key{
    background: url(images/index.jpg) top right no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.key_course{
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 0.7em;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    text-transform: uppercase;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    color: #fff;
}

.key_course:hover{background: #fff; color: #000;}

.key_videobox{
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 860px;
}

.key_videobox .video_paddgin{
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 25px 0;
    position: relative;
}

.key_pay{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -6px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 0.75em;
    background: #458847;
    color: #fff;
    text-decoration: none;
}

.key_pay:hover{
    background: #45b33d;
}

.bonus{
    background: #000 url(images/index.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}

.bonus .content{
    padding: 50px 20px;
    max-width: 600px;
    display: block;
    float: none;
    margin: 0 auto;
}

.bonus h1{
    font-size: 2em;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 20px;
}

.bonus .destaque{
    font-size: 1em;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}

.bonus p{
    font-size: 1em;
    font-weight: 300;
}

.bonus .small{
    font-size: 0.9em;
    margin-top: 25px;
    margin-bottom: 0;
}

.conquist header{float: left; width: 100%; text-align: center;}
.conquist header div{max-width: 600px; display: inline-block; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 2px dotted #ccc;}
.conquist header h1{font-size: 1.6em; font-weight: 500; text-transform: uppercase; margin-bottom: 15px;}
.conquist header p{font-size: 1em;}
.conquist_wins{display: inline-block; min-width: 100px; vertical-align: top; margin-left: -4px; width: 10%; padding: 15px; font-size: 0.9em;}
.conquist_wins img{margin-bottom: 8px;}             
.conquist .infor{display: inline-block; margin-top: 20px; max-width: 960px; font-size: 1em; color: #B94A48;}

.welcome{
    text-align: left;
    padding: 5%;
    background: #fff;
    display: inline-block;
    box-shadow: 0 2px 7px #ccc;
    max-width: 650px;
}

.welcome h1{font-size: 2em;}
.welcome p{margin-top: 15px; font-size: 1em; font-weight: 300;}

@media (min-width: 480px){
    .title-line{
        font-size: 1.6em;
    }

    .lista h1 {
        font-size: 1.8em;
    }

    .lista p{
        font-size: 1em;
    }

    .certificado h1{
        font-size: 2em;
    }

    .conteudo header h1{
        font-size: 1.5em;
    }
    .conteudo .ficha{
        font-size: 0.9em;
    }

    .garantia h1{
        font-size: 2.2em;
    }
    .garantia p{
        font-size: 1em;
    }

    .ferramentas h1{
        font-size: 1.5em;
    }    
    .ferramentas_item h1{
        font-size: 1.2em;
        margin: 8px 0 5px 0;
    }    
    .ferramentas_item p{
        font-size: 1em;
        font-weight: 300;
    }
    .contato h1{
        font-size: 2em;
    }
    .professor h1{
        font-size: 1.8em;
    }
    .professor p{
        font-size: 1em;
        font-weight: 300;
    }

    .conv_form{
        max-width: 600px;
        margin: 25px auto 0 auto;
    }

    .key_videobox{
        text-align: left;
    }

    .key_pay{
        float: right;
        width: auto;
        margin-bottom: 0;
    }

}

@media (min-width: 768px){     
    .title-line{
        font-size: 2em;
    }

    .lista p{
        font-size: 1.1em;
        font-weight: 300;
    }

    .conteudo header h1{
        font-size: 2em;
    }
    .conteudo .ficha{
        font-size: 1em;
    }

    .conteudo_item{
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        width: 50%;
        padding: 1%;
    }

    .certificado h1{
        font-size: 2.4em;
    }

    .certificado .img{
        margin: 0 10%;
    }

    .garantia h1{
        font-size: 2.6em;
    }
    .garantia p{
        font-size: 1.2em;
    }

    .ferramentas h1{
        font-size: 2em;
    }
    .ferramentas_item{
        float: left;
        width: 50%;
        padding: 25px;
        margin-bottom: 30px;
    }
    .ferramentas_item h1{
        font-size: 1em;
        margin: 8px 0 5px 0;
    }    
    .ferramentas_item p{
        font-size: 1em;
        font-weight: 300;
    }

    .contato h1{
        font-size: 2.6em;
        font-weight: 300;
    }

    .professor h1{
        font-size: 2.2em;
    }

    .professor .text{
        float: left;
        width: 70%;
        text-align: left;
        padding-right: 30px;
    }

    .professor .tutor{
        float: right;
        max-width: 30%;
    }

    .professor p{
        font-size: 1em;
        font-weight: 300;
    }

    h1 span{
        display: block;
    }
}

@media (min-width: 960px){
    #bonus{
        font-weight: bold;
        background: none !important;
        background-image: url(images/bonus.png) !important;
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .certificado .content{
        max-width: 1400px;
        float: none;
        margin: 0 auto;
    }

    .certificado header{
        float: left;
        width: 60%;
        padding-right: 6%;
        text-align: left;
    }

    .certificado h1{
        font-weight: 400;
    }

    .certificado .img{
        float: right;
        width: 40%;
        margin: 0;
    }

    .ferramentas h1{
        font-size: 2.5em;
    }    
    .ferramentas .sub{
        font-size: 1em;
    }
    .ferramentas_item h1{
        font-size: 1.1em;
        font-weight: 600;
    }

    .contato h1{
        font-size: 3em;
        font-weight: 400;
    }

    .professor h1{
        font-size: 2.4em;
        margin-bottom: 30px;
    }

    .bonus h1{
        font-size: 2.4em;
    }
}

@media (min-width: 1280px){
    .content{
        padding: 50px 10%;
    }

    .mobile_indicator{
        display: block;
    }

    .main_header .logo{
        float: left;
    }

    .main_menu{
        display: block;
        float: right;
        margin-top: 5px;
    }

    .main_menu li{
        display: inline-block;
        font-size: 0.7em;
        color: #fff;
        cursor: pointer;
        padding: 12px;
    }

    .main_menu li:hover{
        background: rgba(242,102,40, 0.7);
    }

    .main_menu a{
        text-decoration: none;
        color: #fff;
    }

    .main_menu .pay_this,
    .main_menu .pay_this:hover{
        padding: 0;
        font-weight: bold;
        background: none !important;
    }

    .main_menu .pay_this a,
    .main_menu .pay_this a:hover{
        display: inline-block;
        padding: 10px;
        background-image: url(images/brush.png) !important;
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .suspense{
        background: #B15236;
    }

    .suspense li:hover{
        background: #F26729 !important;
    }

    .conteudo_item{
        width: 25%;        
        margin-bottom: 10px;
    }

    .ferramentas_item{
        width: 25%;
    }

    .conv_videobox{
        text-align: left;
        float: left;
        width: 60%;
        max-width: 100%;
    }

    .conv_form{
        float: right;
        width: 40%;
        margin: 0;
        padding-left: 5%;
    }
}


/*GETRESPONSE*/
#optin { float: left; width: 100%; margin-top: 20px; }
#optin input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#optin input[type="text"],
#optin input[type="email"] {
    border: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 100%
}
#optin input.email { background: #fff url(images/email.png) no-repeat center right }
#optin input.name { background: #fff url(images/name.png) no-repeat center right }
#optin input[type="submit"] {
    background: #f6640e url(images/orange.png) repeat-x top;
    border: 1px solid #a44913;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-shadow: 1px 1px #562806;
    text-transform: uppercase;
    width: 100%
}
#optin input[type="submit"]:hover { color: #ffdeb3 }
#optin .termos{font-size: 0.8em; display: inline-block; padding-left: 25px; background: url(images/privace.png) left center no-repeat; text-transform: uppercase; color: #555; margin-top: 15px;}