*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border-radius: 1px solid #ccc;
}
.fixed-top{
	z-index: 20
}

[data-toggle="collapse"] .fa:before {  
content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
content: "\f13a";
}

input:focus, select:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
}

#autocomplete {
     z-index: 30 !important;
}

#contenedor-buscar{
	max-width: 1000px;
}

.animate{
	transition: all 0.5s ease;
}
.puntero{
	cursor: pointer;
}
.f-c-w{
	display: flex;
	flex-flow: column wrap;
}
.f-c-nw{
	display: flex;
	flex-flow: column nowrap;
}
.f-r-w{
	display: flex;
	flex-flow: row wrap;
}
.f-r-ng{
	display: flex;
	flex-flow: row wrap;
}

.space-between{
	 justify-content: space-between;
}

.space-around{
	 justify-content: space-around;
}

.div-franja-azul{
	/* background-image: url("../../images/fondos/fondo_azul.jpg");
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #33a0a7;
	min-height: 120px;
	padding-top: 38px;
}

.div-franja-azul .container .h2{
	color: #fff;
	font-size: 30px;
}
/*
.dropdown:hover>.dropdown-menu {
  display: block;
}*/

html, body {
    width: 100%;
    height: 100%;
}

article {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

main {
    flex-grow: 1;
}

body{
	background: #ffffff;
	margin-top: 70px;
	color: #383838;
}

.h4-destacado{
	color: #eb9500;
}

.ver-mas{
	text-align: center;
	border-radius:20px;
	background: #fa9e01;
	padding: 10px 50px;
	color: #fff;
	margin:40px 0;
}
.ver-mas:hover{
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: 2px 2px 25px rgba(0,0,0,0.33);
}

.nav-desktop .btn-entrar, .nav-desktop .btn-crear-cuenta{
	font-size: 13px;
}

.nav-desktop .btn-campus{
	background: #6a2aac;
	
}

.nav-desktop{
	background: #ffffff;
	color: #33a0a7;
	width: 100%;
	
}
.nav-desktop .logo-elearning-medico{
	position: absolute;
	float: left;
	/* top:-6px; */
	/* margin-left: 50px; */
}
.nav-desktop .logo-elearning-medico img{ 
	max-width: 140px;
}

.nav-desktop{
	color: #fff;
	border-bottom: 1px solid #babdc2;
}

.nav-desktop .contenedor-enlaces{
	/* border: 1px solid #000000; */
	justify-content: space-between;
	height: 100%;
	margin-left: 220px;
	margin-right: 10px;
	display: flex;
	flex-flow: row wrap;
	align-items:center;
	height: 70px;
	
}

.nav-desktop .contenedor-enlaces a{
	color: #fff;
}

/****** ENLACE DE CATEGORIAS ***********/

.nav-desktop .enlaces-izquierda{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.nav-desktop .enlaces-izquierda .dropdown-menu{
	background: #33a0a7;
	color: #fff;
	border: 1px solid #babdc2;
	font-size: 14px;
}

.nav-desktop .enlaces-izquierda .dropdown-menu a:hover{
	background: #fff;
	color: #000;
}

.nav-desktop .enlaces-izquierda i{
	margin: 0;
	padding: 5px;
	margin: 0;
}

.btn-categorias{
	color: #33a0a7;
	background: #ffffff;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}

.nav-desktop .enlaces-derecha{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

/******** CONTENEDOR CART **********/
.enlaces-derecha .contenedor-cart{
	color: #33a0a7;
}
.nav-desktop .enlaces-derecha .contenedor-cart .circle{
	position: relative;
	top: -2px;
	margin-left: 5px;
	border-radius: 50%;
	color: #fff;
	background: #33a0a7;
	font-size: 12px;
	width: 19px;
	height: 19px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	padding: 5;
	left: -1px;
}

.nav-desktop .enlaces-derecha #a-contenedor-cart:hover{
	text-decoration: none;
}


.nav-desktop #dropdownMoneda{
	margin-left: 15px;	
	border-radius: 5px;
	border: 0px;
	font-size: 13px;
	background: #fff;
	color: #33a0a7;
	cursor: pointer;
}

.nav-desktop .enlaces-derecha .dropdown-menu-moneda{
	background: #33a0a7;
	color: #fff;
	border: 1px solid #babdc2;
}
.nav-desktop .enlaces-derecha .dropdown-item-moneda{
	font-size: 13px;
}
.nav-desktop .enlaces-derecha .dropdown-item-moneda:hover{
	background:#f2f2f2;
	color: #000;
}

.nav-desktop .ul-usuario{
	margin-top: 15px;
}

.nav-desktop .ul-usuario .nombre_usuario{
	font-size: 14px;
}

.nav-desktop .ul-usuario .dropdown-menu{
	background: #33a0a7;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
}
.nav-desktop .ul-usuario .dropdown-menu a:hover{
	background: #f2f2f2;
	color:#000;
}

.nav-desktop .fa-user{
	display: none;
}

/**********  TEXTO BUSCAR ************/

.contenedor-buscar{
	margin-left: 15px;
}
.contenedor-buscar .input-group-append{
	height: 38px;
}

.enlaces-izquierda .contenedor-buscar .input-group .input-group-append{
	height: 38px;
}

.enlaces-izquierda .contenedor-buscar input::placeholder{
	color:#898989;
}

.enlaces-izquierda .contenedor-buscar input{
	background: #fff;
	border: 1px solid #babdc4;
	padding: 3px 10px;
	color:#000;
	width: 270px;
	font-size: 13px;
}
.enlaces-izquierda .contenedor-buscar button {
	background: #33a0a7;
}
.enlaces-izquierda .contenedor-buscar button:hover{
	background: #33a0a7;
	color: #fff;
}

.contenedor-buscar .txt-buscar:focus{
	background-color: #fff;
}

.contenedor-buscar .input-group-append .btn-buscar{
	background: #33a0a7;
	color: #ededed;
}

.contenedor-buscar .btn-buscar{
	background: #000;
	color: #babdc4;
	border: 1px solid #babdc4;
}

.contenedor-buscador{
	margin: 0;
	padding: 0;
	z-index: 40;
	background: #33a0a7;
	position: fixed;
	height: 70px;
	top:70px;
	width: 100%;
	z-index: 80;
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
	padding: 0 10px 8px 10px;
}

.contenedor-buscador form {
	border: 1px solid red;
	width: 90%;
}

.contenedor-buscador input::placeholder{
	color:#d4d4d4;
}

.contenedor-buscador .txt-buscar{
	background: #fff;
	padding: 4px 10px;
	border-radius: 5px;
	color:#000;
}

.contenedor-buscador .txt-buscar:focus{
	background-color: #fff;
}

.contenedor-buscador .div-cerrar{
	color: #fff;
	cursor: pointer;
	padding-bottom: 7px;
}

.contenedor-buscador .input-group{
	width: 95%;
}

.contenedor-buscador input{
	background: #000;
	border: 1px solid #babdc4;
	padding: 3px 10px;
	color:#fff;
	width: 240px;
	font-size: 13px;
}
.contenedor-buscador button{
	background: #000;
	color: #fff;
	border: 1px solid #babdc4;
}

.contenedor-buscador button:hover{
	background: #4c4c4c;
	color: #fff;
}

/************  BOTON DEGRADADO  ***************/

.boton-degradado{
	background: #33a0a7; /* Old browsers */
	
	border-radius: 5px;
	color: #ffffff;
	padding: 8px 12px 8px 12px;
	border:0;
	cursor: pointer;
}

.boton-degradado:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2),0 2px 15px 0 rgba(0,0,0,0.19);
	text-decoration: none;
	color:#fff;
	transition: all 0.3s;
}

.boton-campus {

	background: rgb(105,39,156);
background: linear-gradient(176deg, rgba(105,39,156,1) 0%, rgba(80,43,94,1) 100%);

	border-radius: 5px;
	color: #efefef;
	padding: 8px 12px 8px 12px;
	border:0;
	cursor: pointer;
}

/*---------------------------- CATEGORIAS: IMÁGENES DINÁMICAS --------------*/

.categorias-front{
	background: #fff;
}

.cont-categorias-imgs .wrap-cat{
	display: flex; 
	flex-flow: column wrap; 
	align-items: center;
	min-width: 150px;
	height: 70px;
	margin: 0 10px 20px 10px;
	background-color: #33a0a7;
}
.cont-categorias-imgs{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 20px;	
}

.cont-categorias-imgs .cont-textos{
	text-align: center;
	padding-top: 15px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: space-around;
	justify-items: start;
}


.cont-categorias-imgs .cont-textos h4{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	
}
.cont-categorias-imgs .cont-textos h5 {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 1px 0 3px 0;
	margin: 0;	
}

.cont-categorias-imgs .cont-textos a:hover{
	color: #fff;
	text-decoration: underline;
}

@media all and (max-width: 480px) {
	.cont-categorias-imgs .cont-item{
		width: 45%;
	}
	.cont-categorias-imgs .cont-item img{
		width: 100%;
	}
}

/*---------------------------------- CURSOS DESTACADOS ---------*/

.cursos-destacados{
	background: #33a0a7;
	padding: 15px 0;
	margin-bottom: 22px;
}

.cursos-destacados h2{
	color: #fff;
	font-size: 22px;
}

/************  JUMBOTRON  ***************/

.carousel-caption {
    max-width:500px;
    z-index:10;
    color:#fff;
    text-align:left;
    top:50%;
    left:4%;
    bottom:auto;
    -webkit-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    text-shadow: 0 2px 4px rgba(41,48,59,.55);
}

.carousel-caption h4 {
    margin-bottom: 30px;
}

.carousel-caption .descripcion {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.1);
}
@media screen and (max-width: 500px) {
	.carousel-caption h3 {
		font-size: 16px;
		font-weight: bold;
		background-color: rgba(0,0,0,0.4);
		padding: 5px;
		border-radius: 5px;
	}
	.carousel-caption .descripcion{
		display: none;
	}
	.carousel-caption .cnt-enlace {
		margin-top: 20px;
	}
	.carousel-caption .boton-degradado {
		font-size: 14px;
		padding: 5px 8px;
	}
}
@media screen and (min-width: 750px) {
    .carousel-caption .cnt-enlace {
		margin-top: 45px;
    }
}

