@import "https://use.fontawesome.com/releases/v5.15.4/css/all.css?ver=2.0.1";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Yantramanav:wght@300;400;500;700;900";
@import "https://fonts.googleapis.com/css?family=Montserrat:700,400";

body {
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: bold;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    height: 65px;
    margin: -5px 0;
}
.header-top {
    background-color: #104879;
    color: #fff;
    padding: 5px 0;
}
.header-top p {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin: 0;
}
.header-top a {
    color: #fff;
    text-decoration: none;
}
.header-top a:hover p {
    font-weight: 600;
}

ul.navbar-nav>li>a {
    position: relative;
}
ul.navbar-nav>li.active>a.nav-link {
    font-weight: 600;
    color: #fed03d !important;
    background-color: #104879;
    border-radius: 5px;
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}
/* ul.navbar-nav>li.active>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: rgba(30,115,190,1);
} */
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 60%) !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.carousel-item div.content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 35%);
}
.carousel-item div.content h2 {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 3rem;
}

.pt-6, .px-6 {
    padding-top: 4.5rem!important;
}
.pb-6, .py-6 {
    padding-bottom: 4.5rem!important;
}

footer {
    width: 100%;
    z-index: 70;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #222;
}
.footer-copyright {
    text-align: center;
    color: #afb0b2;
    padding: 25px 0;
}
.footer-copyright span {
    font-size: 15px;
    font-family: 'Montserrat';
}

.wptwa-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
    line-height: 100%;
    padding: 12px 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    right: auto;
    left: 20px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%);
    transition: box-shadow 80ms ease-in-out,width .4s ease .2s;
    z-index: 9999999;
    background-color: #0dc152;
    color: rgba(255,255,255,1);
}


.page-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 130px;
}
.page-title .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title .container .title h1 {
    color: #fff;
}

.page-title .container .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-right: 20px;
    margin-right: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


.page-title .container .bread-crumb li:after {
    position: absolute;
    content: ">";
    top: 0;
    right: -3px;
    font-size: 15px;
    font-weight: normal;
}

.page-title .container .bread-crumb li:last-child {
    padding: 0px;
    margin: 0px;
}
.page-title .container .bread-crumb li:last-child::after { content: ""; }


.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.67px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: 0.75em 1em;
    position: relative;
    z-index: 1;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
}

.animated {
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    animation-fill-mode: both;
    transform: translate3d(0, 0, 0);
    -o-animation-fill-mode: both;
    -o-transform: translate3d(0, 0, 0);
    -moz-animation-fill-mode: both;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-animation-fill-mode: both;
    -webkit-transform: translate3d(0, 0, 0);
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% { transform:scale(1); }
    50% { transform:scale(1.1); }
    100% { transform:scale(1); }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    animation-duration: 1s;
}

.fusion-checklist, ul.fusion-checklist {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}
.fusion-checklist .fusion-li-item, ul.fusion-checklist .fusion-li-item {
    margin-bottom: 30px;
    margin-left: 0;
}
.fusion-checklist .icon-wrapper, ul.fusion-checklist .icon-wrapper {
    display: table;
    float: left;
}
.fusion-checklist .fusion-li-item p:last-of-type, ul.fusion-checklist .fusion-li-item p:last-of-type {
    margin-bottom: 0;
}
.button-default {
    background: #fed03d;
    text-transform: uppercase;
    color: #333333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fed03d, endColorstr=#fed03d);
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #333333;
    border-radius: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 0;
    padding: 15px 10px;
    margin: 15px 0;
    font-size: 12px;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-default:hover {
    background: #333333;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#333333, endColorstr=#333333);
    border-color: #ffffff;
}

.banner-section-two {
    height: 415px;
    padding-top: 80px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.banner-section-two ul, .banner-section-two li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
.banner-section-two.mobile {
    padding: 30px 0;
    height: auto;
}
.banner-section-two.mobile h1 {
    font-size: 1.8rem;
}
.banner-section-two.mobile h4 {
    font-size: .9rem;
    font-weight: normal;
}

.linkWhatsApp.mobile {
    bottom: 35px;
    left: 42.5%;
    width: 15%;
}

.linkWhatsApp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    animation: pisca 1.5s infinite;
}

@keyframes pisca {
    70% {
        box-shadow: 0 0 0 25px #0000
    }

    to {
        box-shadow: 0 0 #0000
    }
}