html,
body {
    height: 100%;
    min-height: 100%;
}
.g-recaptcha {
    display: none;
    margin-left: 20px;
}
*:focus-visible {
 outline: none !important;   
}
.promocion-card,#promocion-card2{
    float: right;
    margin-top: -20px;
    background: #009a00;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    font-weight: 700;
    box-shadow: gainsboro 1px 1px 10px;
    display: none;
}
#mostrar-promocion{
display: none;
justify-content: space-between;
}
#transporte-privado >.promocion-card{
    display: block;
}
/***************
*ANIMACION DE PROMOCION
*/
#mostrar-total,#mostrar-subtotal,#mostrar-sillas{
    display: flex;
    justify-content: space-between;
}
#mostrar-sillas{
    display:none;
}
#tipo-transporte {
    font-family: "Roboto";
    font-size: 13px;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 !important;
    overflow: hidden !important;
}
#tipo-transporte li:nth-child(odd) {
    background: #f2f3f8;
}
#tipo-transporte li:nth-child(even) {
    background: #e8eaf0;
}
#tipo-transporte li a {
    padding: 10px;
    display: block;
    color: #747a7f;
}
#tipo-transporte li .active {
    background-color: #f6a500;
    color: #fff;
}
#tipo-transporte li a:hover {
    background-color: #f6a500;
    color: #fff;
}
.tipo-transporte-card {
    position: relative;
    font-family: "Roboto";
    height: 224px;
    background-color: #fff;
    margin-top: -8px;
    box-shadow: gainsboro 1px 6px 8px;
}
.tipo-transporte-card .subtitle {
    color: #74737d !important;
}
.tipo-transporte-card h5 {
    padding: 30px 40px;
    color: #444249 !important;
}
.tipo-transporte-card h5 span {
    color: #3a2b86 !important;
    font-weight: bold;
}
.footer-card {
    position: absolute;
    width: 92%;
    height: 6px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #f6a500;
}
.transporte-form {
    padding: 0 40px;
    margin-top: -10px;
    display: flex;
    flex-direction: auto;
    gap: 20px;
}

.tipo-transporte-card label,
#reservation-form-2 label {
    font-family: "Roboto";
    font-size: 13px;
    color: #74737d;
    font-weight: 500;
    margin-bottom: 16px;
}
.transporte-form label span {
    color: #bebec5;
    font-weight: 600;
    font-size: 0.9em;
}
#movil-tipo-servicio {
    margin-bottom: 20px;
    display: none;
}
#reservation-form-2 select {
    background: #fff !important;
    border: none !important;
}
#reservation-form-1 select {
    background-color: #e8eaf0 !important;
}
span > input[aria-controls="select2-input-tipo-servicio-results"] {
    display: none !important;
}
span > input[aria-controls="select2-silla-results"] {
    display: none !important;
}
#select2-input-tipo-servicio-results {
    margin-top: 20px !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-container--below,
.select2 .select2-container .select2-container--default {
    width: 100% !important;
    z-index: 2 !important;
}
.select2-container--default .select2-container--below,
.select2 .select2-container .select2-container--default {
    z-index: 2 !important;
}
#form-info .select2-selection--single{
    padding: 0;
}
.transporte-form input {
    font-family: "Roboto";
    font-size: 13px;
    line-height: 1.5;
    border-radius: 16px !important;
    color: #747a7f;
    height: 42px;
    border: none !important;
    background: #e8eaf0;
}
.transporte-form input[type="number"], #cant-sillas input[type="number"] {
    display: block;
    margin: 0 auto;
 -moz-appearance: textfield !important;
}
@-moz-document url-prefix() {

    .label-sillas {
        display: block ruby;
        margin: 8px 0;
    }

    #cant-sillas input[type="number"] {
        padding-right: 0;
        text-align: center;
    }
}
.transporte-form input[type="number"]::-webkit-inner-spin-button,
.transporte-form input[type="number"]::-webkit-outer-spin-button, 
#cant-sillas input[type="number"]::-webkit-inner-spin-button,
#cant-sillas input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-group {
    position: relative;
    font-family: "Roboto";
}
.btn-pasajeros {
    position: absolute;
    top: 30px;
    right: 12px;
    display: flex;
    flex-direction: column;
}
#cant-sillas{
    display: none; 
    margin-top: -4px;
}
#cant-sillas .btn-sillas{
    position: relative;
}

