/*
    Template Name    : College Education
	Description		 : Responsive Education Multi-purpose Template
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Raleway and Opensans
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. Callouts
9. About us home page
10. Team Wrapper
11. Satisfied-wrapper
12. Testimonials Wrapper
13. Pricing Wrapper
14. Home Courses
15. breadcrumb wrapper
16. Inner page Wrapper
17. Courses page
18. About Us Page
19. Coming Soon
20. 404 page
21. Login
22. Sign Up
23. Gallery Page
24. Contact Us
25. Footer styles
26. Copyrights Wrapper
27. Media Quires 

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons');
/*
================================================
2. Common CSS
================================================
*/
@media (min-width: 1200px) {
	.container {
	    width: 1200px;
	}
}
@media (min-width: 1280px) {
	.container {
	    width: 1280px;
	}
}

html {
	width: 100%;
	overflow-x: hidden;
}

.iframe {
	position: relative;
	width: 100%;
	text-align: center;
}
.iframe iframe {
	/*position: absolute;
	width: 100%;
	height: 100%;*/
}
.aboutus-box .iframe iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe .dummy {
	position: relative;
	padding-top: 56%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 16px;
	line-height: 1.57143;
	font-weight: 400;
	color: #727272;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 7px 22px 9px;
	z-index: 1;
}
ul, li {
	list-style: outside none none; 
	margin-left: 20px;
}

@media (max-width: 769px) {
	ul, li {
		margin-left: 0px;
	}	
}