.jumbo{
	background-image: url("../../images/jumbotron/jumbotron1440.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbo .contenedor-texto-jumbotron{
	padding: 120px 80px;
}

.jumbo .p-principal{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 4px rgba(41,48,59,.55);
}

.jumbo .p-principal-2{
	margin-top: 35px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 4px rgba(41,48,59,.55);
}

.jumbo .p-secundario{
	margin-top: 40px;
	font-size: 16px;
	color: #fff;
	width:50%;
	text-shadow: 0 2px 4px rgba(41,48,59,.55);
	font-weight: bold;
}

.jumbo .contenedor-botones{
	margin-top: 50px;
}

/************************ VIÑETAS *********************/

.galeria-cursos .card{
	min-width: 220px;
	margin-bottom: 20px;
	-webkit-box-shadow: 6px 5px 7px -3px rgba(0,0,0,0.15); 
box-shadow: 6px 5px 7px -3px rgba(0,0,0,0.15);
}

.galeria-cursos .contenedor-vinetas{
	position: absolute;
	top: 110px;
	left: 10px;
}

.galeria-cursos .status{
	font-size: 9px;
	padding: 5px;
	font-weight: bold;
	letter-spacing: 0.5px;
	/*text-transform: uppercase;*/
	position: relative;
	left:5px;
	border-radius: 3px;
}

.galeria-cursos .categoria{
	color:#fff;
	font-size: 10px;
	padding: 5px 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
	position: absolute;
	top:-12px;
	left:15px;
	background: #7b4602;
	opacity: 0.87;
	border-radius: 3px
}

.amarillo{
	background: #eebb46;
	color:#000;
}

.verde{
	background: #0d701b;
	color: #fff;
}

.azul{
	background: #0c247b;
	color: #fff;
}

.rojo{
	background: #d5471c;
	color:#fff;
}
.galeria-cursos .card-body{
	margin-top: 20px;
	height: 45px;
	padding: 0px 14px;
	line-height: 22px;
}

.galeria-cursos .enlace-curso{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	height: 50px;
}

.galeria-cursos .card .div-descripcion{
	margin-top: 10px;
	padding: 0px 14px;
	height: 65px;
	font-size: 14px;
	color: #000;
	line-height: 18px;
}

.galeria-cursos .card .div-enlaces{
	min-height: 50px;
	padding: 15px 14px 15px 14px;
}


.galeria-cursos .boton-degradado {
	color: #fff;
	font-weight: 400;
}

.galeria-cursos .boton-degradado:hover {
	color: #fff;
	font-weight: 400;
}

.boton-proximamente {
	background: #fff; /* Old browsers */	
	border: 1px solid #33a0a7;
	color: #33a0a7;
	padding: 8px 12px 8px 12px;
	cursor: pointer;
	border-radius: 5px;
}

.boton-proximamente:hover {
	color: #33a0a7;
	text-decoration: none;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2),0 2px 20px 0 rgba(0,0,0,0.19);
}

