@charset "utf-8";
@import url("../css/fonts.css");
@import url("../css/header.css");
@import url("../css/bienvenida.css");
@import url("../css/imagen-over.css");
@import url("../css/footer.css");
@import url("../css/parallax.css");
@import url("../css/contacto.css");
@import url("../css/empresa.css");
@import url("../css/productos.css");
@import url("../css/galeria.css");
@import url("../css/boton-flotante.css");*/

/* tamaño celular  */

* {
    -web-kit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    background: #fff;
    font-size: 1em;
    line-height: 150%;
    color: #495879;
    margin: 0;
    padding: 0;

}
li {
    list-style: none;
}

#banner {
	width: 100%;
	padding: 0;
    margin: 0;
	margin-top: 155px;
	z-index: 0;
}
.orden1 {
	order: 1;
}

.orden2 {
	order: 2;
}
.contenedor {
width: 100%;
padding: 0;
margin: 0;
}

.center,
.left,
.right {
text-align: center;
}

.bold {
font-weight: bold;
}

#titulos h1 {
font-family: 'Oswald', sans-serif;
width: 100%;
font-size: 1.5em;
text-align: center;
padding-bottom: 0.5em;
border-bottom: 1px solid #495879;

}
.seccion span {
	color: red;
	
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: .9em;
}


h4 {
    font-size: 13pt;
	
}

p {
	padding-bottom: 10px;
}
.space {
    height: 20px;
}

/* TAMAÑO TABLET  */

@media(min-width:768px) {

#banner {
	margin-top: 145px;

}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

#titulos h1,
.contenedor {
width: 90%;
max-width: 1000px;
margin: 0 auto;

}

}

