*{
	margin: 0;
	padding: 0;
}
header{
	width: 100%;
	position: fixed;
	border-bottom: 1px solid #ccc;
	z-index: 100;
	background: #f9f9f9;
	box-sizing:border-box;
}
h1, h2, h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.clear{
	clear: both;
}
/*** TOP ***/
.linetop{
	width: 100%;
	background: #7D073A;
}
.cont_line_head{
	width: 1170px;
	margin: 0 auto;
}
.top{
	padding: 10px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.top div{
	display: block;
}
ul.lista_contact{
	display: flex;
}
ul.lista_contact li{
	list-style: none;
	margin-right: 10px;
}
ul.lista_contact li table{
	margin: 0 auto;
}
ul.lista_contact li td{
	padding: 0;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #fff;
}
ul.lista_contact li img{
	width: 14px;
	margin-right: 2px;
}
ul.lista_contact li a{
	color: #fff;
	text-decoration: none;
}
ul.lista_contact li a:hover{
	opacity: .8;
}
/*** Contenedores ***/
.contenedor{
	width: 1170px;
	margin: 0px auto;
	position: relative;
}
.cont_logo{
	width: 250px;
	float: left;
	padding: 8px 10px;
}
.cont_logo img{
	width: 100%;
}
.cont_logo2{
	display: none;
}
.cont_logo2 img{
	width: 100%;
}
.cont_banner{
	width: 100%;
	height: auto;
	padding-top: 135px;
	border-bottom: 1px solid #ccc;
}
/*** EMPRESA ***/
.cont_nosotros{
	width: 45%;
}
.cont_nosotros h1{
	margin-bottom: 28px;
	font-size: 38px;
	line-height: 38px;
	color: #7D073A;
}
.cont_nosotros p{
	font-size: 18px;
	line-height: 24px;
	color: #828282;
	text-align: justify;
}
.cont_logo3{
	width: 500px;
	position: absolute;
	right: 50px;
	top: 25px;
	text-align: center;
	z-index: 1;
}
.cont_logo3 img{
	width: 100%;
}
.cont_nosotros2{
	width: 45%;
	padding: 135px 35px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.cont_nosotros2 h1{
	margin-bottom: 25px;
	font-size: 36px;
	line-height: 36px;
}
.cont_nosotros2 p{
	/*margin-left: 35px;*/
	font-size: 18px;
	line-height: 28px;
}
.btn{
	display: block;
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 35px auto 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 30px;
}
.btn:hover{
	background: #911414;
}
.f1{
	position: absolute;
	top: 155px;
	left: 200px;
	height: 450px;
	width: 320px;
	z-index: 3;
}
.f2{
	position: absolute;
	top: -40px;
	left: 0;
	height: 450px;
	width: 320px;
	border:1px solid #ddd;
	z-index: 2;
}
/*** SERVICIOS ***/
.cont_servicios{
	height: 500px;
	position: relative;
	border-top: 2px solid #ccc;
}
h1.titulo_servicios{
	padding: 0 50px 35px 50px;
	box-sizing: border-box;
	font-size: 38px;
	line-height: 38px;
	text-align: right;
	color: #7D073A;
	position: relative;
}
h1.titulo_servicios2{
	padding: 0 50px 35px 50px;
	box-sizing: border-box;
	font-size: 38px;
	line-height: 38px;
	text-align: center;
	color: #efd4aa;
	position: relative;
}
.box1, .box2{
	width: 50%;
	height: auto;
	display: block;
	padding:25px 50px;
	box-sizing:border-box;
}
.box3, .box4{
	width: 50%;
	height: auto;
	padding: 25px 50px;
	box-sizing: border-box;
}
.box3 ul, .box4 ul{
	width: 80%;
	margin: 0 auto;
	padding: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #efd4aa;
}
.box3 ul li, .box4 ul li{
	line-height: 22px;
	padding-bottom: 15px;
}
.box3{
	float: left;
	border-right: 1px solid #fff;
}
.box4{
	float: right;
}
.p1, .p2, .p3{
	position: absolute;
}
.p1{
	top: 0;
	left: 0;
}
.p2{
	top: 150px;
	right: 0;
}
.p3{
	top: 300px;
	left: 0;
}
.box_serv{
	background: #e9e9e9;
	height: auto;
	padding: 35px;
	box-sizing:border-box;
}
.box_serv h2{
	color: #7D073A;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 18px;
}
.box_serv p{
	line-height: 22px;
	font-size: 16px;
	color: #707070;
}
.line{
	position: absolute;
	width: 2px;
	height: 400px;
	background: #ccc;
	left: 50%;
	margin-left: -1px;
}
.line1, .line2{
	width: 50px;
	height: 2px;
	background: #ccc;
	position: absolute;
	margin-top: -1px;
	top: 50%;
}
.line1{
	right: 0;
}
.line2{
	left: 0;
}
.circulo1, .circulo2{
	width: 20px;
	height: 20px;
	background: #7D073A;
	position: absolute;
	top: 50%;
	margin-top:-10px;
	border-radius: 10px;
}
.circulo1{
	right: -10px;
}
.circulo2{
	left: -10px;
}
/*** Productos ***/
h1.titulo_p{
	color: #e5242d;
}
h1.titulo_p span{
	color: #911414;
}
.boxp{
	width: 33.3333%;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}
.boxp img{
	width: 100%;
}
.boxp h3{
	color:#fff;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 22px;
}
.boxp p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: block;
	padding-bottom: 15px;
}
.boxp article{
	width: 100%;
	height: 100%;
	padding: 25px;
	left: 100%;
	top: 0;
	box-sizing: border-box;
	position: absolute;
	background: rgba(125,7,58,.9);
	transition-property:all;
	transition-duration:0.2s;
}
.boxp:hover article{
	left: 0;
}
/*** Contacto ***/
.cont_form{
	float: left;
	width: 65%;
	padding: 85px 50px;
	box-sizing:border-box;
}
.cont_form h1{
	margin-bottom: 25px;
	font-size: 30px;
}
.cont_dire{
	position: absolute;
	right: -65%;
	width: 1100px;
	height: 100%;
	background: #7d073a;
	padding: 85px 50px;
	box-sizing:border-box;
	color: #fff;
}
.cont_dire h2{
	margin-bottom: 25px;
}
.cont_dire img{
	width: 24px;
}
.cont_dire table{
	font-family: sans-serif;
}
.cont_dire td{
	padding: 3px;
	font-size: 14px;
}
input[type=text], input[type=email], textarea{
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000;
	box-sizing:border-box;
	outline:0px;
	background: none;
	background: #fff;
}
textarea{
	height: 120px;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
input[type=submit]{
	width: 180px;
	padding: 15px 7px;
	display: block;
	transition-property:all;
	transition-duration:0.4s;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	background: #7d073a;
	color: #fff;
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	-webkit-appearance: none;
}
input[type=submit]:hover{
	color: #fff;
	background: #222;
}
/*** Fondos ***/
.fondo_nosotros{
	background: #fff;
	width: 100%;
	height: auto;
	padding:120px 0 120px 0;
	position: relative;
}
.fondo_1{
	background: url(../img/bg1.jpg) center fixed;
	background-size: cover;
	/*background: rgba(229,36,45,.7);*/
	width: 100%;
	height: auto;
	position: relative;
}
.fondo_1-1{
	background: url(../img/bg1.jpg) center fixed;
	background-size: cover;
	/*background: rgba(229,36,45,.7);*/
	width: 100%;
	height: auto;
	position: relative;
	padding: 90px 0;
}
.fondo2{
	width: 100%;
	background: #f3f3f3;
	text-align: center;
	padding: 50px 0;
	position: relative;
}
.fondo_servicios{
	width: 100%;
	padding: 85px 0 50px 0;
	background: #fff;
	position: relative;
}
.fondo_contacto{
	width: 100%;
	background: #f2f2f2;
	overflow: hidden;
}
/*** Anclas ***/
#s1, #s2, #s3, #s4{
	position: absolute;
	padding-top: 135px;
	top: -135px;
	left: 0;
}
/*** Colores ***/
/***
#4f4d52 Gris fuerte
#999 Gris
#e5242d Marron Claro
#911414 Marron Fuerte
***/

/* 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;
}

.btn_whats{
	top: 70px;
	right: -85px;
	background: #25d366;
}
.btn_mail{
	top: 120px;
	right: -177px;
	background:#10a7ed;
}
.btn_tel{
	top: 170px;
	right: -100px;
	background: #d61715;
}
.btn_cel{
	top: 220px;
	right: -110px;
	background: #222;
}
.btn_whats, .btn_tel, .btn_mail, .btn_cel{
	height: 38px;
	line-height: 38px;
	border-radius: 25px 0 0 25px;
	padding: 3px 10px 3px 10px;
	display: block;
	position:fixed;
	z-index: 99999;
	transition-property: all;
	transition-duration: 0.4s;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.btn_whats span, .btn_tel span, .btn_mail span, .btn_cel span{
	font-family: sans-serif;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
}
.btn_whats img, .btn_tel img, .btn_mail img, .btn_cel img{
	width: 38px;
	margin-right: 5px;
	float: left;
}
.btn_whats:hover, .btn_tel:hover, .btn_mail:hover, .btn_cel:hover{
	right: 0;
}

#this_title{
	display: none;
}
.btn_noticia{
	color: #fff;
	padding: 10px;
	font-family: sans-serif;
}