@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	/*este box es para q no se salgan los elementos en responsive*/
	
}



{
font-family: 'Inder', sans-serif;
font-family: 'La Belle Aurore', cursive;
font-family: 'Megrim', cursive;
font-family: 'Averia Sans Libre', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Yantramanav', sans-serif;
font-family: 'Fauna One', serif;
	
font-family: 'Open Sans', sans-serif;
font-family: 'Dancing Script', cursive;
font-family: 'News Cycle', sans-serif;
font-family: 'Satisfy', cursive;
font-family: 'Merriweather Sans', sans-serif;
	
	
/*nuevas*/	
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Markazi Text', serif;
font-family: 'Noto Serif', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Asap', sans-serif;	
	
}


body {
	background-color: #F4F4F4;
	font-family: 'Yantramanav', sans-serif;
	color: black;
}

header {
	width: 100%;
	height: 90px;
	background-color: #F8F8F8;
	opacity: .9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	
	transition: all ease .10s;

	-moz-: transition:all ease .10s;
	-ms-: transition:all ease .10s;
	-o-: transition:all ease .10s;
	-webkit-: transition:all ease .10s;
	}


.contenedor{
	width: 100%;
	height: 90px;
	margin: auto;
}


.contenedor #logotipo{
	width: 40%;
	height: auto;
	margin: auto;
    float: left;
}

.contenedor #logotipo img{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	position: relative;
	padding: 20px;
	padding-top: 10px;
	}


.contenedor #barra-top{
	width: 100%;
	height: 90px;
	top: 0px;
 /* background-color: rgba(244,244,244,0.50);*/
	color:rgba(0,0,0,1.00);
	font-size: 12px;
	}


header .contenedor{
	
	display: table;
	/*limpia los float de boton menu y otros del contenedor para q no se salgan*/
	}
	
	/* puse el float para probar posicion del boton responsivo*/


 .contenedor  #texto_menu{
	position: float;
	float: right;
	 font-size: 15px;
	 margin-top:  -50px;
	 margin-right: 70px;
	 color: rgba(201,8,68,1.00);
		
	}

	 .contenedor  .icon-menu-1{
	position: float; 
		 float: right;
		 margin-top: -60px;
		 margin-right: 20px;
		z-index: 10000;
		 color: rgba(201,8,68,1.00);
		 font-size: 35px;
		/* color: ghostwhite;*/
		/* puse el float para probar posicion del boton responsivo*/
	
	}




/*==================Slider movíl==========*/	
section{
	width: 100%;
	margin-bottom: 0px;
	
	}


	
 .animated fadeInDown {
  animation-duration: 3s;
  animation-delay: 3s;
  
}
	

.animated zoomIn {
  animation-duration: 10s;
  animation-delay: 20s;
 }


/*slider versión movil*/
#portada{
	text-align: center;
	margin-top: 68px;
	height: auto;
	display:block;
	margin-bottom: 0px;
	width: 100%;
	}	
	
	
	
#portada .slidermovil{
	
	
	height: auto;
	display:block;
	margin-bottom: 0px;
	width: 100%;
	}

/*slider versión escritorio, oculta en versión movil*/

#portada .slider1{
	
	display: none;
	
	}




#parallax{
	
	display: none;
	
	}
section{
	width: 100%;
	margin-bottom: 0px;
	
	}



#inicio{
	width: 100%;
	height: 1000px;
	text-align: center;
	margin: auto;
    margin-top: 0px;
	padding-top: 30px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	background-color:rgba(159,161,163,0.20);
		}	

	#inicio .contenedor2 .icono{
width: 100px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
		text-align: center;
		border-radius: 50px;
	border: 4px solid rgba(190,190,190,1.00);
		background-color: rgba(187,6,57,1.00);
		
	}
	

#inicio .contenedor2 .icono .frutas{
	
	width: auto;
	height: auto;
	text-align: center;
	padding-top: 10px;
	
	}


#inicio .servicios{
	width: 90%;
	height: auto;
	margin-top: 50px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 30px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

	
	
	#inicio .servicios #busqueda{
	width: 100%;
	height: 300px;
	float: left;
	margin-right: 3.00%;
	margin-left: 0%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	margin-bottom: 90px; 
		margin-top: -5px;
	/*	background-color:rgba(159,161,163,0.20);*/
		
		}

	
	#inicio .servicios #busqueda .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	}
	
	
	#inicio .servicios #busqueda .texto h1  {
	font-size: 16px;
	padding-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	/*font-weight: normal;*/
	text-align: center;
	letter-spacing: 1px;
	
	width: 85%;
	height: 40px;
	position: center;
	color:rgba(47,47,47,0.90);
	background-color:rgba(240,240,240,0.50);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.10);	
	
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	}




