html {
	/* height: 100vh; */
}

body {
	overflow: hidden;
	font-size: 0.8rem;
	background-color: #fff;
	font-family: "Poppins", "Open Sans", sans-serif;
	font-weight: 300;
	/* height: 100vh; */
}

strong {
	font-weight: 600; /* bold */
}

@font-face {
	font-family: Poppins;
	src: url(./fonts/Poppins-Bold.ttf);
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url(./fonts/Poppins-SemiBold.ttf);
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url(./fonts/Poppins-Medium.ttf);
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url(./fonts/Poppins-Regular.ttf);
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url(./fonts/Poppins-Light.ttf);
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	src: url(./fonts/Poppins-Thin.ttf);
	font-weight: 100;
	font-display: swap;
}

.app_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	box-shadow: 0 0 10px 0px #00000045;
	bottom: 0;
	right: 0;
	overflow: hidden;
	/* height: 100vh; */
}

.form-control,
.form-select {
	border-radius: 1rem;
	box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1) inset;
	font-size: 1rem;
	padding: 0.4rem 0.75rem;
	margin-bottom: 10px;
}

.form-control::placeholder,
.form-select::placeholder {
	color: #999;
}

.form-control:last-child,
.form-select:last-child {
	margin-bottom: 0;
}

.form-label {
	font-size: 0.9rem;
	margin-bottom: 0.2rem;
}

.label_titulo {
	font-weight: bold;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.btn.boton_app,
.btn.boton_app:focus {
	width: 100%;
	border-radius: 1.2rem;
	box-shadow: -2px 2px 5px rgb(255 255 255 / 40%) inset, 2px -2px 5px rgb(0 0 0 / 30%) inset;
	font-size: 1rem;
	border: none;
	background-color: #fff;
	color: #333;
	padding: 0.52rem 0.75rem;
}

.btn.boton_app:hover {
	background-color: rgb(227, 227, 227);
	color: #333;
	box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1) inset, 2px -2px 3px rgba(0, 0, 0, 0.3) inset;
}

.btn.boton_app:active,
.btn.boton_app:focus:active {
	background-color: rgb(227, 227, 227);
	color: #333;
	box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2) inset, 2px -2px 3px rgba(0, 0, 0, 0.1) inset;
}

.btn.boton_principal {
	background-color: #bf2626;
	color: #fff;
}

.btn.boton_principal:hover {
	background-color: #d73737;
	color: #fff;
}

.btn.boton_principal:active,
.btn.boton_principal:focus:active {
	background-color: #d73737;
	color: #fff;
}

.btn_active {
	font-weight: 600;
}

.boton_fill {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	background: none;
	width: 100%;
	color: inherit;
	padding: 0;
}

.contenedor_botones {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 60px;
	padding: 0 2rem;
}

.contenedor_botones button {
	margin-bottom: 1rem;
	max-width: calc(400px - 4rem);
}

.fondo_imagen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}

.fondo_imagen_ingreso {
	background-image: url(../img/sm/ingresar_como.png);
}

.fondo_imagen_viajero {
	background-image: url(../img/sm/fondo_viajero.png);
}

.fondo_imagen_viaje {
	background-image: url(../img/sm/astro_con_mapa.png);
}

.fondo_imagen_confirmacion {
	background-image: url(../img/sm/fondo_confirmacion.png);
}

.fondo_imagen_confirmacion_registro_vehiculo {
	background-image: url(../img/sm/astro_chilling.png);
	background-size: 300px;
}

.fondo_imagen_confirmacion_cobros {
	background-image: url(../img/sm/astro_thumbs_up.png);
	background-size: 200px;
}

.titulo_pantalla_superior {
	position: absolute;
	font-size: 2.5rem;
	color: #fff;
	top: 60px;
	left: 20px;
	z-index: 1;
	line-height: 3rem;
}

