*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background: url('../img/bg3.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.clear{
	clear: both;
}
img{
	display: block;
	width: 100%;
}
p{
	margin-bottom: 0 !important;
}
.contenedor{
	max-width: 1280px;
	margin: 0 auto;
}
.bg1{
	position: relative;
	padding: 50px 0 50px 0;
}
.bg2{
	position: relative;
	background: #fff;
	padding: 70px 0 70px 0;
}
/*** Titulos ***/
.t1{
	font-family: 'Arial-Unicode-Bold';
	font-size: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #54565a;
	padding:25px 0 5px 0;
	text-align: center;
	margin-bottom: 0;
}
.t2{
	font-family: 'Arial-Unicode-Bold';
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
}
.t3{
	font-family: 'Arial-Unicode-Bold';
    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;
	margin: 0 auto;
}
.cont_servicio{
	width: 25%;
	padding: 0 10px 70px 10px;
}
.box_serv{
	padding: 60px 30px 55px 30px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border-radius: 20px 0 20px 0;
	height: 100%;
	position: relative;
	transition: all .2s ease !important;
}
.box_serv:hover{
	transform: scale(1.1);
	background: #f8f8f8;
}
.box_serv img{
	width:80px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0;
	margin-top:-40px;
	background: #720E9E;
	border-radius: 50px;
	padding: 15px;
}
.box_serv h1{
	font-family: 'Arial-Unicode-Bold';
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 24px;
	width: 100%;
	margin: 0 auto 10px auto;
	color: #54565a;
}
.box_serv p{
	font-family: 'Arial-Unicode-Regular';
	font-size: 16px;
	line-height: 24px;
	color: #54565a;
	margin-bottom: 0;
}
/*** Materiales y Productos***/
.bgp1{
	padding: 50px 0;
	background: #fff;
	width: 100%;
	position: relative;
}
.bgp2{
	padding: 50px 0;
	background: #f8f8f8;
	width: 100%;
	position: relative;
}
.mt{
	font-family: 'Arial-Unicode-Bold';
	text-align: center;
	color: #54565a;
	font-size: 26px;
}
.tm{
	font-family: 'Arial-Unicode-Bold';
	text-align: center;
	color: #d768f2;
	text-transform: uppercase;
	font-size: 1em;
	margin-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: 'Arial-Unicode-Regular';
	color: #54565a;
	font-size: .9em;
	line-height: 20px;
}
.box_m1 td{
	margin-bottom: 5px;
	font-family: 'Arial-Unicode-Regular';
	color: #54565a;
	font-size: .9em;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.box_m1 h3{
	color: #54565a;
	font-family: 'Arial-Unicode-Bold';
	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: 'Arial-Unicode-Bold';
	color: #55565a;
	font-size: 1em;
	padding-top: 10px;
	display: block;
	line-height: 1em;
}
.box_m2{
	width: 100%;
	padding:0;
}
.box_m2 img{
	width: 80%;
	margin: 0 auto;
}
.box_m2 h3{
	color: #55565a;
	font-family: 'Arial-Unicode-Bold';
	font-size: 1em;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-align: center;
}
.centrito{
	justify-content: center;
}
/*** 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: 12px;
	display: block;
	transition: all .4s ease;
	padding: 10px;
	margin: 2px;
}
.cont_botones a:hover{
	background:#da72f3;
}
.morado{
	background: #F52A74;
}
.aqua{
	background: #1CE89F;
}
.naranja{
	background: #E8BA4A;
}
.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: 'Arial-Unicode-Bold';
	font-size: 14px;
	color: #54565a;
}
.sombra{
	width: 40%;
	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: -65px;
}
a.btn_contac5{
	padding: 10px;
	border-radius: 10px;
}
a.btn_contac1:hover, a.btn_contac2:hover, a.btn_contac3:hover, a.btn_contac4:hover, a.btn_contac5:hover{
	background: #da72f3;
}
/*** Footer ***/
footer{
	background: #0c0c0c;
	padding: 38px 0;
	font-family: 'Arial-Unicode-Regular';
	border-top: 0.5px solid #ccc;
}
.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-size: 20px;
	color: #f8f8f8;
	padding-top: 5px;
	font-weight: 400;
}
.box_footer2 span{
	font-family: 'Arial-Unicode-Bold';
	color: #fff;
}
/*** Otros ***/
.zoom {
	cursor: pointer;
    transition: transform .2s; 
}
.zoom:hover {
    transform: scale(1.2); 
}
.zoom2 {
	cursor: pointer;
    transition: transform .2s; 
}
.zoom2:hover {
    transform: scale(1.5); 
}
.arrow{
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	top:0;
	z-index: 1;
}
.hr1{
	width: 30%;
	margin: 0 auto 30px auto;
}
.hr2{
	width: 30px;
	margin: 0 auto;
	border: none;
	border-top: 5px solid #da72f3;
	margin: 0 auto 10px auto;
}
.modal-body p{
	margin-bottom: 30px !important;
}
.bg-tr{
    background-image: url('../img/bg-tr.svg');
    background-position: left 0 top 0;
    background-repeat: no-repeat;
    background-size: 200px;
}
/*** Font ***/
@font-face {
    font-family: 'Arial-Unicode-Regular';
    src: url('fonts/Arial-Unicode-MS-Regular.woff2') format('woff2'),
         url('fonts/Arial-Unicode-MS-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial-Unicode-Bold';
    src: url('fonts/Arial-Unicode-MS-Bold.woff2') format('woff2'),
         url('fonts/Arial-Unicode-MS-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/*** Top  ***/

.line_top{
	background: #720e9e;
	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: 'Arial-Unicode-Regular';
	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: #fff;
	text-decoration: underline;
}
.icon_top{
	border-radius: 3px;
	width: 25px;
	padding: 3px;
}