/* --Theme Search Form-- */
#theme_search_form {
    margin-top: -78px;
    width: 100%;
    background-color: white;
}

.theme_search_form_area {
    background: #FFFFFF;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

/* .theme_search_form_tabbtn .nav-item {
    margin-right: 10px;
    margin-bottom:20px;
} */

.theme_search_form_tabbtn .nav-item:last-child {
    margin-right: 0px;
}

.theme_search_form_tabbtn .nav-tabs {
    border-bottom: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
    color: #242729;
    background-color: white;
    width: 100%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    color: #FFFFFF;
    background-color: #FFBD59 !important;
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: #626262;
    background: none;
    width: 100%;
}

.theme_search_form_tabbtn:hover .nav-tabs:hover .nav-link:hover {
    margin-bottom: 0;
    color: #ffffff;
    background: none;
    width: 100%;
}

.theme_search_form_tabbtn .nav-tabs #transportacion-tab {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.theme_search_form_tabbtn .nav-tabs #apartments-tab {
    border-top-left-radius: 16px;
}

.theme_search_form_tabbtn .nav-tabs #flights-tab {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#flights-tab {
    padding: 0.5rem 0;
}


.theme_search_form_tabbtn .nav-link {
    transition: color .15s ease-in-out, background-color .15s ease-in-out !important;
}

.theme_search_form_tabbtn .nav-tabs .nav-link i {
    padding-right: 10px;
}

.theme_search_form_tabbtn {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    background: #f2f2f2;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.flight_Search_boxed {
    padding: 5px 5px 5px 20px;
    position: relative;
}

.plan_icon_posation {
    position: absolute;
    top: 20px;
    right: 30px;
}

.plan_icon_posation i {
    font-size: 24px;
}

.range_plan {
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
}

.range_plan i {
    background: #f5eefd;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: var(--main-color);
}

.flight_Search_boxed p {
    font-size: 14px;
    margin-bottom: 0;
}

.flight_Search_boxed input {
    font-size: 12px;
    width: 87%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0;
}

.transporte_Search_boxed input {
    font-size: 14px;
    width: 100%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0;
    color: #626262;
}

.flight_Search_boxed input:focus-within {
    outline: none;
    border: none;
}

.flight_Search_boxed span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.date_flex_area {
    display: flex;
    justify-content: space-between;
}

.dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}

.dropdown_passenger_area button::after {
    display: none;
}

.dropdown_passenger_area .dropdown-menu.show {
    transform: translate(-56%, 70px) !important;
}

.dropdown_passenger_area .dropdown-menu {
    z-index: 1000;
    min-width: 350px;
    padding: 15px 20px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
    margin-right: 20px;
    width: 24px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
    font-size: 12px;
    color: #4c4c4c;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px;
}

.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 15px;
}

.traveller-calulate-persons .passengers h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.traveller-calulate-persons .cabin-selection {
    padding-top: 10px;
    border-top: 1px solid #c7c7cc;
    margin-top: 20px;
}

.traveller-calulate-persons .label-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.traveller-calulate-persons .label-select-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.traveller-calulate-persons .label-select-btn.active {
    background: var(--main-color);
    color: var(--white-color);
}


.traveller-calulate-persons .muiButton-label {
    font-size: 14px;
}

.traveller-calulate-persons .cabin-selection h6 {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.top_form_search_button {
    text-align: center;
    margin-top: 0;
    display: grid;
    align-content: center;
    justify-content: center;
}

.flight_categories_search .nav-tabs {
    border-bottom: none;
}

.flight_categories_search .nav-tabs .nav-item.show .nav-link,
.flight_categories_search .nav-tabs .nav-link.active {
    color: var(--main-color);
    border-color: none;
}

.flight_categories_search .nav-tabs .nav-link {
    margin-bottom: 0;
    color: var(--black-color);
    border-radius: 6px;
    border: none;
    font-weight: 500;
    background: transparent;
}

.flight_categories_search {
    position: absolute;
    right: 30px;
    top: 25px;
}

.multi_city_form {
    margin-bottom: 15px;
}


.add_multy_form {
    text-align: right;
}

.add_multy_form button {
    color: var(--main-color);
    border: none;
    background: transparent;
}

.multi_form_remove {
    text-align: right;
}

.multi_form_remove button {
    color: red;
    border: none;
    background: transparent;
    padding-bottom: 10px;
}



@media (max-width: 1399px) {

    #theme_search_form .container,
    #theme_search_form .container-lg,
    #theme_search_form .container-md,
    #theme_search_form .container-sm,
    #theme_search_form .container-xl {
        max-width: 100%;
    }
}




.flight_Search_boxed span {
    padding-top: 0;
}

.select2-container--default .select2-selection--single {
    background: none;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 22px;
    width: auto;
    border: none;
    background: transparent;
    font-weight: 400;
    height: 35px;
    padding: 0;
}

