﻿body {
    line-height: 24px;
    font-size: 14px;
    color: #005DAA;
    font-weight: 400;
    color: #444;
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1350px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

p {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
}

.btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 12px 25px;
    border-radius: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: transparent;
}

.title {
    text-align: center;
    padding-bottom: 70px;
}

    .title h2 {
        color: #333;
        font-size: 25px;
        padding-bottom: 25px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
    }

        .title h2:before {
            content: '';
            width: 40px;
            height: 2px;
            background: #005DAA;
            position: absolute;
            top: 12px;
            left: -60px;
        }

        .title h2:after {
            content: '';
            width: 40px;
            height: 2px;
            background: #005DAA;
            position: absolute;
            top: 12px;
            right: -60px;
        }

    .title p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        color: #817C7C;
    }

#mixed-items .mix {
    display: none;
}

@-webkit-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@-moz-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@-o-keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

@keyframes wiggle {
    from {
        top: 10px;
    }

    to {
        top: 20px;
    }
}

header {
    padding: 20px 0;
    background: #fff;
}

    header .navbar {
        height: auto;
        margin-bottom: 0;
    }

.is-sticky #navigation {
    background: #fff;
    z-index: 1000;
    transition: 0.3s;
    width: 100%;
    padding: 0;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-toggle {
    border-color: #333;
    transition: 0.3s;
}

    .navbar-toggle .icon-bar {
        background: #333;
        transition: 0.3s;
    }

    .navbar-toggle:hover {
        border-color: #005DAA;
    }

        .navbar-toggle:hover .icon-bar {
            background: #005DAA;
        }

.menu a {
    color: #333;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
}

    .menu a:before {
        content: "";
        position: absolute;
        left: 16px;
        bottom: 12px;
        width: 0;
        height: 1px;
        background: #005DAA;
        transition: 0.3s;
    }

    .menu a:hover {
        background: transparent;
        color: #005DAA;
    }

.menu .active a {
    color: #005DAA;
}

    .menu .active a:before {
        width: 25px;
    }

.menu a:hover:before {
    width: 25px;
}

#banner {
    background: url('../Images/banner.jpg');
    background-size: cover;
    padding: 150px 0;
    position: relative;
}

    #banner:before {
        position: absolute;
        z-index: 99;
        background: rgba(0, 0, 0, 0.60);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
    }

    #banner .block {
        position: relative;
        z-index: 999;
        color: #fff;
    }

        #banner .block h1 {
            padding-bottom: 25px;
            font-size: 55px;
            font-weight: 100;
            color: #4AA9F7;
        }

        #banner .block h2 {
            font-size: 25px;
            line-height: 30px;
            font-weight: 300;
        }

        #banner .block .btn-demonstracao {
            border: 1px solid #fff;
            color: #fff;
            border-radius: 25px;
            margin: 0 7px;
            padding: 10px 22px;
            font-size: 14px;
            transition: 0.3s;
        }

            #banner .block .btn-demonstracao:hover {
                border-color: #4AA9F7;
                color: #4AA9F7;
            }

        #banner .block .buttons {
            margin-top: 40px;
        }

            #banner .block .buttons a:first-child {
                margin-left: 0;
            }

    #banner .scrolldown {
        position: absolute;
        left: 50%;
        bottom: 18%;
    }

        #banner .scrolldown .scroll {
            border-radius: 100px;
            width: 25px;
            height: 45px;
            position: absolute;
            left: 50%;
            margin: 0 0 0 -15px;
            display: inline-block;
            border: 1px solid #fff;
            z-index: 99;
        }

            #banner .scrolldown .scroll:after {
                background: #fff;
                border-radius: 300px;
                width: 4px;
                height: 9px;
                position: absolute;
                top: 10px;
                left: 50%;
                margin: 0 0 0 -2px;
                display: block;
                content: " ";
                -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
                -moz-animation: wiggle 0.5s linear 0s infinite alternate;
                -o-animation: wiggle 0.5s linear 0s infinite alternate;
                animation: wiggle 0.5s linear 0s infinite alternate;
            }

.navbar-footer {
    justify-content: center;
    flex-wrap: wrap;
}

    .navbar-footer .nav-item {
        margin: 10px 0;
    }

        .navbar-footer .nav-item .nav-link {
            color: rgba(0, 0, 0, 0.5);
        }

footer .section {
    padding: 45px 0;
}

.navbar-footer .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}

.copyright {
    background-color: #005DAA !important;
    color: #e8e8e8;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #005DAA;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

#implantacaoMigracao {
    background: url(../Images/implementacaomigracao.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}

    #implantacaoMigracao:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.60);
    }

    #implantacaoMigracao .title {
        position: relative;
    }

        #implantacaoMigracao .title h2, #implantacaoMigracao .title p {
            color: #fff;
        }

    #implantacaoMigracao .block {
        margin-bottom: 20px;
    }

        #implantacaoMigracao .block i {
            display: block;
            font-size: 40px;
            line-height: 1;
            padding-bottom: 20px;
            color: #80d6a3;
        }

        #implantacaoMigracao .block span {
            line-height: 1;
            display: inline-block;
            color: #fff;
        }

        #implantacaoMigracao .block .count-text {
            font-size: 36px;
        }

        #implantacaoMigracao .block p {
            font-size: 18px;
            font-weight: 300;
            color: #fff;
            padding-top: 20px;
        }

#depoimentos {
    background: url(../Images/depoimentos.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}

    #depoimentos:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.60);
    }
/*
.testimonial {
    border-left: 3px solid #4AA9F7;
    padding: 100px 0 100px;
    position: relative
}

    .testimonial:before,
    .testimonial:after {
        content: "";
        width: 320px;
        height: 45px;
        border-right: 3px solid #4AA9F7;
        position: absolute;
        left: 0;
    }

    .testimonial:before {
        border-top: 3px solid #4AA9F7;
        top: 0;
    }

    .testimonial:after {
        border-bottom: 3px solid #4AA9F7;
        bottom: 0;
    }*/

/*.testimonial .pic {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 100px;
        left: 100px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }
*/
.testimonial .description {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    position: relative;
}

    .testimonial .description:before {
        content: "\f10d";
        font: var(--fa-font-regular);
        font-weight: 900;
        position: absolute;
        top: -70px;
        left: 0;
        font-size: 20px;
        color: #005DAA;
    }

.testimonial .testimonial-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #4AA9F7;
    margin-top: 10px;
}

.owl-theme .owl-controls {
    text-align: right;
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-buttons div {
        background: #4AA9F7;
        border-radius: 0;
        opacity: 1;
        padding: 5px 10px;
    }

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font: var(--fa-font-regular);
    font-weight: 900;
    color: #fff;
}

.owl-next:before {
    content: "\f054";
    font: var(--fa-font-regular);
}

@media only screen and (max-width: 990px) {
    .testimonial {
        padding: 80px 0 80px 265px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 0;
        border: none;
    }

        .testimonial:before,
        .testimonial:after {
            border: none;
        }

        .testimonial .pic {
            position: relative;
            top: 0;
            left: 0;
        }

        .testimonial .description {
            margin-top: 15px;
        }

            .testimonial .description:before {
                content: "";
            }
}


.card-box {
    height: 150px;
    margin: 0 auto;
    display: flex;    
    border: 1px solid rgba(0, 0, 0, 0.60);
    background: #FFF9F7;
}

    .card-box:hover {
        border: 1px solid #005DAA;
        box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
    }
