.navbar {
    background-color: #cb4718;
    color: #ffffff;
}
.navbar-right a {
    color: #ffffff;
    margin-right: 5px;
}
.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}
.navbar-nav > li {
    display: inline-block;
    float:none;
}

.site-index {
    margin: -15px
}
.site-index .topo {
    background-size: cover;
    background-image: url('../img/site01.png'), url('../img/site02.png');
    background-repeat: no-repeat;
    height: 275px;
    background-position: bottom;
}
.site-index .topo img{
    max-width: 350px;
    margin-top: 100px;
}

@media(max-width:767px) {
    .site-index .topo {
        height: 210px;
    }
    .site-index .topo img{
        width: 75%;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}
.card {
    border-radius: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.card .card-title {
    font-size: 25px;
}
.card:hover {
    transition: all 0.2s ease-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    top: -4px;
    transform: scale(1.01);
}

.politica-cancelamento {
    margin-top: 120px;
    margin-bottom: 60px;
}
