*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    margin: 0;
    color: #8D8D8D;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

.navbar-brand{
    padding: 0 0 15px 0;
}

p:last-child{
    margin-bottom: 0;
}

a, a:active, a:focus, a:visited, [type="submit"], path, rect, button{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

input, textarea{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

a:hover, button:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

h1, h2, h3, h4{
    color: #46555A;
    font-weight: 400;
}

h1{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
}

strong{
    color: #008282;
    font-weight: 500;
}
.overlay{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #313131a1;
    position: absolute;
    top: 0;
}
#section-banner article p{
    font-size: 14px;
    margin-bottom: 50px;
}

#section-banner, #section-banner h1, #section-assessor, #section-assessor h2, #section-vantagens, #section-vantagens h2, #section-vantagens h3{
    color: #fff;
}

#section-banner strong, #section-assessor strong, #section-vantagens strong{
    color: #E6BE46;
}

#abs-contato{
    color: #8D8D8D;
}

#abs-contato h3{
    font-size: 20px;
    margin-bottom: 25px;
}

#abs-contato a{
    color: #46555A !important;
}

.amarelo{
    background-color: #E5BF44;
    border: none;
}

.verde{
    background-color: #00A09E;
}

.transparente{
    border-bottom: solid 2px #fff;
    padding-bottom: 8px !important;
    border-radius: 0 !important;
}

.btn-padrao{
    padding: 10px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.hover:hover{
    background-color: #F3F3F3;
    color: #008183;
    opacity: 1;
}
#section-banner{
    background: url(../img/bg_banner.jpg) no-repeat center center;
    background-size: cover;
}

#section-vantagens{
    background: url(../img/assessoria-e-educacao-investimentos.jpg) no-repeat center center;
    background-size: cover;
}

footer{
    font-size: 10px;
    padding-top: 30px;
    background-color: #FBFBFB;
}

footer .d-flex{
    margin-bottom: 20px;
}

footer span{
    margin-right: 5px;
}

footer .d-flex p{
    margin-left: 20px;
    font-size: 8px;
}

#subfooter{
    padding: 10px;
    margin-top: 30px;
    background-color: #F3F3F3;
    font-size: 12px;
}

.section-padrao{
    padding: 70px 0;
}

.box-vantagem {
    transition: all 300ms;
    border: solid 3px #D2D2D2;
    border-radius: 10px;
    padding: 35px 20px;
    width: 23%;
    margin-bottom: 30px;
}

.box-vantagem:hover{
    background-color: #fff;
    color: #8D8D8D;
}

.box-vantagem:hover h3{
    color: #00A09E !important;
}

.box-vantagem p{
    font-size: 14px;
}

.box-vantagem h3{
    transition: all 300ms;
    font-size: 20px;
    line-height: 1.5;
}

.box-titulo{
    margin-bottom: 40px;
}

.box-titulo h2{
    font-size: 30px;
    margin-bottom: 25px;
}

#section-sobre h2{
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 25px;
}


#section-sobre h2 strong{
    display: block;
}

.box-titulo p{
    font-size: 15px;
}

.objetivo{
    height: 120px;
    text-transform: uppercase;
}
.objetivo h3{
    font-size: 25px;
}
.objetivo strong{
    font-size: 35px;
    background: linear-gradient(to right, #00A19D, #00514F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.item1 strong{
    font-size: 41px;
}

.item2 strong{
    font-size: 50px;
}
.objetivo h3{
    font-size: 25px;
}
.objetivo p{
    padding: 0 15px 0 15px;
}
.box-sobre{
    font-size: 13px;
    line-height: 1.4;
    width: 38%;
    padding-left: 2%;
}

.box-sobre:not(:first-child){
    width: 29%;
    border-left: solid 1px #008183;
}

.box-sobre:first-child{
    padding-right: 20px;
}

#shadow{
    border-radius: 5px;
    padding: 30px;
    -webkit-box-shadow:  1px 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow:  1px 1px 5px rgba(0,0,0,0.2);
    box-shadow:  1px 1px 5px rgba(0,0,0,0.2);
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 15px;
    color: #fff;
}


.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active,
.navbar-expand-lg .navbar-nav .nav-link:visited,
.navbar-expand-lg .navbar-nav .nav-link:focus{
    color: #E6BE46;
}


.navbar-expand-lg .navbar-nav .nav-link.btn-padrao:hover,
.navbar-expand-lg .navbar-nav .nav-link.btn-padrao:active,
.navbar-expand-lg .navbar-nav .nav-link.btn-padrao:visited,
.navbar-expand-lg .navbar-nav .nav-link.btn-padrao:focus{
    color: #000000;
}


.navbar-expand-lg .navbar-nav .nav-link.btn-padrao{
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 25px;
}

#menu{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

#menu.branco{
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#menu.branco a:not(.btn-padrao){
    color: #46555A;
}

#menu.branco .nav-item .active{
    color: #E6BE46;
}

#menu:not(.branco) #logo path, #menu:not(.branco) #logo rect{
    fill: #fff;
}

