*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: url('../img/bg1.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.clear{
	clear: both;
}
img{
	display: block;
	width: 100%;
}
.contenedor{
	max-width: 1280px;
	margin: 0 auto;
}
.bg1{
	position: relative;
	padding: 40px 0 20px 0;
	background: #fff;
}
.bg2{
	position: relative;
	background: #f3f3f3;
	padding: 70px 0 70px 0;
}
/*** Titulos ***/
.t1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #9fcc15;
	padding:0px 0 5px 0;
	text-align: center;
	margin-bottom: 0;
}
.triangulo{
    width: 0; 
    height: 0; 
    border-top: 15px solid #FFCC00;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent; 
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
}
.t2{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
}
.t3{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
    position: relative;
}
.t4{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
}
.t4 span{
	color: #20b6fb;
}
.p1{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #56545A;
}
.p1 span{
	color: orange;
	font-weight: 600;
}
/*** Servicios ***/
.cont_servicios{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.cont_servicio{
	width: 33.3333%;
	padding: 20px 20px 0 20px;
}
.box_serv{
	color: #56545A;
	padding: 10px 0 0 0;
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	position: relative;
	/**border: 1px solid #fff;**/
	transition: all .4s ease !important;
	cursor: pointer;
	text-align: center;
}
.box_serv:hover{
	/*background: rgba(84, 86, 90, 0.9);*/
}
.box_serv img{
	width:80px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	margin-left: -20px;
	top: 0;
	margin-top:-40px;
	background: #20b6fb;
	border-radius: 5px;
	padding: 15px;
	border: 2px solid #fff;
}
.box_serv h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
	/*width: 200px;*/
	margin: 0 auto 20px auto;
}
.box_serv p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
/*** Materiales y Productos***/
.bgp1{
	padding: 55px 0;
	background: #fff;
	width: 100%;
	position: relative;
}
.bgp2{
	padding: 55px 0;
	background: #f8f8f8;
	width: 100%;
	position: relative;
}
.mt{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #54565a;
	font-size: 22px;
	padding-bottom: 10px;
}
.box_materials{
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.cont_materials{
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
}
.box_mg{
	width: 33.3333%;
	padding:0 5px;
	box-sizing: border-box;
}
.box_m1{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.box_m1 table{
	margin: 10px auto 0 auto;
}
.box_m1 ul{
	list-style: none;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	color: #54565a;
	font-size: .9em;
	line-height: 20px;
	margin-bottom: 0;
}
.box_m1 td{
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	font-size: .9em;
	font-weight: 400;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.box_m1 h3{
	color: #54565a;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 20px;
	letter-spacing: 0.5px;
}
.box_m1 span{
	font-family: 'Montserrat', sans-serif;
	color: #55565a;
	font-size: .9em;
	padding-top: 10px;
	display: block;
	font-weight: 600;
}
.box_m2{
	width: 100%;
	padding:0;
}
.box_m2 img{
	width: 100%;
	margin: 0 auto;
	transition: transform .2s;
	border-bottom: 4px solid #9fcc15;
}
.box_m2 h3{
	color: #548235;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;	
}
.line5{
	width: 30% !important;
	margin:0 auto 30px auto;
}
.line4{
	width: 25% !important;
	margin:10px auto 10px auto;
}
/*** Botones ***/
.cont_botones{
	top: 0;
	right: 0;
	height: 100vh;
	padding: 50px 10px 50px 30px;
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.cont_botones a{
	width: 50px;
	height: 50px;
	display: block;
	transition: all .4s ease;
	padding: 10px;
	border-radius: 10px;
}
.cont_botones a:hover{
	background: #55565a;
}
.color1{
	background: #F52A6E;
}
.color2{
	background: #9fcc15;
}
.color3{
	background: #F9D438;
}
.color4{
	background: #2CA1DF;
}
.color5{
	background: #1bd741;
}
/*** Contacto Botones ***/
.cont_contac{
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.box_contac{
	padding: 170px 0 0 0;
	width: 20%;
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #54565a;
}
.sombra{
	width: 60%;
	margin: 0 auto;
	opacity: 0.5;
	transition-property: all;
	transition-duration: 0.4s;
}
.box_contac:hover .sombra{
	width: 50%;
	opacity: .2;
}
a.btn_contac1, a.btn_contac2, a.btn_contac3, a.btn_contac4, a.btn_contac5{
	display: block;
	width: 150px;
	padding: 30px;
	border-radius: 5px;
	transition-property: all;
	transition-duration: 0.4s;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -75px;
}
a.btn_contac1:hover, a.btn_contac2:hover, a.btn_contac3:hover, a.btn_contac4:hover{
	background: #55565a;
	top: -20px;
}
a.btn_contac5{
	padding: 10px;
}
a.btn_contac5:hover{
	background: #1bd741;
	top: -20px;
}
/*** Footer ***/
footer{
	background: #0c0c0c;
	padding: 30px 0;
	font-family: 'Montserrat', sans-serif;
	border-top: 1px solid #d0cece;
}
.box_footer1{
	width: 50%;
	float: left;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	color: #fff;
}
.box_footer2{
	width: 50%;
	float: left;
	text-align: right;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}
.box_footer1 span, .box_footer2 span{
	font-weight: 700;
}

/*** Otros ***/
.zoom {
    transition: transform .2s;
    cursor: pointer;
}
 .zoom:hover {
    transform: scale(1.5);
    border: 1px solid #fff;
}
.hr{
	max-width: 300px;
	margin: 0 auto;
}
.cont_nosotros{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.cont_nosotros div{
	width: 50%;
	padding: 0 30px 40px 30px;
	text-align: center;
}
.cont_nosotros p{
	font-weight: 600 !important;
}

/*** Top  ***/

.line_top{
	background: #207513;
	width: 100%;
	padding: 7px;
}
.cont_top_contact{
	width: 100%;
	padding: 0 10px;
}
.cont_flex_top{
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.box_flex_top{
	padding:0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.btn_top{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .8em;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
	transition-property: all;
	transition-duration: 0.2s;
	display: block;
	padding: 7px 0 5px 5px;
}
a.btn_top:hover{
	color: #9fcc15;
	text-decoration: none;
}
.icon_top{
	border-radius: 3px;
	width: 25px;
	padding: 3px;
}