@font-face {
	font-family:ITC;
	src:url(../fonts/ITCKRIST.ttf);
}

.inst_serv{
	position: fixed;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	top:28px;
	right: 120px;
	z-index: 102
}
.wha_serv{
	position: fixed;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	top:32px;
	right: 81px;
	z-index: 102
}
.tw_serv{
	position: fixed;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	top:45px;	
	right: 10px;	
	z-index: 102
	
}
.fac_serv{
	position: fixed;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	top:38px;
	right: 55px;
	z-index: 102
	
}
.inst_serv,
.wha_serv,
.tw_serv,
.fac_serv{
	transition: all 1s;
}

.inst_serv_movi{
	position: fixed;
	z-index: 102;
	top:20px;
	right: 300px;
	font-size: 40px;
}
.wha_serv_movi{
	position: fixed;
	z-index: 102;
	top:20px;
	right: 250px;
	font-size: 40px;
}
.tw_serv_movi{
	position: fixed;
	top:20px;
	right: 167px;	
	z-index: 102;
	font-size: 40px;
}	
.fac_serv_movi{
	position: fixed;
	top:20px;
	right: 	215px;
	z-index: 102;
	font-size: 40px;
}

	
.inst_serv_movi:hover,
.wha_serv_movi:hover,
.tw_serv_movi:hover,
.fac_serv_movi:hover,
.inst_serv:hover,
.wha_serv:hover,
.tw_serv:hover,
.fac_serv:hover{
	color: #FDB237;

}
.inst_serv_movi,
.wha_serv_movi,
.tw_serv_movi,
.fac_serv_movi{
	color: #fff;

}

.consultas{
	background-image: url(../img/servicios/Lienzo-Servicios-opaco.jpg);
	background-size: 100%
}
.C_contenido{
	position: relative;
	width: 70%;
	margin: auto;
	margin-top: 10%;
}
.C_contenido h2{
	width: 100%;
	height: auto;
	text-align: center;
	font-family:ITC;
	font-weight: bold;
	font-size: 50px;
	color: #0D7183;
	margin-bottom: 8%;
}
.C_contenido h1{
	text-align: center;
	position: absolute;
	background: #0D7183;
	font-family:ITC;
	color: #fff;
	width: 30%;
	border-radius: 20px 20px 0px 20px;
	font-size: 220%;
	top: 14%;
	left: 20%;
	font-weight: normal;

	animation: emergencia 1s linear;
	animation-direction: alternate;
	animation-fill-mode:forwards;
}
.C_contenido h1 img{
	  vertical-align: middle;
	  width: 10%;
}
.P_img{
	width: 40%;
	float: left;
	margin: 0px  6% 0% 0px;
}
.C_contenido p{
	text-align: justify;
	font-size: 27px;
	color: #0D7183;
	font-weight: normal;
	line-height: 125%;
}
.Cms_p{
	margin-top: 20%;
}

.B_pr,
.B_barra,
.B_Btn{
	opacity: 1;
}
.B_pr_ejec{
	animation: none;
}

.B_barra_ejec{
	animation: none;
}

.B_Btn_ejec{
	animation: none;
}


.Blog{
	width: 100%;
	height: 200px;
	
	display: grid;
	grid-template-columns: 1fr 3fr;
}
.Blog .B_pr{
	color: #FDB237;
	font-family:ITC;
	font-weight: bold;
	font-size: 30px;
	margin-left: 0;
	margin-right: 65%;
	margin-top: 80px;
	text-align: center;

}
.Blog .B_cont{
	width: 100%;
	height: 100%;
	position: relative;
	
}

.Blog .B_cont .B_Btn{
	position: absolute;
	top: 45%;
	right: 0px;


	display: block;
	text-decoration: none;
	background: #FDB237;
	color: #fff;
	border: none;
	border-radius: 30px 30px 30px 0px;
	cursor: pointer;
	font-weight: bold;
	width: 40%;
	height: 30px;
	text-align: center;
	font-size: 120%;
	z-index: 10;

}

.Blog .B_cont .B_barra{
	position: absolute;
	top: 25%;
	right: 0;
	left: 0px;
	width: 83%;
	height: 100px;
	background: #0C7183;
	z-index: 9;
}
