@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.woff2') format('woff2'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Configuracion Gral*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*Barra Inicio*/
.head {
	width:100%;
	height:7px;
	background-color:#D0D0D1;
}
/*Logo*/
.logo {
	width:100%;
	height:120px;
	background-color:#D0D0D1;
}
.logo td {
	width:33%;
	vertical-align:middle;
}
.logo td img {
	vertical-align:middle;
}
.logo td div {
	text-align:right;
	padding-right:10px;
}
.logo td div a {
	font-family: 'socicon';
    font-weight: normal;
    font-style: normal;
    font-size:25px;
	padding:10px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF0080;
	transition: all 0.5s ease;
}
.logo td div a:hover {
	color:#818181;
}
/*Menu Navegacion*/
.navigation {
	width:100%;
	height:50px;
	background-color:#FF0080;
	text-align:center;
	line-height:50px;
}
.navigation a {
	font-family: 'bebas_neueregular';
	font-weight: normal;
    font-style: normal;
	font-size:22px;
	color:rgba(255,255,255,0.9);
	transition-property: background;
	transition-duration: 0.5s;
  	transition-timing-function: linear;
	text-decoration:none;
	padding:15px;
}
.navigation a:hover {
	color:rgba(255,255,255,0.8);
	background-color:#818181;
	border-radius:3px;
}
/* Banner */
.banner {
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	text-align:center;
	background: transparent;
}
.banner ul {
	list-style: none;
	width: 200%;
}
.banner ul li {
	display: block;
	float: left;
	width: 200%;
	min-height: 400px;
	padding: 130px 0 100px;
	background-size:cover;
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}	
.banner h1 {
	text-align:center;
	padding-right:35%;
	font-family:'Ubuntu', sans-serif;
	font-weight:400;
	font-size: 35px;
	color:white;
	text-shadow:1px 1px #222222;
	opacity:0.9;
	margin:0px;
}
.banner h2 {
	text-align:center;
	padding-left:35%;
	font-family:'Ubuntu', sans-serif;
	font-weight:400;
	font-size: 35px;
	color:white;
	text-shadow:1px 1px #222222;
	opacity:0.9;
	margin:0px;
}
.banner h1 a, .banner h2 a{
	background-color: #818181;
	width:170px;
	height:50px;
	line-height:50px;
	font-family: 'Patua One', cursive;
	font-size:20px;
	border-radius: 5px;
	text-align:center;
	display:inline-block;
	border-radius: 1000px;
	cursor:pointer;
	vertical-align:middle;
	color:white;
	transition-property: background;
	transition-duration: 0.5s;
  	transition-timing-function: linear;
  	text-decoration:none;
  	opacity:.9;
}
.banner h1 a:hover,.banner h2 a:hover {
	background-color:#2C2C2C;
}		
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;			
	text-indent: -999em;			
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .6;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}
/*Titulo Bienvenida*/
.welcome {
	width:100%;
	text-align:center;
	color: #555555;
	font-size: 35px;
	font-weight: 300;
	font-family:'Ubuntu', sans-serif;
}
/*Introduccion*/
.introduction {
	width:55%;
	text-align:justify;
	text-justify: inter-word;
	color: #888888;
	font-size: 15px;
	font-weight: 300;
	font-family:'Ubuntu', sans-serif;
	display:table;
	margin:auto;
}
/*Boton Saber Mas*/
.more {
	text-align:center;
}
.more a, .container span a {
	background-color: #818181;
	width:200px;
	height:45px;
	line-height:45px;
	font-family: 'Patua One', cursive;
	font-size:18px;
	border-radius: 5px;
	text-align:center;
	display:inline-block;
	border-radius: 1000px;
	cursor:pointer;
	vertical-align:middle;
	color:white;
	transition-property: background;
	transition-duration: 0.5s;
  	transition-timing-function: linear;
  	text-decoration:none;
  	opacity:.9;
}
.more a:hover, .container span a:hover {
	background-color:#2C2C2C;
}
/*Pre Footer*/
.extrafooter {
    text-align:center;
}
.extrafooter img {
	border-radius: 75%;
	padding:40px;
	opacity:0.75;
	filter:grayscale(100%);
	-webkit-filter:grayscale(1);
	transition: all 0.5s ease;
	transform: scale(0.75);
}
.extrafooter img:hover {
	opacity:1;
	filter:grayscale(0%);
	-webkit-filter:grayscale(0);
	transform: scale(1);
}
/*Footer & Copyright*/
.copyright {
	background-color:#22252B;
	margin:auto;
	width:100%;
	height:80px;
}
.copyright td {
	padding-left:50px;
	color:#727067;
	vertical-align:middle;
	font-family:"Open Sans",sans-serif;
	font-size:14px;
}
.copyright td a {
	color:#C0C0C0;
	font-family:'Ubuntu', sans-serif;
	font-weight:300;
	font-size: 20px;
	text-decoration:none;
	transition: all 0.5s ease;
}
.copyright td a:hover {
	color:#3498DB; 
}
/*Guia*/
.guide {
	position:fixed;
	bottom:20px;
	right:5px;
	z-index:9999;
	border:0px;
	filter:grayscale(100%);
	-webkit-filter:grayscale(1);
	transition: all 0.5s ease;
}
.guide:hover {
	filter:grayscale(0%);
	-webkit-filter:grayscale(0);
	transform: rotate(360deg);
}
/*Contenedores*/
.container {
	width:80%;
	margin:auto;
}
.container  h1 {
	font-family: 'Patua One', cursive;
	font-size:35px;
	font-weight:lighter;
	color:#818181;
}
.container  h2 {
	font-family: 'Patua One', cursive;
	font-size:18px;
	font-weight:lighter;
	color:#383838;
}
.container  h3 {
	font-family: 'Patua One', cursive;
	font-size:15px;
	font-weight:lighter;
	color:#2DB200;
}
.container div {
	text-align:justify;
	text-justify: inter-word;
	color: #888888;
	font-size: 13px;
	font-weight: 300;
	font-family:'Ubuntu', sans-serif;
}
.container div h1 {
	font-family: 'Patua One', cursive;
	font-size:16px;
	font-weight:lighter;
	color:#818181;
}
/*Valores y Productos*/
.colorful{
	width:80%;
	margin:auto;
}
.colorful td {
	width:auto;
	text-align:center;
}
.colorful td h1, .colorful td h2, .colorful td h3, .colorful td h4, .colorful td h5, .colorful td h6 {
	padding:13px;
	color:white;
	font-size: 18px;
	font-weight: 300;
	font-family:'Ubuntu', sans-serif;
	transition: all 0.5s ease;
}
.colorful td h1 a, .colorful td h2 a, .colorful td h3 a, .colorful td h4 a, .colorful td h5 a, .colorful td h6 a {
	text-decoration:none;
	color:white;
}
.colorful td h1 {
	background-color:#2E938B;
}
.colorful td h2 {
	background-color:#AC3F64;
 }