.vinetashabilitadas ul, .vinetashabilitadas li {
	list-style: initial; 
	margin-left: 20px;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
.offset-top-30 {
	margin-top: 30px;
}
.offset-top-40 {
	margin-top: 40px;
}
.offset-top-60 {
	margin-top: 60px;
}
.inset-right-30 {
	padding-right: 30px;
}
.inset-left-30 {
	padding-left: 30px;
}
.space-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
div.title {
	text-align: center;
	margin: 0 0 50px;
	position: relative;
	padding: 0 0 5px;
}
div.title p {
	margin: 0 0 25px;
	padding: 0;
	color: #314773;
	font-size: 1.1em;
}
.title:before {
	background: #fa9929 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 230px;
}
.title:after {
	background: rgba(0, 0, 0, 0) url(../images/edu-icon.png) no-repeat scroll 0 0;
	bottom: -8px;
	color: #fa9929;
	content: "";
	font-size: 14px;
	height: 20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
	z-index: 9;
}
#scrollUp {
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000;
}
#scrollUp:after {
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 5%;
	opacity: 1;
	position: absolute;
	top: 100%;
	width: 90%;
	z-index: -1;
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.fix:after, .fix:before {
	content: "";
	display: table;
}
.fix:after {
	clear: both;
}
.text-box.padding-3 {
	padding: 30px;
}
.text-box.padding-4 {
	padding: 40px;
}
.text-box.padding-5 {
	padding: 50px;
}
.text-box.white {
	background-color: #fff;
}
.text-box {
	float: left;
	width: 100%;
}
.bg-light {
	background: #fcfcfc none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 10px 15px;
}
.marg-bot-10 {
	margin-bottom: 10px;
}
.marg-bot-40 {
	margin-bottom: 40px;
}
.marg-bottom-0 {
	margin-bottom: 0px !important;
}
.pad-bottom-0 {
	padding-bottom: 0px !important;
}
.left {
	float: left;
}
.md-13 {
	font-size: 13px;
}
.conetent-wrapper h2::after {
	background-color: #d4d4d4;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.conetent-wrapper h2 {
	color: #314773;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.conetent-wrapper .title {
	margin: 0 0 10px;
}
.bg-image {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.col-lg-15 {
	float: left;
	width: 20%;
}
.col-md-15 {
	float: left;
	width: 20%;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 3147733147739;
}
/*
================================================
4. Top Wrapper
================================================
*/
.white-popup-block {
    background: #FFF;
    padding: 40px 5%;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}

header {
	width: 100%;
	z-index: 99;
}
.top-wrapper {
	padding: 6px 0 10px;
}
.affix .top-wrapper {
	margin-top: -55px;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
.swingOutX {
	animation-name: none !important;
}
.top-wrapper ul {
	margin: 0;
}
.top-wrapper .top-wraper-left ul li:first-child {
	padding-left: 0;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 10px;
	transition: all 0.3s ease-in-out 0s;
}
.top-wraper-left ul li i {
	padding: 0 6px 0 0;
}
/*
================================================
5. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	padding: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
/*
================================================
6. Navigation
================================================
*/
.navbar-header {
	display: block;
}
.navbar-header .navbar-toggle {
	display: none;
}
.mainmenu-area {
	position: relative;
}
.mainmenu-area ul.nav.navbar-nav li a {
	color: #314773;
	text-transform: uppercase;
	display: inline-block;
	line-height: 2.3em;
	padding: 10px;
	position: relative;
	font-size: 0.9em;
	font-size: 1.1em;
}

.affix .mainmenu-area ul.nav.navbar-nav li a {
	padding: 2px;
}
.mainmenu-area ul.nav > li > a::after {
	bottom: 43px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 0;
}
.mainmenu-area ul.nav > li:hover > a:after {
	width: 21px
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
}
.mainmenu-area ul.nav.navbar-nav li a:hover, .mainmenu-area ul.nav.navbar-nav li.active {
	background: none;
}
.mainmenu-area ul.nav.navbar-nav li {
	display: inline-block;
	float: none;
	padding: 6px 0 0;
	padding: 0;
	margin: 0 15px;
}
.mainmenu-area ul.nav.navbar-nav li.naranja a {
	background: #ff7f21;
	color: white;
	border-radius: 4px;
}
.mainmenu-area ul.nav.navbar-nav > li a:hover, .mainmenu-area ul.nav.navbar-nav > li.active a{
	color: #fa9929;
}
.mainmenu-area ul.nav.navbar-nav > li.naranja a:hover, .mainmenu-area ul.nav.navbar-nav > li.naranja.active a{
	background: #004D91;
	color: white!important;
}
.mainmenu-area ul.nav > li.naranja:hover > a:after {
	display: none;
}
.nav>li>a>img {
    margin: 0 5px 4px;
}
nav li a span {
    margin-right: 5px;
}
.perfil {
    position: relative;
}
.perfil figure {
	vertical-align: middle;
	position: relative;
    height: 50px;
    display: inline-block;
}
.perfil figure span {
    position: absolute;
    background: #314773;
    color: white;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 19px;
    font-size: 0.85em;
    border-radius: 50%;
    top: 0;
    left: 75%;
}
.perfil figure img {
    height: 100%;
}
.perfil p {
	vertical-align: middle;
	color: #ff7f21;
    display: inline-block;
    margin: 0;
    font-size: 0.9em;
    padding-left: 10px;
    letter-spacing: 0.015em;
}
.perfil p span {
    display: block;
}
.mainmenu-area ul.nav.navbar-nav li.perfil p a {
    color: #314773;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    text-transform: capitalize;
}
.mainmenu-area ul.nav.navbar-nav li:first-child {
	padding: 0;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	display: flex!important;
    align-items: center;
    justify-content: space-between;
}

.navbar:before, .navbar:after {
	display: none!important;
}

.navbar-collapse {
	float: right;
	padding: 0;
	z-index: 2;
}
.navbar-brand {
	padding: 15px 0 17px;
	padding: 0;
    height: 85px;
}

.affix .navbar-brand {
    padding: 7px 0 10px;
    padding: 0;
    height: 50px;
}

.navbar-brand img {
	width: auto;
	height: 100%;
}
/* DropDown Menu Css */
ul.nav.navbar-nav li ul {
	left: 0;
	position: absolute;
	top: 250%;
	width: 200px;
	z-index: 314773;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out;
	background: none;
	padding: 0;
}
ul.nav.navbar-nav li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mainmenu-area ul.nav.navbar-nav li ul li {
	border-bottom: 1px solid #3a3a3a;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
	width: 100%;
}
.mainmenu-area ul.nav.navbar-nav li ul li a {
	background: #222 none repeat scroll 0 0;
	color: #fff;
	width: 100%;
	padding: 10px 15px 12px;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
	display: none;
}
.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
	border: 0px solid;
}
.mainmenu-area ul.nav.navbar-nav li ul li a:hover {
	background: #191919 none repeat scroll 0 0;
}
.mainmenu-area ul.nav.navbar-nav li ul li:after {
	bottom: -1px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
}
.mainmenu-area ul.nav.navbar-nav li ul li {
	padding: 0;
}
.mainmenu-area ul.nav.navbar-nav li a i {
	margin-left: 4px;
	position: relative;
	top: 0px;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.fade-carousel {
	position: relative;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #fff;
	width: 15px;
	height: 8px;
	border: none;
	transition: all 0.3s ease 0s;
	border-radius: 0;
}
.banner-wrapper .carousel-indicators {
	padding: 0 50% 0 60px;
	width: auto;
	left: 0;
	margin: 0;
	bottom: 10%;
}
.fade-carousel .carousel-indicators > li.active {
	width: 30px;
	height: 8px;
	border: none;
}
.fade-carousel .carousel-control.left, .fade-carousel .carousel-control.right {
	display: none;
}
.fade-carousel .hero:before {
	content: "";
	height: 100%;
	left: -18%;
	position: absolute;
	top: 0;
	transform: skewX(35deg);
	width: 60%;
	z-index: -1;
  	background: rgba(8, 82, 159, 0.65) none repeat scroll 0 0;
}
.hero {
	display: flex;
	height: 100%;
	left: 0;
	padding: 0 50% 0 60px;
	place-content: center;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 2;
    justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;	
}

.hero h1, .hero h3 {
	font-weight: 400;
    color: #fff;
    max-width: 600px;
}
.fade-carousel .carousel-indicators > li.active {
	background: #ff7f21;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.hero {
	justify-content: center;
}
}
.hero h1 {
	font-size: 3em;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.hero h3 {
	font-size: 1.3em;
	font-weight: 300;
	padding: 10px 0 0;
	text-transform: none;
}
/* Slides backgrounds */
.fade-carousel .carousel-inner .item {
	transition-property: opacity;
}
.fade-carousel .carousel-inner .item, .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right {
	opacity: 0;
}
.fade-carousel .carousel-inner .active, .fade-carousel .carousel-inner .next.left, .fade-carousel .carousel-inner .prev.right {
	opacity: 1;
}
.fade-carousel .carousel-inner .next, .fade-carousel .carousel-inner .prev, .fade-carousel .carousel-inner .active.left, .fade-carousel .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.fade-carousel .carousel-control {
	z-index: 2;
}
.fade-carousel .carousel-inner .item img{
width:100%;
height:auto;	
}
/*
================================================
8. Callouts
================================================
*/
.callouts-wrapper {
	padding: 75px 0 60px;
	width: 100%;
	float: left;
}
.callouts-wrapper h2 {
	color: #314773;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	position: relative;
}
.callouts-wrapper p {
	color: #314773;
	font-weight: 400;
	margin-bottom: 24px;
}
.callouts-wrapper h2 span {
	font-weight: 600;
}
.callouts-wrapper .callouts {
	text-align: center;
	background-color: #fff;
	float: left;
	padding: 20px 0;
	width: 100%;
	align-items: stretch;
	display: flex;
	flex-direction: column;
}
.callouts-box:before, .callouts-box:after {
	border: 1px solid #e5e7e9;
	content: "";
	height: calc(100% - 35px);
	pointer-events: none;
	position: absolute;
	transition: all 0.33s ease 0s;
	width: calc(100% - 35px);
}
.callouts-box.hover::before, .callouts-box.hover::after, .callouts-box:hover::before, .callouts-box:hover::after {
	height: 100%;
	width: 100%;
}
.callouts-box:before {
	border-width: 1px 0 0 1px;
	left: 0;
	top: 0;
}
.callouts-box:after {
	border-width: 0 1px 1px 0;
	bottom: 0;
	right: 0;
}
.callouts-box {
	align-items: center;
	cursor: default;
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding: 57px 40px 61px;
	position: relative;
	text-align: center;
	width: 100%;
}
.callouts-box .divider {
	margin: 13px auto;
	max-width: 100%;
	transition: all 0.33s ease 0s;
	height: 2px;
	width: 49px;
}
.callouts-box .box-header, .callouts-box .box-body {
	filter: blur(0px);
	position: relative;
	transition: all 0.33s ease 0s;
	will-change: transform;
}
.callouts-box:hover .box-body {
	transform: translateY(9px);
}
.callouts-box:hover .box-header, .callouts-box:hover .icon-box {
	transform: translateY(-9px);
}
.callouts-box.hover .divider, .callouts-box:hover .divider {
	width: 168px;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
	font-size: 30px;
	transition: all 0.33s ease 0s;
}
.callouts-wrapper .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	color: #314773;
}
.callouts-wrapper .callouts h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #314773;
	margin: 10px 0 0;
	position: relative;
}
/*
================================================
9. About us home page
================================================
*/
.about-wrapper {
	padding: 0;
	width: 100%;
	float: left;
	z-index: 0;
	position: relative;
}
.about-wrapper-inner {
	position: relative;
	z-index: 1;
}
.aboutus-box {
	display: flex;
	flex-flow: row-reverse nowrap;
	padding: 80px 30px 80px;
	background: #314773;
}
.aboutus-box .aboutus-box-image {
	display: block;
	flex-shrink: 0;
	text-align: center;
}
.aboutus-box .aboutus-box-body {
	flex-grow: 1;
	padding-right: 45px;
}
.aboutus-box .aboutus-box-body-content:before, .aboutus-box .aboutus-box-body-content:after {
	border-color: #fff;
}
.aboutus-box-body-content:before, .aboutus-box-body-content:after {
	border-color: #000;
	border-style: solid;
	content: "";
	height: 54px;
	position: absolute;
	width: 54px;
}
.aboutus-box-body-content:before {
	border-width: 1px 0 0 1px;
	left: 0;
	top: 0;
}
.aboutus-box-body-content:after {
	border-width: 0 1px 1px 0;
	bottom: 0;
	right: 0;
}
.aboutus-box-body-content {
	padding: 26px 60px 26px 63px;
	position: relative;
}
.aboutus-box h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}
.aboutus-box p {
	color: #fff;
}
.about-bg {
	bottom: 50px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50px;
	z-index: 0;
}
.special-text cite {
	color: #fff;
	font-size: 18px;
	margin: 0 0 25px;
	font-style: normal;
}
.special-text small {
	color: #666c84;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin-left: 8px;
}
.about-btn {
	margin: 30px 0 0;
	padding: 0 0 0 70px;
}
.about-btn .btn {
	border: 2px solid #fff;
	border-radius: 0;
}
.about-btn .btn {
	border-radius: 0;
}
/*
================================================
10. Team Wrapper
================================================
*/
.team-wrapper {
	padding: 74px 0 120px;
	width: 100%;
	float: left;
	text-align: center;
}
div.team-inner-wrapper {
	padding: 55px 0 30px;
}
div.team-inner-wrapper p {
	margin: 0 0 10px;
}
.team-inner-wrapper .team-wrap {
	padding: 0;
	margin: 0 0 90px;
}
.team-wrapper h2 {
	color: #314773;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
}
.team-wrapper .title {
	margin: 0;
}
.team-wrap {
	padding-bottom: 25px;
	margin: 60px 0 0;
}
.img-thumbnail, .thumbnail {
	box-shadow: none;
}
.thumbnail {
	background-color: transparent;
	border: medium none;
	border-radius: 0;
	margin: 0;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
.thumbnail-model {
	align-items: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	min-height: 300px;
	overflow: visible;
	padding: 30px 0 0;
	text-align: center;
}
.thumbnail-model {
	margin: 0;
	width: calc(100% - 22px);
}
.team-wrapper .thumbnail-model:before {
	background: rgba(43, 47, 64, 0.76) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.team-wrapper .thumbnail-model:hover::before {
	left: 0;
	right: 0;
	top: 0;
}
.team-wrapper .thumbnail-model:hover:before, .team-wrapper .thumbnail-model:hover .thumbnail-inner {
	opacity: 1;
	visibility: visible;
}
.thumbnail-model .thumbnail-image {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
figure {
	margin: 0;
}
.team-wrapper .thumbnail-model .thumbnail-image > img {
	height: auto;
	left: 50%;
	max-height: none;
	max-width: none;
	min-height: 100%;
	min-width: 101%;
	position: absolute;
	top: 20%;
	transform: translate(-50%, -20%);
	width: auto;
}
.team-wrapper .thumbnail-model:before {
	top: 40px;
}
.team-wrapper .thumbnail-model:before, .team-wrapper .thumbnail-model .thumbnail-inner {
	opacity: 0;
	transition: all 0.33s ease-out 0s;
	visibility: hidden;
}
.thumbnail-model .thumbnail-inner {
	padding: 65px 10px;
	position: relative;
	z-index: 2;
}
.team-wrapper .thumbnail-model .thumbnail-inner > * {
	position: relative;
	transform: translateY(14px);
	transition: all 0.4s ease-in-out 0s;
}
.team-wrapper .thumbnail-model:hover .thumbnail-inner > * {
	transform: translateY(0px);
}
.thumbnail-model .thumbnail-inner a {
	font-weight: 400;
	color: #fff;
}
.link-group i {
	display: inline-block;
	padding: 0 5px 0 0;
}
.thumbnail-model .text-header {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.thumbnail-model .thumbnail-caption {
	margin: 31px 17px -25px;
	padding: 10px 8px;
	position: relative;
	width: calc(100% - 34px);
	z-index: 3;
}
.thumbnail-model .thumbnail-caption {
	margin: 31px 17px -65px;
	width: calc(100% - 34px);
}
.thumbnail-model .thumbnail-caption * {
	color: #fff;
}
.thumbnail-model * + .divider {
	margin-top: 8px;
}
.divider {
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 49px;
}
.divider-md {
	height: 1px;
	width: 119px;
}
.thumbnail-model .text-caption {
	font-size: 16px;
}
.thumbnail-model .divider + * {
	margin-top: 8px;
}
/*
================================================
11. Satisfied-wrapper
================================================
*/
.satisfied-wrapper:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.satisfied-wrapper {
	padding: 56px 0 74px;
	width: 100%;
	float: left;
	z-index: 9;
	position: relative;
	text-align: center;
	background-image: url(../images/count-number-bg.png);
	background-repeat: repeat;
}
.satisfied-wrapper h2::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 150px;
}
.satisfied-wrapper h2 {
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	font-weight: bold;
}
.satisfied-wrapper h2 span {
	font-weight: 600;
	color: #314773;
}
.satisfied-wrapper .counter .number {
	color: #fff;
	font-size: 55px;
	font-weight: 700;
	margin: 0 auto;
	padding: 0;
}
.satisfied-wrapper .counter p::before {
	content: "";
	display: block;
	height: 3px;
	margin: 5px auto 15px;
	width: 30px;
}
.satisfied-wrapper .counter p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
}
/*
================================================
12. Testimonials Wrapper
================================================
*/
.testimonials-wrapper {
	margin: 0;
	padding: 75px 0 123px;
	width: 100%;
	float: left;
	text-align: center;
}
.testimonials-wrapper h2 {
	color: #314773;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
}
.testimonials-wrapper h2 span {
	color: #fff;
}
.testimonials-wrapper .item img {
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100px;
}
.testimonials-wrapper blockquote {
	border-left: none;
	margin: 0;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 30px;
	margin: 0 0 20px;
}
.testimonials-wrapper p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 15px;
	padding: 15px;
	text-align: center;
}
.testimonials-wrapper .item {
	text-align: center;
}
.testimonials-wrapper h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.testimonials-wrapper h4 {
	color: #777;
	letter-spacing: 1px;
}
.testimonials-wrapper .carousel-control.left, .testimonials-wrapper .carousel-control.right {
	display: none;
}
.testimonials-wrapper .carousel-indicators {
	bottom: -60px;
}
.testimonials-wrapper .carousel-indicators li {
	border: none;
	background: #eee;
}
/*
================================================
13. Pricing Wrapper
================================================
*/
.pricing-wrapper-main {
	background: #f5f5f5;
	clear: both;
	float: left;
	padding: 80px 0 68px;
	position: relative;
	width: 100%;
	z-index: 9;
	text-align: center;
}

@media (max-width: 1024px) {
.pricing-wrapper-main {
	background-attachment: scroll;
}
}
.pricing-wrapper-main .title h2::after {
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 15px;
	width: 180px;
}
.pricing-wrapper-main h2 {
	color: #333;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.pricing-wrapper-main h2 span {
	font-weight: 600;
}
.pricing-wrapper-main .pricing-table.featured {
	border: 2px solid #232323;
	background: #232323;
}
.pricing-wrapper-main .pricing-table.featured h2, .pricing-wrapper-main .pricing-table.featured h3 {
	color: #fff;
}
.pricing-wrapper-main .pricing-table {
	padding: 20px;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #fff;
	transition: all 500ms ease-in-out 0s;
	background: #fff;
	margin: 0 0 40px;
}
.pricing-wrapper-main .pricing-table .pricing-table-details {
	margin-top: 30px;
	letter-spacing: 1px;
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul li {
	margin-bottom: 10px;
	background: #fcfbfb;
	color: #777;
	padding: 8px 0;
}
.pricing-wrapper-main .pricing-table.featured .pricing-table-details ul li {
	background: #292929;
	color: #bbb;
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul li:before {
	content: "";
}
.pricing-wrapper-main .pricing-table .pricing-table-details ul li strong {
	font-weight: 600;
}
.pricing-wrapper-main .pricing-table .pricing-table-cta {
	margin: 25px 0 -50px;
}
.pricing-wrapper-main .pricing-table .pricing-table-cta a {
	border: medium none;
	border-radius: 15px;
	color: #fff;
	font-size: 18px !important;
	padding: 7px 0 10px;
	transition: all 0.6s ease 0s;
	width: 100%;
	margin: 0;
}
.pricing-wrapper-main .pricing-table .pricing-table-cta a:hover {
	color: #fff;
	background: #314773;
}
.pricing-wrapper-main .pricing-table.featured .pricing-table-cta a {
	color: #fff;
}
.pricing-wrapper-main .pricing-table.featured .pricing-table-cta a:hover {
	color: #222;
	background: #fff;
}
/*
================================================
14. Home Courses
================================================
 */
.course-wrapper {
	margin: 0;
	padding: 55px 0 16px;
	width: 100%;
	float: left;
}
.course-wrapper h2 {
	color: #314773;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 2.2em;
}
.single-item-image a {
	display: inline-block;
}
.single-item-image {
	overflow: hidden;
	position: relative;
	text-align: center;
	top: -35px;
}
.single-item-image.overlay-effect img {
	width: 100%;
}
.overlay-effect a {
	position: relative
}
.overlay-effect a:before {
	background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	width: 100%;
}
.single-item:hover .overlay-effect a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.single-item {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 0 35px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 80px;
}
.single-item:hover {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.single-item-text h4 {
	font-size: 20px;
	padding-top: 7px;
}
.single-item-text h4 a, .single-item-text h4 {
	color: #314773;
	font-weight: 600;
	/*height: 3.5em;*/
	overflow: hidden;
}
.single-item.curso .single-item-text h4 a {
    color: #90dc96;
}
.single-item {
  background: #f6f6f6;
}
#cursos {
    padding-top: 10em;
}
#cursos .col-md-6 {
    margin-bottom: 50px;
}
#cursos .col-sm-8 {
    padding: 0 5%;
}
#cursos .col-sm-4 {
    padding: 2em 2.6%;
}
.single-item.curso .button-default {
  background: #90dc96;
}
.single-item.curso {
    border-bottom: 3px solid #90dc96;
}
.single-item.carrera .single-item-text h4 a {
    color: #8fd5db;
}
.single-item.carrera .button-default {
  background: #8fd5db;
}
.single-item.carrera {
    border-bottom: 3px solid #8fd5db;
}
.single-item-text-info span {
	color: #314773;
	margin-right: 11px;
}
.single-item-text-info span span {
	color: #314773;
	font-weight: 600;
}
.single-item-text > p {
	color: #314773;
	height: 12.5em;
    overflow: hidden;
}
.single-item-content {
	margin-bottom: 44px;
	overflow: hidden;
	padding-top: 21px;
}
.single-item-text-info {
	margin-bottom: 18px;
	padding-top: 5px;
}
.single-item-comment-view span {
	color: #314773;
	display: inline-block;
	font-size: 12px;
	margin-right: 17px;
}
.single-item-text-info span.block {
	display: block;
}
.single-item-comment-view span:last-child {
	margin-right: 0
}
.single-item-comment-view > span i {
	font-size: 14px;
	margin-right: 8px;
}
.single-item-comment-view, .single-item-rating {
	display: inline-block;
}
.single-item-rating {
	color: #3d517b;
	float: right;
	font-size: 12px;
}
.single-item-rating i {
	margin-left: 3px;
}
.single-item .button-default {
	border-radius: 0;
	color: #fff;
	margin: 0;
	padding: 14px 25px 12px;
    text-transform: uppercase;
    font-size: 0.9em;

}
.button-bottom {
	margin-bottom: -19.5px;
	text-align: center;
}
.single-item:hover .button-default {
	background: #314773 none repeat scroll 0 0;
}
.button-large.button-default {
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
	font-size: 18px;
	margin-top: 83px;
	padding: 12px 18px;
	text-transform: capitalize;
}
.shortcode .button-large.button-default {
	margin-top: 40px
}
.button-default.button-large:hover {
	background: #314773 none repeat scroll 0 0;
}
.button-large.button-default i {
	font-size: 28px;
	line-height: 20px;
	margin-left: 11px;
	position: relative;
	top: 4px;
}
#buscador {
	background: #90dc96;
}
#buscador.carrera {
	background: #8fd5db;
}
#buscador input {
    font-size: 2.6em;
    background: none;
    margin: 1em 5%;
    font-weight: 500;
    padding: 0 12px;
    letter-spacing: -0.02em;
    border: none;
    border-left: 2px solid white;
    color: white;
    width: 70%;
}
#buscador input:focus {
	outline: none;
}
#buscador input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#buscador input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#buscador input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#buscador input:-moz-placeholder { /* Firefox 18- */
  color: white;
}
#buscador a {
    position: absolute;
    right: 5.3%;
    top: 2.7em;
}
/******* Courses single  **********/
#curso .sidebar {
    padding-top: 7em;
}
#resumen {
    padding: 17px 6.4%;
}
.profesor figure {
    width: 55px;
    height: 55px;
    background-size: cover!important;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
#resumen span {
	color: #314773;
	display: inline-block;
	vertical-align: middle;
}
#resumen span strong {
	display: block;
	font-size: 1.05em;
	margin: 1px 0;
}
.profesor {
    display: inline-block;
}
.profesor:last-child {
    margin-right: 0;
}
#curso {
	padding: 0;
}
#categoria {
    border: 1px solid #eef1f6;
    border-top: none;
    border-bottom: none;
}
#categoria p {
    margin: 0;
    padding: 4px;
}
#buscador h1 {
    color: white;
    padding: 23px 4.6% 13px;
    letter-spacing: -0.015em;
}
#data .single-item-content {
    margin: 0;
    padding: 0;
}
#data .single-item-rating {
    display: block;
    float: none;
    padding: 7px 0 0;
}
#data .single-item-comment-view {
    display: block;
    padding: 0 4px;
}
.single-course-details {
	margin-bottom: 17px;
	padding: 11px 0;
}
.course-details-content a img {
	margin-left: 1%;
	width: 98%;
	height: auto;
	margin-bottom: 1.7em;
}
.course-details-content {
    padding: 0 2% 0 6.4%;
    padding: 0 0 0 6.4%;
}
.single-course-details .single-item-text h4 {
    font-size: 2.5em;
    font-weight: 500;
/* 	height: 2em; */
}
.course-text-content {
    padding: 3px 2px;
}
.single-course-details .single-item-text-info {
	margin-bottom: 23px;
}
.course-text-content p:first-child {
	margin-bottom: 21px;
}
.single-course-details .course-text-content p {
    margin-bottom: 0;
}
.single-course-details .single-item-content {
	margin-bottom: 0;
	padding-top: 31px;
}
.duration-title {
	color: #ffffff;
	font-size: 18px;
}
.course-duration .text {
	display: block;
	padding: 15px 0;
}
div.duration-text .text {
	background: #f7f7f7;
	color: #4c4c4c;
}
.course-duration .text span {
	display: inline-block;
	text-align: center;
	width: 40%;
}
.course-duration .text span.text-right {
	border: 0 none;
	display: inline-block;
	float: right;
	padding: 0;
	text-align: center;
	width: 60%;
}
.comments {
	color: #4c4c4c;
	overflow: hidden;
	padding: 78px 15px 20px 0;
}
.comments h4.title:before {
	display: none;
}
.comments h4.title {
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 27px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 600;
}
.comments h4.title:after {
	bottom: 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 73px;
}
.single-comment {
	margin-bottom: 31px;
	overflow: hidden;
}
.author-image {
	border: 2px solid #eaeaea;
	border-radius: 2px;
	float: left;
	height: 67px;
	margin-right: 23px;
	width: 67px;
}
.comment-text {
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 8px;
}
.author-info > h4 {
	display: inline-block;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
}
.author-info > h4 a {
	font-weight: 600;
}
.comment-time, span.reply {
	float: right;
	line-height: 22px;
}
span.comment-time {
	padding-right: 3px;
	position: relative;
}
.comment-text > p {
	line-height: 20px;
	padding-top: 5px;
}
.single-comment.comment-reply {
	padding-left: 131px;
}
.comments .single-comment:last-child {
	margin-bottom: 0;
}
.course-details-content .single-item-text {
    padding: 14px 5px;
}
.course-details-content .single-item-content {
	padding: 0 20px 0 0;
}
#curso .sidebar {
    max-width: 360px;
}
.widget-categories.caracteristicas {
    border: 1px solid #ccd3e3;
    padding: 15px;
}
.widget h5.widget-title.otro {
	position: relative;
    border: none;
    letter-spacing: -0.01em;
}
.widget h5.widget-title.otro:after {
	content: "";
    width: 60px;
    height: 2px;
    background: #8fdb95;
    position: absolute;
    left: 4%;
    bottom: -18px;
}
.widget-categories.caracteristicas ul {
    padding: 0.6em 6.5%;
    font-size: 1.1em;
    letter-spacing: -0.04em;
}
.widget-categories.caracteristicas ul .fa {
    font-size: 1.4em;
    margin-right: 6.5%;
    vertical-align: middle;
}
.sidebar .widget-categories.caracteristicas ul li {
    border-bottom: 1px solid #dde2ec;
    padding: 12px 0;
    margin-bottom: 0;
}
.caracteristicas strong {
    font-weight: 500;
}
.caracteristicas button, #unidades button {
    background: #90dc96;
    border: none;
    display: block;
    margin: 20px auto;
    padding: 17px 25px 14px;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    border-radius: 3px;
    color: white;
}
#unidades button {
	margin: 40px 0 20px;
}
button.pagarBloque{
	margin: 10px 0px 0px 0px!Important;
}

