﻿.small, small {
    font-size: .675em;
}
.is-invalid {
    color: darkred;
    border-color: darkred !important;
}

.is-valid {
    color: darkgreen;
    border-color: darkgreen !important;
}
.validation-summary-errors {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.field-validation-error {
    font-family: var(--font-rubik);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
}
.package-card .package-card-content .card-content-top h5 {
    min-height: 40px;
}
    .package-card .package-card-content .card-content-top h5 a {
        line-height: 19px !important;
    }
.accordion-btn-disabled {
    pointer-events: none; /* Disables all mouse events (click, hover, etc.) */
    opacity: 0.65; /* Optional: Makes the button look visually disabled */
    color: #aaa !important;
}
.pt-20 {
    padding-top:20px!important;
}
.daterangepicker.single .btn-primary {
    background-color: #00B388;
}
.daterangepicker.single td.active, .daterangepicker.single td.active:hover {
    background-color: #00B388;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
    color: white;
    background-color: #dc3545a6;
}
.egns-preloader {
    opacity: 1;
}
.package-detail img {
    padding-right:20px;
}

.checkbox-container-tour {
    padding-top: 10px;
    /*padding-bottom: 22px;*/
    /*    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;*/
}
.check-container-tour {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 500;
}
.check-container-tour input {
    margin-right: 10px; /* space between input and text */
}

.check-container-tour span {
    padding-left: 10px; /* space for the price part */
}
.nav-link {
    color: #276ec6;
    font-weight: 400;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00a9e0;
    font-weight: 600;
}
.primary-btn2.btn-hotel {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}
    .primary-btn2.btn-hotel.selected {
        background-color: #e85d04;
        color:white;
    }

.primary-btn2.btn-voo {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

    .primary-btn2.btn-voo.selected {
        background-color: #e85d04;
        color: white;
    }
    /*.primary-btn2.btn-hotel:hover {
        background-color: #007b9e;*/ /* Darker blue for hover effect */
        /*color: white;
    }

    .primary-btn2.btn-hotel.selected:hover {
        background-color: #c04b00;*/ /* Darker orange for hover effect when selected */
    /*}*/

    table thead th {
        text-align:center;
    }
.text-primary {
    color: #00a9e0 !important;
}

/*Loading animation*/

/*.egns-preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);*/ /* Optional semi-transparent background */
    /*z-index: 1000;*/ /* Ensures it stays above other content */
/*}*/

/*.rectangle-border {
    position: relative;*/
    /*width: 350px;*/ /* Adjust width as needed */
    /*height: 120px;*/ /* Adjust height as needed */
    /*background-color: #f9f9f9;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

.loading-text {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #00a651;*/ /* Main text color */
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);*/ /* Shadow for added visibility */
    /*margin-bottom: 20px;
    line-height: 1.5em;
    animation: wave 1.5s ease-in-out infinite;
    background: linear-gradient(90deg, #00a651, #2ca9b7, #00a651);*/ /* Gradient for fun effect */
    /*background-size: 200%;*/ /* So gradient animates */
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loading-bars {
    display: flex;
    gap: 5px;
}

.bar {
    width: 8px;
    height: 24px;
    background-color: #00a651;
    animation: loading 0.8s ease-in-out infinite;
}

    .bar:nth-child(1) {
        animation-delay: 0s;
    }

    .bar:nth-child(2) {
        animation-delay: 0.2s;
    }

    .bar:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes loading {
    0%, 100% {
        transform: scaleY(1);
        opacity: 0.5;
    }

    50% {
        transform: scaleY(1.5);
        opacity: 1;
    }
}
@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.flying-logo {
    position: fixed;*/
    /*width: 60px;*/ /* Adjust size as needed */
    /*height: auto;
    opacity: 0.4;*/ /* Slight transparency for style */
    /*animation: flyRandomly 12s ease-in-out infinite;
    z-index: 1001;*/ /* Ensures it stays above the loading screen */
/*}*/

/* Keyframes to move the logo randomly around the viewport */
/*@keyframes flyRandomly {
    0% {
        top: 10%;
        left: 10%;
        transform: rotate(0deg);
    }

    20% {
        top: 20%;
        left: 80%;
        transform: rotate(45deg);
    }

    40% {
        top: 70%;
        left: 50%;
        transform: rotate(90deg);
    }

    60% {
        top: 30%;
        left: 30%;
        transform: rotate(135deg);
    }

    80% {
        top: 80%;
        left: 20%;
        transform: rotate(180deg);
    }

    100% {
        top: 50%;
        left: 90%;
        transform: rotate(225deg);
    }
}*/

/*end loading animation*/

.date-display {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align:center;
}
.home1-banner-bottom .filter-wrapper .filter-group form button {
    padding: 30px 23px;
}
.banner3-section {
    margin-bottom: -100px;
}
    .banner3-section .banner3-content .from-inner input {
        text-transform: unset;
    }

.nice-select .current {
    font-family: Jost, sans-serif;
    font-size:16px;
    font-weight:normal;
    color: black;
}


@keyframes text-blink {
    0%, 100% {
        color: #ffc107;
    }

    50% {
        color: #ff0000;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.05);
    }
}

.form-check {
    line-height: 25px;
}
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: .7;
    font-style: italic;
}
.card-header {
    background-color: #00a9e0 !important;
    color: white;
}
.card-header h5 {
    color: white!important;
}

/* eça 27 jan 25 */

.package-details-area h2 {
    font-size: 25px;
    margin-bottom:20px !important;
    border-bottom: 1px solid gray;

}

.package-details-area .tour-price h3 {
    font-size: 20px;
    color: #00a9e0;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 10px;
}

.package-details-area .tour-info-metalist li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-rubik);
}