.colorful td h3 {
	background-color:#FF9326;
 }
.colorful td h4 {
	background-color:#D9D900;
 }
.colorful td h5 {
	background-color:#4059b6;
 }
.colorful td h6 {
	background-color:#8500B2;
 }
 .colorful td h1 a:hover, .colorful td h2 a:hover, .colorful td h3 a:hover, .colorful td h4 a:hover, .colorful td h5 a:hover, .colorful td h6 a:hover {
	border-bottom: 2px solid #4059b6;
}
.colorful td h1:hover, .colorful td h2:hover, .colorful td h3:hover, .colorful td h4:hover, .colorful td h5:hover, .colorful td h6:hover {
	background-color:#383838;
	transform: translate(0,10px);
}
/*Servicios y Perfiles*/
.up, .down {
	width:80%;
	margin:auto;
}
.up td, .down td {
	text-align:justify;
	text-justify:inter-word;
	color: #888888;
	font-size: 13px;
	font-weight: 300;
	font-family:'Ubuntu', sans-serif;
	vertical-align:top;
	padding-right:30px;
}
.up td {
	width:50%;
}
.down td {
	width:33%;
}
.up td h1, .down td h1 {
	color: #818181;
	font-size: 22px;
	font-weight: 300;
	font-family:'Ubuntu', sans-serif;
}
/*Formularios*/
.form {
	width: 80%;
	margin:auto;
}
.form td {
	vertical-align:middle;
}
.form table {
	width:60%;
	border-spacing:2px;
	border-radius:10px;
	border-spacing: 5px;
}
.form table td {
	vertical-align:middle;
	text-align:left;
}
.form span {
	font-family: 'Patua One', cursive;
    font-size:24px;
	color:white;
}
.form h1 {
	font-size: 14px;
	font-family: "Raleway",sans-serif;
	font-weight: lighter;
	color: white;
	text-align: center;
}
.form input[type=text],.form input[type=email],.form input[type=tel],select, textarea {
	font-family: 'Raleway', sans-serif;
	border: 2px solid #FFF;
	width: 80%;
	font-size: 12px;
	color: #444444;
	padding: 15px;
	border-radius: 10px;
	background: none repeat scroll 0% 0% #F9F9F9;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
.form input[type=text]:focus,.form input[type=email]:focus,.form input[type=tel]:focus{
	border: 2px solid #818181;
}
.form input[type=submit], .form input[type=reset] {
    width: 30%;
	height: 40px;
    background: #818181;
    font-family: 'Patua One', cursive;
    font-size:18px;
    border-radius: 1000px;
    text-align:center;
    border:0px;
    cursor:pointer;
    vertical-align:middle;
    color:white;
    transition-property: background;
	transition-duration: 1s;
  	transition-timing-function: linear;
  	margin:5px;
  	display:inline;
	opacity:0.9;
}
.form input[type=submit]:hover, .form input[type=reset]:hover{
	color: white;
	background-color:#333333;
}
/*Slogan*/
.slogan {
	width:100%;
	text-align:center;
}
.slogan img {
	border:0px;
	transition: all 0.5s ease-in-out;
	filter:grayscale(100%);
	-webkit-filter:grayscale(1);
}
.slogan img:hover {
	filter:grayscale(0%);
	-webkit-filter:grayscale(0);
}