@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.f300{
    font-weight: 300;
}

.f400{
    font-weight: 400;
}

.f500{
    font-weight: 500;
}

.f700{
    font-weight: 700;
}

.f900{
    font-weight: 900;
}

.white{
    color: #fff;
}

.green{
    color: #00b73b;
}

.blue{
    color: #110735;
}

a{
    outline: none;
}

.modal-body label.error{
    width: 100%;
    color: red;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
}

a:hover, a:focus{
    text-decoration: none;
}

.dt{
    display: table;
    height: 100%;
    width: 100%;
}

.dtc{
    display: table-cell;
    vertical-align: middle;
}

.container_area_1{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_header{
    background: #110735;
    min-height: 100px;
}

.caixa_reservar{
    background: #110735;
    border-radius: 20px;
    padding: 50px;
}

.caixa_reservar h1{
    font-size: 27px;
    margin-top: 0;
}

.caixa_reservar h2{
    font-size: 18px;
    text-transform: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 0;
}

.caixa_reservar input{
    border-radius: 20px;
    text-align: center;
}

#formContacto .form-control{
    border-radius: 50px;
    outline: none;
    color: #110735;
    font-size: 18px;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #110735;
}

.caixa_reservar{
    float: left;
    width: 550px;
}

.sabe_mais{
    float: right;
    width: 105px;
    margin-top: 465px;
    font-size: 14px;
    line-height: 125px;
    margin-left: 20px;
}

#lottie{
    background-color:#fff;
    width:20px;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    float:left;
    margin-right:5px;
}

.btn_inscrever{
    margin-top: 20px;
}

.btn_inscrever button{
    font-size: 24px;
    background: #00b73b;
    padding: 10px;
    border-radius: 50px;
    transition: 0.3s;
    display: block;
    text-align: center;
    width: 100%;
    outline: none;
    border: none;
}

.btn_inscrever button:hover, .btn_inscrever button:active, .btn_inscrever button:focus{
    background: #fff;
    color: #110735;
    text-decoration: none;
}

.g{
    height: 10px;
    background: #110735;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.livro_header{
    height: 100vh;
}

#canvas{
    width: 100%;
    position: absolute;
}

.area2{
    background: #fff;
    position: relative;
}