/* I THINK THIS IS THE HOTEL'S MOTOR STYLES*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
    width: auto;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0;
}

.flight_Search_boxed input {
    width: 100%;
    font-size: 14px;
}

.dropdown_passenger_area #adultos,
.dropdown_passenger_area #menores,
.driodiwn_passenger_area .edadMenores {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.dropdown_passenger_area #adultosTrans,
.dropdown_passenger_area #menoresTrans {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    top: 0.1rem;
    position: relative;
}

.dropdown_passenger_area #tipoServicio {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    padding: 0;
}

.edadMenores {
    border: none;
    background: none;
}

.select2-container .select2-selection--single {
    height: auto;
}

.trevlo-btn--base::before {
    background-color: #FFBD59;
}



.btnMotorMobile {
    display: none !important;
}

.btnMotorDesktop {
    width: 19%;
}

.btnMotorDesktopRedondo {
    width: 14.5%;
}

@media (min-width: 768px) {
    #col-regreso {
        width: 18.233%;
    }

    #col-origen {
        width: 28%;
    }
}

@media(max-width:1099px) and (min-width: 917px) {
    .btnMotorDesktopRedondo {
        width: calc(16vw - 4rem) !important;
    }
}

@media(max-width:950px) and (min-width:768px) {
    .btnMotorDesktopRedondo {
        width: 100% !important;
    }

}

@media(max-width:768px) {
    .btnMotorDesktop {
        display: none !important;
    }

    .btnMotorMobile {
        display: flex !important;
    }
}


@media(max-width:767px) {

    .flight_Search_boxed:before,
    .transporte_Search_boxed:before {
        display: none;
    }

    #theme_search_form {
        margin-top: -126px;
    }
}

#formbuscadorTours .form-control {
    padding: 0 5px;
    width: 93%;
    position: relative;
}

/* #formbuscadorTours .form-group {
    padding-top: 20px;
} */

.transporte_icon_posation {
    position: absolute;
    top: 6px;
    font-size: 25px;
    color: #FFBD59;
}

.transporte_Search_boxed {
    position: relative;
}

.transporte_Search_boxed label {
    position: relative;
    right: -1.8rem;
    top: 8px;
    color: #242729;
}

.transporte_Search_boxed input {
    width: 90%;
    left: 1.6rem;
}

.drop-minors .transporte_Search_boxed .dropdown select::after {
    position: relative;
    top: 0px
}

.blog-card-two__civitatis:hover,
.blog-card-two__megatravel:hover {
    background-color: #FFBD59;
    color: var(--trevlo-white, #ffffff);
}

.subCon {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 0 0.6rem;
    border-radius: 0.5rem;
    margin: 5px 0.5rem;
}

.info-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0.6rem;
}

#btn-Motor-Principal-H {
    display: grid;
    justify-content: center;
}



.transporte_Search_boxed input::placeholder {
    font-size: 15px;
}

/* LLEGADA Y REGRESO */
@media (max-width: 1199px) and (min-width: 768px) {
    .container-llr {
        width: calc(1.2vw + 276px) !important;
    }

}

@media (min-width: 1200px) {
    .container-llr {
        width: 25% !important;
    }

}

@media (min-width: 768) {
    .redondo {
        width: 25% !important;
    }
}

/* @media (max-width: 865px) and (min-width: 768px){
    .container-origen-destino{
        width: 50%;
    }
    .container-llr {
        width: calc(1.2vw + 276px);
    }

} */

@media (max-width: 767px) and (min-width: 414px) {
    .regreso-flex .l-regreso {
        left: 1.4rem;
        width: calc(49.5vw - 7rem);
        text-align: right;
    }

    #fechaSalida {
        width: calc(49.5vw - 7rem) !important;
        left: 1.9rem;
        text-align: right;
    }

    #fechaRegreso::after {
        right: inherit !important;
    }

}

@media (min-width: 413px) {
    .oculto-mobile {
        display: none !important;
    }

}

@media (max-width: 413px) {
    .oculto-desktop {
        display: none !important;
    }

    #fechaSalida2 {
        left: 2.7rem;
    }

    .l-r2 {
        left: 2.4rem;
    }
}

#fechaLlegada {
    left: 2rem;
}

.llegada-salida {
    display: flex;
}

@media (min-width: 768px) {
    #fechaLlegada {
        left: 2rem;
        width: 6rem !important;
    }

    #fechaSalida {
        width: 6rem !important;
        left: 0.6rem;
    }
}

#fechaRegreso>label:nth-child(1) {
    right: -2.3rem;
}

#fechaIda>label:nth-child(1) {
    right: -2.3rem;
}

#fechaRegreso::after {
    content: "";
    height: 20px;
    width: 1px;
    display: block;
    background: #dedede;
    border: none;
    position: absolute;
    top: 24px;
    right: 8.4rem;
    position: absolute;
}

.icon-regreso {
    right: 0rem;
    top: 16px;
}

.icon-llegada {
    left: 0rem;
}

/* ////// */

@media (min-width: 768px) {
    #SA-container .services {
        left: 42px;
        margin-right: 2.5rem;
    }
}

