.default-content {
    display: none !important;
}

.rounded-125 {
    border-radius: 1.25rem !important;
}

.rounded-075 {
    border-radius: 0.75rem !important;
}

.bg-blue{
    background-color: #1B365D;
}

.color-blue{
    color: #1B365D;
}

.arrows {
    font-size: 2rem;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.arrows-left {
    position: absolute;
    left: 40%;
}

.arrows-right {
    position: absolute;
    right: 40%;
}

.carousel-control-prev,
.carousel-control-next{
    max-width:100px;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #AC272F;
}

#form-confirmation {
    display: none;
}

.group-card{
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    background-color: #FFFFFF;
    padding-bottom: 40px !important;
}

.card-header {
    padding: 10px 30px;
}

.card-body {
    padding: 25px 30px;
    margin: 0rem 0 -3rem 0;
}
  
.container-img-carousel{
    height: 290px;
}

.group-card > .card-header{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.group-card-bgblue{
    background-color: #0A355E;
}

.group-card-title{
    color: #FFFFFF;
    font-weight: 900;
    font-size: 42px;
    margin-bottom: 0;
}

.pruebitaaa{
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
    bottom: 6rem;
    font-size: 42px;
    margin-bottom: 3rem;
    padding-left: 2rem;
}
.pruebaa{
    color: #00abc8;
    font-weight: 600;
}

.group-card-title > span {
    color: #00abc8;
}

.card-body > p {
    font-size: 20px;
    font-weight: 600;
    color: #0A355E;
}

.contact p{
    color: #0A355E !important;
    font-size:14px;
}

div.mx-auto.contact.mt-3{
    align-items: center;
    justify-content: center;
    display: grid;
}

.group-card.pt-4.pb-xl-3.pb-lg-3.pb-md-3.pb-sm-3.pb-0{
    border-top: 90px solid #0A355E;
}

.group-card.pt-4.pb-xl-3.pb-lg-3.pb-md-3.pb-sm-3.pb-0 > div:nth-child(1) > div > div{
    margin: 3rem 0 0 0;
}

.group-card-icon{
    display: flex;
}

.group-card-icon > img {
    margin-right: 20px;
}

.group-card-benefits {
    align-self: center;
}

.group-card-benefits > label{
    color: #00abc8;
    font-weight: 900;
    font-size: 20px;
}

.group-card-benefits > label > span{
    color: #0A355E;
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: initial;
}

#questions-steps.nav-pills .nav-link.active, #questions-steps.nav-pills .show>.nav-link {
    color: #FFFFFF;
    background-color: transparent;
}

#questions-steps .question-step-icon {
    width: 60px;
}

#questions-steps {
    display: flex;
    margin-top: -7rem !important;
    position: relative;
    top: 16rem;
}

#questions-steps, .question-step-title {
    color: #0A355E;
    font-weight: 700;
}

#questions-steps.nav-pills .nav-link {
    position: relative;
    z-index: 2;
}

#questions-steps.nav-pills .nav-item {
    min-width: 25%;
    position: relative;
}

#questions-steps.nav-pills .nav-link .question-step-icon {
    display: inline-block;
}

#questions-steps.nav-pills .nav-link .question-step-icon.hovered {
    display: none;
}

#questions-steps.nav-pills .nav-item hr {
    position: absolute;
    top: 20%;
    width: 50%;
    z-index: 1;
    right: 1px;
    border-top: 2px dotted #0A355E;
}

#questions-steps.nav-pills .nav-item:nth-of-type(2) hr, #questions-steps.nav-pills .nav-item:nth-of-type(3) hr {
    left: 1px;
    right: 1px;
    width: initial;
}

#questions-steps.nav-pills .nav-item:nth-of-type(4) hr {
    right: initial;
    left: 1px;
}

.group-form-icon {
    width: 45px;
    max-width: 18%;
}

.group-form-sub-icon {
    width: 40px;
    max-width: 18%;
}

.group-form-title {
    color: #0A355E;
    font-weight: 900;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    max-width: 80%;
    line-height: 1;
}

.group-form-title > span {
    color: #00abc8;
}

.group-form-fields {
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 15px;
    margin: 0 15px;
}