.btn-pasajeros button, #cant-sillas button {
    padding: 0;
    width: 20px;
    height: 18px;
    color: #3a2b86;
    border: none;
}

.btn-pasajeros button:hover, #cant-sillas button:hover {
    background: transparent;
    color: #3a2b86;
    border: none;
}
.btn-pasajeros button:focus, #cant-sillas button:focus {
    background: transparent;
    color: #3a2b86;
    outline: none;
}
#reservation-form-2 {
    font-family: "Roboto";
    font-size: 13px;
    background: #f2f3f8 !important;
    padding: 40px;
}
#reservation-form select,
#reservation-form-2 select {
    font-family: "Roboto";
    text-align: left;
    border-radius: 16px !important;
    height: 42px !important;
    color: #747a7f !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    font-size: 12px;
    line-height: 1.5;
    border: none;
}
#reservation-form select,
#reservation-form input {
    font-size: 12px;
    background: #e8eaf0;
}
#reservation-form-2 select,
#reservation-form-2 .select2-container--default .select2-selection--single {
    border: none !important;
}
#reservation-form-2 input,
#reservation-form-2 .select2-container--default .select2-selection--single {
    background: #fff !important;
    font-size: 12px;
}

#reservation-form-2 #btn-submit {
    background: #3a2b86;
}
.transporte-form #form-2,
.transporte-form #form-3,
#acordeon-mp {
    display: none;
}
/****************SELECT2********************/
.select2 {
    font-family: "Roboto";
    font-size: 13px;
}
.select2-selection--single {
    text-align: left;
    border-radius: 16px !important;
    height: 42px !important;
    padding: 7px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #747a7f !important;
    font-weight: 400;
}
.select2-results__option {
    font-family: "Roboto";
    font-size: 13px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: "Roboto";
    font-size: 13px;
    border-radius: 10px;
}

.select2-selection__arrow {
    display: none;
}
.select2-dropdown--below {
    border: solid 1px #e8eaf0;
    border-top: none !important;
    margin-top: -28px !important;
    border-radius: 0 0 16px 16px !important;
}
.body-form1 .select2-dropdown {
    background: #e8eaf0 !important;
    border-radius: 16px !important;
    top: -12px;
}
.body-form2 .select2-dropdown {
    border-radius: 16px !important;
    top: -13px;
}

.select2-results__options {
    border-radius: 0 0 14px 14px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 28px !important;
}
#reservation-form .form-select-group .select2-selection--single {
    border: none !important;
    background-color: #e8eaf0 !important;
}

/*******************************************/

