/*|--- -- ---- -- ---|*/
/*|--- -- MAIN -- ---|*/
/*|--- -- ---- -- ---|*/

main{
    background-color: #f7f7f7;
}
/*|--- -- BANNER -- ---|*/

.banner{
    position: relative;
    width: 100%;
    height: 300px;
}

.banner .controls i{
    position: absolute;
    font-size: 62px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    top: 120px;
}

.banner .controls i:last-child{
    right: 0;
}

.banner picture div{
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-image: url("../img/banner/bg-banner1-2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner picture div:nth-child(2){
    background-image: url("../img/banner/bg-banner2.webp");
}

.banner picture div:nth-child(3){
    background-image: url("../img/banner/bg-banner1-2.webp");
}

.banner picture div.active{
    display: flex;
}

.banner picture img{
    width: 300px;
    max-width: 100%;
    -webkit-pointer-events: none;
    pointer-events: none;
}

.banner img:first-child{
    position: absolute;
    top: 30px;
}

.banner .indicators{
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.banner .indicators .circle{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #ffffff7c;
    border-radius: 50px;
    cursor: pointer;
}

.banner .indicators div.active{
    background-color: #a62733;
    border-color: #fff;
}

/*|--- -- OPTIONS -- ---|*/

.options{
    width: 100%;
    display: flex;
}

.options .boxOp{
    width: 200px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CACACA;
    padding: 10px 0;
    cursor: pointer;
}

.options .boxOp:first-child{
    border-top-left-radius: 10px;
}

.options .boxOp:last-child{
    border-top-right-radius: 10px;
}

.options .boxOp.active{
    background-color: #E6E6E6;
}

.options .boxOp img:last-child{
    display: none;
}

.options .boxOp.active img:first-child{
    display: none;
}

.options .boxOp.active img:last-child{
    display: block;
}

/*|--- -- BOX OPTIONS -- ---|*/

.boxOption{
    background-color: #E6E6E6;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 10px #0000003a;
}

.boxOption .opFly{
    max-width: 100%;
}

.boxOption .opFly .inputFly{
    position: relative;
    width: 352px;
    max-width: 100%;
    height: 45px;
    padding: 5px 10px;
    border: 2px solid #80808070;
    background-color: #fff;
    color: #1b365d;
    cursor: pointer;
}

.boxOption .opFly .inputFly:first-child{
    border-bottom: 0;
}

.boxOption .opFly .inputFly b{
    color: #808080cc;
    position: absolute;
    top: 10px;
    left: 15px;
}

.boxOption .opFly .inputFly em{
    position: absolute;
    right: 15px;
    top: 14px;
}

.boxOption .opFly .origenContent,
.boxOption .opFly .destinoContent,
.boxOption .opFly .peopleAmount{
    position: absolute;
    top: 356px;
    left: 0;
    width: 100%;
    height: 400px;
    display: none;
    background-color: #fff;
    z-index: 1;
    /* overflow: scroll; */
}

.boxOption .opFly .origenContent.active,
.boxOption .opFly .destinoContent.active,
.boxOption .opFly .peopleAmount.active{
    display: block;
}

.origenContent .title,
.destinoContent .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background-color: #CACACA;
    color: #1b365d;
    border-bottom: 1px solid #808080c4;
    height: 40px;
    cursor: pointer;
}

.origenContent .title strong,
.destinoContent .title strong{
    font-size: 18px;
}

.origenContent .title span,
.destinoContent .title span{
    font-weight: bold;
    font-size: 20px;
}

.origenContent .selectOption,
.destinoContent .selectOption{
    position: relative;
    overflow: hidden;
    height: 36px;
    cursor: pointer;
}

.origenContent .selectOption div,
.destinoContent .selectOption div{
    padding: 8px 15px;
}

.origenContent .selectOption div:first-child,
.destinoContent .selectOption div:first-child{
    position: relative;
    font-weight: bolder;
}

.origenContent .selectOption div:first-child .bx-chevron-down,
.origenContent .selectOption div:first-child .bx-chevron-right,
.destinoContent .selectOption div:first-child .bx-chevron-down,
.destinoContent .selectOption div:first-child .bx-chevron-right{
    position: absolute;
    top: 6px;
    right: 10px;
}

.origenContent .selectOption div:first-child .bx-chevron-down,
.destinoContent .selectOption div:first-child .bx-chevron-down{
    font-size: 22px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    display: none;
}

.origenContent .selectOption div:first-child .bx-chevron-right,
.destinoContent .selectOption div:first-child .bx-chevron-right{
    font-size: 20px;
    border: 2px solid #1b365d;
    border-radius: 50px;
}

.origenContent .selectOption.active div:first-child .bx-chevron-right,
.destinoContent .selectOption.active div:first-child .bx-chevron-right{
    display: none;
}

.origenContent .selectOption.active div:first-child .bx-chevron-down,
.destinoContent .selectOption.active div:first-child .bx-chevron-down{
    display: block;
}

.origenContent .selectOption.active div:first-child,
.destinoContent .selectOption.active div:first-child{
    color: #fff;
    background-color: #a62733;
}

.origenContent .selectOption.active,
.destinoContent .selectOption.active{
    height: auto;
}

.origenContent .selectOption .boxCity p,
.destinoContent .selectOption .boxCity p{
    padding: 5px 0 5px 10px;
}

.boxCity{

    height: 1000px;
}

.opFly .checkbox{
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.opFly .checkbox div{
    display: flex;
    gap: 10px;
    color: #1b365d;
    font-weight: bold;
}

.opFly .checkbox div input[type=checkbox]{
    width: 20px;
}

.opFly .contentDates{
    display: flex;
    justify-content: center;
}

.opFly .contentDates .dateGoing,
.opFly .contentDates .dateReturn{
    position: relative;
    width: 100%;
    min-width: 90px;
}

.opFly .contentDates .dateGoing p,
.opFly .contentDates .dateReturn p{
    position: absolute;
    top: 5px;
    left: 13px;
    font-size: 12px;
    color: #80808070;
    font-weight: bolder;
}

.opFly .contentDates .dateGoing input,
.opFly .contentDates .dateReturn input{
    width: 176px;
    max-width: 100%;
    height: 54px;
    padding: 20px 5px 10px 10px;
    border: 2px solid #80808070;
    color: #1b365d;
    outline: none;
}

.opFly .contentDates .dateReturn input:last-child{
}

.opFly .boxPeople{
    margin-top: 5px;
}

.opFly .boxPeople .contentPeople{
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.opFly .boxPeople .contentPeople div,
.opFly .boxPeople .contentPeople input{
    border: 2px solid #80808070;
    width: 100%;
    background-color: #fff;
    padding: 10px 5px 10px 12px;
    font-size: 14px;
}

.opFly .boxPeople .contentPeople div{
    color: #1b365d;
    font-weight: 600;
    cursor: pointer;
}

.opFly .boxPeople .contentPeople input{
    font-weight: bold;
    color: #1b365d;
    outline: none;
}

.opFly .boxPeople .search{
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.opFly .boxPeople .search div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 39px;
    border-radius: 50px;
    overflow: hidden;
}

.opFly .boxPeople .search div i{
    position: absolute;
    color: #fff;
}

.opFly .boxPeople .search div i:first-child{
    font-weight: bold;
    left: 20px;
}

.opFly .boxPeople .search div i:last-child{
    right: 10px;
    border: 2px solid;
    border-radius: 50px;
}

.opFly .boxPeople .search div input{
    border: none;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #B2292E;
    font-size: 14px;
    font-weight: 600;
}

.opFly .peopleAmount .peopleClose{
    position: relative;
}

.opFly .peopleAmount .peopleClose span{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    color: #1b365d;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
}

.opFly .peopleAmount .chooseAmount{
    width: 95%;
    margin: 45px auto 0 auto;
}

.opFly .peopleAmount .chooseAmount div{
    display: flex;
    border-bottom: 1px solid;
    padding: 16px 10px;
    gap: 5px;
    color: #1b365d;
}

.opFly .peopleAmount .chooseAmount div button{
    border-radius: 50px;
    border: 1px solid #a62733;
    color: #a62733;
    padding: 1px 6px;
    cursor: pointer;
}

.opFly .peopleAmount .chooseAmount div button:first-child{
    padding: 1px 7px;
}

.opFly .peopleAmount .chooseAmount div:last-child{
    border-bottom: 0;
    display: flex;
    justify-content: center;
}

.opFly .peopleAmount .chooseAmount div:last-child button{
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    background-color: #a62733;
    color: #fff;
    font-size: 14px;
}

.publicity{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.publicity picture{
    width: 100%;
    display: flex;
    justify-content: center;
}

.publicity picture:nth-child(1) img,
.publicity picture:nth-child(2) img{
    border-radius: 20px;
    margin-top: 30px;
    width: 90%;
}

.publicity strong{
    margin-top: 20px;
    color: #1b365d;
    font-size: 20px;
    text-align: center;
}

.publicity strong span{
    color: #a62733;
}

.publicity strong p{
    font-weight: 500;
}

.publicity picture img{
    margin-top: 30px;
    width: 90%;
}

/*|--- -- ---------- -- ---|*/
/*|--- -- RESPONSIVE -- ---|*/
/*|--- -- ---------- -- ---|*/

@media screen and (max-width: 990px) {
    
}