@font-face {
    font-family: 'scope_oneregular';
    src: url('../fonts/scopeone-regular-webfont.eot');
    src: url('../fonts/scopeone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/scopeone-regular-webfont.woff2') format('woff2'),
         url('../fonts/scopeone-regular-webfont.woff') format('woff'),
         url('../fonts/scopeone-regular-webfont.ttf') format('truetype'),
         url('../fonts/scopeone-regular-webfont.svg#scope_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'scope_oneregular';
}
.container-fluid {
    max-width: 800px;  
    padding:0; 
}
header{
    height: 325px;
    background: url(../img/polygon.png) no-repeat;
    margin-bottom: 55px;
}
.row.content{
    margin: 0;
    margin-bottom: 50px;
    padding: 0 17px;
}
header p{
    font-size: 20px;
    color: #333333;
    margin-top: 194px;
    padding-left: 28px;
}
.maca{
    width: 285px;
    height: 303px;
    background: url(../img/maca.png) no-repeat;
    float: right;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 15px;
    padding-bottom: 39px;
    
}
.maca h1{
    font-family: 'scope_oneregular';
    font-size: 55px;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
}
.maca h1 span{
    font-size: 30px;
    display: block;
    margin-top: -4px;
}
 h1 {
    color: #FFFFFF;
    font-size: 67px;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
    line-height: 63px;
    letter-spacing: 0px;
}
.col-md-6 {
    padding: 0;
}
.content h1{
    font-family: 'scope_oneregular';
    font-size: 40px;
    display: inline-block;
    line-height: 41px;
    padding: 13px 15px 4px 15px;
}
.content p{
    font-size: 16px;
    margin-top: 15px;
    color: #333333;
}
.header p{
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin-top: 9px;
    font-family: 'Montserrat', sans-serif;
}
.row.content:nth-child(even) div:nth-child(2) h1, .row.content:nth-child(even) div:nth-child(2) p {
    text-align: left;
}
.row.content:nth-child(odd) div:nth-child(1) h1, .row.content:nth-child(odd) div:nth-child(1) p {
    text-align: right;
    float: right;
}
.row.content:nth-of-type(1) h1 {
    background-color: #00cc33;
}
.row.content:nth-of-type(2) h1 {
    background-color: #009999;
}
.row.content:nth-of-type(3) h1 {
    background-color: #22abe2;
}
.row.content:nth-of-type(4) h1 {
    background-color: #e43b6c;
}
.row.content:nth-of-type(5) h1 {
    background-color: #ff0033;
}
.row.content:nth-of-type(6) h1 {
    background-color: #ff6600;
}
.row.content:nth-of-type(5) h1:nth-of-type(2), .row.content:nth-of-type(2) h1:nth-of-type(2), .row.content:nth-of-type(6) h1:nth-of-type(2) {
    margin-top: -7px;
}
@media (min-width: 768px){
    .col-md-6 {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .maca{
        margin: 0px auto;
        float: initial;
        padding-bottom: 26px;
        margin-top: 15px;
        width: 215px;
        height: 228px;
        background-size: 100%;
    }
    .visible-xs {
        clear: both;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    header{
        margin-bottom: 25px;
        height: auto;
        background-size: 481px;
    }
    .maca h1{
        font-size: 40px;
        line-height: 40px;
    }
    .maca h1 span {
        font-size: 24px;
    }
    header p {
        font-size: 18px;
        margin-top: 20px;
        text-align: center;
    }
    .row.content h1{
        float: left !important;
        font-size: 24px;
        padding: 3px 13px 0px 13px;
        margin-bottom: 20px;
    }
    .content p {
        clear: both;
        text-align: left !important;
        font-size: 14px;
        margin-top: 20px;
        float: left;
    }
    .row.content img{
        height: 140px;
    }
    .row.content{
        margin-bottom: 17px;
    }
}