*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
p, a, ul, td{
	font-family: 'Poppins', sans-serif;
}
p{
	color: #313639;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
}
p strong{
	font-weight: 600;
}
.pg{
	font-size: 1.3em;
}
img{
	width: 100%;
	display: block;
}
.clear{
	clear: both;
}
/*** Head ***/
.head{
	width: 100%;
	background: #313639;
}
.cont_logo{
	width: 350px;
	float: left;
	padding: 20px 0;
}
.cont_logo img{
	width: 100%;
}
.mini_contact{
	width: 40%;
	float: right;
	padding: 17px 0 0 0;
	text-align: right;
}
.mini_contact div{
	display: inline-block;
	color: #fff;
}
.mini_contact img{
	width: 20px;
}
.mini_contact a{
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.mini_contact a:hover{
	color: #bd9219;
}
.mini_contact h3{
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	letter-spacing: .5px;
	margin-bottom: 7px;
}
.mini_contact h3 span{
	color: #bd9219;
}
/*** Contenedores ***/
.contenedor{
	max-width: 1280px;
	margin: 0 auto;
}
.cont_boxes{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.box_n1{
	width: 50%;
	padding-right: 50px;
}
.box_n2{
	width: 50%;
	padding:30px;
}
.box1{
	width: 50%;
	padding: 20px 50px;
	text-align: center;
}
.box2{
	width: 50%;
}
.cont_cobertura{
	display: flex;
	flex-wrap: wrap;
}
.box_c1, .box_c2{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 100px;
}
.box_c1{
	background: #313639;
}
.box_c1 img{
	width: 85%;
	margin: 0 auto;
}
.box_c2{
	background: #f3f3f3;
}
.list1{
	margin-left: 50px;
	padding-right: 50px;
	color: #313639;
	line-height: 25px;
	font-weight: 300;
}
.cont_servicios{
	display: flex;
	flex-wrap: wrap;
}
.box_serv_info{
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
}
.box_serv1{
	width: 60%;
}
.box_serv2{
	width: 40%;
	padding: 0 70px;
}
.box_serv3{
	width: 50%;
}
.img_serv{
	width: 25%;
}
.cont_politicas{
	max-width: 1280px;
	margin: 0 auto;
	padding: 70px 50px;
}
.cont_politicas p{
	margin-bottom: 30px;
}
/*** Forms ***/
.bg_form1{
	width: 100%;
	background: #fff;
	padding: 60px 0;
}
.bg_form2{
	width: 100%;
	background: #fff;
	background-image: url('../img/lateral2.png');
	background-repeat: no-repeat;
	background-position: top 0 right 0;
	background-size: 300px;
	padding: 80px 0;
}
.cont_forms{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box_form1{
	width: 50%;
	padding:0 50px;
}
.box_form2{
	width: 50%;
	padding: 10px 20px;
}
.box_form2 div{
	display: flex;
}
input[type=text], select{
	width: 100%;
	background: #F4F4F4;
	padding: 14px 20px;
	color: #222;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
textarea{
	width: 100%;
	background: #F4F4F4;
	padding: 14px 20px;
	color: #222;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	height: 130px;
}
input[type=submit]{
	background: #bd9219;
	color: #fff;
	display: block;
	width: 170px;
	height: 55px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size:1em;
	text-decoration: none;
	transition-property: all;
	transition-duration: .4s;
	border: none;
	cursor: pointer;
}
input[type=submit]:hover{
	background: #313639;
}
#this_title{
    display: none;
}
/*** Titulos ***/
.t1, .t1-1, .t2, .t3, .t4, .t_dire{
	text-transform: uppercase;
	color: #474c4f;
}
.t1{
	font-family: 'cobaltalien-normal';
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 80%;
	margin-bottom: 20px;
}
.t2{
	font-family: 'cobaltalien-italic';
	font-size: 1.8em;
	line-height: 80%;
	margin-bottom: 20px;
}
.t3{
	font-family: 'martian_medium';
	font-size: 20px;
}
.t_serv{
	font-family: 'martian_medium';
	font-size: 20px;
	padding: 10px 0;
	color: #474c4f;
}
.t1 span, .t2 span, .t3 span{
	color: #bd9219;
}
/*** Botones ***/
.btn1{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size:1em;
	font-weight: 400;
	text-decoration: none;
	transition-property: all;
	transition-duration: .4s;
	background: #bd9219;
	color: #fff;
}
.btn1:hover{
	color: #fff;
	background: #000;
	text-decoration: none;
}
/*** Boton Whats App ***/
.btn_whats{
	background: #20c738;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	top: 40%;
	display: block;
	padding: 10px;
	z-index: 2;
	transition: all 0.4s;
}
.btn_whats:hover{
	background: #000;
}
/*** Fondos ***/
.bg1{
	width: 100%;
	padding: 120px 0;
	position: relative;
	background: #f2f2f2;
}
.bg1::before{
	content: '';
	background: #f2f2f2;
	width: 50%;
	height: 100%;
	display: block;
	z-index: -1;
}
.bg1::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../img/foto2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 100%;
	display: block;
}
.bg2{
	padding: 80px 0;
	background: #fff;
	background-image: url('../img/lateral.png');
	background-position: bottom 0 left 0;
	background-repeat: no-repeat;
	background-size: 250px;
}
.bg3{
	padding: 200px 0;
	background: url('../img/bg3.jpg') center fixed;
	background-size: cover;
	border-bottom: 5px solid #bd9219;
}
.bg4{
	padding: 70px 0;
	background: #f8f8f8;
	background-image: url('../img/lateral.png');
	background-position: bottom 0 left 0;
	background-repeat: no-repeat;
	background-size: 350px;
	border-bottom: 5px solid #bd9219;
}
.bg5{
	width: 100%;
	background: #fff;
	padding: 75px 0;
}
.bg_imgs{
	width: 100%;
	background: #f2f2f2;
	padding: 50px 0;
}
/*** Footer ***/
footer{
	background: #282f34;
	background-image: url('../img/footer_lateral.png');
	background-position: top 0 right 0;
	background-size: 450px;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.cont_footer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box_fg1{
	width: 45%;
}
.box_fg2{
	width: 55%;
}
.box_f{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box_f a{
	color:#ADB7BC;
}
.box_f a:hover{
	color: #fff;
}
.box_f_1{
	width: 50%;
}
.box_f_1 p{
	font-size: 14px;
	color: #ADB7BC;
	line-height: 20px;
	text-decoration: none;
}
.logo_f{
	width: 80%;
	margin:0 auto;
}
.t_dire{
	font-family: 'cobaltalien-italic';
	font-size:1.3em;
	color: #bd9219;
}
.tm_f{
	font-family: 'martian_medium';
	font-size:1.1em;
	color: #fff;
	padding-top: 0;
	padding-left: 50px;
}
.tbig_f{
	font-family: 'cobaltalien-rayas';
	font-size:2.5em;
	line-height: 70%;
	color: #fff;
	padding-bottom: 30px;
	letter-spacing: 2px;
}
.menu_footer{
	list-style: none;
	padding-left: 60px;
}
.menu_footer a{
	font-size: 12px;
	color: #ADB7BC;
	line-height: 14px;
	text-decoration: none;
}
.menu_footer a:hover{
	color: #fff;
}
.cont_copy{
	padding-top: 50px;	
}
.cont_copy p{
	font-size: 11px;
	width: 80%;
	float: left;
	margin: 0;
}
.cont_copy table{
	float: right;
}
.cont_copy table img{
	width: 24px;
}
/*** Otros ***/
.logo2{
	width: 40%;
	margin: 0 auto;
}
hr.hr1{
	border: 1px solid #bd9219;
	width: 100px;
	margin-bottom: 20px;
}
hr.hr2{
	border: 1px solid #bd9219;
	width: 70px;
	margin: 0 auto 30px auto;
}
hr.hr4{
	border: 2px solid #bd9219;
	width: 30%;
	margin: 5px auto 5px auto;
}
.b1{
	width: 200px;
	margin: 0 auto;
}
/*** Fonts ***/
@font-face {
    font-family: 'martian_medium';
    src: url('fonts/martianbthai-medium.woff2') format('woff2'),
         url('fonts/martianbthai-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cobaltalien-rayas';
    src: url('fonts/cobaltalien-rayas.woff2') format('woff2'),
         url('fonts/cobaltalien-rayas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cobaltalien-normal';
    src: url('fonts/cobaltalien-normal.woff2') format('woff2'),
         url('fonts/cobaltalien-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cobaltalien-italic';
    src: url('fonts/cobaltalien-italic.woff2') format('woff2'),
         url('fonts/cobaltalien-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*** Slide ***/
.bg_slide{
	padding: 120px 0 130px 0;
	background: url('../img/bg1.jpg') center fixed;
	background-size: cover;
	border-bottom: 50px solid #bd9219;
}
.cont_slide{
	width: 50%;
	min-height: 360px;
}
.bobst .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -50px;
}
.bobst .carousel-indicators{
	justify-content: left;
	margin-left: 0;
	margin-right: 0;
}
.bobst .carousel-indicators li {
    background: #bd9219;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    display: block;
    border: 1px solid #bd9219;
    opacity: 1;
}
.bobst .carousel-indicators .active {
	background: #222;
	border: 1px solid #222;
}
/*** Banners brochure ***/
.banner_integral{
	width: 100%;
	background-image: url('../img/banner-integral.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 70px 0;
}
.banner_maquinados{
	width: 100%;
	background-image: url('../img/banner-maquinados.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 70px 0;
}
.banner_herreria{
	width: 100%;
	background-image: url('../img/banner-herreria.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 70px 0;
}
.banner_manto{
	width: 100%;
	background-image: url('../img/banner-manto.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 70px 0;
}
.banner_spare{
	width: 100%;
	background-image: url('../img/banner-spare.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 70px 0;
}