#icono-carga {
    display: none;
    position: absolute;
    z-index: 100;
    left: 70%;
    top: 60%;
    /* transform: translate(-50%, -50%); */
    /* width: 50px; */
    /* height: 50px; */
    /* background: url('https://i.gifer.com/UDui.gif') no-repeat center; */
    /* background-size: cover; */
}
th, td{
  
    padding: 9px 10px !important;
}
/*input#fecha_ida, input#fecha_regreso, select#adultos, select#ninos {
    font-size: 1.7rem;
}*/
th.resultado-busqueda {
    display: flex;
    align-items: center;
    color: black !important;
}

.de{
    width: 110px;
}
.bo{
    width: 115px;
}
.tb{
    width: 30px;
}
.ta{
    width: 120px;
}
.wi{
    width: 90px;
}
.ka{
    width: 120px;
}

@media (max-width: 720px){
    .t_tb{
        font-size: 0.8rem;
    }
    .de{
        width: 80px;
    }
    .bo{
        width: 95px;
    }
    .tb{
        width: 25px;
    }
    .ta{
        width: 100px;
    }
    .wi{
        width: 70px;
    }
    .ka{
        width: 90px;
    }
}