*{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
}
/*** Generales ***/
svg{
	width: 100%;
	height: 100%;
}
.clear{
	clear:both;
}
p{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 24px;
}
a:link{
	/*text-decoration: underline;*/
}
/*** Head ***/
header{
	width: 100%;
	height: auto;
	background: #f3f3f3;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.cont_head{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.cont_logo{
	position: absolute;
	width: 200px;
	height: auto;
	text-align: center;
	padding-top: 9px;
}
.cont_logo img{
	width: 80%;
}
.cont_logo2{
	display: none;
}
.cont_slide{
	padding-top: 105px;
}
/*** TOP ***/
.linetop{
	width: 100%;
	background: #222;
}
.cont_line_head{
	width: 1170px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
.cont_line_head table{
	float: right;
}
.cont_line_head td{
	padding: 0 2px;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #f48725;
}
.cont_line_head td img{
	width: 14px;
}
.cont_line_head td a{
	text-decoration: none;
	color: #f48725;
}
.cont_line_head td a:hover{
	opacity: .8;
}

/*** Slide ***/
.cont-banner{
	margin-top: 80px;
}
/*** Titulos ***/
.titulo1{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #222;
	font-size: 28px;
	color: #222;
	text-align: center;
}
.titulo2{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #222;
	margin-bottom:25px;
	text-align: center;
}
h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
}
/*** Contenedores ***/
.contenedor{
	width: 1170px;
	margin: 0px auto;
	position: relative;
}
.intro{
	width: 60%;
	margin: 0 auto;
}
.nosotros{
	width: 50%;
	color: #fff;
}
.nosotros h1{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	font-size: 45px;
	letter-spacing: -1px;
}
.nosotros ul, .nosotros p{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}
.compromiso{
	width: 50%;
}
.compromiso h1, .quienes h1{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	font-size: 35px;
}
.quienes{
	width: 80%;
	margin:0 auto;
	text-align: center;
}
.quienes p{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #636363;
}
.cont_servicio{
	width: 50%;
	float:left;
	padding: 25px;
	box-sizing:border-box;
	vertical-align: top;
	text-align: center;
	color: #999;
	font-family: 'Montserrat', sans-serif;
}
.cont_servicio h2{
	color: #f48725;
	padding-bottom: 25px;
}
.cont_esfera{
	width: 550px;
	height: auto;
	position: absolute;
	right: 0;
	top: -265px;
}
.cont_form{
	float: left;
	width: 50%;
	box-sizing:border-box;
	border-right: 1px solid #ccc;
}
.cont_dire{
	float: right;
	width: 50%;
	padding-left: 50px;
	box-sizing:border-box;
	color: #333;
	font-family: sans-serif;
	font-size: 14px;
}
.cont_dire h2{
	margin-bottom: 25px;
}
.cont_dire img{
	width: 18px;
	opacity: .5;
}
.cont_dire a:link{
	color: white;
}
/*** Fondos ***/
.fondo1-1{
	padding: 200px 0;
	box-sizing:border-box;
	background: url('../img/bg1-1.jpg') center fixed;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 36px;
	text-align: center;
}
.f_black{
	padding:35px 0;
	background: rgba(0,0,0,0.5);
}
.fondo1{
	background: url(../img/bg1.jpg) center fixed;
	background-size: cover;
	width: 100%;
	height: auto;
	padding:100px 0;
	position: relative;
}
.fondo2-2{
	background:url(../img/bg1-2.jpg) center fixed;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding:100px 0;
	position: relative;
}
.fondo2{
	background:#fff;
	width: 100%;
	height: auto;
	padding:100px 0;
	position: relative;
}
.fondo3{
	width: 100%;
	background: #f8f7f7;
	position: relative;
	padding: 90px 0;
}
.fondo3-3{
	width: 100%;
	background: #222;
	position: relative;
	padding: 90px 0;
	color: #fff !important;
}
.fondo_contacto{
	padding: 80px 0;
	position: relative;
	background: #f5f5f5;
}
.fondo_p{
	background:#fff;
	width: 100%;
	height: auto;
	padding: 75px 0;
	position: relative;
}
/*** Formulario ***/
input[type=text], input[type=email]{
	width: 90%;
	padding: 14px 12px;
	border: 1px solid #999 !important;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #222;
	box-sizing:border-box;
	font-family: 'Raleway', sans-serif;
	outline:0px;
	background: none;
}
::-webkit-input-placeholder { color: #222; } /* WebKit */
:-moz-placeholder { color: #222; } /* Firefox 18- */
::-moz-placeholder { color: #222; } /* Firefox 19+ */
:-ms-input-placeholder { color: #222; } /* IE 10+ */
input[type=submit]{
	width: 150px;
	padding: 20px 0;
	color: #222;
	display: block;
	transition-property:all;
	transition-duration:0.4s;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	background: #222;
	color: #fff;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-appearance: none;
}
input[type=submit]:hover{
	background: #f48725;
	color: #fff;
}
/*** Pie ***/
footer{
	width: 100%;
	background: #e2e2e2;
	padding: 40px 0;
	font-family: 'Raleway', sans-serif;
	position: relative;
}
.box_f{
	width: 500px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
}
.box_f img{
	width: 150px;
}
/*** Productos ***/
.boxpp{
	width:100%;
	margin-bottom:55px;
	position:relative;
	transition-property: all;
	transition-duration: 0.3s;
}
.boxpp img:hover{
	opacity:.7;
}
.boxpp_cont{
	width: 50%;
	float:left;
	box-sizing: border-box;
	position:relative;
}
.boxpp_cont img{
	width:100%;
}
.descripcion_p{
	padding:45px;
	box-sizing: border-box;
}
.descripcion_p h2{
	font-family: 'Montserrat', sans-serif;
	color: #222;
	margin-bottom:22px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #ccc;
	font-size: 22px;
}
.descripcion_p p{
	line-height:24px;
	font-size: 16px;
	margin-bottom: 34px;
}
/*** Anclas ***/
#a1, #a2, #a3, #a4{
	position: absolute;
	padding-top: 105px;
	top: -105px;
	left: 0;
}
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Amiko', sans-serif;
font-family: 'Raleway', sans-serif;
*/
/* Firma */
.firma_ogroz{
	width: 100%;
	padding: 10px 3px;
	box-sizing:border-box;
	background: #131313;
}
.firma_ogroz a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	text-decoration: none;
	color: #e13e13;
	font-size: 11px;
	transition-property: all;
	transition-duration: 0.2s;
	display: block;
}
.firma_ogroz a:hover{
	opacity: 0.5;
}
.firma_ogroz table{
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	color:#666;
	font-size: 11px;
	margin: 0px auto;
}
.firma_ogroz table td{
	padding: 0 4px !important;
}
.firma_ogroz table img{
	width: 13px;
}
.boton{
	width: 120px;
	padding: 15px 15px;
	color: #222;
	display: block;
	transition-property:all;
	transition-duration:0.4s;
	font-size: 13px;
	background: #15BCF9;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
}
.boton:hover{
	background: #252C6D;
}
		.cont_galeria{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
		}
		.cont_galeria div{
			width: 20%;
			box-sizing: border-box;
			padding: 5px;
		}
		.cont_galeria div img{
			width: 100%;
			display: block;	
		}