@font-face {
    font-family: 'plazadregregular';
    src: url('../fuentes/plazan/plazan-webfont.eot');
    src: url('../fuentes/plazan/plazan-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/plazan/plazan-webfont.woff') format('woff'),
         url('../fuentes/plazan/plazan-webfont.ttf') format('truetype'),
         url('../fuentes/plazan/plazan-webfont.svg#plazadregregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Css*/
*{box-sizing:border-box;}
html{padding:0; margin:0;}
body{padding:0; margin:0; font-family:'Verdana';}
header{position: absolute; width:100%; box-sizing:border-box;z-index:999}
.naranja{background:#F36000; }
.inverse{color:white !important;}
.palm{font-family:'plazadregregular'; font-size:40px;}
/* Add a black background color to the top navigation */
.topnav {
    background-color: rgba(255,255,255,0.7);
    overflow: hidden;
	width:100%;
	box-sizing:border-box;
	transition: all .3s ease-in
}
.logo_nav{
	height:150px; 
	padding:15px !important; 
	float:left;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #333;
	font-family:'plazadregregular';
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px;
	overflow:hidden;

}

.topnav a:first-child{
	padding:0 !important;
	background-color: transparent !important;
}
.topnav a:hover {
    background-color: #F36000;
    color: white;
}

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
	height:42px;
}

.banner_item{
	background-size:cover; 
	background-position:center; 
	width:100%; 
	height:500px;
	position:relative;
	overflow:hidden;
	z-index:-999;
}
.banner_item .banner_caption{
	background:rgba(0,0,0,0.7);
	color:#FFF;
	border-radius:10px;
	position:absolute;
	bottom:70px;
	right:-10px; 
	padding:20px;
	font-size:30px;
	font-family:'Verdana';
	max-width:80%;
}

section{
	display:block;
	width:100%;
	box-sizing:border-box;
}

.titulo_seccion{
	font-family:'plazadregregular';
	font-size:40px; 
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	color:#333;
}
.subtexto_seccion{
	color:#999;
	font-size:14px;
	font-style:italic;
	margin-top:15px;
	margin-left:35px;
	margin-right:35px;
	text-align:justify;
}
#slider{
	height:400px;
	width:100%; 
	overflow:hidden;
	overflow-x: auto;
    white-space: nowrap;
	box-sizing:border-box;
	margin:15px auto;
	background:#DDD;
	color:#CCC; 
	text-align:center;
	vertical-align: middle;
}
.oportunidades_wrap{
	text-align:center;
	vertical-align: middle;
	width:100%; 
	overflow:hidden;
	box-sizing:border-box;
	margin:15px auto;
}
.clientes_wrap{
	text-align:center;
	vertical-align: middle;
	width:100%; 
	overflow:hidden;
	box-sizing:border-box;
	margin-top:15px;
}
.clientes_wrap img{
	margin:15px;
	box-shadow:0 0 15px;
}
#mapadesitio{
	display:grid;
	grid-template-columns:auto 700px 80px;
	grid-template-rows:auto;
}
#links_mapa{
	grid-column:1;
}
#mapa{
	background:#EEE;
	grid-column:2;
	height:300px;
	width:100%;
	box-sizing:border-box;
}
#links_social{
	grid-column:3;
	text-align:center;
}
#links_social a{
	margin:10px;
	border:none;
	display:block;
}
.titulo_mapa{
	color: #2DB200;
	font-size:14px;
	font-weight:bold;
	margin:15px;
}
.navlinks{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
.navlinks li{
	float:left;
	margin:0;
	padding:0;
}
.navlinks li a{
	padding:10px 20px;
	display:block;	
	text-decoration:none;
	color:#666;
	font-size:12px;
}
.logos{
	display:block;
	vertical-align:middle;
	text-align:center;
}
.logos img{
	max-width:150px;
	max-height:150px;
	margin:10px;
	vertical-align:middle;
}
footer{
	background:#888;
	display:block;
	width:100%;
	box-sizing:border-box;
	color:#AAAAAA;
	padding:25px;
	font-size:10px;
}
footer span{
	display:block;
}
.noticia-wrap{
	width:100%; 
	padding:30px; 
	box-sizing:border-box;
	text-align:center;
}
.producto-wrap{
	width:100%; 
	padding:30px; 
	box-sizing:border-box;
	text-align:center;
	
}
.productodetalle-wrap{
	display:grid;
	height:500px;
	margin:30px 0;
	grid-template-columns:auto 500px;
	grid-template-rows:auto;
}
#banner-spacer{
		height:150px;
	}