#inicio .servicios #busqueda p{
	padding-top: 15px;
	width: 85%;
	height: 300px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(0,0,0,1.00);
	font-family: 'Yantramanav', sans-serif;
	position: relative;
	margin: auto;
	text-align: justify;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	
		}

	#inicio .servicios #busqueda a{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
	cursor: pointer;
	
		}
	
    #inicio .servicios #registro{
	width: 100%;
	height: 300px;
	float: left;
	margin-right: 3.00%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	margin-bottom: 10px; 
	margin-top: -5px;
	/*background-color:rgba(181,109,208,0.40);*/
	
		}

	
	
	
	#inicio .servicios #registro .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
	
	#inicio .servicios #registro .texto h1  {
	font-size: 16px;
	padding-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	/*font-weight: normal;*/
	text-align: center;
	letter-spacing: 1px;
		
	width: 85%;
	height: 40px;
	position: center;
	color:rgba(47,47,47,0.90);
	background-color:rgba(240,240,240,0.50);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.10);	
	
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	}
	

#inicio .servicios #registro p{

	padding-top: 15px;
	width: 85%;
	height: 330px;
	font-size: 15px;
	color: rgba(21,21,21,1.00);
	font-family: 'Yantramanav', sans-serif;
	position: relative;
	margin: auto;
	text-align: justify;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	
		}



    #inicio .servicios #registro a{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
	cursor: pointer;
	
		}




/*======================parallax versión  movil==================*/

#parallax_movil{
	margin-bottom: 0px;
	margin: auto;
	margin-top: 0px;
	height: 950px;
	width: 100%;
	float: none;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
/*background-size: cover;*/
	display: block;
	background-image: url(../imagenes/banner/frutasen_gdl_movil.jpg);
	background-repeat: no-repeat;		
	text-align: center;
	background-position: center 0px;
	}
	



.animated fadeInDown {
  animation-duration: 2s;
  animation-delay: 1s;
  
}
	



#parallax_movil h4{
	font-size: 30px;
	color:rgba(187,5,45,1.00);
	font-family: 'Satisfy', cursive;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0px;
	width: 80%;
	padding-bottom: 5px;
	padding-top: 50px;
	display: block;
	text-shadow: 3px 3px 2px rgba(253,253,253,0.80);
	
transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	}
	


/*================== productos =============*/
#ancla_productos{
	
	width: 100%;
	margin-top: -120px;
	height: 0px;
	padding-top: 160px;
	}


/*================== 4 secciones =============*/

#ancla_contacto{
	
	width: 100%;
	margin-top: -200px;
	height: 0px;
	padding-top: 160px;
	
	}


/*==================Footer=============*/


footer {
margin-top: 5px;
height: 700px;
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:rgba(84,191,47,1.00);
	
	}

footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	width: auto;
	font-family: 'Merriweather Sans', sans-serif;
	text-decoration: none;
	list-style-type: none;
	}

footer .contenedor .icono{
width: 100px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
		text-align: center;
		border-radius: 50px;
	border: 4px solid rgba(253,253,253,1.00);
		background-color: rgba(187,6,57,1.00);
		margin-top: -40px;
	}
	

footer .contenedor .icono .icon-chat{
	
	
	font-size: 50px;
	color: rgba(237,237,237,1.00);

	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	}


	footer .contenedor .pedido {
width: 100%;
	height: auto;
	
	display: block;
		text-align: center;
		margin-top: 20px;
		
	}
	
	footer .contenedor .pedido h2{
width: 100%;
		height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
		text-align: center;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 18px;
		color: rgba(237,237,237,1.00);
		padding-bottom: 0px;
	}
	

footer .contenedor .icon-phone
{ 
	font-family: 'Yantramanav', sans-serif;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 0px;
	display: block;
/*onClick="return(navigator.userAgent.match(/Android | iphone | movile /i)) !=null;"*/
}

	footer .contenedor .icon-mail-alt
{ 
	font-family: 'Yantramanav', sans-serif;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	padding-top: 5px;
display: block;
	
}



.sociales{
	width: 100%;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
	padding-bottom: 0px;
	padding-top: 10px;
	}


.sociales a{
	color: #FFF;
	text-decoration: none;
	/*cursor: pointer;*/
	}


/*footer .contenedor .fb-like {
margin: auto;
}
*/

footer .contenedor  .icon-share-2
{
    margin: auto;
	width: 30px;
	height: 20px;
	
}





