﻿

/*------------------------------GENERAL-----------------------------*/
h1 {
	font-size: 60px !important;
}

h2 {
	font-size: 50px !important;
}

h3 {
	font-size: 40px !important;
}

h4 {
	font-size: 30px !important;
}

h5 {
	font-size: 20px !important;
}

h6 {
	font-size: 8px !important;
}


/*titulos de las secciones*/
.titulo {
	text-align: center;
	margin: 12px;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}






/*------------------------------BREADCRUMB-----------------------------*/
.navegacion {
	padding: 0px;
	background: #bfbfbf;
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
}

	.navegacion > li + li:before {
		padding: 0;
	}

	.navegacion li {
		float: left;
	}

		.navegacion li.activo a {
			background: #41BDBF;
		}

		.navegacion li.inicio a {
			background: #17335A;
		}

		.navegacion li.activo a:after {
			border-left: 30px solid #41BDBF;
		}

		.navegacion li.inicio a:after {
			border-left: 30px solid #17335A;
		}

		.navegacion li a {
			color: white;
			text-decoration: none;
			padding: 10px 0 10px 45px;
			position: relative;
			display: block;
			float: left;
			font-size: 16px;
			font-weight: bold;
		}

			.navegacion li a:after {
				content: " ";
				display: block;
				width: 0;
				height: 0;
				border-top: 50px solid transparent;
				border-bottom: 50px solid transparent;
				border-left: 30px solid #bfbfbf;
				position: absolute;
				top: 50%;
				margin-top: -50px;
				left: 100%;
				z-index: 2;
			}

			.navegacion li a:before {
				content: " ";
				display: block;
				width: 0;
				height: 0;
				border-top: 50px solid transparent;
				border-bottom: 50px solid transparent;
				border-left: 30px solid white;
				position: absolute;
				top: 50%;
				margin-top: -50px;
				margin-left: 4px;
				left: 100%;
				z-index: 1;
			}

		.navegacion li:first-child a {
			padding-left: 15px;
		}

		.navegacion li a:hover {
			background: #41BDBF;
		}

			.navegacion li a:hover:after {
				border-left-color: #41BDBF !important;
			}






/*------------------------------INFORMES DESTACADOS-----------------------------*/

.panel-success > .panel-heading {
	color: white !important;
	background-color: #8cd7d9 !important;
	border-color: #66cacc !important;
}

.panel-success {
	border-color: #66cacc !important;
}


/*Titulo*/
.informe-destacado {
	background: #e6e6e6;
	margin: 0px;
}

	.informe-destacado h4 {
		margin: 20px;
	}



.informes {
	background: #F2F3F4;
}

	.informes p {
		font-size: 20px !important;
		margin: 30px !important;
	}


/*IMAGEN */
.fill {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 300px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	margin: 20px;
}

	.fill:hover {
		box-shadow: 0px -1px 3px -2px rgba(0,0,0,0.68);
	}

	.fill img {
		flex-shrink: 0;
		min-width: 100%;
		min-height: 100%;
		transition: all .2s ease-in-out;
	}

		.fill img:hover {
			transform: scale(1.1);
		}





/*------------------------------NOTICIAS RECIENTES-----------------------------*/
/*Imagen bandera*/
.noticias-recientes .tabla .media-photo {
	width: 25px;
}

/*fuente*/
.noticias-recientes .tabla .media .fuente {
	color: #4B7DCB;
	font-size: 12px !important;
	font-weight: bold;
	line-height: normal;
	margin: 0;
}


/*titulo noticia*/
.panel table {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}




.noticias-recientes .tabla .titulo-noticia {
	font-size: 20px;
	color: #666666;
}

	.noticias-recientes .tabla .titulo-noticia:hover {
		color: black;
		text-decoration: none;
	}


/*fecha*/
.noticias-recientes .tabla .media span {
	font-size: 12px;
	margin-right: 20px;
	color: #999999;
}

/*pais*/
.noticias-recientes .tabla .media .media-body .pais {
	display: none;
}


/*filas*/
.noticias-recientes .tabla .fila:hover {
	background: #eef3f6;
}




/*-------------------------INDICADORES RELEVANTES------------------------*/
/*Imagen bandera*/
.indicadores .media-photo {
	width: 25px;
}

/*Titulo*/
.indicadores .media .titulo {
	color: #426a8a;
	font-size: 14px !important;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	text-align: left !important;
	cursor: pointer;
}

	.indicadores .media .titulo:hover {
		text-decoration: none;
	}
/*porcentaje*/
.indicadores .media span.porcentaje {
	color: #808080;
	font-size: 14px;
}


/*Fuente del indicador*/
.indicadores .fuente {
	font-size: 12px;
	color: #666666;
}


