@font-face {
    font-family: 'NewJune Regular';
    src: url('../fonts/NewJuneRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'NewJune Medium';
    src: url('../fonts/NewJuneMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'NewJune Bold';
    src: url('../fonts/NewJuneBold.ttf') format('truetype');
}

a {
    text-decoration: none;
    color: #22252a;
    outline: none;
    transition: ease-in-out color .3s;
}

    a:hover {
        color: #fab003;
    }

        a:hover i {
            color: #22252a;
        }

.text-left {
    text-align: left;
}

.text-orange {
    color: #f37821;
}

.text-yellow {
    color: #fab003;
}

.text-uppercase {
    text-transform: uppercase;
}

.mr-10 {
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.m-0 {
    margin: 0;
}

.mw-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.border-top {
    border-top: 2px solid #fab003;
}

body {
    background: url('../img/bg.png') no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
}

section {
    width: 50%;
    padding: 10px 15px;
    margin: 15px 0;
}

.sec-cont {
    max-width: 80%;
    margin: 0 auto;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .d-flex div {
        padding: 10px;
        margin: 0 auto;
    }

    .d-flex i {
        color: #fab003;
    }

    .d-flex .fa-square-facebook, .d-flex .fa-square-instagram, .d-flex .fa-linkedin {
        background: #ffffff;
        padding: 1px 3px;
        border-radius: 5px;
    }

    .d-flex p {
        font-size: 12px;
        text-align: left;
        text-shadow: 0 0 3px #ffffff;
        line-height: 25px;
        margin: 2.5px 0 2.5px 0;
    }

    .d-flex .span-1 {
        width: 200px;
        text-align: center;
        color: #22252a;
        margin: 0;
    }

    .d-flex .span-2 {
        font-size: 10px;
        margin-right: 5px;
        margin-bottom: 0;
    }

.flex-nowrap {
    flex-wrap: nowrap;
}

.fa-square-facebook, .fa-square-instagram, .fa-linkedin {
    font-size: 30px;
    color: #22252a;
    margin: 2.5px;
}

h1 {
    font-family: 'NewJune Bold', serif;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #22252a;
    margin: 0 auto 15px auto;
}

h2 {
    font-family: 'NewJune Medium', serif;
    font-weight: normal;
    font-size: 18px;
    color: #22252a;
    margin-top: 0;
}

p, .span-1, .span-2 {
    font-family: 'NewJune Regular', serif;
    font-size: 14px;
    color: #22252a;
    margin-bottom: 10px;
}

.p-end {
    font-family: 'NewJune Bold', serif;
    margin-top: 50px;
}

.button-1 {
    background: rgba(37, 211, 102, 0.9);
    font-family: 'NewJune Medium', serif;
    font-size: 15px;
    color: #ffffff;
    padding: 15px;
    margin: 20px auto;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    outline-color: rgba(37, 211, 102, 0.5);
    outline-offset: 0px;
}

    .button-1:hover {
        background: rgba(37, 211, 102, 1);
        box-shadow: inset 0 0 20px rgba(37, 211, 102, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-offset: 15px;
        outline-color: rgba(37, 211, 102, 0);
    }

.button-2 {
    background: rgba(128, 0, 164, 0.9);
    width: 100%;
    font-family: 'NewJune Medium', serif;
    font-size: 15px;
    color: #ffffff;
    padding: 15px;
    margin: 20px auto;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    outline-color: rgba(128, 0, 164, 0.5);
    outline-offset: 0px;
}

    .button-2:hover {
        background: rgba(128, 0, 164, 1);
        box-shadow: inset 0 0 20px rgba(128, 0, 164, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-offset: 15px;
        outline-color: rgba(128, 0, 164, 0);
    }

.contador {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background: #fab003;
    background-clip: border-box;
    border: 1px solid #222;
    border-radius: 0;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 135px;
    margin: 15px;
}

.card-body {
    padding: 10px;
}

.card-title {
    color: #fff;
    margin: 0 0 10px 0;
}

.card-text {
    background: #22252a;
    text-transform: uppercase;
    color: #fab003;
    padding: 5px;
    margin: 0;
}

.placas {
    max-width: 500px;
    position: fixed;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 10px;
    right: 20px;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
}

    .loader:before,
    .loader:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        border-radius: 50%;
        transform: rotateX(70deg);
        animation: 1s spin linear infinite;
    }

    .loader:after {
        color: #fab003;
        transform: rotateY(70deg);
        animation-delay: .4s;
    }

.fade-out {
    transition: opacity 1.5s ease-in-out;
    opacity: 0;
}

    .fade-out .loader {
        transition: transform 1.5s ease-out, opacity 1.5s ease-out;
        transform: translateY(-100vh);
        opacity: 0;
    }

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%, 100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }

    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

@media screen and (max-width:1023px) {
    .placas {
        max-width: 400px;
    }
}

@media screen and (max-width:933px) {
    .flex-nowrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:787px) {
    .placas {
        display: none;
    }
}

@media screen and (max-width:500px) {
    section {
        width: unset;
    }

    .img-logo {
        text-align: center;
    }

    h1 {
        font-size: 32px;
    }

    .card {
        margin: 5px;
    }

    .card-text {
        font-size: 10px;
    }

    button {
        font-size: 20px;
    }
}

@media screen and (max-width:438px) {
    .button-1, .button-2 {
        font-size: 17px;
    }
}

@media screen and (max-width:380px) {
    h1 {
        font-size: 28px;
    }

    .card-text {
        font-size: 7.5px;
        padding: 5px 5px 4px 5px;
    }
}