/*SECTION TITLE INTERNA*/
.sect_title_interna{
    background: linear-gradient(to right, #005c9c 0%, #00b9c2 100%);
    padding: 30px 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: #000000;
    font-size: 18px;
}
.list_nav_internas>li>a{
	font-weight: 700;
	color: #fff;
    font-size: 16px;
	text-decoration: none;
}
/*END SECTION TITLE INTERNA*/


/*SECTION CURSOS*/
.h2_title_home {
    color: #000;
    text-align: center;
    font-weight: 900;
}
.h3_subtitle_home {
    color: #000;
    font-size: 20px;
    font-style: italic;
}
.sect_cursos {
    padding: 50px 0;
    background: #ededed;
}
.box_cursos_main {
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
}
.box_cursos_main>.item {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.box_cursos_main>.item img {
    width: 100%;
}
.div_carousel {
    margin-top: 40px;
}
.box_cursos {
    background: #fff;
    box-shadow: 0px 0px 4px #cfcfcf;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
}
.box_cursos:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.box_cursos:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.box_cursos .box_head {
    position: relative;
    overflow: hidden;
}
.box_cursos .box_head a{
    display: block;
    position: relative;
}
.box_cursos .box_head a:before{
    content: "";
    font-family: FontAwesome;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /* opacity: 0; */
    transition: all ease 500ms;
}
.box_cursos:hover .box_head a:before{
    content: "\f002";
        background: rgba(0, 99, 159, 0.54);
    transition: all ease 500ms;
}
.presencial {
    font-size: 13px;
    color: #FFF !important;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    padding: 5px 0;
    left: -60px;
    top: 26px;
    width: 200px;
    background-color: #E4001D;
    color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.box_cursos .box_body {
    padding: 20px;
    width: 100%;
}
.box_cursos .box_body h4 a {
        font-size: 15px;
    display: block;
    text-align: justify;
    line-height: 1.5;
    color: #005ca0;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
}
.box_cursos .box_body h5 {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #000;
    font-weight: 800;
}
.box_cursos .box_body h6 {
    text-align: justify;
    color: #505050;
    line-height: 1.6;
    /* font-weight: 600; */
    font-size: 15px;
}
.box_cursos .box_foot {
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #d4d4d4;
    border-bottom: 6px solid rgb(0, 195, 192);
    background: linear-gradient(to right, #005c9c 0%, #00b9c2 100%);
    transition: all ease 500ms;
}
.box_cursos:hover .box_foot {
    border-bottom-color: rgb(0, 92, 160);
}
.box_cursos .box_foot ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.box_cursos .box_foot ul>li {
    display: inline-block;
    margin: 0 5px;
    width: 100%;
}
.box_cursos .box_foot ul>li a{
	color: #fff;
    display: block;
    padding: 10px;
	font-weight: 700;
	text-decoration: none;
}
.cursos .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: rgba(217, 41, 21, 0.36);
}
.cursos .owl-dots .owl-dot.active span,
.cursos .owl-dots .owl-dot:hover span {
    background: rgb(217, 41, 21);
}
.btn_ver_cursos {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 20px;
    background: #d92915;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all ease 500ms;
}
.btn_ver_cursos:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: all ease 500ms;
}

@media(max-width: 991px) {
    .box_cursos_main>.item {
        width: 45%;
    }
}

@media(max-width: 550px) {
    .box_cursos_main>.item {
        width: 100%;
    }
}