.banner-passeio {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    height: 623px
}

@media screen and (max-width:1400px) {
    .banner-passeio {
        height: 480px
    }
}

.hoverblock {
    transition: ease-in-out .15s
}

.hoverblock:hover {
    transform: scale(1.05);
    transition: ease-in-out .15s
}

.hoverblock h4,
.passeio h3 {
    color: #262477
}

.passeio h5 {
    font-family: Roboto, sans-serif !important;
    color: #262477;
    font-weight: 700;
    font-size: 24px
}

.passeio .hoverblock p {
    color: #211d1e
}

.conteudointerno h3 {
    color: #262477
}

.conteudointerno strong {
    text-transform: uppercase;
    color: #211d1e
}

@media screen and (max-width:500px) {
    .passeio h3 {
        line-height: 35px !important
    }

    .passeio h5 i {
        font-size: 17px
    }
}

@media screen and (max-width:1199px) {
    .banner-passeio {
        height: 355px;
        background-position: center
    }
}

@media screen and (max-width:991px) {
    .banner-passeio {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 478px
    }
}