@import "../tour/tour.57b33ced0082bc8537f9f551e8a1ac1d.min.css";

.breadcrumb {
    display: flex;
}

.breadcrumb li {
    list-style-type: none;
}

#info_price {
    border: 1px solid lightgrey;
    border-radius: 7px;
    background-color: #ececec;
    padding: 6px;
    margin-top: 5px;
}

.wrap-information {
    border: 1px solid lightgrey;
    border-radius: 7px;
    background-color: #ececec;
    padding:7px;
}

#from, .one_res_mode select, .email_check {
    width: 100%;
}

.colorgray {
    color: gray
}

.salida_libre {
    display: none;
}
.continuebutton:disabled {
    background-color: #ff8486;
    border: 1px solid #ff6a5b;
}
.continuebutton:hover:disabled {
    background-color: #ff8486;
    border: 1px solid #ff6a5b;
    cursor: not-allowed;
}

.par-de-vuelos {
    width: 100%;
    display: flex;
}

.radio_flights {
    width: 10%;
}

.info_flights_dropdown {
    width: 70%;
}

.info_flights_price {
    width: 20%;
}


.title-need-help {
    text-align: center;
}

.content_contact_step_form {
    display: flex;
    justify-content: center;
}

.contact_step_form {
    text-align: center;
    margin: 0 20px;
}

.doyoneedhelp {
    position: fixed;
    bottom: 0;
    background-color: #2e83e4;
    border: 1px solid #082431;
    padding: 3px 5px;
    border-radius: 4px;
    z-index: 999;
}

.doyoneedhelp span {
    border: 1px solid #082431;
    padding: 2px 4px;
    border-radius: 20px;
    background: linear-gradient(to top,
    #17376a, cornflowerblue);
}

.doyoneedhelp a {
    color: white;
}

.nav-back, .moreinfo, .policity_right, .help-block {
    color: #FF4A52 !important;
}

.inputHabitaciones {
    width: 50px;
}

.reservar-action {
    border: 1px solid lightgrey;
    border-radius: 7px;
    padding: 10px;
    margin: 5px 0;
}

.moreinfo ul li, .moreinfo_description ul li {
    list-style-type: none;
}

.moreinfo_description {
    display: none;
}

.final-price {
    border: 1px solid #5a5a5a;
    border-radius: 7px;
    background-color: #e2e2e2;
    padding: 10px;
}
.hr_pressupost {
    background: #5a5a5a;
}

.input_contact_rd {
    width: 100%;
}
.trvler, .generalinputs_travelers {
    display: flex;
}
.traveler, .numeration_traveler {
    width: 20%;
}

.contact_traveler, .inputs_generalinputs  {
    width: 90%;
}

.error {
    color: red;
}

.info_rooms_desc li {
    margin-left: 20px;
}
.input-extras {
    width: 7%;
    text-align: center;
}
@media screen and (max-width: 767px) {

    .top_bar {
        padding-bottom: 19px !important;
    }
    .alert_box_msg {
        max-width: 100% !important;
    }
    .breadcrumb {
        overflow: scroll;
        display: -webkit-inline-box;
    }
    .sec-title b {
        margin: 10px;
    }
    .input-extras {
        width: 20%;
    }
}
@media screen and (max-width: 320px) {


}