

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #0093dd;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.top-text{
    font-weight: 600;
}

.btn-top{
    font-weight: 700;
    font-size: 16px;
}

@media (min-width: 992px){
    header.masthead .header-content h1 {
        font-size: 33px;
    }
}


.delay-03 {
    animation-delay: 0.3s;
}

#logo-topo{
    height: 93px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

#logo-topo.translate{
    height: 50px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.p-section-download
{
    margin-bottom: 40px;
    margin-top: 40px;
}

.p-section-texto-branco{
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
}

.btn-section-texto
{
    display: block;
    margin: 0 auto;
    width: 298px;
    font-size: 15px;
    font-weight: 500;
}

.icone-funcionalidades-80
{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
}
.icone-funcionalidades-160
{
    width: 160px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

.contact-mob{
    font-size: 18px;
}

@media (max-width: 768px)
{
    .contact-mob{
        font-size: 13px;
    }

    #mainNav{
        background-color: rgba(0,147,221,0.95);
    }

    .funcionalidades-h2
    {
        font-size: 26px;
    }
}



