/* .js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
} */

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham_bold-webfont.woff2') format('woff2'),
        url('../fonts/gotham_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
        url('../fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight_italic';
    src: url('../fonts/gothamlightitalic-webfont.woff2') format('woff2'),
        url('../fonts/gothamlightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#loading {
    background-color: #000;
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}

#loading_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fs-7 {
    font-size: calc(0.75rem + .3vw) !important
}

.fs-7-1 {
    font-size: 0.60rem !important
}

.fs-8 {
    font-size: calc(0.50rem + .3vw) !important
}

.fs-8-1 {
    font-size: 0.52rem !important;
}

.fs-nossas-lojas,
.fs-nosso-ap,
.fs-siga-nos {
    font-size: calc(0.5rem + .3vw);
}

.fs-saldo-acumulativo {
    font-size: calc(0.3rem + 0.3vw);
}

.birthday-main {
    -webkit-animation: scale-birth-day 0.5s 0.5s both;
    animation: scale-birth-day 0.5s 0.5s both;
}

.concorra-main {
    -webkit-animation: fade-concorra 0.5s ease-in-out 1s both;
    animation: fade-concorra 0.5s ease-in-out 1s both;
}

.baloes-esquerdo {
    -webkit-animation: slide-baloes-esquerdo 0.5s ease-out 1s both;
    animation: slide-baloes-esquerdo 0.5s ease-out 1s both;
}

.baloes-direito {
    -webkit-animation: slide-baloes-direito 0.5s ease-out 1s both;
    animation: slide-baloes-direito 0.5s ease-out 1s both;
}

.baloes-direito-flip {
    -webkit-animation: slide-baloes-direito-flip 0.5s ease-out 1s both;
    animation: slide-baloes-direito-flip 0.5s ease-out 1s both;
}

.baloes-atras {
    -webkit-animation: slide-baloes-direito 0.5s ease-out 1s both;
    animation: slide-baloes-direito 0.5s ease-out 1s both;
}

.car-main {
    animation: car-slide 0.6s ease-out;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/botoes_site_aniversario-esquerda.png") !important;
}

.carousel-control-next-icon {
    background-image: url("../images/botoes_site_aniversario-direita.png") !important;
}

.close-icon {
    opacity: 1;
    background-image: url("../images/close.png") !important;
}

body {
    font-family: 'gotham_bookregular', sans-serif;
}

header {
    background-color: #F07f21;
    overflow: hidden;
}

#asphalt_wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 84%;
    overflow: hidden;
    z-index: 0;
    transform: skewY(-6deg);
    top: 20px;
    right: 0px;
}

#asphalt_background {
    height: 100%;
    width: 100%;
    float: right;
    background: url("../images/asfalto_total.jpg");
}

.asphalt_background {
    animation: asphalt-slide 0.4s ease-in-out;
}

#header_4 {
    display: block;
    width: 100%;
    height: 100px;
    background-color: white;
    margin: 25px 0px -50px 0px;
    transform: skewY(-5deg);
}

#partners-wrapper {
    background-color: #000;
}

@media (min-width: 576px) {

    .fs-nossas-lojas,
    .fs-nosso-ap,
    .fs-siga-nos {
        font-size: calc(0.6rem + .3vw);
    }
}

@media (min-width: 992px) {

    .fs-7-1 {
        font-size: calc(0.60rem + 0.3vw) !important
    }

    .birthday-main {
        margin-right: -285px !important;
    }

    .concorra-main {
        margin-right: -285px !important;
    }

    .car-main {
        margin-right: -200px !important;
    }

    .fs-partiners {
        font-size: calc(1.2rem + .3vw);
    }
}

@media (min-width: 1200px) {
    .birthday-main {
        margin-right: -370px !important;
    }

    .concorra-main {
        margin-right: -370px !important;
    }

    .car-main {
        margin-right: -285px !important;
    }

    #header_4 {
        height: 120px !important;
        margin: 55px 0px -60px 0px !important;
    }
}

@media (min-width: 1400px) {
    .fs-7-1 {
        font-size: calc(0.60rem + 0.4vw) !important;
    }

    .fs-8 {
        font-size: calc(0.50rem + .5vw) !important
    }

    .fs-8-1 {
        font-size: calc(0.52rem + .2vw) !important;
    }

    .fs-partiners {
        font-size: calc(1.4rem + .3vw);
    }

    .birthday-main {
        margin-right: -340px !important;
    }

    .concorra-main {
        margin-right: -340px !important;
    }

    .car-main {
        margin-right: -355px !important;
    }

    #header_4 {
        height: 140px !important;
        margin: 55px 0px -78px 0px !important;
    }

    .baloes-esquerdo {
        top: -22px !important;
        left: -110px !important;
    }

    .baloes-direito {
        right: -80px !important;
        top: 360px !important;
    }
}

@media (min-width: 1600px) {

    .birthday-main {
        margin-right: -440px !important;
    }

    .concorra-main {
        margin-right: -440px !important;
    }

    .car-main {
        margin-right: -425px !important;
    }

    #header_4 {
        height: 160px !important;
    }

    .fs-8-1 {
        font-size: calc(0.52rem + .3vw) !important;
    }
}

@media (min-width: 1920px) {
    .birthday-main {
        margin-top: 25px !important;
        margin-right: -570px !important;
    }

    .concorra-main {
        margin-right: -570px !important;
    }

    .car-main {
        margin-right: -518px !important;
    }

    .baloes-esquerdo {
        top: -22px !important;
        left: -110px !important;
    }

    .baloes-direito {
        right: -100px !important;
        top: 470px !important;
    }

    #header_4 {
        height: 180px !important;
        margin: 55px 0px -95px 0px !important;
    }
}

@-webkit-keyframes scale-birth-day {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-birth-day {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fade-concorra {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-concorra {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slide-baloes-esquerdo {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-baloes-esquerdo {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-baloes-direito {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-baloes-direito {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes slide-baloes-direito-flip {
    0% {
        -webkit-transform: translateX(200px) scaleX(-1);
        transform: translateX(200px) scaleX(-1);
    }

    100% {
        -webkit-transform: translateX(0) scaleX(-1);
        transform: translateX(0) scaleX(-1);
    }
}

@keyframes slide-baloes-direito-flip {
    0% {
        -webkit-transform: translateX(200px) scaleX(-1);
        transform: translateX(200px) scaleX(-1);
    }

    100% {
        -webkit-transform: translateX(0) scaleX(-1);
        transform: translateX(0) scaleX(-1);
    }
}

@-webkit-keyframes asphalt-slide {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes asphalt-slide {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes car-slide {
    0% {
        transform: translate(610px, -100px) scale(0.8);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}