@media (min-width: 991px) {
    #SA-container .services {
        left: 0px;
        margin-right: 0rem;
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    #SA-container {
        justify-content: center;
    }

    #SA-container .services {
        left: 33px;
        margin: 0rem 2.5rem;
    }

    .theme_search_form_tabbtn .nav-tabs #flights-tab {
        border-top-left-radius: 0px;
    }
}


@media (min-width: 575px) {
    #SA-container {
        display: flex;
    }

    #SA-container .services {
        width: 14%;
        height: 100%;
        padding: 0;
        box-shadow: none;
        position: relative;
    }


    #SA-container .services .transporte_Search_boxed::before {
        content: none;
    }

    #SA-container .services .transporte_Search_boxed label {
        display: none;
    }

    #SA-container .services .transporte_Search_boxed {
        display: flex;
        flex-direction: row-reverse;
    }

    #SA-container .services .transporte_Search_boxed .transporte_icon_posation {
        top: -6px;
        right: 118px;
    }

    .person-col .dropdown {
        right: 22px;
        height: 35px;
    }

    .transporte_Search_boxed.dropdown_passenger_area.boxed_minor {
        width: 84%;
    }

    .drop-minors {
        right: -0.7rem !important;
    }

    .transporte_icon_posation.service-type {
        right: 94px !important;
    }

    #adultosTrans {
        text-align: center;
        left: 0.3rem;
    }

    #menoresTrans {
        width: 7rem;
        text-align: center;
        left: -1.2rem;
    }
}

@media (max-width: 574px) {

    .info-container .col-md-3,
    .info-container .col-regreso,
    .info-container .col-md-4 {
        width: 100%;
    }

    .info-container {
        justify-content: start;
        margin: 0;
        padding: 0;
    }

    .service-type {
        font-size: 19px;
    }

    #SA-container .transporte_Search_boxed .dropdown {
        width: 92%;
        left: 1.8rem;
    }

    #SA-container .services {
        left: 0px;
        margin-right: 0rem;
        margin-left: 0.5rem;
    }

    #SA-container {
        padding: 0;
        display: grid;
    }

    .theme_search_form_tabbtn .nav-tabs #flights-tab {
        border-top-left-radius: 0px;
    }

    .transporte_Search_boxed .dropdown select {
        width: 100%;
        font-size: 15px !important;
        font-weight: normal !important;
        padding: 0;
    }

    .subCon {
        margin: 8px 0.5rem !important;
    }
}


.edades-menor {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem 1rem;
}

.edadMenores {
    width: 100%;
}


#formbuscador .plan_icon_posation {
    position: absolute;
    top: 6px;
    font-size: 25px;
    color: #FFBD59;
    left: 0rem;
    right: 0;
    width: 8%;
}

#formbuscador .flight_Search_boxed input {
    width: 90%;
    left: 1.6rem;
}

#formbuscador .flight_Search_boxed input::placeholder {
    font-size: 15px;
}

#formbuscador .select2.select2-container.select2-container--default {
    margin-left: 0.5rem;
}

#formbuscador .dropdown_passenger_area #adultos,
#formbuscador .dropdown_passenger_area #menores,
#formbuscador .driodiwn_passenger_area .edadMenores {
    font-weight: normal;
}

#formbuscador p {
    margin-left: 0.5rem;
    color: #242729;
}

#formbuscador .edades-menor p {
    margin-left: 0;
    color: #114634;
}

#formbuscador #fechas {
    margin-left: 0.5rem;
}

#formbuscador #adultos {
    margin-left: 0.5rem;
    width: 100%;
}

#formbuscador #menores {
    margin-left: 0.5rem;
    width: 100%;
}

@media (min-width: 991px) {

    #formbuscador .col-lg-3.oculto.subCon {
        width: 23%;
    }
}

@media (min-width: 768px) {
    #formbuscador .edades-menor .col-md-3.oculto.subCon {
        width: 22.6%;
    }
}

@media (max-width: 991px) {
    .edades-menor {
        justify-content: center;
        margin: 0rem 1rem;
    }
}

@media (max-width: 767px) {
    .subCon {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin: 5px 0rem;
    }

    .container-layout {
        padding: 0 1rem;
    }
}

@media (max-width: 340px) {
    .container-layout {
        padding: 0;
    }
}


#formbuscadorTours .flight_Search_boxed input {
    width: 90%;
    left: 1.6rem;
}

#formbuscadorTours .flight_Search_boxed input::placeholder {
    font-size: 15px;
}

#formbuscadorTours .select2.select2-container.select2-container--default {
    margin-left: 0.5rem;
}

#formbuscadorTours p {
    margin-left: 0.5rem;
    color: #242729;
}

#formbuscadorTours .plan_icon_posation {
    position: absolute;
    top: 6px;
    font-size: 25px;
    color: #FFBD59;
    left: 0rem;
    right: 0;
    width: 8%;
}

.daterangepicker.ltr.auto-apply.single.opensleft.show-calendar {
    z-index: 9999;
}

#ui-id-1 {
    z-index: 9999;
}
#ui-id-2 {
    z-index: 9999;
}