﻿/* #014C48 */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif !important;
}

.search {
    /*display: grid;*/
    grid-template-rows: 1fr auto;
    min-height: calc(100vh - 630px);
}

.footer {
    grid-row-start: 2;
}


body {
    background: #dee2e600 !important;
}

p {
    margin-bottom: 0px !important;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 2px solid #030812;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 4px;
        top: 4px;
        border: 2px solid #27a9df;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flight {
    padding: 15px;
}

.top-nav {
    background-color: #33605d !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    height: 35px !important;
}

    .top-nav .nav > li > a {
        color: #ffffff;
        line-height: 1 !important;
        font-size: 18px;
    }

    .top-nav .navbar-end > li > span {
        color: #ffffff;
        font-size: 12px;
        margin-right: 20px;
        display: inline-block;
    }

        .top-nav .navbar-end > li > span i {
            margin-right: .462em;
        }

    .top-nav .nav > li > a:hover {
        color: #6cc9ba;
    }

.header .header-logo img {
    max-height: max-content !important;
    max-width: 280px !important;
}

.header .header-nav:last-child {
    width: auto !important;
}

.list-inline {
    display: inline;
}

.copyright {
    width: 100%;
    line-height: 0px;
}

#footer {
    background-color: #67b0a7;
    color: #000000;
}

.footer {
    padding: 10px 0;
    box-shadow: inset 0 100px 80px -80px #67b0a7;
}

.p-m-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.link_1 {
    text-decoration: none;
    color: rgb(32,37,42);
}

    .link_1:hover {
        color: #00acac;
    }


.link_footer_1:hover {
    color: #eeee22;
}

.link_footer_2 {
    color: #ededa8;
}

    .link_footer_2:hover {
        color: #eeee22;
    }

#footer-copyright {
    background: #1DC2FF;
    color: #ffffff;
}

.btn-primary {
    background-color: var(--CTA-primary) !important;
    color: #ffffff !important;
    border: 1px var(--CTA-secondary) !important;
    transition: background-color 0.5s;
}

    .btn-primary:hover, .btn-outline-primary:hover {
        /* color: var(--CTA-primary) !important; */
        /* background-color: #1dc2ff2b !important; */
        /* border: 1px solid var(--CTA-primary) !important; */
    }

.btn-outline-primary {
    color: var(--CTA-primary) !important;
    border: 1px var(--CTA-primary) solid !important;
    transition: background-color 0.5s;
}



.header .dropdown-menu {
    border-top: 3px solid #1DC2FF !important;
}

.input-search {
    background: #f4f4f4;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    border: 0 !important;
}

    .input-search::placeholder {
        color: #9d9d9d;
    }

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #00acac;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem);
}

.form-control.is-invalid, .was-validated .form-control:invalid, .input-validation-error {
    border-color: #ff5b57;
    padding-right: calc(1.5em + .875rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5b57'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5b57' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem);
}