.galeria-cursos .certificado-por{
	color: #767676;
	padding: 0 15px;
	font-size: 12px;
	margin: 0px;
}

.galeria-cursos .certificado-por ul{
	margin: 0;
}

.galeria-cursos .certificado-por li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.paginacion{
	margin-top: 30px;
	padding: 15px 0;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.paginacion .pagination li .page-link{
	color: #fda100;
}

.paginacion .pagination .page-item.active .page-link {
	color: #fff;
	background:#db8b00;
	border:1px solid #db8b00;
}

.asi-son{
	/* background-image: url("../../images/fondos/fondo_iconos.jpg");
	background-repeat: no-repeat;
	background-size: cover; */
	text-align: center;
	padding: 60px 0px;
	background: rgb(34,193,195);
	background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(54,170,177,1) 100%);
}

.asi-son h1{
	color: #fff;
	font-size: 24px;
	margin-bottom: 45px;
}

.asi-son .iconos{
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	text-align: justify;
}

.asi-son .iconos .contenedor-iconos{
	color:#fff;
	width: 40%;
	display: flex;
	flex-flow: row nowrap;
	align-items: left;
	justify-content: left;
}

.asi-son .iconos .contenedor-iconos .imagen{
	max-width: 150px;
	text-align: center;
}

.asi-son .iconos .contenedor-iconos .textos h5{
	font-size: 17px;
}

.asi-son .iconos .contenedor-iconos .textos p{
	font-size: 13px;
}

