﻿@font-face {
    font-family: VAGRoundedBold;
    src: url('../webfonts/VAG Rounded/VAG-Rounded-Bold.ttf');
}

@font-face {
    font-family: VAGRoundedStdBold;
    src: url('../webfonts/VAG Rounded/VAGRoundedStd-Bold.otf');
}

body,
html {
    font-family: VAGRoundedStdBold !important;
}

h1, h2, h3, h4, h5, h6, p, span {
    letter-spacing: 1px;
    font-family: VAGRoundedStdBold !important;
    color: #fff
}

.btn {
    text-decoration: none;
    padding: 15px !important;
    border-radius: 10px !important;
}

.btn-primary {
    background: #b72027 !important;
    border: #b72027 !important;
}

.btn-secondary {
    background: #f89224 !important;
    border: #f89224 !important;
}

.barra-topo {
    height: 50px;
    background: #b72027;
    z-index: 1500;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px !important;
    color: #fff;
}

    .barra-topo .text i {
        color: #fcee21;
    }

    .barra-topo .social-icons ul {
        margin-bottom: 0;
        padding: 0;
    }

        .barra-topo .social-icons ul li {
            margin: 0 5px;
        }

            .barra-topo .social-icons ul li i {
                font-size: 25px;
                color: #fff;
            }

                .barra-topo .social-icons ul li i:hover {
                    color: #ef8d23;
                }

    .barra-topo.top-nav-collapse {
        display: none !important;
    }

.nav-custom {
    background: #f89224 !important;
}

.logo {
    z-index: 9999;
    width: 250px;
}

    .logo img {
        width: 145px !important;
        transition: width .5s;
        margin-left: 5rem !important;
    }

    .logo.top-nav-collapse img {
        transition: width .5s;
        width: 55px !important;
    }

.navbar-nav {
    align-items: center !important;
}

.nav-item {
    font-family: VAGRoundedStdBold !important;
    letter-spacing: 1px;
}

.footer .about {
    letter-spacing: 1px;
    color: #f89224;
}

.header ul li {
    text-align: start !important;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
}

.about-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-box {
    padding-left: 9%;
    margin-bottom: 30px;
    text-align: left;
}

    .counter-box h2 {
        font-size: 40px;
        margin: 0;
        line-height: 40px;
        margin-bottom: 5px;
        color: #b72027 !important;
    }

    .counter-box p {
        line-height: 24px;
        color: #4a4a4a;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 2px;
        margin: 0;
    }

.counter-value {
    color: #b72027 !important;
}

.counter {
    color: #b72027;
}

.hr {
    height: 3px;
    width: 80%;
    background: #f89224;
    border-radius: 10px;
}

#parceiros {
    padding: 5rem 0;
    background: #f9c300;
}

    #parceiros h2 {
        color: #b72027;
    }

#midias {
    padding: 5rem 0;
    background: #fff;
}

    #midias h2 {
        color: #b72027;
    }

    #midias h3 {
        color: #f89224;
    }

#depoimentos {
}

    #depoimentos h2 {
        color: #b72027;
    }

    #depoimentos p {
        color: #f89224;
    }

#contact h2 {
    color: #b72027;
}

#contact h3 {
    color: #b72027;
}

#contact .text {
    color: #f89224;
}

#contact .a {
    text-decoration: none !important;
}

#contact ul li {
    display: block !important;
}

@media (max-width: 992px) {
    .logo img {
        width: 55px !important;
        margin-left: 1rem !important;
        position: relative;
        top: 50px;
    }

    .logo.top-nav-collapse img {
        top: 0 !important;
    }
}

@media (max-width: 768px) {
    .logo img {
        width: 110px !important;
        top: 25px;
    }

    .logo {
        width: 100% !important;
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .about-counter {
        display: inline-block !important;
    }
}
