/* ---------------------------------- */
/* --- ESTILOS PAGINAS BASICAS BA --- */
/* ---------------------------------- */


/* -- J U M B O -- Business Analytics -- */


.jumbo-ba h1 {
	color: #702082;
	font-weight: 300;
	margin: 0 0 0.2em 0;
}

.jumbo-ba h2 {
	color: #444;
	font-weight: 300;
	margin: 0 0 0.6em 0;
}

.jumbo-ba h3,
.jumbo-ba p,
.jumbo-ba span {
	color: #222;
}

.jumbo-ba .btn {
	background-color: rgba(255, 255, 255, 0.3);
	border: 1px solid #702082;
	color: #702082;
	font-size: 0.8em;
	font-weight: 300;
	padding: 0.6em 1.2em;
	display: inline-block;
	margin: 0;
}

.jumbo-ba .btn:hover {
	background-color: #702082;
	color: white;
}

div.banda-ba{
	background-color: #702082;
}

div.banda-ba p{
	color:white;
}



/* --- Áreas MURANO --- */


.beneficios-wrap {
	margin-bottom: 2em;
	overflow: hidden;
	transition: 0.25s ease-out;
}

.beneficios-icono {
	line-height: 0.1;
	margin: 0 0 1em 0;
	text-align: center
}

.beneficios-wrap:hover .beneficios {
	border-color: #22da27;
}

.beneficios-titulo {
	font-weight: 400 !important;
	margin: 0 0 0.3em 0;
	padding: 0;
	text-transform: uppercase;
	transition: 0.25s ease-out;
	text-align: center;
}

.beneficios-texto {
	border: 2px solid #ddd;
	font-size: 0.8em;
	margin: 0;
	padding: 1.2em;
	transition: 0.25s ease-out;
	text-align: center;
}

.beneficios-wrap:hover .beneficios-texto {
	background-color: #f6f6f6;
}


@media screen and (min-width: 992px){
	.beneficios-texto {
		height: 160px;
	}
}

/* -- Banda CMI Caso de Exito -- */

div.banda-cmi-cita {
	background-color: #7f008f;
	background-image: url("/sites/default/files/pictures/sistel-fondo-muro-azul.jpg");
	text-align: center;
}

div.banda-cmi-cita p.cita-texto,
div.banda-cmi-cita p.cita-nombre,
div.banda-cmi-cita p.cita-cargo {
	color: white;
}

div.banda-cmi-cita p.cita-btn a {
	border: 1px solid white;
	color: white;
}

div.banda-cmi-cita p.cita-btn a:hover {
	background-color: white;
	color: #222;
}

/* -- Banda fondo morado -- */

div.banda-morada{
	background-color: #702082;
}

div.banda-morada p{
	color:white;
}

div.banda-ba-cmi i span, div.banda-ba-cmi i + p{
    display:none;
}

/*div.banda-ba-cmi i {
    font-size: 3em;
    text-align: center;
    color: white;
    width: 100%;
    text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
}*/

div.banda-ba-cmi .imagen{
	text-align: center;
}


div.banda-ba-cmi p.titulo-icono {
    text-align: center;
    font-weight: 400;
}

div.banda-ba-cmi p.texto-icono {
    text-align: center;
    margin: 0.6em 0;
}



/* -- Banda CMI Iconos -- */


div.banda-cmi-iconos div.icono-grupo {
	margin-bottom: 1em;
}

div.banda-cmi-iconos p.titulo-icono {
	border: 1px solid rgba(112, 32, 130, 0.2);
	border-bottom: none;
	background-color: rgba(112, 32, 130, 0.2);
	margin: 0!important;
	padding: 0.4em 0.8em;
}

div.banda-cmi-iconos p.titulo-icono i {
	color: #222;
}

div.banda-cmi-iconos p.texto-icono {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0!important;
	padding: 1em;
}

div.banda-wrapper  p.cita-btn a.cita-btn-ba {
    border: 1px solid #702082;
    color: #702082;
    border-radius:0px;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    padding: 0.3em 1.2em;
    text-transform: uppercase;
    margin: 0;
}

div.banda-wrapper p.cita-btn a.cita-btn-ba:hover {
    background-color: #702082;
    /* transform:scale(1.2); */
    transition: 0.25s ease-out;
    color: white;
    border: 1px solid #702082;
}

/* -- Banda Fondo Bokeh -- */


div.banda-fondo-bokeh {
    background-color: #7f008f;
    background-image: url("/sites/default/files/pictures/sage-murano-fondo-bokeh.jpg");
    text-align: center;
}



/* -- Banda Fondo Oficina Morado -- */

div.banda-fondo-oficina-morado {
    background-color: #702082;
    background-image: url("/sites/default/files/pictures/ba_fondo_oficina_morado.jpg");
    background-attachment: fixed;
    text-align: center;
}


