/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------------
MIS TIPOGRAFÍAS
-----------------------------------------------*/
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular.eot');
    src: url('fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular.woff2') format('woff2'),
         url('fonts/raleway-regular.woff') format('woff'),
         url('fonts/raleway-regular.ttf') format('truetype'),
         url('fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'libre_baskervillebold';
    src: url('fonts/librebaskerville-bold.eot');
    src: url('fonts/librebaskerville-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/librebaskerville-bold.woff2') format('woff2'),
         url('fonts/librebaskerville-bold.woff') format('woff'),
         url('fonts/librebaskerville-bold.ttf') format('truetype'),
         url('fonts/librebaskerville-bold.svg#libre_baskervillebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*-----------------------------------------------
AQUÍ EMPIEZA MI CSS
-----------------------------------------------*/



body {
	font-size: 16px;
	font-family:'ralewayregular';
	}
h2{
	font-size:50px;
	text-transform:uppercase;
	text-align:center;
	padding-top:131px;
	margin-bottom:21px;
	color:#000000
	}
h3{
	font-size:30px;
	text-transform:none;
	color:#000000;
	text-align:left;
	}
h4{
	font-family: 'ralewayregular';
	font-size:25px;
	text-transform:none;
	color:#000000;
	text-align:center;
	}

#logo {
	height:162px;
	width:300px;
	margin:0 auto;
	background:url(../img/encabezado/TPN_Logo.png);
	}
	

header nav .menu {
	text-transform:uppercase;
	text-align:center;
	}

header nav .menu li{
	display: inline-block;
	margin: 15px;
	}
	
header nav .menu li a:link,
header nav .menu li a:active,
header nav .menu li a:visited {
	text-decoration:none;
	color: #000000;
	padding: 5px 15px;
	}
header nav .menu li a:hover {
	color:#bbca25;
	}

header .heroe {
	width:100%;
	height:950px;
	background:url(../img/Index/Taza_compu_index.jpg);
	background-position:center;
	background-size:cover;
	text-align:center;
	}
header .heroe2 {
	width:100%;
	height:950px;
	background:url(../img/Index/perfil_head.jpg);
	background-position:center;
	background-size:cover;
	text-align:center;
	}
header .heroe3 {
	width:100%;
	height:950px;
	background:url(../img/servicios/prod_head.jpg);
	background-position:center;
	background-size:cover;
	text-align:center;
	}
header .heroe4 {
	width:100%;
	height:950px;
	background:url(../img/servicios/servicios_head.jpg);
	background-position:center;
	background-size:cover;
	text-align:center;
	}

.saber{
	display:block;
	margin: 273px auto 50px;
	width:200px;
	height:53px;
	background-color:rgba(255,255,255,.5);
	border: solid 1px #FFFFFF;
	border-radius:25px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	line-height: 53px;
	font-size:20px;
	color:#FFFFFF;
	}
.saber:hover{
	background-color:rgba(255,255,255,.8);
	color:#000000;
			}
.abajo{
	display:block;
	margin:0 auto;
	width:64px;
	height:64px;
	background-color:rgba(#000000);
	border: solid 1px #ffffff;
	border-radius:50%;
	text-align:center;
	text-decoration:none;
	font-family: 'FontAwesome';
	font-size:24px;
	color:#ffffff;
	line-height:64px;	
	}
.abajo:hover{
	background-color:rgba(#000000);
	color:#ffffff;
	}
	
	
/*---------------------ANCHO--------------*/

.ancho{
	width:1230px;
	margin:0 auto;
	}
	
.ancho h3{
	display:inline-block;
	margin:85px 0 55px;
	}
	
.ancho  p{
	width: 500px;
	}
	
	
/*---------------------NUESTRA COCINA--------------*/
.nuestra{
	height:280px;
	width: 100%;
	background-color:#FFFFFF;
	}
	
.imgcross{
	height:545px;
	width:100%;
	background-image:url(../img/index/head_perfil.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	}
	
/*---------------------ICONOS--------------*/

.iconos{
	padding: 70px 0;
	background-color:#FFFFFF
	}

.iconos .ancho div {
	display:inline-block;
	width:180px;
	text-align:center;
	margin: 0 110px;
	}
.iconos .ancho h4{
	margin: 30px 0;
	font-size: 25px;
	}
.iconos .ancho p {width:auto;}

.iconos .ancho div div{
	margin:0 auto;
	height:180px;
	width:180px;
	border-radius:50%;
	box-sizing:boder-box;
	}
	
.servico{
	background-color:#000000;
	background-image:url(../img/index/Servicio_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	
	}
	
.calidad{
	background-color:#c7c8c9;
	background-image:url(../img/index/Calidad_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	}

.expe{
	background-color:#bbca25;
	background-image:url(../img/index/Exp_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	}

/*---------------------Nuestra Meta--------------*/

.nuestrameta{
	height: 672px;
	background:url(../img/index/Meta_index.jpg) center no-repeat;
	background-size:cover
	}
.nuestrameta .ancho h3{
	color:#FFFFFF;
	}
	
/*---------------------Los alimentos--------------*/

.alimentos{
	background-color:#c7c8c9;
	height:690px;
	width:100%;
	}
.alimentos .ancho{position:relative;}
.alimentos h3{
	padding-top:200px;
	}
.alimentos img{
	position:absolute;
	right:0;
	top:95px;
	}
/*---------------------el proceso--------------*/
.proceso{
	height:690px;
	background-color:#FFFFFF;
	}
.proceso .ancho{ position:relative;}
.proceso .ancho .dere{
	position:absolute;
	width: 500px;
	right:0px;
	top:190px;
	}
.proceso .ancho img{
	position:absolute;
	top:102px;
	left:0;
	}
/*---------------------Footer--------------*/
footer{
	height:120px;
	background-color:#000000;
	color:#ffffff;
	}
footer p{
	line-height:120px;
	display:inline-block;
	}
footer ul{
	display:inline-block;
	float:right;
	padding-top:32px;
	}
footer ul li{
	display:inline-block;
	margin-left:30px;
	}
footer ul li a{
	display:inline-block;
	font-family: 'FontAwesome';
	color:#000000;
	font-size:35px;
	text-decoration:none;
	text-align:center;
	border-radius:50%;
	background-color:#c7c8c9;
	width:50px;
	line-height:50px;
	border:solid #ffffff 3px;
	transition:ease-in-out .5s;
	}
footer ul li a:hover{
	color:#ffffff;
	border-radius:10%;
	background-color:#c7c8c9;
	width:50px;
	line-height:50px;
	border:solid #ffffff 3px;
	}
	
/*---------------------Menú--------------*/

main .ancho p{
	width:auto;
	}
main section article:first-child{
	background-color:rgba(255,255,255,1.00);
	height:360px;
	}
main section article:last-child{
	padding:50px 0;
	}
main section article ul{text-align:center;}

main section article li{
	display:inline-block;
	width:33%;
	box-sizing:border-box;
	}
main section article ul li h4{ margin: 30px 0;}
main section article ul li p{ margin: 0 30px;}

article figure{
	box-sizing:border-box;
	display:inline-block;
	width:370px;
	height:370px;
	margin:0 18px 36px;
	overflow:hidden;
	position:relative;
	}
	
article figure figcaption{
	width:370px;
	height:50px;
	box-sizing:border-box;
	background-color:rgba(91,76,76,0.74);
	color:rgba(255,255,255,1.00);
	text-align:center;
	padding-top:15px;
	position:absolute;
	bottom:-50px;
	transition: all .7s ease-out .3s;
	}

article figure:hover figcaption {
	bottom:0px;
	}

/*-------------------CONTACTO---------------*/

.contacto article{
	padding:10px 0;
	}
.contacto article .centro {
	text-align:center;}

.contacto article .centro a{
	font-family:'FontAwesome';
	text-align:center;
	font-size:25px;
	text-decoration:none;
	display: inline-block;
	width:45px;
	line-height:45px;
	color:rgba(#000000);
	background-color:#ffffff;
	border-radius: 50%;
	margin:0 20px;
	
	}
.contacto article iframe{
	display:block;
	width:1170px;
	height:500px;
	margin:0 auto;
	border: solid 5px #000000 !important;
	box-shadow: 0px 0px 10px rgba(146,146,146,0.90);
	}
	
.contacto article form{
	width:970px;
	margin:0 auto;}
	
.contacto article input,  
.contacto article textarea{
	background-color:rgba(#C2C2C2);
	border:rgba(#000000) 1px solid;
	font-size:15px;
	font-family: 'ralewayregular';
	border-radius:10px;
	box-sizing:border-box;
	}
.contacto article input{
	line-height:50px;
	width:470px;
	padding-left:30px;
	}
.contacto article input[type=email]{
	float:left;}
	
.contacto article textarea{
	height:255px;
	width:970px;
	padding:30px;
	margin:30px 0;
	}
.contacto article input[type=submit]{
	float:right;
	width:170px;
	padding:0;
	margin-bottom:30px;
	}
.contacto article .clearfix{
	width:100%;
	height:5px;
	margin-bottom:50px;
	}