.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;
}
/*SECTION NOSOTROS*/
.sect_nosotros{
	padding: 50px 0;
}
.main_items_nosotros .card-header {
    padding: 0;
}
.main_items_nosotros .btn-link{
	width: 100%;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background: #00b9c2;
    font-weight: 700;
}
/*SECTION CONTADOR*/
.sect_contador{	
	background-image: url(../../../../public/img/fondo/banner_contacto.jpg);
	background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.sect_contador:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    background: #00375d;
    width: 100%;
    z-index: -1;
    height: 100%;
}
.h2_contador{
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.h5_contador{
	color: #fff;
    text-align: center;
    font-style: italic;
}
.box_icon{
	margin-top: 30px;
}
.box_icon .icon i{
	color: #00c2c0;
	text-align: center;
	font-size: 50px;
	display: block;
}
.box_icon p{
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 20px;
}
.box_icon h3{
	color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
}
@media(max-width: 991px){
	.box_icon h3 {
    	font-size: 18px;
	}
}
@media (max-width: 767px){
	.box_icon h3 {
	    font-size: 25px;
	}
	.h2_contador {
    	font-size: 23px;
	}
	.h5_contador {
    	font-size: 15px;
	}
}
@media (max-width: 500px){
	.box_icon h3 {
	    font-size: 14px;
	}	
}
/*SECTION PROFESORES*/
.sect_profesores{
	padding: 60px 0;
    padding-bottom: 100px;
}
.box_profesor{
	background: #ededed;
	padding: 20px;
}
.box_profesor img{
	width: 230px !important;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
.box_profesor .box_body h4{
	font-weight: 700;
    text-align: center;
    color: #000;
    margin-top: 20px;
}
.box_profesor .box_body h6{
	text-align: center;
}
.profesores .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: rgba(134, 79, 209, 0.7);
}
.profesores .owl-dots .owl-dot.active span,
.profesores .owl-dots .owl-dot:hover span {
    background: rgb(134, 79, 209);
}
.title_home{
	margin-bottom: 40px;
}
.h2_title_home {
    color: #000;
    text-align: center;
    font-weight: 900;
}
.h3_subtitle_home {
    color: #848484;
    text-align: center;
    font-size: 20px;
    font-style: italic;
}
.h2_title_home span {
    color: #005b9c;
}
@media(max-width: 500px){
	.box_profesor img {
    	width: 100% !important;
	}
}