div.banda-fondo-oficina-morado .titulo-banda,
div.banda-fondo-oficina-morado p {
    color: white;
}


/* --- Funcionalidades Dark --- */


.funcionalidades-dark-wrap {
	border-bottom: 4px solid #e6e6e6;
	padding: 0.6em 0;
	margin-bottom: 1em;
	transition: 0.25s ease-out;
}

.funcionalidades-dark-wrap:hover {
	/* background-color: #22da27; */
	background-color: #444;
	border-color: #222;
}

.funcionalidades-dark-icono {
	line-height: 0.1;
	margin: 0;
	text-align: center;
}

.funcionalidades-dark-icono img {
	border-radius: 100%;
	box-sizing: content-box;
	transition: 0.25s ease-out;
}

.funcionalidades-dark-wrap:hover .funcionalidades-dark-icono img {
	background-color: white;
}

.funcionalidades-dark {
	height: 160px;
	transition: 0.25s ease-out;
}

.funcionalidades-dark-wrap:hover .funcionalidades {
	border-color: #22da27;
}

.funcionalidades-dark-titulo {
	font-weight: 200 !important;
	margin: 0;
	padding: 0.6em 1em 0;
	text-align: center;
	text-transform: uppercase;
	transition: 0.25s ease-out;
}

.funcionalidades-dark-texto {
	border-radius: 6px;
	font-size: 0.8em;
	margin: 0;
	padding: 0.6em 1em 0;
	text-align: center;
}

.funcionalidades-dark-wrap:hover .funcionalidades-dark-titulo,
.funcionalidades-dark-wrap:hover .funcionalidades-dark-texto {
	color: white;
}



/*QLIK SENSE*/

div.banda-colores{
	 padding: 1em 0;
}


div.banda-sense-arriba{
	background: url("/sites/default/files/pictures/banner-sense-arriba.jpg") top center white no-repeat;
}
div.banda-sense-abajo{
	background: url("/sites/default/files/pictures/banner-sense-abajo.jpg") bottom center white no-repeat;
}

div.banda-colores{
	padding-bottom:4em;
}

div.banda-colores .texto-imagen{
	text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    padding: 10px 30px;
}

div.banda-colores .imagen{
	margin-top: 20px;
}

div.col-ba-sense h2 {
	font-weight: 400;
	color: #702082;

}
div.col-ba-sense {
	border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}

div.col-ba-sense.col-9 {
	border:0;
}

@media screen and (min-width: 480px) and (max-width: 992px){
	div.banda-colores img {
		width: 60%;
	    margin: 0 auto;
	    display: block;
	}
}

@media screen and (min-width: 992px){
	div.col-ba-sense{
	    min-height: 200px;
	}

	div.col-ba-sense{
		text-align: left;
	}

	div.col-ba-sense.col-7 , div.col-ba-sense.col-8,div.col-ba-sense.col-9{
		border:0;
	}
}

div.banda-wrapper p.btn-ba a{
	background-color: #702082;
	color: white;
	border:1px solid #702082;
}
div.banda-wrapper p.btn-ba a:hover{
	background-color:transparent;
	color:#702082;
}


/*CUADROS DE MANDO INTEGRAL Y REPORTING*/


div.clase-ba-reporting div.icono-grupo {
	margin-bottom: 1em;
}

div.clase-ba-reporting p.titulo-icono {
	border: 1px solid #702082;
	border-bottom: none;
	background-color: #702082;
	margin: 0!important;
	padding: 0.3em 0.6em;
}

/*div.clase-ba-reporting p.titulo-icono img{
	height:50px;
}*/

div.clase-ba-reporting p.titulo-icono i {
	color: #222;
	color:white;
}

div.clase-ba-reporting p.texto-icono {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0!important;
	padding: 1em;
}

@media screen and (min-width: 992px){
	div.clase-ba-reporting p.texto-icono {
		height:110px;
	}
}


div.clase-ba-reporting-beneficios p{
	color:white;
}

div.clase-ba-reporting-beneficios .caja {
	margin-bottom: 2em;
    overflow: hidden;
    padding: 1.2em;
    transition: 0.25s ease-out;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 992px){
	div.clase-ba-reporting-beneficios .caja {
		min-height: 350px;
	}
}

div.clase-ba-reporting-beneficios .beneficios-icono {
	line-height: 0.1;
	margin: 0 0 1em 0;
	text-align: center
}


div.clase-ba-reporting p.cita-btn{
	text-align: center;
}

div.clase-ba-reporting .areas-titulo-ba {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    max-width: 300px;
    min-height: 2em;
    padding: 0;
    text-align: center;
}


