@font-face {
    font-family: 'GoodOT-CondBlack';
    src: url('../fonts/GoodOT-CondBlack.woff2') format('woff2'),
         url('../fonts/GoodOT-CondBlack.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GoodOT-CondBold';
    src: url('../fonts/GoodOT-CondBold.woff2') format('woff2'),
         url('../fonts/GoodOT-CondBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GoodOT-CondNews';
    src: url('../fonts/GoodOT-CondNews.woff2') format('woff2'),
         url('../fonts/GoodOT-CondNews.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"GoodOT-CondBold";
	text-decoration:none !important;
	color:#FFF;
}
.path {
  fill: #C30;
}
a:link
{
	color: #333;
text-decoration:none;
}

a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #999;
}
/*        ROLLOVER  menu fijo       */
#map {
	position:absolute !important;
	width:100%; 
  flex-basis: 0;
  flex-grow: 4;
  height: 320px;
  z-index: 30;
}

.btnCursor{
	cursor: pointer;
}
.oculto{
	display:none;
}

#velo {
	opacity: 0.8;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1500;
	display: none;
}
.velo02 {
	opacity: 0.8;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1500;
	display: none;
}

#detProd{
	position:absolute !important;
	height:100%;
	width:100%;
}
#tope{
	position: fixed;
    width: 100% !important;
    height: 8%;
    top: 0px;
    background: #fff;
    z-index: 100;
	margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
	max-width:430px;
	display:none;
}
#footer{
	position: fixed;
    width: 100% !important;
    height: 30px;
    bottom: 0px;
    /* top: 0px; */
    z-index: 100;
    background-color: #454eff;
	border-top: 4px solid #ccc;
	margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
	max-width:430px;
}
#by{
	position: absolute;
	font-size: 14px;
    height: 20px;
    width: 100%;
    bottom: 0px;
	color:#FFF !important;
	text-align:center;
	}

#mainCont{
	position:relative;
	width:100% !important;
	height:auto;
}
#contInterno{
	position:absolute;
	width:100% !important;
	height:95%;
}
#contLogo{
	width: 21%;
	height: 100%;
	position:absolute;
	margin: auto;
    left: 0px;
    right: 0px;
	z-index:250;
}
#home{
	height:85% !important;
	display:none;
	margin-left:auto;
    left:0px;
    margin-right:auto;
    right:0px;
}

.iconBtnHome{
	background-repeat: no-repeat;
    background-position-y: 105%;
    background-position-x: left;
    background-size: 30%;
}
#textoBtnhome{
	font-family:"GoodOT-CondBlack";
	font-size:27px;
	width: 66%;
    height: 50px;
    text-align: right;
    line-height: 25px;
    left: 30%;
    position: relative;
    margin-right: 20px;
    top: 60%;

}
#numServ{
    font-size: 4rem;
    color: #8e92e6;
    line-height: 47px;
    text-align: left;
}
#share{
	display:none;
}
#menuhoriz ul li {
	font-family:"GoodOT-CondBlack";
	width: 24%;
  	display: flex;
	text-decoration:none !important;  
}
#menuhoriz ul li {
	position:relative;
	float:left;
    display: flex;
}  
#menuhoriz ul li:hover {  
     
      cursor: pointer; /* cambiar el aspecto del puntero */  
} 

#menu{
    position:absolute;
	width:100% !important;
	height:80px;
	bottom:0px;
	background-color:#CCC;
}
#menu .item-fade{
	opacity: 1;
	color:#fff;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#menu .opcion:hover{
	opacity:0.6;
	color:#a4d6f6 !important;
}

#menu .opcion{

    cursor:pointer;

}
 
#menu .opcionActiva{
 
    color:#a4d6f6;
}

/*     FIN ROLLOVER menu fijo       */



/*        ROLLOVER  MENU INTERNO       */

