.content {
    width: 99%;
    padding: 2px 0 !important
}

.p_header {
    background: #f2f2f2
}

.p_header header {
    float: left
}


.royalties_box {
    background-color: #236aaa2e;
    padding: 20px;
    border-radius: 10px;
}


.p_header header h1 {
    text-align: center;
    padding: 34px;
    background: #769977;
    color: #fff;
    float: left;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em
}

.p_header_bar {
    float: right
}

.p_header_bar_line {
    display: block;
    width: 100%
}

.p_header_bar_line.contact {
    margin-bottom: 8px;
    text-align: right
}

.p_header_bar_contact {
    float: left;
    margin-top: 12px;
    font-size: .765em;
    text-transform: uppercase;
    vertical-align: middle;
    color: #555
}

.p_header_bar_contact a {
    color: #769977;
    text-decoration: none
}

.p_header_bar_contact a:hover {
    text-decoration: underline
}

.p_header_bar_social {
    display: inline-block;
    margin-left: 15px
}

.p_header_bar_social li {
    float: left;
    margin: 0
}

.p_header_bar_social li a {
    float: left;
    padding: 8px;
    background: #ccc
}

.p_header_bar_social li img {
    height: 20px
}

.p_header_bar_social .facebook {
    background: #4368B6
}

.p_header_bar_social .facebook:hover {
    background: #497CC1
}

.p_header_bar_social .twitter {
    background: #059FF5
}

.p_header_bar_social .twitter:hover {
    background: #00A8FF
}

.p_header_bar_social .google {
    background: #BE2B12
}

.p_header_bar_social .google:hover {
    background: #D13016
}

.p_header_bar_social .youtube {
    background: #E91D00
}

.p_header_bar_social .youtube:hover {
    background: #F72E00
}

.p_header_bar_line.search {
    text-align: right;
    vertical-align: middle
}

.p_header_bar_line.search form {
    display: inline-block;
    background: #fbfbfb;
    padding: 8px;
    vertical-align: middle
}

.p_header_bar_line.search input {
    float: left;
    width: auto;
    padding: 8px;
    display: inline-block;
    border: 1px solid #eee
}

.p_header_bar_line.search .btn {
    float: right;
    display: inline-block;
    margin: 0;
    margin-left: 8px
}

.p_header_cart {
    display: inline-block;
    background: #769977;
    font-size: .8em;
    text-transform: uppercase;
    margin-left: 10px
}

.p_header_user {
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer
}

.p_header_user a {
    display: block;
    padding: 15px 20px;
    background: #769977;
    color: #fff;
    text-decoration: none
}

.p_header_user a:hover,
.p_header_cart:hover {
    background: #5fa961
}

.eadcontrol_u_account {
    background: #d8d8d8
}

.a_slides {
    margin: 30px auto 0 auto
}

@media (min-width:50em) {
    .p_nav_mobile_menu {
        display: none
    }
    .p_nav {
        border-top: 1px dashed #ccc
    }
    .p_nav.content {
        padding-top: 0
    }
    .p_nav nav>ul>li {
        margin-top: 20px;
        display: inline-block;
        border-left: 1px solid #769977;
        padding: 0 40px 20px 10px;
        font-size: .875em;
        font-weight: 400;
        text-transform: uppercase;
        color: #769977;
        position: relative;
        cursor: pointer
    }
    .p_nav li a {
        color: #769977;
        text-decoration: none
    }
    .p_nav nav>ul>li:hover,
    .p_nav nav>ul>li:hover a {
        color: #5fa961
    }
    .p_nav nav>ul>li:hover .sub {
        display: block
    }
    .p_nav .sub {
        position: absolute;
        left: 10px;
        top: 30px;
        background: #fff;
        padding: 10px;
        min-width: 250px;
        max-width: 100%;
        z-index: 99;
        box-shadow: 2px 2px 1px 1px #ccc;
        -moz-box-shadow: 2px 2px 1px 1px #ccc;
        -webkit-box-shadow: 2px 2px 1px 1px #ccc;
        border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        display: none
    }
    .p_nav .sub>li {
        position: relative
    }
    .p_nav .sub>li a {
        display: block;
        width: 100%;
        padding: 10px;
        background: #fbfbfb
    }
    .p_nav .sub>li:hover>a,
    .p_nav .sub>li a:hover {
        background: #769977;
        color: #fff
    }
    .p_nav .sub>li:last-child>a,
    .p_nav .subsub>li:last-child>a {
        border-bottom-right-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -webkit-border-bottom-right-radius: 15px
    }
    .p_nav .subsub {
        position: absolute;
        min-width: 250px;
        max-width: 100%;
        background: #fff;
        left: 100%;
        top: 0;
        z-index: 99;
        box-shadow: 2px 2px 1px 1px #ccc;
        -moz-box-shadow: 2px 2px 1px 1px #ccc;
        -webkit-box-shadow: 2px 2px 1px 1px #ccc;
        border-bottom-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        display: none
    }
    .p_nav .sub li:hover .subsub {
        display: block
    }
}

.s_eadcontrollist {
    float: right;
    width: 70%;
    padding-left: 30px
}

.s_eadcontrolsidebar {
    float: left;
    width: 30%;
    padding: 20px 20px 0 20px;
    background: #eee
}

.s_eadcontrolsidebar section>h1 {
    font-size: 1.4em;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.s_eadcontrolsidebar section>h1 span {
    border-bottom: 5px solid #ccc;
    padding-bottom: 11px
}

.s_eadcontrolsidebar_widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 20px 0 20px;
    background: #fff
}

.s_eadcontrolsidebar_widget.delivered article {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc
}

.s_eadcontrolsidebar_widget.delivered article img {
    float: left;
    width: 30%
}

.s_eadcontrolsidebar_widget.delivered article div {
    float: right;
    width: 70%;
    padding-left: 5%
}

.s_eadcontrolsidebar_widget.delivered article h1 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 8px 0
}

.s_eadcontrolsidebar_widget.delivered article a {
    color: #769977;
    text-decoration: none
}

.s_eadcontrolsidebar_widget.delivered article a:hover {
    color: #5fa961;
    text-decoration: underline
}

.s_eadcontrolsidebar_widget.delivered article p {
    font-size: .75em;
    font-weight: 300;
    color: #555
}

.s_eadcontrolsidebar_widget.delivered article .offer {
    font-size: .875em;
    color: #d6a6a6;
    margin-bottom: 10px
}

.s_eadcontrolsidebar_widget.delivered article .offer span {
    color: #888;
    display: block;
    font-weight: 500
}

.s_eadcontrolsidebar_widget.delivered article .offerend {
    font-size: .6em;
    text-transform: uppercase
}

.s_eadcontrolsidebar_widget.posts article {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc
}

.s_eadcontrolsidebar_widget.posts article img {
    width: 100%;
    margin-bottom: 15px
}

.s_eadcontrolsidebar_widget.posts article h1 {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3
}

.s_eadcontrolsidebar_widget.posts article a {
    color: #769977;
    text-decoration: none
}

.s_eadcontrolsidebar_widget.posts article a:hover {
    color: #5fa961;
    text-decoration: underline
}

.s_eadcontrolsidebar_widget:before {
    clear: both
}

.s_eadcontrolpdt {
    box-shadow: 0 0 1px 1px #ccc;
    text-align: center
}

.s_eadcontrolpdt_cover {
    padding-top: 20px;
    position: relative
}

.s_eadcontrolpdt_offer {
    font-size: .8em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #769977;
    width: 60%
}

.s_eadcontrolpdt_stock {
    font-size: .8em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #d6a6a6;
    width: 60%
}

.s_eadcontrolpdt_offer_ident {
    width: 50%;
    bottom: 35px
}

.s_eadcontrolpdt header {
    padding: 20px
}

.s_eadcontrolpdt header h1 {
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px
}

.s_eadcontrolpdt header a {
    color: #769977;
    text-decoration: none
}

.s_eadcontrolpdt header a:hover {
    color: #5fa961;
    text-decoration: underline
}

.s_eadcontrolpdt header p {
    font-size: .7em;
    font-weight: 300
}

.s_eadcontrolpdt_price {
    font-size: 1.3em;
    font-weight: 600;
    color: #888;
    padding-bottom: 20px
}

.s_eadcontrolpdt_price span {
    display: block;
    font-size: .8em;
    color: #d6a6a6;
    font-weight: 300
}

.pdt_s_eadcontrolsplit {
    font-size: .65em;
    font-weight: 300;
    color: #ccc
}

.s_eadcontrolpdt_btn {
    padding: 15px 0;
    text-align: center;
    background: #eee
}

.s_eadcontrolpdt_btn .btn {
    font-size: .7em;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600
}

.not_found {
    padding: 50px 0
}

.not_found .header {
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px auto
}

.not_found .header h1 {
    font-size: 2em;
    font-weight: 400
}

.not_found .header p {
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 0 0
}

.not_found .search_form {
    display: block;
    padding: 0 20px;
    margin-bottom: 50px;
    float: none;
    background: none;
    text-align: center
}

.not_found .search_form input {
    width: 400px;
    max-width: 100%;
    padding: 6px
}

.p_sign {
    background: #769977;
    color: #fff;
    text-align: center;
    position: relative
}

.p_sign .content {
    padding-top: 50px
}

.goto_home {
    position: absolute;
    padding: 8px 20px;
    margin-top: -20px;
    margin-left: -30px;
    background: #4f7d68;
    font-size: 2em;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer
}

.goto_home:hover {
    background: #76bc9d
}

.p_sign h1 {
    font-size: 2em;
    font-weight: 300
}

.p_sign header p {
    font-size: .8em;
    margin-bottom: 30px;
    text-transform: uppercase
}

.p_sign form {
    text-align: center;
    margin: 0 auto
}

.p_sign form label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 20px
}

.p_sign form label span {
    display: block;
    margin-bottom: 5px;
    font-size: .875em
}

.p_sign form input {
    border: none;
    font-size: 1.2em;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.p_sign form .btn {
    padding: 12px 30px;
    font-size: 1.3em
}

.p_footer {
    float: left;
    width: 100%;
    background: #f2f2f2;
    font-size: .875em;
    color: #333
}

.p_footer .left {
    float: left
}

.p_footer .right {
    float: right;
    text-align: right
}

.pgn {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    text-align: right
}

.pgn li {
    display: inline-block
}

.pgn a,
.pgn span {
    padding: 5px 10px;
    background: #769977;
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 25%;
    -moz-border-radius: 25%;
    -webkit-border-radius: 25%;
    text-shadow: 1px 1px 0 #2A552A
}

.pgn span {
    background: #888
}

.pgn a:hover {
    background: #5fa961
}

.breadcrumbs {
    display: block;
    padding: 10px;
    background: #eee;
    font-size: .8em;
    font-weight: 300;
    color: #555;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 20px
}

.breadcrumbs a {
    text-decoration: none;
    color: #769977;
    font-weight: 600
}

.page_single {
    background: #d6d6d6;
    padding: 40px 0
}

.page_single header {
    text-align: center;
    color: #ccc
}

.page_single header h1 {
    font-weight: 300
}

.page_single .page_content {
    padding: 30px;
    background: #fff
}

@media (max-width:66em) {
    .s_eadcontrollist {
        padding: 0;
        float: left;
        width: 100%
    }
    .s_eadcontrolsidebar {
        display: none
    }
}

@media (max-width:64em) {
    .p_header .content {
        padding: 0;
        width: 100%
    }
    .p_header header {
        float: none;
        width: 100%
    }
    .p_header h1 {
        width: 100%
    }
    .p_header_bar_line.contact {
        display: none
    }
    .p_header_bar {
        float: none;
        padding: 20px;
        background: #eee
    }
    .p_header_bar_line.search {
        float: left;
        width: 100%;
        text-align: center
    }
    .p_header_bar_line form {
        margin: 0;
        width: 100%
    }
    .p_header_user,
    .p_header_cart {
        margin: 0;
        width: 50%
    }
    .p_header_bar_line form {
        margin-bottom: 10px
    }
    .p_header_bar_line form .input {
        margin: 0;
        width: 60%
    }
    .p_header_bar_line form button {
        margin: 0;
        width: 35%
    }
    .p_header .content {
        padding: 0;
        width: 100%
    }
    .p_header header {
        float: none;
        width: 100%
    }
    .p_header h1 {
        width: 100%
    }
    .p_header_bar_line.contact {
        display: none
    }
    .p_header_bar {
        float: none;
        padding: 20px;
        background: #eee
    }
    .p_header_bar_line.search {
        float: left;
        width: 100%;
        text-align: center
    }
    .p_nav_mobile_menu {
        display: block;
        width: 100%;
        font-weight: 300;
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        background: #3bdcba;
        color: #fff;
        cursor: pointer
    }
    .p_nav nav {
        padding: 20px
    }
    .p_nav ul {
        display: none;
        width: 100%
    }
    .p_nav li {
        border-top: 1px solid #eee
    }
    .p_nav nav>ul>li {
        font-size: .8em;
        font-weight: 400;
        text-transform: uppercase
    }
    .p_nav nav>ul>li>ul>li>a:before {
        margin-right: 10px;
        content: "»"
    }
    .p_nav nav ul li ul li ul li {
        text-transform: capitalize
    }
    .p_nav nav ul li ul li ul li a:before {
        margin-right: 10px;
        text-transform: lowercase;
        content: "»»"
    }
    .p_nav li span {
        display: block;
        width: 100%;
        padding: 4%;
        background: #888;
        color: #fff
    }
    .p_nav li a {
        display: block;
        width: 100%;
        padding: 4%;
        color: #fff;
        text-decoration: none;
        background: #769977
    }
    .p_nav li a:hover {
        background: #5fa961
    }
    .produtct_basics_cover,
    .produtct_basics_infor {
        width: 100%;
        padding: 0;
        text-align: center
    }
    .produtct_basics_cover>img {
        float: left;
        width: 50%
    }
    .produtct_basics_cover ul {
        float: right;
        width: 50%;
        padding-left: 5%
    }
    .produtct_basics_cover ul li {
        width: 33%
    }
    .produtct_basics_cover {
        margin-bottom: 30px
    }
}

@media (max-width:33em) {
    .content {
        width: 99%
    }
    .p_footer .left {
        margin-bottom: 20px
    }
    .p_footer .left,
    .p_footer .right {
        float: none;
        width: 100%;
        text-align: center
    }
    .produtct_basics_cover img,
    .produtct_basics_cover ul {
        width: 100%
    }
    .produtct_basics_cover_stock {
        width: 55%
    }
    .produtct_basics_cover_offer {
        width: 60%
    }
}

.produtct_basics_cover {
    float: left;
    width: 35%;
    position: relative
}

.produtct_basics_cover_offer {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 50%;
    padding: 10px 20px;
    background: #769977;
    font-size: .8em
}

.produtct_basics_cover_stock {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 45%;
    padding: 10px 20px;
    background: #d6a6a6;
    font-size: .8em
}

.produtct_basics_cover_ident {
    top: 88px
}

.produtct_basics_cover ul {
    display: block;
    width: 100%;
    padding-top: 10px;
    background: #fff
}

.produtct_basics_cover li {
    display: inline-block;
    width: 20%;
    margin-bottom: 15px
}

.produtct_basics_infor {
    float: right;
    width: 65%;
    padding-left: 5%
}

.produtct_basics_infor .info {
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: .875em;
    color: #555
}

.produtct_basics_infor .info p {
    margin-bottom: 3px
}

.produtct_basics_infor .info .reviews {
    margin: 10px 0 20px 0;
    font-size: .9em;
    text-transform: uppercase;
    color: #888
}

.produtct_basics_infor header h1 {
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 10px
}

.produtct_basics_infor header p {
    font-size: .8em
}

.produtct_basics_infor .info .price {
    font-size: 1.7em
}

.produtct_basics_infor .info .price strike {
    font-weight: 300;
    color: #d6a6a6;
    font-size: .8em;
    margin-left: 10px
}

.produtct_basics_infor .price_split {
    font-size: .5em;
    color: #888
}

.produtct_basics_infor form {
    display: block;
    width: 100%;
    vertical-align: bottom
}

.produtct_basics_infor a {
    text-decoration: none;
    color: #769977
}

.produtct_basics_infor a:hover {
    color: #5fa961;
    text-decoration: underline
}

.produtct_infor {
    background: #f2f2f2
}

.produtct_infor .htmlchars {
    padding: 30px;
    background: #fff
}

.produtct_more {
    background: #769977;
    text-align: center;
    color: #fff
}

.produtct_more .content>header {
    margin-bottom: 30px
}

.produtct_more .content>header h1 {
    font-size: 2em;
    font-weight: 300
}

.produtct_more .content>header p {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 500
}

.produtct_more .s_eadcontrolpdt {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #ccc
}

.produto_reviews .comm {
    font-size: .875em;
    background: #fff
}

@media (max-width:74em) {
    .produtct_basics_cover_stock {
        width: 65%
    }
    .produtct_basics_cover_offer {
        width: 70%
    }
}

.xxx_ead {
    padding-bottom: 20px
}

.logo_text {
    position: absolute;
    left: -99px;
    top: -99px;
    text-indent: -9999px
}

*:hover {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s
}

.on_mobile {
    display: none !important
}

.on_desktop {
    display: inline-block !important
}

.btn_black {
    background-color: #000000;
    
}

.btn_blue:hover {
    background-color: #3bdcba
}

.xxx_load,
.xxx_modal {
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    display: none
}

.xxx_load {
    z-index: 100;
    background-image: url(images/load_w.gif);
    background-position: center center;
    background-repeat: no-repeat
}

.xxx_modal_box {
    width: 560px;
    max-width: 90%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 5px 0 #000;
    position: relative;
    color: #333;
    text-align: center
}

.xxx_modal_box_header {
    display: block;
    width: 100%;
    text-align: center;
    background: #0016b4;
    padding: 30px 0;
    color: #fff
}

.xxx_modal_box_header_icon {
    font-size: 6em;
    text-shadow: 0 1px 0 #000;
    line-height: 1
}

.xxx_modal_box_content {
    padding: 30px
}

.xxx_modal_box_content .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 !important
}

