body{
    width: 100%;
    overflow-x: hidden;
}

h1{
    color: #000000;
}

.curva{
    background: url('../images/curva.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 150px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background-color: #3D688A;
}

.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}

.loader img{
    position: relative;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.btn-pay{
    background-color: #3D688A !important;
    color: #ffffff;
}

.btn:hover{
    color: #ffffff;
}

.padding{
    padding-top: 30px;
    padding-bottom: 30px;
}
