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

.alt-title {
    font-size: 30px;
    line-height: 27px;
}

.font-weight-regular {
    font-weight: 400;
}

.icones {
    width: 45px;
}

.text-blue {
    color: #262477;
}

.uppercase {
    text-transform: uppercase;
}

.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
}

.popupDownload {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.300);
}
.popupDownload.active {
    display: flex;
}
.closePopupDownload {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1055;
}
.boxPopup {
    width: 700px;
    position: relative;
    z-index: 1060;
    background: #fff;
    border-radius: 33px;
    padding: 40px;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.350);
}
.logoPopup {
    width: 180px;
}
.fundoQr {
    width: max-content;
    padding: 12px;
    background: #fff;
    box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.350);
    border-radius: 13px;
}
.qrCode {
    width: 150px;
}
.boxPopup a {
    color: #211d1e;
}
.closePopup {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background: #262477;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.closePopup::after {
    position: relative;
    content: '×';
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    user-select: none;
}

@media screen and (max-width:1480px) {
    .banner-download {
        height: 380px
    }
    .alt-title {
        font-size: 24px;
    }
}

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

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

@media screen and (max-width:500px) {
    .banner-download {
        height: 380px
    }
    .alt-title {
        font-size: 21px;
        line-height: 31px;
    }
    .boxPopup {
        width: 90vw;
        padding: 20px;
    }
    .closePopup {
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
}