@media screen and (max-width: 1245px)
{
	.Contenido .Seccion .Centrar .Titulo
	{
		font-size: 1.7em;
	}
	.Contenido .Seccion .Centrar .SubTitulo
	{
		font-size: 1.1em;
	}
	.Contenido .Seccion .Centrar .SubTitulo .Span
	{
		font-weight: 700;
	}
	.Contenido .Seccion .Centrar .Parrafo
	{
		font-size: .9em;
	}
	.Tours .Titulo
	{
		font-size: 1.7em;
	}
	.Tours .SubTitulo
	{
		font-size: 1.2em;
	}
	.Tours .Tour
	{
		max-width: 300px;
		height: 550px;
	}
	.Tours .Tour:nth-child(5),
	.Tours .Tour:nth-child(6),
	.Tours .Tour:nth-child(7)
	{
		height: 600px;
	}
	.Tours .Tour .Imagen
	{
		width: 100%;
		height: 55%;
	}
	.Tours .Tour .Texto
	{
		top: 45%;
		width: 100%;
		height: 55%;
		border-left: solid 1px rgba(0,0,0,.2);
		padding: 30px 15px 15px 15px;
		background-image: linear-gradient(to bottom, rgba(255,255,255,.5)0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 30%);
	}
	.Tours .Tour .Texto .Parrafo.Primero
	{
		margin-bottom: 20px;
	}
	.Tours .Tour .Texto .Parrafo.Days
	{
		width: 80%;
		margin-left: 10%;
		margin-bottom: 20px;
		font-size: 1em;
	}
	.Tours .Tour .Texto .Parrafo.Days:before
	{
		width: 10px;
		left: 43%;
		margin-bottom: 
	}
	.Tours .Tour .Texto .Precio
	{
		/*border-right: solid 1px rgb(252, 131, 13);*/
		width: 80%;
		margin-left: 10%;
		border-right: transparent;
	}
	.Tours .Tour .Texto .Precio:before,
	.Tours .Tour .Texto .Precio:after
	{
		background-image: linear-gradient(to right, rgba(252,131,13,0), rgba(252,131,13,1), rgba(252,131,13,0));
	}
	.Tours .Tour .Texto .Boton
	{
		width: 290px;
		left: 4px;
		transform: translateX(0);
		font-size: 1em;
		padding: 10px 45px 10px 10px;
		text-align: center;
		clip-path: polygon(5% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 25%);
	}
	.Tours .Tour .Texto .Boton .Icon
	{
		top: 6px;
	}
}
@media screen and (max-width: 850px)
{
	.Contenido
	{
		clip-path: polygon(100% 0, 100% 100%, 90% 100%, 77% 100%, 60% 100%, 0 100%, 0 0);
	}
	.Contenido .Seccion
	{
		width: 100vw;
		min-width: 300px;
	}
	.ContenidoDos
	{
		text-align: center;
	}
	.ContenidoDos .Seccion
	{
		transform: translateY(-70px);
		padding: 10px;
		border: solid 1px rgba(0,0,0,.2);
		border-radius: 3px;
		width: 100vw;
		max-width: 300px;
		background-color: white;
	}
}