#section-banner{
    padding: 130px 0;
    position: relative;
    overflow-x: hidden;
}

.icone{
    height: 65px;
}

#abs-contato{
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-radius: 5px;
    padding: 20px;
    width: 90%;
    max-width: 350px;
    background-color: #fff;
    left: 100%;
    position: fixed;
    bottom: 50px;
    z-index: 11;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

#abs-contato .btn-padrao{
    width: 100%;
}

#abs-contato.aberto{
    margin-left: -400px;
}

#link-scroll{
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#link-chat{
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    width: 52px;
    text-align: center;
    z-index: 10;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}


#container-chatbot{
    position: relative;
    height: 100%;
}

#chatbot{
    position: absolute;
    height: 87%;
    padding: 50px 15px 100px 70px;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
}

.box-msg{
    margin-bottom: 20px;
    color: #fff;
    background-color: #E6BE46;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #E6BE46;
    font-size: 12px;
    position: relative;
    display: table;
    clear: both;
}

.box-msg:not(.bot){
    float: right;
}

.box-msg.bot{
    color: #828282;
    background-color: #fff;
    border: solid 1px #ccc;
}

.box-msg.bot::before{
    content: '';
    position: absolute;
    display: block;
    right: 100%;
    top: 0;
    margin-right: 15px;
    border: solid 1px #ccc;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background: #fff url(../img/favicon.png) no-repeat center center;
    background-size: 80% 80%;
}

.box-msg:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}

.box-msg ul{
    list-style: none;
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.box-msg label{
    text-transform: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
}

.box-msg label::before{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    width: 13px;
    height: 13px;
    border: solid 1px #ccc;
    border-radius: 50%;
}

.box-msg label.checkbox::before{
    border-radius: 0;
}

.box-msg label::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 11px;
    width: 15px;
    height: 13px;
    opacity: 0;
    background: url(../img/check.png) no-repeat center center;
    background-size: contain;
    
}

.box-msg label.selected::after{
    opacity: 1;
}

.box-msg label input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
}

.verde-dest{
    color: #009092;
    font-weight: bold;
}

.btn-resposta, .btn-confirma{
    background-color: #fff;
    color: #00A09E;
    border: solid 1px #00A09E;
    text-align: center;
    padding: 10px;
    width: 150px;
    outline: none;
    margin-top: 20px;
}

.btn-confirma{
    margin-top: 10px;
}

.btn-resposta:hover, .btn-confirma:hover{
    border-color: #00A09E;
    color: #00A09E;
    opacity: 0.8;
}

#conf-email{
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 0;
    margin-bottom: 15px;
}

#input{
    transition: all 300ms;
    position: absolute;
    width: 50%;
    left: 50%;
    padding: 10px;
    background-color: #fff;
    color: #8D8D8D;
    bottom: 0;
}

#input input{
    width: 494px;
    font-size: 14px;
    padding: 5px 8px;
}

#enviar{
    background-color: #00A09E;
    border: none;
    border-radius: 2px;
    width: 36px;
    padding-left: 5px;
    padding-right: 3px;
    margin-left: 10px;
}

#enviar img{
    margin-top: -1px;
    margin-bottom: 1px;
}

#input:not(.ativo)::before{
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

label{
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    width: 100%;
}

label input, label textarea{
    width: 100%;
    margin-top: 5px;
    border: none !important;
    border-bottom: solid 2px #ccc !important;
    border-radius: 0 !important;
    outline: none;
    padding: 7px 0 !important;
}

label input:focus, label textarea:focus{
    border-bottom-color: #46555A !important;
}

label textarea{
    resize: none;
    height: 80px;
}

.box-titulo .d-flex img{
    margin: 0 10px;
}

#section-assessor{
    position: relative;
    margin-bottom: 70px;
    background-color: #f1f1f1;
    overflow: hidden;
}

#section-assessor h2 strong{
    display: block;
}

#section-assessor::before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    background: url(../img/bg_gradient.png) no-repeat center center;
    background-size: 100% 100%;
}

#section-assessor article{
    padding: 70px 0;
}

#section-assessor article h2{
    margin-top: 30px;
    margin-bottom: 20px;
}

#section-assessor article p{
    font-size: 12px;
    width: 100%;
    max-width: 370px;
    margin-bottom: 30px;
}

#section-assessor article .d-flex .btn-padrao{
    width: 47%;
    text-align: center;
}

#section-assessor article .d-flex {
    padding-right: 60px;
}

.box-passo{
    margin: 0 0 30px 0;
    width: 20%;
}

.box-passo h3{
    font-size: 18px;
    line-height: 1.4;
    margin: 0 30px 15px 30px;
}

.box-passo p{
    font-size: 13px;
    padding: 0 10px;
}

.box-passo:hover .passo{
    -webkit-box-shadow: 2px 3px 15px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 15px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 15px -4px rgba(0, 0, 0, 0.75);
}