.titulo_pantalla_header {
	opacity: 0;
	font-size: 18px;
	font-weight: 600;
	color: #4d4d4d;
	transition: opacity 0.225s ease-out;
}

small.mensaje_error {
	display: block;
	color: #df2323;
	font-size: 1em;
	font-weight: 500;
	opacity: 0;
	transition: all 0.225s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	height: 0;
}

.contenedor_error.con_error small.mensaje_error {
	opacity: 1;
	height: 20px;
}

.contenedor_error.con_error .input_error {
	border: 1px solid #df2323;
}

.app_page {
	flex-shrink: 0 !important;
	/*  min-height: 100vh!important;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 10;
	display: none;
	background-color: #fff;
	/* background-image: url(../img/sm/fondo_nubes.jpg); */
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 345px;
}

.app_page_active {
	display: block;
	z-index: 30;
}

.app_page_subactive {
	z-index: 20;
	display: none;
}

.app_page header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	background: #fff;
	/* box-shadow: 0px 2px 4px #0005; */
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 60px;
	z-index: 1030;
}

.app_page header.transparente {
	box-shadow: none;
	background: transparent;
}

.app_page.app_page_header_extendida header {
	height: 220px;
}

.app_page .app_page_contenedor {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-y: auto;
	padding-top: 10px;
}

.app_page .app_page_contenedor .container-fluid {
	max-width: 600px;
}

.app_page.app_page_with_header .app_page_contenedor {
	top: calc(60px + env(safe-area-inset-top));
}

.app_page.app_page_with_header.app_page_header_extendida .app_page_contenedor {
	top: calc(220px + env(safe-area-inset-top));
}

.app_page.app_page_with_footer .app_page_contenedor {
	bottom: calc(40px + env(safe-area-inset-bottom));
}

.app_page.app_page_with_footer_doble .app_page_contenedor {
	bottom: calc(100px + env(safe-area-inset-bottom));
}

.app_page .titulo_pantalla_superior {
	top: 0;
	color: #c12f3f;
	position: relative;
	margin: 0 1rem;
	left: inherit;

	background: -webkit-linear-gradient(#c12f3f, #d359c0);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}

.app_page.con_fondo .titulo_pantalla_superior {
	color: #fff;

	background: none;
	background-clip: initial;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}

.app_page footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 80px;
	z-index: 1030;
	background-color: #fff;
}

.app_page .footer_doble {
	height: 120px;
}

.app_page footer.fondo_botones {
	display: flex;
	justify-content: center;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../img/sm/fondo_botonera.png);
	background-position: top center;
}

.app_page footer .botonera {
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 360px;
	width: 100%;
	height: 100%;
}

.app_page footer .botonera .boton {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #fff;
	border-radius: 100%;
	box-shadow: -4px 4px 4px #0002 inset, 4px -4px 4px #0001 inset;
}

.app_page footer .botonera .boton:hover,
.app_page footer .botonera .boton.active {
	background: linear-gradient(#cc5255, #da78c8);
}

.app_page footer .botonera .boton:hover img,
.app_page footer .botonera .boton.active img {
	filter: invert(1);
}

.boton img {
	width: 100%;
	height: 30px;
}

.app_page header .container-fluid {
	max-width: 600px;
}

.app_page header .boton_menu {
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/sm/boton_menu.png);
}

.app_page header .boton_atras,
.app_page nav .boton_atras {
	width: 25px;
	height: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/sm/boton_atras.png);
	background-size: contain;
}

.app_page.con_fondo header .boton_atras,
.app_page.con_fondo nav .boton_atras {
	background-image: url(../img/sm/boton_atras.svg);
}

.app_page header .boton_home {
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/sm/boton_home.svg);
}

.app_page.con_fondo header .boton_home {
	background-image: url(../img/sm/boton_home.svg);
}