.xxx_modal_box_content p {
    margin-top: 30px;
    font-size: 1em
}

.xxx_modal_box_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: .7em;
    padding: 8px 10px;
    line-height: 1;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    cursor: pointer
}

.xxx_modal_box_close:hover {
    background: #BC6060
}

.p_header {
    background: #000;
    background-position: left 2% center;
    background-repeat: no-repeat;
    background-size: auto, cover;
}

.p_header .content {
    padding: 0
}

.p_header_logo {
    padding: 17px 0;
    float: left;
    width: 110px;
    max-width: 100%;
    line-height: 0
}

.p_header_nav {
    float: right;
    text-align: right;
    line-height: 0
}

.p_header_nav_li {
    position: relative;
    display: inline-block;
    vertical-align: baseline
}

.p_header_nav_li .a {
    color: #8cfeff;
    font-size: .1.1em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 10px 29px 30px;
    text-shadow: 1px 1px #000;
    border-bottom: 1px solid transparent
}

.p_header_nav_li .a.ac {
    color: #fff
}

.p_header_nav_li:hover .p_header_nav_sub,
.p_header_nav_li .a:hover .p_header_nav_sub {
    display: block
}

        .p_header_nav_sub {
            text-align: left;
            display: none;
            position: absolute;
            top: 100%;
            z-index: 99;
            width: 290px;
            border-left: 5px solid #001c47;
            padding-left: 0;
            background: #16325c;
            background-size: 100%
        }



.p_header_nav_li_login {
    font-size: .8em;
    font-weight: 700;
    color: #00dcf9;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    display: inline-block;
    padding: 28px 20px;
    background: #000;
    margin: 0 7px
}

.p_header_nav_li_login:hover {
    background: #000
}

.p_header_nav_li_login_true {
    cursor: pointer;
    margin: 0 7px
}

.p_header_search {
    display: inline-block;
    margin-left: 14px;
    width: 100%;
    vertical-align: middle
}

.p_header_search input,
.p_header_search.btn_s {
    display: inline-block;
    font-size: .8em;
    padding: 8px;
    vertical-align: middle;
    margin: 0;
    border: 0;
    color: #fff
}

