/*body { 
	background: url('../images/bg_textura.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;	
	-o-background-size: cover;
	background-size: cover;
}*/
/*body { 
			background-image: url('images/bg-white.jpg');
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-size: 100%;
		}*/

body{
	background-color: #f2dede;
	text-align:justify;
}

.navbar-inverse {
	background: #fff;
}

.navbar-brand{
	padding-top: 2px;
}

.navbar-inverse .navbar-nav > li > a{
	color: rgba(0, 0, 0, 0.6);
	padding:20px 15px;;
}

.navbar-inverse .navbar-nav > li > a:hover{
	color: #000;
	padding:20px 15px;
	text-decoration: underline;
}

.texto_blanco{
	color:#e5e5e5;
}

.texto_negro{
	color:#000000;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
	background-color:transparent;
	color:inherit;
}


/*Banner*/
@media (max-width: 767px) {
	#banner2 h2{
		font-size:18px;
	}
	
	#banner2 .partner{
		font-size: 12px;	
	}
	
	#banner2 .assessment{
		font-size: 12px;	
	}
	
	.logo-ibm{
		height:35px;
	}
	
	.partner {
		padding-top:3px !important;
		padding-bottom:3px !important;
	}
	
	.carousel-caption {
		left: 12%;
		right: 12%;
		bottom:4px;
		padding-top:0px;
		padding-bottom:0px;
	}
	
	.carousel-indicators{
		display:none;
	}
	
}

#banner2 .titulo-banner-blanco{
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	color:#e5e5e5
}

#banner2 .titulo-banner-negro{
	text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
	color:#000000;
}

#banner2{
	background-color:#f5e7e7;
}

.carousel-banner{
	margin-top: 21px;	
}

.assessment{
	font-size: 18px;
    color: #fff;
    padding: 5px 21px;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    box-shadow: 1px 1px 0px 0px rgba(26, 26, 26, 0.15);
    display: inline-block;
}

.partner{
	font-size:23px;
	color: #000;
	padding: 5px 21px;
    background: rgba(255,255,255,0.4);
    border-radius: 5px;
    box-shadow: 1px 1px 0px 0px rgba(26, 26, 26, 0.15);
    display: inline-block;
}

.logo-ibm{
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    /*max-width: 100%;
    height: auto;*/
}

/*Nosotros*/
#nosotros{
	background-color:#f5e7e7;
}

/*Tecnologias*/
#tecnologia{
	background-color:#F3F3F3;
}

#tecnologia .intro {
	font-size:18px;	
}

/*Solucuiones BI*/
#soluciones-bi{
	background-color:#f5e7e7;
}

/*Caracteristicas*/
#caracteristicas h2 {
	color:#fff;
}

#caracteristicas h3 {
	color:#00b5f0;
}

#caracteristicas p {
	color:#fff;
}

#caracteristicas{
	    background: rgb(0, 0, 0) url("../images/bg-section.jpg") no-repeat scroll center center / cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		/*padding: 160px 0 200px 0;*/
		position: relative;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
}

/*Servicios New*/
#servicios-new .cols4 .price-box header .price p {
	font-size: 30px;
    line-height: 32px;
}

#servicios-new .price-box header {
	height:114px;	
}

#servicios-new .cols4 .price-box {
	height:350px;
}

#servicios-new .price-box header{
	padding-left:10px;
	padding-right:10px;
}






.icon-circle-arrow-right{
	text-shadow: 0px 0px 15px #000;
}
.icon-circle-arrow-left{
	text-shadow: 0px 0px 15px #000;
}

.carousel-caption{
	bottom:7px;
}

.bg-text-carrousel{
	background-color:#000;
	background: rgba(0,0,0,0.6);
}

.tit-carrousel{
	color:#fff;
	opacity: 1;
	text-shadow: 0px 0px 15px #000;
}

.img-thumbnail2{
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	/*height: auto;*/
}

.alert_texto{
	display:none;
}

/*.align_center{
	margin:0 auto;
}*/

/*.banner h1{
	width:300px;
	margin: 120px auto 100px 0px;
}*/


/*footer{
	background:#e8e8e8;
}

footer ul li{
	color:#000;
}*/


#butter-scroll {
    /*display: block;
    background-color: #2196F3;
    border-radius: 50%;
    width: 35px;
    height: 35px;*/	
	position: fixed;
    bottom: 2%;
    right: 5%;
    z-index: 100;
    opacity: .9;
    /*box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.7);*/
}

.container>.navbar-header{
	height:100px;
}



