@font-face {
    font-family: 'ITCOfficinaSerifBookRegular';
    src: url('../fonts/Officina/officinaserif-book-webfont.eot');
    src: url('../fonts/Officina/officinaserif-book-webfont.eot?#iefix') format('embedded-opentype'),
             url('../fonts/Officina/officinaserif-book-webfont.woff') format('woff'),
             url('../fonts/Officina/officinaserif-book-webfont.ttf') format('truetype'),
             url('../fonts/Officina/officinaserif-book-webfont.svg#ITCOfficinaSerifBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.section-header {
    background-color: #1D1B17;
    background-size: auto 100%;
    background-position: center center;
    height: 575px;
}

@media( min-width: 769px ){
    .section-header{
        background-image: url("../images/novo_assets/hero-bg.png");
    }
}

.section-header>.contaner-header {
    max-width: 1224px;
    margin: 0 auto;
    display: flex;
}

.section-header>.contaner-header>.left-header {
    width: 50%;
    color: white;
    margin-top: 25px;
    margin-left: 25px;
}

.section-header>.contaner-header>.left-header>img {
    margin-bottom: 94px;
    max-width: 221px;
}

.section-header>.contaner-header>.left-header>h1 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: "ITCOfficinaSerifBookRegular";
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: -0.8px;
    line-height: 52px;
}

.section-header>.contaner-header>.left-header>h2 {
    margin: 0px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    max-width: 370px;
}

.section-header>.contaner-header>.right-header {
    width: 50%;
    text-align: center;
}

.section-header>.contaner-header>.right-header>img {
    margin: 0 auto;
}

small{
    opacity: 0.8;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width: 768px) {
    .section-header {
        height: auto;
        background-image: url("../images/novo_assets/hero-bg-mobile.png");
        background-position: right;
        background-size:90%;
    }
    
    .section-header>.contaner-header {
        max-width: 1224px;
        margin: 0 auto;
        display: flex;
        position: relative;
    }
    
    .section-header>.contaner-header>.left-header {
        width: 100%;
        color: white;
        margin-top: 23px;
        padding: 0 23px;
        max-width: 230px;
        box-sizing: content-box;
    }
    
    .section-header>.contaner-header>.left-header>img {
        margin-bottom: 50px;
        max-width: 139px;
        margin-left: 3px;
    }
    
    .section-header>.contaner-header>.left-header>h1 {
        margin: 0px;
        margin-bottom: 26px;
        font-family: "ITCOfficinaSerifBookRegular";
        font-size: 32px;
        line-height: 40px;
    }
    
    .section-header>.contaner-header>.left-header>h2 {
        margin: 0px;
        font-family: "Roboto";
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 81px;
    }
    
    .section-header>.contaner-header>.right-header {
        width: 50%;
        text-align: center;
        position: relative;
        overflow: hidden;
        font-weight: 300;
    }
    
    .section-header>.contaner-header>.right-header>img {
        margin: 0 auto;
        position: absolute;
        right: -156px;
        height: 451px;
    }
    .section-header>.contaner-header>.left-header {
        margin-left: 0;
    }
}

@media only screen and (max-width: 550px)
{
    .section-header {
        background-size:110%;
    }
}

@media only screen and (min-width: 550px)
{
    .only-mobile{
        display: none;
    }
    .only-desktop{
        display: block;
    }
    .section-header>.contaner-header>.left-header>h2 {
        font-size: 17px;
    }
}