@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:500,700,800i|Quicksand&display=swap');
body, html { width:100%; height:100%; font-family: 'Quicksand', 'Montserrat Alternates', sans-serif; font-weight:500;     font-size: 15px; }
* { box-sizing: border-box; }

h1 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	font-style: italic;
	color: #61bf1a;
}

.encabezadoA {
    display: block;
    width: 100%;
    height: 90px;
    background-color: #ECECEC;
    position: relative;
    margin: 0px;
    overflow: hidden;
}
.encabezadoA .logo {
		display: block;
		width: 300px;
		height: 70px;
		background-image: url(/img/logo.svg);
		background-size: contain;
		margin: 10px 30px;
		background-position: center;
		background-repeat: no-repeat;
    }
.encabezadoA .datos {
			width: 300px;
		    height: 70px;
		    text-align: right;
		    position: absolute;
		    top: 0px;
		    right:30px;
		        color: #61bf1a;
			    font-family: 'Montserrat Alternates';
    		padding-top: 30px;
    		text-decoration:none;
}
.mexflag {
		display: inline-block;
		width: 28px;
		height: 18px;
		vertical-align: middle;
		background-image: url(/img/mexico.png);
		background-size: cover;
		background-position: center;
		margin-right:5px;
    }

#menumovil { display:none; }

.zonamenu {
	animation-name: menu;
	display:block;
	width:100%;
	height:40px;
	background-color:rgba(0,0,0,0.5);
		animation-duration: 1s;
		animation-fill-mode: forwards;
		animation-fill-mode: both;
		display:block;
		position: absolute;
}

			@keyframes menu {
				from { right:0%; top:-40px; }
				45% { right:0%; top:-40px;  }
				to { right:0%; top:0px;  }
			}

.zonamenu .burger { display:none; }
	.zonamenu a {
		display: block;
		float: right;
		height: 100%;
		text-decoration: none;
		color: #FFF;
		padding: 10px 30px;
		background-color: rgba(0,0,0,0.1);
		width: 25%;
		text-align: center;
		border-right: solid 1px  rgb(97, 191, 26);
    }
	.zonamenu a:hover { background-color: rgba(0,0,0,0.5); }
	

.principal {
	    display: block;
	    width: 100%;
	    height: 380px;
	    background-color: #0077bd;
	    position: relative;
	    overflow: hidden;
}
	.principal .imagen {
	    background-size: contain;
	    background-position: top center;
	    background-repeat: no-repeat;
	    position: absolute;
	    display: block;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	}
	.principal .texttit, .principal .texttit2 { 
	    color: rgba(255,255,255,0.9);
	    position: absolute;
	    font-size: 3em;
	    left: 50px;
	    font-family: Quicksand;
	    font-weight: 800;
	    font-style: italic;
	    bottom: 20px;
	}
	.principal .texttit2 { font-size:6em; color: rgba(255,255,255,0.3);     left: 10%; bottom: 7%; }
	.principal .textura {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(/img/textura.gif);
		opacity:0.5;
	}
	.principal .degrada {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(/img/degrada.png);
		position: absolute;
		background-repeat: repeat-x;
		background-position: bottom;
		opacity: 0.2;
		bottom: 0;
	}
	
.block { display:inline; width:100%; padding: 10px; }
.block .secure { display:block; width:90%; margin:auto; max-width:1300px; }
				
	
.bottom {
		display: block;
		padding: 20px;
		clear: both;
		width: 100%;
		text-align: center;
		background-color: #0077bd;
		color: #FFF;
    }
.bottom a {
		text-decoration: none;
		color: #FFF;
    }
    
.facebook, .instagram, .telefono {
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0px 20px 9px 20px;
		background-image: url(/img/facebook.svg);
		background-size: contain;
		opacity:0.8;
		background-repeat: no-repeat;
		background-position: center;
}
.instagram { background-image:url(/img/instagram.svg); }
.facebook:hover, .instagram:hover { opacity:1; }
.telefono {     background-image: url(/img/telefono.svg); vertical-align: -webkit-baseline-middle; margin: 0px 10px 9px 10px; }

.solucion { display: block; width: 100%; clear: both; padding-top: 20px;  border-top: dotted 4px #ececec;}
.solucion .tit {
    width: 50%;
    font-weight: 800;
    font-size: 1.7em;
    padding-bottom: 20px;
    color: #0077bd;
}
.solucion .imagenrelacionada {
	    display: block;
	    width: 50%;
	    float: right;
	    padding-bottom: 20%;
	    top: 0;
	    background-image: url(/img/prin_alimentos.png);
	    background-position: center;
	    background-size: contain;
	    background-repeat: no-repeat;
	        margin-bottom: 20px;
    }
.solucion .iconos { display:block; width:100%; padding-top:20px; }
.solucion .iconos .iconografia {
		display: block;
		width: 60px;
		padding-bottom: 60px;
		margin: 5px 20px;
		background-size: contain;
		float: left;
	}


	
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

@media (max-width: 800px) {


	#menumovil {
		background-color: rgba(74, 165, 8,0.9);
		display: block;
		height: 100%;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 10;
								  -webkit-transition: all 0.5s ease-out;
									 -moz-transition: all 0.5s ease-out;
										  transition: all 0.5s ease-out;

	}
	#menumovil a {
		display: block;
		width: 80%;
		margin: 10%;
		color:	#FFF;
		text-decoration: none;
		font-size: 1.3em;
	}
	#menumovil .close {
			display: block;
			height: 40px;
			width: 40px;
			background-image: url(/img/close.svg);
			background-size: contain;
			background-position: right center;
			background-repeat: no-repeat;
			width: 20%;
			margin: 10% 75%;

	}
	.encabezadoA .logo { width:100%; margin: 10px auto; }
	.encabezadoA .datos { display:none; }
	.zonamenu .burger {
			display: block;
			width: 100%;
			height: 100%;
			top: 0px;
			position: relative;
			background-image: url(/img/dots.svg);
			background-position: 10px 0%;
			background-size: contain;
			background-repeat: no-repeat;
	}
	.zonamenu a { display:none; }
	.principal { height: 280px; }
	
	.solucion .imagenrelacionada {
			width: 100%;
			padding-bottom: 50%;
    	}

} /* @media max 800 */