/*
font-family: 'Lato', sans-serif;
font-family: 'Titillium Web', sans-serif;
*/

/* ACTIVIDADES - NOTICIAS */
#Actividades{
	margin-top: -2.5em;
	text-align: left;
	padding-bottom: 5em;
}
#Actividades p{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: 1em;
	padding-left: 1.5em; padding-right: 5.5em;
	color: rgba(48,52,55,1);
}
#Actividades .seccion{
	background-color: rgba(177,49,43,.95);
	text-align: left;
}
#Actividades .seccion h1{
	font-family: 'Titillium Web', sans-serif; font-weight: 600; font-weight: bold;
	color: rgba(255,255,255,1);
	padding: .5em;
}


/* CARDs DE NOTICIAS */
.card{
	margin: 0.5em;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright:14px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
		border-top-left-radius:14px;
		border-top-right-radius:14px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
	-moz-box-shadow: -3px 3px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.2);
		box-shadow: 3px 3px 5px rgba(0,0,0,.2);
}
.card-title{
	font-family: 'Titillium Web', sans-serif; font-weight: 600; font-size: 1.3em;
	text-align: left;
	/*color: rgba(48,52,55,1);*/
	color: rgba(177,49,43,.95);
}
.card-text{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: 1em;
	text-align: left;
	color: rgba(48,52,55,1);
}
.card-text strong{
	color: rgba(177,49,43,.95);
}
.card-img-top{
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright:14px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
		border-top-left-radius:14px;
		border-top-right-radius:14px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
}
.fecha-noticia{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: .8em;
	text-align: left;
	color: rgba(48,52,55,1);
}
.enlace-noticia{
	font-family: inherit;
	color: rgba(39,139,224,1);
	text-decoration: none;
}
.btn-actividad{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: .8em;
	padding: .5em; padding-right: 1em; padding-left: 1em; float: left;
	text-align: left; text-decoration: none;
	color: rgba(255,255,255,1);
	background-color:rgba(174,139,112,1);
	border:solid 0px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright:10px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		-webkit-border-top-left-radius:10px;
		-webkit-border-top-right-radius:10px;
		-webkit-border-bottom-left-radius:10px;
		-webkit-border-bottom-right-radius:10px;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
}
.btn-actividad:hover{
	color: rgba(174,139,112,1);
	background-color:rgba(79,0,0,1);
}


/* MODALES */
.modal-content{
	background-color: rgba(0,0,0,.7);
}
.modal-header{
	border-bottom: 2px solid rgba(174,139,112,1);
}
.modal-title{
	font-family: 'Titillium Web', sans-serif; font-weight: 600; font-size: 1.3em;
	text-align: left;
	color: rgba(255,255,255,1);
}
.modal-body{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: 1em;
	text-align: left;
	color: rgba(255,255,255,1);
}
.modal-body strong{
	color: rgba(177,49,43,.95);
}
.enlaces-video{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: 1em;
	text-align: left;
	margin-left: 0;padding-left: 0;
	color: rgba(39,139,224,1);
}
.modal-fecha{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: .8em;
	text-align: left;
	color: rgba(255,255,255,1);
}
.modal-image{
	padding-bottom: .5em;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
}
.modal-footer{
	border: none;
}


/* CAROUSEL DE NOTICIAS */
.carousel-inner {
	padding: 1em;
  }
  .carousel-control-prev, .carousel-control-next {
	background-color: rgba(79,0,0,.8);
	width: 6vh; height: 6vh;
	border-radius: 50%;
	top: 50%;
  }
  @media (min-width: 768px) {
	.carousel-item {
	  margin-right: 0;
	  flex: 0 0 33.333333%;
	  display: block;
	}
	.carousel-inner {
	  display: flex;
	}
  }