.pagarBloqueDisabled{
	margin: 10px 0px 0px 0px!Important;
	background: #c4c9ca!Important;
}
.sidebar .widget.related {
    border-bottom: none;
}
.widget.widget-categories.related {
    margin-top: 2.5em;
    padding: 1em 5%;
}
.related .single-item {
	padding: 0 20px;
    margin-top: 82px;
}
.widget-categories .single-item-content .fa, .carrera .widget-categories .single-item-content .fa {
    color: #3d517b;
}
#unidades {
    padding: 0 0.7%;
}
#unidades ol li {
	list-style: decimal;
}
#unidades h4, #participa h4, #ficha h4, #mensajes > h4, #faqs h4, #contacto h4 {
	color: #3d517b;
    text-transform: none;
    font-weight: 500;
    font-size: 1.7em;
    position: relative;
    letter-spacing: -0.01em;
    margin-bottom: 1.2em;
}
#unidades h4 small, #mensajes h4 small {
    color: inherit;
    font-size: 0.7em;
    font-weight: 500;
    vertical-align: text-top;
    line-height: 2em;
    letter-spacing: 0.01em;
}
#unidades h4:after, #ficha h4:after, #mensajes > h4:after, #faqs h4:after, #contacto h4:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #8fdb95;
    position: absolute;
    left: 1px;
    bottom: -15px;
}
#ficha h4:after, #mensajes > h4:after, #faqs h4:after, #contacto h4:after {
	background: #ff7f21;
}
#unidades_carrera ul {
    padding-left: 7%;
    border-top: 1px solid #dde2ec;
    clear: both;
}
#unidades .unidad {
    color: #314773;
    clear: both;
    padding: 6px 0;
    border-bottom: 1px solid #dde2ec;
}
#unidades .unidad:last-child {
	position: relative;
    border: none;
}
#unidades .unidad:last-child:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #8fdb95;
    position: absolute;
    left: 1px;
    bottom: -10px;
}
#unidades ul ul .unidad:last-child:after {
    display: none;
}
#unidades.curso .numero, #unidades.curso .profesor, #unidades.curso .fa {
    color: #8fdb95;
}
#unidades .numero, #unidades .profesor, #unidades .fa {
    vertical-align: middle;
}
#curso #unidades .fa.hecho {
    opacity: 0;
    color: #364b76;
    font-size: 1.4em;
    margin-left: 1.5%;
   	width: 1.1em;
}
a.mando {
    float: right;
    color: #ff7f21;
    margin: 0.5em 1% 0.4em;
    font-size: 1.2em;
    line-height: 1.4em;
    border: 1px solid #ff7f21;
    width: 1.6em;
    border-radius: 50%;
    text-align: center;
    height: 1.6em;
}
a.mando .fa {
    color: inherit!important;
}
#curso #unidades .fa.hecho.visible, #curso #unidades .fa.hecho.actual {
	opacity: 1;
}
#curso #unidades .fa.hecho.actual {
	color: #ff7f21;
}
#unidades.curso .numero, .carrera #unidades.curso .titular {
    font-size: 1.7em;
    width: 3em;
    display: inline-block;
}
.carrera #unidades.curso .titular {
    width: auto;
    margin-right: 7px;
}
#unidades .fa.tipo {
    font-size: 1.3em;
    width: 1.5em;
}
#unidades .profesor {
	vertical-align: middle;
    float: right;
    margin: 0;
}
#unidades .profesor figure {
    width: 39px;
    height: 39px;
    margin-right: 0;
}
#unidades .profesor span {
    margin-right: 11px;
}
#comentarios {
    background: #f6f6f6;
    margin-top: 70px;
}
#comentarios .comentarios {
    padding: 2.5em 5.5%;
    color: #3d517b;
}
#comentarios h5 {
    font-size: 1.5em;
    padding: 0 2px;
    letter-spacing: -0.025em;
}
#comentarios h5 a {
    margin-left: 1.3%;
    color: #fa9929;
    font-size: 0.7em;
    letter-spacing: 0.01em;
    vertical-align: middle;
}
.author figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover!important;
}
.author, .comment-text {
	vertical-align: top;
    display: inline-block;
}
.author {
    margin-top: 5px;
}
.single-comment {
    padding: 2.2em 0.5% 3em;
    border-bottom: 2px solid #e3e6ed;
    margin-bottom: 2em;
}
.comment-text {
    padding: 10px 2.5%;
}
.single-comment h6 {
    font-size: 1.1em;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
    font-weight: 500;
}
.single-comment span.time {
    font-size: 1.1em;
    letter-spacing: -0.01em;
}
.single-comment .profesor h6, .single-comment .profesor .time {
    color: #ff7f21;
}
.author-info.profesor {
    margin: 0;
}
#comentarios .comment-text p {
	margin: 0;
	font-weight: 500;
	font-size: 1.1em;
    padding: 1em 0;
    letter-spacing: -0.01em;
    max-width: 650px;
    line-height: 1.4em;
}
#porcentaje {
	position: relative;
}
#maxed {
	position: relative;
	width: 70%;
	max-width: 160px;
    margin: auto;
    margin-bottom: 3.5em;
}
#porcentaje .dummy {
	padding-top: 100%;
}
#porcentaje .rs-control {
	position: absolute;
	top: 0;
}
#porcentaje .rs-control, #porcentaje .rs-readonly {
	width: 100%!important;
    height: 100%!important;
    margin-top: 9px;
    z-index: 3;
}
.rs-control .rs-range-color {
    background-color: #90dc96;
}
.rs-control .rs-path-color {
    background-color: #c8f7cb;
}
.rs-control .rs-handle {
	background: #90dc96;
}
.carrera .rs-control .rs-range-color {
    background-color: #8fd5db;
}
.carrera .rs-control .rs-path-color {
    background-color: #bbecf0;
}
.carrera .rs-control .rs-handle {
	background: #8fd5db;
}
.rs-control .rs-bg-color {
    background-color: white;
}
#porcentaje .rs-border {
	border: none;
}
.rs-handle.rs-move {
	color: white;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.7em;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    padding: 6%;
}
.rs-handle.rs-move:before {
    content: "\f061";
}