/*footer .contenedor a .sharethis-inline-share-buttons #data-network .st-custom-button  {
background-color :  # 0adeff ;
cursor :  puntero ;
color :  #fff ;
  }*/


.copy{
	font-size: 14px;
	color: #fff;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: lighter;
	text-align: center;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	}

footer .contenedor .icon-location{
	font-size: 15px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 0px;
	font-weight: lighter;
	text-align: center;
	width: 80%;
	line-height: 15px;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	
	text-decoration: none;
	}

footer .contenedor #logo_mina{
	width: 100%;
	height: auto;
	margin-top: 30px;
	}
	
	
	footer .contenedor #logo_mina .logotipo{
	height: auto;
	width: 100%;
	text-align: center;
	}
	
	footer .contenedor #logo_mina .logotipo img{
	
	width: 35%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	}


footer .seguro{
	width: 100%;
	text-align: center;
	margin-top: 400px;
	margin-bottom: 0px;
		}

footer .seguro a{
	text-decoration: none;
	cursor: none;
		}

/*====================   1024px  =========================
=======================================================
=======================================================
=======================================================*/


@media all and (min-width:1024px) {

header {
	width: 100%;
	height: 130px;
	background-color: #F8F8F8;
	opacity: .9;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	transition: all ease .10s;
	-moz-: transition:all ease .10s;
	-ms-: transition:all ease .10s;
	-o-: transition:all ease .10s;
	-webkit-: transition:all ease .10s;
	}
	
	
	.contenedor{
	width: 100%;
	height: 85px;
	margin: auto;
}


.contenedor #logotipo{
	width: 100%;
	height: auto;
	margin: auto;
	float: center;
	}
	
	
.contenedor #logotipo img{
	width: 18%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:center;
	padding-left: 0px;
	padding: 00px;
	padding-top: 5px;
	margin-bottom: 15px;
	display: block;
}
	
	.contenedor #barra-top{
	width: 90%;
	height: 130px;
	margin-top: 0px;
    margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:center;
	display: block;
	/*background-color: aqua;*/
		
}
	
		
	.contenedor  #texto_menu{
	display: none;
		/* puse el float para probar 
           posicion del boton responsivo*/
		}	
	
	
	#bienvenidos{
	display: none;
		
	}
	
	
	
/*==================Slider 1024==========*/

#portada{
	text-align: center;
	margin-top: 110px;
	height: auto;
	display:block;
	margin-bottom: 0px;
	width: 100%;
	}	
	
	
	
#portada .slider1{
	
	
	height: auto;
	display:block;
	margin-bottom: 0px;
	width: 100%;
	}
	
	
	#portada .slidermovil{
	
	display: none;
	
	}
	
	
	
	#inicio{
	width: 100%;
	height: 600px;
	text-align: center;
	margin: auto;
    margin-top: 0px;
	padding-top: 30px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	background-color:rgba(159,161,163,0.20);
		}	

	#inicio .contenedor2 .icono{
width: 100px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
		text-align: center;
		border-radius: 50px;
	border: 4px solid rgba(190,190,190,1.00);
		background-color: rgba(187,6,57,1.00);
		
	}
	

#inicio .contenedor2 .icono .frutas{
	
	width: auto;
	height: auto;
	text-align: center;
	padding-top: 10px;
	
	}
	
	
#inicio .servicios{
	width: 80%;
	height: auto;
	margin-top: 50px;
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 200px;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	}

	
	
	#inicio .servicios #busqueda{
	width: 47.0%;
	height: 250px;
	float: left;
	margin-right: 3.00%;
	margin-left: 0%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	margin-bottom: 10px; 
		margin-top: -5px;
	/*	background-color:rgba(159,161,163,0.20);*/
		
		}

	
	#inicio .servicios #busqueda .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	}
	
	
	#inicio .servicios #busqueda .texto h1  {
	font-size: 16px;
	padding-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	/*font-weight: normal;*/
	text-align: center;
	letter-spacing: 1px;
	
	width: 85%;
	height: 40px;
	position: center;
	color:rgba(47,47,47,0.90);
	background-color:rgba(240,240,240,0.50);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.10);	
	
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	}




