.dropdown-arrow-inverse {
    border-bottom-color: #34495e !important;
    border-top-color: #34495e !important;
}
/* styles from flat-ui-free2.0.0-fix.less files */

body {
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.231;
}
input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
a {
    color: #16a085;
    text-decoration: none;
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}
a:hover {
    color: #1abc9c;
    text-decoration: none;
}
h1,
.h1 {
    font-size: 48px
    /* 64px */

    ;
}
h2,
.h2 {
    font-size: 41px
    /* 52px */

    ;
}
h3,
.h3 {
    font-size: 32px
    /* 40px */

    ;
}
h4,
.h4 {
    font-size: 23px
    /* 29px */

    ;
}
h5,
.h5 {
    font-size: 21px
    /* 28px */

    ;
}
h6,
.h6 {
    font-size: 19px
    /* 24px */

    ;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.2em;
}
h1 {
    font-weight: 700;
}
h2 {
    font-weight: 700;
    margin-bottom: 2px;
}
h3 {
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 2px;
}
h4 {
    font-weight: 500;
    margin-top: 4px;
}
h5 {
    font-weight: 500;
}
h6 {
    font-weight: normal;
}
p {
    font-size: 18.004px;
    /* 18px */

    line-height: 1.722169;
    /* 31px */
}
.lead {
    font-size: 28px;
    /* 28px */

    line-height: 1.4642745;
    /* 41px */

    font-weight: 300;
    margin-bottom: 20px;
}
small {
    font-size: 84%;
    /* 15px */

    line-height: 2.050846;
    /* 31px */
}
blockquote {
    position: relative;
    border-left: none;
    padding-left: 19px;
}
blockquote p {
    font-size: 20.006px;
    line-height: 1.549829;
    font-weight: normal;
    margin-bottom: .4em;
}
blockquote small {
    font-size: 18.004px;
    line-height: 1.722169;
    font-style: italic;
    color: #34495e;
}
blockquote small:before {
    content: "";
}
blockquote:before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #ebedee;
    content: "";
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.img-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.img-comment {
    font-size: 14.994px;
    line-height: 1.231;
    font-style: italic;
    margin: 24px 0;
}
.text-primary {
    color: #1abc9c;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #15967d;
}
.text-success {
    color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
    color: #25a35a;
}
.text-danger {
    color: #e74c3c;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #b93d30;
}
.text-warning {
    color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #c19d0c;
}
.text-info {
    color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
    color: #2a7aaf;
}
.text-inverse {
    color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
    color: #cccccc;
}
.muted {
    color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
    color: #979c9f;
}
footer {
    background-color: transparent;
}
.input-append input {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.bg-white {
    background-color: #ffffff;
}
.bg-black {
    background-color: #000000;
}
.bg-turquoise {
    background-color: #1abc9c;
}
.bg-green-sea {
    background-color: #16a085;
}
.bg-emerland {
    background-color: #2ecc71;
}
.bg-nephritis {
    background-color: #27ae60;
}
.bg-peter-river {
    background-color: #3498db;
}
.bg-belize-hole {
    background-color: #2980b9;
}
.bg-amethyst {
    background-color: #9b59b6;
}
.bg-wisteria {
    background-color: #8e44ad;
}
.bg-wet-asphalt {
    background-color: #34495e;
}
.bg-midnight-blue {
    background-color: #2c3e50;
}
.bg-sun-flower {
    background-color: #f1c40f;
}
.bg-orange {
    background-color: #f39c12;
}
.bg-carrot {
    background-color: #e67e22;
}
.bg-pumpkin {
    background-color: #d35400;
}
.bg-alizarin {
    background-color: #e74c3c;
}
.bg-pomegranate {
    background-color: #c0392b;
}
.bg-clouds {
    background-color: #ecf0f1;
}
.bg-silver {
    background-color: #bdc3c7;
}
.bg-concrete {
    background-color: #95a5a6;
}
.bg-asbestos {
    background-color: #7f8c8d;
}
.bg-base {
    background-color: #34495e;
}
.bg-firm {
    background-color: #1abc9c;
}
.bg-success {
    background-color: #2ecc71;
}
.bg-danger {
    background-color: #e74c3c;
}
.bg-warning {
    background-color: #f1c40f;
}
.bg-info {
    background-color: #3498db;
}
.bordered {
    border-style: solid;
}
.bordered.bg-turquoise {
    border-color: #16a085;
}
.bordered.bg-emerland {
    border-color: #27ae60;
}
.bordered.bg-peter-river {
    border-color: #2980b9;
}
.bordered.bg-amethyst {
    border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
    border-color: #2c3e50;
}
.bordered.bg-sun-flower {
    border-color: #f39c12;
}
.bordered.bg-carrot {
    border-color: #d35400;
}
.bordered.bg-alizarin {
    border-color: #c0392b;
}
.bordered.bg-clouds {
    border-color: #bdc3c7;
}
.bordered.bg-concrete {
    border-color: #7f8c8d;
}
html,
body {
    height: 100%;
}
body {
    overflow-x: hidden;
    color: #7f8c8d;
    line-height: 1.29;
}
@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
}
li {
    line-height: 20px;
}
.btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 22px;
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
    font-size: 17px;
    padding: 12px 18px;
}
.btn-inverse {
    font-size: 18px;
}
.btn-ok-download {
    background-color: #990000;
    color: #fff;
    padding-left: 105px !important;
    padding-right: 105px !important;
}
.btn-ok-contact {
    float: none !important;
    margin-top: 45px !important;
    margin-bottom: 0px !important;
    background-color: #990000;
    color: #fff;
    font-size: 18px;
}
.title-contact-success {
    margin-top: 63px !important;
}
.btn > [class^="fui-"] {
    margin-left: 4px;
    margin-right: 4px;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}
