@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../icons/fontawesome-webfont.eot?v=4.1.0');
  src: url('../icons/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../icons/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../icons/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../icons/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Myriadproitalic';
    src: url('../fonts/myriad-pro-italic.eot');
    src: url('../fonts/myriad-pro-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad-pro-italic.woff') format('woff'),
         url('../fonts/myriad-pro-italic.ttf') format('truetype'),
         url('../fonts/myriad-pro-italic.svg#Myriadproitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriadpro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.svg#Myriadpro') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
}
.contenedor {
	width:100%;
	height:auto;
	overflow:auto;
	position:relative;
	margin:0 auto 0 auto;
	background-color:#FFF;
}
#logo{
	position: absolute;
	bottom: 15px;
	left: 40px;
}
.cabecera{
	position:relative;
	width:100%;
	height:150px;
	overflow: visible;
	margin:0 auto 0 auto;
	background-color: #FFF;
}
.contcab{
	position:relative;
	width:100%;
	height:auto;
	overflow:visible;
	margin:0 auto 0 auto;
	background-color: #FFF;
}
#tri {
	position:absolute;
	left:0px;
	top:0px;
   width:0px;
   height:0px;
	margin: 0;
   border-bottom: 0px;
   border-left: 38px solid transparent;  /* izquierda flecha */
	border-right: 38px solid  transparent; /* derecha flecha */
	border-top: 41px solid #212121; /* base flecha y color*/
	font-size:0px;
	line-height:0px;
	z-index:59;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.divser{
	position:relative;
	width:100%;
	height:250px;
	overflow: visible;
	margin:0 auto 0 auto;
}
.divser .col1-6 .titulo{
	color:#cccccc;
	font-weight: 700;
	font-family: 'Signika', sans-serif;
	font-size: 17px;
	line-height: 18px;
	margin:0;
	padding: 0 0 0 6px;
	border-left: 3px solid #cccccc;
}
.divser .col1-6 .titulo span{
	font-weight: 300;
}
.divser .col1-6 p{
	font-family: 'Signika', sans-serif;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	padding: 0;
	margin: 30px 0px 0px 6px;
}
.divser .col1-6#chico p{
margin-top: 14px;
}
.contdivser{
	position:relative;
	width:100%;
	height:auto;
	overflow:auto;
	margin:0 auto 0 auto;
	background-color: #000;
	background-image: url(../img/fondoserv.jpg);
	background-position: 50% 0%;
	background-size: 1220px auto;
	background-repeat:no-repeat;
}
.pie-pagina {
	margin: 0 auto 0 auto;
	background-color:#000;
	background-image: url(../img/fondoserv.jpg);
	background-position: 50% 0%;
	background-size: 1300px auto;
	background-repeat:no-repeat;
	height:500px;
	position:relative;
	width:100%;
	overflow:hidden;
}
.pie-pagina #cont{
	position: relative;
	margin:42px auto 0 auto;
	/*width: 462px;*/
	height: auto;
	text-align: center;
}
.pie-pagina #cont p{
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height:12px;
	color: #FFF;
	font-weight: 300;
	text-align: center;
}
/* COLUMNAS */
.col1,
.col1-2,
.col1-3,
.col2-3,
.col1-4,
.col3-4,
.col1-5,
.col2-5,
.col3-5,
.col4-5,
.col1-6,
.col4-6,
.col5-6,
.col1-7,
.col2-7,
.col3-7,
.col4-7,
.col5-7,
.col6-7,
.col1-8,
.col3-8,
.col5-8,
.col5-8,
.col7-8,
.col1-9,
.col2-9,
.col4-9,
.col5-9,
.col7-9,
.col8-9,
.col1-10,
.col3-10,
.col7-10,
.col9-10,
.col1-11,
.col2-11,
.col3-11,
.col4-11,
.col5-11,
.col6-11,
.col7-11,
.col8-11,
.col9-11,
.col10-11,
.col1-12,
.col5-12,
.col7-12,
.col11-12
{
	height:auto;
	position:relative;
	display: block;
	float:left;
	/*margin:2% 2% 0% 0%;*/
	overflow: auto;
}
.espacios{padding:2% 2%;}
.col1{width:100%; margin:2% 0% 0% 0%;}
.col1-2{width:49%;}
.col1-3{width:32%;}
.col2-3{width: 66%;}
.col1-4{width: 23.5%;}
.col3-4{width: 74.5%;}
.col1-5{width: 18.4%;}
.col2-5{width:38.8%;}
.col3-5{width:59.2%;}212121
.col4-5{width:79.6%;}
.col1-6{width:15%;}
.col4-6{width:66%;}
.col5-6{width:83%;}
.col1-7{width:12.571428571%;}
.col2-7{width:27.142857142%;}
.col3-7{width:41.714285713%;}
.col4-7{width:56.285714284%;}
.col5-7{width:70.857142855%;}
.col6-7{width:85.428571426%;}
.col1-8{width: 10.75%}
.col3-8{width: 36.25%}
.col5-8{width: 61.75%}
.col7-8{width: 87.25%}
.col1-9{width: 9.333333333%}
.col2-9{width: 20.666666666%}
.col4-9{width: 43.333333332%}
.col5-9{width: 54.666666665%}
.col7-9{width: 77.333333331%}
.col8-9{width: 88.666666664%}
.col1-10{width: 8.2%;}
.col3-10{width: 28.6%;}
.col7-10{width: 69.4%;}
.col9-10{width: 89.8%;}
.col1-11{width: 7.272727273%;}
.col2-11{width: 16.545454546%;}
.col3-11{width: 25.818181819%;}
.col4-11{width: 35.090909092%;}
.col5-11{width: 44.363636365%;}
.col6-11{width: 53.636363638%;}
.col7-11{width: 62.909090911%;}
.col8-11{width: 72.181818184%;}
.col9-11{width: 81.454545457%;}
.col10-11{width: 90.72727273%;}
.col1-12{width:6.5%;}
.col5-12{width: 40.5%}
.col7-12{width: 57.5%}
.col11-12{width: 91.5%}
.final{margin:2% 0% 0% 0%;}
.nulo{margin:0% 0% 0% 0%;}
/*  FIN COLUMNAS  */
/*  MENU  */
.menu{
	list-style: none;
	position: absolute;
	right: 40px;
	bottom: 43px;
	width: auto;
	padding: 0px 2px;
	height: auto;
	margin:0;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	
}
.menu li{
	position: relative;
	float: left;
	margin-right: 2px;
	height: auto;

}
.menu li:after{
	content: '•';
	color: #666666;
}
.menu li#final:after{
	content: '';
	color: #666666;
}
.menu li:hover a{color:#333333;}
.menu li a {
	font-family: 'Signika', sans-serif;
	font-size: 18px;
	font-weight:400;
	color: #666666;
	text-align: center;
	display: inline-block;
	padding: 0px 7.5px;
	text-decoration: none;
}
.menu .sub1:after{
	 		content: "";
			 position: absolute;
			 bottom: 4px;
			 right:0px;
			 left: 0px;
			 margin: 0 auto;
			 width: 7px;
			 height: 7px;
			 -webkit-transform: rotate(45deg);
			 -ms-transform: rotate(45deg);
			 -moz-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
			 border-bottom: 1px solid #cccccc;
			 border-right: 1px solid #cccccc;

}
#csubmenu .sub:after{content: "  >";color: #cccccc; position: relative; float: right;margin-right: -10px;}
#csubmenu li:hover .sub:after{content: "  >";color: #666666;}
#csubmenu{
	width:300px;
	height:auto;
	position:absolute;
	margin:0 0 0 -100px;
	padding:3px;
	z-index: 999;
	display: none;

}
#csubmenu #trin {
	position:absolute;
	left:0;
	right: 0;
	margin: 0 auto;
	top:-5px;
    width:0px;
    height:0px;
    border-left: 6px solid transparent;  /* izquierda flecha */
    border-right: 8px solid  transparent; /* derecha flecha */
    border-bottom: 8px solid  #212121; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    z-index:9999;
    filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
