﻿.fullBackground {
height: 100vh;
background-image: url('/assets/site/images/background-site.jpg');
background-size: cover;
background-position: center center;
overflow-y: scroll;
}

.containerTable {
height: 100%;
display: table;
}

.displayTable {
display: table-cell;
vertical-align: middle;
}

.auxPadding {
    padding-top: 70px;
}

.hrDivisor {
    display: inline-block;
    width: 135px;
    border: 1px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 7px;
}


/* === FONTES === */

@font-face {
    font-family: Avenir-Black;
    src: url(/assets/site/fonts/custom/Avenir-Black.ttf);
}
@font-face {
    font-family: Avenir-Light;
    src: url(/assets/site/fonts/custom/Avenir-Light.ttf);
}
@font-face {
    font-family: Brela;
    src: url(/assets/site/fonts/custom/brelaregular.otf);
}
@font-face {
    font-family: CMTiempo;
    src: url(/assets/site/fonts/custom/CMTiempo.ttf);
}
@font-face {
    font-family: DK-Drop-Dead-Gorgeous;
    src: url(/assets/site/fonts/custom/DK-Drop-Dead-Gorgeous.otf);
}
@font-face {
    font-family: MyriadPro-Regular;
    src: url(/assets/site/fonts/custom/MyriadPro-Regular.ttf);
}
@font-face {
    font-family: MyriadPro-Bold;
    src: url(/assets/site/fonts/custom/MyriadPro-Bold.ttf);
}

.saveBlack {
    color: #fff;
    font-size: 4.5em;
    font-family: Avenir-Black;
    line-height: 1em;
}

.saveLight {
    color: #fff;
    font-size: 4em;
    font-family: Avenir-Light;
    line-height: 1em;
}

.fontSlogan {
    color: #fff;
    font-size: 2em;
    font-family: Avenir-Black;
    line-height: 1em;
}

.avenirLight {
    font-family: Avenir-Light;
}

.date01 {
    color: #fff;
    font-size: 2em;
    font-family: MyriadPro-Regular;
    line-height: 1em;
    display: inline
}

.date02 {
    color: #ffe00c;
    font-size: 3.2em;
    font-family: DK-Drop-Dead-Gorgeous;
    line-height: 1em;
}

.date03 {
    color: #fff;
    font-size: 1.5em;
    font-family: MyriadPro-Regular;
    line-height: 1em;
}

.highlightDate03 {
    color: #ffe00c;
    font-family: MyriadPro-Bold;
}

.information {
    color: #fff;
    font-size: 2em;
    font-family: Avenir-Light;
    line-height: 1em;
}

/* === MEDIAS QUERY === */

@media (max-width: 991px) {
    .mediaCenter {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 430px) {
    .fontSlogan {
        font-size: 1.4em;
    }
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-30 {
    padding-bottom: 30px;
}