.single-page .single-sidebar .tour--info .top{justify-content: flex-end}
.table {
    text-align: center;
    width: 100%;
}

.single-page {
    padding-top: 160px !important;
}

.single-page .section-top {
    margin-bottom: 0;
}

.single-page .content-head {
    padding-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .image_bg--single {
        min-height: 451px;
    }
}

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

@media(max-width:610px) {
    .contenedorOtrosTours {
        width: 100%
    }
}

.form-group {
    width: 100%;
    margin-bottom: 18px;
}

.form-control {
    height: 62px;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
    background: none;
    border-radius: 5px;
    width: 100%;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 500;
    color: #3e4559;
}

.fields table {
    width: 100%;
    margin: 10px 0 30px;
}

@media(max-width:360px) {
    .totalInput input {
        width: 100%;
        border: none;
    }
}

@media (max-width: 500px) {
    .containerTheMessageCuponResponse {
        max-width: 250px;
    }

    .single-page .single-sidebar .tour--info .bottom {
        font-size: 13px;
    }
}

.btnOpenPay {
    display: flex;
    align-items: center;
    background-color: #ffc439;
    width: 100%;
    justify-content: center;
    border-radius: 3px;
    height: 45px;
}

.contenedorMetodosPago{display: flex;}

.contieneBtnPagar{padding: 20px;
margin-bottom: 20px;}

@media(max-width:580px){
    .contenedorMetodosPago{flex-direction: column;}
}

.btn:hover{
    background-color: #f4b72a;;
}