#menuInt .item-fade{
	opacity: 1;
	color:#fff;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#menuInt .opcion:hover{
	opacity:0.6;
	color:#a4d6f6 !important;
}

#menuInt .opcion{

    cursor:pointer;

 
}
 
#menuInt .opcionActiva{
 opacity:0.6;
    color:#a4d6f6;
}

 .columna-ancha {
    width: 70%; /* La primera columna ocupa el 60% del ancho */
    padding: 5px;
    
  }

  .columna-angosta {
    width: 30%; /* La segunda columna ocupa el 40% del ancho */
    padding: 5px;
    
  }


.classColumn{
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: column wrap;
}
.classFilas{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.classMarginBottom{
	margin-bottom:20px !important;
}
.classMarginTop{
	margin-top:20px !important;
}

#container{
	background: rgb(50,51,51);
    background: linear-gradient(0deg, rgba(50,51,51,1) 0%, rgba(34,34,34,1) 100%);
	position:absolute;
	width:100%;
	height:100%;
    margin-left:auto;
	max-width:430px;
}


#tabla{
	font-size:22px;
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
    margin-left:auto;
    left:0px;
    margin-right:auto;
    right:0px;
    /*       margin-bottom: 100px;*/
	max-width:430px
}

.sopGenerico{
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	position:absolute;
	width:90%;
	height:80%;
    left:0px;
	top:10%;
	max-width:430px;	
}

.sopCal{
	position:absolute;
	width:100%;
	height:80%;
    left:0px;
	top:2%;
	max-width:430px;	
}


.backGraundAzul{
	background-color:#454eff;
}
.backGraundNaranja{
	background-color:#ffa235;
}
.backGraundRojo{
	background-color:#ff566a;
}
.backGraundGris{
	background-color:#656565;
}

.backGraundAzul2{
	background-color:#2e3174;
}
.backGraundNaranja2{
	background-color:#e77d1e;
}
.backGraundRojo2{
	background-color:#a02a38;
}
.backGraundGris2{
	background-color:#404040;
}
.backGraundBlanco{
	background-color:#fff;
}
#logoIntro{
	position:absolute;
	top: 5%;
	margin-left:auto;
    left:0px;
    margin-right:auto;
    right:0px;
}


#form01, #form02, #form03{
	        position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    width: 90%;
    height: auto;
    margin-top: 20px !important;
    margin-bottom: 40px;
}
#contTitulo{
	padding-top:10px;
	padding-bottom:10px;

}
#detlleTabla{
	
	width:100%;
	height:auto;
	}
#contenidoTabla{
	width:100%;
	height:auto;
}
#contInfo{
	width: 100% !important;
	border-bottom: 2px solid #c2c2c2;
	padding-bottom:2px;
	}
#contInfoInterno{
	position:relative;
	width: 100% !important;
	border-bottom: 2px solid #c2c2c2;
	padding-bottom:2px;
	}
#contVehiculo{
	height:100px;
}
		
#menuDetalle{
	height: 55px;
    width: 90%;
    position: relative;
    margin: auto;
    top: 10px;	
}
#contImagen{
width:30%;
	height:125px;
}
#imagenProd{
	overflow: hidden;
	width:100%;
	height:100%;
	background-color:#999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#labelForm{
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

#prodDetalleInt{
	width: 70%;
}
#detalle{
	background-color:#466788;	
}
#detalleName{
	background-color:#e1e1e1;	
	font-size: 20px;
    text-align: left;
    padding-left: 10px;
    color: #000;
    height: 45px;
    display: flex;
	font-weight:600;
	line-height : 20px;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#detalleContacto{
	font-size: 18px;
    text-align: left;
    padding-left: 0px;
    color: #000;
    height: 55px;
    display: flex;
    font-weight: 600;
	ine-height : 25px;
}
#detallePrecio{
	background-color:#d3d3d3;	
	font-size: 20px;
	font-weight:600;
    text-align:right;
    padding-left: 10px;
    color: #000;
    height: 45px;
    display: flex;
   justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#precioTotal{
