/* css main-----------------------------*/
.font_bar {
	font-size: 1.0em;
	color: #2d446d !important;
	font-weight: bold;
}

.font_bar:hover {
	color: #2d446d !important;
}

.col_institucional {
	color: #2d446d !important;
}

.bg_institucional {
	background-color: #2d446d !important;
}

.border-left-institucional {
	border-left: 0.35rem solid #2d446d !important;
}

@font-face {
	font-family: mifont;
	src: url(font/Quesha.ttf);
	font-size: 0.9em !important;
	color: #000000;
}

.justificar {
	text-align: justify !important;
	font-size: 1.1em !important;
}

.bg_one {
	background-color: #2d446d;
	padding-bottom: 15px;
}

.silder_text {
	font-size: 1.3em;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg_white {
	background-color: rgb(255, 255, 255, 0.7) !important;
}

.foot {
	background-color: #000000 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box_2d {
	border-radius: 20px;
	box-shadow: 15px 15px 20px 8px gray;
	padding: 25px 25px 25px 25px;
}

.general_font {
	font-size: 1em;
}

.bg_contact{
	background-image: url(../img/contac.jpg) !important;
	background-repeat: no-repeat;
	background-size:cover;
}
.negritas{
	font-weight: bold !important;
}
.eti_med{
	font-size: 0.6em;
	font-family: sans-serif;
	color: #008080;
}

/**rotar imagenes-------------*/
.cont_img {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(1,1,1, 0.7);
}

.cont_img:hover .overlay {
  opacity: 1;
}

.text_img_vol {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/**rotar imagenes-------------*/



/*--------------------------------------------------------------*/
.promo_box{
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.promo_azul{
	border-bottom: 10px solid #1B6D96;
}

.promo_azul:hover{
	background-color: #1B6D96;
	color: white !important;
}

.promo_orange{
	border-bottom: 10px solid #C47007;
}

.promo_orange:hover{
	background-color: #C47007;
	color: white !important;
}

.promo_green{
	border-bottom: 10px solid #059836;
}

.promo_green:hover{
	background-color: #059836;
	color: white !important;
}

.promo_red{
	border-bottom: 10px solid #A3171E;
}

.promo_red:hover{
	background-color: #A3171E;
	color: white !important;
}

.promo_purple{
	border-bottom: 10px solid #7E099C;
}

.promo_purple:hover{
	background-color: #7E099C;
	color: white !important;
}

.promo_pink{
	border-bottom: 10px solid #C6187E;
}

.promo_pink:hover{
	background-color: #C6187E;
	color: white !important;
}


/*--------------------------------------------------------------*/

.social:hover{
	-webkit-transform: rotateY(180deg);
-webkit-transform-style: preserve-3d;
transform: rotateY(180deg);
transform-style: preserve-3d;
border-radius:5%;
-webkit-border-radius:5%;
box-shadow: 0px 0px 5px 5px #ec731e;
}