.p_header_search input {
    width: 80%;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.p_header_search .btn_s {
    border: none;
    font-weight: 700;
    padding: 9px;
    width: 20%;
    cursor: pointer;
    background: none
}

.p_header_search .btn_s:hover {
    background: #333
}

.p_header_mobile_menu,
.p_header_mobile_menu_open {
    display: none
}

.h_header {
    display: block;
    text-align: left;
    margin-bottom: 30px
}

.h_header h2 {
    font-size: 2em;
    font-weight: 600;
    color: #dc4b5a
}

.h_header p {
    font-size: .85em;
    text-transform: uppercase;
    color: #555
}

.h_header span {
    display: inline-block;
    width: 250px;
    height: 10px;
    background: #ffffff;
    margin-top: 10px
}

.p_h_cta {
    position: relative;
    background: #16325c;
    background-size: cover;
    padding: 1% 1%;
    overflow: hidden;
    color: #ffffff
}

.plano_passos {
    position: relative;
    background: #000 url(images/plano_passos.jpg) center center no-repeat;
    background-size: cover;
    padding: 5% 2%;
    overflow: hidden;
    color: rgb(255, 255, 255)
}

.p_h_cta_desc {
    width: 1920px;
    max-width: 99%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.p_h_cta_desc h2 {
    margin: 10px 0;
    font-size: 1.8em;
    background: #16325c;
}

.p_h_cta_desc h2 b {
    background: #5baaff57;
    font-size: 0.9em;
	border-radius: 10px;
}

.p_h_cta_desc p {
    font-size: 1.1em
}

.p_h_cta_desc p span {
    padding: 0 10px 10px 10px;
    border-bottom: 3px solid #ba0ee5
}

.p_h_about_award {
    display: no;
    margin-bottom: 30px
}

.p_h_about_award p {
    font-size: .9em
}

.p_h_about_award span {
    display: block;
    margin-top: 15px;
    width: 30px;
    height: 5px;
    background: #0016b4
}

.p_h_about_item {
    font-size: .8em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2%
}

.p_h_about_item_content {
    padding: 20px;
    background: #fbfbfb
}

.p_h_about_item h3 {
    font-size: 1.3em;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.p_h_about_item p {
    margin-top: 10px
}

.p_h_about_action {
    text-align: right;
    display: block;
    margin-top: 30px
}

.p_h_about_media {
    padding-left: 3%
}

.p_h_about_media img {
    width: 100%
}

.p_h_about_media .media {
    padding: 10px;
    background: #eee;
    margin-bottom: 10px;
    position: relative
}

.p_h_about_media .media_false_bg {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.p_h_about_media .media_play {
    display: block;
    margin: auto;
    color: #fff;
    font-size: 3em;
    cursor: pointer;
    padding: 10px 20px;
    background: rgba(1, 142, 192, .5);
    line-height: 0
}

.p_h_about_media .media_play:hover {
    background: rgba(1, 142, 192, .9)
}

.p_h_about_slide {
    display: none
}

.p_h_about_slide.active {
    display: block
}

.h_media_item_nav {
    display: none
}

.p_h_courses {
    background: #00304c;
    position: relative;
    margin: 0px 0;
    color: #fff
}

.p_h_courses:after {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent transparent #0016b4;
    background: #f5f5f5
}

.p_h_courses:before {
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent #0016b4 transparent
}

.p_h_courses_header {
    text-align: center;
    margin-bottom: 30px
}

.p_h_courses_icon {
    display: block;
    text-align: center;
    font-size: 4em
}

.p_h_courses_header h2 {
    font-size: 2em;
    text-shadow: 1px 1px 0 #000;
    color: #fff
}

.p_h_courses_header p {
    font-size: .80em;
    margin-top: 5px;
    color: #fff;
    font-weight: 700
}

.p_h_courses_header ul {
    display: block;
    margin-top: 30px
}

.p_h_courses_header li {
    font-size: .8em;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .5);
    margin: 0 10px 20px 10px;
    cursor: pointer
}

.p_h_courses_header li:hover {
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 1px 2px 0 #333
}

.p_h_courses_header .a_active,
.p_h_courses_header .active {
    background: rgba(255, 255, 255, .1);
    cursor: default;
    box-shadow: 0 1px 2px 0 #333
}

.p_h_courses .linhambos {
    display: block;
    width: 300px;
    max-width: 60%;
    margin: 20px auto 20px auto;
    height: 5px;
    background: #00dffc
}

.p_h_neec_course {
    background: #116596;
    border-bottom: 5px solid #000
}

.p_h_neec_course:hover {
    border-color: #0014a2
}

.p_h_neec_course_thumb {
    position: relative
}

.p_h_neec_course_content {
    padding: 20px;
    font-size: .8em;
    text-align: center
}

.p_h_neec_course_content h3 {
    font-size: 1.4em
}

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

.p_h_neec_course_content h3 a:hover {
    text-shadow: 0 1px 1px #000
}

.p_h_neec_course_content .headline {
    margin: 10px 0 20px 0
}

.p_h_courses footer {
    display: block;
    text-align: center;
    margin-top: 30px
}

.p_h_courses footer p {
    font-size: 1em;
    font-weight: 700;
    margin: 0 auto 25px auto
}

.p_h_courses footer a {
    color: #0014a2;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    text-shadow: 0 1px #000;
    text-decoration: none;
    padding: 15px 30px;
    background: rgb(0, 223, 252)
}

.p_h_courses footer a:hover {
    background: #3bdcba
}

.p_h_blog {
    background: #f5f5f5
}

.post_list {
    background: #e6e6e6;
    border-bottom: 3px solid #5990fb;
    border-top: 3px solid #5990fb;
}

.post_list:hover {
    box-shadow: 0 0 15px 0 #5990fb
}

.post_list_thumb {
    position: relative
}

.post_list_content {
    padding: 25px
}

.post_list_content h2 {
    font-size: 1.6em
}

.post_list_content a {
    font-weight: 400;
    color: #000;
    text-shadow: 1px 1px #fff;
    text-decoration: none
}

.post_list_content a:hover {
    color: #002aea
}

.post_list_content p {
    margin-top: 15px;
    font-weight: 300;
    font-size: 1.3em;
    color: #000000;
}

.post_list_breadcrumb {
    display: block;
    font-size: .7em;
    text-transform: uppercase;
    color: #0016b4;
    margin-bottom: 25px
}

.post_list_author {
    display: block;
    width: 100%;
    font-size: .9em;
    text-transform: capitalize;
    color: #555;
    padding: 20px;
    border-top: 1px solid #eee
}

.post_list_author_date,
.post_list_author_info {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

.post_list_author_date {
    text-align: right
}

.post_list_comments {
    display: inline-block;
    margin-right: 20px
}

.post_list_author_info_thumb {
    display: inline-block;
    width: 20%;
    vertical-align: middle
}

.post_list_author_info_name {
    font-weight: 500;
    display: inline-block;
    width: 80%;
    padding-left: 10px;
    vertical-align: middle
}

.p_footer_optin {
    background: #092856;
    color: #fff;
    text-align: center;
    position: relative
}

.p_footer_optin .content {
    padding-top: 20px
}

.p_footer_optin_icon {
    position: absolute;
    left: 50%;
    margin-left: -40px !important;
    top: -30px;
    padding: 15px 0;
    width: 86px;
    font-size: 2em;
    text-align: center;
    background: #000000
}

.p_footer_optin_hash {
    padding-top: 36px;
    color: #ffffff
}

.p_footer_optin_header {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.p_footer_optin_content .btn,
.p_footer_optin_content label {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.p_footer_optin_content .btn {
    padding: 13px
}

.p_footer_optin_content input {
    border: none;
    font-size: 1.1em;
    padding: 12px
}

.p_footer .content {
    padding: 40px 0;
    color: #fff
}

.p_footer .tagline {
    font-size: .9em;
    font-weight: 300;
    margin: 30px 0
}

.p_footer .tagline_m {
    margin: 20px 0 0 0
}

.p_footer .tagline a {
    font-weight: 400;
    color: #00dffc
}

.p_footer_title {
    font-weight: 700;
    font-size: 1.2em;
    text-shadow: 1px 1px #000;
    margin-bottom: 30px
}

.p_footer_title span {
    padding-bottom: 5px;
    border-bottom: 3px solid #00dffc
}

.p_footer_awards .content {
    padding: 10px 0
}

.p_footer_awards li {
    font-size: .6em;
    vertical-align: middle
}

.p_footer_awards li img {
    display: inline-block;
    width: 20%;
    padding-right: 10px
}

.p_footer_awards li p {
    display: inline-block;
    text-align: left;
    width: 80%;
    vertical-align: middle
}

.p_footer_awards li span {
    color: #555
}

.p_footer_agencia {
    background: rgb(23 68 136) url(images/image_texture.png);
    padding: 20px 0 40px 0
}

.p_footer_agencia .content {
    padding-bottom: 0
}

.p_footer_agencia_about_social li {
    display: inline-block;
    margin-right: 5px
}

.p_footer_agencia_most_menu li {
    display: block;
    width: 100%;
    margin-bottom: 3px
}

.p_footer_agencia_most_menu .a {
    color: #00dffc;
    font-size: .7em;
    text-transform: uppercase;
    text-decoration: none
}

.p_footer_agencia_most_menu .a:hover {
    color: #3bdcba
}

.p_footer_agencia_most_hq {
    padding-top: 10px
}

.p_footer_agencia_about,
.p_footer_agencia_most,
.p_footer_agencia_contact {
    vertical-align: top;
    margin-bottom: 40px !important
}

.p_footer_site_net {
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-size: .8em;
    padding: 70px 0 20px 0;
    background: #00304c;
    border-top: 1px solid #222
}

.p_footer_site_net a {
    color: #ba0ee5;
    text-decoration: none;
    font-weight: 400
}

.p_footer_site_net a:hover {
    color: #fff;
    text-decoration: underline
}

.p_footer_site_net_alert {
    margin-top: 10px;
    padding-top: 10px;
    font-size: .8em
}

.p_footer_site_net_partner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    margin-top: -20px;
    padding: 15px;
    background: #202020;
    border: 2px solid #101010;
    width: 200px
}

.p_footer_site_net_partner:hover {
    background: #ba0ee5
}

.b_m {
    background: #f5f5f5
}

.b_m_header {
    background: #000
}

.b_m_p img {
    width: 100%
}

.b_m_content {
    text-align: center
}

.b_m_post_header {
    background: red;
    margin: 0;
    padding: 10px;
    width: 50%
}

.b_m_p {
    vertical-align: top;
    margin: 0 !Important;
    padding: 10px;
    vertical-align: middle !important;
    width: 25%
}

.b_m_p footer {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    font-size: .7em;
    text-transform: uppercase;
    color: #888;
    text-align: center
}

.b_m_p footer span {
    display: inline-block;
    width: 25%;
    text-align: center
}

.b_m_p .f_d {
    width: 50%
}

.b_m_c {
    text-align: right;
    padding-right: 30px;
    vertical-align: middle !important
}

.b_m_c h3 {
    background: #f5f5f5;
    border-bottom: 2px solid #d766e4;
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 10px;
    margin: 0
}

.b_m_c h3 a {
    color: #a2055e;
    text-decoration: none;
    margin: 0
}

.b_m_c .linhambos {
    display: block;
    width: 100%;
    margin: 0;
    text-align: right;
    height: 5px
}

.b_m_c .linhambos span {
    display: inline-block;
    width: 40%;
    height: 5px;
    background: #ccc;
    vertical-align: top
}

.b_m_c a:hover {
    color: #a162d0
}

.b_m_c_l {
    display: block;
    font-size: .75em;
    text-transform: uppercase
}

.b_m_c_l a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ccc
}

.b_m_p_c {
    padding: 20px;
    text-align: center;
    background: #fff
}

.b_m_p_c_c {
    display: inline-block;
    padding: 0 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    font-size: .7em
}

.b_m_p_c_c:hover {
    color: #000;
    border-color: #000
}

.b_m_p_c_l {
    font-size: .9em;
    font-weight: 700
}

.b_m_p_c_l a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333
}

.b_m_p_c_l a:hover {
    color: #0016b4
}

.a_m_p_c_b {
    text-align: center
}

.a_m_p_c_b h1 {
    color: #f5f5f5;
    font-size: 2.7em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #000
}

.a_m_p_c_b p {
    font-size: .9em;
   
    font-weight: 300
}

.b_m_m_v {
    background: #020225;
    ;
    color: #fff;
    position: relative;
    margin: 70px 0 0 0;
    padding-bottom: 10px
}

.b_m_m_v:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 100vw;
    border-color: transparent #030331;
    transparent #030331;
}

.b_m_m_v_t {
    text-align: center;
    margin-bottom: 30px
}

.b_m_m_v_t h3 {
    font-size: 2em;
    text-shadow: 0 1px #000;
    margin-bottom: 5px
}

.b_m_m_v_t p {
   
    font-weight: 400;
    font-size: .9em
}

.b_m_m_v_t .linhambos {
    display: block;
    width: 100px;
    max-width: 60%;
    margin: 20px auto 20px auto;
    height: 5px;
    background: #1a0863
}

.b_m_m_v_h {
    margin-bottom: 20px
}

.b_m_m_v_h h4 {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px #000
}

.b_m_m_v_h span {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #1a0863
}

.b_m_m_v_b {
    display: block;
    margin-top: 20px
}

.b_m_m_v_b_t {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    box-shadow: 0 1px 1px 0 #000
}

.b_m_m_v_b_c {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: top
}

.b_m_m_v_b_c_c {
    font-size: .65em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #eee;
    vertical-align: middle
}

.b_m_m_v_b_c_c span {
    display: inline-block;
    margin-left: 10px !important;
    color: #084161
}

.b_m_m_v_b_c h5 {
    font-size: .8em
}

.b_m_m_v_b_c a {
    color: #f5f5f5;
    text-decoration: none;
    font-weight: 400
}

.b_m_m_v_b_c a:hover {
    color: #fff;
    text-decoration: underline
}

.articles_main {
    background: #f5f5f5;
    padding-bottom: 30px
}

.articles_p_header {
    text-align: center;
    margin: 0 auto 40px auto;
    width: 800px;
    max-width: 100%;
    color: #333
}

.articles_p_header h1 {
    font-size: 3em;
    margin-bottom: 10px
}

.articles_p_header .linhambos {
    display: block;
    width: 200px;
    max-width: 60%;
    margin: 30px auto 0 auto;
    height: 5px;
    background: #ccc
}

.a_m_p {
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.a_m_p img {
    width: 100%
}

.a_m_p_f {
    background: rgba(0, 0, 0, .7) url(images/image_texture.png);
    padding: 30px 0;
    position: relative
}

.a_m_p_false_blog {
    position: absolute;
    width: 86px;
    margin-left: -46px !Important;
    left: 50%;
    bottom: -40px;
    font-size: 2em;
    padding: 20px 0;
    background: #f5f5f5;
    color: #333
}

.a_m_p_thumb {
    display: inline-block;
    width: 40%;
    box-shadow: 0 2px 10px 0 #000;
    vertical-align: top
}

.a_m_p_content {
    display: inline-block;
    width: 60%;
    padding-left: 50px;
    vertical-align: top
}

.a_m_p_content a {
    text-decoration: none;
    color: #eee
}

.a_m_p_content a:hover {
    color: #fff
}

.a_m_p_content h2 {
    font-size: 2em;
    text-shadow: 0 1px #000;
    margin-bottom: 20px;
    line-height: 1
}

.a_m_p_content p {
    font-weight: 700;
    text-shadow: 0 1px #000;
    margin-bottom: 40px
}

.s_eadcontrolpost_header {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

.s_eadcontrolpost_header_false {
    background: rgb(120 56 168 / 89%) url(images/image_texture.png);
    padding-bottom: 150px
}

.s_eadcontrolpost_header h1 {
    font-size: 2.5em;
    margin-bottom: 20px
}

.s_eadcontrolpost_header p {
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 0 1px #000
}

.s_eadcontrolpost_header .breadcrumb {
    display: block;
    width: 100%;
    margin-top: 25px
}

.s_eadcontrolpost_header .breadcrumb a {
    font-size: .75em;
    color: #eee;
    font-weight: 400;
    text-shadow: 0 1px #000;
    text-transform: uppercase;
    margin: 0 10px 0 5px;
    text-decoration: none
}

.s_eadcontrolpost_header .breadcrumb a:hover {
    color: #fff
}

.s_eadcontrolpost_header .breadcrumb a:first-child {
    margin-left: 0
}

.s_eadcontrolpost_content {
    background: #f5f5f5
}

.s_eadcontrolpost_content_thumb {
    width: 100%
}

.s_eadcontrolpost_content .content {
    padding-top: 0
}

.s_eadcontrolpost_content .post_content {
    margin-top: -150px;
    background: #fff;
    padding: 0
}

.s_eadcontrolpost_content .htmlchars {
    font-size: 1.1em;
    padding: 30px
}

.s_eadcontrolpost_content_comments {
    margin-top: 30px;
    padding: 30px;
    background: #fff
}

.s_eadcontrolpost_more {
    display: block;
    width: 100%;
    margin-top: 30px
}

.s_p_m_p {
    position: relative;
    font-size: .7em
}

.s_p_m_p a {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase
}

.s_p_m_p a:hover {
    color: #fff;
    text-decoration: underline
}

.s_p_m_p_f {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.s_p_m_p_c {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px;
    text-align: center;
    color: #eee
}

.s_p_m_p_c_img {
    width: 100px;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px 0 #000
}

.s_eadcontrolpost_sidebar {
    padding-top: 30px
}

.s_eadcontrolpost_sidebar_widget {
    background: #fff;
    margin-bottom: 30px
}

.s_eadcontrolpost_sidebar_widget .title {
    color: #000;
    font-weight: 300;
    text-transform: uppercase
}

.s_eadcontrolpost_sidebar_widget .subtitle {
    font-size: .875em;
    font-weight: 300;
    margin-top: 20px
}

.s_eadcontrolpost_sidebar_widget .title span {
    display: block
}

.s_eadcontrolpost_sidebar_widget_header .linhambos {
    display: block;
    width: 20%;
    height: 5px;
    background: #0016b4;
    margin: 10px 0 20px 0
}

.s_eadcontrolpost_sidebar_widget_content {
    padding: 30px
}

.s_eadcontrolpost_sidebar_widget_fanpage {
    text-align: center
}

.s_eadcontrolpost_sidebar_widget_fanpage img {
    display: block;
    max-width: 50%;
    margin: 0 auto 20px auto
}

.s_eadcontrolpost_sidebar_widget_fanpage_like {
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px
}

.s_eadcontrolpost_sidebar_widget_fanpage_yt {
    text-align: center;
    margin-bottom: 20px
}

.s_eadcontrolpost_sidebar_widget_navigation_ul {
    display: block;
    list-style: none
}

.s_eadcontrolpost_sidebar_widget_navigation_ul>li {
    margin-bottom: 10px
}

.s_eadcontrolpost_sidebar_widget_navigation_ul>li:last-child {
    margin-bottom: 0
}

.s_eadcontrolpost_sidebar_widget_navigation_ul a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 5px 20px;
    background: #fbfbfb;
    font-size: .8em
}

.s_eadcontrolpost_sidebar_widget_navigation_ul a:hover {
    background: #eee
}

.s_eadcontrolpost_sidebar_widget_navigation_ul_li_a {
    font-size: 1em;
    font-weight: bold !important;
    padding: 15px !important
}

.s_eadcontrolpost_sidebar_widget_vip {
    background: #0016b4;
    color: #fff
}

.s_eadcontrolpost_sidebar_widget_vip header {
    text-align: center
}

.s_eadcontrolpost_sidebar_widget_vip .title {
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px #000
}

.s_eadcontrolpost_sidebar_widget_vip .subtitle {
    margin: 10px 0 30px 0
}

.s_eadcontrolpost_sidebar_widget_vip header span {
    font-size: 3em;
    text-shadow: 0 1px #000
}

.s_eadcontrolpost_sidebar_widget_vip .btn {
    box-shadow: 0 2px 2px #555
}

.branchu_main {
    background: url(images/branchu_background.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.branchu_cta {
    text-align: center;
    background: rgba(0, 0, 0, .7) url(images/image_texture.png);
    padding-top: 70px;
    -webkit-box-shadow: inset 0 -150px 0 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 -150px 0 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 -150px 0 0 rgba(255, 255, 255, 1)
}

.branchu_header {
    display: block;
    width: 740px;
    max-width: 90%;
    margin: 0 auto 30px auto;
    color: #fff;
    text-shadow: 1px 1px #000
}

.branchu_header h1 {
    font-size: 3em;
    margin-bottom: 10px
}

.branchu_header p {
    font-size: 1.2em;
    font-weight: 300
}

.branchu_media {
    width: 800px;
    max-width: 96%;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255, 255, 255, .5)
}

.branchu_stats {
    text-align: center
}

.branchu_stats span {
    font-size: 3em;
    color: #00B494;
    text-shadow: 0 2px #eee
}

.branchu_stats p {
    font-size: 2em;
    font-weight: 300;
    color: #333
}

.branchu_stats h3 {
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 35px
}

.branchu_stats .linhambos {
    display: block;
    width: 100px;
    max-width: 30%;
    margin: 40px auto;
    height: 5px;
    background: #ccc
}

.branchu_all {
    color: #000
}

.branchu_all_content {
    position: relative;
    text-shadow: 0 2px #000
}

.branchu_all_content_false {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7)
}

.branchu_all_header {
    text-align: center;
    margin: auto;
    padding: 0 30px
}

.branchu_all_header h2 {
    font-size: 2.6em;
    margin-bottom: 10px
}

.branchu_all_header p {
    font-size: .8em;
    text-transform: uppercase
}

.branchu_all_course {
    display: inline-block;
    width: 16.6666666667%
}

.branchu_all_items {
    padding-top: 80px
}

.branchu_all_item {
    text-align: center;
    background: #00B494;
    padding: 50px 20px;
    color: #fff;
    position: relative
}

.branchu_all_item span {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -40px !important;
    font-size: 3em;
    background: #fff;
    color: #00B494;
    line-height: 1;
    padding: 10px 0;
    width: 80px;
    text-shadow: 0 2px #2b7265
}

.branchu_all_item h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    text-shadow: 0 1px #2b7265
}

.branchu_all_item p {
    font-size: 1em;
    margin-top: 20px
}

.branchu_offer {
    background: #0F7561 url(images/branchu_background.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff
}

.branchu_offer_content {
    background: rgba(0, 0, 0, .5) url(images/image_texture.png)
}

.branchu_offer_box_header {
    margin-bottom: 20px
}

.branchu_offer_box_header h2 {
    font-size: 2em;
    margin-bottom: 10px;
    text-shadow: 1px 1px #000
}

.branchu_offer_box_header p {
    font-size: 1em
}

.branchu_offer_optin,
.branchu_offer_box {
    vertical-align: middle
}

.branchu_offer_box_price_info {
    display: block;
    margin-bottom: 20px
}

.branchu_offer_box_price_info li {
    font-weight: 700;
    font-size: .8em;
    text-transform: uppercase;
    margin-bottom: 5px
}

.branchu_offer_box_price .price {
    font-size: 1.8em;
    font-weight: 700;
    color: #00B494
}

.branchu_offer_box_price .price span {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .4em;
    color: #eee
}

.branchu_offer_box_price .price {
    margin-bottom: 20px
}

.branchu_offer_box_price .condt {
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 300;
    color: #eee
}

.branchu_offer_optin form {
    padding: 30px 60px 60px 60px;
    background: rgba(0, 0, 0, .5);
    position: relative
}

.branchu_offer_optin form span {
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 10px !Important;
    display: block
}

.branchu_offer_optin form p {
    font-size: 1.2em;
    margin-bottom: 40px
}

.branchu_faq {
    background: #fff
}

.branchu_faq_header {
    text-align: center;
    margin-bottom: 40px
}

.branchu_faq_header h2 {
    font-size: 3em;
    color: #ccc
}

.branchu_faq_header p {
    font-size: .7em;
    text-transform: uppercase;
    color: #ccc
}

.branchu_faq .box {
    margin: 0;
    padding: 2px;
    vertical-align: top
}

.branchu_faq_question {
    display: block;
    margin-bottom: 4px
}

.branchu_faq_question h3 {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    color: #555;
    padding: 15px;
    background: #eee;
    border: 1px solid #eee;
    cursor: pointer
}

.branchu_faq_question h3:hover {
    background: #00B494;
    color: #fff
}

.branchu_faq_question_content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 0 15px 15px 15px;
    display: none
}

.branchu_faq_question_content p {
    padding: 15px 0 0 0;
    font-size: .875em;
    color: #444
}

.courses_header {
    color: #fff;
    text-align: center;
    background: #000 url(images/courses_background.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.courses_header_false {
    background: rgb(0 48 76) url(images/image_texture.png);
    padding: 20px 0 40px 0
}

.courses_header_icon {
    position: absolute;
    padding: 20px 0;
    width: 100px;
    font-size: 3em;
    background: #f5f5f5;
    line-height: 1;
    color: #ccc;
    left: 50%;
    margin-left: -50px !important;
    bottom: -50px
}

.courses_header header {
    margin-bottom: 40px;
    text-shadow: 0 2px #000
}

.courses_header header h1 {
    font-size: 3em
}

.courses_header header p {
    font-size: 1.7em;
    text-transform: uppercase
}

.courses_header_item {
    padding: 20px 40px 40px 40px;
    vertical-align: top;
    background: rgba(0, 0, 0, .5);
    font-size: .8em
}

.courses_header_item span {
    font-size: 3em;
    display: block;
    margin-bottom: 10px !important
}

.courses_header_item h2 {
    text-transform: uppercase
}

.courses_header_item p {
    margin-top: 10px
}

.course_segment {
    background: #0c4b6f
}

.course_segment:nth-of-type(2n+0) {
    background: #000;
    background-size: 200px;
    color: #fff
}

.course_segment_header {
    margin-bottom: 30px
}

.course_segment_header h2 {
    font-size: 2em;
    margin-bottom: 20px
}

.course_segment_header p {
    font-size: .875em;
    font-weight: 300
}

.course_segment_header .linhambos {
    display: block;
    width: 100px;
    max-width: 30%;
    height: 10px;
    background: #57cbfd;
    margin-top: 30px
}

.courses_item {
    background: #fff
}

.courses_item .btn {
    font-size: .875em;
    display: block;
    width: 100%
}

.courses_item_content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
    text-align: center
}

.courses_item_content header {
    margin-bottom: 20px
}

.courses_item_content h3 {
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    text-transform: uppercase
}

.courses_item_content h3 a {
    text-decoration: none;
    color: #555
}

.courses_item_content h3 a:hover {
    color: #000
}

.courses_item_content .price {
    font-size: 1.6em;
    font-weight: 700;
    color: #555
}

.courses_item footer {
    padding: 10px;
    background: #eee;
    color: #555;
    text-align: center
}

.courses_item footer img {
    display: inline-block;
    width: 15%
}

.courses_item footer p {
    display: inline-block;
    width: 80%;
    padding-left: 20px;
    font-size: .8em;
    text-transform: uppercase
}

.courses_footer h3 {
    font-size: 2em;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ccc
}

.courses_footer .linhambos {
    display: block;
    width: 100px;
    max-width: 30%;
    height: 10px;
    background: #ccc;
    margin: 20px 0
}

.courses_footer article {
    padding: 10px;
   
    padding: 20px;
    font-size: .8em;
    text-align: center
}

.courses_footer article h4 {
    text-transform: uppercase;
    margin-bottom: 10px
}

.course_header {
    background-size: cover;
    background-attachment: fixed
}

.course_header header {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 1px auto
}

.course_header header h1 {
    font-size: 1.6em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px
}

.course_header header p {
    font-size: .9em;
    font-weight: 700;
   	color: white;
}

.course_header_bg {
    background: rgba(0, 0, 0, .7) url(images/image_texture.png);
}

.course_video {
    width: 920px;
    max-width: 100%;
    margin: 0 auto
}

.course_video_iframe {
    padding: 2px;
    color: #dc4b5a
}

.course_cta {
    margin-top: 30px;
    width: 100%
}

.course_stats {
    text-align: center;
    color: #555
}

.course_stats>span {
    font-size: 2em
}

.course_stats h3 {
    font-size: 1em;
    text-transform: uppercase;
    margin: 10px 0 5px 0
}

.course_stats p {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 30px
}

.course_modules {
    background: #fbfbfb
}

.course_modules .content {
    padding: 80px 0 20px 0
}

.course_modules_header {
    text-align: center;
    margin-bottom: 60px
}

.course_modules_header h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 700;
    color: #555
}