ul#submenu{
	list-style:none;
	width:100%;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	margin-left:0px;
	position:relative;
	display: block;
	float: left;
	background-color:rgba(33,33,33,0.9);
}
ul#submenu li {
	margin:2px 0px 5px 0px;
	padding:0px 20px;
	float: none;
	width:100%;
	background-color:transparent;
}
ul#submenu li:after {content: '';}
ul#submenu li:hover {
	background-color:transparent;
}
ul#submenu li  a{
	font-family: 'Signika', sans-serif;
	font-size:12px;
	font-weight:300;
	display: block;
	text-align:left;
	list-style:none;
	color:#FFF;
	padding:0 0 0 5px;
	text-decoration: none;
	border-bottom: 1px dotted  #cccccc;

}
ul#submenu li  a:hover{background: transparent;	color:#cccccc;}
.menu li:hover #csubmenu{display: block;}

#csub2menu{
	width:150px;
	height:auto;
	position:absolute;
	right: -152px;
	top: -10px;
	margin:0 0 0 0;
	padding:0px;
	z-index: 999;
	display: none;

}
#csub2menu #tri {
	position:absolute;
	left:-8px;
	top: 10px;
    width:0px;
    height:0px;
	margin: 0;
    border-left: 0px;
    border-top: 6px solid transparent;  /* izquierda flecha */
    border-right: 8px solid  #333333; /* derecha flecha */
    border-bottom: 6px solid transparent; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    z-index:59;
}
ul#sub2menu{
	list-style:none;
	width:100%;
	padding:10px 15px 20px 0px;
	margin:-16px 0px 0px 0px;
	margin-left:0px;
	position:relative;
	display: block;
	float: left;
	background-color:#333333;
}
ul#sub2menu li {
	margin:0px;
	padding:0px 10px 3px 20px;
	float: none;
	width:95%;
	background-color: transparent;
}
ul#sub2menu li:hover {
	background-color:transparent;
}
ul#sub2menu li  a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	text-align:left;
	list-style:none;
	font-size:14px;
	color:#FFF;
	padding:0px;
	text-decoration: none;

}
ul#sub2menu li  a:hover{background: transparent;	color:#666666;}
ul#submenu li:hover #csub2menu{display: block;}
/*  FIN MENU  */
/* slider */
#slider,
.cycle-slide,
.cycle-slideshow{height: auto;overflow: hidden;}
.cycle-slideshow{}
.tit{
	padding: 0;
	width: 60%;
    margin: 10% 20%;
	font-family: 'Signika', sans-serif;
	color:#FFF;
	font-size: 35px;
	line-height: 35px;
	font-weight: 300;
	
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}
.tit span{font-weight: 700;}
.tit::after{content: ' \f101';font-size: 30px;font-family: FontAwesome;}
.tit::before{content: '\f100  ';font-size: 30px;font-family: FontAwesome;}
#prev{position: absolute;left:70px; top: 50%;z-index: 110;}
#next{position: absolute;right:70px; top: 50%;z-index: 110;}
/* fin slider */
#nosotros{
	overflow: hidden;
}
#nosotros .col1-3{
	text-align: center;
	min-height: 300px;
	overflow: hidden;
	margin-right:0;
}
#nosotros h1{
	font-family: 'Signika', sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	font-weight:400;
	width: 60%;
	margin:0 auto;
	padding: 0 0 15px 0;
	text-align: center;
	border-bottom:1px solid #a03021; 
}
#nosotros h2{
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 36px;
	color: #333333;
	font-weight:400;
	margin:0 auto;
	padding: 20px 0 15px 0;
}
#nosotros p{
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	margin:0;
	padding: 0;
}
.botonmas,
#nosotros a{
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	margin:0 auto;
	text-decoration: none;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border:2px solid #cccccc;
}
.botonmas:after,
#nosotros a:after{content: 'más';position:absolute;left:0px;right:0;margin:0 auto o auto; top:14px;color:#999;}
.botonmas:hover,
#nosotros a:hover{
	font-family: 'Signika', sans-serif;
	font-size: 50px;
	line-height: 18px;
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	margin:0 auto;
	text-decoration: none;
	background-color: #cccccc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border:2px solid #cccccc;
}
.botonmas:hover::after,
#nosotros a:hover::after{content: '+';position:absolute;left:0px;top:12px;color:#FFF;}
#nosotros a#app:after,
#nosotros a#revista:after{content:'ir';}
#nosotros a#app:hover::after{content: '\f179';font-family: 'FontAwesome';font-size: 30px;top:15px;}
#nosotros a#revista:hover::after{content: '\f14c';font-family: 'FontAwesome';font-size: 30px;top:15px;}
.botonmas:after{color: #666666;}
.botonmas{border:2px solid #666666;}
.botonmas:hover{border:2px solid #666666;background-color: #666666;}
#talento{
	height: 400px;
	    background-size: cover;
	background-attachment: fixed;
}
#talento div{
	width: 510px;
	margin:0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	text-align: center;
}
#talento div h1{
	font-family: 'Signika', sans-serif;
	font-size: 48px;
	line-height: 36px;
	font-weight: 300;
	color: #FFF;
	text-shadow: 2px 2px 8px rgba(1, 2, 2, 0.75);
}
#talento div h1 span{font-weight: 700;}
#talento div p{
	font-family: 'Signika', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #000;
}
#talento div p span{font-weight: 700;}

