#topo{
    background-color: var(--main-empresa);
    padding-top: 50px;
    padding-bottom: 40px;
}

#topo .texto{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--main-white);
}

#topo .texto.strong{
    font-weight: bold;
}

#topo .texto .verde, #topo .texto .rosa{
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}
#topo .texto .verde{
    background-color: var(--main-empresa);
    color: #fff;

}
#topo .texto .rosa{
    background-color: var(--main-azul);
    color: #fff;
}

#topo h5, #topo h5 span{
    margin: 0;
    color: var(--main-black);
    font-size: 24px !important;
}

#topo figure{
    margin: 0;
}

#topo .msg{
    background-color: var(--main-azul);
    color: #fff;
    font-size: 21px;
}

#topo figure img{
    max-width: 100%;
}

#topo .box{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

#topo .box-item{
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: var(--main-white);
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    margin-bottom: 70px;
    box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.1);
}

#topo .box-item .icone{
    background-color: var(--main-white);
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: -50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 10px;
}

#topo .box-item .icone img{
    width: 100%;
    max-width: 50px;
}

#topo .box-item .valor{
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--main-azul);
    font-weight: bold;
}

#topo .box-item .btn{
    width: 100%;
}

@media(max-width: 992px){
    #topo .box-item{
        width: 31%;
    }
}

@media(max-width: 767px){
    #topo .box-item{
        width: 48%;
    }
}

/*********************************************/

#pix{
    background-color: var(--main-background);
    padding-top: 40px;
    padding-bottom: 40px;
}

#pix h1{
    color: var(--main-empresa);
}

#pix .chave{
    font-weight: bold;
    font-size: 21px;
}

#pix .imagem{
    margin-left: 30px;
}

#pix .imagem .logo-pix{
    width: 100%;
    max-width: 150px;
}

#pix img{
    max-width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/**********************************/
#deposito h1{
    color: var(--main-empresa);
}

#deposito h5{
    font-weight: bold;
}

#deposito .deposito{
    box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*****************************************/

#campanhas img{
    max-width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#campanhas h3{
    color: var(--main-empresa);
    font-size: 24px;
}

/*****************************************/

#saec{
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 650px;
}

#saec h2{
    font-size: 72px;
    font-weight: bold;
    color: var(--main-white);
}

#saec2{
    padding-top: 40px;
    padding-bottom: 30px;
}

#saec2 img, #saec3 img{
    max-width: 100%;
}

#saec3 figure{
    margin: 0;
}

#saec3{
    background-color: #355194;
    padding-top: 30px;
    padding-bottom: 30px;
}

#saec3 .fonte1{
    color: var(--main-white);
    font-size: 42px;
    font-weight: bold;
}

#saec4{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

#saec4 h5{
    font-weight: bold;
    font-size: 32px;
    color: var(--main-empresa);
}

.Ocean {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 50%;
    background-color: #B3E5FC;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Wave {
    width: 4200px;
    animation-name: swell;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    fill: #4FC3F7;
}

@keyframes swell {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

#bricks-component-6xWB0aabycwTz9wr0p003g {
    width: 100% !important;
}



