
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


ul {
	list-style-type: none;
}

a {
	color: #b63b4d;
	text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
 	color: #FFF;
 	font-size: 24px;
 	font-weight: 400;
 	text-align: center;
 	margin-top: 80px;
 }

h1 a {
 	color: #c12c42;
 	font-size: 16px;
 }

 .accordion {
 	width: 100%;
 	margin: 10px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 0px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 30px 35px 35px 42px;
	color: #FFF;
	background-color: #595959;
	font-size: 28px;
	font-weight: 700;
	border-bottom: 4px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-family: 'titillium-semibold';
	
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 30px;
	left: 12px;
	
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}

.accordion li i.fa-chevron-down {
	right: 37px;
	left: auto;
	font-size: 30px;
	color: #fff;
}

.accordion li.open .link {
	color: #fff;
	background-color: #f18700;;
	
}
.accordion li i.fa-paint-brush {
	left: 1;
	font-size: 0px;
	color: #f18700;
}
.accordion li i.fa-mobile {
	left: 1;
	font-size: 0px;
	color: #f18700;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

 .accordion .link:hover {
 	background: #f18700;
 	color: #FFF;
 }
 
 
 
 
.img {
width: 230px;
height: 160px;
margin-top: -80px;
margin-left:-115px;
left: 50%;
top: 50%;
position: absolute;
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #444359;
 	font-size: 15px;
	padding-left: 10px;
	background: #fff;
  	max-width: 1100px;
 	 margin: auto;
	 margin-top: 20px;
	 margin-bottom: 4px;
  	display: none;
  	text-align: center;
	
 }

 .submenu li {
 	border-bottom: 0px solid #4b4a5e;
	
	
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
	
	width:330px;
	min-width:30px;
	overflow-width: 400px;
	background:#999;
	float:left;
	border:0px solid #04457f;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
	display: inline-block;
  	margin: 4px 11px 20px;
  	width: 250px;
  	height: 180px;
  
    
	}

 
 .submenu a:hover {
border: 10px solid #04457F;
color: #FFF;
-webkit-transform:scale(1.05);
-moz-transform:scale(1.05);
-o-transform:scale(1.05);
-ms-transform:scale(1.05);
transform:scale(1.05);
transition: transform 0.2s;
 	}

