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

.inst_serv,
.wha_serv,
.tw_serv,
.fac_serv{
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

	
.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;

}
/*----------------------------------------*/

.conte_blog{
	width: 100%;
	height: auto;
}

.Blog_p{
	width: 70%;
	height: auto;
	margin: auto;
	grid-column: 1fr;
	grid-template-rows: 0.5fr 2fr 2fr;
}
.Bienv{
	text-align: center;
	font-size: 130%;
	color:#000;
	line-height: 110%;
	margin-top: 15%;
	margin-bottom: 5%;
}
.Bienv h1{
	font-size: 200%;
	
	color: #0D7183;
	font-family:ITC;
	line-height: 200%;
}

.Bienv a{
	text-decoration: none;
	color:#0D7183;
}

.distr_ar{
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	grid-template-rows: 300px;
	grid-gap: 50px;
	margin-bottom: 15%;
	font-size: 120%;
	line-height: 120%;
	text-align: justify;

}
.distr_ar a{	
	text-decoration: none;
	color:#000;
}

.img_blog{
	background-size: 100%;
	width: 100%;
	height: 100%;

	border-radius: 20px 20px 20px 0px;
	box-shadow: -9px 9px 0px 0px #417181,
				9px -9px 0px 0px #ea1a8b;
}


.title_c_A{
	color: #0D7183;
}
.title_c_R{
	color: #EA1A8B;
}
.compar_A{
	border-top: 3px solid #0D7183;
 	border-bottom: 3px solid #0D7183;
}
.compar_R{
	border-top: 3px solid #EA1A8B;
 	border-bottom: 3px solid #EA1A8B;
}
.compar_A a{
	color: #0D7183;
}
.compar_R a{
	color: #EA1A8B;
}
.distr_ar h2{
	font-family:ITC;
	font-size: 200%;
	line-height: 130%;
}
.fecha_art{
	font-weight: bold;
	margin: 1% 0px ; 
	font-size: 90%;
}
.compartir_blog{

	width: 100%;
	height: 30px;
	text-align: right;
	padding-top: 2%;
}
.compartir_blog a{
	text-decoration: none;
		margin-left: 3%;
}
.compartir_blog i{

}
/*--------imagenes--------------------------------*/

.img_b_I{
	background-image: url(../articulos/fotos/IMG_1359.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
/* .img_b_II{
	background: url(http://lorempixel.com/500/500/food);
} */
/* minigaleria */
.contenfoto{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	height: 25vh;
	grid-gap: 10px;
}
.f1{
	background-image: url(../articulos/fotos/1.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.f2{
	background-image: url(../articulos/fotos/2.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.f3{
	background-image: url(../articulos/fotos/3.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.f4{
	background-image: url(../articulos/fotos/4.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 600px){
	.contenfoto{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr 1fr;
		height: 40vh;

	}
}
/*------------articulos----------------------*/



.Blog_art{
	width: 100%;
	height: auto;
	position: relative;	
}
.suscr{
	position: absolute;
	right: 0;
	top: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 40%;
	font-size: 120%;
	line-height: 120%;
	
}
.suscr h3{
	color: #FDB237;
	font-family:ITC;
	font-weight: normal;
}
.barr_a{
	position: relative;
	width: 100%
	height: 100%;
	background: #0D7183;
}
.barr_a a{
	display: block;
	position: absolute;
	text-decoration: none;
	color: #fff;
	background: #FDB237;
	width: 18%;
	height:40%;
	padding-top: 2%;
	text-align: center;
	border-radius: 8px 8px 0px 8px;
	left: -10%;
	top: 20%;

}

.B_articleI{
	width: 80%;
	height: auto;
	margin:auto;
	margin-top: 10%;
	text-align: justify;
	font-size: 110%;
	line-height: 140%;
}
.img_b_I_A{
	width: 60%;
	margin: auto;
	height: 400px;
	background-image: url(../articulos/fotos/IMG_1359.jpg);
	background-position: top center;
	background-size: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
	border-radius: 20px 20px 20px 0px;
	box-shadow: -9px 9px 0px 0px #417181,
				9px -9px 0px 0px #ea1a8b;
}
.img_b_II_A{
	width: 100%;
	height: 400px;
	background-image: url(http://lorempixel.com/1400/500/food);
	background-position: center center;
	background-size: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-radius: 20px 20px 20px 0px;
	box-shadow: -9px 9px 0px 0px #417181,
				9px -9px 0px 0px #ea1a8b;
}
/* imagenes---------------- */

.gra_img{
	float: right;
	width: 25%;
	margin:0% 0% 5% 5%;
}
.gra_img2{
	float: left;
	height: 20vh;
	margin:0% 3% 1% 0%;	
}
/* ------------ */

.B_articleI h1{
	font-family:ITC;
	font-size: 200%;
	line-height: 180%;
}
.B_articleI span{
	font-size: 100%;
	margin-bottom: 30px;
}
.B_articleI h2{
	text-align: center;
	line-height: 180%;
}
.border{
	border-left: 3px solid #EA1A8B;
	padding-left: 1%;
	font-weight: bold;
	width: 90%;
}
.B_articleI .compartir_blog {
	font-size: 150%;
	padding:1% 0%;
}
.otros_art{
	width: 80%;
	margin: auto;
}
.otros_art,
.otros_art a{
	color: #417181;
	text-decoration: none;
	font-size: 120%;
}
.otros_art h4{
	margin-top: 5%;
}
.cont_ot_A{
display: grid;
  grid-template-columns: repeat(auto-fit,minmax(120px,300px));
  grid-auto-rows: 300px;
  grid-gap: 8px;
  align-items: center;
  text-align: center;
}
.cont_ot_A img{
	width: 80%;
	height: 80%;
	margin:auto;
	border-radius: 20px 20px 20px 0px;
}
.verT{
	width: 100%;
	margin-bottom: 5%;
	text-align: right;

}