div.clase-ba-reporting p.cita-btn a.cita-btn-ba {
    border: 1px solid #702082;
    color: #702082;
    border-radius:0px;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    padding: 0.3em 1.2em;
    text-transform: uppercase;
    margin: 0;
}

div.clase-ba-reporting p.cita-btn a.cita-btn-ba:hover {
    background-color: #702082;
    transform:scale(1.2);
    transition: 0.25s ease-out;
    color: white;
    border: 1px solid #702082;
}

/*ANALISIS PREDICTIVO*/

div.clase-ba-analisis .titulo-video{
	text-align: center;
}


div.clase-ba-analisis div.icono-grupo {
	margin-bottom: 1em;
}

div.clase-ba-analisis p.titulo-icono {
    border: 1px solid #ddd; 
    background: rgba(112, 32, 130, 0.2);
    margin: 0;
    padding: 0.6em 1.2em;
    color: #702082;
    transition: 0.25s ease-out;
}

div.clase-ba-analisis p.titulo-icono i {
	color: #222;
}

div.clase-ba-analisis p.titulo-icono img {
	height:20px;
}

div.clase-ba-analisis p.titulo-icono strong {
	color: #702082;
    padding: 0.2em 0.5em;
    font-weight: 600;
    margin-right: 0.6em;
    background-color: white;
    border: 1px solid #702082;
    transition: 0.25s ease-out;

}


div.clase-ba-analisis p.texto-icono {
	border: 1px solid #ddd;
	border-top: none;
	margin: 0!important;
	padding: 1em;
}

div.clase-ba-analisis div.icono-grupo:hover p.titulo-icono {
	border: 1px solid #702082; 
    border-bottom: none;
   background-color: #702082;
    margin: 0;
    padding: 0.6em 1.2em;
    color: white;
}

div.clase-ba-analisis div.icono-grupo:hover p.titulo-icono strong {
	color: white;
    padding: 0.2em 0.5em;
    font-weight: 600;
    margin-right: 0.6em;
    background-color: #702082;
    border: 1px solid white;
    transform:scale(1.1);
}

div.clase-ba-analisis div.icono-grupo:hover p.texto-icono {
	border: 1px solid #702082;
	border-top: none;
	margin: 0!important;
	padding: 1em;
}

div.clase-ba-analisis p.cita-btn a.cita-btn-ba {
    border: 1px solid #702082;
    color: #702082;
    border-radius:0px;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 300;
    padding: 0.3em 1.2em;
    text-transform: uppercase;
    margin: 0;
}

div.clase-ba-analisis p.cita-btn a.cita-btn-ba:hover {
    background-color: #702082;
    transform:scale(1.2);
    transition: 0.25s ease-out;
    color: white;
    border: 1px solid #702082;
}

div.clase-ba-analisis .caja-articulo{
	text-align: center;
    padding: 1.2em 2.4em;
    background: white;
    margin: 0em 3em;
    border: 3px solid white;
}

div.clase-ba-analisis .caja-articulo p{
	color:#702082;
}


/*CUADRO DE MANDO CORPORATIVO*/


div.banda-wrapper p.titulo-icono i.ba{
	color:#702082;
}

div.banda-ba-cmc i span,  div.banda-ba-cmc i + p{
    display:none;
}

div.banda-ba-cmc i {
    font-size: 3em;
    text-align: center;
    color: white;
    width: 100%;
    text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
}

div.banda-ba-cmc p.texto-icono {
    font-size: 1em;
    text-align: center;
    margin: 0.6em 0;
}

div.banda-ba-cmc .col-md-4.cmc{
	margin:1em 0em;
}


div.col-ba-cmc h2 {
	font-weight: 400;
	color: #702082;
	margin: 0 0 0.4em 0;
}

div.col-ba-cmc .texto {
	margin: 0;
}

div.col-ba-cmc {
    height: 100%;
	border-bottom: 5px solid #702082;
	margin: 0px 40px;
	padding: 1.2em;
	text-align: center;
}

div.col-ba-cmc:hover{
	background: rgba(112, 32, 130, 0.2);
}



@media screen and (min-width: 992px){
	div.col-ba-cmc{
	    height: 225px;
	    width: 30%;
	    border-bottom: 5px solid #702082;
	   	margin: 15px;
	   	text-align: left;
	}
}


/* -- Banda cuadro de mandos financiero -- */


div.banda-ba-cmf {
    background-color: #444;
    background-image: url("/sites/default/files/pictures/sage-murano-fondo-zapas.jpg");
}

div.banda-ba-cmf  .titulo-banda {
    color: white;
}

div.banda-ba-cmf  h2 {
    color: white;
}

div.banda-ba-cmf  h3 {
    background-color: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0.6em 0.6em 0 0;
    color: white;
    font-size: 1em;
    margin-bottom: 0;
    padding: 1em;
    text-transform: uppercase;
}

