.sect{
	padding: 2em;
	display: block;
}

.nos_lnk_icon{
	margin-right: 20px;
	margin-left: 20px;
}

.nos_lnk_icon img{
	width: 180px;
}

.nos_blue{
	color: #004783;
}

figure{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 30px 1%;
	width: 94%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
}

figcaption{
	padding: 2em;
	color: #fff;
	font-size: 15pt;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.effect-apollo{
	width: 100%;
}

.nos_tabs .tab-content{
	font-size: 13pt;
}

.a_tab_mision{
	background: url("../images/nosotros/mision-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}

.a_tab_mision:hover{
	background: url("../images/nosotros/mision_hover.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.a_tab_mision.active{
	background: url("../images/nosotros/mision_hover.png");
	background-size: 100%;
	background-repeat: no-repeat;
}





.a_tab_vision{
	background: url("../images/nosotros/vision-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}

.a_tab_vision:hover{
	background: url("../images/nosotros/vision_hover-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.a_tab_vision.active{
	background: url("../images/nosotros/vision_hover-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
}






.a_tab_valores{
	background: url("../images/nosotros/valores-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}

.a_tab_valores:hover{
	background: url("../images/nosotros/valores_hover-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.a_tab_valores.active{
	background: url("../images/nosotros/valores_hover-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
}





.a_tab_competencias{
	background: url("../images/nosotros/competencias-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}

.a_tab_competencias:hover{
	background: url("../images/nosotros/competencias_hover-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.a_tab_competencias.active{
	background: url("../images/nosotros/competencias_hover-01.png");
	background-size: 100%;
	background-repeat: no-repeat;
}



@media (min-width: 1200px) {

	.logo_bryce1{
		margin-top: 120px;
		margin-bottom: 120px;
	}

	.logos_grupo{
		margin-top: 120px;
		margin-bottom: 120px;
	}

	.nos_tabs{
		margin-top: 100px;
	}

	.a_tab{
		height: 205px;
	}

	.tab-pane{
		padding-top: 30px;
	}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	.logo_bryce1{
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.logos_grupo{
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.nos_tabs{
		margin-top: 50px;
	}

	.a_tab{
		height: 180px;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

	.logo_bryce1{
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.logos_grupo{
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.nos_tabs{
		margin-top: 50px;
	}

	.a_tab{
		height: 150px;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.logo_bryce1{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.logos_grupo{
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.nos_tabs{
		margin-top: 20px;
	}

	.a_tab{
		height: 120px;
	}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

	.logo_bryce1{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.logos_grupo{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.nos_tabs{
		margin-top: 10px;
	}

	.a_tab{
		height: 70px;
	}

}


.container_tab{
	color: #0d4980;
}

.container_tab .tab-pane{
	border: 3px solid #0d4980;
	padding: 50px;
}

#mision, #vision{
	text-align: center;
	font-size: 20pt;
	font-style: italic;
}

#valores{
	padding-left: 75px;
}