body {
	/* background: rgba(80, 75, 75, 0.16); */
	color: #000;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 18px;
	position: relative;
	background: #f7f7f7;
}

#menu_burger {
	display: none;
	cursor: pointer;
  }
  
  #menu_burger .bar1, #menu_burger .bar2, #menu_burger .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
  }
  
  /* Rotate first bar */
  #menu_burger.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
  }
  
  /* Fade out the second bar */
  #menu_burger.change .bar2 {
	opacity: 0;
  }
  
  /* Rotate last bar */
  #menu_burger.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
  }

p {
	color: #1e1e1e;
	font-size: 18px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2em;
	color: #A32190;
}
h1.style1 {
	border-bottom: 5px solid #ffffff;
	padding-bottom:10px;
}
h2 {
	font-size: 1.8em;
	color: #001e3c;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
h3 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: #333 2px 2px;
}
h4 {
	color: #FFF;
	font-size: 1.9em;
	font-weight: normal;
}
h6 {
	color: #FFF;
	font-size: 1.7em;
	font-weight: normal;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}
header {
	height: 97px;
	padding: 10px 0px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 15px;
	color: #000;
	/* border-bottom: 5px solid #3170bb; */
	/* -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.38); */
	-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.38);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.38);
	/* position:absolute; */
	width: 100%;
	z-index: 99;
	margin-bottom: 17px;
}

#header-ext {
	height: 84px;
	padding:10px 0px;
}
#h_contacto {
	position: absolute;
	top: 5px;
	right: 0px;
}
#logo {
	/* height: 180px; */
	float: left;
	/* height: 66px; */
	margin-top: -20px;
}

#logo img {
	/* width:300px; */
}

.fix_header {
	padding-top: 100px;
	display: block;
}
hr.style1 {
	border: 3px solid rgba(214, 9, 9, 0.7);
	height: 0px;
}
a {
	text-decoration: none;
}
#slider {
	background: #666;
	width: 1100px;
	height: 325px;
	margin: 0px auto;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	margin-bottom: 30px;
	top: 20px;
}
ul#nav {
	position: absolute;
	left: 600px;
	bottom: 30px;
	list-style: none;
}
ul#nav li {
	margin: 0px 3px;
	float: left;
}
ul#nav li a {
	display: block;
	text-align: center;
	width: 20px;
	padding: 4px;
	height: 5px;
	background-color: #fff;
	text-decoration: none;
	color: #24221F;
	font-weight: bold;
	-webkit-box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.5);
	box-shadow: inset 0px -2px 3px rgba(50, 50, 50, 0.5);
}
ul#nav li a:hover, ul#nav li a.alt {
	background-color: black;
	color: #FFF;
}
header div.container {
	position: relative;
	/* height: 70px; */
}
header h2 {
	color: #61CBEB;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	bottom: -22px;
	margin: 0px;
	padding: 0px;
	right: 179px;
	word-spacing: 5px;
}

#_menu {
	/* border-top: 4px solid #a43490; */
	/* border-bottom: 4px solid #ddd; */
	height: 49px;
	margin-bottom: 14px;
	position:absolute;
	left:200px;
	top:10px;
	right: 0px;
}
ul#menu_principal {
	list-style:none;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul#menu_principal li {
	float: left;
	margin-left: 20px;
}
ul#menu_principal li a {
	display: block;
	padding: 6px;
	color: #525252;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 1px;
}
ul#menu_principal li a.active {

	
}
ul#menu_principal li a:hover {
	text-decoration: none;
}

ol.style1 li {

	line-height: 36px;

}
.content {
	width: 1100px;
	margin: 0px auto;
}
header div.social {
	position: absolute;
	right: 0px;
	top: 25px;
}
header div.social1 {
	position: absolute;
	right: -55px;
	top: 25px;
}
/*PRINCIPAL*/