#contacto h1{
	font-family: 'Signika', sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #000;
	margin:0;
	padding:0;
}
#contacto p{
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin:0 0 0 3px;
	padding:0;
}
.formulario {
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	padding:9px 5px;
	width:100%;
	resize: none;
	border:none;
	background-color: #f3f3f3;
	border:1px solid #b6b7b7;
}
.formulario:focus {outline:1px solid #b6b7b7;}
#contacto label {
	font-family: 'Signika', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	margin: 5px 0px;
	padding:0px;
	display: block;
}
input.botonform{
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 18px;
	width: 50px;
	height: 50px;
	display:block;
	position: relative;
	margin:0 auto;
	text-decoration: none;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border:2px solid #666666;
	background-color:transparent;
	background-image: url(../img/enviar.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
}
input.botonform:hover{
	font-family: 'Signika', sans-serif;
	font-size: 50px;
	line-height: 18px;
	width: 50px;
	height: 50px;
	display:block;
	position: relative;
	margin:0 auto;
	text-decoration: none;
	background-color: #cccccc;
	background-image: url(../img/sobre.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border:2px solid #cccccc;
	content: 'enviar';
}
h1#cmr a{
	font-family: 'Signika', sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #666666;
	font-weight: 300;
	position: absolute;
	top: 35%;
	left: 24px;
}
h1#cmr span{font-weight: 700;}
h2#grts{
	font-family: 'Signika', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #666666;
	font-weight: 300;
	position: absolute;
	top: 52%;
	left: 24px;
}
h2#grts strong{text-weight:700;}
h2#grts span{font-weight: 700;font-size: 30px;line-height: 30px;}
.redes{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border:2px solid #FFF;
	width: 50px;
	height: 50px;
	display:block;
	position: relative;
	float: left;
	margin:40px 20px 0px 0px;
	padding: 12px 0px;
	vertical-align: middle;
	font-family: 'FontAwesome';
	color: #FFF;
	text-decoration: none;
	font-size:24px;
}
.redes:hover{
	color: #990000;
	background-color: #FFF;

}
.pie-pagina #eko{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin:0 auto;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	letter-spacing:3px;
}
.pie-pagina #eko:hover{
	color: #666666;
}
.topbar{
	position: absolute;
	right: 53px;
	width: 50%;
	height:100px;
	top: 32px;
}
ul.top{
	list-style: none;
	margin:0;
	padding: 0;
	float: right;
}
ul.top li{
	float: left;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height:14px;
	color: #777;
	padding: 0px 6px;
}
ul.top li:first-child{border-right:1px solid #cccccc;}
ul.top li:last-child{padding: 0;}
ul.top li a{
	float: left;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height:14px;
	color: #777;
	text-decoration: none;
}
ul.top li a:hover{color: #333;}
#slideserv{
	position: relative;
	min-height: 346px;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#slideserv div.s{
	width:100%;
	/*height: 346px;*/
	margin:0 auto;
	position: relative;
	text-align: center;
}

.titulogd{
	font-family: 'Signika', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	padding: 0;
	margin:0;
}
.textointeriores{
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color:#333333;
	position: relative;
	display: block;
	padding:1% 0%;
	width: 100%;
}
.textointerioresg{
	font-family: 'Myriadpro', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color:#333333;
	position: relative;
	display: block;
	padding:1% 0%;
	width: 100%;
}
.titulomed{
	font-family: 'Signika', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding: 0 0 8px 0;
	margin:0;
	border-bottom:1px solid #a03021;
}
.lista{
	list-style: none;
	margin:1% 0%;
	padding:0%;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	color: #333;
}
.lista li{
	padding:0 0 0 0;
	margin:0 0 10px 15px;
}
.lista li:before{
	margin-left: -15px;
	content: '\f18e   ';
	font-family: 'FontAwesome';
	color: #333;
	font-size: 14px;
}
.boton{
	position: relative;
	display:inline-block;
	margin:0 auto;
	padding:10px 8px;
	border:1px solid #999999;
	text-decoration: none;
	color: #666666;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
}
.boton:hover{
	background-color: #666666;
	color: #FFF;
}
#bloquec{
	padding:2% 5%;
	background-color: transparent;
	height:auto;
}
#bloquec h1{
	font-family: 'Myriadproitalic', sans-serif;
	font-size: 30px;
	font-weight:300;
	font-style: italic;
	color: #FFF;
	line-height: 48px;
	width: 85%;
	margin:20px auto;
}
#bloquec h2{
	font-family: 'Signika', sans-serif;
	font-size: 30px;
	font-weight:300;
	font-style: italic;
	color: #FFF;
	line-height: 32px;
	width: 85%;
	text-align: center;
	margin:20px auto 0px auto;
}
#bloquec h2 span{font-weight: 400;}
#bloquec h2 strong{font-weight: 700;font-size: 32px;}
.tituloico{
	font-family: 'Signika', sans-serif;
	font-size: 48px;
	color: #333333;
	font-weight: 400;
}
.tituloico:before{
	content: '\f18e   ';
	font-family: 'FontAwesome';
}
.tituloico span{font-weight: 700;}
#mivival{
	margin-top:0px;
	background-color:#000;
	background-image:url(../img/mivival.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height:auto;
}
#mivival .col1{
	/*position: absolute;*/
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
	/*height: 600px;*/
	margin-top: 0px;

}
#mivival p {
	font-family: 'Signika', sans-serif;
	font-size:12px;
	line-height:24px;
	color:#FFF;
	font-weight:400;
	text-align: justify;
}
#mivival p strong {font-weight: 700;}
#mivival .lista{
	list-style: none;
	margin:1% 0% 1% 11%;
	padding:0%;
	font-family: 'Signika', sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
    padding-left: 15%;
}
#mivival .lista li{
	padding:0 0 0 0;
	margin:0 0 10px 15px;
}
#mivival .lista li:before{
	margin-left: -15px;
	content: '\f18e   ';
	font-family: 'FontAwesome';
	color: #FFF;
	font-size: 12px;
}
#mivival .titulogd{
	font-family: 'Signika', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: #cccccc;
}
/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .tit { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .rotateIn, .bounceIn { visibility: visible; }
.delay-03s { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-15s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }




/*Moveo*/
.topbarmoveo{    /* position: absolute; */
    right: 53px;
    width: 100%;
    height: 20px;
        margin-top: 25px;
    margin-bottom: 30px;
}

	
.navbar li a {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    display: inline-block;
    padding: 0px 7.5px;
    text-decoration: none;
}	
	
.nav>li>a{ display:inline !important;}

.navbar li:hover #csubmenu {
    display: block;
}
.navbar li:after {
    content: '•';
    color: #666666;
}
.navbar li#final:after {
    content: '';
    color: #666666;
}