.package-details-area h3 {
	font-size: 16px;
}

.package-details-area h6 {
    margin-top:15px;
    font-size: 18px;
    font-weight: 400;
    color: #00a9e0;
    background-color: #e6f7ff;
    line-height: 30px;
    padding:8px;
    border-radius:6px;
 /*   background-image: url(../img/barra_fundo.jpg); */
}
.form-group h6  {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: unset;
    line-height: 17px;
    padding:1px;
}



.booking-form-item-type h6  {
    margin-top:20px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: unset;
    line-height: 17px;
    padding:1px;
}

.quantity__plus, .quantity__minus {
 color:#000;
}

.addithonal-information h6 {
 font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: unset;
    line-height: 17px;
    padding:1px;

}

.faq-content .accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: var(--title-color);
    font-family: var(--font-rubik);
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
     text-transform: none;
    padding: 0;
    padding-bottom: 0px;
    padding-top: 15px;
    border-bottom: 1px solid var(--title-color);
}

.package-details-area .tour-price h3 {
    font-size: 16px;
    color: #fff;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 10px;
    background-color: #00a9e0;
    border-radius: 8px;
    padding: 7px;
}
.package-details-area .tour-price {
    align-items: anchor-center;
}
.category-card .card-img img {
    transition: all 0.5s ease-out;
    border-radius: 7px;
}
.category-card .card-content h4 a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 400;
    transition: 0.5s;
}
.home1-banner-area .home1-banner-wrapper .home1-banner-content p {
    text-transform: unset;
    font-size: 30px;
}

/* Full-page dark overlay */
/* Full-page overlay with transparency */
/* Full-page transparent overlay */
.cm-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Define um contêiner para o Swiper e centraliza */
.swiperl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw; /* Ajustável conforme necessário */
    height: 80vh; /* Ajustável conforme necessário */
    z-index: 2;
}

    /* Ajusta os slides */
    .swiperl .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

        /* Ajusta a imagem dentro do slide */
        .swiperl .swiper-slide img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain; /* Garante que a imagem se ajusta sem cortar */
            position: relative;
            z-index: 3;
            opacity: 1 !important;
        }

        /* Centraliza o texto sobre a imagem */
        .swiperl .swiper-slide h5 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
            z-index: 4;
            padding: 10px;
            border-radius: 5px;
            max-width:850px;
        }

/* Ícone de carregamento */
.loading-icon {
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    z-index: 5;
}


/*eça */

.footer-section .footer-top .footer-widget .widget-title h5 {
    color: #FFF;
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.66px;
    margin-bottom: 0px;
}
header.style-1 .main-menu ul > li ul.sub-menu > li a {
    display: block;
    padding: 12px 15px;
    color: var(--title-color);
    font-weight: 400;
    font-family: var(--font-rubik);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-bottom: 1px solid rgba(233, 228, 228, 0.5);
}
.banner3-section .banner3-content .vector2 {
    height: 300px;
}
.banner3-section .banner3-content .vector1 {
    height: 290px;
}
.home1-banner-area .home1-banner-wrapper .home1-banner-content p {
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.48px;
    text-transform: unset;
    margin-bottom: 40px;
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: #fff;
}

._category-list a {
    color: gray !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}



.sidebar-area .single-widget .checkbox-container > ul > li .containerss span {
    color: gray;
    font-family: var(--font-rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}


.package-detail img {
    padding: 20px;
}

.breadcrumb-section .banner-content .breadcrumb-list li a {
    color: #fff;
}

.sidebar-area .widget-title {
    border-bottom: 0px solid var(--title-color);
}

._category-list a:hover {
    color: #000 !important;
}


.package-card .package-card-content .card-content-bottom .price-area span {
    white-space: nowrap;
}
.logo-operadora {
    max-height: 25px;
    width: auto;
}
.logo-operadora-home {
    max-height: 30px;
    width: auto;
    max-width: 80px;
}
package-details-area h6 i {
    color: #bfbfbf;
}

.form-group h6 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: unset;
    line-height: 25px;
    padding: 6px;
    background-color: #e6f7ff;
    border-radius: 6px;
}