.app_page .contenedor_campos_bajo {
	width: 100%;
	max-width: 400px;
	padding: 40px 20px 20px 20px;
	z-index: 2;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%) !important;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: -2px 2px 3px rgb(0 0 0 / 10%) inset, 2px -2px 3px rgb(0 0 0 / 20%) inset;
	border: none;
	color: #333;
}

.app_page .contenedor_general {
	max-width: 400px;
	padding: 1rem;
	z-index: 2;
	margin: 0 auto 3rem auto;
}

.campo_fecha {
	max-width: 7.2rem;
}


.app_page .check_switch {
	font-size: 1.7rem;
	text-align: left;
}

.contenedor_relieve {
	margin: 0.5rem 0;
	box-shadow: -2px 2px 3px rgb(0 0 0 / 10%) inset, 2px -2px 3px rgb(0 0 0 / 20%) inset;
	padding: 1rem;
	border-radius: 1.2rem;
	background-color: #fff;
	color: #4d4d4d;
}

.contenedor {
	position: relative;
}

.contenedor_relieve .contenedor {
	padding: 1rem;
	border-bottom: 1px solid #ddd;
	min-height: 60px;
	color: #4d4d4d;
}

.contenedor_menor {
	position: relative;
	margin-bottom: 1rem;
}

.contenedor_menor:nth-child(1) {
	padding-top: 1rem;
}

.contenedor_menor::after {
	position: absolute;
	bottom: 0;
	content: "";
	background: #ddd;
	height: 1px;
	width: calc(100% + 2rem);
	left: 50%;
	transform: translate(-50%);
}

.contenedor_menor:nth-child(1)::before {
	position: absolute;
	top: 0;
	content: "";
	background: #ddd;
	height: 1px;
	width: calc(100% + 2rem);
	left: 50%;
	transform: translate(-50%);
}

.contenedor_relieve .no_border {
	border: none;
}

.contenedor_relieve .contenedor:last-child {
	border: none;
}

a.contenedor_relieve,
a.contenedor {
	display: block;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s ease-in;
}

a.contenedor_relieve:hover,
a.contenedor_relieve:active {
	background-color: #cb4a67;
	color: #fff;
}

.cuadro_viaje_nombre {
	font-size: 1.3rem;
	line-height: 30px;
}

.cuadro_viaje_hora,
.cuadro_viaje_lugar {
	font-size: 0.7rem;
}

