*{
	margin: 0;
	padding: 0;
}

section, footer, header, figure, article {
	display: block;
}

body{
	background: url(../images/design/bg.jpg) #b1946a top center;
	/*background-size: cover;*/
	color: #CCC;
	font-family: arial;
	font-size: 1em;
}

a{
	color: #CCC;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
a:hover,
span,
.color-naranja
{
	color: #FB3;
}
img{
	border: 0;
}






nav{
	text-align: center;
	width: 100%;
	min-height: 80px;
	padding-bottom:10px;
}

.menu{
	float: left;
}

nav li{
	list-style: none;
	display: inline-block;
	vertical-align: top;

}

nav a,
nav button{
	background: #000;
	border: none;
	border-radius: .5em;
	box-shadow: 0 0 5px #000;
	color: #FFF;
	display: block;
	font-size: 1.1em;
	margin: 0 .1em;
	padding: .5em 1em;
	text-decoration: none;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

nav a:hover, 
#inicio .inicio, 
#conocenos .conocenos, 
#productos .productos, 
#servicios .servicios, 
#contacto .contacto 
{
	background: #FC5;
	color: #000;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

nav button .caret{
	color: #FFF;
}
.select-menu {
	display: none !important;
}

#nav-container{
	margin: 0 auto;
	padding: 1em 0 1em 0;
	width: 80%;
	position: relative;
}





section#inicio_section{
	background: #000;
	border-radius: 1em;
	margin: 0 auto;
	padding: 3em 0 1em 0;
	width: 80%;
	text-align: center;
}
.contenedor{
	margin: 0 auto;
	width: 80%;
}
section#telefono{
	position: absolute;
	top:10px;
	right: 0;
}
section#telefono a{
	background: #000;
	border-radius: .4em;
	box-shadow: 0 0 5px #000;
	color: #BBB;
	font-size: 1.2em;
	font-weight: bold;
	margin: .2em;
	padding: .3em 20px;
}
section#telefono a:hover{
	color: #000;
	background: #FC5;
}
section#telefono a:hover span{
	color: #333;
}

article#inicio_datos{
	width: 100%;
	padding: 1em 0;
}
article#inicio_gale{
	padding: 1em 0;
}
.logo{
	float: left;
	width: 48%;
}
.logo-img{
	max-width: 350px;
	width: 80%;
}
.cmic{
	float: left;
	width: 45%;
	text-align: right;
}
.pics_a{
	width: 20%;
	margin: .25em 1%;
}
.pics{
	border-radius: .25em;
	box-shadow: 0 0 10px #FFD;
	width: 100%;
}



article#conocenos_article{
	margin: 0 auto;
	max-width: 500px;
	padding: 2em;
	text-align: justify;
}
article#productos_article{
	padding: 1em 0;
}
article#productos_article ul{
	list-style-position: inside;
	list-style: square url("../images/design/li.png");
	text-align: left;
	padding: 2em 10% ;
	margin: 0 auto;
	max-width: 700px;
}
article#servicios_article{
	padding: 2em 0;
}

footer{
	background: url(../images/design/footer.png) no-repeat;
	background-size: 100%;
	color: #FFF;
	height: 100px;
	padding-top: 1em;
	text-align: center;
}
footer a{
	color: #FFF;
}

.prod_item{
	display: inline-block;
	margin: 1em 1%;
	min-width: 150px;
	vertical-align: top;
	width: 20%;
}
.prod_item a{
	display: block;
	width: 100%;
}
.prod_item span{
	display: block;
	width: 100%;
}