span.rs-tooltip.rs-tooltip-text.edit {
    font-family: "Roboto", sans-serif;
    color: #90dc96;
    margin: 0!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 2.1em;
    font-weight: bold;
    line-height: 0.8em;
    padding-top: 37%;
    z-index: 3;
}
span.rs-tooltip small {
    display: block;
    font-weight: 400;
    font-size: 0.4em;
}
.carrera .widget h5.widget-title.otro:after, .carrera .caracteristicas button, .carrera #unidades button, .carrera #unidades h4:after, .carrera #unidades .unidad:last-child:after {
    background: #8fd5db;
}
.carrera .widget-categories .fa, .carrera span.rs-tooltip.rs-tooltip-text.edit, .carrera #unidades.curso .numero, .carrera #unidades.curso .profesor, .carrera #unidades.curso .fa, .carrera #unidades.curso .titular {
	color: #8fd5db;
}
/*
================================================
15. breadcrumb wrapper
================================================
 */
.breadcrumb-banner-wrapper:after {
	background: #314773;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0.8;
	width: 100%;
	z-index: -1;
}
.breadcrumb-banner-wrapper {
	background: url(https://placeholdit.imgix.net/~text?txtsize=60&bg=000&txtclr=fff&txt=1280%C3%97220&w=1280&h=220) no-repeat scroll 0 0;
	color: #ffffff;
	padding: 100px 0;
	position: relative;
	background-size: cover;
	float: left;
	width: 100%;
	z-index: 2;
}
.breadcrumb-text h1:after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 29px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 2px;
}
.breadcrumb-text h1 {
	font-size: 36px;
	padding-bottom: 51px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-bar .breadcrumb {
	background: none;
	line-height: 12px;
	margin-bottom: 0;
	padding: 15px 0 0;
}
.breadcrumb-bar li {
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	margin: 0 10px 0 17px;
	position: relative;
	text-transform: uppercase;
}
.breadcrumb.text-left li {
	margin-left: 0;
	margin-right: 34px;
}
.breadcrumb.text-right li {
	margin-right: 0;
	margin-left: 34px;
}
.breadcrumb-banner-wrapper ul li:first-child::before {
	display: none;
	font-size: 0;
}
.breadcrumb-banner-wrapper ul li::before {
	color: #fff;
	content: "\f105";
	font-family: fontawesome;
	font-size: 12px;
	font-weight: normal;
	left: -22px;
	line-height: normal;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}
.breadcrumb-bar a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
/*
================================================
16. Inner page Wrapper
================================================
 */
.inner-page-wrapper {
	padding: 50px 0;
	float: left;
	width: 100%;
}
.inner-page-wrapper p {
	font-size: 15px;
	margin: 0 0 20px;
}
.inner-page-wrapper h2 {
	font-weight: 600;
}
/*
================================================
17. Courses page
================================================
 */
.course-wrapper {
	padding: 74px 0 15px;
}
/******* .course-grid-sidebar *******/
.course-wrapper .sidebar {
	margin-top: -35px;
}
.sidebar .widget {
	position: relative;
}
.widget .widget-title {
	position: relative;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 54px;
	padding-top: 7px;
}
.widget h5.widget-title {
    color: #3d517b;
    text-transform: none;
    font-weight: 500;
    font-size: 1.7em;
    border-left: 3px solid #8fdb95;
    padding: 1px 10px;
    margin-top: 6px;
    margin-bottom: 0.9em;
}
.categorias.widget h5.widget-title {
	color: #8fdb95;
}
// .widget .widget-title:before {
// 	position: absolute;
// 	left: 0;
// 	bottom: -18px;
// 	content: "";
// 	width: 35px;
// 	height: 1px;
// 	background-color: #333;
// }
.sidebar .widget {
    margin-bottom: 26px;
    border-bottom: 1px solid #dde2ec;
    padding-bottom: 11px;
}
.sidebar .widget li {
	// border-bottom: 1px solid #e5e5e5;
	color: #3d517b;
	padding: 0 0 0 3px;
    margin-bottom: 9px;
}
.sidebar .widget li a {
	color: inherit;
}
.sidebar .widget li:first-child {
	padding-top: 0;
}
.sidebar .widget li:last-child {
	border-bottom: none;
}
.sidebar .widget ul.flat-socials li {
	border-bottom: none;
	padding: 0 17px 0 0;
}
.sidebar .widget ul.flat-socials li a {
	padding: 0;
}
.sidebar .widget ul.flat-reviews li {
	border-bottom: none;
	padding: 0;
}
.widget-categories ul {
    padding: 0 3%;
}
.widget-categories .fa {
    color: #8fdb95;
    font-size: 1.2em;
    margin-right: 7px;
}
.sidebar .widget.profesores {
    border: none;
}
.widget.profesores figure {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: cover!important;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 9px;
}
#cursos nav {
	clear: both;
}
.pagination {
	-webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pagination>li {
	margin: 5px;
}
.pagination>li>a, .pagination>li>span {
	color: #44577f;
	font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
}
li.page-item.disabled {
    display: none;
}
.pagination>.active>a {
	background-color: #ff7f21;
    border-color: #ff7f21;
}
/* Widget-teacher */
.sidebar .widget.widget-teacher {
	margin-bottom: 52px;
}
.widget-teacher ul li .thumb img {
	border-radius: 50%;
}
.widget-teacher .text-teacher p {
	color: #666;
	margin-bottom: 28px;
}
.sidebar .widget .teacher-news li {
	position: relative;
	float: left;
	display: block;
	margin-bottom: 18px;
	padding-bottom: 19px;
}
.widget.widget-teacher .widget-title {
	margin-bottom: 41px;
}
.widget.widget-teacher .text-teacher {
	padding-right: 10px;
}
.widget .teacher-news li .thumb {
	float: left;
	margin-right: 10px;
	max-width: 100px;
}
.widget .teacher-news li .text {
	float: left;
	color: #666;
	margin-bottom: 17px;
	padding-right: 1px;
	margin-right: 30px;
}
.widget .teacher-news li .text a {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 6px;
	display: block;
	margin-bottom: 5px;
}
.widget .teacher-news li .text a:hover {
	color: #ffaa30;
}
.widget .teacher-news li .text p {
	color: #666;
	margin-bottom: 0;
}
.widget .teacher-news .flat-socials li {
	padding-right: 15px;
	margin-bottom: 0;
}
.sidebar .widget .teacher-news li:last-child {
	margin-bottom: 0;
}
/*
================================================
18. About Us Page
================================================
 */
.about-us-wrapper {
	padding: 50px 0;
}
.about-text-container p span {
	color: #666;
	font-weight: 600;
}
.about-img img {
	border: 1px solid #eee;
	height: auto;
	max-width: 100%;
	padding: 25px;
}
/*
================================================
19. Coming Soon
================================================
*/
.comming-soon-wrapper .logo {
	text-align: center;
	padding: 20px 0;
}
.comming-soon .logo-bar {
	text-align: center;
	padding: 20px 0;
}
.comming-soon-wrapper {
	background: #333;
	float: left;
	width: 100%;
}
.comming-soon-wrapper .inner-page-wrapper {
	background: none;
}
.comming-soon .cmg-bg {
	border: medium none;
	float: left;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}
.comming-soon h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 40px;
	padding: 12px 0 12px;
}
.comming-soon p {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.comming-soon .subscirbe {
	border-radius: 10px;
	padding: 10px;
}
.comming-soon .count-down {
	margin-bottom: 45px;
}
.comming-soon .subscirbe p.sub {
	margin: 0;
	font-size: 500;
}
.count-down .countdown-row {
	width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	width: 23%;
	background-color: rgba(34, 34, 34, 0.8);
	margin: 0 0 0 2%;
	padding: 40px 0 32px;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
	width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
	width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
	width: 100%;
}
.count-down .countdown-row .countdown-section {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 40px;
	margin: 0;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	line-height: 22px;
}
.count-down .countdown-row .countdown-period {
	font-size: 18px;
	color: #aaa;
}
/* Newsletter Subscribe  */
.subscirbe .form {
	border-radius: 7px;
	padding: 6px 6px 6px 0;
}
.subscirbe .sub {
	color: #fff;
	font-size: 16px;
	padding: 0 0 10px;
	text-align: center;
}
.subscirbe .sub span {
	color: #fff;
	font-weight: 600
}
.subscirbe .form input.form-control {
	background: #000;
	border: none;
	border-radius: 0;
	color: #fff!important;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 0 0 17px;
	padding: 0 0 0 3%;
	text-align: left;
	width: 70%;
	float: left
}
.subscirbe .form input.bttn {
	background: #222;
	border: none;
	border-radius: 0 4px 4px 0;
	color: #314773;
	cursor: pointer;
	float: left;
	font-size: 16px;
	margin: 0 0 0 -2px;
	padding: 6px 10px 8px;
	text-align: center;
	width: 30%;
}
/*
================================================
20. 404 page
================================================
 */
.oops {
	padding: 30px 0;
}
.oops i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	margin: 0 0 20px;
	color: #fff;
	font-size: 80px;
}
.inner-page-wrapper .oops h2 {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 60px;
}
.oops .btn-home {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #333;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: normal;
	padding: 8px 34px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
.oops .btn-home:hover, .oops .btn-home:focus {
	color: #fff;
	text-decoration: none;
}
/*
================================================
21. Login
================================================
*/
.login form .form-group {
	display: inline-block;
	width: 100%;
}
.login form .form-group input{
	color: #333;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-left: 2%;
	width: 84%;
	margin: 0;
	float: left;
	border-radius: 0 6px 6px 0;
	background: #fff;
	border:solid 1px #ccc;
	border-left:none;
}
.login form .form-group i {
	float: left;
	width: 16%;
	background: #ededed;
	height: 50px;
	line-height: 50px;
	color: #000000;
	text-align: center;
	font-size: 18px;
	border-radius: 6px 0 0 6px;
	padding: 0;
	margin: 0;
	border:solid 1px #ccc;
	border-right:none;
}
.login form .form-group span {
	float: left;
	width: 16%;
	background: #ededed;
	height: 50px;
	line-height: 50px;
	color: #666666;
	text-align: center;
	font-size: 16px;
	border-radius: 6px 0 0 6px;
	padding: 0;
	border:solid 1px #ccc;
	border-right:none;
}
/* Checkbox styling */
.login form [type="checkbox"]:not(:checked), .login form [type="checkbox"]:checked {
	position: absolute;
	left: -3147739px;
}
.login form [type="checkbox"]:not(:checked) + label, .login form [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}
/* checkbox aspect */
.login form [type="checkbox"]:not(:checked) + label:before, .login form [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: solid 1px #202020;
	border-radius: 50%;
}
/* checked mark aspect */
.login form [type="checkbox"]:not(:checked) + label:after, .login form [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 8px;
	left: 5px;
	font-size: 12px;
	line-height: 0.8;
	color: #000;
	transition: all .2s;
}
/* checked mark aspect changes */
.login form [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.login form [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.login form .forget-password a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.login form .btn {
  border: 0 none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.login .new-account {
	border-left: 1px solid #e6e6e6;
	padding:0 0 0 35px;
}
.login .new-account h3 {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.login .new-account h3 span {
	font-size: 15px;
	text-transform: capitalize;
}
.login .new-account ul {
	margin: 0;
	padding: 0;
}
.login .new-account ul li {
	list-style: none;
	padding: 0 0 15px 0;
	color: #000000;
	font-size: 14px;
	margin: 0;
}
.login .new-account ul li i{
	padding:0 10px 0 0;
}
.login  .new-account a {
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 4px;
	margin: 10px 0 0 0;
}
.login .new-account a {
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/*
================================================
22. Sign Up
================================================
*/
.login .new-account.reg h3 strong {
  font-weight: 400;
  text-transform: uppercase;
}
/*
================================================
23. Gallery Page
================================================
 */
/** Gallery section **/
.gallery-section .gallery-content {
	width: 100%;
	float: left;
}
.gallery-section .gallery-caption {
	list-style-type: none;
	margin: 0;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.gallery-section .gallery-caption:hover img {
	opacity: 1;
}
.gallery-section .gallery-caption .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
	-ms-transition: all .45s ease-in-out;
	transition: all .45s ease-in-out;
}
.gallery-section .gallery-caption:hover .caption {
	opacity: 1;
}
.gallery-section .gallery-caption img {
	margin: 0;
	padding: 0;
	float: left;
	z-index: 4;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 100%;
}
.gallery-section .gallery-caption .blur {
	background-color: rgba(0,0,0,.65);
	z-index: 5;
	position: absolute;
	padding: 30px;
}
.gallery-section .gallery-caption .caption-text h1 {
	font-size: 18px;
	font-family: "Oswald";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.889;
	text-align: right;
	right: 40px;
	letter-spacing: 4px;
}
.gallery-section .gallery-caption .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	text-align: center;
}
.gallery-section .gallery-caption .caption-text .gallery_caption_text span {
	font-family: Oswald, sans-serif;
	letter-spacing: 5px;
	font-weight: 400;
	position: absolute;
	bottom: 5%;
	right: 10%;
	color: #585745;
	font-size: 11px;
	font-family: "Oswald";
	color: rgb(238, 238, 238);
	text-transform: uppercase;
	line-height: 3.091;
	text-align: right;
	position: absolute;
}
.gallery-section .gallery-caption .caption-text .gallery_caption_icon span.fa-search {
	border-style: solid;
	border-width: 5px;
	border-color: #444;
	opacity: .9;
	width: 69px;
	height: 69px;
	position: absolute;
	top: 43%;
	display: inline-table;
	padding: 20px;
	right: 40%;
	left: auto;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 7px #222;
	-moz-box-shadow: 0 0 5px 7px #222;
	box-shadow: 0 0 5px 7px #222;
	background: #333;
	font-size: 24px;
	color: #fff;
	line-height: 1.083;
	text-align: right;
}
.gallery-section .owl-nav {
	text-align: center;
	float: left;
	width: 100%;
}
.gallery-section .owl-prev {
	width: 50%;
	text-align: right;
	float: left;
}
.gallery-section .owl-next {
	width: 50%;
	text-align: left;
	float: left;
}
.gallery-section .owl-nav .gallery_prev_div {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(225, 225, 225);
	background-color: rgba(225, 225, 225, 0);
	opacity: 0.75;
	width: 100px;
	height: 42px;
	padding: 8px;
	margin-right: 20px;
	text-align: left;
	float: right;
}
.gallery-section .owl-nav .gallery_prev_div .fa {
	margin-left: 5px;
	margin-right: 10px;
}
.gallery-section .owl-nav .gallery_next_div {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(225, 225, 225);
	background-color: rgba(225, 225, 225, 0);
	opacity: 0.75;
	width: 100px;
	height: 42px;
	padding: 8px;
	margin-right: 20px;
	text-align: right;
	float: left;
}
.gallery-section .owl-nav .gallery_next_div .fa {
	margin-right: 5px;
	margin-left: 10px;
}
.gallery-section .owl-stage-outer {
	margin-bottom: 30px;
}
/*
================================================
24. Contact Us
================================================
 */
.contact-wrapper {
	padding: 60px 0 0;
	float: left;
	width: 100%;
	background: #f6f6f6;
    margin-top: -50px;
    padding-top: 110px;
    padding-bottom: 70px;
}
fieldset.contact-wrapper {
    padding: 40px 5%;
}
fieldset.contact-wrapper button {
    margin: auto;
    display: block;
}
input.form-item {
    border-radius: 0;
    border: none;
}
fieldset .form-item {
    font-size: 1.3em;
    height: 45px;
}
.olvide {
    font-size: 0.9em;
}
.olvide>a {
    color: #314773;
    text-decoration: underline;
}
.olvide hr {
    margin: 10px auto;
    width: 65%;
    border-color: #314773;
    opacity: 0.3;
}
.olvide p {
    color: #314773;
}
.olvide p a {
	color: #ff7f21;
	text-decoration: underline;
}
.contact-text-container .form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
	border: none;
	color: #314773!important;
	resize: none;
}
.form-item::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #314773;
}
.form-item::-moz-placeholder { /* Firefox 19+ */
  color: #314773;
}
.form-item:-ms-input-placeholder { /* IE 10+ */
  color: #314773;
}
.form-item:-moz-placeholder { /* Firefox 18- */
  color: #314773;
}
.contact-text-container textarea.form-item {
	height: 130px;
}
.contact-wrapper .btn {
	border-radius: 0;
	color: #fff;
}
button[type="submit"] {
    text-transform: uppercase;
    padding: 10px 15px 7px;
}
button[type="submit"] .fa {
    margin-right: 5px;
}
/******** contact social icons *******/
.contact-social ul {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
.contact-social ul li {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}
.contact-social ul li i {
	padding: 0 8px 0 0;
}
.contact-text-container {
	margin: 0 0 25px;
}
div#google-map {
	float: left;
	margin: 0;
	width: 100%;
	border: none;
}
div#google-map iframe {
	border: 1px solid #e5e5e5;
	float: left;
	height: 250px;
	width: 100%;
}
/******** contact wrapper 2 *******/	
.contact-wrapper2 {
	padding: 0;
}
.contact-wrapper2-bg {
	padding: 30px 0 10px;
	background: #f5f5f5;
}
.contact-wrapper2-bg .box-variant-1 i {
	color: #fa9929;
	font-size: 40px;
	margin: 0 0 10px;
}
.contact-wrapper2-bg .box-variant-1 h3 {
	font-size: 20px;
	font-weight: 600;
}
.contact-wrapper2-bg .box-variant-1 p span {
	display: block;
}
.contact2 {
	padding: 30px 0 0;
}
.contact-wrapper2 div#google-map iframe {
	height: 350px;
	margin: 0 0 30px;
}
/*
================================================
25. Footer styles
================================================
 */
.footer-wrapper {
	background: #ff7f21;
	padding: 55px 0;
	float: left;
	width: 100%;
	color: white;
}
.footer-wrapper .fo-one {
	width: 100%;
}
.footer-wrapper .fo-one p {
	color: #727272;
}
address {
	margin: 0 0 20px;
	color: #727272;
}
.footer-wrapper .fo-one span {
	display: block;
	color: #727272;
}
.footer-wrapper span a {
	color: #aaa;
}
.footer-wrapper h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 32px;
	position: relative;
	padding: 0 0 5px;
	font-weight: 600;
}
.footer-wrapper h3:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
	left: 0;
	bottom: 0;
}
.footer-wrapper .fo-posts {
	float: left;
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
}
.footer-wrapper .image-left {
	color: #fff;
	float: left;
	margin: 0;
	padding: 0 18px 0 0;
	transition: all 0.3s ease-out 0s;
}
.footer-wrapper .text-box-right {
	display: block;
	margin: 0;
	padding: 0 0 0 99px;
	text-align: left;
}
.footer-wrapper .text-box-right h4, .footer-wrapper .text-box-right h4 a {
	color: #fff;
	margin: 0 0 3px;
	font-weight: 500;
}
.fo-posts .post-info {
	color: #727272;
	font-size: 12px;
}
.footer-wrapper .line {
	border-bottom: 1px solid #f1f1f1;
	float: left;
	margin: 0 0 25px;
	opacity: 0.2;
	width: 100%;
}
.footer-wrapper .footer-tags {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-wrapper .footer-tags li {
	margin: 0;
	padding: 0;
}
.footer-wrapper .footer-tags li a {
	border: 1px solid #2e2e2e;
	color: #727272;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 15px;
}
.footer-wrapper .fo-gal {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-wrapper .fo-gal li {
	float: left;
	list-style: outside none none;
	margin: 0 12px 12px 0;
	padding: 0;
	width: 28.7%;
}
.footer-wrapper .fo-gal li a img {
	border: medium none;
	transition: all 1s ease 0s;
	width: 100%;
}
.footer-wrapper .fo-gal li a img:hover {
	transform: scale(0.9);
}
.redes a {
    background: rgba(59,89,152,1);
    color: white;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 1.4em;
    border-radius: 50%;
    margin: 0 80px 0 4%;
}
/*
================================================
26. Copyrights Wrapper
================================================
 */	
.copyright-wrapper {
	padding: 40px 0;
	float: left;
	width: 100%;
	background: #101010;
}
.copyright-wrapper .social-iconbox {
	border-top: 2px solid #393939;
	position: relative;
}
.copyright-wrapper .social-iconbox ul {
	margin: -25px 0 0 40px;
	padding: 0 0 30px;
}
.copyright-wrapper .social-iconbox li:before {
	background-color: #101010;
	border-radius: 50%;
	content: "";
	height: 40px;
	left: -15px;
	position: absolute;
	top: -10px;
	width: 40px;
	z-index: -1;
}
.copyright-wrapper .social-iconbox li {
	display: inline-block;
	padding-right: 40px;
	position: relative;
	text-align: center;
	top: 14px;
	z-index: 3147739;
}

/*
================================================
27. Media Quires 
================================================
 */
@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50 auto;
}
.contact-wrapper3 .contact-details p {
	padding-right: 15px;
}
}

