*{
	box-sizing:border-box;
	}
body{
	margin:10px;
	font-family: 'Signika', sans-serif;
	background:#ECF2DD;}
	
header {
	background-color:#EFE5EF;}

/* ------------------- Estilos Base ------------------- */

img{	
	display:block;
	width:100%;
	max-width:100%;
}

h1,h2,h3,h4,h5,h6{
	margin:0;}

.container{
	width:100%;
	margin:auto;
	}
.container--flex{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.column{
	width:100%;}
	
.margenes{
	margin: 20px 0;
	}
.enlacerojo:link,.enlacerojo:visited ,.enlacerojo:active {
	color:#FFF; 
	font-weight:bold;
	text-decoration: none;
}
.enlacerojo:hover {
	color: #FF0;
	font-weight:bold;
}
.enlaceblanco:link,.enlaceblanco:visited ,.enlaceblanco:active {
	color:#FFF; 
	font-weight:bold;
	text-decoration: none;
}
.enlaceblanco:hover {
	color: #FF0;
	font-weight:bold;
}
.column__title{
	color:#711371;}
 /*------------------- Estilos header ------------------- */
.imagen-logo{	
	width:100%;
	max-width:284px;
	margin-left: 10px;

}
.main-header{
	width:100%;
}
.main-header--contactInfo--phone {
	background-color:#711371;
	color:#FFF;
	margin: 0 auto;
	padding:10px;}
	
.main-header--contactInfo--address{	
	margin: 0;
	padding:10px;}

.main-header [class*="icon-"]:before {
	position:relative;
	top:2px;
	right:5px;
	}
/* ------------------- Estilos del Menu ------------------- */

.main-nav{
	width:100%;
	position:relative;
	z-index:2000;
	padding:10px;
}

.icon-menu{
	display:block;
	color:#FFF;
	border: 1px solid #FFF;
	border-radius:3px;
	width:40px;
	height:40px;
	line-height:45px;
	text-align:center;
	cursor:pointer;
	font-size:1.5em;}
	
.social-icon{
	display:flex;
	justify-content: space-between;
}

.social-icon [class*="icon-"]{
	color:#711371;
	margin-left:10px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	width:35px;
	height:35px;
	background:#FFF;
	border-radius:50%;
}

.social-icon__link{
	text-decoration:none;}
	
.menu{
	position:absolute;
	color:#FFF;
	top:60px;
	left: 0;
	width:100%;
	background:#A2BC57;/********************/
	padding:0;
	margin:0;
	list-style:none;
	text-align:left;
	height:0;
	overflow:hidden;
	transition: height .3s 	linear;
}


.menu__link{
	display:block;
	padding:15px;
	color:#FFF;
	text-decoration:none;
}

.menu__link:hover{
	background:rgba(113,19,113,0.70);}

.menu__link--select{
	background:#711371;}


.mostrar {
	height: 296px;}


/* ------------------- Estilos del Banner ------------------- */
.banner{
	margin-top:-60px;
	position:relative;
}

.banner:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:linear-gradient(rgba(0,0,0,0.5) 1%,rgba(255,255,255,0));
	/*background:rgba(0,0,0,0.5);*/
	z-index:1000;
	top:0;
}

.banner__img{
	width:100%;
	height:500px;
	object-fit:cover;
}
.banner__content{
	width:90%;
	color:#FFF;
	font-size: 1.8em;
	font-weight:bold;
	font-family: 'Courgette', sans-serif;
	text-align:center;
	position: absolute;
	z-index:1500;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%)}
	
	
/* ------------------- Estilos Principales ------------------- */
.group--color .container{
	background:#A2BC57;
	color:#FFF;
	padding:10px;
	text-align:center;}
	
.main__title{
	margin:15px 0;
	font-size:1.8em;
	font-family: 'Courgette', sans-serif;}
	
.main__txt{
	padding:20px;}
	
.colunm__title{
	font-size:1.3em;
	font-family: 'Courgette', sans-serif;}
	
.group__title{
	font-size:1.3em;
	font-family: 'Courgette', sans-serif;
	background:#4499EC;
	color:#FFF;
	padding:30px;
	text-align:center;}
	
.cajanaranja{
	background: #F90;
	}	

.main__about__description .column:nth-child(2){
	padding:2px;
	margin:5px 0;}
	
.btn{
	display:block;
	text-align:center;
	text-decoration:none;
	background:#FCB13A;
	color:#FFF;
	padding:10px;
	margin: 10px auto;}
	
.btn--verde{
	display:block;
	font-family: 'Courgette', sans-serif;
	font-size:0.9em;
	text-align:center;
	text-decoration:none;
	background:#C4DE95;
	color:#333;
	padding:5px;
	margin: 10px auto;}

.today-special .column{
	margin-bottom:30px;
	text-align:center;
	background:#FFF;
	padding:20px 0;
	}	
.today-special__img{
	margin:auto;
	max-width:350px;
}
.today-special__title{
	font-size:1.3em;
	font-family: 'Courgette', sans-serif;
	padding-top:10px;
	padding-bottom:20px;
}
.today-special__price{
	font-size:1.2em;
	color:#711371;
	font-weight:bold;
}
.objetivos{
	background:#FFF;
	height:100%;}
	
.cabecera_foto{
	display:block;
	width:100%;
	height:100%;
	max-height:300px;
	object-fit: cover;
}
	
.aizquierda{
	text-align:left;}
/* ------------------- Estilos del Footer ------------------- */

.main-footer{
	background:#A2BC57;
	color:#FFF;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:0.8em;
}

.copy{
	text-align:center;
	margin:auto;
	margin-top:15px;
}

.main-footer [class*="icon-"]
{
	color:#FFF;
	text-decoration:none;
}
.main-footer [class*="icon-"]:before
{	position:relative;
	top:3px;
	right:5px;
}

.today-special .column{
	border:5px solid #ddd;
	padding:5px; 
}

/* ------------------- Estilos responsive------------------- */

@media screen and (min-width: 630px){
		.column--50--25{
		width:49%;
		min-height:370px;
		}
		.column--33{
		width:32%;}

		.today-special__img{
		height:200px;
		object-fit: cover;}
	
		.today-special__price{
		font-size:1em;}
		
		.main__about__description .column:nth-child(2){
		margin:30px 0;}
		
		.imagen-logo{	
	max-width:500px;}

}
@media screen and (min-width: 850px){
	.main-header--contactInfo--phone {
		background:none;
		color:#711371;}

	.enlacerojo:link,.enlacerojo:visited ,.enlacerojo:active {
		color:#711371; 
		font-weight:bold;
		text-decoration: none;
	}
	.enlacerojo:hover {
		color: #000;
		font-weight:bold;
	}

	.main-header--contactInfo{
		text-align:right;}
	.banner__content{
		font-size:2.2em;}
	.column--50{
		width:49%;}
		
	.main-nav{
		padding:0 10px 0 0 ;
		background:#711371;
	}
	
	.icon-menu{
	display:none;}
	
	.menu{
	position:static;
	display:flex;
	height:auto;
	width:auto;}
	
	.aizquierda{
	margin:20px;}
	
	.imagen-logo{	
	max-width:600px;}

}

@media screen and (min-width: 1200px){
	.column--50--25{
		width:24%;
		}
	.main__about__description .column--50:nth-child(2) .column__txt{
		line-height:30px;}

}