#inicio .servicios #busqueda p{
	padding-top: 15px;
	width: 85%;
	height: 300px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(0,0,0,1.00);
	font-family: 'Yantramanav', sans-serif;
	position: relative;
	margin: auto;
	text-align: justify;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	
		}

	#inicio .servicios #busqueda a{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
	cursor: pointer;
	
		}
	
    #inicio .servicios #registro{
	width: 47.0%;
	height: 400px;
	float: left;
	margin-right: 3.00%;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 1;
	margin-bottom: 10px; 
	margin-top: -5px;
	/*background-color:rgba(181,109,208,0.40);*/
	
		}

	
	
	
	#inicio .servicios #registro .texto  {
	padding-top: -10px;
	width: 100%;
	height: auto;
	float: center;
	position: relative;
	margin: auto;
	z-index: 10000;
	
}
	
	#inicio .servicios #registro .texto h1  {
	font-size: 16px;
	padding-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	/*font-weight: normal;*/
	text-align: center;
	letter-spacing: 1px;
		
	width: 85%;
	height: 40px;
	position: center;
	color:rgba(47,47,47,0.90);
	background-color:rgba(240,240,240,0.50);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.10);	
	
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	}
	



#inicio .servicios #registro p{

	padding-top: 15px;
	width: 85%;
	height: 300px;
	font-size: 15px;
	color: rgba(21,21,21,1.00);
	font-family: 'Yantramanav', sans-serif;
	position: relative;
	margin: auto;
	text-align: justify;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
	
		}




    #inicio .servicios #registro a{
	width: 31.2%;
	height: 250px;
	float: right;
	margin-right: 0%;
	cursor: pointer;
	
		}
		

	
	
	
.animated zoomIn {
  animation-duration: 7s;
  animation-delay: 5s;
  
}


#parallax_movil{
	
		display: none;
		}
	
		
	#parallax{
	text-align: center;
	
	margin-top: 0px;
	background-image: url(../imagenes/banner/frutasen_guadalajara2.jpg);
	background-attachment: fixed;
	background-position: center 20px;
	height: 720px;
	background-size: cover;
	
	transition: all 1.0s ease-in-out .5s;
	-webkit-transition: all 1.0s ease-in-out .5s;
	-moz-transition: all 1.0s ease-in-out .5s;
	-o-transition: all 1.0s ease-in-out .5s; 
	-ms-transition: all 1.0s ease-in-out .5s;
	margin-bottom: 0px;
	background-repeat: no-repeat;		
	display: block;	
	}
	

#parallax h4{
	font-size: 37px;
	color: ghostwhite;
	font-family: 'Satisfy', cursive;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0px;
	width: 80%;
	padding-bottom: 5px;
	padding-top: 200px;
	display: block;
	text-shadow: 3px 2px 5px rgba(0,0,0,0.50);
transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	}
	


.animated fadeInDown {
  animation-duration: 2s;
  animation-delay: 1s;
  
}
	

/*================== SERVICIOS 1024px =============*/

#ancla_productos{
	
	width: 100%;
	margin-top: -160px;
	height: 0px;
	padding-top: 160px;
	}

	#ancla_contacto{
	width: 100%;
	height: 0px;
	margin-top: -255px;
	
	}
	
	

/*================== NOOTROS =============*/



#cuatro_secciones{
			
	display: none;	
	
		}


/*==================Footer 1024=============*/


footer {

margin-top: 40px;
height: 600px;
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:rgba(84,191,47,1.00);
	transition: all 0.5s;
	-moz-: transition:all  0.5s;
	-ms-: transition:all  0.5s;
	-o-: transition:all  0.5s;
	-webkit-: transition:all  0.5s;
		
	}
	
footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	width: auto;
	font-family: 'Merriweather Sans', sans-serif;
	text-decoration: none;
	
	}

	footer .contenedor .icono{
width: 100px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
		text-align: center;
		border-radius: 50px;
	border: 4px solid rgba(253,253,253,1.00);
		background-color: rgba(187,6,57,1.00);
		margin-top: -50px;
	}
	

footer .contenedor .icono .icon-chat{
	
	
	font-size: 50px;
	color: rgba(237,237,237,1.00);

	text-decoration: none;
	text-align: center;
	
	padding-right: 10px;
	}
	

	footer .contenedor .pedido {
width: 100%;
	height: auto;
	
	display: block;
		text-align: center;
		margin-top: 10px;
		
	}
	
	footer .contenedor .pedido h2{
    width: 100%;
		height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
		text-align: center;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 20px;
		color: rgba(237,237,237,1.00);
		padding-bottom: 20px;
	}
	
	
	
footer .contenedor .icon-phone
{ 
	font-family: 'Yantramanav', sans-serif;
	text-decoration: none;
	font-size: 19px;
	color: #fff;
	margin-bottom: 20px;
	display: block;
/*onClick="return(navigator.userAgent.match(/Android | iphone | movile /i)) !=null;"*/
}

		footer .contenedor .icon-mail-alt
{ 
	font-family: 'Yantramanav', sans-serif;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	padding-top: 0px;
display: block;
}
	
	
	
	
footer .contenedor .icon-location{
	font-size: 17px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 0px;
	font-weight: lighter;
	text-align: center;
	width: 80%;
	line-height: 15px;
	font-family: 'Yantramanav', sans-serif;
	display: block;
	
	text-decoration: none;
	}
	