@media (max-width: 768px) {
.gal-container .modal-content {
	height: 250px;
}
}

@media (min-width: 992px) and (max-width: 1024px) {
.callouts-wrapper .callouts .callouts-box .icon-box {
	left: 80px;
}
.hero h1 {
	font-size: 56px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.col-lg-15, .col-md-15 {
	width: 50%;
}
.navbar-header .collapse {
	display: block;
}
.navbar-collapse {
	padding: 0;
	float: none;
}
.hero h1 {
	font-size: 40px;
}
.hero h3 {
	font-size: 16px;
}
.navbar-header {
	width: 100%;
}
.callouts-wrapper div.title {
	margin: 0;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
	position: static;
	top: 0;
	left: 112px;
	margin: 0 auto;
}
.callouts-wrapper .callouts h3 {
	margin: 15px 0 10px;
}
.aboutus-box .aboutus-box-image {
	display: none;
}
.aboutus-box {
	padding: 110px 20px 90px;
}
.aboutus-box .aboutus-box-body {
	padding-right: 25px;
}
.footer-wrapper {
	padding: 15px 0 50px;
}
.blog-details-shareing-tag {
	margin: 10px 0 0;
}
.footer-wrapper [class*="col-sm-"] {
	clear: both;
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}
.footer-wrapper .fo-gal li {
	width: auto;
}
.marg-bot-10 {
	margin-bottom: 0px;
}
.course-details-content .single-course-details {
	padding: 30px;
}
.course-details-content .single-item-text {
	padding: 0;
}
.course-details-content {
	margin-left: 0;
}
.course-details-content a img {
	margin: 0;
	width: 100%;
}
.sidebar .widget li:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.inner-page-wrapper.courses-single {
	padding: 60px 0 40px;
}
/* contact us */
.contact-wrapper2-bg .contact-details > div {
	min-height: 160px;
}
}

@media (max-width: 767px) {
/* Common styles */
.text-box.padding-3, .text-box.padding-4, .text-box.padding-5 {
	padding: 20px;
}
.marg-bot-10 {
	margin-bottom: 0px;
}
.col-lg-15, .col-md-15 {
	width: inherit;
}
/* logo wrapper */	 
.logo-bar img {
	height: auto;
	width: 165px;
	margin: 0;
}
.navbar-brand > img {
	padding-left: 15px;
}
.navbar-collapse {
	float: none;
}
.top-wrapper {
	padding: 0;
}
.navbar-header {
	display: block;
	padding: 8px 0;
}
.collapse {
	background: #333 none repeat scroll 0 0;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.hover-inn {
	display: none;
}
.navbar-brand {
	padding: 0;
}
ul.nav.navbar-nav li ul {
	margin-left: 5%;
	opacity: 1;
	position: static;
	visibility: visible;
}
ul.nav.navbar-nav li ul {
	width: 260px;
}
/* banner wrapper */
.fade-carousel .hero:before {
	display: none;
}
.banner-wrapper .hero {
	display: none;
}
.fade-carousel .carousel-control {
	display: none;
}
.banner-wrapper .carousel-indicators {
	bottom: 10px;
	left: auto;
	padding: 0 5% 0 35px;
}
.banner-wrapper .hero {
	padding: 0 5% 0 35px;
}
.hero h1 {
	font-size: 25px;
}
.hero h3 {
	font-size: 15px;
}
.banner-wrapper .btn-hero {
	display: none;
}
/* callout wrapper */
.callouts-wrapper .title {
	margin: 0 0 10px;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
	margin: 0 auto;
	position: static;
	top: 0;
}
/* about us home page start */ 
.aboutus-box {
	padding: 50px 0;
}
.aboutus-box-body-content::before, .aboutus-box-body-content::after, .aboutus-box .aboutus-box-image {
	display: none;
}
.aboutus-box .aboutus-box-body {
	padding: 0;
}
.aboutus-box-body-content {
	padding: 0 20px;
}
.special-text small {
	display: block;
}
.about-btn {
	margin: 20px 0 0;
	padding: 0 0 0 20px;
}
/* satisfied wrapper */ 
.satisfied-wrapper .counter:first-child {
	margin-top: -20px;
}
.satisfied-wrapper .counter {
	margin: 30px 0 0;
}
/* Pricing Table wrapper */
.pricing-wrapper-main .title {
	margin: 0;
}
.pricing-wrapper-main [class*="col-sm-"] {
	margin-top: 20px;
}
.pricing-wrapper-main .pricing-table {
	margin-bottom: 60px;
}
.pricing-wrapper-main {
	padding-bottom: 48px;
}
/* Course */
.single-item {
	padding: 0 25px;
}
/* breadcrumb wrapper */
.breadcrumb-bar li {
	margin: 0 10px;
}
/*Courses grid sidebar */
.flat-socials, .flat-socials > li {
	display: inline-block;
}
.course-details-content {
	margin-left: 0;
}
.single-course-details {
	padding: 0;
}
.course-details-content a img {
	margin-left: 0;
	width: 100%;
}
.course-details-content .single-item-text {
	padding: 0 15px 15px;
}
.course-details-area a img {
	margin: 0;
	width: 100%;
}
.author-info > h4 {
	display: block;
}
.single-comment.comment-reply {
	padding-left: 10px;
}
.comments {
	padding: 60px 15px 50px 0;
}
.comment-time {
	float: none;
	font-size: 12px;
}
.courses-single .sidebar .widget.widget-teacher {
	margin: 0;
}
.inner-page-wrapper.courses-single {
	padding: 60px 0 40px;
}
/* team */	
.thumbnail-model {
	width: calc(100% - 0px);
}
.team-wrap {
	padding-bottom: 35px;
}
/* Login */
.login .new-account {
  border-left: medium none;
  padding: 35px 0 0;
}
/* testimonials */		
.testimonials-wrapper blockquote {
	margin: 0 0 30px;
	padding: 20px;
}
/* comming-soon */
.comming-soon .cmg-bg {
	padding: 0;
}
.comming-soon-wrapper .logo-bar {
	padding: 10px 0;
}
.subscirbe .form {
	display: inline-block;
}
.count-down .countdown-row .countdown-amount {
	font-size: 30px;
	line-height: 22px;
}
.subscirbe .sub {
	font-size: 14px;
}
.count-down .countdown-row .countdown-period {
	font-size: 14px;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
	padding: 30px 0;
}
.subscirbe .form input.bttn {
	padding: 9px 10px 10px;
}
/* footer wrapper */
.footer-wrapper {
	padding: 15px 0 0;
}
.footer-wrapper [class*="col-sm-"] {
	clear: both;
	margin: 40px 0 0;
	display: inline-block;
	width: 100%;
}
}
@media(max-width: 1025px) {
	.profesor {
	    padding: 4px;
	}
	.profesor figure {
		/*display: none;*/
	}

	.widget h5.widget-title {
		font-size: 1.5em;
		line-height: 1.1em;
	}

	#unidades .profesor {
		float: none;
		padding: 0 7%;
	}

	.single-comment.comment-reply {
    	padding-left: 10%;
	}
}

