/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/nov/2017, 12:16:18
    Author     : Milu
*/

body {
    font-family: "Humanist";
}

@font-face {
    font-family: "BlurM";
    src: url("fonts/Blur Medium.otf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Gotth";
    src: url("fonts/gotthard.ttf") format("truetype");
}
@font-face {
    font-family: "Humanist";
    src: url("fonts/humanist777bt-romanb.otf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(fonts/MaterialIcons-Regular.woff) format('woff'),
        url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.site_container {
    background-image: url(../img/background-012.png);
    background-position: 30px center;
    background-repeat: repeat-y;
    background-size: 100%;
    overflow-x: hidden;
    /* background: #000; */
    height: 100vh;
    width: 100%;
}
.trafacar_big_container {
    width: 100%;
}
.trafacar_top_container {
    width: 1170px;
    margin: 0 auto;
}
.site_small_container {
    height: calc(100vh - 313px);
}

.middle_bottom_container {
    width: 1170px;
    margin: 0 auto;
    min-width: 1170px !important;
    /*height: 125px;*/
}


.buble_text {
    position: absolute;
}
img.brand_img {
    max-height: 40px;
}
.lightbluewrapper img.brand_img {
    max-height: 56px;
}
.middle_bottom_container > div {
    position: relative;
}
img.brand_img {
    position: absolute;
}
img.buble_img {
    width: 100%;
}
/*.darkbluewrapper.left {
    background: #071c2c;
    margin: 0 -1px;
}
.yellowwrapper.right {
    background: #eab05a;
    margin: 0 -1px;
}*/
.buble_text {
    position: absolute;
    color: #fff;
    font-size: 14px;
}
.trafacar_bottom_container {
    padding: 100px 0 0;
}
.bubble_corner {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    /* transform: rotate(-45deg); */
}
.bubble_corner.top_right {
    right: -20px;
    top: -15px;
    transform: rotate(-45deg);
}
.bubble_corner.bottom_right {
    right: -20px;
    bottom: -15px;
    transform: rotate(-45deg);
}
.bubble_corner.top_left {
    left: -20px;
    top: -15px;
    transform: rotate(-45deg);
}
.bubble_corner.bottom_left {
    left: -20px;
    bottom: -15px;
    transform: rotate(-45deg);
}

@supports (-ms-ime-align: auto) {
.bubble_corner.top_right {
    right: -15px;
    top: -15px;
    transform: rotate(-45deg);
}
.bubble_corner.bottom_right {
    right: -15px;
    bottom: -15px;
    transform: rotate(-45deg);
}
.bubble_corner.top_left {
    left: -15px;
    top: -15px;
    transform: rotate(-45deg);
}
.bubble_corner.bottom_left {
    left: -15px;
    bottom: -15px;
    transform: rotate(-45deg);
}
}




.darkbluewrapper, .darkbluewrapper.left {
    background: rgba(0, 40, 64, 0.9);
    height: 100px;
    mix-blend-mode: multiply;
}
.lightbluewrapper {
    background: #002840;
    height: 100px;
    mix-blend-mode: multiply;
    opacity: 0.7;
}
.yellowwrapper, .yellowwrapper.right {
    background: #EAB05A;
    height: 100px;
    mix-blend-mode: multiply;
}






.trafacar_small_title {
    font-size: 14px;
    text-transform: uppercase;
    color: #e37d00;
}
.trafacar_title {
    font-size: 28px;
    color: #002840;
    letter-spacing: -5px;
    transform: scaleY(0.9);
    margin: 0 -3px;
}
.fatives_title {
    font-size: 28px;
    color: #002840;
}
.trafacar_text {
    color: #002840;
    font-size: 17px;
}
a.trafacar_text.email {
    font-size: 15px;
}
img.fatives_title {
    height: 20px;
    padding: 12px 0;
}
.trafacar_topleft_prewrapper md-icon.material-icons {
    font-size: 66px;
    height: 66px;
    width: 66px;
    margin: 30px 0 0;
    min-height: 46px;
    min-width: 46px;
    color: #002840;
}
.trafacar_right_title {
    font-size: 60px;
    text-transform: uppercase;
    color: #002840;
    font-family: 'Gotth';
    letter-spacing: -9px;
    transform: scaleY(0.9);
    margin: 0 -6px;
}
.trafacar_right_text {
    text-align: center;
    text-transform: uppercase;
    color: #002840;
    font-family: 'BlurM';
    font-size: 17px;
}
a.social_logo {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 12px;
}
.social_container {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(0%,-50%);
}

img.trafacar_img {
    height: 20px;
    padding: 12px 0;
}
img.trafacar_right_img {
    width: 440px;
}
@media screen and (min-width: 960px) {
    .darkbluewrapper:first-child .bubble_corner.top_left, .darkbluewrapper:first-child .bubble_corner.bottom_left, .yellowwrapper .bubble_corner.bottom_right, .yellowwrapper .bubble_corner.top_right {
        display: none;
    }

    .middle_bottom_container {
        min-width: 960px !important;
    }
}
@media screen and (min-width: 1980px) {
.trafacar_small_title {
    font-size: 25px;
    text-transform: uppercase;
    color: #e37d00;
}
img.trafacar_img {
    height: 35px;
    padding: 12px 0;
}
img.fatives_title {
    height: 35px;
    padding: 12px 0;
}
.trafacar_text {
    color: #002840;
    font-size: 30px;
}
a.trafacar_text.email {
    font-size: 24px;
}
.trafacar_topleft_prewrapper md-icon.material-icons {
    font-size: 100px;
    height: 100px;
    width: 100px;
    min-height: 46px;
    min-width: 46px;
    margin: 40px 0 0;
    color: #002840;
}
img.trafacar_right_img {
    width: 550px;
}
.lightbluewrapper {
    height: 150px;
}
.darkbluewrapper, .darkbluewrapper.left {
    height: 150px;
}
.yellowwrapper, .yellowwrapper.right {
    height: 150px;
}
.middle_bottom_container {
    min-width: 1280px !important;
}
.trafacar_top_container {
    width: 1280px;
    margin: 0 auto;
}
.buble_text {
    position: absolute;
    color: #fff;
    font-size: 20px;
}
.lightbluewrapper img.brand_img {
    max-height: 66px;
}
img.brand_img {
    max-height: 58px;
}
a.social_logo {
    width: 56px;
    height: 56px;
}

}

@media screen and (max-width: 1170px) {

    .darkbluewrapper.left {
        display: none;
    }
    .yellowwrapper.right {
        display: none;
    }
    .social_container {
        position: absolute;
        top: 50%;
        right: auto;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    img.brand_img {
        max-width: 150px;
    }
    img.trafacar_right_img {
        width: calc(100% - 70px);
        margin: 0 auto;
        display: block;
        max-width: 400px;
    }
    .buble_text {
        position: absolute;
        color: #fff;
        font-size: 14px;
        left: 50%;
        transform: translate(-50%,0);
    }



    .site_small_container {
        height: auto;
    }
    .trafacar_topright_container {
        margin: 30px 0 50px;
    }
    .trafacar_topleft_container {
        min-width: 300px;
    }
    .trafacar_right_title {
        text-align: center;
    }
    .middle_bottom_container > div {
        margin: 0 auto 24px;
    }
    .trafacar_bottom_container {
        padding: 100px 0 30px;
    }
    img.brand_img {
        max-height: 60px;
    }
}




@media screen and (max-width: 960px) {
    .middle_bottom_container {
        padding: 0 12px;
        width: auto;
        min-width: auto !important;
    }
}