#panel-slider {background: #011427;padding: 40px 0px;margin: 0px;margin-top: -20px;}
#panel_empresa1 {
	background: #fff;
	color: #ccc;
	padding: 74px 0px;
}
#panel_empresa1 h3 {
	color: #1A4E6E;
}
#panel_empresa1 img {
	webkit-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	-moz-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
}
#panel_empresa1 img.c1 {
	margin-bottom: 20px;
	width: 100%;
}
#panel_empresa1 img.c2 {
	float: left;
	width: 48%;
}
#panel_empresa1 .item {
	width: 489px;
	height: 209px;
	display: inline-block;
	margin: 20px;
	position: relative;
}
#panel_index .item .info {
	width: 305px;
	padding-top: 10px;
	color: #666;
}
#panel_calidad {
	background: #EEEEEE url(../img/bg/concrete-texture.png);
	padding: 60px 20px;
}
#panel_calidad .item {
	background: #fff;
	width: 420px;
	height: 152px;
	display: block;
	padding: 20px;
	margin: 10px;
	webkit-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	-moz-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	position: relative;
	display: inline-block;
}
#panel_calidad .item:hover {
	border-left: 10px solid #900;
}
#panel_calidad .item h4 {
	color: #333 !important;
	font-size: 18px;
	text-align: left;
}
#panel_calidad .item p {
	font-size: 13px;
	color: #333 !important;
	text-align: left;
}
#panel_calidad .item h3 {
	color: #FFF !important;
}
#panel_calidad .info {
	width: 267px;
	height: 100px;
	position: absolute;
	left: 120px;
}
#panel_calidad .item img {
	position: absolute;
	left: 20px;
	top: 20px;
}
#div_contacto {
	display: block;
	position: absolute;
	width: 400px;
	left: 10px;
	bottom: 10px;
	background: rgba(31, 31, 31, 0.71);
	padding: 10px;
}
#panel_contacto {
	padding: 20px 0px;
	background: #212121;
	color: #666;
}
#panel_contacto ul {
	list-style: none;
}
#panel_contacto .logof {
	height: 80px;
	float: right;
}
#frm_contacto label {
	color: #ccc;
	font-weight: normal;
}
#contacto .item {
	display: inline-block;
}
#contacto .info {
	width: 250px;
	float: left;
	margin-left: 10px;
}
#contacto h4 {
	font-size: 16px;
	font-weight: bold;
}
#contacto a.email {
	background-color: #b5072e;
	display: inline-block;
	padding: 4px 15px;
	color: #FFF;
	text-decoration: none;
}
#div_contacto label {
	color: #FFF;
	font-weight: normal;
}
#div_contacto h3 {
	color: #FFF;
}
#panel_patio {
	position: relative;
	height: 700px;
}
#patio_info {
	background: #001e35;
	color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 300px;
	padding: 20px;
}
#patio_info h2 {
	color: #fff;
}
#patio_info p {
	color: #fff;
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
.img {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
#panel_index .titulo {
	margin: 10px;
}
#panel .img {
	float: left;
	margin: 15px;
}
#slider_main {
	margin: 0px auto;
}
#slider_main {
	margin: 0px auto;
}
#servicios_panel {
	width: 1040px;
	margin: 20px;
}
}
/* footer */



/* Sticky footer styles
-------------------------------------------------- */

html, body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by its height */
	margin: 0 auto -85px;/* Pad bottom by footer height */
	/* padding: 0 0 85px; */
}
/* Set the fixed height of the footer here */
footer {
	background: url(../img/bg/f1.png);
	padding: 17px 0px;
	height: 128px;
	margin-top: 83px;
	/*border: 1px solid #000;/
	


/* Custom page CSS
-------------------------------------------------- *//* Not required for template or sticky footer method. */
}
footer .container {
	position: relative;
}
footer #logof {
	position: absolute;
	top: 10px;
	left: 0px;
	/* height: 50px; */
}
footer .info {
	position: absolute;
	left: 180px;
	top: 19px;
	border-left: 1px solid rgba(255, 255, 255, 0.27);
}
footer p {
	font-size: 17px;
	color: #ffffffd4;
}
.img_servicios {

	margin: 15px;
}

footer #socialf {
	position: absolute;
	right: 10px;
	top: 2px;
}

footer ._contacto {

margin-left: 216px;

margin-top: 5px;
}


/* Navegadores*/
	