.cuadro_viaje_disponibles {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cuadro_viaje_asiento {
	flex: 0 0 15%;
	height: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.cuadro_viaje_asiento_ocupado {
	background-image: url(../img/sm/asiento_ocupado.svg);
}

.cuadro_viaje_asiento_libre {
	background-image: url(../img/sm/asiento_libre.svg);
}

.viaje_flash {
	position: relative;
	border: 1px solid #4bbc38;
}

.viaje_flash div.info_flash {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	height: 15px;
	width: 15px;
	background: url(../img/sm/viaje_flash.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

#page_tu_conductor .boton_principal.boton_reservar {
	background: #dadada;
	color: #4d4d4d;
}

.app_page .bloques_datos {
	padding: 0;
	padding-bottom: 20px;
}

.app_page .bloque_dato {
	padding: 0 0 1rem 0;
	min-height: 60px;
}

.app_page .bloque_dato_doble {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.app_page .bloque_dato_doble > div {
	flex: 0 0 calc(50% - 0.5rem);
}

.app_page .bloque_dato:last-child {
	border: none;
}

.app_page .bloque_dato.form-switch.form-check-reverse {
	padding-right: 3.2em;
}

.app_page .bloque_dato.form-switch.form-check-reverse label {
	vertical-align: middle;
}

.app_page .bloque_separador {
	border-bottom: 1px solid #ddd;
}

.app_page .ficha_conductor {
	padding: 0;
	font-size: 1rem;
}

.sidenav_container {
	height: 100%;
	width: 100%;
	position: absolute;
}

.sidenav_container.active {
	z-index: 40;
}

.sidenav_background {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	transition: background 0.3s, z-index 0s 0.3s;
}

.sidenav_container.active .sidenav_background {
	background: #0004;
	z-index: 40;
}

.sidenav {
	height: 100%;
	width: 80%;
	max-width: 400px;
	position: absolute;
	background: #fff;
	border-radius: 0 1rem 1rem 0;
	box-shadow: 0 0 10px #0008, 0 0 6px #0006 inset;
	transform: translate(-100%);
	z-index: 0;
	transition: transform 0.3s, z-index 0s 0.3s;
	padding: 2rem;
	display: flex;
	flex-direction: column;
}

.sidenav_container.active .sidenav {
	transform: translate(0);
	z-index: 40;
}

.sidenav img {
	object-fit: contain;
	width: 100%;
	height: 200px;
}

.sidenav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidenav ul li {
	margin-bottom: 1rem;
	font-size: 16px;
}

.sidenav ul li a {
	text-decoration: none;
	color: unset;
}

.ficha_conductor .imagen_perfil {
	width: 80px;
	height: 80px;
}

.detalles_viaje .estrella {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../img/sm/estrella.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	margin-right: 0.25rem;
}

.detalles_viaje .sobre_viaje {
	display: flex;
	flex-wrap: wrap;
}

.detalles_viaje .item {
	width: 33.33333%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30px 30px;
	padding-top: 32px;
	padding-bottom: 0.5rem;
	display: inline-block;
	font-size: 0.6rem;
}

.item_mascarilla {
	background-image: url(../img/sm/mascarilla.png);
}

.item_mascotas {
	background-image: url(../img/sm/mascotas.png);
}

.item_novalija {
	background-image: url(../img/sm/novalija.png);
}

.item_nofumar {
	background-image: url(../img/sm/nofumar.png);
}

.item_musica {
	background-image: url(../img/sm/musica.png);
}

.item_bebe {
	background-image: url(../img/sm/bebe.png);
}

.contenedor_tarjetas {
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	padding: 1rem;
	margin: 1rem 0;
}

.contenedor_tarjetas .tarjeta {
	flex: 0 0 auto;
	height: 160px;
	background: rgb(194, 45, 58);
	background: linear-gradient(180deg, #c22d3a 0%, #d155b4 100%);
	width: 270px;
	margin-right: 20px;
	box-shadow: -2px 2px 5px #fff6 inset, 2px -2px 5px #0005 inset, 0 4px 6px #0004;
	border-radius: 6px;
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    padding: .5rem;
	transition: all .125s;
}

.contenedor_tarjetas .tarjeta.seleccionada {
    box-shadow: -2px 2px 5px #fff6 inset, 2px -2px 5px #0005 inset, 0 6px 10px #0006;
    transform: translate(0, -10px);
}

.contenedor_tarjetas .tarjeta.seleccionada:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(220deg, #fff, transparent);
    top: 0;
    left: 0;
    opacity: 0.2;
}

.contenedor_tarjetas .tarjeta .contenedor_imagen {
	background: #FFF;
    border-radius: .25rem;
	align-self: flex-end;
}

.contenedor_tarjetas .tarjeta:last-child {
	margin-right: 0;
}

.contenedor_numeros {
	display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.contenedor_puntos {
	display: flex;
    justify-content: space-between;
    gap: 3px;
}

.contenedor_puntos .punto {
	width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 100%;
}

.btn.boton_eliminar {
    margin-top: .5rem;
    background: #C44366;
	color: #FFF;
	display: none;
}

.boton_eliminar.visible{
	display: block;
}

.app_page .ficha_perfil {
	padding: 0;
	padding-bottom: 20px;
	font-size: 1rem;
}

.ficha_perfil .contenedor {
	padding: 15px;
	min-height: 60px;
}

.titulo {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.subtitulo {
	font-weight: 600;
	font-size: 0.9rem;
	color: #696969;
}

.estrella {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../img/sm/estrella.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

button.opcion.opcion_estrella {
	padding: 0;
}

.contenedor_estrellas .estrella {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url(../img/sm/estrella.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
}

.contenedor_estrellas .estrella.estrella_chica {
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
}

.contenedor_estrellas .estrella_color {
	background-image: url(../img/sm/estrella_color.svg);
}

.imagen_perfil {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
	object-fit: cover;
}

.ficha_perfil .imagen_perfil {
	width: 60px;
	height: 60px;
}

.ficha_perfil .sub_texto {
	font-size: 0.8rem;
}

.slider {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	min-height: 180px;
	padding: 0 0 1rem 0;
}

.slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 40%;
	margin-right: 0.5rem;
	padding: 0.5rem;
	border-radius: 1.2rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Temporal */
.slide .titulo {
	display: none;
}

.slide.favoritos {
	background-image: url("../img/sm/favoritos_viajero.png");
}

.slide.beneficios {
	background-image: url("../img/sm/beneficios_viajero.png");
}

.slide.pagos {
	background-image: url("../img/sm/mis_pagos_viajero.png");
}

.slide.calificaciones {
	background-image: url("../img/sm/reseñas_viajero.png");
}

.informacion_perfil {
	font-weight: 400;
	font-size: 14px;
}

.icono_informacion_perfil {
	width: 20px;
	margin-right: 0.5rem;
}

.horarios .hora {
	font-size: 1rem;
	font-weight: 600;
	flex: 0 0 15%;
}

.horarios .icono_pin {
	flex: 0 0 10%;
	position: relative;
}

.horarios .salida .icono_pin:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 49%;
	height: 100%;
	border-right: 2px dashed #ccc;
}

input.hora_salida::-webkit-calendar-picker-indicator {
	width: 80%;
	background-position: right;
}

.icono_pin img {
	width: 30px;
	height: 30px;
	margin: 0 0.5rem;
}

.horarios .detalles {
	flex: 0 1 75%;
}

.horarios .detalles .ubicacion {
	font-weight: 400;
}

.total_label + .total {
	font-size: 1.3rem;
	font-weight: 400;
}

.app_page .navegacion_mensajes {
	margin: 0;
	border-radius: 0 0 1.2rem 1.2rem;
	box-shadow: 0px 2px 4px #0005, -2px 2px 3px rgb(0 0 0 / 10%) inset, 2px -2px 3px rgb(0 0 0 / 20%) inset;
}

.atras_navegacion_mensajes {
	display: flex;
	align-items: center;
}

.mis_mensajes .mensaje {
	position: relative;
	padding: 1rem;
	border-radius: 1.2rem 1.2rem 1.2rem 0;
	background: #dadada;
	margin-bottom: 2rem;
	max-width: 60%;
	align-self: flex-start;
	font-weight: 400;
	color: #4d4d4d;
}

.mis_mensajes .mensaje .hora {
	position: absolute;
	bottom: -1.25rem;
	left: 0;
	color: #979797;
}

.mis_mensajes .mensaje.enviado .hora {
	left: unset;
	right: 0;
}

.mis_mensajes .mensaje.enviado {
	background: -webkit-linear-gradient(#cc5255, #da78c8);
	align-self: flex-end;
	border-radius: 1.2rem 1.2rem 0 1.2rem;
	color: #fff;
}

.footer_mensaje {
	margin-bottom: 0;
	border-radius: 1.2rem 1.2rem 0 0;
}

.contenedor_campo_mensaje {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #dadada;
	border-radius: 1.2rem;
	width: 100%;
	height: 100%;
}

.footer_mensaje .campo_mensaje {
	padding-left: 0.5rem;
	border-radius: 1.2rem 0 0 1.2rem;
	height: 100%;
	width: 90%;
	border: none;
}

.footer_mensaje .campo_mensaje:focus-visible {
	outline: none;
}

.footer_mensaje button {
	margin: 0 0.25rem;
	padding: 0.25rem;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
}

.footer_mensaje button img {
	height: 100%;
}

.tipos_vehiculo {
	display: flex;
	justify-content: space-between;
	pad: 1rem 0.25rem;
}

.tipo_vehiculo {
	width: 60px;
	flex: 0 0 60px;
	margin-right: 1rem;
	border: none;
	background: unset;
	padding: 0.25rem;
}

.tipo_vehiculo img {
	height: 100%;
	width: 100%;
}

.seleccionada.vehiculo_tipo_1 img {
	content: url("../img/sm/vehiculo_tipo_1_seleccionado.svg");
}

.seleccionada.vehiculo_tipo_2 img {
	content: url("../img/sm/vehiculo_tipo_2_seleccionado.svg");
}

.seleccionada.vehiculo_tipo_3 img {
	content: url("../img/sm/vehiculo_tipo_3_seleccionado.svg");
}

.seleccionada.vehiculo_tipo_4 img {
	content: url("../img/sm/vehiculo_tipo_4_seleccionado.svg");
}

.contenedor_estrellas {
	display: flex;
	gap: 0.25rem;
}

.opcion_estrella {
	background: #fff;
	border: none;
}

.colores {
	display: flex;
	justify-content: space-between;
	overflow-x: auto;
	padding: 1rem 0.25rem;
}

.colores .color {
	height: 40px;
	flex: 0 0 40px;
	margin-right: 1rem;
	border-radius: 100%;
	box-shadow: 4px -4px 4px #0004 inset;
	border: none;
}

.colores .color:last-child {
	margin: 0;
}

.colores .color.seleccionada {
	border: 3px solid #ccc;
}

.controlador_cantidad {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
}

.controlador_cantidad .cantidad {
	margin: 0 0.25rem;
	min-width: 1.25rem;
	text-align: center;
}

.controlador_cantidad button {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #979797;
	border: 1px solid #979797;
	background: #fff;
	padding: 0;
}

img.imagen_vehiculo {
	width: 100%;
	height: 70px;
	object-fit: cover;
	border-radius: 0.2rem;
}

img.imagen_vehiculo_grande {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 0.2rem;
}

.burbuja_notificacion {
	margin-right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: linear-gradient(45deg, #bf4ea6, #cf5c5c);
	box-shadow: -4px 4px 4px #fff3 inset, 4px -4px 4px #0003 inset;
}

.viajeros_pendientes {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.viajeros_confirmados .adicionales,
.viajeros_pendientes .adicionales {
	width: 40px;
	height: 40px;
	background: #e5e5e5;
	border-radius: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: #0009;
}

.contenedor_pass {
	position: relative;
}

.mostrar_ocultar_pass {
	display: flex;
	align-items: center;
	border: none;
	background: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0.5rem;
	width: 40px;
	height: 40px;
}

label.subir_archivo {
	position: relative;
}

img.subir_archivo_icono {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(0, -50%);
	width: 14px;
}

img.img_async {
	display: none;
}

img.img_async.cargada {
	display: unset;
}

.metodo_pago_iframe {
	width: 100%;
	height: 550px;
}

/************************************************ CHECKBOX ***********************************************/

label.checkbox {
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 0.25rem;
	box-shadow: 0px 4px 4px #0003;
}

input.checkbox {
	display: none;
}

input:checked ~ label.checkbox {
	background: #800;
}

/************************************************ SWITCH **************************************************/

.switch {
	position: relative;
	display: flex;
	align-items: center;
	width: 52px;
	height: 30px;
	padding: 2px;
	border: 0;
	border-radius: 1rem;
	box-shadow: 1px -1px 4px #0003 inset;
	background: #979797;
}

.switch.active {
	background: -webkit-linear-gradient(#cc5255, #da78c8);
}

.circulo_switch {
	position: absolute;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 100%;
	transition: all 0.1s;
}

.switch.active .circulo_switch {
	transform: translate(calc(100% - 4px));
}

.contenedor_form {
	display: none;
}

.contenedor_form.active {
	display: block;
}

/**************************************************************************************************************/

.contenedor_botones_opciones .boton_opcion {
	width: 100%;
	border: none;
}

.contenedor_botones_opciones .boton_opcion.seleccionado {
	color: #fff;
	background: #cb4a67;
}

/****************************************** CHOICES (SELECTS) *************************************************/

/* Para que no se vea el select original mientras carga */
.select_choices {
	display: none;
}

.choices {
	margin-bottom: 1rem;
}

.choices__inner {
	border-radius: 1rem;
	box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1) inset;
	font-size: 1rem;
	padding: 0.1rem 0.5rem;
	background: #fff;
	font-weight: 400;
	color: #4d4d4d;
	font-family: inherit;
	min-height: unset;
}

.choices[data-type*="select-one"] .choices__inner {
	padding-bottom: 0.1rem;
}

.is-open .choices__inner {
	border-radius: 1rem;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
	border-radius: 0 0 1rem 1rem;
}

/************************************************ CALENDARIO **************************************************/

.datepicker.active {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.datepicker-picker {
	box-shadow: 0 2px 6px #0004;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

.datepicker-picker .datepicker-header {
	border-radius: 2rem;
	box-shadow: 0 4px 4px #0004 inset;
	align-items: center;
	padding: 0.25rem 0.5rem;
}

.datepicker-header .datepicker-controls .button {
	padding: 0;
}

button.button.prev-btn,
button.button.next-btn {
	width: 30px;
	height: 30px;
	background: #fff;
	box-shadow: 0 4px 4px #0004;
	border-radius: 100%;
}

button.button.prev-btn img,
button.button.next-btn img {
	width: 15px;
	height: 15px;
}

.datepicker-header .datepicker-controls {
	align-items: center;
}

.datepicker-controls .view-switch {
	background: transparent;
	height: 100%;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
	border-radius: 100%;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
	background: -webkit-linear-gradient(#cc5255, #da78c8);
	color: #fff;
}

span.datepicker-cell.day.con_viajes {
	position: relative;
}

.datepicker-cell.day.con_viajes:not(.focused):after {
	background: #da78c8;
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: calc(50% - 2.5px);
	bottom: 4px;
	border-radius: 100%;
}

/******************************************************************************************************/

div.mensaje_error,
div.mensaje_correcto {
	display: none;
	padding: 1rem;
	background: #fd4c4c;
	color: #fff;
	font-size: 14px;
	margin: 1rem 0;
	border-radius: 1rem;
	box-shadow: 0 2px 4px #0005;
	font-weight: 600;
	transition: 0.3s;
}

div.mensaje_correcto {
	background: #78cb8d;
}

#popup {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

#popup.active {
	z-index: 50;
	opacity: 1;
}

#popup .popup_background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0004;
	transition: background 0.3s, z-index 0s 0.3s;
}

#popup.active .popup_background {
	z-index: 50;
}

#popup.active .popup_content {
	padding: 1rem;
	z-index: 50;
}

#popup .popup_botones {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

#popup .popup_botones button {
	width: 50%;
	border: none;
	padding: 0.5rem 1rem;
}

.contenedor_lista_ordenable .titulo_lista {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.boton_chico_wide {
	height: 36px;
	padding: 0 1rem;
}

.boton_chico {
	height: 36px;
	width: 36px;
	padding: 0;
	margin: 0 0 0 0.5rem;
}

.boton_chico img {
	padding: 0.5rem;
	width: 100%;
	height: 100%;
}

.contenedor_lista_ordenable .item_handle {
	width: 36px;
	font-size: 22px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.contenedor_lista_ordenable .item_contenido {
	flex: 1;
}

.contenedor_lista_ordenable .lista_ordenable_item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-block: 1rem;
	background: #fff;
}

.contenedor_lista_ordenable .lista_ordenable_item:not(:last-child) {
	border-bottom: 1px solid #0003;
}

.contenedor_lista_ordenable .lista_ordenable_item .choices {
	margin-bottom: 0.5rem;
}

.buttons {
display: flex;
justify-content: center;
margin-bottom: 40px;
}

.tipo_btn {
background-color: #dddddd;
padding: 15px 0;
cursor: pointer;
font-family: "Source Sans Pro", sans-serif !important;
font-size: 18px;
font-weight: 500;
color: #888888;
text-transform: capitalize;
width: 50%;

transition: all .2s ease-in-out;
}

.tipo_btn.tipo_selected {
background-color: #39c191;
color: white;
font-weight: 700;
}

.address_buscador {
display: flex;
align-items: center;
margin: 10px;
}

.address_buscador.caluclar_flete_buscador {
	align-items: end;
	justify-content: space-between;
}

.address_buscar-input {
margin-bottom: 0;
}

.btn.btn-full.address_buscar-btn {
margin: 5px;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}

.address_buscar-p {
text-align: center;
margin-bottom: 10px;
}

.banner_chico-img {
width: 90px;
height: 90px;
min-width: 90px;
min-height: 90px;
max-width: 90px;
max-height: 90px;
}

.banner_chico-img img {
height: 100%;
width: 100%;
object-fit: cover;
}

.lote span b {
	font-weight: bold;
}

.select_label {
    background-color: white;
    position: relative;
    top: 10px;
    z-index: 100;
    left: 4px;
    padding: 0 6px;
}

.select_container .dropdown.bootstrap-select.show-tick.form-control,
.select_container .btn.dropdown-toggle {
	border-radius: 10px;
}

.select_container .btn.dropdown-toggle {
	padding: 12px;
	font-size: 13px;
	color: rgb(108, 108, 108);
	background-color: white;
}

.no-after::after {
	display: none !important;
}

#buscador_home_resultados {
	background-color: white;
	position: absolute;
	top: 36px;
	width: 100%;
	z-index: 60;
	box-shadow: 0 5px 10px 2px #929292;
	border-radius: 0 0 10px 10px;
}

.buscador_home_tipo_txt {	
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
    margin-left: 10px;
}

.buscador_home_cat {
	font-size: 15px;
    line-height: 2;
    margin: 12px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-left: 20px;
	cursor: pointer;
	user-select: none;
}

.buscador_home_cat:hover {
	background-color: rgb(227, 227, 227)
}

.ventas_frigo_btn {
display: none;
}

.cargando {
	visibility: hidden;
	position: relative;
}

.cargando:after {
	visibility: visible;
	content: "";
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	margin: 1rem;
	animation: 0.9s cargando infinite;
	border-radius: 0.75rem;
}

input#login_recordar:hover, input#login_recordar:active, input#login_recordar:focus-visible, input#login_recordar:focus-within {
    appearance: auto !important;
}

@keyframes cargando {
	0% {
		background: #fff;
	}
	50% {
		background: #d5d5d5;
	}
	100% {
		background: #fff;
	}
}

/**************************************************************************************************************/

@media (max-width: 420px) {
	.app_page .contenedor_campos {
		margin-top: 0;
	}

	a.contenedor_relieve {
		transition: none;
	}

	.app_page {
		transform: translateX(100%);
	}

	.app_page_pre_active {
		display: block;
	}

	.app_page_active {
		display: block;
		transform: translateX(0);
		transition: transform 0.2s ease-out;
	}

	.app_page_subactive {
		display: block;
		opacity: 0;
		transition: opacity 0.2s ease-out;
		transform: translateX(0);
	}
}

@media (min-width: 992px) {
	::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}

	::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 5px;
	}

	::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 5px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
}