@media all and (max-width: 1200px){
	.asi-son .iconos .contenedor-iconos{
		display: flex;
		flex-flow: column wrap;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.asi-son .iconos .contenedor-iconos .textos h5{
		text-align: center;
	}
}

.entidades{
	text-align: center;
	padding: 30px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.entidades .logos{
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.entidades .logos img{
	margin: 5px 15px;
}

.demo-video{
	background-image: url("../../images/fondos/fondo_2_nuevo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}

.demo-video .contenido{
	width: 50%
}

.demo-video .video{
	width: 50%
}

.demo-video object{
	width: 100%;
	height: 400px;
}

.demo-video .p-aprende{
	font-size: 16px;
	font-weight: bold;
}

.demo-video .p-elearning{
	font-size: 24px;
	font-weight: bold;
}

.demo-video .video video{
	min-width: 500px;
}

/********************************  NAVBAR **************/

.nav-desktop #img-logo-center{
	/* width: 90px; */
}

.nav-desktop .fa-buscar, .nav-desktop .fa-menu, .nav-desktop .drop-moneda, .nav-desktop .icon-user, .nav-desktop #logo-elearning-medico-center, .img-curso-mini{
	display: none;
	cursor: pointer;
	font-size: 20px;
}

@media all and (min-width: 1001px){
	.contenedor-buscador{
		display: none;
	}
}

@media all and (max-width: 1130px){
	.nav-desktop .logo-elearning-medico{
		display: none;
	}
	.nav-desktop .fa-buscar, .nav-desktop .fa-menu, .nav-desktop .icon-user{
		display:block;
		border: 0px;
	}

	.nav-desktop .fa-user{
		display: inline-block;
	}

	.nav-desktop .drop-categorias, .nav-desktop .contenedor-buscar, .nav-desktop .boton-degradado, .nav-desktop .btn-entrar, .nav-desktop .logo-elearning-medico, .nav-desktop .nombre_usuario, .nav-desktop .drop-moneda-desktop{
		display: none;
	}
	.nav-desktop .contenedor-enlaces{
		margin-left: 10px;
	}
	.nav-desktop #logo-elearning-medico-center{
		display: block;
		position:absolute;
	    left:45%;
	    z-index: 20;
	}
}

@media all and (max-width: 1180px){
	.jumbo{
		background-image: url("../../images/jumbotron/jumbotron1080.jpg");
	}
}

@media all and (max-width: 1080px){
	.jumbo{
		background-image: url("../../images/jumbotron/jumbotron1000.jpg");
	}
	.jumbo .contenedor-texto-jumbotron{
		padding: 60px 40px;
	}
	.jumbo .contenedor-texto-jumbotron{
		padding: 120px 40px;
	}
}

@media all and (max-width: 1000px){
	.demo-video{
		padding: 15px 10px 25px;
		display: flex;
		flex-flow: column nowrap;
	}
	.demo-video .contenido{
		width: 100%
	}

	.demo-video .video{
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 35px;
	}
	.demo-video object{
		width: 100%;
		height: 500px;
	}
	.nav-desktop #logo-elearning-medico-center{
		left: 40%;
	}
}

@media all and (max-width: 950px){
	.jumbo{
		background-image: url("../../images/jumbotron/jumbotron850.jpg");
	}
}

@media all and (max-width: 800px){
	.jumbo{
		background-image: url("../../images/jumbotron/jumbotron800.jpg");
	}
	.jumbo .contenedor-texto-jumbotron{
		padding: 60px 10px;

	}
	.jumbo .contenedor-texto-jumbotron .p-principal{
		font-size: 30px;
	}
	.jumbo .contenedor-texto-jumbotron .p-secundario{
		font-size: 14px;
		width: 70%;
	}

	footer{
		flex-flow: column wrap;
		padding: 20px 10px;
	}

	footer .redes{
		border-top: 1px solid #ccc;
		margin-top: 10px;
		padding-top: 20px;
	}
}
@media all and (max-width: 750px){
	.jumbo .contenedor-texto-jumbotron .p-principal{
		font-size: 22px;
	}
}

@media all and (max-width: 680px){
	.jumbo{
		background-image: url("../../images/jumbotron/jumbotron680.jpg");
	}
	.jumbo .contenedor-texto-jumbotron .p-secundario{
		font-size: 14px;
		width: 80%;
	}
	.demo-video object{
		width: 90%;
		height: 350px;
	}
	.nav-desktop #logo-elearning-medico-center{
		left: 40%;
	}
}

@media all and (max-width: 550px){
	.jumbo{
		background-image: url("../../images/jumbotron/jumbotron480.jpg");
	}
}


@media all and (max-width: 500px){
	.nav-desktop #logo-elearning-medico-center{
		left: 25%;
	}
}

/*----------------------------------ALERTAS ------------------*/

.alert-danger {
	background: #fff;
	font-size: 13px;
	border:1px #c74242 solid;
	color: #c74242;
}