body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .monthselect, body .daterangepicker .drp-calendar .calendar-table table thead tr th.month .yearselect {
    border-color: var(--app-component-dropdown-border-color);
    background: var(--app-component-dropdown-bg);
    color: var(--app-component-color);
    border-radius: 12px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


h2 {
    font-size: 1.846em;
    margin: 0 0 10px;
    font-weight: 400;
}

.panel {
    border: 1px #bababa solid;
    border-radius: 12px;
    padding: 10px;
    margin: 10px 0px;
    background: white;
    box-shadow: 0px;
}

.panel-title {
    font-weight: 300;
}

.meta {
    list-style: none;
    font-size: 0.923em;
    color: #777;
}

/*.form-check-input {
    width: 1em !important;
    height: 1em !important;
}*/

.btn-primary {
    background: #33605d !important;
    border: 1px #33605d !important;
}


.primary {
    color: #33605d !important;
}

.footer-copyright .copyright {
    line-height: 23px !important;
}

.header-container {
    justify-content: space-between;
}

.header .dropdown .arrow.top:after, .header .dropdown .arrow.top:before {
    border-bottom-color: #33605d;
}

.bg-white {
    /*background-color: #f1efef00 !important;*/
}


/*

    .ui-autocomplete ul {*/ /* o cualquier contenedor dentro de .ui-autocomplete */
/*margin-right: 20px;*/ /* Espacio adicional para la barra de scroll */
/*}*/

/*.ui-autocomplete-loading {
    background: white url("https://inspire.ec.europa.eu/validator/img/loading.gif") right center no-repeat;
    background-size: 16px;
}*/

.w-90px {
    width: 90px !important;
}

.subMenuSearch {
    width: 250px !important;
}

.showLoadPasserger {
    width: 120px;
}

.loadPassenger {
    margin-left: 10px;
}

.numberType {
    margin: 0 5px;
}

/**DESSE AQUI*/
:root {
    --Gray-1: #333;
    --CTA-primary: #27A9DF;
    --CTA-primary-bg: #27A9DF;
    --CTA-secondary: #27A9DF;
    --Light-Gray-Bg: #EFEFEF;
}


.underline {
    text-decoration: underline;
}

.bt-basic {
    border-radius: 45px;
    /* display: flex;*/
    padding: 15px 21px;
    text-align: center;
    background: var(--CTA-primary, #27A9DF);
    outline: none;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.content-header {
    display: flex;
    height: 56px;
    justify-content: center;
    padding: 35px 40px;
    box-shadow: 5px 5px 5px #ece9e9;
}

.content-header-nav {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-height: 1570px;
}

.content-header-nav-one-img-logo {
    width: 185px;
    /* height: 29px;*/
}

.content-header-nav-two {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.content-header-nav-link {
    color: var(--Gray-1, #333);
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

    .content-header-nav-link.active {
        color: #27A9DF;
        font-weight: 700;
    }

.content-header-nav-one,
.content-header-nav-three {
    display: flex;
}

.content-header-nav-drop {
    display: flex;
    position: relative;
    align-items: center;
}

    .content-header-nav-drop:hover .content-header-nav-drop-vector {
        transform: rotateZ(180deg);
    }

    .content-header-nav-drop:hover .content-header-nav-drop-child {
        display: flex;
    }

.content-header-nav-drop-item {
    display: flex;
    height: 24px;
    align-items: center;
    padding: 16px 14px;
    border-radius: 12px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.content-header-nav-drop-selected {
    padding: 0px 8px;
    font-weight: 500;
    color: var(--Gray-1, #333);
}

.content-header-nav-drop-vector {
    transition: all ease 0.3s;
}

.content-header-nav-drop-child {
    position: absolute;
    display: none;
    top: 100%;
    right: 0px;
    flex-direction: column;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid var(--Light-Gray-Bg, #EFEFEF);
    width: 120px;
    z-index: 5;
}

    .content-header-nav-drop-child .content-header-nav-drop-item:hover .content-header-nav-drop-selected {
        color: var(--CTA-primary, #27A9DF);
        font-weight: 700;
    }


/*  */


.content-comments {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 45px 40px;
    padding-right: 0px;
}

.content-comments-container {
    max-width: 1920px;
    display: flex;
}

.content-comments-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 84px;
}

.content-comments-bar-separer {
    display: block;
    width: 32px;
    max-width: 32px;
    height: 5px;
    background: var(--CTA-primary, #27A9DF);
    margin-right: 8px;
}

.content-comments-right {
    display: flex;
    flex-wrap: wrap;
}

app-comment {
    margin: 0px 40px;
    margin-left: 0px;
    margin-bottom: 45px;
}

.content-comments-left-text {
    color: var(--Lidotel-dark, #3B3D43);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 103.209%;
    letter-spacing: 0.5px;
}

/*  */

.content-comment {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    background: #FFF;
    width: 369px;
    max-width: 369px;
    padding: 38px 27px;
}

.content-comment-top {
    display: flex;
}

.content-comment-stars {
    display: flex;
    flex: 1;
}

    .content-comment-stars svg path {
        fill: var(--CTA-primary);
    }

.concontent-commenttent-top-right svg path {
    fill: var(--CTA-primary);
}

.content-comment-top-right {
    display: flex;
    align-items: center;
}

    .content-comment-top-right svg:last-child {
        margin-left: 14px;
    }

.content-comment-center {
    margin-top: 39px;
    margin-bottom: 33px;
}

.content-comment-botton {
    color: var(--Lidotel-dark, #3B3D43);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

/*  */

.content-discovery {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*padding: 0px 40px;*/
}

.content-discover-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.content-discover-overlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*max-width: 1920px;*/
}

.content-discover {
    display: flex;
}

.content-discover-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    height: 313px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1;
    margin-right: 12px;
}

    .content-discover-item:last-child {
        margin-right: 0px;
    }

.content-discover-item--big {
    flex: 2;
}

.content-discover-item-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-discover-item-highlight {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--CTA-primary, #27A9DF);
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.content-discover-item-title {
    font-size: 36px;
    font-weight: 600;
    z-index: 1;
    color: #fff;
    text-align: center;
    margin: 12px 0px;
}

.content-discover-item-break {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
    text-align: center;
}

/*  */

.content-banner {
    display: flex;
    width: 100%;
    align-items: center;
}

    .content-banner.inverter .content-banner-left {
        order: 2;
        text-align: left;
        align-items: flex-start;
        padding-right: 0px;
        padding-left: 30px;
    }

    .content-banner.inverter .content-banner-right {
        order: 1;
    }

.content-banner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
    text-align: right;
}

.content-banner-sub-title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 4px;
}

.content-banner-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: normal;
}

.content-banner-description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 28px;
}

.content-banner-right {
    display: flex;
}

.content-banner-right-img {
    border-radius: 12px;
}

.container-br {
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    padding-bottom: 0px;
}

.container-br--no-pt {
    padding-top: 0px !important;
}

.container-br .content-banner {
    /* max-width: 1120px;*/
}

@media only screen and (max-width: 1200px) {
    .content-banner-right-img {
        width: 420px;
    }

    /*.container-br {
        padding: 94px 24px;
    }*/

    .content-discover-title-dk {
        text-align: right !important;
    }

    .content-form {
        padding-top: 8%;
    }
}

@media only screen and (max-width: 900px) {
    .content-banner {
        flex-direction: column;
    }

    .content-right {
        padding-right: 0px;
        order: 1;
    }

    .content-left {
        align-items: center;
        padding-right: 0px;
        order: 2;
        text-align: left;
    }

    .content-sub-title {
        margin-top: 0px;
    }

    .content-right {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content-banner-right {
        width: 100%;
        justify-content: center;
    }

    .content-banner-right-img {
        width: 100%;
    }

    .content-banner-title {
        font-size: 24px;
    }

    .content-banner-description {
        font-size: 16px;
    }

    .content-banner-sub-title {
        font-size: 12px;
    }
}

/*  */

.container-forme {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px 0px;
}

.content-forme {
    display: flex;
    width: 100%;
    max-width: 1248px;
}

.content-forme-left {
    display: flex;
    margin-right: 16px;
    flex: 1;
}

.content-forme-right {
    display: flex;
    flex: 1;
    max-width: 421px;
    flex-direction: column;
}

.content-forme-one-img {
    width: 162px;
    height: 152px;
    border-radius: 12px;
    border: 0.5px solid rgba(121, 116, 126, 0.25);
    overflow: hidden;
}

    .content-forme-one-img img {
        width: 100%;
        height: 100%;
    }

.content-forme-left-one {
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.content-forme-left-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-forme-left-two-title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.content-forme-left-two-description {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.content-forme-left-two-bottom {
    display: flex;
}

.content-forme-input {
    display: flex;
    border-radius: 12px;
    border: 1px solid #79747E;
    align-items: center;
}

.content-forme-left-two-bottom input {
    background-color: transparent;
    flex: 1;
    border: none;
    height: 50px;
    outline: none;
    font-size: 14px;
    width: 100%;
}

    .content-forme-left-two-bottom input::placeholder {
        color: #1A1919;
    }

.content-forme-input-left,
.content-forme-input-right {
    display: flex;
    align-items: center;
    margin: 0px 12px;
}

.content-forme-left-two-bottom .bt-basic {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.content-forme-right-one {
    display: flex;
    height: 92px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.content-forme-right-one-center {
    display: flex;
    color: #000;
    flex-direction: column;
}

.content-forme-right-one-center-title {
    font-size: 14px;
    font-weight: 600;
}

.content-forme-right-one-center-description {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.content-forme-right-one-right {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.content-forme-right-one-left {
    border-radius: 12px;
    background: rgba(31, 105, 224, 0.15);
    width: 68px;
    height: 68px;
    display: flex;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1000px) {
    .content-forme {
        flex-direction: column;
        align-items: center;
    }

    .content-forme-left {
        margin-right: 0px;
        max-width: 650px;
        margin-bottom: 16px;
    }

    .content-forme-right {
        width: 100%;
        max-width: 650px;
        max-width: initial;
    }
}

@media only screen and (max-width: 767px) {
    .content-forme-left {
        flex-direction: column;
    }

    .content-banner.inverter, .content-banner.inverter .content-banner-left {
        align-items: center;
    }

    .ui-autocomplete, .daterangepicker, .dropdown-menu {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

        .daterangepicker .drp-calendar.left {
            padding: 0;
        }
}

/*  */

.container-footer {
    display: flex;
    width: 100%;
    background: #000000;
    color: #fff;
    justify-content: center;
    padding: 83px 40px;
}

.content-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1620px;
}

.content-footer-bottom {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 68px;
    justify-content: space-between;
}

    .content-footer-bottom a {
        color: #fff;
    }

.content-footer-top {
    display: flex;
}


.content-footer-top-left {
    display: flex;
    margin-right: 80px;
    flex-direction: column;
    gap: 10px;
    width: 320px;
}

.watermark {
    /* Controla la transparencia (0.0 es invisible, 1.0 es normal) */
    opacity: 0.6;
    /* Evita que la imagen bloquee los clics en los elementos que estén debajo */
    pointer-events: none;
    /* Evita que el usuario seleccione o resalte la imagen accidentalmente */
    user-select: none;
    filter: brightness(100);
    width: 120px !important;
    height: auto !important;
}

.content-footer-top-left img {
    /* width: 264px;
        height: 69px;*/
}

.content-footer-top-right {
    display: flex;
    flex: 3;
    flex-wrap: wrap;
}

    .content-footer-top-right ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-bottom: 32px;
        flex: 1;
    }

        .content-footer-top-right ul li {
            line-height: 28px;
        }

            .content-footer-top-right ul li.content-footer-list-title {
                color: #FFF;
                font-size: 14px;
                font-weight: 800;
                line-height: 28px;
                margin-bottom: 24px;
            }

            .content-footer-top-right ul li a {
                color: #FFF;
                font-size: 14px;
                font-weight: 500;
                line-height: 28px;
                text-decoration: none;
            }

.content-footer-list-item-img {
    border-radius: 50%;
    border: 1px solid var(--Logo-Colors-Gray, #E0E0E0);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.content-footer-list-bt-sb {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    border: 0px;
    height: 56px;
    border-radius: 30px;
    background-color: var(--CTA-secondary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.content-footer-list-bt-input {
    padding: 24px;
    min-width: 200px;
    background-color: #ffffff;
    border: none;
    height: 56px;
    border-radius: 30px;
}

@media only screen and (max-width: 1200px) {
    .content-footer-top-left img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .container-footer {
        padding: 32px 24px;
    }

    .content-footer-top {
        flex-direction: column;
    }

    .content-footer-top-right {
        flex-direction: column;
    }

    .content-footer-top-left {
        margin-right: 0px;
    }

        .content-footer-top-left img {
            /*   width: 89px;
            height: 24px;*/
            margin-bottom: 12px;
        }

    .content-footer-top-right ul li.content-footer-list-title {
        margin-bottom: 24px;
    }
}

.classAddNone {
    display: none;
}

.classRemoveNone {
    display: block;
}

#dropdown1 {
    width: 320px !important;
}

.dropdown-trigger {
    display: block;
    background-color: white;
    color: black;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 2px;
    padding: 10px;
    cursor: pointer;
}

    .dropdown-trigger:hover {
        border-color: #26a69a;
    }

.ui-autocomplete {
    margin-top: 18px !important;
    list-style: none;
    background-color: #FFFFFF;
    border: 1px solid #c8c8c8;
    border-radius: 45px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    width: 100% !important;
    max-width: 745px !important;
    font-family: 'Montserrat';
    padding: 12px;
    border-radius: 12px;
    margin-left: 30px !important;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-right: 20px;*/
    box-sizing: border-box !important;
    scroll-padding-top: 15vh;
}

    .ui-autocomplete li {
        font-size: 14px;
    }

.ui-menu-item {
    font-size: 16px;
    padding: 8px 10px;
    margin: 0;
    cursor: pointer;
    background-color: #FFF;
}

    .ui-menu-item:hover {
        background-color: #ffffff;
    }

.ui-autocomplete {
}

.scrollable-content {
    box-sizing: border-box;
    padding-right: 15px; /* Ajusta dependiendo del ancho del scrollbar */
    overflow-y: auto;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.daterangepicker .calendar-table th select {
    display: inline;
    width: 100px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .daterangepicker .calendar-table th select:focus {
        border-color: #26a69a;
        outline: 0;
    }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 14px;
    height: 36px;
}

.daterangepicker {
    color: #444; /* Color del texto */
    border-radius: 45px;
    padding: 12px;
    margin-top: 10px;
    margin-left: -23px;
}

    .daterangepicker .drp-buttons .btn {
        color: #fff;
        background-color: #26a69a; /* Color de fondo de Materialize */
        border: none;
        border-radius: 2px;
    }

        .daterangepicker .drp-buttons .btn:hover {
            background-color: #2bbbad; /* Color más claro para hover */
        }

    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }

.content-form {
    min-height: 676px;
    /* display: flex;
    align-items: center;
    justify-content: center;*/
    background-image: url("assets/img/fondo.png");
    background-size: cover;
    background-position: center;
    max-height: max-content;
    padding-top: 20%;
    position: relative
}

/*.content-form::before,
    .content-form::after {
        transition: opacity 1s ease-in-out;
    }

    .content-form::before {
        opacity: 1;
    }

    .content-form::after {
        opacity: 0.5;
    }*/

@media only screen and (min-width: 1000px) {
    .content-form {
        padding-top: 14%;
    }

    .btnSearchMultiple {
        padding-bottom: 14%;
    }
}

@media only screen and (min-width: 1400px) {
    .content-form {
        padding-top: 10%;
    }

    .btnSearchMultiple {
        padding-bottom: 10%;
    }
}

@media only screen and (min-width: 2000px) {
    .content-form {
        padding-top: 195px;
    }

    .btnSearchMultiple {
        padding-bottom: 195px;
    }
}

.classAddNone {
    display: none;
}

.classRemoveNone {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000000 !important;
    text-decoration: none !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
}

.fc-white {
    color: #fff;
}

    .fc-white:hover {
        color: #ffffff;
    }

/*.container .nav {
    border-bottom: 1px solid #fff;
}*/

.nav-pills .nav-link {
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-weight: 500;
}

.dropdown-toggle {
    font-weight: 500;
}

.nav-pills .nav-link.active {
    background-color: #fff !important;
    color: black;
}

/*.nav-pills .nav-link .material-icons-outlined {
    margin-right: 8px;
}*/

.nav-pills .nav-link.active .material-icons-outlined {
    color: var(--CTA-primary);
}

.nav-link:focus, .nav-link:hover {
    color: #fff;
    background: #ffffff29 !important;
}

.dropdown-item {
    font-weight: 600;
    margin: 10px 0px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: var(--CTA-primary);
        background-color: transparent !important;
    }

.clean {
    background: #fff;
    border-radius: 0 16px 16px 0;
}

.btn-round {
    border-radius: 100%;
    font-weight: 500;
    height: 75px;
    width: 75px;
}

.btn-primary {
    background-color: var(--CTA-primary) !important;
    color: #ffffff !important;
    border: 1px var(--CTA-primary) !important;
    transition: background-color 0.5s;
}

.btn.btn-icon {
    width: 36px;
    height: 36px;
    padding: 5px;
    border: none;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 28px;
    border: 2px solid gray;
    color: gray;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-br-30px {
    border-radius: 12px;
}

.btn-swap {
    height: 52px;
    width: 56px;
    min-width: 56px;
    background-color: rgb(246, 246, 246) !important;
    border-color: #a3a3a4 !important;
    border-radius: 12px !important;
    color: #88899f;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .btn-swap svg path {
        fill: var(--CTA-primary);
    }

    .btn-swap:hover {
        color: var(--CTA-primary);
    }


.inputSearch {
    border-radius: 12px !important;
    height: 52px !important;
    /*border: 1px solid #a3a3a4;*/
}

.iti__selected-flag {
    height: 52px !important;
}

.form-select {
    border-radius: 12px !important;
}

.w-45 {
    width: 45%;
}

.w-10 {
    width: 10%
}

.divLine {
    width: 1px;
    height: 50px;
    background: #fff;
}


input {
    font-weight: 300 !important;
}

    input[type='checkbox'] {
        accent-color: var(--CTA-primary);
    }

.text-primary {
    color: var(--CTA-primary) !important;
}

.form-check-input:checked {
    background-color: var(--CTA-primary);
    border-color: var(--CTA-primary);
}

.modal-title {
    color: #27A9DF !important;
}

.modal-body {
    line-height: 36px !important;
}

.content-header-nav-one-mobile {
    display: none;
}

    .content-header-nav-one-mobile button {
        border: none;
        background-color: transparent;
        outline: none;
    }

/*.content-discover-title-dk {
    display: flex;
}*/

.content-discover-title-mb {
    display: none;
}

.content-discover:last-child {
    margin-top: 12px;
}

.optionsSearchFlighs svg path {
    fill: var(--CTA-primary);
}

@media only screen and (max-width: 1200px) {
    .content-header {
        padding: 0px 16px;
    }

    .content-header-nav-one, .content-header-nav-three {
        width: initial;
    }
}

@media only screen and (max-width: 1000px) {
    .content-discover-item--big {
        flex: 1;
    }
}

@media only screen and (max-width: 1000px) {
    .content-header-nav-two {
        display: none;
    }

    .content-header-nav-drop {
        display: none;
    }

    .content-header-nav-one-mobile {
        display: flex;
    }

    .content-header-nav-one {
        flex: 1;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {

    .divTable div div.bRadiusTopLeft {
        border-radius: 12px 12px 0 0 !important;
    }

    .divTable div div.bRadiusBottomLeft {
        border-radius: 0 0 0 0 !important;
    }

    .divTable div div.bRadiusBottomRight {
        border-radius: 0 0 12px 12px !important;
    }

    .content-result {
        display: block !important;
    }

    .btnAddFlight {
        border: none;
        background-color: transparent;
        color: #27A9DF !important;
        outline: none;
        cursor: pointer;
    }

        .btnAddFlight svg path {
            fill: #27A9DF !important
        }

    .multipleDestination {
        height: auto !important;
    }

    .bg-black-s {
        background: #ffffff !important;
    }

    input[type="radio"]:checked + *::before {
        background: radial-gradient(#27a9df 0%, #27a9df 40%, transparent 50%, transparent) !important;
        border-color: #27a9df !important;
    }

    .text-sm-black {
        color: #000000 !important;
    }

    .text-sm-gray {
        color: #A3A3A4 !important;
    }

    #FormSearchHotels .optionsSearchFlighs {
        color: #A3A3A4;
    }

    .content-footer-bottom {
        flex-direction: column;
    }

    .content-form {
        min-height: initial;
        height: initial;
        background-image: initial !important;
        background-color: #ffffff;
        padding-top: 16px;
    }

    .content-form-item {
        flex-direction: column;
        position: relative;
        /*align-items: flex-end;*/
    }

        .content-form-item .btn-swap {
            position: absolute;
            right: 0px;
            width: 56px;
            top: 36px;
            z-index: 10;
        }

        .content-form-item .divLine {
            display: none;
        }

        .content-form-item .input-group {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

    .nav-item-mobile {
        height: 2px;
        width: 10px;
    }

    .content-nav-pills {
        /* overflow: hidden;
        overflow-x: auto;*/
        display: flex;
    }

        .content-nav-pills::-webkit-scrollbar {
            display: none;
        }

    .content-form ul.nav {
        flex-wrap: nowrap;
    }

    .content-form .nav-item .nav-link .tabTitle {
        white-space: nowrap;
    }

    .nav-pills .nav-link {
        background-color: transparent;
        color: #A3A3A4;
    }

        .nav-pills .nav-link .material-icons-outlined {
            color: #A3A3A4;
        }

        .nav-pills .nav-link.active .material-icons-outlined {
            ;
        }

        .nav-pills .nav-link.active {
            /* margin-bottom: 10px;*/
            /* border: 1px #27a9df solid;*/
        }

    .content-form-item .btn-search {
        margin: 0px;
        justify-content: center;
        margin: 10px 0px !important;
    }

    #FormSearchFlights .dropdown-toggle {
        color: #A3A3A4;
    }

    .content-comments-container {
        flex-direction: column;
    }

    .content-comments-left {
        margin-right: 0px;
        padding-left: 16px;
    }

    .content-comments-left--m-no-pd {
        padding-left: 0px;
    }

    .content-comments-right {
        width: 100%;
        padding: 16px;
        margin-top: 10px;
    }

        .content-comments-right .content-comment {
            width: 100%;
            max-width: 100%;
        }

    .content-comments {
        padding: 0px !important;
        margin-top: 38px;
    }

    .content-discover {
        flex-direction: column;
        margin-top: 30px;
    }

    .content-discover-item {
        margin-right: 0px;
        flex: initial !important;
        margin-bottom: 16px;
    }

    .content-discovery {
        padding: 0px 16px;
    }

    .content-banner-left {
        padding-right: 0px;
        order: 2;
    }

    .content-banner-right {
        order: 1;
    }

    .content-banner {
    }

    .content-footer-top-right ul {
        padding-left: 0px;
    }

    .content-input-pax {
        flex-direction: column;
    }

    .content-book .checkout .checkout-body {
        padding: 0px !important;
    }

    .content-book .checkout .checkout-header {
        padding-left: 0px;
    }

    .content-discovery-container {
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }

    .content-discover {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .content-discover-item {
        width: calc(100vw - 120px);
        margin-right: 24px;
    }

        .content-discover-item:last-child {
            margin-right: 24px;
        }

    .content-discover:last-child {
        margin-top: 30px;
    }

    .content-discover-title-dk {
        display: none;
    }

    .content-discover-title-mb {
        display: flex;
    }
}

.content-reservation-top {
    display: flex;
    justify-content: center;
    margin: 64px 0px;
}

.content-reservation-top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 16px;
    position: relative;
    cursor: pointer;
    width: 240px;
}

    .content-reservation-top-item::before {
        display: flex;
        content: "";
        height: 2px;
        width: 100%;
        background-color: #EFEFEF;
        position: absolute;
        top: 23px;
    }

    .content-reservation-top-item p {
        color: #2d353c !important;
    }

    .content-reservation-top-item.active path {
        fill: var(--CTA-primary);
    }

    .content-reservation-top-item.active p {
        color: var(--CTA-primary) !important;
    }

.content-reservation-top-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background-color: #EFEFEF;
    border-radius: 50%;
    z-index: 1;
    margin: 0 auto;
}

.content-reservation-top-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.content-reservation-form-container {
    display: flex;
    flex-direction: column;
}

.content-reservation-form {
    display: none;
    flex-direction: column;
}

    .content-reservation-form.active {
        display: flex;
    }

.content-menu-mobile {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 999;
    padding: 48px 24px;
    display: none;
    flex-direction: column;
}

    .content-menu-mobile.active {
        display: flex;
    }

.content-menu-mobile-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
}

    .content-menu-mobile-top img {
        cursor: none;
        width: 16px;
        height: 16px;
    }

    .content-menu-mobile-top span {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        color: #3C3C3B;
        margin-top: 12px;
    }

.content-menu-mobile-links span {
    color: #3C3C3B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px;
}

.content-menu-mobile-links a {
    color: #A3A3A4;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
    padding-left: 0px !important;
}

.content-menu-mobile-links {
    display: flex;
    flex-direction: column;
}

.content-menu-mobile-center .content-header-nav-drop {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.content-menu-mobile-center .content-header-nav-drop-child {
    position: initial;
    border-radius: 0px;
    border: none;
}

    .content-menu-mobile-center .content-header-nav-drop-child.active {
        display: flex;
    }

.content-menu-mobile-center .content-header-nav-drop-item {
    height: initial;
    padding-left: 0px;
}

.content-hab {
    padding: 18px;
}

.content-hab-control {
    display: flex;
    flex-direction: column;
}

.content-hab-control-count {
    color: #000000; /*var(--CTA-primary);*/
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 34px;
}

.content-hab-control-item {
    display: flex;
}

.content-hab-control-item-name {
    color: var(--Logo-Colors-Black, #3C3C3B);
    font-size: 16px;
    font-weight: 400;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-hab-control-item-name-sub {
    color: var(--background-divider-colors-gray-d-icon-font, #A3A3A4);
    font-size: 10px;
    font-weight: 400;
}

.content-hab-control-item-controls {
    display: flex;
    align-items: center;
}

.content-hab-control-item-bt {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: none;
}

    .content-hab-control-item-bt.active path {
        fill: #333333;
    }

.content-hab-control-item-count {
    margin: 00px 16px;
    width: 14px;
    border: none;
    color: var(--Gray-1, #333);
    font-size: 16px;
    text-align: center;
}

.content-hab-control-item-botton {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

    .content-hab-control-item-botton span {
        color: var(--Logo-Colors-Black, #3C3C3B);
        text-align: right;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

        .content-hab-control-item-botton span:hover {
            text-decoration: underline;
        }

.content-hab-add {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

    .content-hab-add span {
        color: var(--CTA-primary);
        text-align: right;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

        .content-hab-add span:hover {
            text-decoration: underline;
        }

.content-hab-control-item-childs, .content-hab-control-item-infants {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-hab-control-item-child-select, .content-hab-control-item-infant-select {
    border: 1px solid #A3A3A4;
    border-radius: 12px;
    height: 40px;
    padding: 0px 16px;
    display: none;
    align-items: center;
    background-image: linear-gradient(45deg, transparent 50%, var(--CTA-primary) 50%), linear-gradient(135deg, var(--CTA-primary) 50%, transparent 50%), linear-gradient(to right, #87ceeb00, #87ceeb00);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    width: 48%;
    margin-top: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .content-hab-control-item-child-select.active, .content-hab-control-item-infant-select.active {
        display: flex;
    }

    .content-hab-control-item-child-select:focus-visible, .content-hab-control-item-infant-select:focus-visible {
        outline-color: #A3A3A4;
    }

.content-hab-include {
    display: flex;
    justify-content: flex-end;
}

    .content-hab-include button {
        margin: 0px !important;
    }


/**/
.container-offer {
    display: flex;
    justify-content: space-between;
    /*padding: 0px 24px;*/
}

.container-offer-right,
.container-offer-left {
    display: flex;
    width: calc(50% - 8px);
}

.container-offer-right {
    flex-direction: column;
}

.content-offer {
    display: flex;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    padding: 12px;
}

.content-offer-left {
    display: flex;
}

.content-offer-center {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    flex: 1;
}

.content-offer-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

    .content-offer-right svg {
        cursor: pointer;
    }

        .content-offer-right svg path {
            fill: var(--CTA-primary);
        }

.content-offer-center-description,
.content-offer-center-title {
    color: var(--Logo-Colors-Black, #3C3C3B);
}

.content-offer-center-title {
    font-size: 14px;
    font-weight: 600;
}

.content-offer-center-description {
    font-size: 12px;
    font-weight: 400;
}

.content-offer-left-content-icon {
    border-radius: 12px;
    background: rgba(31, 105, 224, 0.15);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content-offer-left-content-icon svg path {
        fill: var(--CTA-primary);
    }

.container-offer-content {
    display: flex;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 24px 12px;
}

.container-offer-content-img {
    display: flex;
    width: 162px;
    height: 152px;
    border-radius: 12px;
    border: 0.5px solid rgba(121, 116, 126, 0.25);
    margin-right: 16px;
}

    .container-offer-content-img img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

.container-offer-content-right {
    display: flex;
    flex-direction: column;
}

.container-offer-content-right-top {
    display: flex;
    flex-direction: column;
}

.container-offer-content-right-top-title {
    color: var(--Logo-Colors-Black, #3C3C3B);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.container-offer-content-right-top-de scription {
    color: var(--Logo-Colors-Black, #3C3C3B);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.container-offer-content-right-bottom {
    display: flex;
    margin-top: 12px;
}

    .container-offer-content-right-bottom input {
        height: 50px;
        border-radius: 12px;
        border: 1px solid var(--M3-sys-light-outline, #79747E);
        margin-right: 16px;
        flex: 1;
        padding: 0px 8px;
        width: 10px;
    }

    .container-offer-content-right-bottom button {
        height: 50px;
        border-radius: 45px;
        padding: 0px 21px;
        background: var(--CTA-primary);
        color: #fff;
        border: none;
        outline: none;
    }

@media only screen and (max-width: 1050px) {
    .container-offer {
        flex-direction: column;
    }

    .container-offer-right {
        width: calc(100%);
    }

    .container-offer-left {
        margin-bottom: 16px;
        width: calc(100%);
    }
}
/**/

/**/
/*.content-result * {
    display: flex;
}*/

.img-result {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 313px;
    filter: brightness(0.9);
}

.item-result .card-img-overlay .badge-primary {
    background: #27a9df;
}


.content-result {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

.content-result-left {
    max-width: 1400px;
    align-items: flex-start;
    width: 100%;
}

.content-result-right {
    width: 100%;
}

.content-result-list {
    flex-direction: column;
    width: 100%;
}

.content-result-item {
    padding: 24px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
    min-height: 200px;
}

.content-result-filter {
    border: 1px solid #E0E0E0;
    padding: 16px;
    margin-right: 16px;
    border-radius: 12px;
}

.content-result-item[star='5'] .content-result-item-stars .star-5 path,
.content-result-item[star='5'] .content-result-item-stars .star-4 path,
.content-result-item[star='5'] .content-result-item-stars .star-3 path,
.content-result-item[star='5'] .content-result-item-stars .star-2 path,
.content-result-item[star='5'] .content-result-item-stars .star-1 path {
    fill: #F4CC01;
}

.content-result-item[star='4'] .content-result-item-stars .star-4 path,
.content-result-item[star='4'] .content-result-item-stars .star-3 path,
.content-result-item[star='4'] .content-result-item-stars .star-2 path,
.content-result-item[star='4'] .content-result-item-stars .star-1 path {
    fill: #F4CC01;
}

.content-result-item[star='3'] .content-result-item-stars .star-3 path,
.content-result-item[star='3'] .content-result-item-stars .star-2 path,
.content-result-item[star='3'] .content-result-item-stars .star-1 path {
    fill: #F4CC01;
}

.content-result-item[star='2'] .content-result-item-stars .star-2 path,
.content-result-item[star='2'] .content-result-item-stars .star-1 path {
    fill: #F4CC01;
}

.content-result-item[star='1'] .content-result-item-stars .star-1 path {
    fill: #F4CC01;
}

.content-result-item-left {
    margin-right: 16px;
    border-radius: 12px;
    max-width: 295px;
    max-height: 243px;
    min-width: 154px;
    min-height: 143px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .content-result-item-left img {
        
    }*/

.content-result-item-right {
    display: flex;
    flex-direction: column;
    background: #EFEFEF;
    padding: 45px;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

.content-result-item-center {
    flex-direction: column;
    flex: 1
}

.content-result-item-title {
    color: var(--CTA-primary);
    font-size: 24px;
    font-weight: bold;
}

.content-result-item-stars {
}

.content-result-item-description {
    margin: 24px 0px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-result-item-address {
    align-items: center;
}

    .content-result-item-address a {
        align-items: center;
        color: var(--bs-body-color);
    }

.content-result-item-address-icon {
    display: flex;
    background-color: var(--CTA-primary);
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    border-radius: 12px;
}

.content-result-item-address-text {
}

.content-result-item-right-price {
    color: var(--CTA-primary);
    font-size: 24px;
    font-weight: bold;
}

.content-result-item-right-view {
    color: var(--CTA-primary);
    height: 22px;
    padding: 0px 10px 0px 10px;
    border-radius: 12px;
    border: 1px solid var(--CTA-primary);
    font-size: 12px;
    margin: 0px;
    white-space: nowrap;
}

.content-result-item-right-price-text {
    font-size: 14px;
}

.content-result-item-right-price-provider {
    font-size: 12px;
}

.content-result-filter {
    flex-direction: column;
}

.content-result-filter-title {
    font-size: 16px;
    font-weight: 400;
}

.content-result-filter-text {
    font-size: 12px;
    font-weight: bold;
}

.content-result-filter-line {
    border: 1px solid #A3A3A4;
    margin: 16px 0px;
}

.content-result-filter-item {
    flex-direction: column;
}

.content-result-filter-item-check {
    margin-bottom: 8px;
}

/*.content-result-filter-item-check input {
        margin-right: 8px;
        border-radius: 0px;
        width: 20px;
        height: 20px;
        position: relative;
    }*/

/*.content-result-filter-item-check input::after {
            content: "";
            display: flex;
            border: 2px solid #E0E0E0;
            width: 20px;
            height: 20px;
        }*/

.content-result-filter-item-check-text path {
    fill: #F4CC01;
}

.pagination .page-item .page-link.active {
    background-color: var(--CTA-primary);
    color: #fff;
}

.content-result-paginate-center > nav {
    display: flex;
    justify-content: center;
}

.pagination .page-item + .page-item {
    margin-left: 0px;
}

.content-result {
    padding: 0px 20px;
}

@media only screen and (max-width: 1050px) {
    .content-result-item-left {
        order: 1;
        margin-bottom: 12px;
    }

        .content-result-item-left img {
            width: 154px;
            height: 143px;
        }

    .content-result-item-center {
        order: 3;
        flex: initial;
    }

    .content-result-item-right {
        order: 2;
        height: 143px;
        margin-left: 0px;
        margin-bottom: 12px;
    }

        .content-result-item-right button {
            margin-bottom: 0px;
        }

    .content-result-item {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 850px) {
    .content-result-item-right {
        padding: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .content-result-left {
        flex-direction: column;
    }

    .content-result-filter {
        margin-bottom: 16px;
        width: 100%;
    }
}

.myItems {
    display: flex !important;
    grid-gap: 5px;
    justify-content: center;
    align-items: center;
}

.myItem .form-check {
    padding-top: 5px;
    color: #ffffff;
}

.btnClass {
    font-weight: 800;
}

.btn-passanger {
    color: #9ba1a7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


input[type="radio"] + *::before {
    content: "";
    display: inline-flex;
    vertical-align: sub;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    display: none;
}



input[type="radio"]:checked + *::before {
    background: radial-gradient(#ffffff 0%, #ffffff 40%, transparent 50%, transparent);
    border-color: #fff;
}



input[type="radio"] + * {
    /*    display: inline-block;
    padding: 0.5rem 1rem;*/
}


.hr:not([size]) {
    height: 1px;
    background: #fff;
    opacity: 0.9;
    margin: 0;
}

.faIcon {
    vertical-align: -2px;
    margin-left: 3px;
    vertical-align: text-top;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

.g-gap {
    grid-gap: 16px;
}

.bc-gray {
    border: 1px #E0E0E0 solid;
}

.bradius-12px {
    border-radius: 12px;
}

.titleRoom {
    font-size: 24px;
    font-weight: 600;
    color: black;
}

.titlePax {
    font-size: 16px;
    font-weight: 700;
    color: var(--CTA-primary);
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

div.widget-list-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.widget-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-list-subContent {
    margin-left: 15px;
}

.bgBlue {
    background: var(--CTA-primary);
}

.bgYellow {
    background: #F4CC01;
}

.bgBlue2 {
    background: #002146;
}

.textBlue {
    color: var(--CTA-primary);
}

.textYellow {
    color: #F4CC01;
}

.textBlue2 {
    color: #002146;
}
/*
.form-check-inline {
    margin-right: 0 !important;
}*/



.w-200px {
    width: 200px !important;
}

.form-image, .form-title {
    cursor: pointer !important;
}

    .form-image:hover, .form-title:hover {
        opacity: 0.7;
        transition-duration: 0.5s;
    }


.btn-pax {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 0%) !important;
}

a:hover {
    color: #0371BC
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--CTA-primary) !important;
    border-radius: 100% !important;
    height: 45px !important;
}

.icon {
    background: #27A9DF;
    border-radius: 12px;
    padding: 5px;
    color: #fff;
}

/*.h-formSearch {
    height: 120px;
}*/

.form-floating > .form-select {
    padding-bottom: 7px !important;
    border-radius: 12px !important;
}

.card {
    border-radius: 12px !important;
}

.card-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000 /*#27A9DF*/;
}

.card-subtitle {
    color: #000000 /*#27A9DF*/;
    font-size: 20px;
    font-weight: 600;
}

/*.divTable {
    display: flex;
    justify-content: space-around
}*/

.divTable div {
    text-align: center;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.1);
}

    .divTable div div {
        padding: 10px 15px;
    }

        .divTable div div.firstRow {
            color: #27A9DF;
            font-size: 18px;
            background: #F8F8F8;
            border: 1px solid #E0E0E0;
            font-weight: 700;
        }

        .divTable div div.allRow {
            border: 1px solid #E0E0E0;
            padding: 15px;
        }

        .divTable div div.bRadiusTopLeft {
            border-radius: 12px 0 0 0;
        }

        .divTable div div.bRadiusTopRight {
            border-radius: 0 12px 0 0;
        }

        .divTable div div.bRadiusBottomLeft {
            border-radius: 0 0 0 12px;
        }

        .divTable div div.bRadiusBottomRight {
            border-radius: 0 0 12px 0;
        }

.text-yellow {
    color: #27A9DF !important;
}
/*
.table-viajja {
    border-width: 1px;
    border-radius: 12px;
}
    .table-viajja tr th {
        font-size: 18px;
    }

    .table-viajja tr th, .table-viajja tr td {
        text-align: center;
        border-color: #E0E0E0;
        padding: 12px 0px;
    }

.table-head {
    --bs-table-bg: #F8F8F8;
    color: #27A9DF;
}
    */
.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/*.form-control {
    border: 0px !important;
}*/

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.color1 {
    color: #27A9DF;
}

.drp-calendar {
    font-family: 'Montserrat';
    width: 315px !important;
    border-radius: 12px !important;
}

a.link-blue {
    color: #27A9DF;
}

    a.link-blue:hover, .btn-round:hover {
        background: #0371BC !important;
    }


.btn-round:active:after {
    background: linear-gradient(267.63deg, #27A9DF 3.43%, #0371BC 90.28%) !important;
}

/*.daterangepicker .drp-calendar.left {
    display: none;
}

.daterangepicker .drp-calendar.right {
    border-left: none;
}*/

.separator {
    /*border-left: 1px dashed #3C3C3B;
        margin: 0 10px 0 11px;*/
    width: 1px;
    height: 35px;
    border-left: 1px #E0E0E0 solid;
}

.tabTitle, .text-sm-gray {
    font-weight: 800;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px;
    padding: 10px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 10px;
    margin-top: 45px;
    margin-bottom: 45px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #27a9df;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0371BC;
    }

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 0px solid #003eff;
    background: #27a9df;
    font-weight: 400;
    color: #fff;
    border-radius: 36px;
}

.divPaqueteHotel {
    min-height: 200px;
}

.filter {
    width: 100%;
    height: 580px;
    background: #00000014;
    position: absolute;
    z-index: 1;
}

.btnAddFlight {
    border: none;
    background-color: transparent;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.multipleDestination {
    height: 90px;
}

.daterangepicker td.in-range {
    border-radius: 23px;
}

.daterangepicker.opensright::before {
    display: none;
}

.daterangepicker .drp-calendar.left {
    padding: 0 15px 0 0 !important;
}

.daterangepicker .drp-calendar.right {
    padding: 0 0 0 15px !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0) !important;
}

.roomPackage {
    padding: 32px;
    width: 370px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    border-radius: 45px;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 41px, 0px);
    margin-top: 7px !important;
    margin-left: -12px !important;
}

.roomHotel {
    padding: 32px;
    width: 370px;
    border: 1px solid var(--Gray-5, #E0E0E0);
    border-radius: 45px;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate3d(0px, 41px, 0px);
    margin-top: 7px !important;
    margin-left: -12px !important;
}



.card-item:hover {
    background-color: #E0E0E0 !important;
    /*color: #ffffff;*/
}

.card-item.active:hover {
    background-color: #ffffff !important;
    /*color: #ffffff;*/
}

/*.bg-none{
    background: none !important;
}*/

.daterangepicker.opensright:after {
    display: none !important;
}

.card-item.active {
    box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 0px 14px 4px rgba(0,0,0,0.3);
}

.card-principal {
    background-color: #ffffff;
    border-radius: 45px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.card-item {
    border-radius: 40px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 33.33%
}

.flatpickr-calendar {
    font-family: 'Montserrat' !important;
    margin-top: 14px !important;
    max-width: 670px;
    border-radius: 45px !important;
    padding: 30px 0 !important;
    margin-left: -12px;
}

.flatpickr-day.today {
    border-color: #27a9df !important;
}

.flatpickr-day.selected {
    background: #27a9df !important;
    border-color: #27a9df !important;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    display: none !important;
}

.flatpickr-innerContainer {
    justify-content: space-around;
}

.flatpickr-next-month {
    margin: 24px 32px 0 0
}

.flatpickr-prev-month {
    margin: 24px 0 0 32px;
}

@media only screen and (max-width: 720px) {
    .card-item {
        width: 100% !important;
        display: block !important;
    }

    .separator {
        display: none;
    }

    .card-principal {
        display: block !important;
    }

    

    .ui-autocomplete {
        width: 320px !important;
        margin-left: 0px !important;
    }

    .roomPackage {
        margin-left: 0px !important;
        width: 320px !important;
    }

    .flatpickr-calendar {
        width: 70% !important;
        margin-left: 2%;
    }
    /*.flatpickr-calendar {
                width: 100%;
            }*/
}



.ui-slider-handle {
    border-radius: 100% !important;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #27a9df;
    background: #27a9df;
    font-weight: 400;
    color: #27a9df;
}

    .ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        border: 1px solid #0371BC;
        background: #0371BC;
        font-weight: 400;
        color: #0371BC;
    }

/*.ui-slider-horizontal {
    height: 4px;
}*/
.listFilters {
    display: flex;
    width: 100%;
    z-index: 1050;
    /* overflow: hidden;
    overflow-x: auto;*/
    justify-content: space-between;
}

.dropdown-menu {
    position: absolute; /* Cambia a absolute */
    z-index: 1050; /* Asegúrate de que sea mayor que el del contenedor */
    margin-top: 9px !important;
}

.dropdown-menu-paxIndex, .dropdown-menu-class, .dropdown-menu-typeFlight {
    border: 1px #c5c5c5 solid !important;
    border-radius: 45px !important;
    padding: 12px !important;
    width: 370px !important;
    margin-top: 0px !important;
}

.linkCopy {
    cursor: pointer;
}

    .linkCopy:hover {
        color: #27A9DF;
    }

.btn-link {
    color: #000000;
}

@media (max-width: 575.98px){
    .content-footer-bottom {
        margin-top: 0px
    }
}