width:100%;padding-left:0px; text-align:center; margin:auto; height:40px;
}
#detalleMenu{
	background-color:#c3c3c31;	
	font-size: 15px;
    text-align: left;
    padding-left: 10px;
    color: #6c6c6c;
    height: 40px;
    display: flex;
	line-height : 18px;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#detalleMenuInt{
	background-color:#c3c3c31;	
	font-size: 13px;
    text-align: left;
    padding-left: 12px;
    color: #666;
    height: 25px;
	overflow:hidden;
	line-height : 12px;
	margin-bottom:2px;
   /* display: flex;
	
     justify-content: center; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}
#detalleMenuInt:before {
 /* content:'...';*/
  position: absolute;
  top: 40px;
  right: 5px;
}

#btnNav{
	font-size: 22px;
    text-align: left;
	font-weight:600;
	width: 100%;
    color: #fff;
    height: 55px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#btnNav:hover{
	opacity:0.6;
	color:#fff !important;
	background-color:#000;
}

.btnGen{
	font-size: 22px;
    font-weight:600;
	color: #FFF;
	height:40px;
	padding-left:15px;
	padding-right:15px;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	position:absolute;
}

.btnGenIcon{
	font-size: 22px;
    font-weight:600;
	color: #FFF;
    height: 55px;
    padding-top: 2px;
    padding-left: 2PX;
    display: flex;
    cursor: pointer;
}
#contBtnRegion{
	position:absolute;
	width:60%;
	height:40px;
	top:35%;
}
#sopContInterno{
	position:absolute;
	width:100%;
	height:auto;
	top: 120px;
	padding: 20px;
}

#desc{
	text-align: left;
}
#textoTarifas{
	text-align: left;
	height:auto;
}
#mapaResult{

}
#cargarUbi{
	position: absolute;
    width: 66%;
    height: 52px;
    padding: 10px;
    top: 172px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
	text-align: center;
    border: 4px solid #DBDBDB;
    border-radius: 16px;
	z-index:222;
}
.sopTexForm{
	width:auto;
	height:fit-content;
	padding-bottom:2px;
}

.cont-btn{
	width: 160px;
    height: 80px;
    position: absolute;
	cursor: pointer;
}	
.centrar{
	position:absolute;
    margin-left:auto;
    left:0px;
    margin-right:auto;
    right:0px;
}
.centrarH{
	position:absolute;
	margin-top: auto;
    top: 0px;
    margin-bottom: auto;
    bottom: 0px;
}

.centrarTexto{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#btnOrdenar{
	background-color: #141371;
    color: #fff;
	width: 90%;
	height: 50px !important;
    margin-right: auto;
    margin-left: auto;
	}
#btnCarrito{
	font-size: 22px;
    font-weight: 600;
    color: #C30;
    background-color: #ed3a05;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 3px solid #8F90A4;
    border-top: 3px solid #8F90A4;
    border-bottom: 3px solid #8F90A4;
	width: 38px !important;
    height: 38px !important;
    top: 65px;
}
#titCate{
	font-size: 24px;
    text-align: left;
	font-weight:600;
	width:95%;
    color: #eb244b;
    height: 35px;
    display: flex;
	padding-left:12px;
	background-color:#FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#btnBackMain{
    font-size: 28px;
    width: 95%;
    height: 60px;
     background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.vl {
  border-left: 1px solid rgba(40,98,164,0.45);
  height: 500px;
}
.textoBig01{
    font-size: 24px;
    text-align: left;
	line-height: 21px;
	padding-top:5px;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 2px;
	opacity: 0.7;
}
.textoBig02 {
   font-size: 20px;
    text-align: left;
	font-weight:600;
	line-height: 17px;
    color: #999;
    display: flex;
	padding-left:12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 7px;
	flex-wrap: wrap;

}
.textoBig02Bold{
    font-size: 48px;
    text-align: left;
	font-weight:bold;
	font-weight:600;
    color: #999;
    display: flex;
	padding-left:12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cantidad_prod{
    width: 25px;
    text-align: center;
    font-size: 20px;
    border: none;
}

#textoBtn{
	font-family:"GoodOT-CondBlack";
	font-size:24px;
}
textarea{
	font-family:"GoodOT-CondBlack";
	font-size:24px;
}