div.banda-ba-cmf  p {
    color: white;
}

div.banda-ba-cmf  ul {
    margin: 0;
    padding: 0;
}

div.banda-ba-cmf  li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-size: 0.8em;
    list-style-type: none;
    line-height: 1em;
    margin: 0;
    padding: 0.8em;
    height:50px;
}

div.banda-ba-cmf  .ul-footer {
    background-color: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-top: none;
    border-radius: 0 0 0.6em 0.6em;
    height: 25px;
}

div.banda-ba-cmf  .ul-footer span {
    display: none;
}



@media screen and (min-width: 992px){
	div.banda-ba-cmf  .col-1 li {
		border-right:0px;
	}

	div.banda-ba-cmf .col-md-6.col-1{
		padding-right:0;
	}
	div.banda-ba-cmf .col-md-6.col-2{
		padding-left:0;
	}

}

/*Cuadro de mandos comercial*/

div.banda-ba-comercial .areas-titulo{
	min-height: auto;
}

div.banda-ba-comercial .areas-texto{
	text-align: center;
}
/*div.banda-ba-comercial.lista{
	background-color: #ddd;
}*/

div.banda-ba-comercial.lista div.icono-grupo {
	margin-bottom:1em;
	border:1px solid #702082;
}

div.banda-ba-comercial.lista p.titulo-icono {
	border-bottom: none;
	background-color: #702082;
	margin: 0!important;
	padding: 0.3em 0.6em;
	color:white;
}


div.banda-ba-comercial.lista p.titulo-icono i {
	color:white;
}

div.banda-ba-comercial.lista p.texto-icono {
	border-top: none;
	margin: 0!important;
	padding: 1em;
}

@media screen and (min-width: 992px){
	div.banda-ba-comercial.lista p.texto-icono {
		height:110px;
	}
}



div.banda-ba-comercial p.texto-icono {
    font-size: 1em;
    text-align: center;
    margin: 0.6em 0;
}

div.banda-ba-comercial .col-md-4.cmc{
	margin:1em 0em;
}


div.col-ba-comercial h2{
	font-weight: 400;
	color: #702082;
	padding-top: 0.5em;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
}

div.col-ba-comercial p.texto{
	font-size: 0.8em;
}


div.col-ba-comercial{
	text-align: center;
}


@media screen and (min-width: 992px){
	div.col-ba-comercial{
	 height: auto;
    text-align: left;
    padding: 10px 30px;
	}
}


/*BIG DATA*/

div.banda-ba-bigdata .caja-articulo{
    background-color: white;
    text-align: center;
    padding: 1em 2em;
        margin-bottom: 1em;
}

div.banda-ba-bigdata .caja-articulo p.cita-texto{
	color:#702082;
}

@media screen and (min-width:992px){
	div.banda-ba-bigdata .caja-articulo p.cita-texto{
		height: 60px;
	}
}

div.banda-ba-bigdata .caja-articulo p.cita-btn a {
    border: 1px solid #702082;
    color: #702082;
}

div.banda-ba-bigdata .caja-articulo p.cita-btn a:hover {
    background-color: #702082;
    color: white;
}

div.banda-wrapper.banda-ba-bigdata p.titulo-icono{
	min-height: auto;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 1.2em 1.2em 0;
    color: #702082;
    text-align: center;
}

div.banda-ba-bigdata p.texto-enlace a{
	color: white;
    text-decoration-line: underline;
    font-weight: 400;
}

div.banda-ba-bigdata .areas-icono img{
	width:128px;
}

div.banda-ba-bigdata .areas-icono{
	text-align: center;
	padding: 1.2em 1.2em 0;
}

div.banda-ba-bigdata .areas-texto{
	text-align: center;
}

div.banda-ba-bigdata .areas-wrap{
	border: 2px solid white;
}

@media screen and (min-width:992px){
	div.banda-ba-bigdata .areas-wrap{
		min-height: 450px;
	}
}

div.banda-ba-bigdata .areas-wrap:hover{

    background-color:rgba(112, 32, 130, 0.3);
}

div.banda-ba-bigdata .areas-wrap:hover p.titulo-icono{
	color:white;
}





div.banda-banner-qlik {
	background: url("/sites/default/files/pictures/fondo-banner-qlik.jpg") no-repeat center top #EEEEEE;
	height: 550px;
	text-align: center;
	padding: 4em 0;
}

div.banda-banner-qlik .banner-qlik-logo {
	margin: 0;
}

div.banda-banner-qlik .banner-qlik-logo img {
	height: 180px;
}

div.banda-banner-qlik .banner-qlik-texto {
	display: block;
	font-size: 2.2em;
	font-weight: 300;
	line-height: 1.2em;
	margin: 0 auto 0.8em;
	max-width: 560px;
}