.top li:after {
    content: '';
    color: #666666;
}


.navbar li a {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    display: inline-block;
    padding: 0px 7.5px !important;
    text-decoration: none;
}

.ulmenumoveo{border-right: 1px solid #999999;
    border-left: 1px solid #999999;}

#nosotros{ padding-top:80px; padding-bottom:80px;}

.banner3{text-align: center;
    min-height: 300px;
    overflow: hidden;
    margin: 0;}
	
	.colmargenmoveo div{ margin:15px 0 0 0;}
	.divser { margin:30px 0; }
	
	#contacto{ padding-top:50px; width: 100%;}
	#contacto .row div{ margin:0px}
	
	.botonformulario{ margin-top:30px !important;}
	.divredes{ text-align:center; display:inline-block;}
	
	
	.ulmenumoveo li .active{ color:#000 !important; border-bottom: 2px solid #000;}
	
	#csubmenu #submenu li .active{ color:#fff !important; }
	.tit1{    position: absolute;
    top: 0;}



/*mio modificado*/

.pie-pagina #eko1{
	position: absolute;
	/*bottom: 40px;*/
	left: 0;
	right: 0;
	margin:0 auto;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	letter-spacing:3px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.youtubevideo{ position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;}

	
@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar-brand {
	position:absolute;
	left: calc(50% - 109px);
	float:none;
}
.ulmenumoveo{border-right: 1px solid #999999;
    border-left: 1px solid #999999;
	    margin-top: 120px !important;
	
	}
.navbar li a{ font-size:15px;}
}

@media only screen and (max-width:992px){	
.divser{ height:auto; margin:25px 0;}
.divser .col1-6 p{display: none;}
.colmargenmoveo div{ margin: 0px 0 0 0;     min-height: 60px;max-height: 80px;
    padding: 0;}
}

@media only screen and (max-width:767px){	
.tit{     font-size: 20px;
    line-height: 22px;
    width: 100%;
    margin: 25% 0;}
	
	.tit1{ margin:10% 0 0 20% ; width:80%;}
#bloquec h1{ font-size:20px; line-height:22px; text-align:justify;}
#bloquec h2{font-size:20px; line-height:22px; text-align:center;}
.divser{ width:100%;}

.navbar li:hover #csubmenu {
    display: none;
}
#csubmenu{
  }