.form-select-group {
    position: relative;
}
.transporte-form .form-select-group .fa,
.form-select-group .fa {
    position: absolute;
    right: 20px;
    bottom: 11px;
    color: #3a2b86 !important;
    z-index: 1;
}
.transporte-form input:focus {
    outline-color: #04b5fa;
}
.transporte-form #btn-submit,
#btn-reservar,#btn-reservar2,#btn-t2, #btn-transfer-economic,
#btn-ir-a-pago,
#btn-reservar-traslado,#btn-ir-a-inicio,#btn-atras {
    font-family: "Roboto";
    background: #009a00;
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 16px;
    border: none;
    margin-top: 29px;
    font-size: 12px;
    font-weight: 500;
    height: 43px;
}
#btn-reservar {
    margin-top: 10px;
}
.transporte-form #btn-submit:focus,  #btn-transfer-economic:focus,
#btn-reservar:focus,
#btn-ir-a-pago:focus,
#btn-reservar-traslado:focus,#btn-t2:focus,#btn-reservar2:focus,#btn-ir-a-inicio:focus{
    outline: none;
}
#btn-reservar-traslado,#btn-atras {
    display: none;
    width: 230px;
}
.transporte-form .select2-search__field{
    border-radius: 8px !important;
}
.transporte-form .select2-dropdown .select2-dropdown--below{
    top: -12px;
    border-radius: 16px !important;
}
/***************FORM INFO****************/
#booking-details,
.texto-pasajeros,
#pasajeros,
#texto-transporte {
    color: #74797d;
}
#texto-servicio,
.texto-pasajeros,
#pasajeros,
#texto-transporte {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}
#texto-transporte {
    padding: 0 20px;
}
#form-details-reservation input {
    font-size: 13px;
}
.text-blue {
    color: #352c8c;
}
 .msg-acceder-t2{
   background: rgba(58,43,134,.85);
    color: white;
    text-align: center;
    padding: 10px 20px;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    border-radius: 9px;
    width: 100%;
    display: none;
}
#service-details,#service-details2{
    padding: 40px;
    border: 1px #8acff9 solid;
    border-radius: 10px;
    box-shadow: gainsboro 3px 3px 8px;
}
#transporte-privado,#transporte-privado2,#transporte-economico,#btn-reservar,#templates,#service-details2,#service-details{
    display: none;
}
#transporte-privado-details{
    margin: 10px;
     padding: 20px;
    border: 1px #8acff9 solid;
    border-radius: 10px;
    box-shadow: gainsboro 3px 3px 8px;
}
#btn-t2{
    font-weight: bold;
    border: none;
    width: auto;
    margin: 0 auto;
}
.msg-acceder-t2--texto{
position: absolute;
width: 80%;
font-weight: bold;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
#service-details .title, #service-details2 .title, #transporte-privado-details .title{
    color: #019bf5;
    font-size: 16pt;
}
#service-details .subtitle, #service-details2 .subtitle ,#transporte-privado-details .subtitle{
    color: #c2c2c2;
    margin-top: -5px;
    font-size: 14px;
}
#pasajeros-max,
#costo-vehiculo {
    color: #8a9197;
    font-weight: 400;
    font-size: 14px;
}
.seguro-impuestos {
    padding-top: 10px;
    font-size: 11px;
    font-weight: 500;
}
.seguro {
    background: #f8f9fe;
    padding: 6px 14px;
    color: #019bf5;
}
.impuesto {
    background: #f8f9fe;
    padding: 6px 14px;
    color: #009c01;
}
#precio {
    font-size: 20px;
    color: #019bf5;
    font-weight: 500;
}
.precio-tittle {
    font-size: 13px;
    color: #c2c2c2;
}
.costo-dollar,
.costo-pesos {
    display: none;
}
.icon-exchange {
    padding: 5px 5px 0 0;
    margin-left: 10px;
    cursor: pointer;
    color: #009c01;
}
.btn-submit:hover,#btn-t2:hover {
    background: #3a2b86 !important;
}
/***************************************/
.row {
    width: 100%;
    display: flex;
    gap: 20px;
}
.col-1 {
    width: 8.34%;
    disply: inline-block;
}
.col-2 {
    width: 16.66%;
    disply: inline-block;
}
.col-3 {
    width: 24.99%;
    disply: inline-block;
}
.col-4 {
    width: 33.32%;
    disply: inline-block;
}
.col-5 {
    width: 41.65%;
    disply: inline-block;
}
.col-6 {
    width: 49.98%;
    disply: inline-block;
}
.col-7 {
    width: 58.31%;
    disply: inline-block;
}
.col-8 {
    width: 66.64%;
    disply: inline-block;
}
.col-9 {
    width: 74.97%;
    disply: inline-block;
}
.col-10 {
    width: 83.3%;
    disply: inline-block;
}
.col-11 {
    width: 91.63%;
    disply: inline-block;
}
.col-12 {
    width: 99.96%;
    disply: inline-block;
}

