.box-voos {
    background-color: #ECF4F6;
    box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-bottom: 8px solid #f78c2b;
}

.box-voos.chegadas {
    border-bottom-left-radius: 50px;
}

.box-voos.partidas {
    border-bottom-right-radius: 50px;
}
h4.title {
    text-transform: uppercase;
    color: #F78C2B;
    font-family: "Ubuntu", Sans-serif;
    font-size: 28px;
    font-weight: 600;
	text-align:center;
}

.box-voos table {
    border: 0;
    padding: 0;
    border: 0 none;
    text-align: center;
}

.box-voos table thead {
    font-family: "Ubuntu", sans-serif;
    background: none;
}

.box-voos table th {
    padding: 0 0.5rem;
    border: 0 none;
    background: none;
    font-family: "Ubuntu", sans-serif;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    background: none !important;
    color: #868686;
    font-weight: 400;
}

.box-voos table tbody td {
    position: relative;
    z-index: 2;
    border: 0 none;
}


.box-voos table thead,
.box-voos table thead tr,
.box-voos table tbody+tbody {
    border-block-start-width: 0px;
    border-block-start: unset;
    border: 0 none !important;
}




.box-voos table tbody .tr-voos {
    position: relative;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
        0px 25px 20px -20px rgba(0, 0, 0, 0.45);
}


.box-voos table tbody img {
    position: relative;
    z-index: 2;
    max-width: 50px;
    height: auto;
    display: block;
    margin: auto;
}

.box-voos table tbody .tr-voos td {
    /* padding: 13px 0; */
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    color: #868686;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.3px;
    padding: 4px 0;
    background: transparent !important;
    min-width: 70px;
}

.box-voos table tbody .tr-voos td::before {
    content: '';
    background: #CBCBCB;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box-voos table tbody .tr-voos td.line::before,
.box-voos table tbody .tr-voos td.space-2::before {
/*     display: none; */
}

.box-voos .space-2::before, .box-voos .remove-vertical-line::before {
	display: none !important;
}

.box-voos table tbody .tr-voos td.destination {
    width: 167px;
    white-space: normal;
}

.box-voos table tbody .space td {
    padding: 0;
    height: 9px;
    background: none !important;
}

.box-voos table tbody .space-2 {
    width: 6px;
    min-width: 1px !important;
}

.box-voos table caption + thead tr:first-child td, 
.box-voos table caption + thead tr:first-child th, 
.box-voos table colgroup + thead tr:first-child td, 
.box-voos table colgroup + thead tr:first-child th, 
.box-voos table thead:first-child tr:first-child td, 
.box-voos table thead:first-child tr:first-child th{
	border-block-start: 0px
}

@media screen and (max-width: 767px) {
    .box-voos {
		/* Foi modificado para a nova tabela 		 */
        padding: 20px;
        border-bottom-width: 6px;
		overflow-y: auto;
    }

    .box-voos .title {
        font-size: 24px;
    }

    .box-voos.chegadas {
        border-bottom-left-radius: 40px;
    }

    .box-voos table th {
        font-size: 9px;
        border-block-start-width: 0px !important;
    }

    .box-voos table tbody .tr-voos td {
        font-size: 10px;
        min-width: 30px;
        padding: 0 0.25rem;
    }

    .box-voos table tbody img {
        max-width: 30px;
    }

    .box-voos table .space-1 {
        padding: 0 !important;
    }

    .box-voos table tbody .tr-voos {
        background: #FFF !important;
        background-size: 100% auto;
    }

    .box-voos table tbody .tr-voos {
        box-shadow: 0px -15px 10px -20px rgba(0, 0, 0, 0.45), 0px 15px 10px -20px rgba(0, 0, 0, 0.45);
    }

    .box-voos table tbody .tr-voos td.destination {
        min-width: 75px;
    }
}
/* Modificações abaixo são para a nova tabela chegadas-saidas */

.box-voos.chegadas-partidas {
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.box-voos table tbody .tr-voos {
    background: url(../img/table-tr.png) no-repeat center center;
    height: 44px;
	background-size: 100% 67px;
}

.text-small {
	font-size: 12px;
	color: #868686;
}

@media screen and (max-width: 767px) {
	.custom-width-aviso {
		width: 600px;
	}
}