@media(max-width: 1023px) {
	.course-details-content {
		padding: 0;
	}
	#curso .sidebar {
    	max-width: 100%;
	}
	.sidebar .widget {
		width: 100%;
	}
	.comment-text {
		width: 80%;
	}
	.callouts-wrapper div.title {
		margin-bottom: 4em;
	}
}

@media(max-width: 767px) {
	nav.navbar.navbar-default.mean-nav {
    	display: none!important;
	}

	.navbar-brand {
		height: auto;
	}

	img.logo-change {
    	max-height: 40px;
	}

	#buscador h1 {
		padding: 23px 0 10px;
	}

	.profesor {
		margin: 0;
	}

	#unidades h4 small {
    	display: block;
	}

	.comment-text {
    	width: 100%;
	}

	#unidades .collapse {
		background: white;
	}

	a.mando {
    	display: none;
	}

	#unidades_carrera ul {
    	padding-left: 0;
	}

	.unidad .profesor {
    	display: none;
	}

	.carrera #unidades.curso .titular {
		padding-bottom: 5px;
	}

	.nav>li>a>img {
    	margin: 0 5px 0 0;
	}
}

.mfp-wrap {
    z-index: 1000000000;
}

.mfp-bg {
    z-index: 100000000;
}

h1 small {
	color: inherit;
	letter-spacing: 0.06em;
}

.float-right {
	float: right;
    padding: 0 20px;
	width: 49%;
}

#clase {
    padding: 3em 7.3%;
}

.coloreado {
	position: relative;
	color: #90dc96;
}

.carrera .coloreado {
	color: #8fd5db;
}

.clase .single-item-text h4 {
    font-size: 1.7em;
    font-weight: 500;
    letter-spacing: -0.015em;
}

.coloreado:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #8fdb95;
    position: absolute;
    left: 1px;
    bottom: -12px;
}

.carrera .coloreado:after {
	background: #8fd5db;
}

.clase .course-text-content {
   /* padding: 20px 0;*/
    color: #314773;
}

#clase p {
    line-height: 1.5em;
}

#clase #unidades {
    margin-top: 21px;
}

#contenido {
    border: 1px solid #ccd3e3;
    width: 108%;
    margin-left: -3.5%;
    padding: 3em 2.5% 1em;
}

#unidades #contenido .unidad.encabezado .titular {
	display: inline-block;
	position: relative;
    letter-spacing: -0.02em;
    padding-bottom: 12px;
    vertical-align: bottom;
    font-size: 1.7em;
}

#unidades #contenido .unidad.encabezado .titular:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #8fdb95;
    position: absolute;
    left: 1px;
    top: -16px;
}
.carrera #unidades #contenido .unidad.encabezado .titular:before {
	background: #8fd5db;
}
#contenido ul {
    padding: 5px 12.5%;
    border-top: 1px solid #ccd3e3;
}
#unidades #contenido .unidad {
    padding: 14px 0 13px;
}
#unidades #contenido .unidad:last-child:after {
	display: none;
}

.unidad a {
    color: inherit;
}

