/* SECCIONES */
section>article{
    margin: 15px;
}
section>article>div:first-child{
    font-size: 1.6em;
    font-weight: 400;
    margin: 20px 10px;
}
.fila{
    margin: 40px 10px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.fila>div.columna{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.fila>div.columna>strong{
    font-weight: 700;
    margin-bottom: 10px;
}
.fila>a{
    min-width: 200px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    padding: 15px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    background: #337ab7;
    border: 1px solid #337ab7;
    position: relative;
}
.fila>a:hover{
    background: #fff;
    color: #337ab7;
}

.fila:last-child{
    justify-content: center;
}

/****** PASOS ********/
.pasos {
    max-width: 100%;
    margin: 30px auto 45px auto;
}
.pasos>.steps {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pasos>.steps>p {
    color: #ccc;
    font-size: 0.5vw;
}
.pasos>.steps>p.ready, .pasos>.steps>p.ready span {
    color: #333;
    border-color: #333;
}

.pasos>.steps>p.ready>span {
    color: var(--color-corporativo1);
    border-color: var(--color-corporativo1);
    border-width: 2px;
}

.pasos>.steps>p>span {
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 100%;
    position: relative;
    top: 6px;

    border-top-color: rgb(204, 204, 204);
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-width: 1px;
}
.pasos>.steps>p>span {
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 100%;
    position: relative;
    top: 6px;
}

/**************************/
.titular{
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bolder;

}

li{
    color: grey;
    list-style: disc;
    line-height: 1.5;
}
strong{
    font-weight: bolder;
}

section:first-of-type {
    width: fit-content;
    position: relative;
    text-align: right;
}


div>article{
    background: var(--color-fondo-section);
    border: 1px solid #adabab;
    border-radius: 6px;
    width: var(--width-section);
    max-width: var(--max-width-section);

    margin: 2em auto 20px auto;
    padding: 10px;
    position: relative;
}
div>article:before{
    content: attr(title);
    top: -1.8em;
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
}

.explicacion{
    color: grey;
    margin: 10px;
}
div>article>label{
    margin: 5px;
}
div>article>div{
    margin: 5px;
}
div>article>div>div{
    display: flex;
}
div>article>div>div>input{
    margin: 5px 5px 5px 15px;
}
div>article>div>div>select{
    margin: 5px 5px 5px 15px;
}

.ocuparAncho{
    flex-grow: 1;
}

#fechaServicio{
    display: flex;
}

#solicitarServicio{
    width: fit-content;
}
#filaSolicitar{
    display: flex;
    justify-content: center;
}

#tipoVehiculo>span, #datosDelVuelo>span{
    flex-basis: min-content;
}
#tipoVehiculo>span>label, #datosDelVuelo>span>label{
    vertical-align: top;
}
#tipoVehiculo>span>input, #datosDelVuelo>span>input{
    margin: 5px;
}
#tipoVehiculo, #datosDelVuelo{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.disabled{
    background-color: gray;
}

#observacionesDiv>span{
    display: flex;
}
#observaciones{
    height: 5em;
    width: 100%;
}


.sociedadOficinaExpedienteDc{
    white-space: nowrap;
    position: relative;
    top: -0.5em;
}

#sinNumeroVuelo {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.6em;
}
#buscarRuta {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.6em;
}
#av {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.6em;
}
#crm {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.6em;
}
/*** LISTADO COCHES ***/

#seleccionVehiculo{
    display: none;

}
#listadoCoches{
    width: 100%;
    font-size: 1em;
}
#listadoCoches>thead{
    font-weight: bold;
    display:none;
}
#listadoCoches>tbody{

}
#listadoCoches>thead>tr{
    padding: 5px;
}
#listadoCoches>tbody>tr{
    background-color: initial;
    cursor: pointer;
    padding: 5px;
}
#listadoCoches>tbody>tr:hover{
    background-color: lightgrey;
}
#listadoCoches tbody td {
    border-top: #eee 1px solid;
    padding: 5px;
}
#listadoCoches thead tr:first-of-type td {
    border: none;
    padding: 5px;
}
#listadoCoches tbody tr:first-of-type td {
    border: none;
    padding: 5px;
}
.columnaImagen{
    width: 80px;
    vertical-align: bottom;
    mix-blend-mode: multiply;
}

/*** RESUMEN ***/
#resumen{
    display: none;
}
#resumen>div:nth-child(odd){

}
#resumen>div:nth-child(even){
    font-weight: bolder;
    margin-left: 5em;
}



/*** MAPA ***/
#map{
    height: 550px;
}
.direcciones{
    display: flex;
    margin: 20px;
    flex-wrap: wrap;
}
.origen{
    flex-grow: 1;
}
.destino{
    flex-grow: 1;
}
#origen{
    flex-grow: 1;
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 90%;
}
#destino{
    flex-grow: 1;
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 90%;
}

.origen > span {
    width: 100%;
}
.destino > span {
    width: 100%;
}

#infoMapa{
    font: 1em var(--fuente-corporativa3);
}