/*filas*/
.indicadores .fila:hover {
	transition: transform 0.3s;
}

.indicadores .fila:hover {
	background: #d6e3f5;
	margin-bottom: 0;
	transform: translate(2px, 0px);
}

.indicadores .media .media-body .indicador {
	font-size: 12px;
	margin: 1px !important;
	padding: 1px !important;
	text-align: left !important;
	line-height: 25px;
}





/*-------------------------EMPRESAS DEL SECTOR--------------------------------*/
.empresas-sector .fila {
	display: table-row;
	background: #fff;
}

	.empresas-sector .fila:hover {
		background-color: #ecf8f9;
		cursor: pointer;
	}

	.empresas-sector .fila.encabezado {
		color: #ffffff;
		background: #8cd6d9;
	}

		.empresas-sector .fila.encabezado:hover {
			background: #66c9cc;
		}

.empresas-sector .campo {
	display: table-cell;
}

.empresas-sector .fila .campo {
	font-size: 15px;
	color: #666666;
	line-height: 1.2;
	font-weight: unset !important;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.empresas-sector .fila.encabezado .campo {
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset !important;
	padding-top: 19px;
	padding-bottom: 10px;
}

	/*fila Header - empleados registrados*/
	.empresas-sector .fila.encabezado .campo:nth-child(3) {
		text-align: center;
	}

/*fila lupa*/
.empresas-sector .fila .campo:nth-child(1) {
	width: 120px;
	transition: transform 1s;
	text-align: center;
}

	.empresas-sector .fila .campo:nth-child(1) span {
		font-size: 17px;
		color: #808080;
	}

		.empresas-sector .fila .campo:nth-child(1) span:hover {
			transform: scale(1.4);
			color: #666666;
		}

/*fila Razón social*/
.empresas-sector .fila .campo:nth-child(2) {
	width: 400px;
}

/*fila empleados registrados*/
.empresas-sector .fila .campo:nth-child(3) {
	width: 200px;
	text-align: right;
	padding-right: 8px;
}





/*-------------------------RELACIONADOS---------------------------------------*/
.relacionados .cuadro {
	width: 100%;
	height: auto;
	border-bottom: 5px #b3b3b3 solid;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: 0.5s;
	margin-bottom: 28px;
}

.relacionados .cuadro-atras {
	width: 100%;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	text-align: center;
	background: #f2f2f2;
}

	.relacionados .cuadro-atras a {
		color: slategray;
		font-size: 30px;
	}

		.relacionados .cuadro-atras a:hover {
			text-decoration: none;
		}

.relacionados .cuadro-frente {
	width: 100%;
	height: auto;
	position: relative;						
	z-index: 10;
	background: #fff;
	padding: 15px;
	bottom: 0px;
	transition: all 0.5s ease;
}

.relacionados .cuadro:hover .cuadro-frente {
	bottom: -300px;
	transition: all 0.5s ease;
}

.relacionados .cuadro:hover {
	border-color: #777;
	transition: 0.5s;
}

.relacionados .div-imagen {
	height: 200px;
	overflow: hidden;
	background: #f2f2f2;
}



/*Modal----------------*/
.modal-micrositio .modal-bgr {
	background: url(../images/monitor-bkg-modal.jpg) left top no-repeat #17335A;
	height: auto
}

.modal-micrositio .thumb-nail {
	margin: 10px;
}

.modal-micrositio .modal-header1 {
	padding: 14px;
}

.modal-micrositio .modal-header {
	border-bottom: 0px !important;
}


.modal-micrositio .fila-col-8 {
	text-align: center;
}

.modal-micrositio .modal-title, .banner_titulo, .banner_txt {
	color: white
}

.modal-micrositio banner_img {
	width: 100% !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




.modal-micrositio .es-registrado {
	text-decoration: underline;
	font-size:15px;
}







/*Botones originales editados*/
.modal-micrositio .btn {
	width: 190px;
	height: 40px;
	border-radius: 30px;
	font-family: Lato,sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin:5px;
}

.modal-micrositio .btn-light {
	background-color: #41BDBF;
	color: #fff
}

	.modal-micrositio .btn-light:hover {
		color: #41BDBF;
		background-color: #fff;
		border: 2px solid #41BDBF;
	}

.modal-micrositio .btn-blue {
	background-color: #17335A;
	color: #fff
}

	.modal-micrositio .btn-blue:hover {
		color: #17335A;
		background-color: #fff;
		border: 2px solid #41BDBF;
	}







@media(min-width:970px) {

	/*Noticias recientes*/
	.noticias-recientes .tabla .media .media-body .pais {
		color: #a6a6a6;
		display: block;
	}
}