.container_titulos{
    background: #00b73b;
    border-radius: 20px;
    margin-top: 0;
    padding: 50px;
    width: 750px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.titulo2{
    margin-bottom: 20px;
    font-size: 60px;
}

.redes_sociais_paulo{
    list-style: none;
    display: inline-flex;
    padding: 0;
}

.redes_sociais_paulo i{
    margin-right: 10px;
}

.redes_sociais_paulo li a{
    margin-right: 50px;
    color: #110735;
}

.redes_sociais_paulo li a:hover{
    text-decoration: underline;
}

.img_triangulos{
    background-image: url('../img/triangulos.png');
    background-repeat: no-repeat;
    width: 806px;
    height: 76px;
    position: relative;
    z-index: 1;
}

.container_area_2{
    float: right;
    position: relative;
    margin-top: -480px;
    z-index: 0;
}

.linha{
    background-image: url('../img/linha.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 932px;
    position: relative;
    z-index: 2;
    margin-top: -115px;
    margin-left: 131px;
}

.titulo_destaque_imprensa{
    font-size: 24px;
}

.container_social_img{
    margin-left: 180px;
    margin-top: -480px;
    margin-bottom: 300px;
}

.img_imprensa{
    margin-top: 30px;
}

.img_imprensa img{
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.livros{
    position: relative;
    z-index: 0;
}

.livros img{
    margin-left: -150px;
    margin-top: -94px;
}

.container_missao{

}

.container_titulos2{
    float: right;
    width: 800px;
    margin-top: -900px;
    position: relative;
    z-index: 1;
}

.triangulo1{
    background-image: url("../img/1.png");
    background-repeat: no-repeat;
    width: 296px;
    height: 359px;
    position: absolute;
    margin-left: 100px;
    margin-top: 100px;
}

.triangulo2{
    background-image: url("../img/2.png");
    background-repeat: no-repeat;
    width: 371px;
    height: 463px;
    position: relative;
    float: right;
    margin-top: -480px;
}

.area4{
    background: #110735;
    margin-top: 90px;
    border-bottom: 20px solid #00b73b;
    height: 1000px;
}

.area4 h2{
    font-size: 60px;
    margin-bottom: 40px;
}

.container_video{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
}

.desc_video{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

.video{
    margin-bottom: 50px;
    width: 100%;
    height: 566.66px;
    z-index: 2;
    position: relative;
}

.area5{
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 100px;
}

.testemunhos{
    font-size: 60px;
}

.bg_testemunho{
    background-image: url("../img/testemunhos.png");
    background-repeat: no-repeat;
    width: 535px;
    height: 564px;
}

.bg_testemunho img{
    width: 300px !important;
    height: 300px;
    float: right;
    margin-top: 100px;
    right: -80px;
    position: relative;
}

.owl-carousel{
    margin-top: 50px;
}

.nome_testemunho{
    font-size: 30px;
    margin-bottom: 0;
}

.cargo_testemunho{
    margin-bottom: 20px;
}

.info_testemunho{
    padding-left: 200px;
    height: 564px;
}

.owl-nav{
    float: right;
}

.owl-next, .owl-prev{
    background: none;
    outline: none;
    border: none;
    float: left;
}

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

.triangulo3{
    background-image: url("../img/3.png");
    background-repeat: no-repeat;
    width: 116px;
    height: 300px;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
}

.triangulo4{
    background-image: url("../img/4.png");
    background-repeat: no-repeat;
    width: 112px;
    height: 113px;
    position: absolute;
    margin-left: 50px;
    margin-top: -150px;
}

.triangulo5{
    background-image: url("../img/5.png");
    background-repeat: no-repeat;
    width: 170px;
    height: 67px;
    position: absolute;
    float: right;
    right: 20px;
    margin-top: 50px;
}

.triangulo6{
    background-image: url("../img/6.png");
    background-repeat: no-repeat;
    width: 130px;
    height: 172px;
    position: absolute;
    float: right;
    margin-top: -200px;
    right: 0;
}

.bg_footer{
    background-image: url("../img/bg_footer.png");
    background-repeat: no-repeat;
    width: 1297px;
    height: 682px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.caixa_reservar2{
    background: transparent;
    border-radius: 20px;
    padding: 50px;
    float: right;
    width: 622px;
}

.caixa_reservar2 h1, .titulo_footer {
    font-size: 27px;
    margin-top: 0;
    line-height: 1.1;
}

.caixa_reservar2 h2, .desc_footer {
    font-size: 18px;
    text-transform: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 0;
    line-height: 1.1;
}

.caixa_reservar2 .btn_inscrever{
    margin-top: 40px;
}

.caixa_reservar2 .btn_inscrever button{
    font-size: 24px;
    background: #110735;
    padding: 10px;
    border-radius: 50px;
    transition: 0.3s;
    display: block;
    text-align: center;
    width: 100%;
    outline: none;
    border: none;
}

.caixa_reservar2 .btn_inscrever button:hover, .btn_inscrever button:active, .btn_inscrever button:focus{
    background: #fff;
    color: #110735;
    text-decoration: none;
}

#formContacto .form-control {
    border-radius: 50px;
    outline: none;
    color: #110735;
    font-size: 18px;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #110735;
}

.bg_livro_footer{
    background-image: url("../img/livro_md.png");
    background-repeat: no-repeat;
    width: 867px;
    height: 712px;
    margin-left: -280px;
    margin-top: -25px;
    position: absolute;
}

#formContacto2 .form-control {
    border-radius: 50px;
    outline: none;
    color: #110735;
    font-size: 18px;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #00b73b;
    text-align: center;
}

footer{
    background-color: #110735;
}

.links_footer{
    padding-top: 40px;
}

footer a:hover, footer a:focus, footer a:active{
    color: #fff;
    text-decoration: underline;
}

.linha_header{
    position: absolute;
    left: 0;
    right: 0;
    top: 50vh;
}




.navbar-brand img{
    height: 70px;
    object-fit: cover;
}

.area1{
    width: 100%;
    height: 100vh;
    min-height: 768px;
}

.container_a1{
    padding-top: 100px;
}



.local_curso{
    margin-top: 15%;
    margin-bottom: 15%;
    font-size: 18px;
}

.curso{
    font-size: 24px;
    margin-top: 15%;
}

.titulo{
    font-size: 36px;
    margin: 0;
}

.livro{
    height: 90vh;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo3{
    font-size: 18px;
}

.bg_yellow{
    background: #e38f00;
    padding: 40px;
    margin-top: 50px;
    font-size: 16px;
}

.bg_yellow2{
    background: #e38f00;
    padding: 40px;
    margin-top: 25px;
    font-size: 16px;
}


.container_area_2{
    margin-bottom: 50px;
}

.area3{
    width: 100%;
    height: 800px;
}

.container_area3{
    width: 1600px;
}

.caixa_objectivo{
    background: #fff;
    font-size: 18px;
}

.caixa_objectivo ul{
    list-style-image: url('../img/check.png');
    padding: 40px;
}

.caixa_objectivo ul li{
    padding-bottom: 10px;
}

.caixa_yellow{
    background: #e38f00;
    padding: 40px;
    font-size: 18px;
    padding-left: 90px;
    padding-right: 40px;
}

.nome{
    background: #31387d;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    padding: 10px;
    margin-left: 60px;
    z-index: 3;
    margin-top: -35px;
    position: relative;
}

.cmiguel{
    margin-top: 55px;
    z-index: 1;
}

.livro{
    width: 100%;
}




.btn_inscrever2{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn_inscrever2 a{
    font-size: 24px;
    background: #5dce20;
    padding: 20px;
    transition: 0.3s;
    display: block;
    text-align: center;
}

.btn_inscrever2 a:hover, .btn_inscrever2 a:active, .btn_inscrever2 a:focus{
    background: #e38f00;
    color: #fff;
    text-decoration: none;
}

.bg_yellow3{
    background: #e38f00;
    padding: 40px;
    font-size: 16px;
    width: 48%;
    float: left;
    padding-top: 170px;
}

.bg_yellow4{
    background: #e38f00;
    padding: 40px;
    font-size: 16px;
    width: 48%;
    float: right;
    padding-top: 170px;
}

.titulo_curso{
    background: #31387d;
    padding: 20px;
    font-size: 26px;
    text-align: center;
    width: 86%;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.info_curso{
    margin-bottom: 20px;
}

.img_curso{
    width: auto;
    max-width: 100%;
    float: right;
}

.img_curso2{
    width: auto;
    max-width: 100%;
    float: left;
}

.bg_blue1{
    background: #31387d;
    padding: 40px;
    font-size: 16px;
    width: 48%;
    float: left;
    padding-top: 170px;
}

.bg_blue2{
    background: #31387d;
    padding: 40px;
    font-size: 16px;
    width: 48%;
    float: right;
    padding-top: 170px;
}

.titulo_curso2{
    background: #e38f00;
    padding: 20px;
    font-size: 26px;
    text-align: center;
    width: 86%;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.bg_white{
    background: #fff;
    padding: 80px;
    font-size: 36px;
    margin-left: 26px;
    margin-right: 26px;
}

.preco{
    font-size: 48px;
}

.bg_yellow5{
    background: #e38f00;
    padding-top: 150px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    font-size: 36px;
    margin-left: 26px;
    margin-right: 26px;
}



.btn_inscrever3{
    margin-top: -35px;
}

.desc_bonus{
    font-size: 18px;
    margin-top: 30px;
}

.titulo4{
    font-size: 30px;
}


.eliminar_peso{
    font-size: 36px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 40px;
    padding-bottom: 60px;
    position: relative;
    text-align: center;
}

.video1{
    width: 100%;
    height: 362px;
    margin-bottom: 25px;
}

.area9{
    background: #31387d;
}

.miguel2 {
    position: relative;
    display: block;
    right: 0;
    bottom: 0;
    height: 90vh;
}

.miguel2 img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn_enviar button{
    font-size: 24px;
    background: #5dce20;
    padding: 20px;
    transition: 0.3s;
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: none;
}

.btn_enviar button:hover, .btn_enviar button:active, .btn_enviar button:focus{
    background: #e38f00;
    color: #fff;
    text-decoration: none;
}



.titulo_contacto{
    margin-bottom: 50px;
    margin-top: 100px;
}

.navbar-brand2 img{
    height: 50px;
    object-fit: cover;
}

.getdigital{
    padding-top: 15px;
}

footer{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.menu{
    display: flex;
    font-size: 16px;
    list-style: none;
    padding-top: 27px;
    padding-bottom: 27px;
    margin: 0;
    float: right;
}

.menu li{
    padding: 0;
}

.menu li a{
    color: #e38f00;
}

.menu li:hover, .menu li:active, .menu li:focus,
.menu li:hover a, .menu li:active a, .menu li:focus a{
    color: #31387d;
    cursor: pointer;
    text-decoration: none;
}

.menu li.btn_inscrever_menu a{
    color: #fff;
}

.menu li a{
    display: block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-fixed-top{
    border-width: 0;
}

.btn_inscrever_menu, .btn_inscrever_menu a{
    color: #fff;
    background: #00b73b;
    border-radius: 20px;
    font-size: 18px;
}


.menu li.btn_inscrever_menu:hover, .menu li.btn_inscrever_menu:active, .menu li.btn_inscrever_menu:focus,
.menu li.btn_inscrever_menu:hover a, .menu li.btn_inscrever_menu:active a, .menu li.btn_inscrever_menu:focus a{
    background: #fff;
    color: #110735;
    text-decoration: none;
}

.local{
    margin-top: 20px;
}

.data{
    margin-top: 15px;
}

.area_obrigado{
    background-image: url("../img/obrigado.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 963px;
    background-size: cover;
    background-position: center center;
}

.desktop{
    display: block;
}

.mobile{
    display: none;
}

.frase_area2{
    text-align: center;
}

.modal-content{
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0;
}

.modal-header{
    border-bottom: 0;
}

.modal-title, .modal-body{
    padding: 40px;
}

.modal-body{
    padding-top: 0;
}

.modal-title{
    padding-bottom: 0;
    padding-left: 25px;
}

.modal-body label{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_curso .form-control{
    border: 1px solid #31387d;
    border-radius: 0;
    outline: none;
    color: #5c5c5c;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.close{
    font-size: 60px;
    color: #31387d;
    opacity: 1;
}

.form_curso .btn_enviar a{
    font-size: 20px;
    background: #5dce20;
    padding: 10px;
    transition: 0.3s;
    display: block;
    text-align: center;
}

.form_curso .btn_enviar a:hover, .form_curso .btn_enviar a:active, .form_curso .btn_enviar a:focus {
    background: #e38f00;
    color: #fff;
    text-decoration: none;
}

.form_curso .blue{
    margin-bottom: 0;
}
.form_curso .btn_enviar{
    margin-bottom: 0;
    margin-top: 10px;
}

.modal-open .modal{
    padding-right: 0 !important;
}

.swal2-modal{
    font-family: 'Montserrat', sans-serif;
}

.swal2-modal .swal2-title{
    color: #31387d;
    font-size: 20px;
}

.dmobile{
    display: none;
}


.li1{
    text-transform: none;
    font-size: 18px;
    margin-top: 15px;
    margin-right: 10px;
}

.li2{
    font-size: 30px;
    margin-top: 3px;
    margin-right: 15px;
}

.menu li.li2 span{
    text-decoration: line-through;
}

.menu li.li1:hover, .menu li.li1:active, .menu li.li1:focus,
.menu li.li2:hover, .menu li.li2:active, .menu li.li2:focus{
    color: #fff;
    cursor: default;
}

.titulo_header{
    font-size: 60px;
}

.desc_header{
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn_inscrever_header a{
    color: #fff;
    background: #00b73b;
    border-radius: 20px;
    font-size: 18px;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.btn_inscrever_header a:hover , .btn_inscrever_header a:active , .btn_inscrever_header a:focus {
    background: #110735;
    color: #fff;
    text-decoration: none;
}

.sabe_mais2{
    float: left;
    width: 105px;
    margin-top: 50px;
    font-size: 14px;
    line-height: 125px;
    margin-left: 0;
}

.titulo_footer2{
    font-size: 60px;
}

.desc_footer2{
    font-size: 30px;
    text-transform: uppercase;
}

.bg_livro_footer2{
    margin-left: -350px;
}

.bg_footer2{
    height: 682px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.caixa_reservar_footer2{
    background: transparent;
    border-radius: 20px;
    padding: 30px;
    float: right;
    width: 800px;
}

.bg_gray{
    background-color: #f5f5f5;
    padding: 30px;
    width: 850px;
    margin-left: -100px;
    padding-left: 100px;
}

.por_apenas{
    font-size: 30px;
}

.preco_footer{
    font-size: 87px;
    line-height: 1;
}

.preco_footer span{
    text-decoration: line-through;
}

.btn_inscrever3 {
    margin-top: 20px;
}

.btn_inscrever3 a {
    font-size: 24px;
    background: #00b73b;
    padding: 10px;
    border-radius: 50px;
    transition: 0.3s;
    display: block;
    text-align: center;
    width: 250px;
    outline: none;
    border: none;
}

.btn_inscrever3 a:hover , .btn_inscrever3 a:active , .btn_inscrever3 a:focus {
    background: #110735;
    color: #fff;
    text-decoration: none;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.lh2{
    display: none;
}

.ddesktop{
    display: block;
}

.dmobile2{
    display: none;
}

.btn_comprar_mobile{
    display: none;
    background-color: #00b73b;
}


@media (min-width: 1680px){
    .container{
        width: 1400px;
    }
}



@media (min-width: 1200px) and (max-width: 1679px){

    .livro img{
        width: 100%;
        object-fit: contain;
    }

    .sabe_mais{
        width: 140px;
    }

    .container_area_2 img{
        width: 576px;
    }

    .container_titulos{
        width: 750px;
    }

    .livros img{
        width: 100%;
    }

    .container_titulos2{
        width: 700px;
        margin-top: -700px;
    }

    .livros img{
        margin-top: -151px;
    }

    .area3 {
        height: 500px;
    }

    .triangulo1{
        margin-left: 50px;
        margin-top: 50px;
    }

    .bg_footer{
        width: 100%;
        background-size: contain;
    }

    .bg_livro_footer {
        width: 667px;
        height: 712px;
        margin-left: -180px;
        margin-top: 20px;
        background-size: contain;
    }

    .caixa_reservar2{
        width: 546px;
    }

    .bg_testemunho{
        width: 435px;
        height: 464px;
        background-size: contain;
    }

    .info_testemunho {
        height: 464px;
    }













    .area_obrigado{
        height: 763px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button{
        font-size: 22px;
    }

    .btn_inscrever button{
        padding: 15px;
    }

    .titulo{
        font-size: 32px;
    }

    .local_curso {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .miguel img{
        max-width: 100%;
    }

    .titulo2, .eliminar_peso {
        font-size: 31px;
    }

    .container_area3 {
        width: 1170px;
    }

    .img_objectivo{
        max-width: 100%;
    }


    .nome, .titulo4{
        font-size: 28px;
    }

    .titulo_curso, .titulo_curso2{
        font-size: 24px;
    }

    .bg_yellow3, .bg_yellow4, .bg_blue1, .bg_blue2{
        padding: 25px;
        padding-top: 190px;
    }

    .bg_white{
        padding: 60px;
        font-size: 30px;
    }

    .btn_inscrever2{
        width: 450px;
    }

    .bg_yellow5{
        padding-left: 60px;
        padding-right: 60px;
        font-size: 30px;
    }

    .preco {
        font-size: 44px;
    }

    .miguel2{
        height: 680px;
    }

    .miguel2 img {
        max-width: 80%;
        float: right;
        text-align: right;
        right: 0;
    }

    .titulo_contacto{
        margin-top: 50px;
    }

    .caixa_objectivo ul.ul1{
        padding-right: 0;
    }

    .bg_livro_footer2{
        margin-left: -280px;
    }

    .caixa_reservar_footer2{
        width: 700px;
    }

    .titulo_footer2{
        font-size: 50px;
    }

    .desc_footer2, .por_apenas {
        font-size: 25px;
    }

    .bg_gray{
        width: 700px;
    }

    .preco_footer{
        font-size: 67px;
    }

    .titulo_header {
        font-size: 50px;
    }

    .bg_footer2{
        height: 582px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .caixa_reservar h1 {
        font-size: 25px;
    }

    #formContacto .form-control{
        padding: 25px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button, .btn_enviar button {
        font-size: 18px;
    }

    .caixa_reservar{
        width: 420px;
        padding: 40px;
    }

    .container_titulos{
        width: 600px;
        padding: 40px;
    }


    .livro img{
        width: 100%;
        object-fit: contain;
    }

    .sabe_mais{
        width: 140px;
    }

    .container_area_2 img{
        width: 476px;
    }

    .container_titulos{
        width: 600px;
        margin-top: 0;
    }

    .livros img{
        width: 100%;
        margin-left: -50px;
        margin-top: -102px;
        object-fit: contain;
    }

    .container_titulos2{
        width: 550px;
        margin-top: -700px;
    }

    .area3 {
        height: 500px;
    }

    .triangulo1{
        margin-left: 50px;
        margin-top: 50px;
    }

    .bg_footer{
        width: 100%;
        background-size: contain;
        height: 582px;
    }

    .bg_livro_footer {
        width: 567px;
        height: 612px;
        margin-left: -180px;
        margin-top: 20px;
        background-size: contain;
    }

    .caixa_reservar2 {
        width: 451px;
        padding: 40px;
    }

    .bg_testemunho{
        width: 50%;
        height: 364px;
        background-size: contain;
        background-position: center;
    }

    .info_testemunho {
        height: 364px;
        padding-left: 50px;
        padding-right: 100px;
    }

    .container_social_img {
        margin-top: -650px;
        margin-bottom: 350px;
    }

    .area4 h2, .testemunhos{
        font-size: 50px;
    }

    .triangulo1 {
        width: 196px;
        height: 259px;
        background-size: contain;
        margin-top: 0;
        margin-left: 0;
    }

    .area4{
        height: 800px;
        margin-top: 0;
    }

    .triangulo2 {
        width: 271px;
        height: 363px;
        margin-top: -380px;
        background-size: contain;
    }

    .bg_testemunho img {
        margin-top: 40px;
        right: 5px;
    }

    .triangulo3 {
        width: 66px;
        height: 200px;
        background-size: contain;
    }

    .triangulo5 {
        width: 120px;
        height: 67px;
        position: absolute;
        float: right;
        right: 20px;
        margin-top: 25px;
        background-size: contain;
    }

    .triangulo4 {
        width: 62px;
        height: 63px;
        margin-top: -200px;
        background-size: contain;
    }

    .triangulo6 {
        width: 80px;
        height: 122px;
        margin-top: -200px;
        background-size: contain;
    }

    #formContacto2 .form-control{
        margin-bottom: 20px;
        padding: 25px;
    }

    .caixa_reservar2 h2, .desc_footer{
        margin-bottom: 30px;
    }

    .caixa_reservar2 h1, .titulo_footer {
        font-size: 22px;
    }

    .caixa_reservar2 .btn_inscrever {
        margin-top: 20px;
    }





















    .area_obrigado{
        height: 563px;
    }

    .container_area3 {
        width: 970px;
    }

    .btn_inscrever button{
        padding: 15px;
    }

    .titulo{
        font-size: 30px;
    }

    .local_curso {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .miguel img, .img_objectivo{
        max-width: 100%;
    }

    .titulo2, .eliminar_peso {
        font-size: 32px;
    }

    .area2img{
        max-width: 120%;
        margin-top: 30px;
    }

    .bg_yellow, .bg_yellow2{
        margin-top: 0;
    }

    .caixa_objectivo ul{
        padding: 20px;
    }


    .caixa_objectivo{
        font-size: 16px;
    }

    .cmiguel img{
        width: 100%;
        -webkit-box-shadow: 0px 5px 58px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 58px -13px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 58px -13px rgba(0,0,0,0.75);
    }

    .nome{
        margin: 0;
    }

    .caixa_yellow{
        padding-left: 40px;
    }

    .video {
        height: 377.77px;
    }

    .titulo_curso, .titulo_curso2{
        font-size: 22px;
    }

    .bg_yellow3, .bg_yellow4, .bg_blue1, .bg_blue2{
        padding: 30px;
        padding-top: 170px;
    }

    .bg_white{
        padding: 40px;
        font-size: 28px;
    }

    .btn_inscrever2{
        width: 388px;
    }

    .bg_yellow5{
        padding-left: 40px;
        padding-right: 40px;
        font-size: 28px;
    }

    .preco {
        font-size: 40px;
    }

    .titulo4{
        font-size: 28px;
    }

    .bg_yellow6 ul{
        padding: 40px;
    }

    .bg_yellow6{
        font-size: 20px;
    }

    .video1{
        height: 300px;
    }

    .eliminar_peso {
        font-size: 30px;
    }

    .titulo_contacto{
        margin-top: 50px;
    }

    #formContacto .form-control{
        font-size: 16px;
    }


    .bg_livro_footer2{
        margin-left: -200px;
    }

    .caixa_reservar_footer2{
        width: 550px;
    }

    .titulo_footer2{
        font-size: 40px;
    }

    .desc_footer2, .por_apenas {
        font-size: 22px;
    }

    .bg_gray{
        width: 600px;
    }

    .preco_footer{
        font-size: 50px;
    }

    .titulo_header {
        font-size: 40px;
    }

    .desc_header{
        font-size: 16px;
    }

    .btn_inscrever3 a{
        font-size: 20px;
    }

    .bg_footer2{
        height: 482px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .copia-envio{
        
    }
    .btn_comprar_mobile{
        display: block;
        position: fixed;
        z-index: 9;
        width: 100%;
        bottom: 0;
    }

    .btn_comprar_mobile a{
        padding: 20px;
        text-align: center;
        display: block;
        color: #fff;
    }

    .btn_comprar_mobile a:hover, .btn_comprar_mobile a:focus, .btn_comprar_mobile a:active{
        color: #fff;
    }

    .navbar-collapse{
        background: #110735;
        box-shadow: none;
    }

    .caixa_reservar h1 {
        font-size: 25px;
    }

    #formContacto .form-control{
        padding: 25px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button, .btn_enviar button {
        font-size: 18px;
    }

    .caixa_reservar{
        width: 420px;
        padding: 40px;
    }

    .container_titulos{
        width: 600px;
        padding: 40px;
        margin-top: 0;
    }


    .livro img{
        width: 80%;
        object-fit: contain;
    }

    .sabe_mais{
        width: 140px;
    }

    .container_area_2 img{
        width: 476px;
    }

    .container_titulos{
        width: 100%;
    }

    .livros img{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        object-fit: contain;
    }

    .container_titulos2{
        width: 100%;
        margin-top:0;
    }

    .area3 {
        height: 500px;
    }

    .triangulo1{
        margin-left: 50px;
        margin-top: 50px;
    }

    .bg_footer{
        width: 100%;
        background-size: contain;
        height: 100%;
        background-image: none;
    }

    .bg_livro_footer {
        width: 100%;
        margin-left: -23.5%;
        margin-top: 20px;
        background-size: contain;
        position: relative;
        height: 632px;
    }

    .caixa_reservar2 {
        width: 451px;
        padding: 40px;
        background-color: #00b73b;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .bg_testemunho{
        width: 50%;
        height: 364px;
        background-size: contain;
        background-position: center;
    }

    .info_testemunho {
        height: 364px;
        padding-left: 20px;
        padding-right: 50px;
    }

    .container_social_img {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .area4 h2, .testemunhos{
        font-size: 50px;
    }

    .area4 h2{
        font-size: 40px;
    }

    .triangulo1 {
        width: 196px;
        height: 259px;
        background-size: contain;
        margin-top: 0;
        margin-left: 0;
    }

    .area4{
        height: 800px;
    }

    .triangulo2 {
        width: 271px;
        height: 363px;
        margin-top: -380px;
        background-size: contain;
    }

    .bg_testemunho img {
        margin-top: 40px;
        right: 0;
    }

    .triangulo3 {
        width: 66px;
        height: 200px;
        background-size: contain;
    }

    .triangulo5 {
        width: 120px;
        height: 67px;
        position: absolute;
        float: right;
        right: 20px;
        margin-top: 25px;
        background-size: contain;
    }

    .triangulo4 {
        width: 62px;
        height: 63px;
        margin-top: -200px;
        background-size: contain;
        margin-left: 0;
    }

    .triangulo6 {
        width: 80px;
        height: 122px;
        margin-top: -200px;
        background-size: contain;
    }

    #formContacto2 .form-control{
        margin-bottom: 20px;
        padding: 25px;
    }

    .caixa_reservar2 h2, .desc_footer{
        margin-bottom: 30px;
    }

    .caixa_reservar2 h1, .titulo_footer {
        font-size: 22px;
    }

    .caixa_reservar2 .btn_inscrever {
        margin-top: 20px;
    }

    .caixa_reservar2 .btn_inscrever button{
        font-size: 20px;
    }
    
    .linha_header, .sabe_mais, .img_triangulos, .linha{
        display: none;
    }

    .area1, .container_area_1{
        height: 100%;
    }

    .area1{
        min-height: 1300px;
    }

    #canvas{
        min-height: 1300px;
    }

    .container_area_1{
        margin-top: 50px;
    }

    .container_area_2{
        float: none;
        margin-top: 0;
    }

    .container_area_2 img{
        text-align: center;
        width: 276px;
    }

    .img_imprensa img{
        margin-right: 30px;
    }

    .area2 .container_area_2{
        text-align: center;
        width: 100%;
    }

    .desc_video{
        width: 90%;
    }

    .video{
        height: 366.66px;
    }

    .area4{
        height: 800px;
    }

    .navbar-collapse{
        padding-top: 20px;
        box-shadow: none;
    }

    .img_imprensa img{
        margin-left: 30px;
    }

    .img_imprensa, .titulo_destaque_imprensa{
        text-align: center;
    }


















    .menu li a{
        padding: 0;
    }


    .container_obrigado{
        font-size: 22px;
    }

    .cobrigado{
        background: #e38f00;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
    }

    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }

    .mx-auto img{
        margin-left: auto;
        margin-right: auto;
    }

    .miguel{
        display: none;
    }

    .container_area3{
        width: 750px;
    }

    .titulo{
        font-size: 28px;
    }

    .curso{
        font-size: 20px;
    }

    .local_curso {
        margin-top: 10%;
        margin-bottom: 10%;
        font-size: 16px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button, .btn_enviar button{
        font-size: 18px;
    }

    .btn_inscrever button{
        padding: 15px;
    }

    .titulo2, .eliminar_peso {
        font-size: 30px;
    }

    .bg_yellow, .bg_yellow2{
        margin-top: 0;
    }



    .area2 img{
        text-align: center;
    }

    .frase_area2{
        font-size: 16px;
        text-align: center;
    }

    .caixa_objectivo ul.ul1{
        margin: 0;
        padding-bottom: 0;
        padding-top: 40px;
    }

    .caixa_objectivo ul.ul2{
        margin: 0;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .caixa_objectivo, .caixa_yellow{
        font-size: 16px;
    }

    .area3{
        height: 850px;
    }

    .cmiguel{
        text-align: center;
        margin-top: 0;
    }

    .nome {
        background: #31387d;
        text-transform: uppercase;
        font-size: 25px;
        text-align: center;
        padding: 10px;
        z-index: 3;
        margin-top: 0;
        position: relative;
        width: 410px;
        margin-left: auto;
        margin-right: auto;
    }

    .caixa_yellow{
        padding-left: 40px;
    }



    .container_livro{
        text-align: center;
    }

    .container_livro img{
        margin-right: auto;
        margin-left: auto;
        max-width: 50%;
        margin-bottom: 50px;
    }

    .panel-collapse{
        background: #e38f00;
    }

    .panel-default>.panel-heading{
        background: #31387d;
        border: none;
        border-color: #31387d;
        border-radius: 0;
        padding: 20px;
    }

    .panel-default{
        border-color: transparent;
    }

    .panel{
        border: 0;
        box-shadow: none;
    }

    .panel-group .panel{
        border-radius: 0;
    }

    .panel-title a{
        text-decoration: none;
    }

    .ic1{
        margin-top: 20px;
    }

    .ic2{
        margin-top: 40px;
    }

    .accordion-toggle:hover {
        text-decoration: none;
    }

    .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
        border-top: 0;
    }

    .panel-group .panel+.panel{
        margin-top: 0;
    }

    .panel-group {
        margin-bottom: 0;
    }

    .bg_yellow5{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        font-size: 25px;
    }

    .btn_inscrever2{
        width: 400px;
    }

    .preco3{
        margin-top: 50px;
    }

    .area7{
        height: 1000px;
    }

    .bg_white {
        padding: 40px;
        font-size: 25px;
    }

    .preco {
        font-size: 40px;
    }

    .bg_yellow6 ul{
        padding: 40px;
        padding-bottom: 0;
        margin: 0;
    }

    .bg_yellow6 ul li{
        font-size: 16px;
    }

    ul.bonus_li{
        padding-top: 0;
        padding-bottom: 40px;
    }

    .titulo_contacto{
        text-align: center;
        margin-top: 50px;
    }

    #formContacto .form-control{
        font-size: 16px;
        padding: 20px;
    }

    .btn_enviar{
        margin-bottom: 50px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    .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-collapse.collapse.in {  /* NEW */
        display: block!important;
    }

    .navbar-toggle .icon-bar{
        background: #fff;
    }

    .navbar-toggle .icon-bar {
        width: 40px;
        height: 5px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle{
        margin-top: 23px;
        display: none;
    }

    .cheader{
        width: 100%;
        background: #fff;
    }

    .navbar{
        margin-bottom: 0;
    }

    .menu {
        display: block;
        font-size: 16px;
        list-style: none;
        padding: 0;
        margin: 0;
        float: none;
        text-align: center;
        padding-bottom: 20px;
    }

    .menu li {
        padding: 10px;
    }



    .li1, .li2{
        margin-top: 0;
        margin-right: 0;
    }

    .menu li.li1{
        padding: 0;
    }

    .menu li.li2{
        padding-top: 0;
    }

    .sabe_mais2{
        display: none;
    }


    .caixa_reservar_footer2{
        width: 100%;
        padding-top: 0;
    }

    .titulo_footer2{
        font-size: 40px;
    }

    .desc_footer2, .por_apenas {
        font-size: 22px;
    }

    .bg_gray{
        width: 100%;
        margin-left: 0;
    }

    .preco_footer{
        font-size: 50px;
    }

    .titulo_header{
        font-size: 40px;
        margin-top: 0;
    }

    .desc_header{
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .btn_inscrever3 a{
        font-size: 20px;
    }

    .bg_footer2{
        height: 482px;
    }

}

@media (min-width: 576px) and (max-width: 767px){
    .btn_comprar_mobile{
        display: block;
        position: fixed;
        z-index: 9;
        width: 100%;
        bottom: 0;
    }

    .btn_comprar_mobile a{
        padding: 20px;
        text-align: center;
        display: block;
        color: #fff;
    }

    .btn_comprar_mobile a:hover, .btn_comprar_mobile a:focus, .btn_comprar_mobile a:active{
        color: #fff;
    }

    .navbar-collapse{
        background: #110735;
        box-shadow: none;
    }

    .caixa_reservar h1 {
        font-size: 25px;
    }

    #formContacto .form-control{
        padding: 25px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button, .btn_enviar button {
        font-size: 18px;
    }

    .caixa_reservar{
        width: 420px;
        padding: 40px;
    }

    .container_titulos{
        width: 600px;
        padding: 40px;
    }


    .livro img{
        width: 80%;
        object-fit: contain;
    }

    .sabe_mais{
        width: 140px;
    }

    .container_area_2 img{
        width: 476px;
    }

    .container_titulos{
        width: 100%;
    }

    .livros img{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        object-fit: contain;
    }

    .container_titulos2{
        width: 100%;
        margin-top:0;
    }

    .area3 {
        height: auto;
    }

    .triangulo1{
        margin-left: 50px;
        margin-top: 50px;
    }

    .bg_footer{
        width: 100%;
        background-size: contain;
        height: 100%;
        background-image: none;
    }

    .bg_livro_footer {
        width: 72%;
        margin-left: 0;
        margin-top: 20px;
        background-size: contain;
        position: relative;
        height: 500px;
    }

    .caixa_reservar2 {
        width: 451px;
        padding: 40px;
        background-color: #00b73b;
        margin-left: auto;
        margin-right: auto;
        float: none;
        z-index: 2;
        position: relative;
    }

    .bg_testemunho{
        width: 100%;
        height: 364px;
        background-size: contain;
        background-position: center;
    }

    .info_testemunho {
        height: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container_social_img {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .area4 h2, .testemunhos{
        font-size: 40px;
    }

    .triangulo1 {
        width: 096px;
        height: 159px;
        background-size: contain;
        margin-top: 0;
        margin-left: 0;
    }

    .area4{
        height: 800px;
    }

    .triangulo2 {
        width: 171px;
        height: 263px;
        margin-top: -380px;
        background-size: contain;
    }

    .bg_testemunho img {
        margin-top: 40px;
        right: 70px;
    }

    .triangulo3 {
        width: 66px;
        height: 200px;
        background-size: contain;
    }

    .triangulo5 {
        width: 120px;
        height: 67px;
        position: absolute;
        float: right;
        right: 20px;
        margin-top: 25px;
        background-size: contain;
    }

    .triangulo4 {
        width: 62px;
        height: 63px;
        margin-top: -200px;
        background-size: contain;
        margin-left: 0;
    }

    .triangulo6 {
        width: 80px;
        height: 122px;
        margin-top: -200px;
        background-size: contain;
    }

    #formContacto2 .form-control{
        margin-bottom: 20px;
        padding: 25px;
    }

    .caixa_reservar2 h2, .desc_footer{
        margin-bottom: 30px;
    }

    .caixa_reservar2 h1 , .titulo_footer{
        font-size: 22px;
    }

    .caixa_reservar2 .btn_inscrever {
        margin-top: 20px;
    }

    .caixa_reservar2 .btn_inscrever button{
        font-size: 20px;
    }

    .linha_header, .sabe_mais, .img_triangulos, .linha{
        display: none;
    }

    .area1, .container_area_1{
        height: 100%;
    }

    .area1{
        min-height: auto;
        margin-bottom: 50px;
    }

    #canvas{
        display: none;
    }

    .container_area_1{
        margin-top: 50px;
    }

    .container_area_2{
        float: none;
        margin-top: 0;
    }

    .container_area_2 img{
        text-align: center;
        width: 276px;
    }

    .img_imprensa img{
        margin-right: 30px;
    }

    .area2 .container_area_2{
        text-align: center;
        width: 100%;
    }

    .desc_video{
        width: 90%;
    }

    .video{
        height: 366.66px;
        margin-bottom: 0;
    }

    .area4{
        height: 750px;
    }

    .livro{
        height: auto;
        margin-top: 50px;
    }

    .livro_header {
        height: auto;
    }

    .dmobile{
        display: block;
    }

    .lf{
        display: none;
    }

    .links_footer{
        text-align: center;
    }

    .container_video{
        width: 80%;
    }

    .area5{
        padding-bottom: 50px;
        margin-top: 0;
        padding-top: 20px;
    }

    .redes_sociais_paulo{
        display: block;
    }

    .redes_sociais_paulo li{
        margin-bottom: 10px;
    }

    .redes_sociais_paulo i{
        width: 25px;
    }

















    .menu li a{
        padding: 0;
    }

    .bg_obrigado{
        background-image: url("../img/obrigadom.jpg");
        background-repeat: no-repeat;
        width: 100%;
        height: 640px;
        background-size: cover;
        background-position: center center;
    }

    .container_obrigado{
        font-size: 20px;
    }

    .cobrigado{
        background: #e38f00;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
    }

    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }

    .mx-auto img{
        margin-left: auto;
        margin-right: auto;
    }

    .miguel{
        display: none;
    }

    .container_area3{
        width: 100%;
        padding-top: 20px;
    }

    .ar1, .ar2{
        padding-left: 0;
        padding-right: 0;
    }


    .titulo{
        font-size: 26px;
    }

    .curso{
        font-size: 20px;
    }

    .local_curso {
        margin-top: 10%;
        margin-bottom: 10%;
        font-size: 16px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button, .btn_enviar button{
        font-size: 18px;
    }

    .btn_enviar button{
        padding: 15px;
    }

    .btn_inscrever button{
        padding: 15px;
        width: 77%;
        margin-left: auto;
        margin-right: auto;
    }

    .titulo2, .eliminar_peso {
        font-size: 24px;
    }

    .bg_yellow, .bg_yellow2{
        margin-top: 0;
        text-align: left;
    }

    .area2 .container_area_2{
        text-align: center;
    }


    .frase_area2{
        font-size: 16px;
        text-align: center;
    }

    .caixa_objectivo ul.ul1{
        margin: 0;
        padding-bottom: 0;
        padding-top: 40px;
    }

    .caixa_objectivo ul.ul2{
        margin: 0;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .caixa_objectivo, .caixa_yellow{
        font-size: 16px;
    }

    .cmiguel{
        text-align: center;
        margin-top: 0;
    }

    .nome {
        background: #31387d;
        text-transform: uppercase;
        font-size: 25px;
        text-align: center;
        padding: 10px;
        z-index: 3;
        margin-top: 0;
        position: relative;
        width: 410px;
        margin-left: auto;
        margin-right: auto;
    }

    .caixa_yellow{
        padding-left: 40px;
    }


    .container_livro{
        text-align: center;
    }

    .container_livro img{
        margin-right: auto;
        margin-left: auto;
        max-width: 50%;
        margin-bottom: 50px;
    }

    .panel-collapse{
        background: #e38f00;
    }

    .panel-default>.panel-heading{
        background: #31387d;
        border: none;
        border-color: #31387d;
        border-radius: 0;
        padding: 20px;
    }

    .panel-default{
        border-color: transparent;
    }

    .panel{
        border: 0;
        box-shadow: none;
    }

    .panel-group .panel{
        border-radius: 0;
    }

    .panel-title a{
        text-decoration: none;
    }

    .ic1{
        margin-top: 20px;
    }

    .ic2{
        margin-top: 40px;
    }

    .accordion-toggle:hover {
        text-decoration: none;
    }

    .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
        border-top: 0;
    }

    .panel-group .panel+.panel{
        margin-top: 0;
    }

    .panel-group {
        margin-bottom: 0;
    }

    .bg_yellow5{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        font-size: 25px;
    }

    .btn_inscrever2{
        width: 400px;
    }

    .preco3{
        margin-top: 50px;
    }

    .area7{
        height: 1000px;
    }

    .bg_white {
        padding: 40px;
        font-size: 25px;
    }

    .preco {
        font-size: 40px;
    }

    .bg_yellow6 ul{
        padding: 40px;
        padding-bottom: 0;
        margin: 0;
    }

    .bg_yellow6 ul li{
        font-size: 16px;
    }

    ul.bonus_li{
        padding-top: 0;
        padding-bottom: 40px;
    }

    .titulo_contacto{
        text-align: center;
        margin-top: 50px;
    }

    #formContacto .form-control{
        font-size: 16px;
        padding: 20px;
    }

    .btn_enviar{
        margin-bottom: 50px;
    }


    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }
    .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-collapse.collapse.in {  /* NEW */
        display: block!important;
    }

    .navbar-toggle .icon-bar{
        background: #fff;
    }

    .navbar-toggle .icon-bar {
        width: 40px;
        height: 5px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle{
        margin-top: 23px;
        display: none;
    }

    .cheader{
        width: 100%;
        background: #fff;
    }

    .navbar{
        margin-bottom: 0;
    }

    .menu {
        display: block;
        font-size: 16px;
        list-style: none;
        padding: 0;
        margin: 0;
        float: none;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .menu li {
        padding: 10px;
    }


    .area9{
        background-image: url("../img/bg_contacto.jpg");
        background-repeat: no-repeat;
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: center center;
    }

    .img_imprensa{
        text-align: center;
    }




    .li1, .li2{
        margin-top: 0;
        margin-right: 0;
    }

    .menu li.li1{
        padding: 0;
    }

    .menu li.li2{
        padding-top: 0;
    }

    .sabe_mais2{
        display: none;
    }


    .caixa_reservar_footer2{
        width: 100%;
        padding-top: 0;
    }

    .titulo_footer2{
        font-size: 30px;
    }

    .desc_footer2, .por_apenas {
        font-size: 20px;
    }

    .bg_gray{
        width: 100%;
        margin-left: 0;
        padding-left: 50px;
    }

    .preco_footer{
        font-size: 40px;
    }

    .titulo_header{
        font-size: 40px;
        margin-top: 0;
    }

    .desc_header{
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .btn_inscrever3 a{
        font-size: 18px;
    }

    .bg_footer2{
        height: 482px;
    }

    .bg_livro_footer2{
        height: 300px;
    }

    .dmobile2 {
        display: block;
    }
}

@media (max-width: 575px) {
    .container-copia-envio{
        
    }
    .copia-envio{
     font-size:12px;   
    }
    .btn_comprar_mobile{
        display: block;
        position: fixed;
        z-index: 9;
        width: 100%;
        bottom: 0;
    }

    .btn_comprar_mobile a{
        padding: 20px;
        text-align: center;
        display: block;
        color: #fff;
    }

    .btn_comprar_mobile a:hover, .btn_comprar_mobile a:focus, .btn_comprar_mobile a:active{
        color: #fff;
    }

    .caixa_reservar h1 {
        font-size: 25px;
    }

    #formContacto .form-control{
        padding: 25px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button, .btn_enviar button {
        font-size: 18px;
    }

    .caixa_reservar{
        width: 420px;
        padding: 30px;
    }

    .container_titulos{
        width: 600px;
        padding: 30px;
    }


    .livro img{
        width: 80%;
        object-fit: contain;
    }

    .sabe_mais{
        width: 140px;
    }

    .container_area_2 img{
        width: 476px;
    }

    .container_titulos{
        width: 100%;
    }

    .livros img{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        object-fit: contain;
    }

    .container_titulos2{
        width: 100%;
        margin-top:20px;
    }

    .area3 {
        height: auto;
    }

    .triangulo1{
        margin-left: 50px;
        margin-top: 50px;
    }

    .bg_footer{
        width: 100%;
        background-size: contain;
        height: 100%;
        background-image: none;
    }

    .bg_livro_footer {
        width: 100%;
        margin-left:0;
        margin-right: 0;
        margin-top: 20px;
        background-size: contain;
        position: relative;
        height: 300px;
        background-image: url("../img/livro_md1.png");
        background-position: center;
    }

    .caixa_reservar2 {
        width: 100%;
        padding: 30px;
        background-color: #00b73b;
        margin-left: auto;
        margin-right: auto;
        float: none;
        z-index: 2;
        position: relative;
    }

    .bg_testemunho{
        width: 100%;
        height: 164px;
        background-size: contain;
        background-position: center;
    }

    .info_testemunho {
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .container_social_img {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .area4 h2, .testemunhos{
        font-size: 40px;
    }

    .area4 h2{
        font-size: 25px;
        margin-bottom: 20px;
    }


    .triangulo1 {
        width: 096px;
        height: 159px;
        background-size: contain;
        margin-top: 0;
        margin-left: 0;
        left: -50px;
    }

    .area4{
        height: 800px;
    }

    .triangulo2 {
        width: 171px;
        height: 230px;
        margin-top: -215px;
        background-size: contain;
    }

    .bg_testemunho{
        width: 90%;
        margin-left: 5%;
    }

    .bg_testemunho img {
        margin-top: 20px;
        height: 115px;
        right: 0;
        object-fit: contain;
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .triangulo3 {
        width: 66px;
        height: 200px;
        background-size: contain;
    }

    .triangulo5 {
        width: 120px;
        height: 67px;
        position: absolute;
        float: right;
        right: 20px;
        margin-top: 25px;
        background-size: contain;
        display: none;
    }

    .triangulo4 {
        width: 62px;
        height: 63px;
        margin-top: -200px;
        background-size: contain;
        margin-left: 0;
        display: none;
    }

    .triangulo6 {
        width: 80px;
        height: 122px;
        margin-top: -120px;
        background-size: contain;
    }

    #formContacto2 .form-control{
        margin-bottom: 20px;
        padding: 25px;
    }

    .caixa_reservar2 h2, .desc_footer{
        margin-bottom: 30px;
    }

    .caixa_reservar2 h1, .titulo_footer {
        font-size: 22px;
    }

    .caixa_reservar2 .btn_inscrever {
        margin-top: 20px;
    }

    .caixa_reservar2 .btn_inscrever button{
        font-size: 20px;
    }

    .linha_header, .sabe_mais, .img_triangulos, .linha{
        display: none;
    }

    .area1, .container_area_1{
        height: 100%;
    }

    .area1{
        min-height: auto;
        margin-bottom: 50px;
    }

    #canvas{
        display: none;
    }

    .container_area_1{
        margin-top: 10px;
    }

    .container_area_2{
        float: none;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .container_area_2 img{
        text-align: center;
        width: 276px;
    }

    .img_imprensa img{
        margin-right: 3px;
        max-width: 100px;
        max-height: 40px;
        object-fit: contain;
    }

    .area2 .container_area_2{
        text-align: center;
        width: 100%;
    }

    .desc_video{
        width: 90%;
    }

    .video{
        height: 366.66px;
        margin-bottom: 0;
    }

    .area4{
        height: 750px;
    }

    .livro{
        height: auto;
        margin-top: 50px;
    }

    .livro_header {
        height: auto;
    }

    .dmobile{
        display: block;
    }

    .lf{
        display: none;
    }

    .links_footer{
        text-align: center;
    }

    .container_video{
        width: 80%;
    }

    .area5{
        padding-bottom: 50px;
        margin-top: 0;
        padding-top: 10px;
    }

    .redes_sociais_paulo{
        display: block;
    }

    .redes_sociais_paulo li{
        margin-bottom: 10px;
    }

    .redes_sociais_paulo i{
        width: 25px;
    }

    .titulo_destaque_imprensa {
        font-size: 20px;
    }

































    .menu li a{
        padding: 0;
    }

    .bg_obrigado{
        background-image: url("../img/obrigadom.jpg");
        background-repeat: no-repeat;
        width: 100%;
        height: 640px;
        background-size: cover;
        background-position: center center;
    }

    .container_obrigado{
        font-size: 18px;
    }

    .cobrigado{
        background: #e38f00;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
    }

    .desktop{
        display: none;
    }

    .form_curso .blue{
        width: 90%;
    }

    .mobile{
        display: block;
    }

    .mx-auto img{
        margin-left: auto;
        margin-right: auto;
    }

    .miguel{
        display: none;
    }

    .container_area3{
        width: 100%;
    }

    .ar1, .ar2{
        padding-left: 0;
        padding-right: 0;
    }


    .titulo{
        font-size: 26px;
    }

    .curso{
        font-size: 20px;
    }

    .local_curso {
        margin-top: 10%;
        margin-bottom: 10%;
        font-size: 16px;
    }

    .btn_inscrever button, .curso, .btn_inscrever2 button, .btn_enviar button{
        font-size: 16px;
    }

    .btn_enviar button{
        padding: 10px;
    }

    .btn_inscrever button{
        padding: 10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .titulo2, .eliminar_peso {
        font-size: 20px;
    }

    .bg_yellow, .bg_yellow2{
        margin-top: 0;
        text-align: left;
    }

    .area2 .container_area_2{
        text-align: center;
    }

    .area2 img{
        text-align: center;
        width: 100%;
    }

    .frase_area2{
        font-size: 16px;
        text-align: center;
    }

    .caixa_objectivo ul.ul1{
        margin: 0;
        padding-bottom: 0;
        padding-top: 40px;
    }

    .caixa_objectivo ul.ul2{
        margin: 0;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .caixa_objectivo, .caixa_yellow{
        font-size: 16px;
    }

    .area3{
        height: auto;
    }

    .area4{
        margin-top: 50px;
        height: auto;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .cmiguel{
        text-align: center;
        margin-top: 0;
        padding: 0;

        position: absolute;
        top: -200px;
    }
    .cmiguel img{
        -webkit-box-shadow: 0px 5px 58px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 58px -13px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 58px -13px rgba(0,0,0,0.75);
    }
    .cmiguel img{
        width: 70%;
    }
    .cmiguel .nome{
        width: 50%;
        font-size: 16px;
    }

    .caixa_yellow{
        padding: 30px;
        padding-top: 130px;
    }

    .mais_popular, .btn_inscrever2{
        width: 100%;
    }

    .nome {
        background: #31387d;
        text-transform: uppercase;
        font-size: 25px;
        text-align: center;
        padding: 10px;
        z-index: 3;
        margin-top: 0;
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .container_livro{
        text-align: center;
    }

    .container_livro img{
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        margin-bottom: 50px;
    }

    .video{
        height: 200px;
    }

    .btn_inscrever2 a{
        padding: 10px;
    }

    .panel-collapse{
        background: #e38f00;
    }

    .panel-default>.panel-heading{
        background: #31387d;
        border: none;
        border-color: #31387d;
        border-radius: 0;
        padding: 20px;
    }

    .panel-default{
        border-color: transparent;
    }

    .panel{
        border: 0;
        box-shadow: none;
    }

    .panel-group .panel{
        border-radius: 0;
    }

    .panel-title a{
        text-decoration: none;
    }

    .ic1{
        margin-top: 20px;
    }

    .ic2{
        margin-top: 40px;
    }

    .accordion-toggle:hover {
        text-decoration: none;
    }

    .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
        border-top: 0;
    }

    .panel-group .panel+.panel{
        margin-top: 0;
    }

    .panel-group {
        margin-bottom: 0;
    }

    .bg_yellow5{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-top: 130px;
        font-size: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    h2{
        font-size: 24px;
    }

    .desc_bonus{
        font-size: 16px;
    }

    .video1{
        height: 200px;
    }

    .titulo4 {
        font-size: 20px;
    }

    .container_titulos{
        padding-left: 30px;
        padding-right: 30px;
    }

    .eliminar_peso{
        width: 100%;
        padding: 20px;
        padding-bottom: 50px;
    }

    .preco3{
        margin-top: 50px;
    }

    .area7{
        height: auto;
    }

    .bg_white {
        padding: 30px;
        font-size: 20px;
        margin-right: 0;
        margin-left: 0;
    }

    .preco {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .bg_yellow6 ul{
        padding: 30px;
        padding-bottom: 0;
        margin: 0;
    }

    .bg_yellow6 ul li{
        font-size: 16px;
    }

    ul.bonus_li{
        padding-top: 0;
        padding-bottom: 40px;
    }

    .titulo_contacto{
        text-align: center;
        margin-top: 50px;
    }

    #formContacto .form-control{
        font-size: 16px;
        padding: 20px;
    }

    .btn_enviar{
        margin-bottom: 50px;
    }

    .form_curso .btn_enviar{
        margin-bottom: 0px;
    }


    .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,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-collapse.collapse.in {  /* NEW */
        display: block!important;
    }

    .navbar-toggle .icon-bar{
        background: #fff;
    }

    .navbar-toggle .icon-bar {
        width: 40px;
        height: 5px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }

    .navbar-toggle{
        margin-top: 15px;
        display: none;
    }

    .cheader{
        width: 100%;
        background: #fff;
    }

    .navbar{
        margin-bottom: 0;
    }

    .menu {
        display: block;
        font-size: 16px;
        list-style: none;
        padding: 0;
        margin: 0;
        float: none;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .menu li {
        padding: 10px;
    }


    .bg_yellow, .bg_yellow2, .caixa_objectivo ul{
        padding: 30px;
    }

    .mais_popular {
        width: 100%;
        height: 70px;
        position: absolute;
        margin-top: 42px;
        margin-left: -18px;
        background-size: contain;
    }

    .area5 .col-md-8{
        padding: 0;
    }

    .ca2{
        margin-bottom: 0;
    }

    .logom{
        margin-top: -50px;
    }

    .navbar-collapse{
        background: #110735;
        box-shadow: none;
    }

    .img_imprensa{
        text-align: center;
    }

    .navbar-brand img{
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        left: 0;
        right: 0;
        position: absolute;
    }

    .menu_header{
        min-height: 60px;
    }

    .titulo2{
        margin-top: 0;
    }




    .li1, .li2{
        margin-top: 0;
        margin-right: 0;
    }

    .menu li.li1{
        padding: 0;
    }

    .menu li.li2{
        padding-top: 0;
    }

    .sabe_mais2{
        display: none;
    }


    .caixa_reservar_footer2{
        width: 100%;
        padding: 0;
    }

    .titulo_footer2{
        font-size: 25px;
    }

    .desc_footer2, .por_apenas {
        font-size: 18px;
    }

    .bg_gray{
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }

    .preco_footer{
        font-size: 30px;
    }

    .titulo_header{
        font-size: 30px;
        margin-top: 0;
    }

    .desc_header{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .btn_inscrever3 a{
        font-size: 18px;
    }

    .bg_footer2{
        height: 682px;
    }

    .bg_livro_footer2{
        height: 300px;
    }

    .lh2{
        display: block;
    }

    .lh1{
        display: none;
    }

    .lh2 .livro{
        margin-top: 0;
        margin-bottom: 30px;
    }

    .ddesktop{
        display: none;
    }

    .dmobile2{
        display: block;
    }

    .btn_comprar_mobile + footer{
        padding-bottom: 80px;
    }
}