#textoBtn2{
	width:100%;
	height:20px;
	font-family:"GoodOT-CondBlack";
	font-size:100%;
	text-align:center;
	color:#039;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:65%;
	z-index:5;
}
#btn2{
	font-family:"GoodOT-CondBlack";
	background-color: #2660a2;
    color: #fff;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    height: 40px;
    display: inline-block;
    font-weight: 600;
    line-height: 40px;
}
#btn2:hover{
opacity: 1;
color:#fff;
background-color: #34bdc8;
transition: 0.2s;
}

#iconContacto{
	width:50px;
	
	}
	
#contIconoSec{
	width: 20%;
    padding: 10px;
	
}
#contIconoSec2{
	width: 40%;
    padding: 10px;
}	
#contTicSec{
	font-size: 2rem;
    width: 70%;
    height: 100%;
    text-align: left;
    line-height: 74px;
	
	}	
	#horarios{
	font-size: 2rem;
    width: 80%;
    height: 100%;
    text-align: left;
    line-height: 32px;
	
	}
.info{
	display: flex; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-flow:column wrap;
	width:100%;
	height:90%;
	margin-left:auto;
	margin-right:auto;
	right:0;
	left:0;
	margin-top:0px;

}
#titulo{
	font-family: 'GoodOT-CondBlack';
	font-size:30px;
	color:#999;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:10px;
}
#tituloInt{
	font-family: 'GoodOT-CondBlack';
	font-size:20px;
	color:#000;
}
.titServ{
	font-weight:600;
	}
#text{

	width:95%;
	font-family:"GoodOT-CondBlack";
	font-size:22px;
	color:#466788;
	overflow:auto;
	padding-left:15px;
	
}
.activo{
	opacity:1;
}
.inactivo{
	opacity:1;
	background-color: #363a3e;
}

.activoVehiculo{
	opacity:1;
}
.inactivoVehiculo{
	opacity:0.5;
	
}



.btns{
	cursor:pointer;
	text-align:center;
	height:28px;
	font-size:25px;
	color: #fff !important;
    width: fit-content;
    overflow: visible;
	transition: 0.2s;
	background-color:#999;
	margin-top:3px;
	padding-bottom:10px;
}

.btns:hover{
opacity: 1;
color:#FFF;
transition: 0.2s;
}
#btnSubmit{
	cursor:pointer;
	text-align:center;
	height:28px;
	font-size:25px;
	color: #fff !important;
    width: 100%;
    overflow: visible;
	transition: 0.2s;
	background:#16549e !important;
	margin-top:15px;
	
}

#btnVolver{
	width: 100px;
    left: 70%;
    /* margin-right: 20px; */
    position: relative;
	
}
#cerrar5{
		width: 40px !important;
		height: 40px !important;
		margin-top: 0px !important;
		position: absolute !important;
		right: 0px !important;
		z-index:100 !important;
	}
#btnCerrar{
		width: 40px !important;
		height: 40px !important;
		margin-top: 0px !important;
		position: absolute !important;
		right: 0px !important;
		z-index:100 !important;
	}	
	

#contForm{
    width: 100% !important;

}

/* //////// SECCIONES  ////// */

#sopArrow {
    background-color: #FFF;
    width: 37px;
    height: 109px;
    margin-bottom: auto;
    margin-top: auto;
    top: 0px;
    bottom: 0px;
}
#boton{
	position: absolute;
    width: 150px;
    height: 30px;
	color:#039;
    border: 3px solid #fffafa;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -webkit-box-shadow: 0 0 10px 0 #737373;
    box-shadow: 0 0 10px 0 #737373;
    border-radius: 37px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	background-color:#FFF;
	bottom: 30px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

