.col, .col-2, .col-11, .col-md-10 {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.square-top-home {
    background: #1F3457;
    display: flex;
    justify-content: center;
}

.divVantagens {
    background: #83E5E2;
    min-height: 5rem;
    min-width: 6rem;
    border-top-left-radius: 0.55rem;
    border-bottom-left-radius: 0.55rem;
}

.divRightRadius {
    border-top-right-radius: 0.55rem;
    border-bottom-right-radius: 0.55rem;
}

.menuDestinos {
    margin-top: -52px;
    display: block !important;

    &::after {
        display: none;
    }
}

.divCity {
    color: white !important;
}

.divCity:hover {
    background-color: #6FC3C0 !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    color: black !important;
}

@media (max-width: 468px) {
    .divCustom {
        padding-right: 60px;
    }
}

.lblTituloSessao {
    color: #1F3457;
    font-size: 24px;
}

.lblTituloCardReserva{
    font-size: 20px;
    color: #2E2E2E; 
}

.lblSubTituloCardReserva{
    font-size: 16px;
    color: #868686; 
}


/* Botao flutuante de página antiga */
.old_page-floating-button-container {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1050;
    padding: 1rem;
}
.old_page-btn-custom-orange {
    background-color: #ff6b35;
    border-color: #ff6b35;
    color: white;
    width: 160px;
    padding: 6px 12px;
    border-radius: 15px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.old_page-btn-custom-orange:hover {
    background-color: #e55a2b;
    border-color: #e55a2b;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.old_page-btn-custom-orange:active {
    transform: scale(0.98);
}
.old_page-btn-custom-orange i {
    font-size: 10px;
}
.old_page-btn-custom-orange .old_page-btn-text {
    font-weight: 250;
	line-height: 1;
	font-size: 11px;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@media (min-width: 769px) {
    .old_page-floating-button-container {
        display: block;
    }
}
@media (max-width: 768px) {
    .old_page-floating-button-container {
        display: none !important;
    }
}