 body {
    font-family: 'Montserrat', sans-serif;
}
 .container-fluid {
    max-width: 800px;
    background: #ede6ca;
}
.yellow{
    color: #ffb103;
}
.primeiro > div{
    border-bottom: 2px solid #ffb103;
}
.primeiro .title{
    color: #ffb103;
}
.segundo > div {
    border-bottom: 2px solid #79a62f;   
}
.segundo .title {
    color: #79a62f;
}
.terceiro > div {
    border-bottom: 2px solid #3db6a4;   
}
.terceiro .title {
    color: #3db6a4;
}
.quarto > div {
    border-bottom: 2px solid #1f896f;   
}
.quarto .title {
    color: #1f896f;
}
.quinto > div {
    border-bottom: 2px solid #f88157;   
}
.quinto .title {
    color: #f88157;
}
.sexto > div {
    border-bottom: 2px solid #fea905;   
}
.sexto .title {
    color: #fea905;
}
.setimo > div {
    border-bottom: 2px solid #5eace5;   
}
.setimo .title {
    color: #5eace5;
}
.oitavo > div {
    border-bottom: 2px solid #f57374;   
}
.oitavo .title {
    color: #f57374;
}
.nono > div {
    border-bottom: 2px solid #8cc63f;   
}
.nono .title {
    color: #8cc63f;
}
.decimo > div {
    border-bottom: 2px solid #56718c;   
}
.decimo .title {
    color: #56718c;
}
.onze > div {
    border-bottom: 2px solid #51cda8;   
}
.onze .title {
    color: #51cda8;
}
.doze > div {
    border-bottom: 2px solid #f46a4a;   
}
.doze .title {
    color: #f46a4a;
}
 .white {
    color: #fff;
}
 .blue {
    color: #333f4f;
}
 .pink {
    color: #eb6860;
}
/*LINE*/
.fancy {
    line-height: 0.5;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}
.fancy span {
    display: inline-block;
    position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 3px solid #FFFFFF;
    top: 0;
    width: 305px;
}
.fancy span:before {
    right: 100%;
    margin-right: 23px;
}
.fancy span:after {
    left: 100%;
    margin-left: 23px;
}
.margin-top{
    margin-top: -17px;
}
.margin-top .setimo > div{
    padding-top: 30px; 
}
.margin-top .setimo > div .col-left{
    margin-top: -27px;
}
.margin-top .oitavo > div{
    padding-bottom: 7px; 
}
.margin-top .oitavo{
    margin-top: 17px;
}
.header{
    margin-bottom: 50px;
    height: 360px;
    background: url(../img/header-bg.png) no-repeat;
    padding: 10px;
    padding-top: 30px;
}
.head-text{
    border-top: 3px solid #FFFFFF;
    text-align: center;
    font-size: 47px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 56px;
    font-family: 'Montserrat', sans-serif;
}
 .intro {
    width: 100%;
    display: block;
    margin: 20px 0;
}
 h1 {
    color: #FFFFFF;
    font-family: 'Lobster', cursive;
    font-size: 67px;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
    line-height: 63px;
    letter-spacing: 1px;
}
.header p{
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin-top: 9px;
    font-family: 'Montserrat', sans-serif;
}
 h2 {
    font-family: 'Just Another Hand', cursive;
    color: #f05d5d;
    font-size: 76px;
    margin-top: 0;
    text-align: center;
}
 article .title{
    font-size: 22px;
    font-family: 'Lobster', cursive;
    line-height: 19px;
}
 article {
    margin-bottom: 42px;
}
 article p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    margin-top: 8px;
}
.content-col{
    padding-bottom: 32px;
    padding: 0;
}
.col-right{
    padding-right: 0;
}
article .inner:nth-of-type(even) .col-right{
    padding-left: 0;
}

article{
    width:100%;
    display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 32px;
}
article .inner{
    float: left; display: -webkit-flex; display: -ms-flexbox; display: flex;
    width:50%;
}
article .inner:nth-of-type(odd) {
    padding-right: 17px;
}
.top-margin{
    margin-top: -15px;
}
.pad-top{
    padding-top: 13px;
}
article .inner:nth-of-type(even) {
    padding-left: 17px;
}
article .inner > div{
    overflow: auto;
    padding-top: 15px;    
    padding-bottom: 18px;
}
article .setimo .col-left, article .nono .col-left, article .onze .col-left {
    width: calc(50% - 22px);
}
article .setimo .col-right, article .nono .col-right, article .onze .col-right {
    width: calc(50% + 22px);
}
@media only screen and (max-width: 800px) {
    article img{
        width: 95%;
    }
    .fancy span:before {
        margin-right: 12px;
    }  
    .fancy span:after {
        margin-left: 12px;
    }  
    .fancy span:before, .fancy span:after{
        height: 10px;
    } 
    .fancy{
        font-size: 14px;
        overflow: hidden;
        line-height: 19px;
        margin-top: -6px;
    }
}

 @media only screen and (max-width: 640px) {
    .head-text{
        font-size: 34px;
        line-height: 40px;
     }
    
    .header{
        margin-bottom: 0px;
     }
    .header p{
        font-size: 14px;
    }
    h1 {
        font-size: 46px;
        line-height: 45px;
        margin-top: 15px;
        text-align: center;
        margin: 10px;
    }
    .header{
        background-position: center;
    }
    article{
        margin-bottom: 0;
    }
    article .inner{
        width: 100%;
    }
    .header .col-xs-12 {
        width: 100%;
        overflow: hidden;
    }
     article .title {
        font-size: 20px;
        padding: 0;
    }
    article .inner:nth-of-type(even) .col-left{
        float: right;
        text-align: right;
    }
    article .inner:nth-of-type(even) {
        padding-left: 0px;
    }
     article .column-label{
        text-align: left;
    }
    article .inner:nth-of-type(odd) {
        padding-right: 0px;
    }
     .content-row .content-col {
        background-color: #FFFFFF;
        padding-bottom: 0px;
    }
    article .inner{
        margin: 17px 0px 0px;
    }
     .col-left {
        border-right: none;
    }
     .content-row{
        padding-bottom: 35px;
    }
    .container-fluid {
        padding-bottom: 20px;
    }
}
 @media only screen and (max-width: 414px) {
   
    article img{
        width: 95%;
    }
    article .setimo{
        padding-top: 15px;
    }
    .header{
        height: 286px;
        background: url(../img/header-bg-mobile.png) no-repeat top center;
        padding-top: 10px;
        margin-bottom: 0px;
        background-size: cover;
    }
    .header p br{
        display:none;
    }
}