/* styles menu mobile */

#modMenu{
  bottom: 0px;
	}

#contFechaHora{
	display:none;
}

/* menu mobile item */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 8%;
  left: 0px;
  right:0px;
  margin-left:auto;
  margin-right:auto;
  overflow-y: hidden;
  transition: 0.5s;
  max-width:430px;
  background: rgb(43,49,162);
background: linear-gradient(0deg, rgba(43,49,162,1) 0%, rgba(68,78,254,1) 100%);
}

.overlay-content {
  position: relative;
  top: 20px;
  width: 100%;
  height:80%;
  text-align: center;
}

.overlay a {
	color:#fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ccc;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.menu-item{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 25px;
    border-bottom: 1px solid white;
    text-decoration: none;
	padding-top:10px;
	padding-bottom:10px;
    color: #fff !important;
    width: 80%;
	position:relative !important;
	list-style:none;
}

#iconMenu{
	right: 2%;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
	content:url(../imagenes/menuHamb.svg);
}
#iconMenuClose{
	right: 2%;
    font-size: 45px;
    cursor: pointer;
    position: absolute;
	content:url(../imagenes/menuClose.svg);
}
#MenuMobile{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 65px;
	max-width:430px;
}
#contLogoMobile{
	width: 30%;
    background-color: #fff;
    height: 100%;
    position: absolute;
}
#proceso{
    width: 90%;
	display:none;
    height: 50%;
    background-color:#000;
    color: #fff;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    Z-INDEX: 300;
}
#alerta{
    width: 80%;
	display:none;
    height:60%;
	padding: 20px;
	text-align: center;
	background-color:#000000cf;
    color: #fff;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    Z-INDEX: 300;
}
#cargando{
	display:none;
   top: 150px;
    position: absolute;
    top: 234px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}
#textAlert{
	color:#FFF;
    width: 100%;
    height: 25%;
    margin: auto;
	padding: 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    position: absolute;
}



/* tarjetas menu de vehiculos */

/* Contenedor principal */
.vehicle-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 250px;
  overflow-y: scroll;
  padding-right: 8px;
  border-radius: 10px;
  /* La propiedad que faltaba para un mejor 'scroll' en móviles */
  -webkit-overflow-scrolling: touch; 
  /* La propiedad para Firefox */
  scrollbar-width: none; 
}

/* Oculta la barra de desplazamiento en navegadores WebKit (Chrome, Safari, Edge) */
.vehicle-container::-webkit-scrollbar {
  display: none;
}



    .vehicle-container::-webkit-scrollbar {
      width: 8px;
    }
    .vehicle-container::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
    }

    /* Tarjeta de vehículo */
    .vehicle-card {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 10px;
      background: #fefefe;
      border: 2px solid #ddd;
      border-radius: 10px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .vehicle-card img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 8px;
      border: 1px solid #eee;
    }

    .vehicle-info {
      flex-grow: 1;
    }

    .vehicle-info h4 {
      margin: 0;
      font-size: 14px;
      color: #333;
    }

    .vehicle-info p {
      margin: 3px 0 0;
      font-size: 18px;
      color: #777;
    }

    /* Seleccionado */
    .vehicle-card.selected {
      border-color: #007bff;
      background: #b4cdee;
      transform: scale(1.0);
      opacity: 1;
    }

    /* Info del vehículo seleccionado */
    #selected-info {
      margin-top: 15px;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      text-align: center;
    }

    /* Botón recargar */
    #reloadBtn {
      display: block;
      margin: 15px auto;
      padding: 10px 20px;
      background: #007bff;
      color: #fff;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 14px;
    }

    #reloadBtn:hover {
      background: #0056b3;
    }


.btn-remove {
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background-color: #dc3545;
  color: white;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