.alert-danger li{
	margin-left: 15px;
}

.alert-success{
	border:1px solid #000;
	color:#000;
}

/*************************************** MODAL MENU *********/

.modalContentEmedico{
	border:1px solid #5d5f61;
}
.modalContentEmedico .modal-title span{
	background: #5d5f61;
}
.modalContentEmedico .modalHeaderEmedico{
	background: #000;
	color: #bfccc2;
	border-radius: 0;
	border:0;
}

.modalContentEmedico .modal-body{
	background: #010626;
	color: #bfccc2;
	border-top:1px solid #5d5f61;
}

.modalContentEmedico .modal-footer{
	background: #010626;
	border-top:1px solid #5d5f61;
}


.modal.left .dropdown-item{ /* datos del usuario */
	padding: 0;
}
.modal.left .dropdown-item:hover{ /* datos del usuario */
	background: #000;
	text-decoration: underline;
}


.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
	background: #33a0a7;
	border-right: 1px #5d5f61 solid;
}

.modal.left .mod-header{
	background: #29949b;
	margin: 0px;
	border-bottom: 1px #bababa solid;
	padding: 10px 15px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	min-height: 65px;

}
.modal.left .mod-header .div-img{
	z-index: 10;
}
.modal.left .mod-header img{
	z-index: 10;
	
	position: absolute;
}
.modal.left .modal-content .div-cerrar {
	width: 25px;
	height: 25px;
	color: #babdc2;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}
.modal.left .modal-body {
	padding: 15px 15px 80px;
	background: #33a0a7;
}

.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}


.modal.left .modal-body .nav a{
	color:#fff;
	font-size: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}

/* --------------------------- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
}


/********/

/*-------------------------- MODAL LOGIN -------------*/

.modal-login .modal-dialog, .modal-login .modal-content{
	background: #000;
}

.modal-login .modal-header{
	background: #000;
}

/*------------------------------- Modal Ingresar ------*/

#modalFrmIngresar .modal-content{
	border-radius: 5px;
	border-top:1px solid #5d5f61;
	border-left:1px solid #5d5f61;
	border-right:1px solid #5d5f61;
}

#modalFrmIngresar .modal-header{
	background-color: #33a0a7;	
	color: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 15px 10px 40px 10px;
	height: 50px;
	border-bottom: 1px solid #5d5f61;
}

#modalFrmIngresar .modal-header .left{
	width: 70px;
}
#modalFrmIngresar .modal-header .center img{
	width: 50px;
	position: absolute;
	left: 45%;
	z-index: 20;
}
#modalFrmIngresar .modal-header .right{
	width: 70px;
}

#modalFrmIngresar .modal-header button{
	color:#fff;
}

#modalFrmIngresar .modal-header img{
	width: 50px;
}

#modalFrmIngresar .modal-header img{
	max-width: 140px;
}

.txt-bg-color{
	background: #369ea7;
	color: #fff;
}

#modalFrmIngresar .modal-body{
	background: #fff;
}

#modalFrmIngresar .modal-body label{
	color: #000;
}

#modalFrmIngresar .modal-body input::placeholder{
	
}

#modalFrmIngresar .modal-footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: #fff;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #5d5f61;
}

#modalFrmIngresar .modal-body input{
	
	border: 1px solid #babdc4;
}

#modalFrmIngresar .modal-footer{
	background: #fff;
}

#modalFrmIngresar .modal-footer .enlaces{
	display: flex;
	flex-flow: column wrap;

}

#modalFrmIngresar .modal-footer .enlaces a{
	color: #33a0a7;
	font-size: 12px;
}
#modalFrmIngresar .modal-footer button{
	color: #000;
}

/********/



/*----------------------------- REGISTRO ---------------------------*/

.registro .container img{
	position: absolute;
	z-index:-1;
	max-width: 400px;
}

@media all and (max-width: 992px){
	.registro .container img{
		display: none;
	}
}

.registro .card{
	border-radius: 0;
	background: #fff;
	opacity: 0.8;
}

.registro .datos{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.registro .boton-registro{
	border-radius: 0;
	background: #000;
	color: #fff;
	font-size: 13px;
}

.registro label{
	font-size: 13px;
	color:#000000;
	
	margin:0;
}
.registro input{
	border-radius: 0;
	margin: 0;
}

.registro input::placeholder{
	font-size: 13px;
}

.registro select:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
}

.registro select{
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;	
}

.registro select:focus{
	border-color: #fea001;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.registro .input-group-text{
	background: #fff;
	border:0;
	border-bottom: 1px solid #ccc;
}

.registro .card-header{
	background: #fff;
	color: #000;
}

.registro input:focus{
	border-color: #fea001;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.registro input{
	border: 0;
	border-bottom: 1px #ccc solid;
	padding: 0;
	margin: 0;
	transition: all 0.3s;
}

.registro .input-group-text i{
	color:#666666;
}

/*---------- RADIOS ----------*/

