ol, ul {
	list-style: none;
}

#header{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height:54px;
	background-image:url('images/fondo-menu.png');
	background-repeat: repeat-x;
	z-index: 10;
}
body{
	color:#5d5d5d;
}
.logo{
	margin-top: 4px;
	float:left;
}
.nav {
	float: right;
	list-style: none;
	margin-top: 6px;
}
.nav li{
	display:inline;
	float:left;
	width: 25%;
}
.nav li a{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color:#939598;
}
.nav>li>a:focus, .nav>li>a:hover,
.nav li a.activo,
.nav li a:active,
.nav li a:hover{
	background-color:#fff!important;
	font-weight: 600;
}
.btn1.activo{
	color:#faaf40;
}
.btn2.activo{
	color:#fce066;
}
.btn3.activo{
	color:#fef6d1;
}
.btn4.activo{
	color:#d0ebf3;
}
#footer{
	position: fixed;
	width: 100%;
	height: 22px;
	background-color: #a6a8ab;
	bottom:0px;
	left:0px;
	z-index: 11;
}
section{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding-top: 100px;
}
.datahome h3.nod{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 36px;
	color:#808083;
	margin-top: 30%;
}
.datahome h3{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 54px;
	line-height: 54px;
	color:#faaf40;
	margin-top: 30%;
	margin-bottom: 44px;
}
.datahome a img{
	position: absolute;
	right:0px;
	top:4px;
}
.datahome a{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color:#26a9e0;
	position: relative;
	padding-right:30px;
}
.downup i,
.down i{
	margin-top: 14px;
}
.down{
	color:#fff;
	display: block;
	position: absolute;
	width:46px;
	height:46px;
	line-height: 46px;
	text-align: center;
	z-index: 1000;
	bottom:36px;
	left:50%;
	margin-left: -23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.contentsoluciones .downup{

  top:16px!important;
}
.downup{
	color:#fff;
	display: block;
	position: absolute;
	width:46px;
	height:46px;
	line-height: 46px;
	text-align: center;
	z-index: 1000;
	top:56px;
	left:50%;
	margin-left: -23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#home{
	padding: 0px!important;
}
#soluciones .downup,
#home .down{
	background-color: #faaf40;
}
#nosotros .col-md-5 img{
	width:350px!important;
	margin-top:20px;
}
#contacto .downup,
#nosotros .down{
	background-color: #ffe05f;
}
#nosotros .downup,
#soluciones .down{
	background-color: #fef6d1;
		background-color: #d0ebf3;
}
#blog .down{
	background-color: #d0ebf3;
}
#nosotros{
	background-color: #faaf40;
}
#contacto{
	background-color: #d0ebf3;
}
#blog{
	background-color: #fef6d1;
}
#soluciones{
	background-color: #fce066;
	padding-top:46px;
}
#nosotros h4{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 39px;
	line-height: 44px;
	margin-bottom: 44px;
	color:#5d5d5d;
}
#nosotros p{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color:#5d5d5d;
	margin-bottom:8px;
}
#nosotros p b{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color:#5d5d5d;
}
#contacto h4{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 39px;
	line-height: 44px;
	color:#5d5d5d;
}
#contacto h5{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 22px;
	color:#5d5d5d;
}
#contacto h6{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color:#5d5d5d;
}
#contacto ul{
	list-style: none;
	margin-top:120px;
}
#contacto ul li svg{
	display: block;
	position: absolute;
	top:0px;
	left:0px;
}
#contacto ul li img{
	display: block;
	position: absolute;
	top:0px;
	left:0px;
}
#contacto ul li:nth-of-type(3),
#contacto ul li:nth-of-type(2){
	line-height: 60px;
}
#contacto ul li:nth-of-type(1){
	padding-top: 7px;
}
#contacto ul li{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	color: #5d5d5d;
	margin-bottom: 50px;
	position: relative;
	padding-left: 80px;
	min-height: 60px;
}

#blog h4{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 39px;
	line-height: 44px;
	color:#5d5d5d;
}
#blog h5{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 22px;
	color:#5d5d5d;
}
#slider{
	width:70%;
	margin-top:30px;
	height: 100%;
}
#slider li{
	float: left;
	width:32%;
	padding:0px;
	padding-left:40px;
	padding-right:40px;
	box-sizing: border-box;
}
#slider li span.fecha{
	font-size:12px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	margin-bottom:10px;
	display:block;
}
#slider li h4{
	font-size:30px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	margin-bottom:10px;
	line-height:28px;
}
#slider li p{
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
}

.headsoluciones{
	background-color:#f1f1f2;
	height:105px;
	width:100%;
}
.headsoluciones ul {
	margin-top:10px;
}
.headsoluciones ul li:first-of-type{
	font-size:11px;
	line-height: 11px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	text-align: left;
}
.headsoluciones ul li{
	float:left;
	min-width:68px;
	width:16%;
	text-align:center;
	font-size:10px;
	line-height: 10px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	cursor: pointer;
}
.headsoluciones ul li a img{
	margin-top:14px;
	width:40px;
}
.headsoluciones ul li a{
	width: 68px;
	height:68px;
	display: block;
	text-align:center;
	margin:0px auto;
	margin-bottom: 4px;
}
.headsoluciones ul li a:hover,
.headsoluciones ul li a.activo{
	background-color:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.headsoluciones ul li:after{

}

.contentsoluciones .solucionesanalisis i.fa{
color:#faaf40;

}
.contentsoluciones .solucionesanalisis i.fa ,
.contentsoluciones .solucioneshome i.fa {
	font-size: 8px;
}
.contentsoluciones a{
	cursor: pointer;
}
.contentsoluciones a:hover{
	text-decoration: none;
}
.contentsoluciones b{
	font-weight: 700;
}
.contentsoluciones{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	position: relative;
}
.contentsoluciones h4 {
	margin-top: 40px;
	margin-bottom:28px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size:28px;
}
.p80{
	width:87%;
}
.p50{
	width:50%;
	float: left;
}
.contentsoluciones em {

}
.contentsoluciones h5 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size:20px;
}

