
.Vencimientos{
    width: 500px;
    height: 300px;
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    margin-left: calc(20% - 250px);
}
.Sel_V_Vehiculos{
    width: 300px;
    background: rgba(0,0,0,0.7);
    height: calc(100% - 0px);
    max-width: 300px;
    overflow: hidden;
    display: inline-block;
    border-right: solid 2px var(--Icono_Activo);
}
.Detalles_Vehiculo{
    background: rgba(0,0,0,0.7);
    width: 478px;
    height: auto;
    display: inline-block;
    margin-top: 35px;
    vertical-align: top;
    margin-left: calc(20% - 250px);
    text-align: center;
    line-height:53px;
}
.Flecha_Izq{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 6px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 72px;
}
.Flecha_Der{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 6px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 72px;
}
.Img_Car{
    display: inline-block;
    height: 65%;
}
.Input_Vehiculo{
    width: 70%;
    background: rgba(255,255,255,0.8);
    text-align: center;
    color: black;
    margin-bottom: 0.5em;
    margin-top: 10px;
    color: black;
    font-size: 16px;
}
.Ico_Vehiculos{
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 6px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 16px;
    background: var(--Icono_Activo);
}
.A_Vehiculo{
    display: inline-block;
    width: 130px;
    font-size: 16px;
}

.A_DU{
    display: inline-block;
    font-size: 16px;
    color: var(--Icono_Activo);
    font-weight: bold;
    width: 100px;
}
.Vehiculo_Elegido{
    width: 100%;
    height: 240px;
    background: rgba(0,0,0,0.7);
    margin-top: 20px;
}
.Botones_Vehiculos{
    width: calc(100% - 300px);text-align:center;height: 150px;margin-top: 35px;text-align: center;position: absolute;left: 300px;top: 715px;
}
.A_Link_Vehiculo{
    display: block;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}
@media screen and (min-width: 1880px){
.Img_Car{  
    height: 95%;
}
.Vehiculo_Elegido{
    height: 248px;
}
}
@media screen and (min-width: 1621px) and (max-width: 1880px) {
.Img_Car{  
    height: 95%;
}
}
@media screen and (min-width: 1421px) and (max-width: 1620px) {
.Img_Car{  
    height: 66%;
}
.Detalles_Vehiculo{
    margin-left:calc(20% - 227px);
}
.Vencimientos{
    width: 30%;   
    margin-left: calc(20% - 226px);
    line-height: 9px;
}
.Vehiculo_Elegido{
    height: 180px;
}

}

@media screen and (min-width: 1321px) and (max-width: 1420px) {

 .Detalles_Vehiculo{
    width: 350px;
    line-height: 5px;
    margin-left:calc(20% - 206px)
 }
 .Vencimientos{
    width: 350px;
    line-height: 4px;
    margin-left:calc(36% - 362px)
 }
 .Img_Car{
    height: 93%;
 }
}
@media screen and (min-width: 600px) and (max-width: 1320px) {

 .Detalles_Vehiculo{
   margin-top: 0px;
   width: calc(100% - 303px);
   line-height: 35px;
    position: absolute;
    top: 55px;
    left: 300px;
    margin-left: 0px;
    width: calc(100% - 300px);
 }
 .Vencimientos{
   width: calc(100% - 300px);
    height: 300px;
    position: absolute;
    margin-top: 15px;
    vertical-align: top;
    margin-left: 0px;
    top: 498px;    
 }
 
.Botones_Vehiculos{
       top: 625px;
}
.Vehiculo_Elegido{
    display: none
}
.Vehiculo_Elegido_img{
    display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 750px) {
 .A_Vehiculo{
    display: none;
 }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
    .Detalles_Vehiculo
    {
        margin-top: 0px;
        line-height: 35px;
        position: absolute;
        top: 55px;
        left: 50%;
        margin-left: 0px;
        width: calc(50%);
    }
    .Sel_V_Vehiculos{
        width: 50%;
    }
    .Botones_Vehiculos {
        left: 50%;
        top: 625px;
        width: 50%;
    }
    .Btn_Vehiculos{
        padding: 10px;
    }
}