@media(max-width: 767px) {
	#clase {
    	padding: 3em 3%;
	}
	h1 small {
    	display: block;
    	line-height: 2em;
	}

	.float-right {
		width: 100%;
    	padding: 0 0 20px;
	}

	#contenido {
	    width: 100%;
	    margin: 0;
	    padding: 3em 5% 1em;
	}

	#contenido ul {
    	padding: 5px 5%;
	}
}
i.fa.fa-paper-plane-o {
    color: white!important;
}
#preguntas {
    color: #3d517b;
    padding: 3em 0 0;
}
.pregunta {
    background: #f6f6f6;
    padding: 1.3em 2.7%;
    margin-bottom: 40px;
}
.pregunta>label {
    font-size: 1.7em;
    font-weight: 500;
    margin-bottom: 15px;
}
#preguntas .opciones label {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 90%;
    letter-spacing: 0.03em;
}
#preguntas span.letra {
    color: #ff7f21;
    font-size: 1.7em;
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
    line-height: 1em;
    width: 36px;
}
.pregunta label strong {
    font-weight: 400;
    display: inline-block;
    width: 75%;
    vertical-align: top;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
	position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 3px 14px 0 0;
    vertical-align: middle;
    background: white;
    cursor: pointer;
    border: 1px solid #ff7f21;
}
input[type="checkbox"]:checked + label span:after {
    content: "\f00c";
    position: absolute;
    color: #3d517b;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
}
.form-check-label {
    padding: 10px 0 6px;
}
#preguntas .pregunta p {
    font-weight: 500;
    padding: 11px 4px;
    max-width: 70%;
    letter-spacing: 0.002em;
    margin-bottom: 0;
}
.pregunta textarea.form-control {
    margin: 17px 0;
    resize: none;
    border: 1px solid #ff7f21;
    height: 252px;
    padding: 20px;
}
#unidades #contenido.evaluacion .unidad.encabezado .titular {
    padding-bottom: 0;
}
#unidades #contenido.evaluacion .unidad.encabezado .titular:before {
    top: auto;
    bottom: -11px;
}
#unidades .evaluacion h4:after {
	display: none;
}
#contenido.evaluacion {
    padding: 0 2.8%;
}
#unidades .evaluacion h4 {
    margin: 0.9em 0;
}
#unidades #estado .profesor {
    float: none;
}
#unidades .evaluacion .profesor figure {
    width: 57px;
    height: 57px;
    margin: 0 -3px;
    vertical-align: middle;
}
#unidades .evaluacion .profesor span {
    margin-left: 10px;
    display: inline-block;
    color: #3d517b;
    vertical-align: middle;
    margin-right: 20px;
}
#unidades .evaluacion .profesor span strong {
    display: block;
    letter-spacing: 0.03em;
    margin-bottom: 1px;
}

.evaluacion #porcentaje .rs-control, .evaluacion #porcentaje .rs-readonly {
    margin-top: 0;
    margin-left: 15%;
}
.evaluacion #porcentaje {
	display: inline-block;
	width: 57%;
}
.evaluacion #maxed {
    max-width: 130px;
    margin-bottom: 1.5em;
}
#contenido.evaluacion button {
    margin: 2.4em 0 0 0;
    display: inline-block;
    vertical-align: top;
}
#unidades .evaluacion button {
    background: #ff7f21;
}

.evaluacion .rs-control .rs-range-color, .evaluacion .rs-control .rs-handle {
    background: #ff7f21;
}

.evaluacion .rs-control .rs-path-color {
    background-color: #ffac6f;
}

.evaluacion span.rs-tooltip.rs-tooltip-text.edit {
	color: #ff7f21;
}
#archivos {
    margin-top: 3.7em;
}
#archivos .box {
    margin-bottom: 1.2em;
}
#archivos .pregunta {
    padding-bottom: 1.7em;
}
#archivos .pregunta>label {
    margin-bottom: 20px;
}
#clase #archivos p {
    padding: 4px;
    letter-spacing: -0.006em;
    max-width: 700px;
    color: #3f537d;
    margin-bottom: 2.5em;
}
#archivos .inputfile-6 + label {
	width: 100%;
    max-width: 700px;
    border: none;
    background-color: transparent;
}
#archivos .inputfile-6 + label span {
    width: 71%;
    padding: 11px 2.5%;
    font-weight: 400;
    font-size: 1.2em;
    margin-right: 1%;
    background: #e2e2e2;
}
#archivos .inputfile-6 + label strong {
    width: 27%;
    padding: 11px 3% 11px 2%;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    border-radius: 3px;
}
.js .inputfile:focus {
    outline: none!important;
    border: none!important;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: none!important;
}
input:focus {
    outline:none;
}
@media(max-width: 1025px) {
	.evaluacion #porcentaje {
		width: 50%;
	}
	.evaluacion #porcentaje .rs-control, .evaluacion #porcentaje .rs-readonly {
		margin: 0;
	}
	#unidades #estado .profesor {
		padding: 0;
	}
	#unidades .evaluacion .profesor span {
		margin-left: 0;
	}
}
@media(max-width: 769px) {
	#clase {
    	padding: 3em 3%;
	}
	#preguntas .pregunta p {
		max-width: 96%;
	}
	.pregunta label strong {
		width: 90%;
	}
	.evaluacion #porcentaje {
    	width: 100%;
	}
	#unidades .evaluacion button {
		margin: 0 auto 2em;
    	display: block;
	}
	#unidades .evaluacion .profesor figure {
    	display: inline-block;
    	margin-right: 10px;
	}
	#unidades #estado .profesor {
		margin: 2px 0 10px;
	}
	#archivos .inputfile-6 + label strong {
    	display: inline-block;
	}
}
@media(max-width: 767px) {
	.pregunta {
		padding: 1.3em 20px;
	}
	#preguntas .opciones label {
		width: 85%;
	}
	.pregunta label strong {
    	width: 80%;
	}
	#preguntas .pregunta p {
    	max-width: 100%;
	}
	#archivos .inputfile-6 + label span, #archivos .inputfile-6 + label strong {
    	width: 100%;
    	display: block;
	}
}

#profesor {
    padding: 10em 0;
}
#ficha {
    padding: 4em 5% 2em;
}
#ficha .contact-wrapper {
    padding: 1.5em 1.5%;
}
#ficha .profesor {
	position: relative;
    width: 100%;
}
#ficha .profesor figure {
    position: absolute;
    width: 98%;
    height: 98%;
    border-radius: 0;
}
#ficha .dummy {
    padding-top: 100%;
}
#ficha h4 {
    padding-top: 6px;
}
#ficha p {
    color: #3d517b;
    font-size: 1.05em;
    font-weight: 400;
    padding: 3px 0;
    letter-spacing: 0.003em;
    line-height: 1.5em;
}
#ficha .btn {
    margin: 0 5px 0.7em;
    background: #ff7f21;
    border-radius: 3px;
    padding: 14px 10%;
    font-size: 0.9em;
    width: 180px;
    text-align: left;
}
#ficha .btn.transparente {
	background: transparent;;
	color: #ff7f21;
	border-bottom: 2px solid #ff7f21;
	padding-left: 2.5%;
	margin-bottom: 0;
}
#ficha .btn .fa {
    font-size: 1.2em;
}
#ficha .btn.transparente .fa {
    background: #ff7f21;
    color: white;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
}
#participa {
    padding: 1em 5%;
}
#participa>h4 {
    font-size: 2.4em;
    letter-spacing: 0.02em;
}
#listado {
    margin-top: 4.5em;
}
#participa #listado h4 {
    margin-bottom: 5px;
}
#listado .single-item-text-info {
    color: #314773;
    margin-bottom: 2em;
}

@media(max-width: 1025px) {
	#ficha .profesor figure {
		display: block;
	}
}
@media(max-width: 769px) {
	#ficha {
	    padding: 4em 2%;
	}
	#ficha .btn {
		width: 140px;
		font-size: 0.7em;
	}
}
@media(max-width: 767px) {
	#profesor {
    	padding: 5em 0;
	}
	#ficha .contact-wrapper {
    	padding: 20px;
	}
	#ficha .text-right {
		padding: 20px;
    	text-align: left;
	}
	#ficha .btn {
    	width: 100%;
    	font-size: 0.9em;
    	display: block;
	}
}

#ficha.personal {
	padding: 0.15em 4.5%;
}
#gris {
	background: #f6f6f6;
    padding: 24px 27px;
}
#ficha .profesor.row {
	display: block;
    margin: 0 -15px;
    width: auto;
}

#ficha.personal .profesor figure {
	width: 104%;
    height: 103%;
    max-width: 200px;
    max-height: 200px;
}

#ficha.personal .profesor a {
    position: absolute;
    color: white;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    text-decoration: underline;
    top: 89%;
}
#perfil {
    padding: 0 4.6%;
}
#ficha #perfil h4 {
    padding-top: 0;
    margin-top: -3px;
    margin-bottom: 1.7em;
}
#ficha #perfil p {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    padding-top: 1px;
    padding-left: 2px;
}
#ficha #perfil p strong {
    text-transform: uppercase;
    display: block;
}
#editar {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    background: #ff7f21;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 1.5em;
    border-radius: 50%;
}
#dashboard {
    padding: 0 5.5%;
}
#dashboard h5 {
    color: #3d517b;
    font-size: 1.6em;
    border-left: 3px solid #ff7f21;
    padding-left: 11px;
    margin-left: -15px;
    line-height: 0.9em;
    margin-bottom: 21px;
}
#dashboard ul li {
    margin-bottom: 0.55em;
}
#dashboard ul li a {
	color: #3d517b;
}
#dashboard ul li a:hover {
	color: #ff7f21;
}
#dashboard ul li a .fa {
    width: 1em;
    text-align: center;
    font-size: 1.2em;
    margin-right: 0.4em;
}
#dashboard ul li a .fa:not(.fa-times), #dashboard ul li .cantidad {
	color: #ff7f21;
}
#participa.personal {
    padding: 3.3em 4% 0;
}
#participa h4.naranja {
    clear: both;
    color: #ff7f21;
    margin-bottom: 2em;
}
.single-item.rehacer {
    border-bottom: 3px solid #cd0000;
}
.single-item.rehacer .button-default {
    background: #cd0000;
}
.single-item.revision {
    border-bottom: 3px solid #ff7f21;
}
.single-item.revision .button-default {
    background: #ff7f21;
}
.single-item-image.overlay-effect img.certificado {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 32%;
}
#participa.personal .listado .single-item-image {
	overflow: visible;
}
a.imprimir {
    position: absolute;
    right: 11%;
    bottom: 24%;
    font-size: 1.2em;
    color: white;
    background: #8fdb95;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}
a.imprimir:hover {
	color: white;
}
.carrera a.imprimir {
	background: #8fd5db;
}
#participa.personal .listado .single-item {
    margin-bottom: 4em;
}
#adherentes {
	position: relative;
    padding: 3px 3.8% 0;
}
#adherentes h4 {
	position: relative;
    color: #314773;
    font-size: 1.7em;
    letter-spacing: -0.01em;
}
#adherentes h4:after {
	position: absolute;
	width: 60px;
	height: 3px;
    background: #314773;
    content: "";
    left: 0;
    bottom: -15px;
}
#agregar {
    position: absolute;
    right: 5.2%;
    top: -3px;
    background: #ff7f21;
    color: white;
    border-radius: 3px;
    padding: 13px 13px 7px;
    font-size: 0.9em;
    letter-spacing: 0.01em;
}
#agregar:hover {
	background: #314773;
}
#agregar .fa {
    font-size: 1.5em;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 50%;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.6em;
    text-align: center;
    margin-top: -5px;
    margin-right: 4px;
}
#adherentes ul {
    padding: 1.9em 4px 0;
    margin-bottom: 0;
}
#adherentes .profesor {
    margin: 0;
}
#adherentes .profesor figure {
    width: 37px;
    height: 37px;
}
#adherentes h5 {
    display: inline-block;
    letter-spacing: -0.005em;
    margin-left: -2px;
    color: #4c6086;
}
#adherentes h5 span {
    font-weight: 500;
    color: #ff7f21;
}
.acciones {
    display: inline-block;
    /*float: right;*/
}
.acciones textarea{
	margin-bottom: 5px;
}

