@media (max-width: 767px)
{
	::placeholder
	{
		font-size: 1.2rem !important;
		color: #6c6c6c !important;
	}
	h1
	{
		font-family: inherit;
		line-height: 0.8rem;
		margin: 0;
		padding-top: 1rem;
		padding-bottom: 1rem;
		color: #fe4e60 !important;
		font-size: 1.5rem !important;
		font-weight: bold !important;
	}
	.sys-btn, .button, button[type="submit"], input[type="submit"]
	{
		display: inline-block;
		vertical-align: top;
		text-align: center;
		line-height: 1.2;
		position: relative;
		transition-property: background,border,box-shadow,color,opacity,transform;
		transition-duration: 0.3s;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;
		border: 1px solid white;
	}

	.sys-btn-style_1
	{
		font-size: 16px;
		line-height: 1.2!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		border-radius: 0.3em;
		padding: 15px;
		background: red;
		border-color: transparent;
		color: #ffffff!important;
	}

	.sys-btn-style_1:hover
	{
		background: #d6d6d6;
		color: #000!important;
	}
	.sys-btn-style_2
	{
		font-size: 1.8rem !important;
		line-height: 1.2!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		border-radius: 0.3em;
		padding: 5px 10px;
		background: #3361fd;
		border-color: transparent;
		color: #ffffff!important;
		margin-left: 10px;
		margin-right: 10px;
	}

	.sys-btn-style_2:hover
	{
		background: #d6d6d6;
		color: #000!important;
	}
	.sys-btn-style_5
	{
		font-size: 1.8rem !important;
		line-height: 1.2!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		border-radius: 0.3em;
		padding: 5px 10px;
		background: grey;
		border-color: transparent;
		color: #ffffff!important;
		margin-left: 10px;
		margin-right: 10px;
	}

	.sys-btn-style_5:hover
	{
		background: #d6d6d6;
		color: #000!important;
	}
	.sys-btn-style_6
	{
		font-size: 16px;
		line-height: 1.2!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		border-radius: 0.3em;
		padding: 11px;
		background: red;
		border-color: transparent;
		color: #ffffff!important;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	.sys-btn-style_6:hover
	{
		background: #d6d6d6;
		color: #000!important;
	}
	.sys-btn-style_7
	{
		font-size: 16px;
		line-height: 1.2!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		border-radius: 0.3em;
		padding: 11px;
		background: darkgreen;
		border-color: transparent;
		color: #ffffff!important;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	.sys-btn-style_7:hover
	{
		background: green;
		color: #000!important;
	}
	.sys_notbar
	{
		background-color: white;
		position: fixed;
		z-index: 112;
		width: 350px;
		height: 30px;
		right: 0px;
		top: 3px;
		text-align: right;
		padding-right: 10px;
	}
	.sys_logo
	{
		max-height: 60px;
	}
	.sys_carrito
	{
		float: right;
		margin: 0px 0 0 22px;
		position: relative;
		display: flex;
		width: 30px;
		font-size: 20px;
		cursor: pointer;
		padding-top: 6px;
	}

	.sys_indicador_carrito
	{
		position: absolute;
		z-index: 100;
		background-color: red;
		color: white;
		border-radius: 25px;
		width: 15px;
		height: 15px;
		top: 4px;
		right: 3px;
		font-size: 9px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sys_notbar_a
	{
		font-size: 0.8rem;
	}
	.sys_mensaje_movil>h1
	{
		display: flex;
		text-align: center;
		width: 80%;
		margin-left: 10%;
		justify-content: center;
		align-items: center;
		text-shadow: 0.1em 0.1em grey;
		font-size: 1.5rem !important;
	}
	.sys_texto_portada
	{
		display: none;
	}






	/* estilos carrito lateral */
	.sys-btn-style_3
	{
		font-size: 16px;
		line-height: 1.2!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		width: 100%;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
	}

	.sys-btn-style_3:hover
	{
		background: #d6d6d6;
		color: #000!important;
	}
	.sys-btn-style_4
	{
		font-size: 16px;
		line-height: 1.2!important;
		font-weight: 700;
		font-style: normal;
		text-transform: none;
		letter-spacing: 0em;
		width: 100%;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		background: darkred;
		border-radius: 8px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.sys-btn-style_4:hover
	{
		background: #d6d6d6;
		color: #000!important;
	}
	.sys_blockcart_content
	{
		position: fixed;
		top: 0px;
		height: 100vh;
		z-index: 300;
		background-color: white;
		width: 280px;
		right: -300px;
		transition: all 0.8s;
		box-shadow: -7px 0px 5px 0px rgba(0,0,0,0.4);
		display: none;
		padding: 20px;
		border-bottom: 1px solid #e2e2e2;
	}
	.sys_blockcart_contenido
	{
		/*display: flex;*/
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column;
		/* height: 95vh;*/
		overflow-x: hidden;
		overflow-y: auto;
	}
	.sys_blockcart_titulo
	{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		padding-left: 20px;
		padding-right: 20px;
		height: 60px;
		background-color: #3361fd;
		color: #FFFFFF;
		justify-content: space-between;
		width: 100%;
		font-size: 1.2rem;
	}
	.sys_cesta_ofertas
	{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		min-height: 100px;
		flex-direction: column;
		margin-right: 20px;
		margin-top: 20px;
	}
	.sys_cart_products
	{
		width: 100%;
		margin-bottom: 20px;
		min-height: 250px;
		display: flex;
		flex-direction: column;
	}
	.sys_caja_dto
	{
		font-weight: normal;
		margin-right: 30px;
		text-align: center;
		font-size: 1.1rem;
		background-color: red;
		color: white;
		border-radius: 4px;
		padding: 8px;
	}
	.sys_cart_totalsdto
	{
		font-weight: bold;
		width: 100%;
		text-align: center;
		font-size: 1.1rem;
		color: white;
	}
	.sys_cart_totals
	{
		display: flex;
		width: 100%;
		height: 50px;
		justify-content: center;
		flex-direction: column;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.sys_subtitulo
	{
		font-size: 0.6rem;
	}
	.sys_cart_buttons
	{
		width: 100%;
		height: 35px;
		background-color: #3361fd;
		color: #FFFFFF;
		border-radius: 8px;
		margin-top: 20px;
	}
	.sys_cart_buttons2
	{
		margin-top: 30px;
		width: 100%;
		height: 50px;
		background-color: #3361fd;
		color: #FFFFFF;
		border-radius: 8px;
	}
	.sys_cart_buttons3
	{
		margin-top: 30px;
		width: 100%;
		background-color: #3361fd;
		color: #FFFFFF;
		border-radius: 8px;
	}
	/* estilos carrito lateral */

	.caja_boton_movil
	{
		width: 100%;
		margin-top: 10px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.show
	{
		display: flex !important;
		z-index: 103;
		position: fixed !important;
		top: 250px !important;
		transition: all 1s;
		box-shadow: -7px 0px 5px 0px rgba(0,0,0,0.4);
	}
	/* checkout */
	.sys_caja_formulario_contenedor
	{
		display: flex;
		align-items: center;
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sys_caja_formulario
	{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		border: 1px solid #333131;
	}
	.sys_caja_formulario input
	{
		background: white !important;
	}
	.sys_titulo_checkout
	{
		display: flex;
		align-items: center;
		width: 100%;
		background-color: red;
		color: white !important;
		justify-content: flex-start;
		min-height: 50px;
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 1.8rem;
		line-height: 35px;
	}
	.sys_titulo_checkout_blue
	{
		display: flex;
		align-items: center;
		width: 100vw;
		background-color: blue;
		color: white !important;
		justify-content: flex-start;
		min-height: 50px;
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 1.4rem;
		line-height: 35px;
	}

	.cajas_detalles_checkout
	{
		display: flex;
		align-items: center;
		margin-left: 30px;
		margin-bottom: 60px;
		margin-top: 20px;
		font-size: 1.4rem;
	}

	.cajas_detalles_checkout > input
	{
		margin-right: 20px !important;
		width: 30px !important;
	}
	.sys_caja_detalle
	{
		font-size: 0.9rem !important;
		line-height: 1.3em;
		font-weight: normal;
	}
	.boton_centrado
	{
		display: flex;
		align-items: center;
		margin-top: 40px;
		margin-bottom: 40px;
		justify-content: center;
	}
	/* caja precios */
	.caja_precios
	{
		width: 90%;
		display: none;
		flex-direction: column;
		overflow-y: auto;
		height: 44vh;
		background-color: #3361fd;
	}
	.caja_interior_precios
	{
		background-color: #3361fd;
		color: white;
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		padding: 10px;
	}
	.cols1
	{
		width: 100% !important;
	}
	.cols2
	{
		width: 100% !important;
	}
	.cols3
	{
		width: 100% !important;
	}
	.cols4
	{
		width: 100% !important;
	}

	.caja_interior_contenedor
	{
		background-color: white;
		color: grey;
		text-align: center;
		font-size: 0.8rem;
		font-weight: bold;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid grey;
	}
	/* caja precios */

	/* seguro cancelacion */
	.seguro_cancelacion
	{
		width: 90%;
		display: none;
		flex-direction: column;
		overflow-y: auto;
		height: 44vh;
		background-color: #FFF;
		border: 2px solid #3361fd;
		padding: 30px;
	}
	.texto_cancelacion
	{
		text-align: center;
		padding-top: 30px;
		font-size: 1.2rem;
	}

	.cerrar_seguro
	{
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 10px;
	}
	/* seguro cancelacion */

	/* destinos */
	.caja_destinos
	{
		width: 100%;
		display: flex;
		min-height: 100px;
		justify-content: flex-start;
		padding: 20px;
		margin-top: 40px;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.subcaja_destinos
	{
		width: 25%;
		display: flex;
		min-height: 100px;
		height: 490px;
		justify-content: space-around;
		align-items: center;
		box-shadow: -7px 0px 5px 0px rgb(0 0 0 / 20%);
		flex-direction: column;
		margin-left: 20px;
		border: 2px solid #f5f5f5;
		cursor: pointer;
	}
	.subcaja_destinos:hover
	{
		border: 2px solid black;
	}
	.subcaja_foto
	{
		width: 100%;
		display: flex;
		min-height: 250px;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.subcaja_titulo
	{
		width: 100%;
		font-size: 1.5rem;
		font-weight: bold;
		display: flex;
		min-height: 40px;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.subcaja_subtitulo
	{
		width: 100%;
		font-size: 0.8rem;
		font-weight: normal;
		min-height: 40px;
		text-align: justify;
		padding: 20px;
	}
	.subcaja_boton
	{
		width: 100%;
		font-size: 0.8rem;
		font-weight: normal;
		min-height: 40px;
		text-align: justify;
		padding: 20px;
	}
	.subcaja_precio
	{
		width: 100%;
		font-size: 0.9rem;
		font-weight: bold;
		display: flex;
		min-height: 40px;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	/* destinos */
	#mail
	{
		width: 350px;
	}
	#code
	{
		width: 350px;
	}
	.caja_accesot
	{
		width: 100%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		min-height: 70px;
		flex-direction: column;
	}
	.caja_accesot_form
	{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
		margin-top: 20px;
		flex-direction: column;
		align-items: center;
	}
	.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, textarea, input:not([type="submit"])
	, .w-form-checkbox, .w-form-radio
	{
		/* height: 55px !important; */
		border: 1px solid #6c6c6c !important;
	}
	/* cajas catalogo */
	.cesta_slide
	{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		width: 95%;
		flex-direction: column;
		border-bottom: 1px solid grey;
	}
	.subcesta_slide
	{
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		min-height: 40px;
		margin-top: 10px;
		width: 100%;
	}
	.cesta_ofertas
	{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		min-height: 100px;
		width: 100%;
		flex-direction: column;
		margin-top: 20px;
	}
	.subcesta_ofertas
	{
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		height: 40px;
		margin-top: 10px;
		width: 100%;
	}

	.cesta_checkout
	{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		min-height: 100px;
		width: 100%;
		flex-direction: column;
		margin-right: 20px;
		margin-top: 20px;
		border-bottom: 1px solid black;
		padding: 10px;
	}
	.subcesta_checkout
	{
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		height: 40px;
		margin-top: 10px;
		width: 100%;
	}

	.cesta_confirmacion
	{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		min-height: 100px;
		width: 100%;
		flex-direction: column;
		margin-right: 20px;
		margin-top: 20px;
	}
	.subcesta_confirmacion
	{
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		height: 40px;
		margin-top: 10px;
		width: 100%;
	}

	.sys_blockcart_titulo_pro_checkout_caja
	{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		height: 40px;
		color: #3361fd;
		font-size: 1.0rem;
		justify-content: space-between;
		width: 100%;
		line-height: 1rem;
	}
	.sys_blockcart_titulo_pro_slide_caja
	{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		height: 40px;
		color: white;
		font-size: 1.0rem;
		justify-content: space-between;
		width: 100%;
		line-height: 1rem;
	}
	#sys_cart_productsslide
	{
		width: 100%;
		min-height: 100px;
		height: 40vh;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.caja_descuentos_y_totales
	{
		font-weight: normal;
		text-align: center;
		font-size: 1.1rem;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.caja_descuentos_y_totales > span
	{
		font-size: 1.7rem !important;
		width: 100%;
		text-align: center;
		margin-right: 20px;
		font-weight: bold;
	}
	.sys_cart_totals_b
	{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
	}

	#nombre_total
	{
		font-size: 0.9rem !important;
	}
	#sys_cart_subtotal1
	{
		font-size: 0.9rem !important;
		text-decoration: line-through;
	}

	#caja_dto_checkout
	{
		font-weight: normal;
		margin-top: 20px;
		text-align: center;
		font-size: 1.1rem;
	}
	#sys_cart_totalsdto_check
	{
		width: 100%;
		text-align: center;
		color: black;
		right: 0px;
	}

	#totall_dto_slide
	{
		display: none;
		padding: 20px;
		width: 100%;
	}
	#totall_dto_slide_text
	{
		font-weight: normal;
		width: 100%;
		text-align: center;
		font-size: 0.8rem;
		color: white;
		background-color: red;
	}
	#caja_importes_slide
	{
		width: 100%;
		/*padding: 15px;*/
		display: flex;
		/*margin-bottom: 10px;*/
	}
	#caja_importes_checkout
	{
		width: 100%;
		padding: 15px;
		display: flex;
		margin-bottom: 10px;
	}
	#caja_importes
	{
		width: 100%;
		border: 2px solid #A8A8A8;
		border-radius: 8px;
		display: flex;
		flex-direction: column;
	}

	.sys_cart_totals_checkout_desc1
	{
		display: flex;
		width: 100%;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-size: 1.3rem;
		color: red;
	}
	.sys_cart_totals_checkout_desc2
	{
		display: flex;
		width: 100%;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-size: 1.6rem;
		color: red;
		font-weight: bold;
	}
	.sys_cart_totals_checkout_total1
	{
		display: flex;
		width: 100%;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-size: 1.4rem;
		color: black;
		margin-top: 20px;
	}
	.sys_cart_totals_checkout_total2
	{
		display: flex;
		width: 100%;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-size: 1.6rem;
		color: black;
		font-weight: bold;
	}


	.marco_modal_
	{

	}

	.subrayado
	{
		text-decoration: line-through;
	}
	.caja_resumen_unico_checkout
	{
		font-size: 1.8rem;
		color: #333131;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	/* form reserva taxi*/

	.sys_caja_reserva_taxi
	{
		display: flex;
		padding-top: 0px;
		flex-direction: column;
		margin: 10px;
		background-color: black;
		border: 0px solid red;
		border-radius: 6px;
	}
	.sys_tipo_taxi_marcado
	{
		display: flex;
		background-color: darkred;
		color: white;
		font-size: 1.5rem;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 50px;
		cursor: pointer;
	}
	.sys_tipo_taxi
	{
		display: flex;
		background-color: black;
		color: white;
		font-size: 1.5rem;
		align-items: center;
		justify-content: center;
		width: 50%;
		height: 50px;
		cursor: pointer;
	}
	.sys_pantalla_taxi_marcado
	{
		display: flex;
		background-color: darkred;
		color: white;
		font-size: 1.2rem;
		align-items: center;
		justify-content: center;
		width: 20%;
		height: 50px;
		cursor: pointer;
	}
	.sys_pantalla_taxi
	{
		display: flex;
		background-color: rgba(255,255,255,0.1);
		color: white;
		font-size: 1.2rem;
		align-items: center;
		justify-content: center;
		width: 20%;
		height: 50px;
		cursor: pointer;
	}
	.sys_titulo_taxi
	{
		display: flex;
		background-color: black;
		color: white;
		font-size: 1.1rem;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 30px;
		border-radius: 7px;
	}
	.sys_titulo_reserva_taxi
	{
		display: flex;
		background-color: white;
		color: #fc0000;
		font-size: 2.5rem;
		align-items: center;
		justify-content: center;
		width: 100%;
		line-height: 3rem;
		text-align: center;
		font-weight: bold;
	}
	.sys_opcion_trayecto_taxi
	{
		display: flex;
		background-color: #fff;
		color: #898989;
		font-size: 1rem;
		padding-left: 30px;
		padding-right: 30px;
		justify-content: flex-start;
		width: 100%;
		height: 30px;
		margin-top: 5px;
		margin-bottom: 5px;
		cursor: pointer;
		border-bottom: 1px solid #898989;
		align-items: center;
	}
	.sys_opcion_trayecto_taxi:hover
	{
		display: flex;
		background-color: rgba(208,0,0,0.5);
		color: #000;
		font-size: 1rem;
		padding-left: 30px;
		padding-right: 30px;
		justify-content: flex-start;
		width: 100%;
		height: 30px;
		margin-top: 5px;
		margin-bottom: 5px;
		cursor: pointer;
		border-bottom: 1px solid #898989;
		align-items: center;
	}
	.sys_caja_opciones
	{
		margin-bottom: 10px;
		overflow-y: auto;
		background-color: white;
		margin-top: 10px;
		border-radius: 5px;
		width: 100%;
	}
	.input_white
	{
		background-color: white !important;
		border: 1px solid grey !important;
		cursor: pointer;
		font-weight: 400;
		letter-spacing: 0em;
		border-radius: 0.2em;
		min-height: var(--inputs-height);
		line-height: var(--inputs-height);
		padding: 0 var(--inputs-padding);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.input_white_read
	{
		background-color: white !important;
		color: black !important;
		border: none !important;
		font-weight: 400;
		letter-spacing: 0em;
		border-radius: 0.2em;
		min-height: var(--inputs-height);
		line-height: var(--inputs-height);
		padding: 0 var(--inputs-padding);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.row_contenido
	{
		background-color: white;
	}

	.row_contenido:hover
	{
		background-color: rgba(208,0,0,0.5);
	}
	.row_contenido_calendario
	{
		align-items: center;
		justify-content: center;
		cursor: pointer;
		height: 45px;
		width: calc(100% / 7);
		display: flex;
		font-size: 1.1rem;
		color: #333131
	}
	.row_contenido_calendario_pasado
	{
		align-items: center;
		justify-content: center;
		cursor: pointer;
		height: 45px;
		width: calc(100% / 7);
		display: flex;
		font-size: 1.1rem;
		color: grey;
		background-color: #f3f3f3;
	}
	.row_contenido_calendario_marcado
	{
		align-items: center;
		justify-content: center;
		cursor: pointer;
		height: 45px;
		width: calc(100% / 7);
		display: flex;
		font-size: 1.1rem;
		color: white;
		background-color: blue;
	}
	.row_contenido_calendario:hover
	{
		background-color: rgba(0,0,0,0.5);
	}
	.sys_caja_coche_taxi
	{
		background-color: white !important;
		cursor: pointer;
		font-weight: 400;
		letter-spacing: 0em;
		width: 25%;
		display: flex;
		flex-direction: column;
	}
	.sys_caja_coche_taxi_marcado
	{
		background-color: white !important;
		cursor: pointer;
		font-weight: 400;
		letter-spacing: 0em;
		width: 25%;
		display: flex;
		flex-direction: column;
		opacity: 0.5;
	}
	.sys_caja_coche_taxi:hover
	{
		background-color: white !important;
		cursor: pointer;
		font-weight: 400;
		letter-spacing: 0em;
		width: 25%;
		display: flex;
		flex-direction: column;
	}
	.sys_caja_coche_taxi_marcado:hover
	{
		opacity: 1;
	}
	.sys_caja_coche_taxi_interior
	{
		background-color: white !important;
		cursor: pointer;
		font-weight: 400;
		letter-spacing: 0em;
		width: 100%;
		height: 170px;
		display: flex;
		flex-direction: column;
	}
	.def_destacado
	{
		height: 30px;
		width: 70px;
		background-color: red;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}
	.def_destacado_marcado
	{
		height: 30px;
		width: 70px;
		background-color: black;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	.map
	{
		width: 100%;
		height: 500px;
	}
	.subtitulo_gris
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 5px;
		border-bottom: 1px solid grey;
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 1.2rem;
		background-color: #3d3d3d;
	}
	#botonn1
	{
		display: none;
	}
	.numbercesta
	{
		width: 57px !important;
		padding: 0px !important;
		margin-right: 3px !important;
		font-size: 0.8rem !important;
		text-align: right !important;
		padding-right: 3px !important;
		border: 0px solid white !important;
		background-color: white !important;
		min-height: 10px !important;
		line-height: 0px !important;
		box-shadow: none !important;
	}
	#acciones_checkout
	{
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
		width: 100%;
		flex-direction: column;
	}
	#caja_importes_checkout
	{
		border: 1px solid red;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		width: 100%
	}
	.sys_blockcart_titulo_pro_checkout_caja
	{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		height: 40px;
		background-color: #3361fd;
		color: white;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 1.0rem;
		justify-content: space-between;
		width: 100%;
	}
	/* Formateamos el label que servirá de contenedor */
	.switch
	{
		position: relative;
		display: inline-block;
		min-width: 60px;
		height: 25px;
	}

	/* Ocultamos el checkbox html */
	.switch input
	{
		display: none;
	}

	/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
	.slider
	{
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	}

	/* Pintamos la perilla de control o slider usando el selector before */
	.slider:before
	{
		position: absolute;
		content: "";
		height: 18px;
		width: 18px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

	/* Cambiamos el color de fondo cuando el checkbox esta activado */
	input:checked + .slider
	{
		background-color: red;
	}

	/* Deslizamos el slider a la derecha cuando el checkbox esta activado */
	input:checked + .slider:before
	{
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}

	/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
	.slider.round
	{
		border-radius: 34px;
	}

	.slider.round:before
	{
		border-radius: 50%;
	}
	.caja_30
	{
		width: 100%;
	}
	.caja_68
	{
		width: 100%;
	}
	.caja_contenedor_30_68
	{
		width: 100%;
		display: flex;
		border: 1px solid grey;
		align-items: center;
		flex-direction: column;
	}
	button, input, optgroup, select, textarea {
		vertical-align: top;
		text-transform: none;
		color: grey !important;
		border: 1px solid #474747;
		margin: 0;
	}
}