footer .contenedor #logo_mina{
	width: 100%;
	height: auto;
	margin-top: 30px;
		
	}
	
	
	footer .contenedor #logo_mina .logotipo{
	height: auto;
	width: 100%;
	text-align: center;
	}
	
	footer .contenedor #logo_mina .logotipo img{
	
	width: 15%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	}
	
	
	footer .seguro{
	width: 100%;
	text-align: center;
	margin-top: 370px;
	margin-bottom: 0px;
		}

footer .seguro a{
	text-decoration: none;
	cursor: none;
		}
	
	
	
	
		
}


/*======================================================================
======================================================================*/
@media all and (min-width:1280px) {

	
	.contenedor{
	width: 100%;
	height: 85px;
	margin: auto;
	}
	
	
	.contenedor  #texto_menu{
	display: none;
	/* puse el float para probar 
     posicion del boton responsivo*/
	}	
	
	
	
	#bienvenidos{
	
		display: none;
	
	}
	
	.contenedor #logotipo img{
	width: 14%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:center;
	padding-left: 0px;
	padding: 00px;
	padding-top: 2px;
	margin-bottom: 10px;
	display: block;
}
	

	
	
.animated zoomIn {
  animation-duration: 7s;
  animation-delay: 5s;
  
}



.animated fadeInDown {
  animation-duration: 2s;
  animation-delay: 1s;
  
}

#portada{
	text-align: center;
	margin-top: 110px;
	height: auto;
	display:block;
	margin-bottom: 0px;
	width: 100%;
	}	
	

#portada .slider1{
	
	
	height: auto;
	display:block;
	margin-bottom: 0px;
	width: 100%;
	}	

#portada .slidermovil{
	
	display: none;
	
	}
	
/*================== productos =============*/

#ancla_productos{
	
	width: 100%;
	margin-top: -160px;
	height: 0px;
	padding-top: 160px;
	}

	
	
	
	#ancla_contacto{
	
	width: 100%;
	height: 0px;
	margin-top: -245px;
	
	}
	
	

/*================== NOOTROS =============*/


/*==================Footer 1280=============*/


footer {

margin-top: 50px;
height: 550px;
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:rgba(84,191,47,1.00);
	transition: all 0.5s;
	-moz-: transition:all  0.5s;
	-ms-: transition:all  0.5s;
	-o-: transition:all  0.5s;
	-webkit-: transition:all  0.5s;
	
	}
	
footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0px;
	width: auto;
	font-family: 'Merriweather Sans', sans-serif;
	text-decoration: none;
	font-size: 20px;
	}

	footer .contenedor .icono{
width: 100px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
		text-align: center;
		border-radius: 50px;
	border: 4px solid rgba(253,253,253,1.00);
		background-color: rgba(187,6,57,1.00);
		margin-top: -50px;
	}
	

footer .contenedor .icono .icon-chat{
	
	
	font-size: 50px;
	color: rgba(237,237,237,1.00);

	text-decoration: none;
	text-align: center;
	
	padding-right: 10px;
	}

	
	footer .contenedor .pedido {
width: 100%;
	height: auto;
	
	display: block;
		text-align: center;
		margin-top: 30px;
		
	}
	
	footer .contenedor .pedido h2{
width: 100%;
		height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
		text-align: center;
		font-family: 'Merriweather Sans', sans-serif;
		font-size: 20px;
		color: rgba(237,237,237,1.00);
		padding-bottom: 20px;
	}
	
	
	
footer .contenedor .icon-phone
{ 
	font-family: 'Yantramanav', sans-serif;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 0px;
	display: block;
/*onClick="return(navigator.userAgent.match(/Android | iphone | movile /i)) !=null;"*/
}
	
	
	
	footer .contenedor .icon-mail-alt
{ 
	font-family: 'Yantramanav', sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	padding-top: 0px;
display: block;
}

footer .contenedor #logo_mina{
	width: 100%;
	
	height: auto;
	margin-top: 20px;
		
	}
	
	footer .contenedor #logo_mina .logotipo{
	
	height: auto;
	width: 100%;
	text-align: center;
		
	}
	
	footer .contenedor #logo_mina .logotipo img{
	
	width: 10%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	}
	
	footer .seguro{
	width: 100%;
	text-align: center;
	margin-top: 370px;
	margin-bottom: 0px;
		}

footer .seguro a{
	text-decoration: none;
	cursor: none;
		}
	
	
	
}