.booking-form-item-type h6 {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: unset;
    line-height: 25px;
    padding: 8px;
    background-color: #e6f7ff;
    width: fit-content;
}
#travelcollapseOne > div > div > div > h6 > i {
    color:#bfbfbf;
}
#travelcollapseOne > div > div > div > div > div > h6 > i {
    color: #bfbfbf;
}
.texto-azul {
    color: #00a9e0;
}
.texto-preto {
    color: black;
}
.package-details-area h3 {
    font-size: 22px;
    color: #00a9e0;
    margin-bottom: 30px;
    text-shadow: 0 0 black;
/*    text-decoration: underline;*/
    text-align:center;
}
.section-title2 h4 {
    color: #fff;
}
.tour-price h3 {
    text-decoration:none!important;
}

/*Do calendrio apenas*/
.datepicker.form-control {
   
    line-height: 2.2;
}
.step-btn {
    float:right;
}
/*.package-details-area h6 {
    font-size: 14px;
}*/
#saveQuoteModal ul {
    columns: 2;
}
.home1-banner-area .home1-banner-wrapper .home1-banner-content p {
    font-size: 30px;
}
.primary-btn2 {
    text-transform: unset;
}
.info-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .info-container p {
        margin: 0;
        color: #495057;
        font-family: var(--font-rubik);
        font-size: 14px;
    }

.form-control:not(.datepicker) {
    padding: .7rem .55rem;
}
#contact-form-area {
    margin-top: 80px;
}
.quantity__input {
    text-align:center;
}



/* telemovel eça */
@media (max-width: 479px) {
    #saveQuoteModal ul {
        columns:1;
    }
    .book-btn {
        display: flex;
        margin: 0 !important;
    }
    .step-btn {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .datepicker.form-control {
        padding: .2rem .55rem;
        font-size: 13px;
        line-height: 2.5;
    }
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
        padding: 5px;
    }

    .g-4, .gy-4 {
        --bs-gutter-y: .8rem;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form button {
        padding: 15px 30px;
    }

    .section-title5 h2 {
        font-size: 21px;
    }

    .banner3-section .banner3-content {
        padding: 16px 20px;
    }

    .footer-section .footer-top {
        padding-top: 22%;
        padding-bottom: 1px;
    }

    .g-5, .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .primary-btn2 {
        padding: 11px 6px;
    }


    .breadcrumb-section {
        background-size: cover;
        padding: 20px 0 20px;
    }

        .breadcrumb-section .banner-content h1 {
            font-size: 20px;
        }

    .package-details-area h2 {
        font-size: 20px;
    }

    .package-details-area h6 {
        margin-top: 1px;
        font-size: 15px;
        font-weight: 500;
        /* background-image: url(../img/barra_fundo.jpg); */
    }

    .form-control.is-valid, .was-validated .form-control:valid {
        width: 150px;
    }

    .modal-content {
        width: 85%;
    }

    .modal.show .modal-dialog {
        transform: none;
        font-size: 14px;
    }
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input h6 {
        font-size: 12px;
        line-height: 1.3;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input > .quantity-counter .quantity__input {
        font-size: 12px;
    }

    .section-title5 h2 {
        font-size: 17px;
        text-align: center;
    }

    

}

.top-bar .topbar-right {
    max-width: 80px;
}

.show-more-detail {
    cursor: pointer;
    display: none;
    z-index: 2;
    position: relative;
    /* color: blue;
        text-decoration: underline; */
}

.overlay-detail-container {
    position: relative;
    height: 150px;
    top: -150px;
    z-index: 2;
    display: none;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}

    .overlay-detail-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1;
    }
.tooltip-inner {
    max-width: 400px; /* Set your desired width */
    max-height:250px;
    width: auto; /* Allow the width to adjust based on content */
    overflow:auto;
    font-size:10px!important;
}
.tooltip-pointer {
    cursor:pointer;
}
.topbar-center {
    display: flex;
    align-items: center;
    gap: 8px;
    /*width: 100%;*/
}
    .package-card .package-card-content .card-content-top {
        padding: 10px 0px;
    }
.product-reference {
    position: absolute;
    margin-top: -20px;
}
.table.total-table2 {
    width:auto!important;
}

.nice-select .current {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
header.style-1 .main-menu ul > li ul.sub-menu > li ul.sub-menu > li .sub-menu {
    left: 215px;
}