.course_modules_header h3 b {
    color: #0016b4;
    border-top: 5px solid #0016b4;
    padding-top: 10px
}

.course_modules_header p {
    
    font-weight: 700;
    color: #ccc
}

.course_modules_item {
    background: #f3f3f3;
    border: 1px solid #fbfbfb;
    padding: 40px 20px 10px 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px
}

.course_modules_item:hover {
    border-color: #eee
}

.course_modules_item:hover span {
    color: #0053ff
}

.course_modules_item span {
    color: #0016b4;
    position: absolute;
    left: 0;
    top: -28px;
    width: 100%;
    text-align: center;
    font-size: 3em
}

.course_modules_item h4 {
    font-size: .9em;
    font-weight: 300;
    margin-bottom: 20px
}

.course_modules_item h6 {
    font-size: .6em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 0;
    border-top: 1px solid #f5f5f5
}

.course_bonus {
    background: #0016b4
}

.bonus_course_header {
    text-align: center;
    margin-bottom: 30px;
    color: #fff
}

.bonus_course_header h2 {
    font-size: 1.6em;
    text-shadow: 0 1px #000;
    margin-bottom: 5px
}

.bonus_course_header p {
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 300
}

.course_bonus_item {
    background: #f5f5f5
}

.course_bonus_item_content {
    padding: 30px;
    text-align: center
}

.course_bonus_item_content h3 {
    font-size: .9em;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.course_bonus_item_content p {
    margin-top: 15px;
    font-size: .8em
}

.course_bonus_item_wait {
    text-transform: uppercase;
    font-size: 0.7em !important;
    color: #555
}

.course_bonus_item_info span {
    display: inline-block;
    width: 50%;
    text-transform: uppercase
}

.course_bonus_item_price {
    padding: 20px;
    text-align: center;
    background: #eee;
    font-size: 1.2em
}

.course_bonus_item_price strike {
    color: #BC6060
}

.course_bonus_item_price span {
    color: #00B494;
    font-weight: 700
}

.course_warranty {
    background: #00304c;
    border-top: 22px solid #00304c;
    position: relative
}

.course_warranty_image {
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: -130px
}

.course_warranty_header {
    margin: 40px auto 0 auto;
    background: #3bdcba;
    padding: 30px;
    color: #ba0ee5;
    text-align: center;
    width: 900px;
    max-width: 90%
}

.course_warranty_header h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 5px
}

.course_warranty_header p {
    text-transform: uppercase;
    font-weight: 300
}

.course_warranty_content {
    padding: 10px 30px 30px 30px;
    background: #fff;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #faf3ca;
    width: 900px;
    max-width: 90%;
    margin: 0 auto
}

.course_warranty_content p {
    margin-top: 20px
}

.course_certification {
    background: url(images/cta_background.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: center
}

.course_certification .content {
    padding: 0
}

.course_certification_image {
    vertical-align: middle;
    text-align: right;
    display: inline-block;
    width: 45%;
    padding: 30px;
    background: rgba(255, 255, 255, .5)
}

.course_certification_text {
    padding: 50px;
    background: rgb(0 48 76);
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    width: 45%;
    font-size: 1.2em;
    text-align: left
}

.course_certification_text p {
    margin-top: 20px
}

.course_certification_text .minus {
    font-size: .8em
}

.course_actives .content {
    padding-bottom: 0
}

.course_actives_header {
    text-align: center;
    margin-bottom: 20px;
	margin-top: 50px
}

.course_actives_header h2 {
    font-size: 2em;
    text-shadow: 0 1px #000;
    color: #333
}

.testemunhos h2 {
    font-size: 2em;
    text-shadow: 0 1px #824f3c;
    color: #fff
}

.p_sidebar_widget_post {
    border-bottom: 3px solid #dc4b5a;
    font-size: 0.9em;
    border-top: 3px solid #dc4b5a;
    margin-top: 20px;
}

.p_blog_post {
    border-bottom: 3px solid #dc4b5a;
    font-size: 0.9em;
    border-top: 3px solid #dc4b5a;
    margin-top: 20px;
}

.course_actives_header h2 b {
    color: #14A4E3
}

.course_actives_header p {
    font-size: 1.2em;
   
}

.course_active_item {
    padding: 40px 20px 20px 20px;
    border: 1px solid #59abff;
    text-align: center;
    position: relative;
    margin-bottom: 40px !Important
}

.passos_123 {
    padding: 10px 5px 5px 5px;
    border: 1px solid #59abff;
    text-align: center;
    position: relative;
    margin-bottom: 5px !Important
}

.course_active_item span {
    position: absolute;
    left: 50%;
    margin-left: -41px !important;
    top: -39px;
    font-size: 2.2em;
    line-height: 1;
    background: #00304c;
    padding: 15px 0;
    width: 80px;
    color: #fff;
    text-shadow: 0 2px 0 #000
}

.course_active_item h3 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.2
}

.course_active_item p {
    font-size: 1.2em;
    color: #555
}

.course_offer {
    background: #01121c;
    text-align: center;
    color: #fff
}

.course_offer_header {
    margin-bottom: 30px
}

.course_offer_header span {
    font-size: 6em;
    text-shadow: 0 3px #069
}

.course_offer_header h2 {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 5px
}

.course_offer_header p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: .75em
}

.course_offer_price .lol {
    font-size: .875em;
    text-transform: uppercase;
    color: #069
}

.course_offer_price .pay {
    font-size: 2.5em;
    font-weight: 700;
    color: #fff
}

.course_offer_price .pay span {
    display: block;
    font-size: .6em;
    font-weight: 400
}

.course_offer footer {
    display: block;
    margin-top: 40px
}

.course_offer footer .btn {
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-size: 2em
}

.course_offer footer .trigger {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1em;
    text-shadow: 0 1px #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700
}

.course_offer footer img {
    margin: 30px 0 20px 0
}

.course_offer footer p {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: .8em
}

.branchu_faq_question h3:hover {
    background: #14A4E3
}

.in_ea_header {
    text-align: center
}

.in_ea_header h1 {
    font-size: 2em;
    color: #555;
    margin-bottom: 5px
}

.in_ea_header p {
    text-transform: uppercase;
    font-size: .8em
}

.in_ea_false {
    background: rgba(0, 0, 0, .7) url(images/image_texture.png);
    -webkit-box-shadow: inset 0 150px 0 0 #fff;
    -moz-box-shadow: inset 0 150px 0 0 #fff;
    box-shadow: inset 0 150px 0 0 #fff;
    padding-bottom: 30px
}

.in_ea_false .content {
    padding-top: 0
}

.in_ea_media {
    background: #000 url(images/bg_inea.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: center
}

.in_ea_video {
    width: 760px;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    background: rgba(200, 200, 200, .5)
}

.notfound_content {
    text-align: center
}

.notfound_content {
    padding-bottom: 30px
}

.notfound_content header {
    width: 100%;
    padding: 30px;
    bottom: 100px;
    background: #fff
}

.notfound_content {
    width: 640px;
    max-width: 100%;
    margin: 0 auto
}

.notfound_content header h1 {
    font-size: 1.6em;
    margin-bottom: 5px
}

.notfound_content header p {
    font-size: .875em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.notfound_content input {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 1em;
    padding: 10px;
    border: 2px solid #ccc
}

.notfound_content .btn {
    text-transform: uppercase;
    font-size: .9em
}

.notfound_content_back {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: #888;
    font-size: .8em;
    font-weight: 300
}

.notfound_content_back:hover {
    color: #ba0ee5
}

.notfound_courses {
    background: #0016b4;
    position: relative
}

.notfound_courses:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent transparent #0016b4;
    background: #f5f5f5
}

.notfound_courses:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent #0016b4 transparent
}

.notfound_blog {
    background: #f5f5f5;
    padding-bottom: 20px;
    padding-top: 60px
}

.notfound_section_header {
    text-align: center;
    margin-bottom: 40px
}

.notfound_section_header h2 {
    font-size: 1.6em;
    margin-bottom: 5px
}

.notfound_section_header p {
    text-transform: uppercase;
    font-size: .8em
}

.notfound_section_header .linhambos {
    display: block;
    width: 160px;
    max-width: 60%;
    margin: 30px auto 0 auto;
    height: 10px;
    background: #0016b4
}

.notfound_blog_header {
    color: #fff
}

.notfound_blog_header .linhambos {
    background: #eee
}

.search_header {
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    position: relative
}

.search_header_false {
    background: rgba(0, 0, 0, .7) url(images/image_texture.png);
    padding: 20px 0 50px 0;
    color: #fff
}

.search_header_false h1 {
    font-size: 1.8em;
    margin-bottom: 5px;
    font-weight: 400;
    width: 600px;
    max-width: 90%;
    margin: 0 auto
}

.search_header_false h1 b {
    color: #FAAD50
}

.search_header_icon {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px !important;
    width: 80px;
    padding: 20px 0;
    background: #f5f5f5;
    font-size: 2em;
    line-height: 1;
    color: #888
}

.search_posts {
    background: #f5f5f5;
    padding-bottom: 30px
}

.ead_partner {
    display: block;
    margin-top: 30px;
    background: #639CDD;
    color: #fff
}

.ead_partner_header {
    padding: 30px;
    text-align: center;
    background: #397ABF
}

.ead_partner_coupon {
    padding: 15px 10px;
    text-align: center
}

.ead_partner_coupon h3 {
    font-size: 1em;
    font-weight: 700;
    text-shadow: 1px 1px #069
}

.ead_partner_coupon span {
    margin: 10px auto 10px auto;
    display: block;
    background: #fff;
    width: 80px;
    height: 1px
}

.ead_partner_coupon p {
    font-size: .875em
}

.ead_certification_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.ead_certification_content {
    background-color: rgba(0, 0, 0, .7);
    background-image: url(images/image_texture.png);
    text-align: center;
    padding: 30px 0;
    color: #fff
}

.ead_certification_content h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    text-shadow: 0 2px #000
}

.ead_certification_content p {
    margin: 5px 0 40px 0;
    font-size: .8em;
    text-transform: uppercase
}