#item {
	width: 459px;
	height: auto;
	background-color: rgba(153, 153, 153, 0.22);
	margin: 10px;
	margin-left: 60px;
	float: left;
}
#item:hover {
	background: rgba(153, 153, 153, 0.72);
	transition: background 2s;
}
#item .img {
	padding: 10px;
}
#item .desc p {
	margin: 15px;
	text-align: justify;
}
#item .desc p:hover {
	color: #FFF;
	transition: background 2s;
}
.titulo h3 {
	font-weight: bold;
	font-size: 30px;
	font-family: "Arial";
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	color: #d93a36;
}
#nosotros_mov {
	width: 481px;
	margin: 0px;
	float: left;
	margin-left: 69px;
	height: auto;
	margin-bottom: 50px;
	overflow: auto;
}
#nosotros_mov .titulo {
	text-align: center;
}
#nosotros_mov .desc p {
	text-align: center;
	width: 457px;
	color: #666;
}
#clientes_index img {
	width: 90px;
	margin: 20px;
}
#clientes img {
	width: 125px;
	margin: 5px;
}
#panel_empresa1 .item {
	cursor: pointer;
	webkit-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	-moz-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
}
.modal-title {
	color: #333 !important;
}
img.thumb1 {
	background-color: #FFF;
	padding: 5px;
	webkit-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	-moz-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
}
#menu2 {
	list-style: none;
}
#menu2 li {
	display: inline-block;
}
#menu2 li a {
	background-color: #0a3d6f;
	padding: 8px;
	margin: 4px;
	color: #fff;




	border-radius: 5px;
}
#panel_nosotros {
	background: #fff url('../img/bg/bg1.png');
	padding: 40px 0px;
}
#panel_nosotros .content {
	position: relative;
}
#panel_recetas {
	background: #381e00 url('../img/bg/bg2.png');
	-webkit-box-shadow: inset 0px 0px 30px 1px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 0px 0px 30px 1px rgba(0,0,0,0.65);
	box-shadow: inset 0px 0px 30px 1px rgba(0,0,0,0.65);
	padding: 22px 0px;
}
#panel_recetas h2 {
	color: white;
}
#panel_recetas div.item {
	width: 336px;
	display: inline-block;
	margin: 14px;
	vertical-align: text-top;
}
#panel_recetas div.item img {
	webkit-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	-moz-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	box-shadow: -1px 10px 5px -3px rgba(0, 0, 0, 0.72);
	padding: 6px;
	background-color: white;
}
#panel_recetas div.item h3 {
	color: #D2C040;
}
#panel_recetas div.item p {
	color: #FFFFFF;
}
img.style1 {
	webkit-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	-moz-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	box-shadow: -1px 10px 5px -3px rgba(0, 0, 0, 0.72);
}
#p_video {
	width: 100%;
	webkit-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	-moz-box-shadow: -1px 6px 5px -3px rgba(0,0,0,0.43);
	box-shadow: -1px 10px 5px -3px rgba(0, 0, 0, 0.72);
}
#socialh {
	position: absolute;
	right: 22px;
	/* bottom: -25px; */
	/* background: white; */
	padding: 0px 3px;
	/* bottom: -28px; */
}
#socialh a {
	margin: 0px;
	padding: 0px;
}


._input_std1 {
	background-color: #a43490;
	border-radius: 10px;
	width: 732px;
	float:right;
	padding: 6px;
	position: absolute;
	left: 323px;
	top: 29px;
	/* padding-right: 80px; */
}

#_busqueda {
	border:none;
	width: 100%;
	padding: 5px;
	border-radius: 10px;
}

#_compra {
	position:absolute;
	right: 9px;
	top: 26px;
	background-color: #3b405d;
	padding: 10px;
	border-radius: 10px;
}


#panel_servicios {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #7a8a9a;
	padding: 30px 0px;
}
#panel_servicios .item {
	width: 31%;
	/* float: left; */
	margin: 10px;
	text-align: center;
	/* background: red; */
	display: inline-block;
	height: 280px;
	vertical-align: top;
}

#panel_servicios .item a {
	color:white;


}  
#panel_servicios .item:hover > a.link{
	color:#09F;
	
}

#panel_servicios a.link {
	color: #ffffff;
	font-weight: bold;
	font-size: 19px;
}

#panel_servicios a.link:hover {

color: #525252 !important;
}

#panel_servicios img.thumb {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #232020;
	margin-bottom: 14px;
	width: 100%;
	border-radius: 15px;
}


@media (max-width:1200px) {
	
	._input_std1 {
	
		width:auto;
		right:90px;
	}

	#panel_servicios a.link {

		font-size:18px;
	}

	footer #socialf {

		top:35px;
	}



}

@media (max-width: 450px) {
	#_menu {

		height: auto;
	}
	#menu_burger {
		display: block;
		position:absolute;
		right:20px;
	}
		
	._input_std1 , #_compra {

		display:none;
	}	

	#socialh {

		top:50px;
	}

	ul#menu_principal {
		display: none;
		position:static;
		margin-top:0px;
		border-bottom:3px solid #445669;
		width: 100%;
	}
	
	ul#menu_principal li {
		float: none;
		margin:0px;
		display: block;


	}
	ul#menu_principal li a {
		
		padding: 6px;		
		font-size: 13px;
		background: #ffffffdb;
	}
	ul#menu_principal li a.active {
		
		font-size: 16px;
		color: #ffffff;
		background: #a32390;
	}

	header  , header div.container{ 
		height:auto;
		padding:0px;
	}


}