body,
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #777;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background: url('../img/ppt-cover--test.jpg') top left no-repeat fixed rgba(27, 18, 4, 1);
    background-size: cover;
}

::selection {
    background: #C04848;
    color: #fff;
}

.maxh {
    height: 100%;

}

.row.maxh {
    background: transparent;
    /*background: url('../img/ppt-cover--test.jpg') top left no-repeat fixed;
    background-size: auto 100%;*/
}

h1,
h2,
h3,
h4 {
    font-family: 'Merriweather', serif;
    line-height: 1;
    font-weight: 400;
}

h3 {
    color: #ff3300;
}

h4 {
    margin-bottom: 20px;
}

.ab-bottom h4 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.artigos-html h4 {
    color: #363636;
}



.leftbox {
    height: 100%;
    position: fixed;
    background: rgba(27, 18, 4, 0.9);
}

.leftbox .ab {
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 0px;
    width: 100%;
    text-align: center;
}

.leftbox h1 {
    color: #bfab6f;
    font-size: 50px;
    display: none;
    /*background: rgba(27,18,4,0.9);
    height: 120px;
    padding-top: 30px;*/
}

.leftbox .logo {
    max-width: 70%;
}

.leftbox .ab-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background: rgba(27, 18, 4, 0.9);
    padding: 20px 40px;
}

.leftbox .ab-bottom h3 {
    color: #FFFFFF;
}

.leftbox .ab-bottom a {
    color: #977b26;
}

.leftbox .ab-bottom .fa {
    color: #FFFFFF;
    font-size: 12px;
    padding-right: 5px;
}

.leftbox .ab-bottom .item {
    margin-bottom: 10px;
}



.rightbox {
    padding-top: 40px;
    background: #FFFFFF;
    border-left: 5px solid #ff3300;
    /*background: linear-gradient(to bottom,#f2f1ec 0, #FFFFFF 10%);*/
    /*background: linear-gradient(to bottom ,#f4f3d8 0, #FFFFFF 100%);*/
}

.rightbox .row {
    background: #FFFFFF;
}

.rightbox .col-wide,
.rightbox .col-left,
.rightbox .col-right {
    padding-right: 60px;
    padding-left: 60px;
}

.rightbox .artigos {
    padding: 60px;
}

.rightbox .col-wide {
    margin-bottom: 0px;
}

.rightbox h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #bfab6f;
    font-weight: 700;
}

.rightbox h3 {
    margin-top: 60px;
    display: inline-block;
    clear: both;
    padding: 0px;
}

.rightbox p {
    line-height: 1.5
}

.rightbox .col-wide .marker {
    font-size: 22px;
    font-weight: 300;
    display: inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #fffdd1;
    color: #b17c14;
}

.rightbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rightbox ul li {
    margin-bottom: 10px;
}

.rightbox ul li:before {
    content: "•";
    display: inline-block;
    padding: 0 .4em 0 .4em;
    color: #a64d79;
}

.rightbox .content-main {
    padding-bottom: 10px;
}

.footer-cta {
    font-size: 20px;
    color: #b17c14;
    background: #fffdd1;
}

.artigos {}

.artigos .fa {
    padding-right: 5px;
    color: #337ab7;
}

.artigos a {
    color: #337ab7;
}

.artigos ul li {
    margin: 0;
}

.artigos ul li::before {
    content: "";
    padding: 0;
}



.footer {
    bottom: 0;
    left: 15px;
    right: 15px;
    margin-top: 30px;
}

.footer div {
    text-align: center;
    padding: 20px 0 10px 0;
}

.footer ul {
    margin: 0 auto;
    display: inline-flex;
    text-align: center;
}

.footer ul li::before {
    content: "";
}

.footer li {
    list-style: none;
    margin: 0;
}

.footer li .fa,
.footer li a {
    /*color: #fff;*/
    color: #ff3300;
}

.rightbox .row.artigos-bottom {
    background: #fff8e3;
    margin-top: 30px;
    display: none;
}

summary::marker {
    content: "+ ";
    color: #bfab6f;
}

details.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    padding-bottom: 10px;
}

details.faq-item summary {
    cursor: pointer;
    font-weight: 400;
    outline: none;
    margin-bottom: 5px;
}

details.faq-item summary:hover {
    opacity: 0.8;
    color: #fff;
}

details.faq-item p {
    font-size: 0.9em;
    margin-bottom: 0;
    padding-top: 5px;
    color: #fff;
}