/* The radio-css */
.radio-css {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-css input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #404040;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-css:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-css input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-css input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-css .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*----------------------------- CARRO DE COMPRAS --------------------*/

.carro{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.carro .listado{
	width: 70%;
	padding-right: 20px;
}
.carro .div-total{
	width: 30%;
}

@media all and (max-width: 767px){
	.carro .listado{
		width: 100%;
		padding-right: 0px;
		margin-top: 25px;
		order: 2;
	}
	.carro .div-total{
		width: 100%;
		order: 1;
	}	
}

.div-franja-azul h2{
	font-size: 24px;
	color:#fff;
}

.carro .list-group-item{
	padding: 5px;
}

.carro li img{
	border-radius: 2px;
	width: 100%;
	min-width: 110px;
	max-width: 110px;
}

.carro li .total{
	text-align: right;
	margin-right: 50px;
	font-size: 13px;
	color: #373737;
}

.carro .contenedor-lista{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.carro .contenedor-lista .izquierda{
	display: flex;
	flex-flow: row nowrap;
}

.carro .contenedor-lista .derecha{
	display: flex;
	flex-flow: row nowrap;	
}

.carro .contenedor-lista .img{
	max-width: 120px;
}

.carro .contenedor-lista .titulo-curso{
	max-width: 800px;
	margin-left: 10px;
	height: 70px;
}
.carro .contenedor-lista .titulo-curso a{
	font-size: 14px;
	color: #666666;
}
.carro .contenedor-lista .titulo-curso a:hover{
	text-decoration: none;
}
.carro .contenedor-lista .precio{
	min-width: 110px;
	font-size: 13px;
	color: #4c4c4c;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 4px;
}
.carro .contenedor-lista .opciones{
	margin-right: 10px; 
}

.carro .contenedor-lista .opciones a{
	color: #eb3d3d;
	font-size: 14px;
}

.carro .div-total p{
	font-size: 18px;
	color:#737373;
	margin:0;
	padding: 0;
}

.carro .div-total .total{
	font-size: 34px;
	color:#424242;
	margin-bottom: 8px;
	padding: 0;
}

.carro .div-total button{
	border-radius: 0px;
	height: 45px;
}

@media all and (max-width: 560px){
	.carro .contenedor-lista{
		display: flex;
		flex-flow: column nowrap;
	}
	.carro .derecha{
		display: flex;
		justify-content: flex-end;
	}
}

.opciones-pago{
	display: flex;
	flex-flow: row wrap;
}

.contenedor-medios-pago{
	display: flex;
	flex-flow: column wrap;
	max-width: 170px;
	margin: 0 auto;
	margin-top: 20px;
}

.contenedor-medios-pago .tarjetas{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	max-width:240px;
}
.contenedor-medios-pago .tarjetas img{
	max-width: 40px;
}
.contenedor-medios-pago .tarjetas > div{
	margin:5px 8px;
}

/*----------------------------------- VER CURSO -------------------------*/

.fondo-azul{
    /* background-image: url("../../images/fondos/fondo_azul_curso.jpg");
	background-repeat: no-repeat;
	background-size: cover; */
	background-color: #33a0a7;
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: -1;
}

.cont-ver-curso{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

@media all and (min-width: 1201px){
	.cont-ver-curso{
		max-width: 1100px;
		margin: 0 auto;
	}
}
@media all and (max-width: 1200px){
	.cont-ver-curso{
		padding-left:60px;
		padding-right:60px;
	}
}
.cont-ver-curso .columna-izquierza{
    width:69%;
    padding-right: 25px;
}

.cont-ver-curso .columna-izquierza .descripcion-curso{
    margin-top:105px;
    text-align: justify;
}

.cont-ver-curso .columna-izquierza .reglamento-curso{
	background: #fbfbfb;

}

/*------------------------------------- COMPARTIR ------------*/

.cont-ver-curso .div-compartir{
	color: #555555;
	font-size: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.div-compartir .redes a{
	padding: 5px 10px;
}
.div-compartir .redes a:hover{
	text-decoration: none;
}
.div-compartir .programas a{
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 5px;
	margin-left: 10px;
	color:#003f5e;
}
.div-compartir .programas a:hover{
	text-decoration: none;
	box-shadow: 0 2px 10px 0 rgba(0,85,166,0.2),0 2px 3px 0 rgba(0,85,166,0.19);
	transition: all 0.3s;
}
.bg-facebook{
	color:#4267b2;
}
.bg-facebook:hover{
	color:#5380d9;
}
.bg-twitter{
	color:#1ea1f2;
}
.bg-twitter:hover{
	color:#4bbaff;
}
.bg-whatsapp{
	color: #0dc143;
}
.bg-whatsapp:hover{
	color:#10ed52;
}

/*-------------------------------------------------------*/

.cont-ver-curso .columna-derecha{
    width:31%;
}

.contenedor-caja-comprar .img-curso-grande, .contenedor-caja-comprar .img-curso-mini{
    width: 100%;
}

.caja-comprar .bandera{
	width: 35px;
	margin-bottom: 10px;
}

.caja-comprar .boton-moneda {
	padding: 3px 8px;
}

.cont-ver-curso .columna-izquierza .titulo-curso{
    color:#fff;
    padding-top: 5px;
}

.cont-ver-curso .titulo-curso h1{
    font-size: 22px;
    text-align: justify;
    padding-top: 20px;
    color: #fff;
}

.cont-ver-curso .columna-derecha .contenedor-caja-comprar{
    margin-top: 15px;
    padding:15px;
    border: 1px solid #dadada;
    border-radius: 5px;
    background:#fff;
}

.cont-ver-curso .columna-derecha .contenedor-caja-comprar .caja-comprar{
	padding-top: 20px;
}

.cont-ver-curso .columna-derecha .contenedor-caja-comprar .precio-final{
	color: #757575;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
.cont-ver-curso .columna-derecha .contenedor-caja-comprar .precio-final span{
	color:#eb3d3d;
	font-size: 20px;
	font-weight: bold;
}

.cont-ver-curso .columna-derecha .contenedor-caja-comprar button{
	margin-top: 10px;
	/*letter-spacing: 0.5px;*/
	font-size: 14px;
	color: #fff;
}

.cont-ver-curso .columna-derecha .descripcion-curso, .cont-ver-curso .columna-derecha .titulo-curso, .caja-comprar .div-compartir{
    display: none;
}

.columna-derecha .div-que-incluye{
	margin-top: 25px;
	padding-left: 15px;
	/*border-left: 1px solid #dee2e6;*/
	color: #7a7a7b;
	font-size: 14px;
}

.columna-derecha .div-que-incluye h4{
	font-size: 18px;
	margin: 20px 0;	
	font-weight: bold;
}

.columna-derecha .certificacion{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;/*alineo verticalmente*/
}

/*------------------------------------------------*/

.nav-curso .nav-item{
	font-size: 13px;
	font-weight: bold;
}

.div-que-incluye .cont-iconos-incluye .icono{
	width: 50%;
	margin-top: 15px;
	align-items: center;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	color: #db8b02;
}

.div-que-incluye .cont-iconos-incluye .icono img{
	width: 50px;
}

@media all and (max-width: 991px){
    .cont-ver-curso .columna-izquierza{
        width:60%;
    }
    .cont-ver-curso .columna-derecha{
        width:40%;
    }
    .cont-ver-curso .columna-izquierza .descripcion-curso{
        margin-top:60px;
        text-align: justify;
    }
}

@media all and (max-width: 789px){
	.cont-ver-curso .columna-izquierza .descripcion-curso{
        margin-top:35px;
    }
}

@media all and (max-width: 767px){
    .cont-ver-curso .columna-derecha .contenedor-caja-comprar{
        border: 0;
        padding: 0;
        border-radius: 0px;
        margin-top: 0px;
    }
    .cont-ver-curso .columna-derecha .padding-mobil{
        padding: 10px;
    }
    .cont-ver-curso{
        padding-left: 0px;
        padding-right: 0px;
    }

    .fondo-azul, .cont-ver-curso .columna-izquierza{
        display: none;
    }
    .cont-ver-curso .columna-derecha{
        width: 100%;
    }

    .cont-ver-curso .columna-derecha .contenedor-caja-comprar{
        background-image: url("../../images/fondos/fondo_azul_curso.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
    }

    .cont-ver-curso .contenedor-caja-comprar .caja-comprar{
		background: #fff;
		padding-left: 10px;
		padding-right: 10px;		
	}

	.img-curso-mini{
		display: block;
	}

	.img-curso-grande{
		display: none;
	}

	.cont-ver-curso .contenedor-caja-comprar .caja-comprar .bordes-caja-comprar{
		border: 1px solid #dadada;
		border-radius: 5px;
	
		padding: 15px;
	}
	
	.cont-ver-curso .contenedor-caja-comprar .caja-comprar select{
		margin-top: 10px;
	}

    .cont-ver-curso .columna-derecha .descripcion-curso, .cont-ver-curso .columna-derecha .titulo-curso{
        display: block;
	}

	.caja-comprar .div-compartir{
		display: flex;
		flex-flow: row wrap;
		margin-top: -15px;
		margin-bottom: 5px;
	}

	.caja-comprar .mensaje-seleccione-moneda {
		border-top: 1px solid rgba(0,0,0,.1);
		padding-top: 15px;
	}

}

/*-----------------------------------ESTILOS PARA EL ACORDION -------------------*/

.cont-ver-curso .card-header{
	background: #fefefe;
	border: 1px solid #4e4e4e;
	border-radius: 5px;
	margin-bottom: 9px;
	margin-top: 8px;

	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;/*alineo verticalmente*/
}

.cont-ver-curso .card-header .clases{
	font-size: 12px;
	margin-left: 10px;
	min-width: 60px;
	text-align: right;
	color: #000;
	font-weight: bold;
}

.cont-ver-curso .card-header a{
	color: #4e4e4e;
	border:0;
	cursor: pointer;
	font-size: 14px;
}

.cont-ver-curso .card-header a:hover{
	color: #000;
}
.cont-ver-curso .nav-curso .nav-item{
	color: #555555;
}

.cont-ver-curso .card-header .float-right{
	font-size: 12px;
	color: #555555;
	font-weight: bold;
}

.cont-ver-curso li{
	font-size: 14px;
}

.cont-ver-curso .list-group-item{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;/*alineo verticalmente*/
}

.cont-ver-curso .list-group-item .duracion{
	margin-left: 20px;
	font-size: 12px;
}


.cont-ver-curso .contenedor-contenido-curso{
	margin-top: 20px;
	background: #fdfdfd;
	border:1px solid #ebecec;
	font-size: 14px;
	color:#444444;
	padding: 25px;
	border-radius: 5px;
}

/* Mensaje dentro del producto */

.mensaje-producto {
	margin-top: 25px;
	padding: 15px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
}

.mensaje-producto-amarillo {
	background-color: #fec019;
	color:#202428;
}

.mensaje-producto-rojo {
	background-color: #db3544;
	color: #fff;
}

.mensaje-producto-verde {
	background-color: #25a647;
	color: #fff;
}

.mensaje-producto-azul {
	background-color: #0f7bfd;
	color: #fff;
}

/*---------------------------- BOLETIN -------------*/

.boletin{
	margin-top: 40px;
}

.boletin button{
	border: 0;
	padding: 6px 10px;
}

.boletin .p-saber{
	color:#3f3f3f;
	font-weight: bold;
	margin: 0;
	margin-bottom: 3px;
}

.boletin .p-novedades{
	color: #525252;
	margin-bottom: 5px;
}

/*----------------------------------- BUSQUEDA ------------*/

.busqueda .list-group .list-group-item{
	display: flex;
	flex-flow: row nowrap;
	padding:5px;
}

.busqueda .imagen img{
	max-width: 180px;
}

@media all and (max-width: 700px){
	.busqueda .imagen img{
		max-width: 120px;
	}
}

.busqueda .contenedor-descripcion{	
	padding-left: 15px;
}

.busqueda .contenedor-descripcion .titulo{	
	max-height: 50px;
}

.busqueda .contenedor-descripcion a{
	color: #373737;
	font-size: 16px;
	font-weight: bold;
}

.busqueda .contenedor-descripcion .contenedor-objetivo{
	font-size: 14px;
}

.busqueda .contenedor-descripcion .contenedor-objetivo p{
	margin: 0;
}

.busqueda .contenedor-descripcion .horas{
	font-size: 13px;
	color: #535353;
}

.busqueda .contenedor-descripcion .objetivo{
	max-height: 50px;
	padding-top: 5px;
}

/*----------------------------------- RESULTADOS DE BÚSQUEDA ------*/

.contResultados{
	display: flex;
	flex-flow: row nowrap;
}

.contResultados img{
	width: 75px;
}

.resultados .list-group-item{
	padding: 5px 10px;
}

.resultados .contTitulo{
	margin-left: 15px;
}

.resultados .contResultados a{
	color: #0f2d51;
	font-size: 14px;
	font-weight: bold;
}
.resultados .contResultados a:hover{
	color: #000;
}
.resultados .contResultados .p-categoria{
	font-weight: bold;
	font-size: 12px;
	margin:0;
	padding: 0;
}
.resultados .contResultados .p-duracion{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
}
.resultados .contTitulo a:hover{
	color: #666;
	text-decoration: underline;
}
/*----------------------------------- FOOTER -------------*/

footer{
	background: rgb(34,193,195);
background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(54,170,177,1) 100%);
	margin-top: 40px;
	color:#fff;
	font-size: 13px;
}

footer .enlaces{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

footer .enlaces .columnas{
	display: flex;
	flex-flow: column wrap;
	padding-top: 35px;
}
footer .enlaces .columnas span{
	margin-bottom: 30px;
	color:#fff;
	font-weight: bold;
}
footer .enlaces .columnas a{
	color: #fff;
	font-size: 13px;
	margin-bottom: 8px;
}

@media all and (max-width: 767px){

	footer .columnas{
		width: 50%;
	}
}

footer .logos{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-top: 1px solid #23787e;
}

footer .logos .logo{
	width: 70px;
}

footer .redes-sociales{
	display: flex;
	flex-flow: row wrap;
}

footer .redes-sociales .red-social{
	border-radius: 50%;
	color: #23787e;
	background: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 18px;
	padding-top: 2px;
}

footer .redes-sociales .red-social:hover{
	background: #000;
	color: #fff;
}

footer .politicas{
	font-size: 12px;
}

footer .politicas a{
	text-decoration: underline;
	color: #fff;
}

footer .politicas a:hover{
	text-decoration: none;
}