.ead_certification_content form {
    display: block;
    width: 600px;
    max-width: 90%;
    margin: 0 auto
}

.ead_certification_content form input,
.ead_certification_content form .btn {
    display: inline-block;
    width: 80%;
    font-size: 1em;
    font-weight: 500;
    padding: 20px;
    border: none;
    border-radius: 4px 0 0 4px
}

.ead_certification_content form .btn {
    width: 20%;
    border-radius: 0 4px 4px 0
}

.ead_certification_items article {
    padding: 40px 30px 30px 30px;
    background: #fbfbfb;
    text-align: center;
    position: relative;
    margin-top: 30px !Important
}

.ead_certification_items article h2 {
    font-size: 1em;
    margin-bottom: 10px
}

.ead_certification_items article p {
    font-size: .8em
}

.ead_certification_items article .icon-notext {
    font-size: 3em;
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%
}

.ead_certification_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 89;
    display: none
}

.ead_certification_box_content {
    width: 600px;
    max-width: 100%;
    margin: auto;
    position: relative
}

.ead_certification_box_result {
    padding: 30px;
    background: #fff
}

.ead_certification_box_result header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.ead_certification_box_result header h3 {
    font-size: 1.2em;
    display: inline-block;
    width: 80%;
    vertical-align: middle
}

.ead_certification_box_result header h3 span {
    border-bottom: 5px solid #ccc;
    padding-bottom: 10px
}

.ead_certification_box_close {
    display: inline-block;
    text-align: right;
    font-size: 1.3em;
    width: 20%;
    color: #ccc;
    vertical-align: middle;
    cursor: pointer
}

.ead_certification_box_close:hover {
    color: #BC6060
}

.ead_certification_box_result p {
    margin-top: 20px;
    font-size: .875em
}

.ead_certification_box_result_cet {
    max-height: 300px;
    overflow: auto;
    margin-top: 20px
}

.ead_certification_box_result_cet li {
    padding: 20px;
    background: #fbfbfb;
    margin-bottom: 10px
}

.ead_certification_box_result_cet_img {
    display: inline-block;
    width: 30%;
    vertical-align: middle
}

.ead_certification_box_result_cet_content {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
    vertical-align: middle
}

.ead_certification_box_result_cet_content p {
    margin-top: 0;
    font-weight: 300
}

.ead_certification_box_result_cet_content b {
    font-weight: 500
}

.inscription_header {
    text-align: center;
    background: #000 url(images/bg_inscricao.jpg) center center;
    background-size: cover;
    background-attachment: fixed
}

.inscription_header_false {
    background: rgba(0, 0, 0, .7) url(images/image_texture.png);
    padding: 20px 0 50px 0;
    color: #fff
}

.inscription_header_icon {
    font-size: 6em;
    text-shadow: 0 8px #23AF93
}

.inscription_header h1 {
    font-size: 2.4em;
    margin-bottom: 5px
}

.inscription_header b {
    color: #23AF93
}

.inscription_header p {
    font-size: .96em;
    text-transform: uppercase
}

.inscription_more {
    background: #f5f5f5;
    padding-bottom: 20px
}

.inscription_more_header {
    text-align: center;
    margin-bottom: 50px
}

.inscription_more_header h2 {
    font-size: 1.8em;
    margin-bottom: 5px
}

.inscription_more_header p {
    text-transform: uppercase
}

.a_m_p_content,
.a_m_p_thumb {
    width: 100%;
    padding: 0;
    font-size: .8em
}

.a_m_p_thumb {
    margin-bottom: 30px
}

.branchu_header {
    font-size: .9em
}

.branchu_all_course {
    width: 25%
}

.courses_header header {
    font-size: .8em
}

.course_modules_header h3 b {
    border: none
}

.course_certification_image,
.course_certification_text {
    display: block;
    width: 100%;
    text-align: center
}

.course_certification_image img {
    width: 50%
}

.ead_partner {
    display: none
}

}

.h_header {
    font-size: .9em;
    margin-bottom: 10px
}

.h_header p {
    margin-top: 10px
}

.p_h_about_action {
    margin-top: 10px
}

.p_h_developers_header {
    font-size: .7em
}

.p_h_developers_header p {
    margin-top: 20px
}

.p_footer {
    text-align: center
}

.b_m_p {
    width: 100%;
    padding: 0 0 20px 0
}

.branchu_header {
    font-size: .7em
}

.branchu_all_header h2 {
    font-size: 1.3em
}

.courses_header header {
    font-size: .6em
}

.search_header {
    font-size: .65em
}

.inscription_header {
    font-size: .7em
}

.video-overlay {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0
}

/*
HEADER
*/

/* header mobile */

.header_mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.header_mobile .content {
	padding: 5px 0;
    background: #00304c;
    width: 100%;
}

/* header mobile => logo */

.header_mobile_logo {
    text-align: center;
    background-color: #ffffff;
}









body {
    font-family: Arial, sans-serif;
}

.poster-video {
    display: block;
    position: relative;
    width: 348px;
    cursor: pointer;
    margin: auto; /* Center the trigger button */
}

.WF {
    width: 100%;
    height: auto;
}

.modal {
    display: none; /* Keep the modal hidden */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Hide overflow */
      background-color: rgb(0 0 0 / 72%);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    padding: 3px;
    border: 1px solid #888;
    width: 100%;
    max-width: 700px;
    text-align: center;
    position: relative; /* Added relative position */
    display: none; /* Keep the content hidden initially */
}

.close {
    color: #aaa;
    position: absolute; /* Changed from float to absolute positioning */
    top: 10px; /* Adjust the position as needed */
    right: 20px; /* Adjust the position as needed */
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#video-iframe {
    width: 100%;
    height: 100%;
    max-height: 60vh; /* Adjust height as needed */
    aspect-ratio: 16/9; /* Maintain aspect ratio */
}











/* header mobile => nav */

.header_mobile_nav {
    text-align: center;
    background-color: #ffffff;
}

.header_mobile_nav .content {
    padding: 0;
}

.header_mobile_nav ul li {
    display: inline-block;
}

.header_mobile_nav ul li a {
    display: block;
    padding: 0px 4px;
}

.header_mobile_nav ul li a.active {
    background-color: #1038f9;
}

.header_mobile_nav ul li a i {
    position: relative;
    font-size: 1.2em;
    color: #000000;
}

.header_mobile_nav ul li a i span {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    font-size: 0.5em;
    font-weight: bold;
    line-height: 20px;
    background-color: var(--color-background-three);
    opacity: 0.9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

.header_mobile_nav ul li a i span.active {
    display: inline-block;
}

/* header mobile => search */

.header_mobile_search {
    display: none;
    background-color: #000000;
}

.header_mobile_search form input {
    height: 35px;
    border: none;
}

.header_mobile_search form button {
    height: 35px;
    background-color: #ffffff;
    color: #0025da;
    border: none;
    padding: 0 10px;
}

.header_mobile_search form button:hover {
    background-color: #f1f1f1;
}

.header_mobile_search .realtime_search {
    background-color: #0025da;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    -moz-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    -ms-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    -o-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
    box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);
}

.header_mobile_search .realtime_search ul {
    background-color: #ffffff;
}

/* header mobile => categories */

.header_mobile_categories {
    display: none;
    height: 100vh;
    background-color: #000000e8;
}

.header_mobile_categories_ul {
    max-height: 404px;
    overflow-y: auto;
    background-color: #43d9e7;
    border: 5px solid #43d9e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.header_mobile_categories_ul::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
}

