body{
    font-family: 'Poppins';
    color: #071033;
}

.bg-primary{
    background: #003777 !important;
}
.bg-secondary{
    background: #fedc00 !important;
}
.bg-light{
    background: #eff0f5 !important;
}

.btn{
    border-radius: 80px;
}
.btn.btn-light{
    background: #ffffff;
    color: #fedc00;
}
.btn.btn-light:hover{
    background: #ffffff !important;
    color: #003777 !important;
}
.btn.btn-primary{
    background: #003777 !important;
    color: #ffffff !important;
    border-color: #003777 !important;
}
.btn.btn-secondary{
    background: #fedc00 !important;
    color: #003777 !important;
    border-color: #fedc00 !important;
}
.btn.btn-outline-primary{
    background: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;

}
.btn, a{
    transition: 1s;
}
.btn:hover{
    transform: scale(1.1);
    transition: 1s;
}

.text-primary{
    color: #003777 !important;
}
.text-secondary{
    color: #fedc00 !important;
}
.text-muted{
    color: #505A80 !important;
}

.accordion-button:not(.collapsed){

    font-weight: bold;
    color: #071033;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    border-left: none;
    border-right: none;
    background-color: transparent;
}
.accordion-button {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.accordion-button::after {
    background-image: url(../img/add.png);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/remove.png);
}
.accordion-body{
    padding-left: 0;
    padding-right: 0;
}

/* header */

header .navbar-brand img{
    max-height: 80px;
}

header .nav-link{
    color: #ffffff;
}

.title{
    font-family: 'Playfair Display';
}
.fs-64{
    font-size: 64px;
}
@media (max-width: 767px) {
    .fs-64{
        font-size: 50px;
    }
}

/* home */
.home-banner{ 
    background-color: #ffffff;
    background-image: url("../img/debut-light.png");
}
/**.home-banner h1{
    font-family: 'Playfair Display';
    font-size: 80px;
    letter-spacing: -3px;
}
@media (max-width: 767px) {
    .home-banner h1{
        font-size: 60px;
    }
}*/
.line-lead::after {
    content: "";
    display: block;
    background-image: url("../img/line-lead.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 14px;
    margin-top: -16px;
}
.home-banner .insights{
    position: relative;
    width: 700px;
    z-index: 1;
}
@media (max-width: 767px) {
    .home-banner .insights{
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 40px;
    }
    .home-banner .ceo{
        width: 100%;
    }
}
.home-numbers{
    background: #003777;
}
.home-numbers .number{
    font-family: 'Playfair Display';
    font-size: 80px;
}
.line-greater::after {
    content: "";
    display: block;
    background-image: url("../img/line-greater.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 151px;
    height: 14px;
    margin-top: -16px;
}

.insights-banner{
    background-image: url("../img/insights-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.insights2-bg{
    background-image: url("../img/insights2-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.post-bg{
    background-image: url("../img/post-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* footer */
footer{
    background: #003777;
}
footer h2{
    font-family: 'Playfair Display';
    font-size: 80px;
}
@media (max-width: 767px) {
    footer h2{
        font-family: 'Playfair Display';
        font-size: 50px;
    }
}


footer form .form-control{
    background: transparent !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    border-bottom: 2px solid #22578b !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #ffffff !important;
}


footer form .form-control::placeholder {
    color: #ffffff;
}
footer hr{
    border-top: #887487 solid 3px;
}

/* whatsapp */
@keyframes gradient {
    0% {
        background-color: #18c139;
    }
    50% {
        background-color: #0da52b;
    }
    100% {
        background-color: #18c139;
    }
}
@keyframes posicao {
    0% {
        bottom: 130px;
        right: 20px;
    }
    50% {
        bottom: 125px;
        right: 20px;
    }
    100% {
        bottom: 130px;
        right: 20px;
    }
}
.balaoWhatsapp:hover .balaoWhatsappLegenda, .balaoWhatsapp:hover .balaoWhatsappLink{
    background: #0da62b;
}
.balaoWhatsapp:hover .balaoWhatsappLegenda:after, .balaoWhatsapp:hover .balaoWhatsappLink:after{
    border-top: 20px solid #0da62b;
}
.balaoWhatsappLegenda{
    margin: 0 auto;
    font-size: 0.8em;
    line-height: 1.6em;
    border-radius: 15px;
    width: 200px;
    height: auto;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 130px;
    right: 20px;
    text-align: center;
    z-index: 9999999;
    background: #18c139;
    animation: posicao 1s ease infinite;
}
.balaoWhatsappLegenda:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #18c139;
    bottom: -18px;
    right: 20px;
}
.balaoWhatsappLink{
    width: 80px;
    height: 80px;
    padding: 4px;
    text-align: center;

    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 9999999;
    background: purple;
    animation: gradient 1s ease infinite;
}
.balaoWhatsappLink i{
    font-size: 50px;
    color: #ffffff;
}