.error-message {
    color: #B2292E;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0A355E;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0A355E;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #0A355E;
}

.custom-control-label::before {
    border-color: #0A355E;
}

.group-radio-text {
    color: #0A355E;
    font-weight: 600;
    font-size: 16px;
}

/*td.custom-date.available {
    background-color: #00abc8 !important;
    color: #FFFFFF !important;
    border-radius: 50%;
}

td.custom-date.available span{
    background-color: #FFFFFF;
    color: #0A355E;
    border: 1px solid #00abc8;
}

td.custom-date.available:hover {
    color: #00abc8 !important;
    background-color: #FFFFFF !important;
    border-radius: 50%;
}*/

.select2 {
    width: 100% !important;
}

select.select2 {
    display: block;
    visibility: visible;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    width: 190px;
    height: 20px;
}

.select2-dropdown {
    box-shadow: 0px -1px 14px -1px rgba(0,0,0,0.76);
    margin-top: 3px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.select2-container--default .select2-selection--single {
    font-size: 18px;
    color: #0A355E;
    border-radius: 4px !important;
    height: 51px;
    padding: 11px 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #B2292E;
    color: white;
}

.luggage-bold-text {
    color: #0A355E;
    font-weight: 900;
}

.small-text {
    color: #0A355E;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.included-pill {
    display: flex;
    padding: 4px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10rem;
    color: #FFFFFF;
    background-color: #0A355E;
    width: 268px;
    font-style: italic;
    justify-content: center;
}

#division-line {
    border-top: 1px solid #0A355E;
    width: 90%;
}

.luggage-icons {
    height: 72px;
    width: auto;
}

.luggage-icons img {
    height: 100%;
    display: flex;
}

.not-included-pill {
    display: flex;
    padding: 4px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10rem;
    color: #FFFFFF;
    background-color: #B2292E;
    width: 90%;
    font-style: italic;
    justify-content: center;
}

#backBtn1, #backBtn2, #backBtn3 {
    cursor: pointer;
}

.continueBtn{
    width: 100%;
    height: 3.5rem;
    background-color: #B2292E;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin: -15px 0px -1rem 0;
    position: relative;
    bottom: -0.8rem;
    right: 2rem;
}
.continueBtn:hover{
    background-color:#143567;
}

#continueBtn1:disabled {
    background-color: #cccccc;
}

#continueBtn2:disabled {
    background-color: #cccccc;
}

.fa-arrow-circle-left {
    font-size: 50px;
}

.custom-control-label:before{
    border-radius: 3px;
}

.custom-control-input:checked~.custom-control-label::before{
    background-color: #00ACC8;
}

/* Checkboxes*/

.checkbox {
    padding: 10px 34px;
}

.termsCheckbox {
    background-color: white;
    margin-left: 0px;
    padding: 10px 34px;
    border-radius: 5px;
}

.termsCheckbox label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 8px;
    left: -21px;
    border: 2px solid #FFFFFF;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}

.termsCheckbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    background-color: #00ACC8;
}

#questions-stepsContent .tab-pane.fade {
    transition: opacity .6s linear;
}

.voucher-img {
    max-width: 22px;
    margin-left: 4px;
    cursor: pointer;
}

.tooltip {
    max-width: 98%;
}

.tooltip-inner {
    max-width: 90%;
    min-width: 300px;
}

.more-less {
    overflow: hidden;
    height: 100px;
    margin-bottom: .25rem;
    transition: height ease-in-out .4s;
}

.check-icon:before {
    font-family: jetsmart-icons;
    content: "\E929";
    font-style: normal;
    font-size: 60px;
    color: #00ACC8;
}

.backHomeBtn{
    width: 100%;
    height: 3.5rem;
    background-color: #0A355E;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
}

/* Modal */
.modal-select .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-select .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: none;
    min-width: 300px;
    width: 30%;
    border-radius: 10px;
}

.modal-select  .modal-header {
    background-color: #00ACC8;
    color: #ffffff;
    padding: 10px 20px;
    border:none;
}

.modal-select .modal-text {
    padding: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    border:none;
}

.modal-select .icon-modal {
    height:40px;
    margin-right: 10px;
}

