/* Add your custom styles here... */ 

.btn-default.active, .btn.active, {
    background-color: red;
}


/*Página Archivos*/

.cl-archive-pr {
 max-width: 1270px;
 padding-left: 15px;
 padding-right: 15px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 0px;
}

.cl-container_pr {
 padding-bottom: 100px;
}


.ihc-ap-theme-3 .ihc-ap-wrap {
 box-sizing:border-box;
 margin:20px 0 20px 0;
 font-family:inherit !important;
 font-size:15px;
 color:#777;
 min-width:200px
}

.sec-busc {
display: flex;
}


.container_styled_1 {
 padding: 1% 0% !important;
}


h2.main_title {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
}

h2.main_title span {
    display: block;
    color: #eca99b;
    font-size: 29px;
    text-transform: none;
    margin-top: 1%;
}

#filter_buttons {
	text-align: center;
	margin-bottom: 25px;
	color: white;
}

#filter_buttons button {
	background-color: #fff;
	border: 0;
	font-weight: 700 !important;
	padding: 5px 10px;
	min-width: 90px;
	margin: 20px 5px 10px 5px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #000;
	font-size: 17px;
}

.cl-header-pr {
 padding-bottom: 50px;
}


#filter_buttons\ btn-group {
 text-align: center;
 color: #fff !important;
}

#filter_buttons\ btn-group > button {
 text-align: center;
 color: #fff !important;
 border: none;
 line-height: 1;
font-size: 17px;
cursor: pointer;
transition: .5s;
margin: 0 5px 5px !important;
border-radius: 5px;
font-weight: 800 !important;
}


#filter_buttons button:hover {
	color: #fff;
	background: #B20D1E;
}


#filter_buttons button.active {
	background-color: #333;
	color: #fff;
    background: #B20D1E;
}

.course_container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193, 122, 109, 0.26);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193, 122, 109, 0.26);
	box-shadow: 0px 0px 5px 0px rgba(193, 122, 109, 0.26);
	margin: 0;
	margin-bottom: 30px;
	position: relative;
	border-radius: 0px;
}

.course_container figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 230px; */
}

.project-item {
  position: relative;
  margin-bottom: 30px;
  height: auto;
}

.project-item:hover::after {
  opacity: .5;
}

.project-item::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
  background: #000;
}

.project-item:hover .project-content {
  opacity: 1;
}

.project-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 0;
width: 205px;
height: 205px;
  display: flex;
  transition: .5s;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #f1cfd3;
  transform: translate(-50%,-50%);
}

.project-content > a {
  font-size: 22px !important;
  display: inline-block;
}

.project-content > h3 > a {
  font-size: 22px !important;
  margin: 10px 0 0;
  line-height: 1.4;
}

.course_container .course_title {
	padding: 25px 20px 20px 20px;
	position: relative;
}

.course_container .course_title h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}


.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

button, input[type="button"], input[type="submit"] {
font-size: inherit;
line-height: inherit;
margin: 1% .1% !important;
}

/*Imagen*/

.imag-pot {margin-bottom: 0px; }

.short_info {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/shadow_box.png) repeat-x left bottom;
	width: 100%;
	padding: 12px 10px 12px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}


a#view_all {
	background: #fff;
	color: #ed5434;
	display: table;
	width: 100%;
	height: 330px;
	font-weight: 500;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

a#view_all:hover {
	background: #ed5434;
	color: #fff;
}

a#view_all span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

a#view_all span i {
	font-size: 38px;
	display: block;
	margin-bottom: 5px;
}


.promo_full {
	height: auto;
	background: url(../img/promo_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

.promo_full_wp {
	display: table;
	width: 100%;
	height: auto;
}

.promo_full_wp > div {
	display: table-cell;
	padding: 5% 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 16px;
	box-sizing: content-box;
}

/**/

button,
input[type=button],
input[type=submit] {
 color:#8e807d;
 font-weight: 600 !important;
 padding: 8px 15px !important;
}

/*
#sutitulo {
 background: -webkit-linear-gradient(96deg,#fea395 15.55%,#9c655b 91.85%);
 background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
*/

div.widget {
 padding: 5% 10%;
 margin: 0% 5%;
}


/**************************/
/***** Responsive *****/
/*************************/

@media (max-width: 768px)
{	

.sec-busc { display:inherit !important; }
.col-md-4 {
 -ms-flex:0 0 100%;
 flex:0 0 100%;
 max-width:100% !important;
}


} /*Fin responsive*/

@media (max-width: 992px) {	

} /*Fin responsive 2*/