#adherentes li {
    padding: 6px 0;
    border-bottom: 1px solid #e8ebf3;
}
.acciones a {
    color: white;
    background: #ff7f21;
    width: 31px;
    height: 31px;
    display: inline-block;
    margin: 3px -8px 0 26px;
    vertical-align: bottom;
    text-align: center;
    font-size: 1.1em;
    line-height: 30px;
    border-radius: 50%;
    z-index: 1000;
}
.acciones a:first-child {
	background: #cd0000;
}
.acciones a:hover {
	background: #314773;
}
.acciones a:hover .fa {
	color: white;
}
@media(max-width: 767px) {
	#ficha .dummy {
    	padding-top: 70%;
	}
	#dashboard {
    	padding: 3em 10% 0;
	}
	#agregar {
	    position: relative;
	    right: 0;
	    top: 20px;
	    margin: 0 0 10px;
	    padding: 10px;
	    display: inline-block;
	}
}

.clear {
	clear: both;
}

#mensajes {
    padding: 45px 4%;
} 

#mensajes > h4 {
    font-size: 2.5em;
    letter-spacing: 0;
    margin-bottom: 40px;
}

#mensajes #listado {
    margin-top: 0;
}

#mensajes .single-item {
    padding: 22px 3%;
    margin-bottom: 25px;
}

#mensajes .single-item-text h4 {
	position: relative;
    padding-top: 0;
    font-size: 1.6em;
    font-weight: 400;
    letter-spacing: 0.02em;
    /*height: 1.4em;*/
}

#mensajes h4 small {
    letter-spacing: -0.01em;
}

#mensajes .naranja {
	color: #ff7f21!important;
}

#mensajes .timestamp {

    /*position: absolute;
    right: -14px;
    top: 8px;*/
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.025em;
}

#mensajes .timestamp span {
    /*margin-left: 9px;*/
}

#mensajes .timestamp span:last-child i {
	margin-left: 10px;
}

#mensajes .timestamp .fa {
    font-size: 1.3em;
    vertical-align: middle;
}

#mensajes .timestamp .fa.fa-calendar {
    font-size: 1em;
    margin-bottom: 4px;
}

#mensajes #listado .single-item-text-info {
    letter-spacing: 0.025em;
    margin-bottom: 1em;
}

#mensajes .responder {
    font-size: 1.1em;
}

#mensajes .responder .fa {
    margin-right: 6px;
}

#mensajes .reply {
    padding: 14px 5%;
    position: relative;
}

#mensajes .reply .rotate {
    position: absolute;
    left: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 1.5em;
    top: 1.7em;
}

#mensajes .reply .single-item {
    padding-right: 0;
    width: calc(100% + 50px);
    margin-bottom: 0;
    padding-bottom: 10px;
}

#mensajes .single-item:hover {
    background: #f6f6f6;
    box-shadow: none;
}

#mensajes .respuesta {
	position: relative;
	padding: 0 30px;
	margin-top: -15px;
}

.respuesta .profesor {
    margin: 0;
    width: 10%;
    padding-right: 0;
}

#mensajes h4 small.botonera {
    font-size: 0.45em;
    padding: 1.4%;
    line-height: 3.5em;
    letter-spacing: 0.04em;
}

#mensajes h4 small.botonera a {
	color: #3d517b;
}

#mensajes > h4.preguntas {
    margin-bottom: 25px;
}

#mensajes > h4.preguntas:after {
	bottom: 2px;
}

#mensajes .respuesta .single-item {
    padding: 17px 1%;
}

.respuesta .profesor figure {
    width: 82px;
    height: 82px;
    margin-top: 30px;
}

.respuesta .single-item-text {
    width: 90%;
    padding-left: 10px;
}

#mensajes .respuesta .timestamp {
    right: -5px;
}

#faqs, #contacto {
    padding: 10em 0;
}

.faqs {
    padding: 7px 7.2%;
}

#faqs #preguntas {
    padding-top: 0;
}

.faq {
    padding-top: 1.2em;
	margin-bottom: 2em;
}

.faq h5 {
    font-size: 1.6em;
    letter-spacing: 0.01em;
	margin-bottom: 0.8em;
}

.faq p {
    letter-spacing: 0.031em;
    margin-bottom: 1.5em;
}

.finalizada .course-details-content {
    padding: 0 7.5%;
}

.finalizada .related .row {
    width: calc(100% + 70px);
    margin-left: -35px;
}

.finalizada h5 {
	position: relative;
    margin-top: -12px;
    font-size: 1.6em;
    color: #8fd5db;
    letter-spacing: 0.01em;
    margin-bottom: 2.3em;
}

.finalizada h5:after {
	content: "";
    width: 60px;
    height: 2px;
    background: #8fdb95;
    position: absolute;
    left: 1px;
    bottom: -15px;
	background: #8fd5db;
}

.finalizada #resumen {
    padding: 0;
}

.finalizada .profesor {
	margin-right: 0;
}

#felicitaciones {
	position: relative;
	background: #f6f6f6;
	padding: 21px 0 30px;
	margin-bottom: 30px;
}

#felicitaciones .certificado {
    position: absolute;
    top: 0;
    right: 0;
}

#felicitaciones h1 {
    text-align: center;
    text-transform: uppercase;
    color: #8fd5db;
    font-size: 2.2em;
    padding: 19px 0 0;
    letter-spacing: 0.01em;
}

#felicitaciones h4 {
    text-align: center;
    color: #314773;
    font-size: 1.6em;
}

#felicitaciones .botonera {
    text-align: center;
    padding: 17px;
}

#felicitaciones button {
    border: none;
    background: #ff7f21;
    color: white;
    border-radius: 4px;
    font-size: 0.9em;
    padding: 15px 14px 14px;
    margin: 0 10px;
    outline: none;
}

#felicitaciones button:hover {
	background: #314773;
}

#felicitaciones button .fa {
    font-size: 1.9em;
    margin-right: 10px;
}

.finalizada .related h4.widget-title {
	position: relative;
    color: #314773;
    font-size: 1.65em;
    margin-left: -7px;
    letter-spacing: 0.01em;
}

.finalizada .related h4.widget-title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #8fdb95;
    position: absolute;
    left: 1px;
    bottom: -15px;
    background: #8fd5db;
}

.finalizada .course-details-content .single-item-text {
	margin-top: -40px;
}

#contacto .contact-wrapper {
    margin-top: 20px;
    padding: 50px 25px 30px;
}

#contacto .contacto {
    padding: 7px 7.2%;
}

#contacto .data {
	margin-top: 10px;
}

#contacto .data a {
    display: block;
    color: #314773;
    font-size: 1.65em;
    margin-bottom: 16px;
}

#contacto .data a .fa {
	color: #ff7f21;
	margin-right: 5px;
	width: 1em;
}

#mapa {
	position: relative;
	width: 100%;
	margin-top: 31px;
}

#mapa .dummy {
	padding-top: 55%;
}

#mapa #map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.no_pointer {
	cursor: default!important;
}


@media(max-width: 1023px) {
	#mensajes h4 small {
		display: block;
	}

	#mensajes .single-item-text h4 {
		height: auto;
	}

	#mensajes .timestamp {
		right: 0;
	}

	.respuesta .profesor figure {
		display: block;
		width: 60px;
	    height: 60px;
	    margin-top: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.finalizada .course-details-content .single-course-details {
	    padding: 0;
	}
}

@media(max-width: 767px) {
	#mensajes h4 small.botonera {
		margin-top: 20px;
		line-height: 1.5em;
		text-align: center;
	}

	#mensajes h4 small.botonera a {
		display: inline-block;
	}

	#mensajes > h4.preguntas:after {
		display: none;
	}

	#mensajes .timestamp {
		position: relative;
		margin-bottom: 20px;
    	top: 3px;
    	left: -7px;
	}
	span.desktop {
    	display: none;
	}

	.respuesta .profesor {
		display: none;
	}

	.respuesta .single-item-text {
    	width: 100%; 
	}

	#mensajes .single-item {
    	padding: 20px;
	}

	#mensajes .reply .single-item {
		width: 100%;
	}

	#felicitaciones {
		padding: 20px;
		width: calc(100% + 30px);
    	margin-left: -15px;
	}

	#felicitaciones h1 {
		padding-top: 1em;
	}

	#felicitaciones h4 {
		line-height: 1.4em;
	}

	#felicitaciones button {
		margin: 10px;
	    width: 100%;
	}

	#contacto .contacto {
    	padding: 7px 2%;
	}

	#contacto .data a {
		font-size: 1.1em;
		letter-spacing: -0.04em;
	}
	
	#mapa .dummy {
    	padding-top: 75%;
	}
}

#unidades #contenido .unidad.siguiente {
    background: #314773;
    color: white;
    font-size: 1.2em;
    text-align: right;
    padding: 10px 20px;
    display: inline-block;
    float: right;
}

#unidades .unidad.siguiente .fa {
	color: white;
    float: right;
    line-height: 1.3em;
}

#unidades #contenido .unidad.unidad:nth-last-child(3) {
    border: none;
}

button.descargar {
    background: #314773;
    color: white;
    font-size: 1.2em;
    text-align: right;
    padding: 10px 20px;
    display: inline-block;
    border: none;
    border-radius: 0;
    margin: 10px auto 20px;
    display: block;
}

button.descargar .fa {
    margin-right: 7px;
}

.course-wrapper .single-item-image a, .single-item-image.overlay-effect a {
	display: block;
    padding-top: 55%;
}

.course-wrapper .single-item-image a img, .single-item-image.overlay-effect img {
    position: absolute;
    top: 0;
    left: 0;
}

.course-wrapper .single-item-image a:before, .single-item-image.overlay-effect a:before {
	display: none;
}

.olvide p:last-child {
    font-size: 1.3em;
}

#btn_enviar button, #btn_terminar button {
    background: #314773;
    color: white;
    font-size: 1.2em;
    text-align: right;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    border: none;
}

#btn_enviar button:hover, #btn_terminar button:hover {
    background: #ff7f21;
}

#examen_completo fieldset.contact-wrapper, #faltan_preguntas_lb fieldset.contact-wrapper {
    background: white;
}

#examen_completo button {
    margin: 0 auto 20px;
}

#examen_completo button:last-child {
    margin-bottom: 0;
}

.falla {
    font-style: italic;
    color: #333;
    margin-bottom: 20px;
}

.opciones .fa.fa-close {
    color: red;
    font-size: 1.7em;
}

.opciones .fa.fa-close { 
    color: red;
    font-size: 1.7em;
}

.opciones .fa.fa-check {
    color: green;
    font-size: 1.7em;
}

.bibliografia_opcional_obligatoria{
	font-size: 10pt;
	font-weight: bold;
}
.bloque{
	border: 2px solid #314773!Important;
  	padding: 10px!Important;
  	border-radius: 25px; 
  	margin-bottom: 30px;
}
.no_activo{
	background-color: #83777775;
}
.single-item-text .course-text-content ul li{
	list-style: circle!important;
}