.versub{ display:block !important;}
#csubmenu #trin{ display:none;}

#consubmenu{ cursor: pointer;}
	.ulmenumoveo li{ padding:5px 7.5px;}

.navbar-brand {
	position:absolute;
	left: calc(50% - 109px);
	float:none;
}

.navbar-toggle {    z-index: 9999999;}

.navbar-default .navbar-toggle {
    background-color: #777;
	background-image:url(../img/fondoserv.jpg);
	background-position:center center;
	background-size:cover;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}


#navbar{    margin-top: 120px;}

.ulmenumoveo{ margin-left:25px !important;}

.navbar li:after {
    content: '';
    color: #666666;
}

#csubmenu {
    width: 100%;
    height: auto;
    position:inherit;;
    margin: 0 0 0 0px;
    padding: 3px;
    z-index: 999;
    display: none;
}

ul#submenu li a {
    font-family: 'Signika', sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: left;
    list-style: none;
    color: #FFF;
    padding: 0 0 0 5px;
    text-decoration: none;
    border-bottom: 1px dotted #cccccc;
}

.divser .col1-6 .titulo{ font-size:12px;}
}


@media only screen and (max-width:480px){
.cabecera,
.pie-pagina,
.divser,
#slider,
.cycle-slide,
.cycle-slideshow,
#nosotros .col1-3,
.contenedor{width: 100%;height:auto;position: relative;}
.cabecera{height: 180px;}
.cabecera .menu{display: none;}
.cabecera #logo{left:0px;right:0px; margin:0 auto;}
.divser{height: auto;}
/*.divser .col1-6{width:40%;margin:2% 5%;height: auto;overflow: hidden;}*/
.cycle-slideshow .tit,
div#clear{display: none;}
.divser .col1-6 p{display: none;}
#talento div{width: 100%;}
.topbar{top: 10px;right:10px;}
#talento{height: 400px;background-position:0 0px;background-attachment: scroll;}

.pie-pagina #eko{ position:static;}
}