@media only screen and (max-width: 960px) {
	#talleres_cointreau, .taller_fizz{
		width: 100%;
	}
	
	#talleres_cointreau section#carrousel article{
		width: 80%;
	}
	
	#talleres_cointreau .bx-wrapper .bx-controls .bx-prev{
		width: 20px;
		background-size: 100%; 
		left: -30px;
	}
	
	#talleres_cointreau .bx-wrapper .bx-controls .bx-next{
		width: 20px;
		background-size: 100%; 
		right: -30px;
	}
	
	#talleres_cointreau section#talleres #banner_mapa{
		margin-left: 0;
	}
	
	#talleres_cointreau section#talleres #banner_reserva{
		margin-left: 0;
	}
	
	.taller_fizz #fizz_plan #imagen_prin{
		float: none;
		text-align: center;
		display: inline-block;
	}
	
	.taller_fizz #fizz_plan #imagen_prin img{
		width: 95%;
	}
	
	.taller_fizz #fizz_plan #info_fizz{
		float: none;
		margin-left: calc(50% - 165px);
		padding: 30px 1px 10px;
	}
}

@media only screen and (max-width: 740px) {
	#talleres_cointreau section#talleres #banner_reserva{
		width: 96%;
	}
	
	#talleres_cointreau section#talleres #banner_reserva img{
		width: 100%;
	}
	
	.taller_fizz #fizz_plan #imagen_prin {
		width: 100%;
	}
	
}

@media only screen and (max-width: 640px) {
	
	.taller_fizz #fizz_plan{
		padding: 26px 1% 70px;
	}
	
	.taller_fizz #fizz_plan article{
		padding: 0 1%;
	}
	
	.taller_fizz #fizz_plan h2{
		font-size: 23px;
	}
	
	.taller_fizz #fizz_plan h2 label{
		margin-left: 15px;
		padding-right: 10px;
	}
	
	.taller_fizz #fizz_plan h2 a{
		font-size: 12px;
		margin-top: 0;
		margin-right: 0;
	}
	
	.taller_fizz #fizz_plan .desc_aux{
		margin-left: 0;
	}
	
	.taller_fizz #fizz_plan .desc_aux img{
		float: none;
	}
	
	.taller_fizz #fizz_plan .desc_aux p{
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	.taller_fizz #fizz_plan div#contenido{
		font-size: 17px;
		padding: 15px 25px;
	}
	
	.taller_fizz #fizz_plan #info_fizz{
		width: 290px;
		font-size: 15px;
		margin-left: calc(50% - 148px);
	}
	
	.taller_fizz #fizz_plan p{
		margin-left: 0;
	}
}

@media only screen and (max-width: 380px) {
	#talleres_cointreau section#talleres #banner_mapa{
		width: 96%;
	}
	
	#talleres_cointreau section#talleres #banner_mapa img{
		width: 100%;
	}
}