.passo{
    transition: all 300ms;
    font-size: 20px;
    color: #00A09E;
    border: solid 2px #00A09E;
    border-radius: 50%;
    text-align: center;
    display: table;
    margin: 0 auto 20px auto;
    padding: 5px 0;
    width: 43px;
    z-index: 2;
    position: relative;
    background-color: #fff;
}


#section-passos{
    position: relative;
    overflow: hidden;
}

#section-passos::before{
    content: '';
    display: block;
    width: 100%;
    min-width: 2000px;
    position: absolute;
    top: 225px;
    height: 25px;
    background: url(../img/dots.png) no-repeat center center;
    background-size: 100% 100%;
}
.xp-logo{
    text-align: left;
    padding-top: 10px;
}
.xp-logo img{
    max-width: 78%;
}
.branco .logo_branco{
    display: none;
}
.logo_pd{
    display: none;
}
.branco .logo_pd{
    display: block;
}
/********************animation******************/
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
  
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.logo_footer img{
    max-width: 85%;
}
@media (max-width: 1300px){
    #input input {
        width: 425px;       
    }
    .item1 strong {
        font-size: 35px;
    }
    .objetivo strong {
        font-size: 32px;
    }
}
@media (max-width: 768px){
    h1{
        font-size: 22px;
    }        

    #section-banner{
        text-align: center;
        background: url(../img/bg_banner.jpg) no-repeat center left;
        background-size: cover;
    }
    #section-vantagens {
        background: #3C444B no-repeat center center;
        background-size: cover;
    }
    .overlay{
        display: block;
    }
    .item1 strong {
        font-size: 35px;
    }
    #section-banner p {
        padding: 0 12px 0 12px;
    }
    #link-scroll{
        bottom: 40px;
    }

    #link-chat{
        right: 30px;
        display: none;
    }

    #link-chat, #abs-contato{
        bottom: 30px;
    }
    #section-vantagens {      
        background-position: 54%;
    }

    #abs-contato{
        width: 90%;
        display: none;
    }

    #abs-contato.aberto{
        margin-left: 0;
        left: 5%;
        display: none;
    }

    .box-vantagem, .box-passo, .box-sobre{
        width: 100% !important;
        text-align: center;
    }

    #logos-anbima{
        margin-top: 20px;
    }

    #logos-anbima img{
        max-width: 32%;
    }

    .objetivo, .icone{
        height: auto;
        margin-bottom: 20px;
    }
    .logo_footer img {
        max-width: 140px;
    }
    #section-sobre h2{
        font-size: 20px;
    }

    .box-titulo h2{
        font-size: 22px;
    }

    .box-titulo p{
        font-size: 14px;
    }

    .box-sobre:not(:first-child){
        margin-top: 40px;
        border-left: 0;
    }

    .box-sobre img{
        max-width: 140px;
    }
    .objetivo p{
        padding: 0 20px 0 20px;
    }
    .box-sobre, #section-assessor article .d-flex{
        padding: 0 !important;
    }
    footer .img-fluid {
        display: block;
        margin: 0 auto 0;
        margin-bottom: 10px !important;
    }
    .box-passo{
        margin: 0 0 30px 0;
        padding: 0 40px;
    }

    #section-passos::before{
        display: none;
    }
    footer{
        text-align: center;   
    }
    footer img{
        margin-top: 0;
    }
    footer p{
        font-size: 10px;
         text-align: center;
    }
    #subfooter p{
        margin-bottom: 10px;
    }

    #section-assessor{
        text-align: center;
    }

    #section-assessor::before{
        display: none;
    }

    #section-assessor .col-12:first-child{
        background: url(../img/bg_gradient.png) no-repeat center center;
        background-size: cover;
    }

    #section-assessor article .d-flex .btn-padrao{
        width: 80%;
        margin: 20px auto 0 auto;
    }

    .navbar-brand{
        padding: 0;
    }

    .navbar-toggler{
        background-color: #fff;
        padding: 5px;
    }

    .navbar-toggler-icon{
        width: 25px;
        height: 23px;
    }

    .nav-link{
        margin: 0 !important;
        text-align: center;
    }

    #nav-menu-principal{
        padding-top: 15px;
    }
    
    .box-sobre:first-child .objetivo img {
        max-width: 260px;
    }
    
    label{
        text-align: left;
    }
    
    #container-chatbot{
        height: 450px;
    }
    
    #input{
        left: 0;
        width: 100%;
        padding-right: 60px;
        position: relative;
    }
    
    #chatbot{
        padding-left: 55px;
        padding-bottom: 25px;
        text-align: left;
    }
    
    #input input{width: 100%;}
    
    #input button{position: absolute; top: 10px; right: 10px;}
    .d-flex.justify-content-center.align-items-center {
        margin-bottom: 30px;
    }
    p:last-child {
        margin-bottom: 25px;
    }
}

@media (max-width: 360px){
    .objetivo strong {
        font-size: 28px;
    }
    .item1 strong {
        font-size: 28px;
    }
    .objetivo h3 {
        font-size: 20px;
    }

}