.sect_title_interna{

    background: linear-gradient(to right, #001c67 0%, #0389ce 100%);

    padding: 50px 0;

}

.h2_title_interna{

	color: #fff;

    font-weight: 700;

}

.nav_internas{

	align-items: flex-end;

}

.list_nav_internas{

	list-style: none;

	padding-left: 0;

	margin-bottom: 0;

	text-align: right;

}

.list_nav_internas>li{

	display: inline-block;

	margin: 0 10px;

}

.list_nav_internas>li{

	color: #fff;

	font-weight: 700;

}

.list_nav_internas>li:last-child{

	color: #ffffff;

    font-size: 18px;

}

.list_nav_internas>li>a{

	font-weight: 700;

	color: #91c11d;

    font-size: 16px;

	text-decoration: none;

}



/*SECTION CLASES*/

.sect_clases{

    padding: 100px 0;

    position: relative;

    /*background: #004f88;*/

    z-index: 1;

}

/*.sect_clases:before{

    content: "";

    position: absolute;

    top: -119px;

    left: 0;

    width: 100%;

    height: 120px;

    background-image: url(../../../../public/img/fondo/top_fondo_purple.png);

    background-size: 100% 100%;

}*/
.box_curso {
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 30px;
}
.box_curso .box_head{

    /*border: 2px solid #fff;

    border-radius: 50%;

    width: 200px;

    height: 200px;

    display: flex;

    display: -moz-flex;

    display: -webkit-flex;

    display: -o-flex;

    flex-flow: row wrap;

    align-items: center;

    justify-content: center;

    position: relative;

    margin: 0 auto;*/

}

/*.box_curso .box_head:after{

    border-radius: 50%;

    box-sizing: content-box;

    content: "";

    height: 100%;

    pointer-events: none;

    position: absolute;

    width: 100%;

    background: white;

    left: -2px;

    padding: 2px;

    top: -2px;

    transition: transform 0.2s ease 0s,opacity 0.3s ease 0s;

    z-index: 1;

    opacity: 0;

    transform: scale(1.3);

}*/

/*.box_curso:hover .box_head:after{

    opacity: 1;

    transform: scale(1);

}*/

/*.box_curso .box_head img{

    width: 100%;

    max-width: 120px;

    display: block;

    margin: 0 auto;

}*/

/*.box_curso:hover .box_head .img_wh{

    opacity: 0;

}*/

/*.box_curso .box_head .img_bl{

    position: absolute;

    width: 100%;

    max-width: 120px;

    z-index: 5;

    top: 50%;

    left: 0;

    right: 0;

    display: block;

    margin: auto;

    margin-top: 2px;

    transform: translateY(-50%) scale(0);

    transition: all ease 400ms;

}

.box_curso:hover .box_head .img_bl{

    transform: translateY(-50%) scale(1);

}*/
.box_curso .box_body{
    padding: 15px;
    padding-bottom: 0;
}
.box_curso .box_body h5{
    color: #004f88;
    margin-top: 18px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    min-height: 45px;
}

.box_curso .box_body p{

    color: #004f88;

    text-align: justify;

}

.box_curso .box_foot{
    padding-bottom: 15px;
}
.btn_vermas_proceso{

    display: block;

    text-align: center;

    width: 150px;

    margin: 0 auto;

    padding: 10px;

    background: #91c11d;

    border-radius: 25px;

    margin-top: 40px;

    color: #fff;

    font-weight: 700;

    border: 2px solid #fff;

    transition: all ease 500ms; 

}

.btn_vermas_proceso:hover,

.btn_vermas_proceso:active,

.btn_vermas_proceso:focus{

    background: #004e8b;

    text-decoration: none;

    color: #fff;

    border-color: #004e8b;

    transition: all ease 500ms;

}