.solucioneshome a i{
	position: absolute;
	right:10px;font-size: 13px!important;
	line-height:26px;
}
.solucioneshome a{
	position: relative;
	padding: 6px 10px;
	padding-right: 30px;
	background-color: #f1f1f2;
	-webkit-border-radius: px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size:16px;
	color:#5d5d5d!important;
	margin-top:28px;
	margin-left: 3px;

	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}
.solucioneshome{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size:18px;

}
.solucionesproyecto ul li a.activo .arrow-right,
.solucionespresupuesto ul li a.activo .arrow-right,
.solucionescomo ul li a.activo .arrow-right{
	display: none;
}
.solucionesproyecto ul li a.activo,
.solucionespresupuesto ul li a.activo,
.solucionescomo ul li a.activo{

    background-color: #f1f1f2;
}
.solucionesproyecto ul li a i,
.solucionespresupuesto ul li a i,
.solucionescomo ul li a i{
	position: absolute;
	right:8px;
	font-size:13px!important;
	line-height: 16px;
}
.solucionesproyecto ul li a,
.solucionespresupuesto ul li a,
.solucionescomo ul li a{
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #5d5d5d;
	border:1px solid #5d5d5d;
	padding: 4px;
	line-height: 16px;
	display: block;
	margin-bottom: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.solucionesproyecto ul li,
.solucionespresupuesto ul li,
.solucionescomo ul li{
	position: relative;
}
.solucionesproyecto ul,
.solucionespresupuesto ul,
.solucionescomo ul{
	width: 168px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}
.arrow-right {
	display:none;
	width: 0px;
	height: 0px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #f9c529;
	position: absolute;
	right: -13px;
	top: 0px;
}
.comun{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
}
p small{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size:10px;
}
.solucionesproyecto div.pul2,
.solucionespresupuesto div.pul2{
	width:600px;
	float:left;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size:14px;
}
.solucionescomo div.pul{
	width:300px;
	float:left;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size:14px;
}
.parrafo5,
.parrafo6,
.parrafo4,
.parrafo8,
.parrafo2{
	display:none;
}
.parrafo4,
.parrafo8{
	margin-top:32px;
}
.parrafo5{
	margin-top:64px;
}
.parrafo6{
	margin-top:96px;
}

#footer a{
	display: block;
	float:left;
	font-size:10px;
	line-height: 22px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color:#fff;
}
#footer span{
	display: block;
	float:right;
	font-size:10px;
	line-height: 22px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color:#fff;
}
.lamparita span small{
	display: block;
	position: absolute;
	top:3px;
	right:3px;
	font-size:12px;
}
.lamparita span{

	display: block;
	position: relative;
	border: 1px solid #808083;
	width: 170px;
	padding: 3px 5px;
	box-sizing: border-box;
	font-size: 9px;
	line-height: 12px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	color: #808083;
	margin: 3px 0px;
}
.lamparita{
	position: absolute;
	right: 10px;
	top: 100px;
	max-width:200px;
	font-size:10px;
	line-height: 13px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	color: #808083;
}
#soluciones .lamparita{
	top: 166px;
}
@media only screen and (max-width : 1024px) {
	.lamparita{
		display:none;
	}
}
#home .bx-wrapper .bx-prev {
	left: 26px!important;
}
#home .bx-wrapper .bx-next {
	right: 26px!important;
}
#sliderhome .col-md-7{
	position: relative;
	height: 100%;
	overflow: hidden;
}
#sliderhome .epigrafe b{
	font-weight: 600;
}
#sliderhome .epigrafe{
	background-color:rgba(166,168,171,0.5);
	display: block;
	position: absolute;
	z-index: 100;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size:12px;
	line-height: 20px;
	left:0px;
	bottom: 80px;
	padding-left: 120px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;

}



.contentsoluciones .bx-wrapper .bx-prev{
	left:-30px!important;
}
.contentsoluciones .bx-wrapper .bx-next{
	right:-30px!important;
}

.bx-wrapper{
	max-height: 100vh!important;

}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.gire{
	position: fixed;
	z-index: 10000;
	display: none;
	background-color:#fff;
	width: 100%;
	height: 100vh;
	top:0px;
	left: 0px;
}
@media (max-width: 767px)and (orientation: portrait) {
.gire{
	display: block;
	    font-family: 'Titillium Web', sans-serif;
	    font-weight: 300;
	    font-size: 30px;
	    line-height: 36px;
	    color: #808083;
	    box-sizing: border-box;
}
.gire img{
	width: 80%;
	margin:20px auto;
	display: block;
}
.gire p{
	width: 80%;
	margin:20px auto;
	display: block;
}
}


@media (max-width: 767px) {
  .downup,
  .down{
    display: none;
  }
	section{
		height: auto;box-sizing: border-box;
    margin:0px!important;
    padding-bottom: 85px;
}
#soluciones{
	min-height: 904px;
}
.nav li {
    display: inline;
    float: left;
    width: 33%;
}
.panel{
	margin:0px!important;
}
.datahome{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 100;
	display: none;
}
.datahome h3.nod {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 36px;
    color: #808083;
    margin-top: 30%;
}
.datahome h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    color: #faaf40;
    margin-top: 30%;
    margin-bottom: 44px;
}
.solucionescomo div.pul {
    width: 52%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.solucionesproyecto div.pul2, .solucionespresupuesto div.pul2 {
    width: 52%;
    float: left;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
}