/********
 * Barra de progreso
**/
#progress-bar {
    width: 100%;
    background: #f8f9fe;
    border-radius: 16px;
    font-size: 13px;
}
#progress-bar .row {
    display: flex;
    justify-content: space-between;
}
.paso {
    display: flex;
    gap: 10px;
    padding: 3px;
    border-radius: 10px;
}
.paso-nro {
    border-radius: 50%;
    padding: 4px 10px;
    background: #e8ebf2;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #3a2b86;
}

.paso-active {
    background-color: #3a2b86;
}
.paso-texto {
    padding: 7px 4px;
    color: #c8cbd0;
    font-size: 0.8em;
    font-weight: bold;
}
.paso.active {
    background: #3a2b86;
}
.paso.check .paso-texto {
    color: #009a00;
}
.paso.check .paso-nro {
    background: #009a00;
    color: #fff;
}
.paso.active .paso-texto {
    color: #fff;
}
.paso.active .paso-nro {
    background: #ffcd00;
}
.paso.active .paso-icon,
.paso-icon {
    display: none !important;
}
#form-booking-final,#invoice-final {
    display: none;
}
#form-details-reservation {
    position: relative;
    background: #3a2b86;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.filtro{
    width:  100%;
    position: relative;
}
.no-disponible{
    position: absolute;
    widows: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,.3);
}
.acordeon {
    border: 1px #8acff9 solid;
    border-radius: 10px;
    box-shadow: gainsboro 3px 3px 8px;
}
.acordeon .acordeon-titulo {
    position: relative;
    display: flex;
    gap: 40px;
    padding: 20px;
}
.acordeon .acordeon-titulo .btn-desplegar {
    position: absolute;
    right: 40px;
    top: 36px;
    font-size: 1.5em;
    color: #3a2b86;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#hora-llegada,
#hora-salida,
#hora-traslado {
    font-size: 9pt;
}
.acordeon-titulo .acordeon-icono {
    border-radius: 50%;
    background: #3a2b86;
    color: #fff;
    padding: 10px 18px 5px 16px !important;
    font-size: 20px;
    width: 50px;
    height: 50px;
}
.acordeon-titulo .acordeon-texto {
    padding: 0;
    color: #0084f7;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 500;
}
.acordeon .divider {
    border-bottom: 1px gainsboro solid;
    display: block;
    width: 98%;
    margin: 0 auto;
    height: 10px;
    margin-top: -10px;
}
#info-contacto {
    padding: 0 20px;
}
#info-contacto .form-input {
    border: 1px #dddddd solid;
    border-radius: 16px;
    box-shadow: gainsboro 1px 1px 1px;
    padding: 10px 20px;
    height:  80px;
}
#select-pais option{
color:#8a8f93 !important;
}
#select2-pais-container{
    width:200px !important;
}
#select-pais .select2-selection .select2-selection--single{
    padding: 0 !important;
}
#form-info,
#form-vuelo-info,
#metodo-pago,
#traslado-info {
    padding: 20px;
}
#form-info .subtitle,
#form-vuelo-info .subtitle,
#traslado-info .subtitle {
    color: #3a2b86;
    font-weight: 500;
    margin-bottom: 20px;
}
#form-info input,
#form-info select,
#form-info .select2,
#form-vuelo-info input,
#form-vuelo-info select,
#form-vuelo-info .select2,
#traslado-info input {
    padding: 0;
    font-family: "Roboto";
    font-size: 13px;
    border: none !important;
    background: #fff;
    appearance: none;
    color: #8a8f93;
    width: 100% !important;
}
#form-info select,
#form-vuelo-info select {
    height: 20px !important;
    margin-left: 20px;
    display: block;
}
#form-info .select2-selection--single,
#form-vuelo-info .select2-selection--single {
    border: none !important;
}
#form-info input[aria-controls="select2-silla-results"] {
    display: none;
}
#form-info input::placeholder,
#form-info textarea::placeholder,
#form-vuelo-info input::placeholder,
#traslado-info input::placeholder {
    color: #c4c4c4;
    font-size: 12px;
}
#form-info .form-input > span,
#form-vuelo-info .form-input > span,
#traslado-info .form-input > span {
    padding-top: 18px;
    padding-right: 12px;
    border-right: 1px gainsboro solid;
    color: #3a2b86;
}
#form-info label,
#form-vuelo-info label,
#metodo-pago,
#traslado-info {
    color: #8a8f93;
    font-size: 13px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.pr-10 {
    padding-right: 20px;
}
.nota,#direccion {
    margin-top: 20px;
    color: #c2c2c2;
    font-size: 11px;
    padding-left: 0;
}
.icono-vacio {
    margin-left: 10px;
    border-right: 1px gainsboro solid;
}
#form-info textarea,#traslado-info textarea {
    border: none !important;
    color: #8a8f93;
    font-size: 12px;
}
#vuelos-info .fa-plane {
    border: none;
}
#form-details-reservation {
    margin: 0px;
}
#form-details-reservation label {
    padding-left: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 13px;
}
#form-details-reservation input {
    border-radius: 16px;
    background: #46359f;
    border: none;
    color: #fff;
}
#mostrar-total {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.ui-timepicker-standard {
    margin-left: -10px;
}
.ui-datepicker-header {
    background: #3a2b86;
    color: #fff;
    border-radius: 14px;
}
#ui-datepicker-div {
    border-radius: 14px;
}
.text-center {
    text-align: center;
}
#btn-ir-a-pago {
    display: block;
    width: 200px;
    margin: 0 auto;
}

