.hrIndex{
    border: 1px solid #3E4095;
}
.txtHome{
    font-family: Arial;
    font-size:68px;
    color: #3E4095;
}
.txTitulo{
     font-family: Arial;
     font-size:32px;
     color: #3E4095;
     font-weight: bold;
 }
.txPadrao{
    font-family: Arial;
    font-size:24px;
    color: #3E4095;
}
.txtLucro{
    font-weight: bold;
    font-size: 50px;
    color: #ffffff;
}
.fluitBarraUp{
    margin-left: -1px;
    margin-right: -2px;
    background-image: url("../img/barraUp.png");
    background-size: 100% 75px;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 75px;
    margin-bottom: -1px;
}
.fluitBarraMain{
    background-color: #3E4095;
    min-height: 100px;
}
.fluitBarraDown{
    margin-left: -1px;
    margin-right: -2px;
    margin-up: -3px;
    background-image: url("../img/barraDown.png");
    background-size: 100% 150px;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 150px;
}
.txtMain h2{
    font-size:52px;
    font-family: Arial;
    color: #ffffff;
}
.txtMain p{
    font-size:30px;
    font-family: Arial;
    color: #ffffff;
}
.txRosa{
    color: #ED2F59;
    font-weight: bold;
}
.txVerde{
    color: #00A859;
    font-weight: bold;
}
.btnSimpled{
    background-color: #3E4095;
    font-weight: bold;
    color: #ffffff;
}
.divClientes{
    min-height: 405px;
    background-image: url("../img/brClientes.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.divClientes img{
    margin-top: 160px;
    margin-left: 60px;
}
body{
    margin-right: -1px;
    overflow-x: hidden;
}