.header_mobile_categories_ul::-webkit-scrollbar-thumb {
    background-color: #0025da;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.header_mobile_categories_ul li>div {
    position: relative;
    font-size: 0.9em;
    color: #555555;
    font-weight: 600;
    background-color: #fafafa;
    margin-bottom: 1px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header_mobile_categories_ul li>div div {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -moz-flex-pack: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -o-align-items: center;
    align-items: center;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #e9e9e9;
    cursor: pointer;
}

.header_mobile_categories_ul li>div div i {
    font-size: 1.2em;
    color: #001fff;
    font-weight: bold;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.header_mobile_categories_ul li>div div i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header_mobile_categories_ul li>div a {
    display: block;
    font-size: 1.5em;
    color: #0066ff;
    text-decoration: none;
    padding: 10px 5px 6px 54px;
}

.header_mobile_categories_ul li ul {
    display: none;
    padding-left: 40px;
}

/* header desktop */

.header_desktop {
    display: none;
    background-color: #ffffff;
}

/* header desktop => logo */

.header_desktop_logo {
    flex-basis: 12%;
}

.header_desktop_logo a img {
    height: 40px;
}

.header_desktop_logo a span {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
}

/* header desktop => search */

.header_desktop_search {
    flex-basis: 50%;
    position: relative;
}

/* header desktop => buttons */

.header_desktop_buttons {
    flex-basis: 25%;
    display: flex;
    justify-content: space-between;
    padding-left: 70px;
}

.header_desktop_buttons_account {
    flex-basis: 50px;
    position: relative;
    padding: 20px 30px;
    background: url(images/user.png) no-repeat center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.header_desktop_buttons_wishlist {
    flex-basis: 50px;
    position: relative;
    padding: 20px 30px;
    background: url(images/heart.png) no-repeat center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.header_desktop_buttons_cart {
    flex-basis: 50px;
    position: relative;
    padding: 20px 30px;
    background: url(images/cart.png) no-repeat center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.header_desktop_buttons_account.active,
.header_desktop_buttons_account:hover,
.header_desktop_buttons_wishlist.active,
.header_desktop_buttons_wishlist:hover,
.header_desktop_buttons_cart.active,
.header_desktop_buttons_cart:hover {
    background-color: var(--color-background-three);
}

.header_desktop_buttons_wishlist span,
.header_desktop_buttons_cart span {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.8em;
    color: var(--color-text-three);
    font-weight: bold;
    background-color: var(--color-background-three);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header_desktop_buttons_wishlist span.active,
.header_desktop_buttons_cart span.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* header desktop => categories */

.header_desktop_categories {
    background-color: var(--color-background-four);
	border-radius: 10px;
}

.header_desktop_categories_ul {
    display: flex;
}

.header_desktop_categories_ul>li {
    flex-grow: 1;
}

.header_desktop_categories_ul>li:hover>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header_desktop_categories_ul>li>a {
    display: block;
    font-size: 1.4em;
    color: #0036fb;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0;
    text-align: center;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.header_desktop_categories_ul>li>a:hover {
    color: var(--color-text-one);
    background-color: #16325c;
}

/* header desktop => categories => sub categories */

.header_desktop_categories_ul>li>div {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 30px 5%;
    background-color: var(--color-background-one-opacity);
    z-index: 9999;
}

.header_desktop_categories_ul>li>div div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-basis: calc(100% - 400px);
    padding-right: 50px;
}

.header_desktop_categories_ul>li>div div:last-child {
    flex-basis: 400px;
}

.header_desktop_categories_ul>li>div div:first-child ul {
    padding: 5px;
    flex-grow: 1;
}

.header_desktop_categories_ul>li>div div:first-child ul li {
    display: block;
}

.header_desktop_categories_ul>li>div div:first-child ul li:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header_desktop_categories_ul>li>div div:first-child ul li a {
    display: block;
    font-size: 0.95em;
    color: #eeeeee;
    font-weight: 300;
    text-decoration: none;
    padding: 5px;
}

.header_desktop_categories_ul>li>div div:first-child ul li:first-child>a {
    font-size: 1.1em;
    color: #eeeeee;
    font-weight: bold;
    text-transform: uppercase;
}

.header_desktop_categories_ul>li>div div:first-child ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/*550px*/

@media (min-width: 53.375em) {

    /*
    HEADER
    */
    /* header => mobile */
    .header_mobile_wrap {
        -webkit-display: -webkit-box;
        -webkit-display: -webkit-flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        -o-align-items: center;
        align-items: center;
        background-color: #1038f9;
    }
    /* header => mobile => logo */
    .header_mobile_logo {
        display: inline-block;
        width: 40%;
    }
    /* header => mobile => nav */
    .header_mobile_nav {
        display: inline-block;
        width: 60%;
        background-color: #1038f9;
    }
    /*
    HEADER
    */
    /* header => mobile */
    .header_mobile {
        display: none;
    }
    /* header => desktop */
    .header_desktop {
        display: block;
    }
    /*1200px*/
    @media (min-width: 95em) {
        /*
    GERAL
    */
       
         
            .p_nav_mobile_menu {
                display: block;
                width: 100%;
                font-weight: 300;
                font-size: 1.2em;
                padding: 10px 0;
                text-align: center;
                background: #3bdcba;
                color: #fff;
                cursor: pointer
            }
            .p_nav nav {
                padding: 20px
            }
            .p_nav ul {
                display: none;
                width: 100%
            }
            .p_nav li {
                border-top: 1px solid #eee
            }
            .p_nav nav>ul>li {
                font-size: .8em;
                font-weight: 400;
                text-transform: uppercase
            }
            .p_nav nav>ul>li>ul>li>a:before {
                margin-right: 10px;
                content: "»"
            }
            .p_nav nav ul li ul li ul li {
                text-transform: capitalize
            }
            .p_nav nav ul li ul li ul li a:before {
                margin-right: 10px;
                text-transform: lowercase;
                content: "»»"
            }
            .p_nav li span {
                display: block;
                width: 100%;
                padding: 4%;
                background: #888;
                color: #fff
            }
            .p_nav li a {
                display: block;
                width: 100%;
                padding: 4%;
                color: #fff;
                text-decoration: none;
                background: #769977
            }
            .p_nav li a:hover {
                background: #5fa961
            }
            .produtct_basics_cover,
            .produtct_basics_infor {
                width: 100%;
                padding: 0;
                text-align: center
            }
            .produtct_basics_cover>img {
                float: left;
                width: 50%
            }
            .produtct_basics_cover ul {
                float: right;
                width: 50%;
                padding-left: 5%
            }
            .produtct_basics_cover ul li {
                width: 33%
            }
            .produtct_basics_cover {
                margin-bottom: 30px
            }
        }
        @media (max-width:33em) {
            .content {
                width: 100%
            }
            .p_footer .left {
                margin-bottom: 20px
            }
            .p_footer .left,
            .p_footer .right {
                float: none;
                width: 100%;
                text-align: center
            }
            .produtct_basics_cover img,
            .produtct_basics_cover ul {
                width: 100%
            }
            .produtct_basics_cover_stock {
                width: 55%
            }
            .produtct_basics_cover_offer {
                width: 60%
            }
        }
        .produtct_basics_cover {
            float: left;
            width: 35%;
            position: relative
        }
        .produtct_basics_cover_offer {
            position: absolute;
            top: 50px;
            left: 0;
            text-align: right;
            color: #fff;
            width: 50%;
            padding: 10px 20px;
            background: #769977;
            font-size: .8em
        }
        .produtct_basics_cover_stock {
            position: absolute;
            top: 50px;
            left: 0;
            text-align: right;
            color: #fff;
            width: 45%;
            padding: 10px 20px;
            background: #d6a6a6;
            font-size: .8em
        }
        .produtct_basics_cover_ident {
            top: 88px
        }
        .produtct_basics_cover ul {
            display: block;
            width: 100%;
            padding-top: 10px;
            background: #fff
        }
        .produtct_basics_cover li {
            display: inline-block;
            width: 20%;
            margin-bottom: 15px
        }
        .produtct_basics_infor {
            float: right;
            width: 65%;
            padding-left: 5%
        }
        .produtct_basics_infor .info {
            padding: 25px 0;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            font-size: .875em;
            color: #555
        }
        .produtct_basics_infor .info p {
            margin-bottom: 3px
        }
        .produtct_basics_infor .info .reviews {
            margin: 10px 0 20px 0;
            font-size: .9em;
            text-transform: uppercase;
            color: #888
        }
        .produtct_basics_infor header h1 {
            font-size: 1.8em;
            font-weight: 500;
            margin-bottom: 10px
        }
        .produtct_basics_infor header p {
            font-size: .8em
        }
        .produtct_basics_infor .info .price {
            font-size: 1.7em
        }
        .produtct_basics_infor .info .price strike {
            font-weight: 300;
            color: #d6a6a6;
            font-size: .8em;
            margin-left: 10px
        }
        .produtct_basics_infor .price_split {
            font-size: .5em;
            color: #888
        }
        .produtct_basics_infor form {
            display: block;
            width: 100%;
            vertical-align: bottom
        }
        .produtct_basics_infor a {
            text-decoration: none;
            color: #769977
        }
        .produtct_basics_infor a:hover {
            color: #5fa961;
            text-decoration: underline
        }
        .produtct_infor {
            background: #f2f2f2
        }
        .produtct_infor .htmlchars {
            padding: 30px;
            background: #fff
        }
        .produtct_more {
            background: #769977;
            text-align: center;
            color: #fff
        }
        .produtct_more .content>header {
            margin-bottom: 30px
        }
        .produtct_more .content>header h1 {
            font-size: 2em;
            font-weight: 300
        }
        .produtct_more .content>header p {
            font-size: .8em;
            text-transform: uppercase;
            font-weight: 500
        }
        .produtct_more .s_eadcontrolpdt {
            background: #fff;
            border: none;
            box-shadow: none;
            color: #ccc
        }
        .produto_reviews .comm {
            font-size: .875em;
            background: #fff
        }
        @media (max-width:74em) {
            .produtct_basics_cover_stock {
                width: 65%
            }
            .produtct_basics_cover_offer {
                width: 70%
            }
        }
        .xxx_ead {
            padding-bottom: 20px
        }
        .logo_text {
            position: absolute;
            left: -99px;
            top: -99px;
            text-indent: -9999px
        }
        *:hover {
            transition-duration: 0.2s;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s
        }
        .on_mobile {
            display: none !important
        }
        .on_desktop {
            display: inline-block !important
        }
        .btn_black {
            background-color: #000000;
        }
        .btn_blue:hover {
            background-color: #3bdcba
        }
        .xxx_load,
        .xxx_modal {
            position: fixed;
            z-index: 101;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, .7);
            display: none
        }
        .xxx_load {
            z-index: 100;
            background-image: url(images/load_w.gif);
            background-position: center center;
            background-repeat: no-repeat
        }
        .xxx_modal_box {
            width: 560px;
            max-width: 90%;
            margin: auto;
            background: #fff;
            box-shadow: 0 0 5px 0 #000;
            position: relative;
            color: #333;
            text-align: center
        }
        .xxx_modal_box_header {
            display: block;
            width: 100%;
            text-align: center;
            background: #0016b4;
            padding: 30px 0;
            color: #fff
        }
        .xxx_modal_box_header_icon {
            font-size: 6em;
            text-shadow: 0 1px 0 #000;
            line-height: 1
        }
        .xxx_modal_box_content {
            padding: 30px
        }
        .xxx_modal_box_content .title {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #eee;
            font-size: 1.8em;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 !important
        }
        .xxx_modal_box_content p {
            margin-top: 30px;
            font-size: 1em
        }
        .xxx_modal_box_close {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: .7em;
            padding: 8px 10px;
            line-height: 1;
            background: rgba(0, 0, 0, .5);
            color: #fff;
            text-align: center;
            cursor: pointer
        }
        .xxx_modal_box_close:hover {
            background: #BC6060
        }
        .p_header {
            background: #00304c;
            background-position: left 2% center;
            background-repeat: no-repeat;
            background-size: auto, cover;
        }
        .p_header .content {
            padding: 0
        }
        .p_header_logo {
            padding: 17px 0;
            float: left;
            width: 110px;
            max-width: 100%;
            line-height: 0
        }
        .p_header_nav {
            float: right;
            text-align: right;
            line-height: 0
        }
        .p_header_nav_li {
            position: relative;
            display: inline-block;
            vertical-align: baseline;
        }
        .p_header_nav_li .a {
            color: #ffffff;
            font-size: 1.1em;
            font-weight: 800;
            text-decoration: none;
            text-transform: uppercase;
            padding: 20px 5px 9px 5px
        }
        .p_header_nav_li .a.ac {
            color: #fff
        }
        .p_header_nav_li:hover .p_header_nav_sub,
        .p_header_nav_li .a:hover .p_header_nav_sub {
            display: block
        }

        .p_header_nav_sub .sub_a {
            font-weight: 500;
            font-size: 1.6em;
            color: #fff;
            text-decoration: none;
            display: block;
            width: 100%;
            padding: 3px 3px
        }
        .p_header_nav_li_login {
            font-size: .8em;
            font-weight: 700;
            color: #00dcf9;
            text-decoration: none;
            text-transform: uppercase;
            text-shadow: 1px 1px #000;
            display: inline-block;
            padding: 28px 20px;
            background: #000;
            margin: 0 7px
        }
        .p_header_nav_li_login:hover {
            background: #000
        }
        .p_header_nav_li_login_true {
            cursor: pointer;
            margin: 0 7px
        }
        .p_header_search {
            display: inline-block;
            margin-left: 14px;
            width: 100%;
            vertical-align: middle
        }
        .p_header_search input,
        .p_header_search .btn_s {
            display: inline-block;
            font-size: 1.8em;
            padding: 8px;
            vertical-align: middle;
            margin: 0;
            border: 0;
            color: #939393
        }
        .p_header_search input {
            width: 80%;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none
        }
        .p_header_search .btn_s {
            border: none;
            font-weight: 700;
            padding: 9px;
            width: 20%;
            cursor: pointer;
            background: none
        }
        .p_header_search .btn_s:hover {
            background: #333
        }
        .p_header_mobile_menu,
        .p_header_mobile_menu_open {
            display: none
        }
        .h_header {
            display: block;
            text-align: left;
            margin-bottom: 30px
        }
        .h_header h2 {
            font-size: 2em;
            font-weight: 600;
            color: #1a0863
        }
        .h_header p {
            font-size: .85em;
            text-transform: uppercase;
            color: #555
        }
        .h_header span {
            display: inline-block;
            width: 250px;
            height: 10px;
            background: #ffffff;
            margin-top: 10px
        }
        
        .plano_passos {
            position: relative;
            background: #00304c;
            background-size: cover;
            padding: 5% 2%;
            overflow: hidden;
            color: rgb(255, 255, 255)
        }
        
        .post_list {
            background: #e6e6e6;
            border-bottom: 3px solid #1a0863;
            border-top: 3px solid #1a0863;
        }
        .post_list:hover {
            box-shadow: 0 0 15px 0 #1a0863
        }
        .post_list_thumb {
            position: relative
        }
        .post_list_content {
            padding: 25px
        }
        .post_list_content h2 {
            font-size: 1.1em
        }
        .post_list_content a {
            font-weight: 400;
            color: #000;
            text-shadow: 1px 1px #fff;
            text-decoration: none
        }
        .post_list_content a:hover {
            color: #002aea
        }
        .post_list_content p {
            margin-top: 15px;
            font-weight: 300;
            font-size: .8em;
            color: #000000;
        }
        .post_list_breadcrumb {
            display: block;
            font-size: .7em;
            text-transform: uppercase;
            color: #0016b4;
            margin-bottom: 25px
        }
        .post_list_author {
            display: block;
            width: 100%;
            font-size: 1.0em;
            text-transform: capitalize;
            color: #555;
            padding: 20px;
            border-top: 1px solid #eee
        }
        .post_list_author_date,
        .post_list_author_info {
            display: inline-block;
            width: 50%;
            vertical-align: middle
        }
        .post_list_author_date {
            text-align: right
        }
        .post_list_comments {
            display: inline-block;
            margin-right: 20px
        }
        .post_list_author_info_thumb {
            display: inline-block;
            width: 20%;
            vertical-align: middle
        }
        .post_list_author_info_name {
            font-weight: 500;
            display: inline-block;
            width: 80%;
            padding-left: 10px;
            vertical-align: middle
        }
        .p_footer_optin {
            background: #000000;
            color: #fff;
            text-align: center;
            position: relative
        }
        .p_footer_optin .content {
            padding-top: 20px
        }
        
        .p_footer_optin_hash {
            padding-top: 7px;
            color: #ffffff
        }
        .p_footer_optin_header {
            display: block;
            width: 100%;
            margin-bottom: 30px
        }
        .p_footer_optin_content .btn,
        .p_footer_optin_content label {
            margin-top: 0;
            margin-bottom: 0;
            vertical-align: middle
        }
        .p_footer_optin_content .btn {
            padding: 13px
        }
        .p_footer_optin_content input {
            border: none;
            font-size: 1.1em;
            padding: 12px
        }
        .p_footer .content {
            padding: 40px 0;
            color: #fff
        }
        .p_footer .tagline {
            font-size: .9em;
            font-weight: 300;
            margin: 30px 0
        }
        .p_footer .tagline_m {
            margin: 20px 0 0 0
        }
        .p_footer .tagline a {
            font-weight: 400;
            color: #00dffc
        }
        .p_footer_title {
            font-weight: 700;
            font-size: 1.2em;
            text-shadow: 1px 1px #000;
            margin-bottom: 30px
        }
        .p_footer_title span {
            padding-bottom: 5px;
            border-bottom: 3px solid #00dffc
        }
        .p_footer_awards .content {
            padding: 10px 0
        }
        .p_footer_awards li {
            font-size: .6em;
            vertical-align: middle
        }
        .p_footer_awards li img {
            display: inline-block;
            width: 20%;
            padding-right: 10px
        }
        .p_footer_awards li p {
            display: inline-block;
            text-align: left;
            width: 80%;
            vertical-align: middle
        }
        .p_footer_awards li span {
            color: #555
        }
        .p_footer_agencia {
            background: rgb(0 48 76) url(images/image_texture.png);
            padding: 20px 0 40px 0
        }
        .p_footer_agencia .content {
            padding-bottom: 0
        }
        .p_footer_agencia_about_social li {
            display: inline-block;
            margin-right: 5px
        }
        .p_footer_agencia_most_menu li {
            display: block;
            width: 100%;
            margin-bottom: 3px
        }
        .p_footer_agencia_most_menu .a {
            color: #00dffc;
            font-size: .7em;
            text-transform: uppercase;
            text-decoration: none
        }
        .p_footer_agencia_most_menu .a:hover {
            color: #3bdcba
        }
        .p_footer_agencia_most_hq {
            padding-top: 10px
        }
        .p_footer_agencia_about,
        .p_footer_agencia_most,
        .p_footer_agencia_contact {
            vertical-align: top;
            margin-bottom: 40px !important
        }
.p_footer_site_net {
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-size: .8em;
    padding: 70px 0 20px 0;
    background: #00304c;
    border-top: 1px solid #222
}
        .p_footer_site_net a {
            color: #ba0ee5;
            text-decoration: none;
            font-weight: 400
        }
        .p_footer_site_net a:hover {
            color: #fff;
            text-decoration: underline
        }
        .p_footer_site_net_alert {
            margin-top: 10px;
            padding-top: 10px;
            font-size: .8em
        }
        .p_footer_site_net_partner {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -100px;
            margin-top: -20px;
            padding: 15px;
            background: #202020;
            border: 2px solid #101010;
            width: 200px
        }
        .p_footer_site_net_partner:hover {
            background: #ba0ee5
        }
        .b_m {
            background: #f5f5f5
        }
        .b_m_header {
            background: #000
        }
        .b_m_p img {
            width: 100%
        }
        .b_m_content {
            text-align: center
        }
        .b_m_post_header {
            background: red;
            margin: 0;
            padding: 10px;
            width: 50%
        }
        .b_m_p {
            vertical-align: top;
            margin: 0 !Important;
            padding: 10px;
            vertical-align: middle !important;
            width: 25%
        }
        .b_m_p footer {
            padding: 20px;
            background: #fff;
            border-top: 1px solid #f5f5f5;
            font-size: .7em;
            text-transform: uppercase;
            color: #888;
            text-align: center
        }
        .b_m_p footer span {
            display: inline-block;
            width: 25%;
            text-align: center
        }
        .b_m_p .f_d {
            width: 50%
        }
        .b_m_c {
            text-align: right;
            padding-right: 30px;
            vertical-align: middle !important
        }
        .b_m_c h3 {
            background: #f5f5f5;
            border-bottom: 2px solid #16325c;
            font-size: 1.5em;
            line-height: 1;
            padding-bottom: 10px;
            margin: 0
        }
        .b_m_c h3 a {
            color: #16325c;
            text-decoration: none;
            margin: 0
        }
        .b_m_c .linhambos {
            display: block;
            width: 100%;
            margin: 0;
            text-align: right;
            height: 5px
        }
        .b_m_c .linhambos span {
            display: inline-block;
            width: 40%;
            height: 5px;
            background: #ccc;
            vertical-align: top
        }
        .b_m_c a:hover {
            color: #2196f3
        }
        .b_m_c_l {
            display: block;
            font-size: .75em;
            text-transform: uppercase
        }
        .b_m_c_l a {
            display: block;
            padding: 15px 0;
            text-decoration: none;
            font-weight: 700;
            color: #333;
            border-bottom: 1px solid #ccc
        }
        .b_m_p_c {
            padding: 20px;
            text-align: center;
            background: #fff
        }
        .b_m_p_c_c {
            display: inline-block;
            padding: 0 2px;
            margin-bottom: 15px;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 1px solid #ccc;
            color: #ccc;
            font-size: .7em
        }
        .b_m_p_c_c:hover {
            color: #000;
            border-color: #000
        }
        .b_m_p_c_l {
            font-size: .9em;
            font-weight: 700
        }
        .b_m_p_c_l a {
            text-decoration: none;
            text-transform: uppercase;
            color: #333
        }
        .b_m_p_c_l a:hover {
            color: #0016b4
        }
        .a_m_p_c_b {
            text-align: center
        }
        .a_m_p_c_b h1 {
            color: #f5f5f5;
            font-size: 2.7em;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: 1px 1px #000
        }
        .a_m_p_c_b p {
            font-size: .9em;
          
            font-weight: 300
        }
        .b_m_m_v {
            background: #030331;
            color: #fff;
            position: relative;
            margin: 60px 0 0 0;
            padding-bottom: 10px
        }
        .b_m_m_v:before {
            content: '';
            position: absolute;
            bottom: 100%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 80px 0 0 100vw;
            border-color: transparent #16325c;
            transparent #16325c;
        }
        .b_m_m_v_t {
            text-align: center;
            margin-bottom: 30px
        }
        .b_m_m_v_t h3 {
            font-size: 2em;
            text-shadow: 0 1px #000;
            margin-bottom: 5px
        }
        .b_m_m_v_t p {
            text-transform: uppercase;
            font-weight: 400;
            font-size: .9em
        }
        .b_m_m_v_t .linhambos {
            display: block;
            width: 100px;
            max-width: 60%;
            margin: 20px auto 20px auto;
            height: 5px;
            background: #1a0863
        }
        .b_m_m_v_h {
            margin-bottom: 20px
        }
        .b_m_m_v_h h4 {
            font-size: 1em;
            font-weight: 700;
            text-transform: uppercase;
            text-shadow: 0 1px #000
        }
        .b_m_m_v_h span {
            display: inline-block;
            width: 30px;
            height: 5px;
            background: #1a0863
        }
        .b_m_m_v_b {
            display: block;
            margin-top: 20px
        }
        .b_m_m_v_b_t {
            display: inline-block;
            width: 30%;
            vertical-align: top;
            box-shadow: 0 1px 1px 0 #000
        }
        .b_m_m_v_b_c {
            display: inline-block;
            width: 70%;
            padding-left: 20px;
            vertical-align: top
        }
        .b_m_m_v_b_c_c {
            font-size: .65em;
            font-weight: 300;
            text-transform: uppercase;
            margin-bottom: 5px;
            color: #eee;
            vertical-align: middle
        }
        .b_m_m_v_b_c_c span {
            display: inline-block;
            margin-left: 10px !important;
            color: #ffffff
        }
        .b_m_m_v_b_c h5 {
            font-size: .8em
        }
        .b_m_m_v_b_c a {
            color: #f5f5f5;
            text-decoration: none;
            font-weight: 400
        }
        .b_m_m_v_b_c a:hover {
            color: #fff;
            text-decoration: underline
        }
        .articles_main {
            background: #f5f5f5;
            padding-bottom: 30px
        }
        .articles_p_header {
            text-align: center;
            margin: 0 auto 40px auto;
            width: 800px;
            max-width: 100%;
            color: #333
        }
        .articles_p_header h1 {
            font-size: 3em;
            margin-bottom: 10px
        }
        .articles_p_header .linhambos {
            display: block;
            width: 200px;
            max-width: 60%;
            margin: 30px auto 0 auto;
            height: 5px;
            background: #ccc
        }
        .a_m_p {
            color: #fff;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed
        }
        .a_m_p img {
            width: 100%
        }
        .a_m_p_f {
            background: rgba(0, 0, 0, .7) url(images/image_texture.png);
            padding: 30px 0;
            position: relative
        }
        .a_m_p_false_blog {
            position: absolute;
            width: 86px;
            margin-left: -46px !Important;
            left: 50%;
            bottom: -19px;
            font-size: 2em;
            padding: 20px 0;
            background: #f5f5f5;
            color: #333
        }
        .a_m_p_thumb {
            display: inline-block;
            width: 40%;
            box-shadow: 0 2px 10px 0 #000;
            vertical-align: top
        }
        .a_m_p_content {
            display: inline-block;
            width: 60%;
            padding-left: 50px;
            vertical-align: top
        }
        .a_m_p_content a {
            text-decoration: none;
            color: #eee
        }
        .a_m_p_content a:hover {
            color: #fff
        }
        .a_m_p_content h2 {
            font-size: 2em;
            text-shadow: 0 1px #000;
            margin-bottom: 20px;
            line-height: 1
        }
        .a_m_p_content p {
            font-weight: 700;
            text-shadow: 0 1px #000;
            margin-bottom: 40px
        }
        .s_eadcontrolpost_header {
            background-attachment: fixed;
            background-size: cover;
            background-repeat: no-repeat;
            color: #fff
        }
        .s_eadcontrolpost_header_false {
            background: rgba(0, 0, 0, .7) url(images/image_texture.png);
            padding-bottom: 150px
        }
        .s_eadcontrolpost_header h1 {
            font-size: 2.5em;
            margin-bottom: 20px
        }
        .s_eadcontrolpost_header p {
            font-size: 1.2em;
            font-weight: 400;
            text-shadow: 0 1px #000
        }
        .s_eadcontrolpost_header .breadcrumb {
            display: block;
            width: 100%;
            margin-top: 25px
        }
        .s_eadcontrolpost_header .breadcrumb a {
            font-size: .75em;
            color: #eee;
            font-weight: 400;
            text-shadow: 0 1px #000;
            text-transform: uppercase;
            margin: 0 10px 0 5px;
            text-decoration: none
        }
        .s_eadcontrolpost_header .breadcrumb a:hover {
            color: #fff
        }
        .s_eadcontrolpost_header .breadcrumb a:first-child {
            margin-left: 0
        }
        .s_eadcontrolpost_content {
            background: #f5f5f5
        }
        .s_eadcontrolpost_content_thumb {
            width: 100%
        }
        .s_eadcontrolpost_content .content {
            padding-top: 0
        }
        .s_eadcontrolpost_content .post_content {
            margin-top: -150px;
            background: #fff;
            padding: 0
        }
        .s_eadcontrolpost_content .htmlchars {
            font-size: 1.1em;
            padding: 30px
        }
        .s_eadcontrolpost_content_comments {
            margin-top: 30px;
            padding: 30px;
            background: #fff
        }
        .s_eadcontrolpost_more {
            display: block;
            width: 100%;
            margin-top: 30px
        }
        .s_p_m_p {
            position: relative;
            font-size: .7em
        }
        .s_p_m_p a {
            color: #eee;
            text-decoration: none;
            text-transform: uppercase
        }
        .s_p_m_p a:hover {
            color: #fff;
            text-decoration: underline
        }
        .s_p_m_p_f {
            background: rgba(0, 0, 0, .7);
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0
        }
        .s_p_m_p_c {
            position: absolute;
            width: 100%;
            bottom: 0;
            padding: 25px;
            text-align: center;
            color: #eee
        }
        .s_p_m_p_c_img {
            width: 100px;
            margin-bottom: 15px;
            box-shadow: 0 2px 2px 0 #000
        }
        .s_eadcontrolpost_sidebar {
            padding-top: 30px
        }
        .s_eadcontrolpost_sidebar_widget {
            background: #fff;
            margin-bottom: 30px
        }
        .s_eadcontrolpost_sidebar_widget .title {
            color: #000;
            font-weight: 300;
            text-transform: uppercase
        }
        .s_eadcontrolpost_sidebar_widget .subtitle {
            font-size: .875em;
            font-weight: 300;
            margin-top: 20px
        }
        .s_eadcontrolpost_sidebar_widget .title span {
            display: block
        }
        .s_eadcontrolpost_sidebar_widget_header .linhambos {
            display: block;
            width: 20%;
            height: 5px;
            background: #0016b4;
            margin: 10px 0 20px 0
        }
        .s_eadcontrolpost_sidebar_widget_content {
            padding: 30px
        }
        .s_eadcontrolpost_sidebar_widget_fanpage {
            text-align: center
        }
        .s_eadcontrolpost_sidebar_widget_fanpage img {
            display: block;
            max-width: 50%;
            margin: 0 auto 20px auto
        }
        .s_eadcontrolpost_sidebar_widget_fanpage_like {
            text-align: center;
            border-top: 1px solid #eee;
            margin-top: 20px;
            padding-top: 20px
        }
        .s_eadcontrolpost_sidebar_widget_fanpage_yt {
            text-align: center;
            margin-bottom: 20px
        }
        .s_eadcontrolpost_sidebar_widget_navigation_ul {
            display: block;
            list-style: none
        }
        .s_eadcontrolpost_sidebar_widget_navigation_ul>li {
            margin-bottom: 10px
        }
        .s_eadcontrolpost_sidebar_widget_navigation_ul>li:last-child {
            margin-bottom: 0
        }
        .s_eadcontrolpost_sidebar_widget_navigation_ul a {
            color: #333;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 400;
            display: block;
            padding: 5px 20px;
            background: #fbfbfb;
            font-size: .8em
        }
        .s_eadcontrolpost_sidebar_widget_navigation_ul a:hover {
            background: #eee
        }
        .s_eadcontrolpost_sidebar_widget_navigation_ul_li_a {
            font-size: 1em;
            font-weight: bold !important;
            padding: 15px !important
        }
        .s_eadcontrolpost_sidebar_widget_vip {
            background: #0016b4;
            color: #fff
        }
        .s_eadcontrolpost_sidebar_widget_vip header {
            text-align: center
        }
        .s_eadcontrolpost_sidebar_widget_vip .title {
            font-weight: 700;
            color: #fff;
            text-shadow: 0 1px #000
        }
        .s_eadcontrolpost_sidebar_widget_vip .subtitle {
            margin: 10px 0 30px 0
        }
        .s_eadcontrolpost_sidebar_widget_vip header span {
            font-size: 3em;
            text-shadow: 0 1px #000
        }
        .s_eadcontrolpost_sidebar_widget_vip .btn {
            box-shadow: 0 2px 2px #555
        }
        .branchu_main {
            background: url(images/branchu_background.jpg);
            background-size: auto 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed
        }
        .branchu_cta {
            text-align: center;
            background: rgba(0, 0, 0, .7) url(images/image_texture.png);
            padding-top: 70px;
            -webkit-box-shadow: inset 0 -150px 0 0 rgba(255, 255, 255, 1);
            -moz-box-shadow: inset 0 -150px 0 0 rgba(255, 255, 255, 1);
            box-shadow: inset 0 -150px 0 0 rgba(255, 255, 255, 1)
        }
        .branchu_header {
            display: block;
            width: 740px;
            max-width: 90%;
            margin: 0 auto 30px auto;
            color: #fff;
            text-shadow: 1px 1px #000
        }
        .branchu_header h1 {
            font-size: 3em;
            margin-bottom: 10px
        }
        .branchu_header p {
            font-size: 1.2em;
            font-weight: 300
        }
        .branchu_media {
            width: 800px;
            max-width: 96%;
            margin: 0 auto;
            padding: 20px;
            background: rgba(255, 255, 255, .5)
        }
        .branchu_stats {
            text-align: center
        }
        .branchu_stats span {
            font-size: 3em;
            color: #00B494;
            text-shadow: 0 2px #eee
        }
        .branchu_stats p {
            font-size: 2em;
            font-weight: 300;
            color: #333
        }
        .branchu_stats h3 {
            font-size: .7em;
            text-transform: uppercase;
            font-weight: 400;
            margin-top: 10px;
            padding: 0 35px
        }
        .branchu_stats .linhambos {
            display: block;
            width: 100px;
            max-width: 30%;
            margin: 40px auto;
            height: 5px;
            background: #ccc
        }
        .branchu_all {
            color: #000
        }
        .branchu_all_content {
            position: relative;
            text-shadow: 0 2px #000
        }
        .branchu_all_content_false {
            position: absolute;
            display: flex;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, .7)
        }
        .branchu_all_header {
            text-align: center;
            margin: auto;
            padding: 0 30px
        }
        .branchu_all_header h2 {
            font-size: 2.6em;
            margin-bottom: 10px
        }
        .branchu_all_header p {
            font-size: .8em;
            text-transform: uppercase
        }
        .branchu_all_course {
            display: inline-block;
            width: 16.6666666667%
        }
        .branchu_all_items {
            padding-top: 80px
        }
        .branchu_all_item {
            text-align: center;
            background: #00B494;
            padding: 50px 20px;
            color: #fff;
            position: relative
        }
        .branchu_all_item span {
            position: absolute;
            top: -50px;
            left: 50%;
            margin-left: -40px !important;
            font-size: 3em;
            background: #fff;
            color: #00B494;
            line-height: 1;
            padding: 10px 0;
            width: 80px;
            text-shadow: 0 2px #2b7265
        }
        .branchu_all_item h3 {
            font-size: 1.3em;
            text-transform: uppercase;
            text-shadow: 0 1px #2b7265
        }
        .branchu_all_item p {
            font-size: 1em;
            margin-top: 20px
        }
        .branchu_offer {
            background: #0F7561 url(images/branchu_background.jpg);
            background-size: auto 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            color: #fff
        }
        .branchu_offer_content {
            background: rgba(0, 0, 0, .5) url(images/image_texture.png)
        }
        .branchu_offer_box_header {
            margin-bottom: 20px
        }
        .branchu_offer_box_header h2 {
            font-size: 2em;
            margin-bottom: 10px;
            text-shadow: 1px 1px #000
        }
        .branchu_offer_box_header p {
            font-size: 1em
        }
        .branchu_offer_optin,
        .branchu_offer_box {
            vertical-align: middle
        }
        .branchu_offer_box_price_info {
            display: block;
            margin-bottom: 20px
        }
        .branchu_offer_box_price_info li {
            font-weight: 700;
            font-size: .8em;
            text-transform: uppercase;
            margin-bottom: 5px
        }
        .branchu_offer_box_price .price {
            font-size: 1.8em;
            font-weight: 700;
            color: #00B494
        }
        .branchu_offer_box_price .price span {
            display: block;
            font-weight: 300;
            text-transform: uppercase;
            font-size: .4em;
            color: #eee
        }
        .branchu_offer_box_price .price {
            margin-bottom: 20px
        }
        .branchu_offer_box_price .condt {
            font-size: .7em;
            text-transform: uppercase;
            font-weight: 300;
            color: #eee
        }
        .branchu_offer_optin form {
            padding: 30px 60px 60px 60px;
            background: rgba(0, 0, 0, .5);
            position: relative
        }
        .branchu_offer_optin form span {
            font-size: 3.5em;
            line-height: 1;
            margin-bottom: 10px !Important;
            display: block
        }
        .branchu_offer_optin form p {
            font-size: 1.2em;
            margin-bottom: 40px
        }
        .branchu_faq {
            background: #fff
        }
        .branchu_faq_header {
            text-align: center;
            margin-bottom: 40px
        }
        .branchu_faq_header h2 {
            font-size: 3em;
            color: #ccc
        }
        .branchu_faq_header p {
            font-size: .7em;
            text-transform: uppercase;
            color: #ccc
        }
        .branchu_faq .box {
            margin: 0;
            padding: 2px;
            vertical-align: top
        }
        .branchu_faq_question {
            display: block;
            margin-bottom: 4px
        }
        .branchu_faq_question h3 {
            font-size: .8em;
            text-transform: uppercase;
            font-weight: 700;
            color: #555;
            padding: 15px;
            background: #eee;
            border: 1px solid #eee;
            cursor: pointer
        }
        .branchu_faq_question h3:hover {
            background: #00B494;
            color: #fff
        }
        .branchu_faq_question_content {
            border: 1px solid #eee;
            border-top: 0;
            padding: 0 15px 15px 15px;
            display: none
        }
        .branchu_faq_question_content p {
            padding: 15px 0 0 0;
            font-size: .875em;
            color: #444
        }
        .courses_header {
            color: #fff;
            text-align: center;
            background: #000 url(images/courses_background.jpg) center center no-repeat;
            background-size: cover;
            background-attachment: fixed;
            position: relative
        }
        .courses_header_false {
            background: rgb(0 48 76) url(images/image_texture.png);
            padding: 20px 0 40px 0
        }
        .courses_header_icon {
            position: absolute;
            padding: 20px 0;
            width: 100px;
            font-size: 3em;
            background: #f5f5f5;
            line-height: 1;
            color: #ccc;
            left: 50%;
            margin-left: -50px !important;
            bottom: -50px
        }
        .courses_header header {
            margin-bottom: 40px;
            text-shadow: 0 2px #000
        }
        .courses_header header h1 {
            font-size: 3em
        }
        .courses_header header p {
            font-size: 1.7em;
        }
        .courses_header_item {
            padding: 20px 40px 40px 40px;
            vertical-align: top;
            background: rgba(0, 0, 0, .5);
            font-size: .8em
        }
        .courses_header_item span {
            font-size: 3em;
            display: block;
            margin-bottom: 10px !important
        }
        .courses_header_item h2 {
            text-transform: uppercase
        }
        .courses_header_item p {
            margin-top: 10px
        }
        .course_segment {
            background: #0c4b6f
        }
        .course_segment:nth-of-type(2n+0) {
            background: #000;
            background-size: 200px;
            color: #fff
        }
        .course_segment_header {
            margin-bottom: 30px
        }
        .course_segment_header h2 {
            font-size: 2em;
            margin-bottom: 20px
        }
        .course_segment_header p {
            font-size: .875em;
            font-weight: 300
        }
        .course_segment_header .linhambos {
            display: block;
            width: 100px;
            max-width: 30%;
            height: 10px;
            background: #57cbfd;
            margin-top: 30px
        }
        .courses_item {
            background: #fff;
            border: 1px solid #1a0863
        }
        .courses_item .btn {
            font-size: .875em;
            display: block;
            width: 100%
        }
        .courses_item_content {
            border: 1px solid #eee;
            padding: 10px;
            text-align: center
        }
        .courses_item_content header {
            margin-bottom: 20px
        }
        .courses_item_content h3 {
            margin-bottom: 20px;
            font-size: 1em;
            font-weight: 300;
            color: #555;
            text-transform: uppercase
        }
        .courses_item_content h3 a {
            text-decoration: none;
            color: #555
        }
        .courses_item_content h3 a:hover {
            color: #000
        }
        .courses_item_content .price {
            font-size: 1.6em;
            font-weight: 700;
            color: #555
        }
        .courses_item footer {
            padding: 10px;
            background: #eee;
            color: #555;
            text-align: center
        }
        .courses_item footer img {
            display: inline-block;
            width: 15%
        }
        .courses_item footer p {
            display: inline-block;
            width: 80%;
            padding-left: 20px;
            font-size: .8em;
            text-transform: uppercase
        }
        .courses_footer h3 {
            font-size: 2em;
            margin-bottom: 30px;
            text-transform: uppercase;
            color: #ccc
        }
        
        .bonus_course_header {
            text-align: center;
            margin-bottom: 30px;
            color: #fff
        }
        .bonus_course_header h2 {
            font-size: 1.6em;
            text-shadow: 0 1px #000;
            margin-bottom: 5px
        }
        .bonus_course_header p {
            text-transform: uppercase;
            font-size: .875em;
            font-weight: 300
        }

        .testemunhos h2 {
            font-size: 2em;
            text-shadow: 0 1px #824f3c;
            color: #fff
        }
        .p_sidebar_widget_post {
            border-bottom: 3px solid #1a0863;
            font-size: 0.9em;
            border-top: 3px solid #1a0863;
            margin-top: 20px;
        }
        .p_blog_post {
            border-bottom: 3px solid #1a0863;
            font-size: 0.9em;
            border-top: 3px solid #1a0863;
            margin-top: 20px;
        }
       
        .passos_123 {
            padding: 10px 5px 5px 5px;
            border: 1px solid #1a0863;
            text-align: center;
            position: relative;
            margin-bottom: 5px !Important
        }
        .up_logo {
            margin-bottom: 5px !Important
        }
        
        .in_ea_header {
            text-align: center
        }
        .in_ea_header h1 {
            font-size: 2em;
            color: #555;
            margin-bottom: 5px
        }
        .in_ea_header p {
            text-transform: uppercase;
            font-size: .8em
        }
        .in_ea_false {
            background: rgba(0, 0, 0, .7) url(images/image_texture.png);
            -webkit-box-shadow: inset 0 150px 0 0 #fff;
            -moz-box-shadow: inset 0 150px 0 0 #fff;
            box-shadow: inset 0 150px 0 0 #fff;
            padding-bottom: 30px
        }
        .in_ea_false .content {
            padding-top: 0
        }
        .in_ea_media {
            background: #000 url(images/bg_inea.jpg);
            background-size: cover;
            background-attachment: fixed;
            text-align: center
        }
        .in_ea_video {
            width: 760px;
            max-width: 90%;
            margin: 0 auto;
            padding: 20px;
            background: rgba(200, 200, 200, .5)
        }
        .notfound_content {
            text-align: center
        }
        .notfound_content {
            padding-bottom: 30px
        }
        .notfound_content header {
            width: 100%;
            padding: 30px;
            bottom: 100px;
            background: #fff
        }
        .notfound_content {
            width: 640px;
            max-width: 100%;
            margin: 0 auto
        }
        .notfound_content header h1 {
            font-size: 1.6em;
            margin-bottom: 5px
        }
        .notfound_content header p {
            font-size: .875em;
            text-transform: uppercase;
            margin-bottom: 20px
        }
        .notfound_content input {
            display: block;
            width: 100%;
            margin: 0 auto 20px auto;
            font-size: 1em;
            padding: 10px;
            border: 2px solid #ccc
        }
        .notfound_content .btn {
            text-transform: uppercase;
            font-size: .9em
        }
        .notfound_content_back {
            display: block;
            margin-top: 20px;
            text-decoration: none;
            color: #888;
            font-size: .8em;
            font-weight: 300
        }
        .notfound_content_back:hover {
            color: #ba0ee5
        }
        .notfound_courses {
            background: #0016b4;
            position: relative
        }
        .notfound_courses:after {
            content: '';
            position: absolute;
            top: 100%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 80px 100vw;
            border-color: transparent transparent transparent #0016b4;
            background: #f5f5f5
        }
        .notfound_courses:before {
            content: '';
            position: absolute;
            bottom: 100%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 80px 100vw;
            border-color: transparent transparent #0016b4 transparent
        }
        .notfound_blog {
            background: #f5f5f5;
            padding-bottom: 20px;
            padding-top: 60px
        }
        .notfound_section_header {
            text-align: center;
            margin-bottom: 40px
        }
        .notfound_section_header h2 {
            font-size: 1.6em;
            margin-bottom: 5px
        }
        .notfound_section_header p {
            text-transform: uppercase;
            font-size: .8em
        }
        .notfound_section_header .linhambos {
            display: block;
            width: 160px;
            max-width: 60%;
            margin: 30px auto 0 auto;
            height: 10px;
            background: #0016b4
        }
        .notfound_blog_header {
            color: #fff
        }
        .notfound_blog_header .linhambos {
            background: #eee
        }
        .search_header {
            background-color: #000;
            background-size: cover;
            background-attachment: fixed;
            text-align: center;
            position: relative
        }
        .search_header_false {
            background: rgba(0, 0, 0, .7) url(images/image_texture.png);
            padding: 20px 0 50px 0;
            color: #fff
        }
        .search_header_false h1 {
            font-size: 1.8em;
            margin-bottom: 5px;
            font-weight: 400;
            width: 600px;
            max-width: 90%;
            margin: 0 auto
        }
        .search_header_false h1 b {
            color: #FAAD50
        }
        .search_header_icon {
            position: absolute;
            bottom: -40px;
            left: 50%;
            margin-left: -40px !important;
            width: 80px;
            padding: 20px 0;
            background: #f5f5f5;
            font-size: 2em;
            line-height: 1;
            color: #888
        }
        .search_posts {
            background: #f5f5f5;
            padding-bottom: 30px
        }
        .ead_partner {
            display: block;
            margin-top: 30px;
            background: #639CDD;
            color: #fff
        }
        .ead_partner_header {
            padding: 30px;
            text-align: center;
            background: #397ABF
        }
        .ead_partner_coupon {
            padding: 15px 10px;
            text-align: center
        }
        .ead_partner_coupon h3 {
            font-size: 1em;
            font-weight: 700;
            text-shadow: 1px 1px #069
        }
        .ead_partner_coupon span {
            margin: 10px auto 10px auto;
            display: block;
            background: #fff;
            width: 80px;
            height: 1px
        }
        .ead_partner_coupon p {
            font-size: .875em
        }
        .ead_certification_bg {
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed
        }
        .ead_certification_content {
            background-color: rgba(0, 0, 0, .7);
            background-image: url(images/image_texture.png);
            text-align: center;
            padding: 30px 0;
            color: #fff
        }
        .ead_certification_content h1 {
            font-size: 1.5em;
            text-transform: uppercase;
            text-shadow: 0 2px #000
        }
        .ead_certification_content p {
            margin: 5px 0 40px 0;
            font-size: .8em;
            text-transform: uppercase
        }
        .ead_certification_content form {
            display: block;
            width: 600px;
            max-width: 90%;
            margin: 0 auto
        }
        .ead_certification_content form input,
        .ead_certification_content form .btn {
            display: inline-block;
            width: 80%;
            font-size: 1em;
            font-weight: 500;
            padding: 20px;
            border: none;
            border-radius: 4px 0 0 4px
        }
        .ead_certification_content form .btn {
            width: 20%;
            border-radius: 0 4px 4px 0
        }
        .ead_certification_items article {
            padding: 40px 30px 30px 30px;
            background: #fbfbfb;
            text-align: center;
            position: relative;
            margin-top: 30px !Important
        }
        .ead_certification_items article h2 {
            font-size: 1em;
            margin-bottom: 10px
        }
        .ead_certification_items article p {
            font-size: .8em
        }
        .ead_certification_items article .icon-notext {
            font-size: 3em;
            position: absolute;
            left: 0;
            top: -30px;
            width: 100%
        }
        .ead_certification_box {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .5);
            z-index: 89;
            display: none
        }
        .ead_certification_box_content {
            width: 600px;
            max-width: 100%;
            margin: auto;
            position: relative
        }
        .ead_certification_box_result {
            padding: 30px;
            background: #fff
        }
        .ead_certification_box_result header {
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc
        }
        .ead_certification_box_result header h3 {
            font-size: 1.2em;
            display: inline-block;
            width: 80%;
            vertical-align: middle
        }
        .ead_certification_box_result header h3 span {
            border-bottom: 5px solid #ccc;
            padding-bottom: 10px
        }
        .ead_certification_box_close {
            display: inline-block;
            text-align: right;
            font-size: 1.3em;
            width: 20%;
            color: #ccc;
            vertical-align: middle;
            cursor: pointer
        }
        .ead_certification_box_close:hover {
            color: #BC6060
        }
        .ead_certification_box_result p {
            margin-top: 20px;
            font-size: .875em
        }
        .ead_certification_box_result_cet {
            max-height: 300px;
            overflow: auto;
            margin-top: 20px
        }
        .ead_certification_box_result_cet li {
            padding: 20px;
            background: #fbfbfb;
            margin-bottom: 10px
        }
        .ead_certification_box_result_cet_img {
            display: inline-block;
            width: 30%;
            vertical-align: middle
        }
        .ead_certification_box_result_cet_content {
            display: inline-block;
            width: 70%;
            padding-left: 20px;
            vertical-align: middle
        }
        .ead_certification_box_result_cet_content p {
            margin-top: 0;
            font-weight: 300
        }
        .ead_certification_box_result_cet_content b {
            font-weight: 500
        }
        .inscription_header {
            text-align: center;
            background: #000 url(images/bg_inscricao.jpg) center center;
            background-size: cover;
            background-attachment: fixed
        }
        .inscription_header_false {
            background: rgba(0, 0, 0, .7) url(images/image_texture.png);
            padding: 20px 0 50px 0;
            color: #fff
        }
        .inscription_header_icon {
            font-size: 6em;
            text-shadow: 0 8px #23AF93
        }
        .inscription_header h1 {
            font-size: 2.4em;
            margin-bottom: 5px
        }
        .inscription_header b {
            color: #23AF93
        }
        .inscription_header p {
            font-size: .96em;
            text-transform: uppercase
        }
        .inscription_more {
            background: #f5f5f5;
            padding-bottom: 20px
        }
        .inscription_more_header {
            text-align: center;
            margin-bottom: 50px
        }
        .inscription_more_header h2 {
            font-size: 1.8em;
            margin-bottom: 5px
        }
        .inscription_more_header p {
            text-transform: uppercase
        }
        .a_m_p_content,
        .a_m_p_thumb {
            width: 100%;
            padding: 0;
            font-size: .8em
        }
        .a_m_p_thumb {
            margin-bottom: 30px
        }
       
        
        
        
    }
    .h_header {
        font-size: .9em;
        margin-bottom: 10px
    }
    .h_header p {
        margin-top: 10px
    }
    .p_h_about_action {
        margin-top: 10px
    }
    .p_h_developers_header {
        font-size: .7em
    }
    .p_h_developers_header p {
        margin-top: 20px
    }
    .p_footer {
        text-align: center
    }
    .b_m_p {
        width: 100%;
        padding: 0 0 20px 0
    }
    .branchu_header {
        font-size: .7em
    }
    .branchu_all_header h2 {
        font-size: 1.3em
    }
    .courses_header header {
        font-size: .6em
    }
    .search_header {
        font-size: .65em
    }
    .inscription_header {
        font-size: .7em
    }
    .video-overlay {
        width: 100%;
        position: absolute;
        z-index: 2;
        left: 0
    }