.icono-desplegar-menu{
	float: right;
	font-size: 25px;
	color: #212125;
}

/*Tours*/
.titulo-sidebar{
	font-size: 19px;
	font-family: inter regular;
	font-weight: 600;
	color: #212125;
}

.titulo-producto-promocion{
	font-family: inter bold;
	font-size: 21px;
	font-weight: 800;
	color: #236092;
}

.boton-lo-quiero-tours{
	padding-left: 5px;
	padding-right: 5px;
}

@media(min-width:1440px){

	/*Lista de tours*/
	.titulo-card{
		height: 55px;
		font-family: inter regular;
		color: #236092;
		font-size: 21px;
		font-weight: 700;
		text-align: justify;
	}

	.precio-card-tours{
		font-size: 21px;
		font-family: inter regular;
		font-weight: 500;
		color: #212125;
	}

	.boton-lo-quiero-tours{
		background-color: #236092;
		color: white;
		width: 100px;
		font-weight: 500;
		font-family: inter regular;
		font-size: 13px;
	}

	.boton-lo-quiero-tours-esp{
		background-color: #236092;
		color: white;
		width: 100px;
		font-weight: 500;
		font-family: inter regular;
		font-size: 17px;
	}

	/*Detalles del tour*/

	.elemento-filtro{
		font-size: 16px;
	}

	.contenedor-galeria{
		display: flex;
	}

	.contenedor-elementos{
		margin-top: 89px;
		margin-bottom: 144px;
	}

	.titulo-producto{
		font-family: inter bold;
		font-size: 34px;
		font-weight: 700;
		color: #236092;
	}

	.caja-precios{
		padding-left: 113px;
	}

	.div-precios{
		width: 242px;
	}

	.precios{
		font-family: inter regular;
		font-size: 21px;
		font-weight: 500;
		color: #212125;
	}

	.reservar{
		background-color: #236092;
		color: white;
		font-size: 21px;
		font-weight: 700;
		width: 484px;
		height: 67px;
		margin-top: 13px;
	}

	.acordeon-elementos{
		margin-top: 55px;
	}

	.div-titulo-acordeon{
		background-color: #236092;
		border-radius: 3px;
	}

	.titulo-acordeon{
		color: white;
		font-size: 21px;
		font-weight: 600;
		font-family: inter regular;
	}	

	.texto-acordeon{
		font-family: inter regular;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		color: #212125;
	}

	.card-body{
		list-style: disc;
	}

}

@media(min-width:1280px) and (max-width: 1439px){

	/*Lista de tours*/
	.titulo-card{
		height: 55px;
		font-family: inter regular;
		color: #236092;
		font-size: 21px;
		font-weight: 700;
		text-align: justify;
	}

	.precio-card-tours{
		font-size: 17px;
		font-family: inter regular;
		font-weight: 500;
		color: #212125;
	}

	.boton-lo-quiero-tours{
		background-color: #236092;
		color: white;
		width: 100px;
		font-weight: 500;
		font-family: inter regular;
		font-size: 17px;
	}

	.boton-lo-quiero-tours-esp{
		background-color: #236092;
		color: white;
		width: 100px;
		font-weight: 500;
		font-family: inter regular;
		font-size: 17px;
	}

	/*Detalles del tour*/

	.contenedor-galeria{
		display: flex;
	}

	.contenedor-elementos{
		margin-top: 89px;
		margin-bottom: 144px;
	}

	.titulo-producto{
		font-family: inter regular;
		font-size: 34px;
		font-weight: 700;
		color: #236092;
	}

	.caja-precios{
		padding-left: 100px;
	}

	.div-precios{
		width: 385px;
		text-align: center;
		margin-bottom: 13px;
	}

	.precios{
		font-family: inter regular;
		font-size: 21px;
		font-weight: 500;
		color: #212125;
	}

	.reservar{
		background-color: #236092;
		color: white;
		font-size: 21px;
		font-weight: 700;
		width: 385px;
		height: 67px;
		margin-top: 13px;
	}

	.acordeon-elementos{
		margin-top: 55px;
	}

	.div-titulo-acordeon{
		background-color: #236092;
		border-radius: 3px;
	}

	.titulo-acordeon{
		color: white;
		font-size: 21px;
		font-weight: 600;
		font-family: inter regular;
	}	

	.texto-acordeon{
		font-family: inter regular;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		color: #212125;
	}

	.card-body{
		list-style: disc;
	}

}

@media(max-width: 1279px){

	/*Lista de tours*/
	.titulo-card{
		height: 55px;
		font-family: inter regular;
		color: #236092;
		font-size: 15px;
		font-weight: 700;
		text-align: justify;
	}

	.precio-card-tours{
		font-size: 16px;
		font-family: inter regular;
		font-weight: 500;
		color: #212125;
	}

	.boton-lo-quiero-tours{
		background-color: #236092;
		color: white;
		width: 100px;
		font-weight: 500;
		font-size: 15px;
		font-family: inter regular;
	}

	/*Detalles del tour*/

	.contenedor-galeria{
		display: none;
	}

	.contenedor-elementos{
		margin-top: 89px;
		margin-bottom: 144px;
	}

	.titulo-producto{
		font-family: inter regular;
		font-size: 34px;
		font-weight: 700;
		color: #236092;
	}

	.caja-precios{
		margin-top: 89px;
		padding-left: 0px;
		text-align: center;
	}

	.div-precios{
		width: 100%;
		text-align: center;
		margin-bottom: 21px;
	}

	.precios{
		font-family: inter regular;
		font-size: 21px;
		font-weight: 500;
		color: #212125;
	}

	.reservar{
		background-color: #236092;
		color: white;
		font-size: 21px;
		font-weight: 700;
		width: 80%;
		height: 67px;
		margin-top: 13px;
	}

	.acordeon-elementos{
		margin-top: 55px;
	}

	.div-titulo-acordeon{
		background-color: #236092;
		border-radius: 3px;
	}

	.titulo-acordeon{
		color: white;
		font-size: 21px;
		font-weight: 600;
		font-family: inter regular;
	}	

	.texto-acordeon{
		font-family: inter regular;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		color: #212125;
	}

	.card-body{
		list-style: disc;
	}

}