body h2.title{
    font-weight: bold !important;
    color: #00498a;
    font-size: 20px !important;
}
ul li.cntProgram {
    list-style: outside none none;
}
li.cntProgram .title:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #747474;
    position: absolute;
    left: -26px;
    margin: auto;
    top: 26px;
    border-radius: 100%;
}
.programa {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    transition: all 0.2s;
    height: 60px;
}

.programa .titlecontent {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 61px;
    justify-content: flex-start;
}

.programa .titlecontent .title {
    position: relative;
    width: 70%;
    cursor: pointer;
    
}
.programa .titlecontent .title:hover h3 {
    /*color: #004080;*/
    color: #dd7013;
    font-weight: bolder;
    font-size: 16px;
    -webkit-transition: font-size .6s ease-out;
    -o-transition: font-size .6s ease-out;
    -moz-transition: font-size .6s ease-out;
    -ms-transition: font-size .6s ease-out;
    transition: font-size .6s ease-out;
}

.cntProgram.active .location a:hover {
    font-size: 1.2em;
}

.cntProgram.active .location a {
    color: #004080;
    font-size: 15px;
    -webkit-transition: font-size .3s ease-out;
    -moz-transition: font-size .3s ease-out;
    -ms-transition: font-size .3s ease-out;
    -o-transition: font-size .3s ease-out;
    transition: font-size .3s ease-out;
}

.cntProgram.active .title h3 {
    color: #dd7013;
    font-size: 19px;
    font-weight: bolder;
}

.programa .titlecontent .type {
    width: 30%;
    text-align: right;
    text-transform: capitalize;
}
.programa .location{
	opacity: 0;
	transition: all 0.2s;
	display: none;
}
.programa .obv-btn {
    padding: 10px 15px;
    background-color: #00498a;
    color: #fff;
}

.cntProgram.active {
	background-color: #ccc;
	height: 100px;
    -webkit-transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -ms-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in;
}
.cntProgram.hideCity{
	display: none;
}

.cntProgram.hideMod{
	display: none;
}

.cntProgram:hover {
	background-color: #ccc;
}

.cntProgram.active .location{
	display: block;
	opacity: 1;
}

.obintfilter {
    background-color: #eee;
    padding: 20px;
}

.obintfilter .title {
    color: #00498a;
    font-size: 1.5em;
}

.obintfilter .intTiele {
    font-size: 1.2em;
    color: #fff;
    margin-left: 20px;
}

.obintfilter .obv-btn {
    display: block;
    width: 90%;
    margin-left: 5%;
    color: #666;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}
.obintfilter .obv-btn.active{
	background-color: #ccc;
	color: #00498a;
	position: relative;
}

.obintfilter .obv-btn.active::after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
}

.obintfilter .ciudad,
.obintfilter .modalidad {
    padding: 5px;
    background-color: #333;
    margin-bottom: 10px;
}
.searprbox .selectList.hide-list ul li.homehide {
    display: none;
}
.searprbox .selectList.show ul li.homehide{
    display: list-item;
}
/* Search Box */
.searprbox .selectList.show ul li.homehide.hide-in-list {
    display: none;
}
.searprbox .selectList ul li.noResult,
.searprbox .selectList ul li.basica.preh.posh.diploh{
    display: none;
}
.searprbox .selectList ul li.noResult.preh.posh.diploh,
li.basica{
    display: list-item;
}
.searprbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
}

.searprbox .titlebox {
    width: 100%;
    text-align: center;
}

.searprbox .titlebox .boxblue {
    background-color: #004080;
	width: 54%;
	padding: 8px 20px;
	border-radius: 0 0px 5px 5px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-size: 2em !important;
	margin-bottom: 10px;
}

.searprbox .titlebox .textblue {
    font-size: 1.3em;
    color: #004080;
}
.searprbox .filter {
	/*width: 40%;*/
    width: 100%;
	padding: 5px;
    text-align: center;
    margin-top: 10px;
}
.searprbox .filter .obi-btn.fil {
    background-color: #666;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.2s;
}
.searprbox .filter .obi-btn.fil.show {
	background-color: #004080;
}
.searprbox .filter .obi-btn.fil::before {
    content: " ";
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.searprbox .filter .obi-btn.fil.show::before {
    content: "\2713";
    border: none;
    color: #fff;
}

.searprbox .selectList {
    /*width: 60%;*/
    width: 100%;
    height: 30px;
    border: 1px solid #004080;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    z-index: 4;
}
.searprbox .selectList::after {
    content: "\f0dd";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: -1;
}
.searprbox .selectList ul{
	margin: 0;
	padding: 0;
}
.searprbox .selectList ul li {
    list-style: none;
	line-height: 1.2;
}
.searprbox .selectList.show::after {
	content: "\f0de";
	top: 7px;
}

.searprbox .selectList.show ul {
    background-color: #fff;
    padding: 0px 5px 5px 5px;
    position: absolute;
    z-index: 99;
    overflow: auto;
  /*  height: 200px;*/
    width: 91%;
}

.searprbox .selectList.show ul.size-list {
    height: 200px;
}

.searprbox .selectList.show ul li.homehide {
    border-bottom: 1px solid;
    padding: 10px;
}

.searprbox .selectList.show ul li.homehide:hover{
	background-color: #ccc;
}

.searprbox .selectList.show ul li.homehide h3 {
    margin: 0;
    color: #004080;
}

.searprbox .selectList.show ul li.homehide a {
    display: block;
    padding: 2px;
}

.linkbox {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    border-top: 2px dotted #666;
    padding-top: 25px;
}

.linkbox a.linkcredito {
    padding: 10px 20px;
    background-color: #DD7013;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3em;
    transition: all 0.5s;
}

.linkbox a.linkcredito:hover{
    background-color: #1e73be;
}

@media only screen and (max-width: 1065px) {  
    .linkbox a.linkcredito{
        display: block;
        margin-bottom: 5px;
        margin-top: 5px; 
    }
}