*{
	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%;
}
.cont_slide{
	padding-top: 160px;
}
.contenedor{
	max-width: 1280px;
	margin: 0 auto;
}
.bg1{
	position: relative;
	padding: 50px 0 80px 0;
}
.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: #54565a;
	padding:25px 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;
}
/*** Servicios ***/
.cont_servicios{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.cont_servicio{
	width: 25%;
	padding: 10px;
}
.box_serv{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #56545A;
	padding: 70px 30px 30px 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	height: 100%;
	position: relative;
	border: 1px solid #fff;
	transition: all .4s ease !important;
	cursor: pointer;
}
.box_serv:hover{
	/*background: rgba(84, 86, 90, 0.9);*/
	background: #54565a;
	border: 1px solid #999;
	color: #fff !important;
}
.box_serv img{
	width:100px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
	margin-top:-50px;
	background: #fafafa;
	border-radius: 50px;
	padding: 15px;
	border: 4px solid #F0B900;
}
.box_serv h1{
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
	width: 200px;
	margin: 0 auto 20px auto;
}
/*** Materiales ***/
.bg_materiales{
	background: #fff;
	position: relative;
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #ccc;
}
.fondop1{
	background: #fff;
	padding: 50px 0;
}
.fondop2{
	background: #F8F8F8;
	padding: 50px 0;
}
.cont_products{
	padding:0;
	max-width: 1280px;
	margin: 0 auto;
}
.box_product{
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
.box_product img{
	width: 100%;
	margin:0 auto 20px auto;
	border-radius: 20px;
	transition: transform .2s;
	cursor: pointer;
}
.box_product img:hover{
	transform: scale(1.3);
	border: 1px solid #ccc;
}
.box_product h3{
	font-family: 'Montserrat', sans-serif;
	color: #54565a;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 10px;
}
.box_product div{
	color: #54565A;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	line-height: 1.4;
	font-weight: 500;
}
.box_product span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	color: #f0b900;
	font-size: 1em;
	font-weight: 500;
}
.tp{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 26px;
	color: #54565A;
}
.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;
	border-radius: 35px;
	display: block;
	transition: all .4s ease;
	padding: 10px;
	margin: 5px;
}
.cont_botones a:hover{
	background: #54565a;
}
.morado{
	background: #ba49e9;
}
.aqua{
	background: #84e2dc;
}
.naranja{
	background: #FD6231;
}
.azul{
	background: #2CA1DF;
}
.verde{
	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: 20px;
	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, a.btn_contac5:hover{
	background: #54565a;
	top: -20px;
}
a.btn_contac5{
	padding: 10px;
}
/*** 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; 
}
 .zoom:hover {
    transform: scale(1.1); 
}

/*** Top  ***/
.line_top{
	background: #eabb27;
	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: #000;
	transition-property: all;
	transition-duration: 0.2s;
	display: block;
	padding: 7px 0 5px 5px;
}
a.btn_top:hover{
	color: #fff;
	text-decoration: underline;
}
.icon_top{
	border-radius: 3px;
	width: 25px;
	padding: 3px;
}