#banner-producto-wrap{
	grid-column:1;
	background:black;
	overflow:hidden;
	text-align:center;
}
#producto-descripcion-wrap{
	grid-column:2;
	background-image:url('../img/bg_productos.png');
	background-size:cover;
	background-position: top center;
	position:relative;
}
.producto-nombre-wrap{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f36000+0,f36000+100&1+28,1+28,0+100 */
	background: -moz-linear-gradient(left, rgba(243,96,0,1) 0%, rgba(243,96,0,1) 28%, rgba(243,96,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(243,96,0,1) 0%,rgba(243,96,0,1) 28%,rgba(243,96,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(243,96,0,1) 0%,rgba(243,96,0,1) 28%,rgba(243,96,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36000', endColorstr='#00f36000',GradientType=1 ); /* IE6-9 */
	margin-top:20px;
	padding:10px 20px;
	color:white;
}
.nombre-producto{
	font-family:'plazadregregular';
	font-size:32px;
}
.subnombre-producto{
	font-family:'Verdana';
	font-size:12px;
	margin-left:10px;
}
.producto-descripcion{
	padding:20px 60px 20px 20px;
	text-align:justify;
	margin-bottom:100px;
}
.logo-producto{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9d048+0,a9d048+100&1+0,0+79 */
	background: -moz-linear-gradient(left, rgba(169,208,72,1) 0%, rgba(169,208,72,0) 79%, rgba(169,208,72,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(169,208,72,1) 0%,rgba(169,208,72,0) 79%,rgba(169,208,72,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(169,208,72,1) 0%,rgba(169,208,72,0) 79%,rgba(169,208,72,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d048', endColorstr='#00a9d048',GradientType=1 ); /* IE6-9 */
	padding:15px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	box-sizing: border-box;
}
.logo-producto img{
	height:70px;
}
.item-noticia{
	width:400px; 
	height:150px; 
	margin:10px; 
	display:inline-block;
	background-size:cover;
	background-position:center center;
	text-decoration: none;
	position:relative;
}
.item-producto{
	width:250px; 
	height:250px; 
	margin:10px; 
	display:inline-block;
	background-size:cover;
	background-position:center center;
	text-decoration: none;
	position:relative;
}
.item-galeria{
	width:250px; 
	height:250px; 
	margin:10px; 
	display:inline-block;
	background-size:cover;
	background-position:center center;
	text-decoration: none;
	position:relative;
}
.item-noticia:hover,.item-galeria:hover{
	box-shadow:#000 0 0 10px;
}
.item-galeria .galeria-caption{
	color:white;
	text-decoration: none;
	font-size:16px;
	text-align:justify;
	background:rgba(0,0,0,0.7);
	display:block;
	width:100%;
	box-sizing: border-box;
	padding:15px;
	position:absolute;
	bottom:0;
}
.item-noticia .noticia-caption{
	color:white;
	text-decoration: none;
	font-size:16px;
	text-align:justify;
	background:rgba(0,0,0,0.7);
	display:block;
	width:100%;
	box-sizing: border-box;
	padding:15px;
	position:absolute;
	bottom:0;
}
.item-producto .producto-caption{
	color:white;
	text-decoration: none;
	font-size:16px;
	text-align:justify;
	background:rgba(0,0,0,0.7);
	display:block;
	width:100%;
	box-sizing: border-box;
	padding:15px;
	position:absolute;
	bottom:0;
}
#frm_contacto{
	display:inline-block; 
	width:800px; 
	margin:25px auto ;
	box-sizing:border-box;
	text-align:left !important;
}
.wrap-input{
	display:block;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
td.etiqueta{
	background:#A8CF45;
	padding: 10px;
	vertical-align:top;
	color:white;
	font-family: 'plazadregregular';
	font-size:25px;
}
.input-contacto{
	width:350px;
	height:100%;
	border:none;
	height:45px;
	font-family:Verdana;
	padding:0 10px;
	font-size:15px;
}
.input-contacto-area{
	width:350px;
	max-width:350px;
	min-width:350px;
	height:100px;
	max-height:100px;
	min-height:100px;
	border:none;
	font-family:Verdana;
	padding:10px;
	font-size:15px;
}
.boton_rojo{
	width:100%;
	background:#F36000;
	color:white;
	padding:10px;
	border:none;
	font-family:Verdana;
}
.producto_item{
	text-decoration:none;
	background-size:cover; 
	background-position:center; 
	width:400px;
	height:400px;
	position:relative;
	overflow:hidden;
	display: inline-block;
}
.producto_item:hover .producto_caption{
	bottom:0;
}
.producto_caption{
	background:rgba(0,0,0,.5);
	position:absolute;
	bottom:-200px;
	width:100%;
	padding:15px;
	padding-bottom:20px;
	color:white;
	transition: bottom .3s;
}
.producto_titulo{
	font-size:24px;
	font-weight:bold;
	display:block; 
	width:100%;
}
.producto_subtitulo{
	font-size:14px;
	font-style:italic;
	display:block; 
	width:100%;
}
@media screen and (max-width: 800px) {
	.topnav{
		background-color: rgba(255,255,255,0.9);
	}
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {
		position: relative !important;
	}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: center;
		font-size:25px;
	}
	.logo_nav{
		height:40px; 
		padding:5px; 
		float:left;
		display:block;
	}
	.banner_item{
		height:300px
	}
	.banner_item .banner_caption{
		font-size:20px;
	}
	.titulo_seccion{
		font-size:25px;
	}
	#mapadesitio{
		display: flex;
		flex-direction: column;
	}
	.productodetalle-wrap{
		display: flex;
		flex-direction: column;
		height:auto;
	}
	#banner-spacer{
		height:50px;
	}
	#banner-producto-wrap{
		min-height:300px;
		max-height:300px;
		height:300px;
	}
	footer{
		background:#888;
		display:block;
		width:100%;
		box-sizing:border-box;
		color:#AAAAAA;
		padding:15px;
		font-size:10px;
	}
	#frm_contacto{
		width:100%;
		box-sizing:border-box;
	}
	.noticia-wrap{
		margin:20px 0;
		padding:0;
	}
	.item-noticia{
		width:100%;
		boX-sizing: border-box;
		height:150px; 
		margin:10px 0; 
		display:inline-block;
		background-size:cover;
		background-position:center center;
		text-decoration: none;
		position:relative;
		z-index:-99;
	}
	#slider{
		height:300px;
	}
	.producto_item{
		width:300px;
		height:300px;
	}
	.producto_caption{
		bottom:0;
	}
}