input.error,
textarea.error {
    border: 1px solid red !important;
}
label.error {
    display: none !important;
}
.input-group-btn .btn {
    line-height: 9px 12px 10px;
    line-height: 22px;
    border: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 12px;
    margin-left: 0 !important;
    color: #fff;
}
.input-group-btn .btn:hover {
    opacity: 0.9;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-group {
    margin-bottom: 10px;
    padding-left: 0px;
}
label {
    line-height: 20px;
}
.carousel {
    line-height: 1;
}
.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
    color: inherit;
}
h4,
h5,
h6 {
    margin-top: 10px;
}
p {
    margin-bottom: 10px;
}
.page-wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    min-height: 100%;
}
.content-buy,
.book-img {
    padding: 0;
}
.book-title {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000033;
}
.cep span {
    color: #000033;
    font-size: 16px;
    font-weight: bold;
}
.cep input {
    min-height: 40px;
    min-width: 230px;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
}
.title_frete {
    color: #191925;
    font-size: 16px;
}
.text_frete {
    color: #191925;
    font-size: 14px;
}
.calc_outro_end {
    color: #ae0b18;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 15px 20px;
    display: block;
}
input[name="shipping_zipcode"] {
    text-align: center;
    font-size: 18px;
}
.cep_frete_economico,
.cep_frete_normal,
.cep_frete_sedex {
    max-width: 210px;
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    padding: 15px 20px 15px;
}
.cep_frete_normal,
.cep_frete_sedex {
    margin-top: 10px;
}
.price {
    color: #ae0b18;
    font-size: 26px;
    font-weight: bold;
}
.price-condition {
    font-size: 15px;
    color: #000033;
}
.header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.line {
    border-top: 1px solid #e2e2e2;
    margin-top: 90px;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
    left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
    left: -230px !important;
    right: auto;
}
.carousel-indicators {
    width: 100%;
}
[class^="fui-"] {
    display: inline-block;
    vertical-align: middle;
}
body > section,
header,
footer {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    body > section,
    header,
    footer {
        padding-right: 5px;
        padding-left: 5px;
    }
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c3e50;
}
h1 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
}
img {
    -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
    outline: none;
}
#bgVideo {
    overflow: hidden;
}
#bgVideo > video {
    position: absolute !important;
}
.delimiter {
    margin-top: 200px;
}
.delimiter.line {
    margin-top: 150px;
    margin-bottom: 150px;
    border-top: 2px solid #ebedee;
}
header {
    padding-top: 100px;
    padding-bottom: 70px;
    z-index: 100;
}
header .brand {
    font-size: 25px;
    font-weight: normal;
    color: #34495e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -1px;
    color: #2c3e50;
}
header .brand img:first-child {
    float: left;
    margin: -10px 15px 0 0;
}
section * {
    z-index: 2;
}
.autor {
    margin-top: 0;
    max-width: 750px;
}
.autor h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.autor p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    font-weight: 100;
    ;
}
.list-social {
    list-style: none;
    float: right;
    padding: 0;
}
.list-bottom {
    margin-top: 10px;
    margin-bottom: 0;
}
.list-social-item:first-child {
    margin-right: 15px;
}
.list-social-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 8px;
}
.list-social-item:last-child {
    margin-right: 0;
}
.list-social-item-link {
    text-decoration: none;
}
.icons-social {
    background: url(../../startup/common-files/icons/sprit-social.png);
    background-repeat: no-repeat;
}
.sound-m {
    background-position: 0 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: baseline;
}
.video-m {
    background-position: -29px 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: baseline;
}
.facebook-m {
    background-position: -57px 5px;
    height: 30px;
    width: 18px;
    display: block;
    vertical-align: baseline;
    text-align: center;
    margin: 0 auto;
}
.twitter-m {
    background-position: -73px 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: baseline;
}
.background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: 50% 50% no-repeat;
}
.container {
    position: relative;
    z-index: 2;
}
.cnpf {
    color: #000;
    font-size: 18px;
    margin: 0;
    ;
}
@media (max-width: 767px) {
    header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.navbar {
    left: 0;
    right: 0;
}
.navbar .brand {
    padding: 23px 28px 24px 0;
    float: left;
}
.navbar .subnav {
    display: none;
}
.navbar a {
    -webkit-transition: color 0.25s, background 0.25s;
    -moz-transition: color 0.25s, background 0.25s;
    -o-transition: color 0.25s, background 0.25s;
    transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar .nav > li {
    float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background: none;
}
.navbar .navbar-toggle {
    margin: 26px 0 10px;
    color: white;
    background: none;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url("../../startup/common-files/icons/menu-icon@2x.png") 50% no-repeat;
    -webkit-background-size: 17px 12px;
    -moz-background-size: 17px 12px;
    -o-background-size: 17px 12px;
    background-size: 17px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar .navbar-toggle:before {
    display: none;
}
.navbar .navbar-form .btn {
    height: auto;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
    font-size: 24px;
    margin: -10px 0 0;
    position: relative;
    top: 4px;
}
.navbar.navbar-fixed-top {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 1170px;
    margin: 0 auto;
}
.navbar-header img {
    margin-top: 24px;
}
.loaded .navbar.navbar-fixed-top {
    -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: none;
    }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
    display: none !important;
}
@media (max-width: 991px) {
    body .navbar-collapse {
        width: 230px;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100% !important;
        z-index: 1;
    }
}
@media (min-width: 992px) {
    body > .collapse.navbar-collapse {
        display: none !important;
    }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
}
body > .navbar-collapse {
    padding: 25px 0;
    overflow: auto;
    background: #222527;
    min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
    display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
    float: none !important;
}
body > .navbar-collapse .nav {
    margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
    margin: 0;
}
body > .navbar-collapse .nav > li > a {
    display: block;
    padding: 12px 35px;
    border-bottom: 2px solid #24292d;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #5b5e61;
    text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
    color: #ffffff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
    background: none;
}
body > .navbar-collapse .nav > li.active > a {
    color: #ffffff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
    color: #ffffff;
}
body > .navbar-collapse .subnav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
body > .navbar-collapse .subnav li > a {
    display: block;
    margin: 0;
    padding: 7px 35px;
    font-size: 13px;
    font-weight: normal;
    color: #5b5e61;
    text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
    color: #ffffff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
    padding: 10px 35px;
    margin: 0;
    border-bottom: 0 none;
    border-top: 0 none;
    box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
    outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-calc,
body > .navbar-collapse .navbar-search .btn-calc {
    height: 30px;
    line-height: 20px;
    font-size: 15px;
    color: #5b5e61;
    background: none;
    padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-calc:hover,
body > .navbar-collapse .navbar-search .btn-calc:hover {
    color: #fff;
}
/**
 * Header 10 stylesheet
 * */

.header-10 {
    z-index: 100;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 75px;
    color: white;
    position: fixed;
}
.header-10 .header-background {
    background: #000;
}
.header-10 .navbar {
    position: absolute;
    z-index: 2;
    top: 0;
    margin: 0;
}
.header-10 .navbar.navbar-fixed-top {
    top: 0 !important;
}
.header-10 .navbar .brand {
    padding-top: 25px;
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
}
.header-10 .navbar .brand img:first-child {
    float: left;
    margin: -10px 15px 0 0;
}
.header-10 .navbar .nav > li {
    margin-left: 40px;
}
.header-10 .navbar .nav > li:first-child {
    margin-left: 0;
}
.header-10 .navbar .nav > li > a {
    padding: 29px 0 27px;
    font-size: 17px;
    font-weight: normal;
    color: #d4d4d5;
}
.header-10 .navbar .nav > li > a:hover,
.header-10 .navbar .nav > li > a:focus,
.header-10 .navbar .nav > li > a.active {
    color: #bdc3c7;
}
.header-10 .navbar .nav > li.active > a {
    color: #bdc3c7;
}
.header-10 .navbar .nav > li.active > a:hover,
.header-10 .navbar .nav > li.active > a:focus,
.header-10 .navbar .nav > li.active > a.active {
    color: #bdc3c7;
}
.header-10 .navbar .navbar-form {
    padding: 19px 0 19px 50px;
}
.header-10 .navbar .btn {
    padding-left: 26px;
    padding-right: 26px;
}
.btn-buy {
    font-size: 17px;
}
.header-10 .navbar .btn.btn-buy {
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
}
.header-10 .navbar .navbar-toggle {
    margin-top: 30px;
}
.header-10-sub {
    position: relative;
    z-index: 50;
    height: 800px;
    background-color: #1b1f23;
    color: white;
    text-align: center;
}
.header-10-sub.v-center,
.header-10-sub .v-center {
    width: 100%;
    display: table;
}
.header-10-sub.v-center > div,
.header-10-sub .v-center > div {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    display: table-cell;
}
.bgParallax {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .bgParallax {
        background-position: 50% 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .client-adress,
    .client-information {
        float: left;
        padding-left: 0px;
    }
    .client-adress {
        margin-bottom: 40px;
    }
    .header-10-sub.v-center.row:before,
    .header-10-sub .v-center.row:before,
    .header-10-sub.v-center.row:after,
    .header-10-sub .v-center.row:after {
        display: none;
    }
    .book-info {
        margin-left: 0;
        margin-top: 40px;
    }
    .book-info p {
        margin: 0 !important;
    }
}
@media (max-width: 767px) {
    .footer-2 .social-btns {
        text-align: center;
    }
    .footer-2 img {
        padding-top: 10px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .footer-2 .additional-links a {
        text-decoration: none;
        font-size: 17px;
        font-weight: bold;
    }
    .header-10-sub.v-center,
    .header-10-sub .v-center {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-10-sub.v-center.row,
    .header-10-sub .v-center.row {
        display: block;
        width: auto;
    }
    .header-10-sub.v-center.row:before,
    .header-10-sub .v-center.row:before,
    .header-10-sub.v-center.row:after,
    .header-10-sub .v-center.row:after {
        display: none;
    }
    .header-10-sub.v-center.row > *,
    .header-10-sub .v-center.row > * {
        display: block;
        vertical-align: baseline;
    }
}
.header-10-sub {
    background-image: url('../../startup/common-files/img/header/header.jpg');
    /*opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
  */
}
.header-10-sub .hero-unit {
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.header-10-sub .hero-unit h1 {
    margin: 0 0 30px;
    font-size: 45px;
    font-weight: normal;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.header-10-sub .hero-unit p {
    font-size: 22px;
    font-weight: normal;
    color: #111118;
    line-height: 30px;
    margin-top: 40px;
    max-width: 700px;
    margin: 40px auto 0;
}
@media (max-width: 480px) {
    .header-10-sub .hero-unit p {
        font-size: 18px;
        font-weight: normal;
    }
    .img-autor {
        width: 180px;
        margin-top: 15px;
    }
}
.header-10-sub .hero-unit.hero-unit-bordered h1 {
    font-size: 46px;
    font-weight: normal;
    color: #ffffff;
    font-weight: 500;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 8px solid white;
    display: inline-block;
    margin: 0;
    padding: 30px 40px;
}
@media (max-width: 480px) {
    .header-10-sub .hero-unit.hero-unit-bordered h1 {
        font-size: 22px;
        font-weight: normal;
        color: #ffffff;
        font-weight: 500;
    }
}
@media (max-width: 480px) {
    .header-10-sub.v-center > div {
        padding-top: 35px;
        padding-bottom: 70px;
    }
}
.header-10-sub .control-btn {
    width: 53px;
    height: 53px;
    line-height: 53px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    background: #121518;
    opacity: 80;
    filter: alpha(opacity=8000);
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -26.5px;
}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn.active {
    color: #ffffff;
}
.header-10-sub .control-btn:hover,
.header-10-sub .control-btn:focus,
.header-10-sub .control-btn:active,
.header-10-sub .control-btn.active {
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (max-width: 480px) {
    .header-10-sub .control-btn {
        bottom: 30px;
    }
}
.content-27 {
    position: relative;
    margin-bottom: 150px;
    margin-top: 150px;
}
.content-27 svg,
.content-27 .svg {
    max-width: 100%;
}
.content-27 .nosvg {
    display: none;
}
@media (max-width: 767px) {
    .content-27 .svg,
    .content-27 .nosvg {
        text-align: center;
        float: none;
        margin-bottom: 45px;
    }
    .content-27 .svg {
        display: block;
    }
}
.content-27 h3 {
    font-weight: normal;
    color: #2c3e50;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    margin-bottom: 43px;
    font-weight: 300;
    font-size: 30px;
}
.content-27 p {
    font-size: 18px;
    color: #000033;
    margin: 0;
}
.content-27 h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.content-27 .btn {
    padding-left: 16px;
    padding-right: 16px;
}
.content-27 .btn-calc {
    background-color: #999;
    margin-left: 130px;
    margin-top: 25px;
}
.content-27 .btn-buy {
    padding-left: 45px;
    padding-right: 45px;
}
.btn-header .btn-buy {
    margin-top: 173px;
    padding-left: 45px;
    padding-right: 45px;
    text-transform: uppercase;
    font-weight: 100;
}
.title-commets {
    width: 59%;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    text-align: center;
    margin: 150px auto 55px;
    line-height: 30px;
}
.descri-commets {
    width: 55%;
    margin: 0 auto 150px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
}
/*Video*/

.wrap-interview {
    position: absolute;
    top: 30px;
    left: 30px;
}
.title-interview {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    line-height: 20px;
}
.descri-interview {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}
.views-interview {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 14px;
}
.wrap-share {
    position: absolute;
    bottom: 6px;
    right: 100px;
}
.fb-share-button {
    top: -4px;
    left: 4px;
}
.wrap-author {
    background: url(../../startup/common-files/img/content/bg-autor.jpg);
    display: block;
    height: 600px;
    width: 100%;
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 140px 0;
}
@media (max-width: 1199px) {
    .cep input {
        min-height: 40px;
        min-width: 200px;
        border: 1px solid #e2e2e2;
        margin-top: 10px;
    }
}
@media (max-width: 419px) {
    .btn-calc {
        margin: 10px 0;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .content-27 h3,
    .content-27 p {
        margin-left: 5px;
        margin-right: 5px;
    }
    .cep input {
        min-height: 40px;
        min-width: 200px;
        border: 1px solid #e2e2e2;
        margin-top: 10px;
    }
    .book-info {
        margin-top: 45px
    }
}
.content-27 .btns {
    margin-top: 25px;
}
.content-27 .btns > * {
    display: inline-block;
    margin-left: 32px;
    vertical-align: middle;
}
.content-27 .btns > *:first-child {
    margin-left: 0;
}
@media (max-width: 991px) {
    .content-27 .btns .btn {
        display: block;
        margin: 0 5px 20px;
    }
    .content-27 .btns .btn:not(:first-child) {
        float: left;
        margin-right: 35px;
    }
}
@media (max-width: 480px) {
    .content-27 .btns .btn:not(:first-child) {
        float: none;
        color: white;
        margin-right: 5px;
    }
    .content-27 .btns .btn:not(:first-child):focus {
        outline: none;
    }
    .content-27 .btns [class*="fui-"] {
        margin-top: -6px;
    }
}
@media (min-width: 481px) {
    .content-27 .btns > *:not(:first-child) {
        padding: 0;
        background: transparent;
        color: #34495e;
    }
    .content-27 .btns > *:not(:first-child):hover,
    .content-27 .btns > *:not(:first-child):focus {
        color: #5d6d7e;
    }
    .content-27 .btns > *:not(:first-child):active,
    .content-27 .btns > *:not(:first-child).active {
        color: #2c3e50;
    }
    .content-27 .btns > *:not(:first-child) [class*="fui-"] {
        font-size: 30px;
        font-weight: normal;
        color: inherit;
        margin: 0;
    }
    .content-27 .btns > *:not(:first-child):not([class*="fui-"]) {
        display: none;
    }
}
@media (max-width: 480px) {
    .content-27 .btns > * {
        display: block;
        margin: 0;
    }
    .content-27 .btns > * + * {
        margin-top: 10px;
    }
}
.content-33 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 125px;
    padding-bottom: 110px;
}
.content-33 .lead {
    font-size: 30px;
    font-weight: normal;
    color: #7f8c8d;
    line-height: 44px;
    color: #34495e;
    font-weight: 300;
}
/**
 * Copntact 2 stylesheet
 * */

.contacts-2 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.contacts-2 h3 {
    font-size: 30px;
    margin: 0 0 40px;
    font-weight: bold;
    ;
}
.contacts-2 p {
    margin-top: 35px;
}
.embed-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 0;
    padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contacts-2 h6,
.contacts-2 .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
}
.contacts-2 label.h6 {
    margin-bottom: 3px;
    color: #000;
}
.contacts-2 p {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 15px;
}
.contacts-2 a {
    margin: 0 0 0 33%;
}
.contacts-2 a:hover,
.contacts-2 a:focus,
.contacts-2 a.active {
    color: #fff;
}
.contacts-2 form {
    margin: 0 15px;
    padding: 30px;
    border: 1px solid #ebedee;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.contacts-2 form input,
.contacts-2 form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 29px;
    color: #7f8c8d;
    border: 1px solid #ebedee;
}
.contacts-2 form input:focus,
.contacts-2 form textarea:focus {
    border-color: #1abc9c;
}
.contacts-2 form textarea {
    height: 120px;
}
.contacts-2 form input {
    height: 45px;
}
.contacts-2 form textarea {
    height: 146px;
}
.contacts-2 form label {
    margin-bottom: 18px;
}
.contacts-2 form .btn {
    margin-top: 20px;
    min-width: 150px;
    height: 46px;
    float: right;
}
.contacts-2 form .btn [class*="fui-"] {
    font-size: 24px;
}
.contacts-2 form .btn.btn-calc:hover,
.contacts-2 form .btn.btn-calc:focus {
    opacity: 0.9;
}
.contacts-2 .map {
    height: 165px;
    margin: 25px 0 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.contacts-2 .links {
    margin-top: 20px;
}
.contacts-2 .links a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.contacts-2 .links [class*="fui-"] {
    font-size: 26px;
    vertical-align: middle;
    margin: -3px 23px 0 0;
}
.contacts-2 h3 {
    padding: 0 15px;
    color: #000;
}
@media (max-width: 767px) {
    .contacts-2 > .container > .row > * + * {
        margin-top: 55px;
    }
}
@media (max-width: 480px) {
    .contacts-2 form {
        margin-bottom: 80px;
        padding: 15px;
    }
    .contacts-2 form label {
        margin-bottom: 0px;
    }
}
.content-37 {
    border-top: 0;
    padding: 60px 15px;
    background-color: #ae0b18;
}
.content-36 {
    border-top: 0;
    padding: 40px 15px;
    background-color: #ccc;
}
.download-title {
    font-size: 30px;
    color: #000033;
    margin: 0 0 0 25px;
}
.download-success {
    text-align: center !important;
    margin: 12px 0 23px !important;
}
.content-36 h3 {
    margin: 0 0 0 25px;
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    ;
}
@media (max-width: 767px) {
    .content-37,
    .content-36 {
        padding-top: 80px;
        padding-bottom: 80px;
        margin: 15px 0 0 0;
    }
}
.content-37 h3 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.text-input {
    float: left;
    padding-top: 10px;
    color: #111118;
}
.content-37 .signup-form {
    padding: 0;
}
.content-37 .signup-form form,
.content-36 .signup-form form {
    float: left;
    margin: 30px auto 0;
    width: 100%;
}
.content-37 .signup-form form input,
.content-36 .signup-form form input {
    border: none;
    border-radius: 0px;
    max-height: 40px;
}
.content-37 .signup-form form input,
.content-37 .signup-form form button,
.content-36 .signup-form form input,
.content-36 .signup-form form button {
    float: left;
    width: 100%;
}
.content-36 .signup-form form input,
.content-36 .signup-form form button {
    width: 100%;
    margin: 5px 0px;
}
.content-37 .signup-form form button {
    float: left;
    width: 100%;
    margin: 0 1%;
    background-color: #000;
}
.content-36 .signup-form form button {
    margin: 9px 0 0 0;
    width: 45%;
    float: right;
}
@media (min-width: 767px) and (max-width: 991px) {
    .content-37 .signup-form form input,
    .content-37 .signup-form form button {
        width: 80%;
        margin: 10px 0 0;
        display: block;
        float: none;
        height: 41px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media (max-width: 766px) {
    .content-37 .signup-form form input,
    .content-37 .signup-form form button {
        width: 100%;
        margin: 10px 0 0;
        display: block;
        float: none;
        height: 41px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .step-cadastro {
        width: 100% !important;
    }
}
.content-37 .signup-form form input:focus {
    border-color: #3498db !important;
}
.form-pdf {
    margin: 0 25px;
}
.newsfeed-success h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
}
.newsfeed-success button {
    background-color: #000;
    padding: 12px 103px;
}
/**
 * Footer 2 stylesheet
 * */

.footer-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #bdc3c7;
    line-height: 25px;
    background: #000 url('../../startup/common-files/img/footer/footer.png') no-repeat;
    float: left;
    position: relative;
    background-size: cover;
    width: 100%;
}
.footer-2 a {
    color: #fff;
}
.footer-2 a:hover,
.footer-2 a:focus,
.footer-2 a.active {
    color: #979c9f;
}
.footer-2 nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #bdc3c7;
}
.footer-2 nav ul li {
    float: left;
    margin-left: 25px;
    line-height: 25px;
}
.footer-2 nav ul li:first-child {
    margin-left: 0;
}
.footer-2 .social-btns {
    white-space: nowrap;
    padding-top: 10px;
}
.footer-2 .social-btns > * {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    font-size: 25px;
    font-weight: normal;
    color: #979c9f;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-align: center;
}
.footer-2 .social-btns > *:first-child {
    margin-left: 0;
}
.footer-2 .social-btns > * > * {
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: 0.25s top;
    -moz-transition: 0.25s top;
    -o-transition: 0.25s top;
    transition: 0.25s top;
}
.footer-2 .social-btns > * > *:first-child {
    color: #fff;
}
.footer-2 .social-btns > *:hover > * {
    top: -100%;
    color: #fff;
    opacity: 0.7;
}
.footer-2 .additional-links {
    font-size: 12px;
    font-weight: normal;
    color: #bdc3c7;
    text-align: center;
    padding-top: 10px;
    padding-right: 60px;
}
@media (max-width: 991px) {
    /* .footer-2 .additional-links {
    clear: both;
    text-align: left;
  }*/
}
.footer-2 .additional-links a {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 18px;
}
@media (max-width: 480px) {
    h3.download-title {
        font-size: 26px;
    }
    .content-37 h3 {
        font-size: 26px;
    }
    .footer-2 {
        padding-top: 28px;
        padding-bottom: 28px;
        height: 180px;
        background-size: cover;
    }
    .contacts-2 h3 {
        font-size: 26px;
        margin: 0 0 30px;
    }
    .autor p {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .list-bottom {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-2 .additional-links {
        padding-top: 0;
        padding-right: 0;
    }
    .footer-2 > .container > * {
        float: none !important;
        *zoom: 1;
        *padding: 0;
    }
    .footer-2 > .container > *:before,
    .footer-2 > .container > *:after {
        content: " ";
        /* 1 */

        display: table;
        /* 2 */
    }
    .footer-2 > .container > *:after {
        clear: both;
    }
    .footer-2 > .container > *:before,
    .footer-2 > .container > *:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .footer-2 > .container > *:after {
        clear: both;
    }
    .content-27 {
        position: relative;
        margin-bottom: 60px;
        margin-top: 110px;
    }
    .footer-2 nav ul li {
        float: none;
        margin: 18px 0 0;
    }
    .footer-2 nav ul li:first-child {
        margin-top: 0;
    }
    .footer-2 .social-btns {
        margin: 25px 0 10px;
    }
    .header-10-sub {
        height: 600px;
    }
    .title-commets {
        width: 100%;
        margin: 70px auto 45px;
    }
    .descri-commets {
        width: 100%;
        margin: 0 auto 70px;
    }
    .wrap-interview {
        ;
        display: none;
    }
    .wrap-share {
        bottom: -34px;
        right: 10px;
    }
    .wrap-author {
        padding: 54px 0;
    }
    .contacts-2 {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}
/*Cadastro*/

.cadastro {
    display: block;
    padding-bottom: 30px;
    padding-top: 150px;
    ;
}
.form-cad {
    margin-top: 30px
}
.form-cad h5 {
    font-size: 26px;
    color: #191925;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.form-cad .address {
    margin-top: 60px;
}
.form-cad label {
    font-size: 16px;
    color: #191925;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.form-cad input[type="text"],
.form-cad input[type="email"],
.form-cad input[type="tel"] {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #191925;
}
.form-cad input:focus,
.form-cad input:active,
.form-cad input.active,
.form-cad input:hover {
    border: 1px solid #191925;
}
.form-cad span {} .form-cad .btn-inverse {
    padding: 10px 25px;
    margin: 20px auto 50px;
    display: block;
}
.form-cad input[type="radio"] {
    display: block;
}
.step-cadastro {
    width: 64%;
}
.nav-justified > li {
    display: table-cell;
    width: 0;
}

.table-pedido,
.table-total,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td{
  border:1px solid #e4e4e4;
  color:#191925;
  font-size:16px;
  vertical-align: middle;
}
.table-pedido,
.table-total{
  border:0;
}
.table-bordered > thead > tr > th{
  border:0;
}
.table-bordered > thead > tr > th,
.table-pedido > tbody > tr > td:nth-child(2),
.table-pedido > tbody > tr > td:nth-child(4),
.table-total > tbody > tr > td:nth-child(1){
  text-align:center;
  font-weight:bold;
}
.table-total > tbody > tr > td:nth-child(2) label{
  font-weight:bold;
  font-size:16px;
}
.value_pac,.value_sedex{
  font-weight:bold;
  font-size:16px;
}
.prazo_pac,.prazo_sedex{
    font-size: 16px;
    font-weight: normal;
    display: block;
}
.name-product img{
  float:left;
  margin-right:5px;
}
.name-product p{
  font-size:16px;
  line-height:17px;
  padding-top:10%;
  width:90%;
}
.name-product p strong{
  display:block;
}
.control-input{
  text-align:center;
}
.input-group{
  margin:0 auto;
  width:119px;
}
input.table_cep{
    border: none;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;}
.valor-total{
  margin:0 auto;
}
.valor-total > tbody > tr > td{
  padding:2px 5px;
}
.valor-total tr:nth-child(3){
  border-top:1px solid #000;
  font-weight:bold;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .table-pedido,
  .table-total,
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td{
    font-size:10px;
  }
}

@media (max-width: 480px) {
  .table-pedido,
  .table-total,
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td{
    font-size:10px;
  }
    
  .name-product p{
    font-size:10px;
   } 

   .input-group{
     margin:40px auto;
     width:118px;
   } 
    
   .table-total > tbody > tr > td:nth-child(2) label{
    font-size:10px;
   } 
   input.table_cep{
    font-size: 10px;
    max-width:50px;
   }	
}