/* The Close Button */
.modal-select .modal .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-select .modal .close:hover,
.modal-select .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Modal btn*/
.modal-select .modalBtn {
    height: 3.5rem;
    background-color: #B2292E;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 40px;
}


input:not(.form-check-input), textarea, select {
    width: 100%;
    border: 1px solid #0A355E;
    font-weight: 400;
    color: #0A355E;
    font-size: 18px;
    border-radius: 5px;
    height: unset;
    padding: 11px 15px;
    resize: none;
}
/* input number */
.number-input {
    padding: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
}
input.form-check-input{
    cursor: pointer;
}
.form-check-label{
    color: #153e69;
    cursor: pointer;
}

@media (max-width: 575.20px) {
    .nav-item {
        min-width: initial;
        width: 100%;
    }

    #questions-steps.nav-pills .nav-link.active {
        display: block;
    }

    #questions-steps.nav-pills .nav-item hr {
        display: none;
    }

    .group-card-icon img {
        height: 76px;
    }

    .group-contact-icon {
        width: 30px;
        margin-right: 0.1rem;
    }

    .group-form-title {
        font-size: 17px;
        display: initial;
    }

    .group-form-icon, .group-form-sub-icon{
        margin-right: 0.5rem !important;
    }

    .included-pill {
        display: flex;
        width: 170px;
        justify-content: center;
    }

    .luggage-icons {
        height: 90px;
        width: auto;
    }

    .luggage-icons img {
        height: 100%;
        display: flex;
    }

    .luggage-text {
        max-width: 386px;
        width: fit-content;
        text-align: center;
    }

    .not-included-pill {
        display: flex;
        width: 170px !important;
        justify-content: center;
    }
    #step-1 > .group-card > div:nth-child(1) > div > div{
        margin: 4rem 0 0 0;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    p.question-step-title.mb-0.text-capitalize {
        max-width: 100px;
    }
}

@media (max-width: 767px) and (min-width: 470px) {
    .question-step-title{
        font-size: 14px;
    }
}

@media (max-width: 470px) and (min-width: 370px) {
    .question-step-title{
        font-size: 12px;
        margin: 0px 0px 0px -6px;
    }
}

@media (max-width: 370px) and (min-width: 318px) {
    .question-step-title{
        font-size: 12px;
    }
    #questions-steps > li:nth-child(1){
        right: 5px;
    }
    #questions-steps > li:nth-child(2){
        right: 16px;
    }
    #questions-steps > li:nth-child(3), #questions-steps > li:nth-child(4){
        right: 23px;
    }
}

@media (max-width: 402px) and (min-width: 318px) {
    .contact p {
        top: 59.2rem !important;
        margin-bottom: 0rem;
    }
}

@media (max-width: 767px) {
    .pruebitaaa{
        font-size: 23px;
        bottom: 4rem;
    }    
    .group-card.pt-4.pb-xl-3.pb-lg-3.pb-md-3.pb-sm-3.pb-0 {
        border-top: 55px solid #0A355E;
    }
    #questions-steps{
        top: 12.5rem;
        flex-wrap: nowrap;
    }
    .contact p{
        top: 58rem;
    }
    .group-card-title{
        color: #FFFFFF;
        font-weight: 900;
        font-size: 23px;
        margin-bottom: 0;
    }

    .card-body > p {
        font-size: 15px;
    }

    .group-card-benefits > label{
        font-size: 15px;
    }

    .group-card-benefits > label > span{
        font-size: 15px;
    }

    #division-line {
        width: 100%;
    }

    .not-included-pill {
        width: 240px;
    }
}

@media (max-width: 992px) and (min-width: 575px) {
    #questions-steps.nav-pills .nav-item {
        min-width: 24%;
    }

    .luggage-text {
        max-width: 368px;
        width: fit-content;
        text-align: center;
    }

    .included-pill {
        width: 240px;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    .not-included-pill {
        font-size: 15px;
    }
    p.question-step-title.mb-0.text-capitalize {
        max-width: 135px;
    }
}


@media (min-width: 992px) {
    .termsCheckbox {
        margin-left: 12px;
    }
}


@media (min-width: 1140px) {
    .termsCheckbox {
        margin-left: 19px;
    }
}