#metodo-pago img {
    margin-left: 20px;
}
.disabled-button {
    background: darkgrey !important;
    color: grey !important;
    pointer-events: none;
}
.disable-retorno{
    cursor: not-allowed;
    pointer-events: none;
}
#loading {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    color: #fff !important;
    font-size: 1.3em;
}
#loading .loading-out {
    position: relative;
    width: 100%;
    height: 100%;
}
#loading .loading-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loading a {
    color: #fff !important;
    text-decoration: underline;
    font-weight: 600;
}
#publicidad-traslado {
    padding-top: 40px;
}
#publicidad-traslado .title {
    display: block;
    text-align: center;
    color: #019bf5;
}
#descripcion-traslado {
    display: flex;
    border: 1px gainsboro solid;
    padding: 20px;
    border-radius: 10px;
    box-shadow: gainsboro 3px 3px 8px;
    margin-left: 20px;
}
#descripcion-traslado ul {
    list-style: none;
    padding: 10px;
}
#descripcion-traslado ul li {
    display: flex;
    font-size: 11px;
}
#descripcion-traslado ul span {
    margin-top: 4px;
    margin-right: 5px;
    color: #009c01;
}


/**
 * Boton Retorno
 */
#reservation-form .checkbox, #reservation-form-2 .checkbox {
    display: none;
}
#reservation-form .switch, #reservation-form-2 .switch{
    width: 62px;
    height: 32px;
    background: #e5e5e5;
    z-index: 0;
    margin: 6px 4px;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 16px; //IE 11
    -moz-border-radius: 16px; //Mozilla
    -webkit-border-radius: 16px; //Chrome and Safari
}
#reservation-form .switch:before,#reservation-form-2 .switch:before  {
    content: " ";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 60px;
    height: 30px;
    background: #999999;
    z-index: 1;
    border-radius: 16px; //IE 11
    -moz-border-radius: 16px; //Mozilla
    -webkit-border-radius: 16px; //Chrome and Safari
}
#reservation-form .switch:after, #reservation-form-2 .switch:after {
    content: " ";
    height: 29px;
    width: 29px;
    border-radius: 28px;
    background: #ffffff;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #999999;
    box-shadow: 0 2px 5px #999999;
}
#reservation-form .switchOn,
#reservation-form .switchOn:before, #reservation-form-2 .switchOn, #reservation-form-2 .switchOn:before {
    background: #009a00 !important;
}
#reservation-form .switchOn:after, #reservation-form-2 .switchOn:after {
    left: 31px !important;
}
#section-passenger-return{
        display: flex;
    }
    #section-passenger, #retorno{
        width: 48%;
    }
    #retorno{
          margin-left: 20px;
    }
    #passengers-return{
        display: flex;
    }