.prod-cover{
	background-size: cover;
	background-position: center center;
	border-radius: 7px;
	width: 100%;
	box-shadow: 0 0 5px rgba(255,255,255,.3);
}
.prod-cover:hover{
	box-shadow: 0 0 10px rgba(255,255,255,.8);
}
.prod-cover img{
	opacity: 0;
	width:100%;
}
#mixer{
	background: #666;
}
article.servicios-marco-100{
    border: solid #FB3 1px;
    border-radius:1em;
    display:block;
    margin: 1em auto;
    padding: 1em 0;
    width:60%;
    min-width: 300px;
}
.mitad{
	float: left;
	width: 49%;
}
.container-sm{
	margin: 0 auto;
	width: 80%;
}
.row{
	width: 100%;
	clear: both;
}
.col-4{
	width: 33%;
	float: left;
	box-sizing: border-box;
}
.services-download-button{
	display: block;
    border: solid #FB3 1px;
    border-radius:1em;
    display:block;
    margin: 1em;
    padding: 15px 0;
}


#contacto-izquierda, 
#contacto-derecha
{
    background-color: black;
    border: solid #FB3 1px;
    border-radius:1em;
    display:inline-block;
    margin: 1em 0;
    padding: 1em 0;
    width:47%;
    vertical-align:top;
}

form{
    width:100%;
}

form div {
    margin:.5em;
}

input[type="email"], 
input[type="text"], 
textarea
{
    background:#EEE;
    border-radius:.25em;
    color:#333;
    font-family:"comfortaaregular";
    font-size:1em;
    padding:.25em;
    width:95%;
}

input[type="email"]:focus, 
input[type="text"]:focus, 
textarea:focus
{
    background:#C6ECF9;
}

.transicion{
	-ms-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
input[type="submit"],
.btn{
    background:#FB3;
    border: none;
    border-radius:0 .25em;
    color:#000;
    font-size:1.25em;
    padding:.25em;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.btn:hover,
.btn:focus,
input[type="submit"]:hover{
    background:#DA1;
    cursor:pointer;
    color:#333;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

textarea{
    resize:none;
}

label {
    cursor:pointer;
}

fieldset{
    border: none;
}

legend{
    color:#FB3;
    display: block;
    font-size:1em;
    margin: 0 auto;
    width: 80%;
}
legend.exito{
	color: #070;
	background: #DFD;
	border: dashed #070;
	border-radius: .5em;
	padding: .25em;
	text-align: center;
}
legend.fail{
	color: #C00;
	background: #FCC;
	border: dashed #C00;
	border-radius: .5em;
	padding: .25em;
	text-align: center;
}


















.fade{
	filter:alpha:(opacity=10);
	opacity:1;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.fade:hover{
	filter:alpha:(opacity=7);
	opacity:0.7;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}








@media(max-width: 760px){
	.menu{
		display: none;
	}
	nav{
		height: 50px;
		margin: 20px 0 0 0;
		width: 100%;
		padding-bottom:30px;
	}
	.select-menu {
		border: 1px solid #999;
		background: #000 ;
		color: #ffffff;
		cursor: pointer;
		display: block !important;
		height: 40px;
		width: 100%;
		margin-top: -10px;
	}
	.dropdown-toggle,
	nav a{
		font-size: 1em;
		padding: .25em;
	}
	article#contacto-izquierda, article#contacto-derecha{
	    display:block;
	    margin: 1em auto;
	    width:96%;
	}
	article#telefono-derecha{
		font-size: .8em;
	}
	article#telefono-derecha span{
		display: block;
	}
	.col-4{
		width: 100%;
	}
	.logo{
		width: 100%;
	}
	.cmic{
		padding: 30px 0 0 0;
		width: 100%;
		text-align: center;
	}
	.cmic img{
		width: 100px;
	}

}
@media(max-width: 450px){
		.dropdown-toggle,	
		nav li{
        display:inline-block;
        margin-bottom: .2em;
        text-align: center;
        width:98%;
	}
	.contenedor,
	section#inicio_section{
		width: 98%;
	}
	.pics_a{
		width: 45%;
	}
	article#telefono-derecha,
	article#telefono-derecha
	{
		display: block;
		text-align: center;
		width: 100%;
	}
	section#telefono a{
		/*width: 100%;*/
	}
	article#telefono-derecha span{
		display: inline-block;
	}
}