/**
 * MediaQuerys
 * */
@media only screen and (max-width: 600px) {
#select2-pais-container{
    width:180px !important;
}
.acordeon-texto{
	margin: 5px 0 0 -34px;
}

}
@media (max-width: 767px) {
    .transporte-form {
        padding: 0;
    }
    #info-contacto {
    padding:0;
	}
    #transporte-privado-details{
    display: none;
    }
    .transporte-form > .row,
    .transporte-form .tp-data {
        flex-direction: column;
        gap: 10px;
    }
    .tipo-transporte-card .subtitle {
        padding: 10px;
        font-size: 1rem;
    }
    .tipo-transporte-card .subtitle span {
        font-size: 1.3rem;
    }
    #movil-tipo-servicio {
        display: block;
    }
    #movil-tipo-servicio {
        margin-bottom: 0;
    }
    #precio {
        display: block !important;
    }
    #service-details2{
        margin-top: -62px !important;
    }
    #tipo-transporte,
    #templates {
        display: none;
    }
    .tipo-transporte-card {
        padding: 10px 10px 20px 10px;
        height: auto;
    }
    #form-data {
        flex-direction: column;
    }
    #btn-submit{
        margin-top: 0;
    }
    #reservation-form-2 #form-data {
        gap: 10px;
    }
    .select2-container--default {
        width: 100% !important;
    }

    .paso-icon {
        display: block !important;
        padding: 6px 2px;
        font-size: 1.5em;
        color: #c8cbd0;
    }
    .paso.active .paso-icon {
        display: block !important;
        padding: 6px 2px;
        font-size: 1.5em;
        color: #fff;
    }
    .paso-texto {
        display: none;
    }
    #booking-details > .row {
        flex-direction: column;
    }
    .seguro-impuestos {
        font-size: 11px;
    }
    #costo-vehiculo,
    #pasajeros-max {
        font-size: 0.81em;
    }

    #booking-details .precio {
        flex-direction: column;
        text-align: center;
    }
    #form-info > .row,
    #form-booking-final > .row {
        flex-direction: column;
    }
    .acordeon-titulo .acordeon-texto,
    .acordeon-icono {
        font-size: 1em;
    }
    .acordeon .acordeon-titulo .btn-desplegar {
        right: 10px;
    }

    .acordeon-texto{
	margin: 5px 0 0 -34px;
}
    #publicidad-traslado {
        display: none;
    }

    #form-vuelo-info > .row {
        flex-direction: column;
    }

    .col-sm-1 {
        width: 8.34%;
        disply: inline-block;
    }
    .col-sm-2 {
        width: 16.66%;
        disply: inline-block;
    }
    .col-sm-3 {
        width: 24.99%;
        disply: inline-block;
    }
    .col-sm-4 {
        width: 33.32%;
        disply: inline-block;
    }
    .col-sm-5 {
        width: 41.65%;
        disply: inline-block;
    }
    .col-sm-6 {
        width: 49.98%;
        disply: inline-block;
    }
    .col-sm-7 {
        width: 58.31%;
        disply: inline-block;
    }
    .col-sm-8 {
        width: 66.64%;
        disply: inline-block;
    }
    .col-sm-9 {
        width: 74.97%;
        disply: inline-block;
    }
    .col-sm-10 {
        width: 83.3%;
        disply: inline-block;
    }
    .col-sm-11 {
        width: 91.63%;
        disply: inline-block;
    }
    .col-sm-12 {
        width: 99.96%;
        disply: inline-block;
    }

    #retorno .form-group{
        width: 50%;
        margin: 0 auto;
    }
    #section-form, #reservation-form{
        flex-direction: column;
    }
    #section-form{
        margin-top: -10px;
    }
    .transporte-form #btn-submit{
        margin-top: 0;
    }
    #form-vuelo-info,#form-info{
        margin-top: 0;
    }
    .acordeon-icono .fa-plane {
    margin-left: -2px;
}
}