
/* --- Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;900&family=Open+Sans:wght@400;700&display=swap');

/* --- Base --- */
body
{
	font-family: 'Open sans', sans-serif;
	color: #373737;
}
input[type="file"]
{
	cursor: pointer;
}
em
{
	font-style:italic;
}
.bg-light
{
	background-color: #F0F0FF !important;
}
a 
{
	color: #0000BC;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #FFC700;
	text-decoration: underline;
}
.buttons
{
	text-align: center;
	width: 100%;
}
.error
{
	color: red;
}

h1
{
	font-family: 'Merriweather', sans-serif;
}
h2
{
	font-family: 'Merriweather', sans-serif;
	font-weight: bold;
	font-size: 26px;
}
h3
{
	font-family: 'Merriweather', sans-serif;
	font-size: 30px;
}

hr
{
	border-width: 2px;
    color: #e5e5e5;
	margin: 8px 0;
}
.mt-6 
{
	margin-top: 4rem;
}
.mt-7 
{
	margin-top: 5rem;
}
.mt-8 
{
	margin-top: 6rem;
}
.mt-9 
{
	margin-top: 7rem;
}
.mt-10 
{
	margin-top: 9rem;
}
.mb-6 
{
	margin-bottom: 4rem;
}
.mb-7 
{
	margin-bottom: 5rem;
}
.mb-8 
{
	margin-bottom: 6rem;
}
.mb-9 
{
	margin-bottom: 7rem;
}
.mb-10 
{
	margin-bottom: 10rem;
}

.background-blue
{
	background-color: #F8F8FF;
}
.bg-light
{
	background-color: #F8F8FF;
}
label
{
	font-size: 14px;
	font-weight: 700;
	margin: 15px 0 10px 0;
}

input[type=file]::file-selector-button
{
	background-color: #0000BC;
	color: #fff;
	padding: 6px 10px;
}
	input[type=file]::file-selector-button:hover 
	{
		cursor: pointer;
	}
input[type=file]
{
	border: 1px solid #0000BC;
    border-radius: 8px;
    padding: 0;	
	width: 100%;
}
input[type=radio]
{
	accent-color: #0000BC;
	width: 20px;
    height: 20px;
    vertical-align: middle;
	cursor: pointer;	
    margin-right: 4px;
    margin-left: 12px;
}
.label-checkbox
{
	padding: 0;
	font-weight: normal;
}
.dropdown-toggle:after
{
	content: '';
	border: none;
}
.avatar 
{
	border-radius: 200px;
}

.progress, 
.progress-stacked
{
	--bs-progress-bar-bg: #FF6655;	
	background-color: #fff;
    border: 1px solid #E5E5E5;
	border-radius: 100px;
	height: 22px;
	width: 90px;
}
	.progress.full .progress-bar
	{
		background-color: #0000BC;
	}
.video-player
{
	min-height: 400px;
}
#SignUpForm
{
	width: 450px;
}
	#SignUpForm #pass
	{
		float: none;
		display: block;
		width: 250px;
	}
	#SignUpForm #SignUpButton
	{
		margin: 15px auto 0;
	}

	#SignUpForm #StrengthDisp
	{
		padding: 4px 8px;
	}
	#SignUpForm #StrengthDisp.weak
	{
		background-color: #f01111;
		color: #FFF !important;
	}
	#SignUpForm #StrengthDisp.middle
	{
		background-color: #f011dd;
		color: #FFF !important;
	}
	#SignUpForm #StrengthDisp.strong
	{
		background-color: #16c507;
		color: #FFF !important;
	}

.col-form-label
{
	width: 100%;
}

#PaymentForm
{
	width: 800px;
}
	#PaymentForm .button
	{
		padding: 40px 0 10px;
		text-align: center;
	}
	#PaymentForm .mensual,
	#PaymentForm .anual,
	#PaymentForm .lifetime
	{
		width: 235px;
		margin-right: 15px;
		padding: 15px;
		border: 1px solid #ccc;
	}
	#PaymentForm .mensual:hover,
	#PaymentForm .anual:hover,
	#PaymentForm .lifetime:hover
	{
		background-color: #fafafa;
	}

.form-control.error
{
	border-color: #FF6655;
}
#login .msg
{
	color: #FF6655;
}
.alert
{
	border-color: #FF6655;
	color: #FF6655;
	background-color: #FFF;
	text-align: center;
}
	.alert.alert-success
	{
		border-color: #0000BC;
		color: #0000BC;
	}
.alert-warning
{
	background-color: #ffe69c;
}


/* =Cookie
---------------------------------------------- */
#cookie-law
{
	background-color: #EEE;
    border-top: 0.2rem solid #666;
    bottom: 0;
	font-size: 0.8rem;
    padding: 1rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}
	#cookie-law > a
	{
		color: #333;
	}
	a#cookie-button
	{
		background-color: #222;
		color: #FFF;
		display: inline-block;
		font-weight: bold;
		margin: 0.5rem 1rem 0;
		padding: 1rem;
	}

/* ----- Menú ----- */
.header_container
{
	background-color: #0000BC;
}
#menu
{
	height: 137px;
}
	.navbar-brand
	{
		margin-right: 45px;
		margin-left: -10px;
	}
	#menu form input
	{
		background-color: transparent;
		border: 1px solid #FFF;
		border-radius: 8px;
		color: #FFF;
		height: 40px;
		margin-right: 9px;
		font-size: 14px;
		width: 274px;
	}
	#menu form input::placeholder{
		color: #FFF;
	}
	.navbar-expand-xxl .navbar-nav .nav-link.item-strong
	{
		font-weight: bold;
		padding: 8px 0;
		margin-right: 24px;
	}
	#menu .nav-link
	{
		color: #FFF;
		font-weight: bold;
	}
		#menu .nav-link:hover,
		#menu .nav-link.show,
		#menu .nav-link.active
		{
			text-decoration: none;
			color: #FFC700;
		}
	#menu .nav-link.dropdown-toggle:hover 
	{
		text-decoration: none;
	}
	#menu .navbar-toggler
	{
		color: #fff;
    	border: 1px solid #fff;
	}
	#menu #navbarSupportedContent {
		background-color: #0000BC;
		width: 310px;
		text-align: left;
		position: absolute;
		right: 0;
		top: 65%;
		padding: 20px;
		z-index: 100;
	}
	#menu .avatar 
	{
		border: 2px solid #FFC700;
	}
	#menu .avatar:hover 
	{
		border-color: #FF6655;
	}

.navbar-nav .nav-item .notifications
{
	background-image: url('../img/icons/notificacion-white.svg');
	background-repeat: no-repeat;
    background-position: center center;
	background-size: 20px 22px;
    text-indent: -900rem;
    width: 22px;
    height: 58px;
    margin-right: 10px !important;
	position: relative;
}
	.navbar-nav .nav-item .notifications:hover,
	.navbar-nav .nav-item .notifications.active
	{
		background-image: url('../img/icons/notificacion-yellow.svg');
		background-size: 20px 22px;
	}

	
.header-personalized
{
	height: 96px;
}
	.header-personalized .container 
	{
		display: flex;
		align-items: center; /* Centra la imagen verticalmente */
		justify-content: flex-end; /* Alinea la imagen a la derecha */	
		height: 100%;
	}
#users .header-personalized
{
	display: flex;
	align-items: center; /* Centra la imagen verticalmente */
	justify-content: flex-end; /* Alinea la imagen a la derecha */	
}

/* ----- Footer ----- */
.footer-container
{
	background-color: #00004B;
}
footer a
{
	color: #FFF;
	text-decoration: none;
}
	footer a:hover 
	{
		color: #FFC700;
		text-decoration: none;
	}
footer p
{
	color: #FFF;
	margin-bottom: 10px;
}
	footer a.demo 
	{
		color: #FFC700 !important;
	}
footer .social-network img
{
	vertical-align: bottom;
    padding-right: 6px;
}



/* ----- Componentes ----- */
.hero
{
	background: transparent url(../img/fondo-degradado-white.png) repeat-y 0 0;
	height: 475px;
	width: 100%;
	margin-bottom: 100px;
	position: relative;
	overflow: hidden;
	background-size: contain;
}
	.hero img
	{
		position: absolute;
		top: 24px;
		z-index: -1;
		width: 500%; 
		animation: scroll 35s linear infinite; /* velocidad*/
	}	
	@keyframes scroll {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%); 
		}
	}

	.hero h1 strong
	{
		font-size: 32px;
		padding: 20px 0 36px 0;
		display: block;
	}
	.hero h1 span 
	{
		display: block;
		font-size: 20px;
		font-weight: 400;
	}
	.hero h1 a
	{
		display: inline-block;
	}


.hero-mini
{
	background-color: #0000BC;
	padding: 46px;
	border-radius: 24px;
}
#index .hero-mini
{
	margin-top: -13%;
}
	.hero-mini .h3 
	{
		font-size: 30px;
		color: #FFF;
		font-weight: bold;
	}
	.hero-mini strong 
	{
		display: block;
		margin-bottom: 14px;
		margin-top: 20px;
		font-family: 'Merriweather';
	}
	.hero-mini p 
	{
		font-size: 22px;
		font-weight: normal;
	}
	.hero-mini .button-orange
	{
		display: inline-block;
		margin-top: 28px;
	}
		.hero-mini .button-orange:hover,
		#ad_platform .button-orange:hover
		{
			color: #0000BC;
		}
.hero-block
{
	position: relative;
    background-image: url('../img/portada-bloque-destacado.jpg');
    background-size: cover;
    min-height: 250px;
    background-position: center;
	border-radius: 16px;
}
	.hero-block .content 
	{
		padding: 7% 0 0 5%;
	}
	.hero-block h3
	{
		font-size: 32px;
		font-weight: bold;
		color: #FFF;
	}
	.hero-block p
	{
		font-size: 14px;
		color: #fff;
		margin: 2px 0 24px;
	}
	.hero-block .button-dark
	{
		background: #0000BC url('../img/icons/flecha-derecha-amarilla.svg') no-repeat scroll right 20px center;
		padding: 16px 50px 16px 24px !important;
		text-transform: uppercase;
		border-radius: 200px;
		margin: 0 16px 0 0;
	}

.highlight
{
	background-color: #D9D9D9;
	padding: 40px 0;
}
	.highlight p
	{
		margin-bottom: 0;
	}

.section-blue
{
	background-color: #F0F0FF;
	padding-top: 100px;
	padding-bottom: 300px;
	overflow: hidden;
}	
	.section-blue img 
	{
		border-radius: 8px;
		border: 2px solid #FFF;
	}
	.section-blue .button-orange 
	{
		display: inline-block;
		margin-top: 20px;
	}

.button-dark
{
	background-color: #0000BC;
	border-radius: 4px;
	border: 0;
	color: #FFF;
	font-weight: bold;
	padding: 8px 16px !important;
	margin: 8px 16px;
	text-decoration: none;
	text-align: center;
}
	.button-dark:hover
	{
		color: #FFF;
		background-color: #7878F4;
		text-decoration: none;
	}

a.button-light
{
	background-color: #7878F4;
	color: #FFF;
	display: inline-block;
	border-radius: 4px;
	padding: 8px 16px;
	margin: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	width: fit-content;
}
	.button-light:hover,
	.button-light.active
	{
		color: #FFF;
		background-color: #0000BC;
		text-decoration: none;
	}

.button-form
{
	border-radius: 100px;	
    padding: 8px 38px !important;
	min-width: 196px;
}
	.button-form:hover 
	{
		text-decoration: none;
	}

.button-yellow
{
	background-color: #FFC700;
	font-weight: 900;
	color: #0000BC !important;
	text-decoration: none;
	border-radius: 200px;
	padding: 8px 26px !important;
}
	.button-yellow:hover 
	{
		background-color: #FFDE69;
		text-decoration: none;
	}
	#menu .button-yellow
	{
		height: 48px;
		line-height: 32px;
	}


.button-orange
{
	background-color: #FF6655;
	border-radius: 200px;
	font-family: 'Open sans';
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	padding: 16px 26px;
}	
	.button-orange:hover 
	{
		color: #FFF;
		text-decoration: none;
		background-color: #FFCC00;
	}

.button-block-personalized
{
	border-radius: 8px;
	background-color: #F8F8FF;
	border: 1px solid #0000BC;
	color: #0000BC;
	width: 100%;
	padding: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
}
	.button-block-personalized:hover,
	.button-block-personalized.active
	{
		background-color: #0000BC;
		color: #fff;	
		text-decoration: none;	
	}

span.new 
{
	border: 2px solid #FFC700;
    border-radius: 4px;
    color: #FFC700;
    padding: 8px 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 16px 0;
}

.download
{
	background: #0000BC url('../img/icons/descargar-white.svg') no-repeat 97% center;
	width: auto;
    padding: 2px 28px 2px 8px !important;
}
.text-company
{
	color: #FFF;
	font-size: 18px;
}
.text-power 
{
	color: #FFC700;
	font-size: 20px;
	font-weight: bold;
}

.duration
{
	display: flex;
	font-size: 14px;
}

.notification-dot
{
	top: 21px;
    left: 18px;
    padding: 6px;
}
.notifications-list 
{
	background-color: #F8F8FF;
	border: 2px solid #F8F8FF;
	border-radius: 8px;
	list-style: none;
	padding: 2px;
}
	.notifications-list li
	{
		background-color: #FFF;
		padding: 20px 26px;
		margin-bottom: 2px;
	}
	.notifications-list li.noview
	{
		background-color: #F8F8FF;
		border-bottom: 1px solid #FFF;
	}
		.notifications-list li p
		{
			margin-bottom: 0;
		}
		.notifications-list li .time
		{
			font-size: 14px;
			padding-top: 4px;
		}
		.notifications-list:first-child li
		{
			border-radius: 8px 8px 0 0;
		}
		.notifications-list:last-child li
		{
			border-radius: 0 0 8px 8px;
		}

.pagination
{
	color: #0000BC;

}
	.pagination a
	{		
		border: 2px solid #0000BC;
		border-radius: 4px;
		color: #0000BC;
		padding: 2px 8px;
		box-shadow: none;
		text-decoration: none;
		margin-right: 2px;
	}
	.pagination a:hover,
	.pagination .active a
	{
		background-color: #0000BC;
		color: #FFF;
	}
	.pagination .page_total
	{
		margin-right: 8px;
	}


/* ----- Portada ----- */


/* ----- Bloques ----- */
.categories
{
	margin-bottom: 75px;
}
	#categories .description-text
	{
		background-color: #F8F8FF;
		border-radius: 16px;
		padding: 48px 42px;
		margin: 0 auto;
	}
		#categories .description-text p
		{
			margin: 30px 0 0 0;
		}

.subcategories
{
	margin-bottom: 50px;
	margin-top: -50px;
}
	.subcategories .button-light,
	.button-light.subcat
	{
		background-color: #fff;
		color: #7878F4;
		border: 1px solid #7878F4;
	}
		.subcategories .button-light:hover,
		.subcategories .button-light.active,
		.button-light.subcat:hover,
		.button-light.subcat.active
		{
			background-color: #0000BC;
			color: #FFF;
		}


.blocks 
{
	margin: -8px -18px 75px -19px;
}
.block 
{
    height: 248px;
    min-width: 370px;
    max-width: 408px;	
}
	.block a
	{
		border-radius: 16px;
		height: 100%;
		text-decoration: none;
	}
	.block .button-light
	{
		margin: 0 8px 8px 8px;
		border-radius: 4px;
	}
		.block .button-light:hover 
		{
			background-color: #0000BC;
		}
	.block h2 
	{
		font-size: 20px;		
		color: #FFF;
		margin: 0 16px;
		text-wrap: balance;
	}	
	.block .diploma
	{
		margin: 48px 16px;
	}
	.block .category
	{
		margin: 20px 4px 20px 12px;
		text-wrap: balance;
	}
		.block .category a
		{
			margin-right: 0;
		}
	.block .description
	{
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		margin-bottom: 6px;
	}
	.block .info 
	{
		bottom: 16px;
	}
	.block .progress-container {
		background-color: #F3F3FFCC;
		z-index: 10;
		position: absolute;
		width: 90%;
		height: 4px;
		bottom: 7px;
		border-radius: 20px;
		left: 5%;
	}		
		.block .progress-bar {
			position: absolute;
			bottom: 0;
			left: 0;
			height: 4px;
			background-color: #FF6655;
			border-radius: 20px;
		}


.blocks-slider
{
	margin: -8px -12px 75px -12px;
	position: relative;	
	white-space: nowrap;
}
.blocks-slider-container
{
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.blocks-slider::-webkit-scrollbar {
    display: none;
}
	.blocks-slider .block 
	{
		margin: 8px 10px 12px 10px;
	}
.scrollLeft, .scrollRight {
	background: transparent url(../img/icons/flecha-izquierda-amarilla.svg) no-repeat center center;
	background-size: 35px;
    position: absolute;
    top: 8px;
    z-index: 10;
    height: 93%;
    border: 0;
    text-indent: -900em;
    width: 100px;
}
.scrollLeft {
    left: 0;
	display: none;
}
.scrollRight {
    right: 0;
	background-image: url('../img/icons/flecha-derecha-amarilla.svg');
}
.scrollLeft:hover 
{
	background: transparent url(../img/icons/flecha-izquierda-azul.svg) no-repeat center center;
	background-size: 35px;
}
.scrollRight:hover
{
	background: transparent url(../img/icons/flecha-derecha-azul.svg) no-repeat center center;
	background-size: 35px;
}




.videosList
{
    list-style: none;
    padding: 0;
}
	.videosList li a
	{
		background-color: #F8F8FF;
		color: #000;		
		padding: 12px;
		margin-bottom: 6px;
		text-decoration: none;
		position: relative;
	}
		.videosList a:hover,
		.videosList .active a
		{
			background-color: #FFC700;
		}
		.videosList .title 
		{
			background: transparent url("../img/icons/candado.svg") no-repeat 0 center;	
			font-size: 16px;
			font-weight: bold;
			padding-left: 28px;
			line-height: 22px;
		}
		.videosList .view .title,
		.videosList .open .title 
		{
			background-image: url("../img/icons/candado-abierto.svg");
		}
		.videosList .completed,
		.videosList .nocompleted
		{
			background: transparent url('../img/icons/check.svg') no-repeat 0 center;
			background-size: 16px;
			width: 16px;
			height: 18px;
			display: block;
			margin-left: 8px;
		}
		.videosList .completed
		{
			background: transparent url('../img/icons/check-blue.svg') no-repeat 0 center;
			background-size: 16px;
		}




.skills 
{
	list-style: none;
    padding: 0;
    margin-left: -12px;
	margin-bottom: 24px;
	display: flex;
}
	.skill 
	{
		border: 1px solid #FF6655;
		border-radius: 8px;
		color: #FF6655;
		padding: 4px 8px;
		font-size: 14px;
		margin: 0 8px 8px 8px;
		text-decoration: none;
		text-transform: uppercase;
		
		display: inline-block;
	}
	.skill:hover 
	{
		color: #FFC700;
		border-color: #FFC700;
		text-decoration: none;
	}

.population 
{
	margin-top: -20px;
}
	.population img,
	.population p,
	.population .profiles-pics
	{
		display: inline-block;
	}
	.population .profiles-pics
	{
		padding-left: 25px;
	}
		.population .profiles-pics .avatar 
		{
			border-color: #0000BC;
			margin-left: -25px;
		}

.profile-options
{
	background-color: #F8F8FF;
    border: 0;
	width: 254px;
	left: auto !important;
	right: 0;
}
	.profile-options li{
		position: relative;
	}
	.profile-options .notification-dot
	{
		left: 7px;
		top: 16px;
	}

.menu-users
{
	border-radius: 8px;
	list-style: none;
	padding: 0;
}
	.menu-users li 
	{
		margin-bottom: 2px;
	}
		.menu-users li a
		{
			display: block;
			background-color: #F8F8FF;
			background-position: 25px center;
			background-repeat: no-repeat;
			color: #373737;
			font-size: 18px;
			min-height: 72px;
			padding: 24px 0 24px 65px;
			text-decoration: none;
		}
		.menu-users li a:hover,
		.menu-users li a.active 
		{
			background-color: #0000BC;
			color: #FFF;
			stroke: #FFF;
		}

		.menu-users .edit a
		{
			background-image: url('../img/icons/persona.svg');
		}
			.menu-users .edit a:hover,
			.menu-users .edit a.active
			{
				background-image: url('../img/icons/persona-white.svg');
			}
		.menu-users .profiles a
		{
			background-image: url('../img/icons/grupo.svg');
		}
			.menu-users .profiles a:hover,
			.menu-users .profiles a.active
			{
				background-image: url('../img/icons/grupo-white.svg');
			}
		.menu-users .plan a
		{
			background-image: url('../img/icons/archivo.svg');
		}
			.menu-users .plan a:hover,
			.menu-users .plan a.active
			{
				background-image: url('../img/icons/archivo-white.svg');
			}
		.menu-users .stats a
		{
			background-image: url('../img/icons/estadisticas.svg');
		}
			.menu-users .stats a:hover,
			.menu-users .stats a.active
			{
				background-image: url('../img/icons/estadisticas-white.svg');
			}
		.menu-users .notifications a
		{
			background-image: url('../img/icons/notificacion.svg');
		}
			.menu-users .notifications a:hover,
			.menu-users .notifications a.active
			{
				background-image: url('../img/icons/notificacion-white.svg');
			}
		.menu-users .help a
		{
			background-image: url('../img/icons/pregunta.svg');
		}
			.menu-users .help a:hover,
			.menu-users .help a.active
			{
				background-image: url('../img/icons/pregunta-white.svg');
			}
		.menu-users li:first-child a 
		{
			border-radius: 8px 8px 0 0;
		}
		.menu-users li:last-child a 
		{
			border-radius: 0 0 8px 8px;
		}


.call-link
{
	margin-right: 10px;
}
	.call-link .nav-link.show 
	{
		color: #0000BC;
	}
	.call-link a:after
	{
		border: none;
		content: '';
	}
.call-popup
{
	background-color: #F0F0FF;
	border: 2px solid #C6C6E7;
	border-radius: 8px;
	left: -130px !important;
	padding: 8px 16px 16px 16px;
	width: 275px;
	position: relative;
}
	.call-popup .tick
	{
		background: transparent url('../img/call-popup-tick.svg') no-repeat scroll 0 0;
		width: 23px;
		height: 11px;
		position: absolute;
		top: -11px;
		right: 65px;
	}
	.call-popup h3 
	{
		font-size: 18px;
		padding: 0 0 0 10px;
		color: #0000BC;
	}
	.call-popup img
	{
		border-radius: 200px;
		border: 2px solid #C6C6E7;
	}
	#menu .call-popup form input
	{
		background-color: #FFF;
		color: #000;
		margin-bottom: 8px;
		padding-left: 14px;
		padding-right: 14px;
		width: 100%;
		font-size: 16px;
		font-weight: normal;
	}
	#menu .call-popup form input::placeholder
	{
		color: #000;
	}
	.call-popup form button 
	{
		text-transform:capitalize;
		margin: 0;
		border-radius: 200px;
		width: 100%;
	}
	.call-popup .callphone
	{
		font-weight: bold;
		font-size: 19px;
		padding: 16px 0 10px 0;
		border-bottom: 1px solid #C6C6E7;
	}




.search-input
{
	background: transparent url(../img/icons/buscar-white.svg) no-repeat 9px center;
	padding-left: 36px;
}

#videoOverlay
{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,.85);
    text-align: center;
    font-size: 20px;
    color: #FFF;
    padding: 24% 18%;
	z-index: 10000;
}


/* ----- Secciones -----*/
.testimonials
{
	padding: 50px;
}
	.testimonials h2 
	{
		background: transparent url(../img/icons/thump-up.svg) no-repeat 0 0;
		text-indent: 48px;
		font-size: 26px;
		padding: 5px;
	}
	.testimonials .carousel
	{
		background-color: #FFC700;
		border-radius: 24px;
	}


.carousel-item
{
	padding: 40px;
}
	.carousel-item img
	{
		border-radius: 18px;
		border: 1px solid #FFF;
	}
	.carousel-text 
	{
		padding-left: 30px;
		position: relative;
	}
		.carousel-text .author 
		{
			bottom: 0;
		}
		.carousel-text cite 
		{
			background: transparent url(../img/icons/quotes.svg) no-repeat scroll 100px 0;
			font-family: 'Merriweather';
			font-size: 32px;
			font-weight: normal;
			font-style: normal;
			padding-top: 90px;
		}
		.carousel-text span 
		{
			font-size: 14px;
			display: inline-block;
		} 


.bloque .video 
{
	position: relative;
	margin-bottom: 32px;
	min-height: 259px;
}
	.bloque .video .no-play,
	.bloque .video #videoRecomendado
	{
		position: absolute;
		text-align: center;
		color: #FFF;
		top: 0;
		left: 0;		
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 188, 0.80);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.bloque .video #videoRecomendado
	{
		background-color: rgba(0, 0, 188, 1);
		display: none;
	}
		.bloque .video .no-play h4,
		.bloque .video #videoRecomendado h4
		{
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 30px;
		}
		.bloque .video #videoRecomendado img
		{

		}
		.bloque .video #videoRecomendado ul a
		{
			color: #FFF;
		}
.bloque h1
{
	font-size: 30px;
	font-weight: bold;
}
.bloque .categories 
{
	justify-content: left !important;
    /*margin-left: -16px;*/
	margin-bottom: 20px;
}
	.bloque .categories .button-light
	{
		margin: 8px 14px 0 0;
	}

.bloque h3,
.bloque .h3
{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 32px;
}
.bloque .description p 
{
	margin-bottom: 32px;
}
	.bloque .description .duration 
	{
		background: transparent url("../img/icons/reloj.svg") no-repeat 0 center;	
		display: inline-block;
		padding-left: 24px;
		font-size: 16px;
	}
	.bloque .description .diploma
	{
		background: transparent url("../img/icons/certificado.svg") no-repeat 0 center;	
		padding-left: 24px;
		background-size: 20px;
		margin-left: 20px;
	}

.planes-list
{
	list-style: none;
	padding: 0;
}	
	.planes-list li 
	{
		background: transparent url(../img/icons/check-black.svg) no-repeat right center;
		border-bottom: 1px solid #E5E5E5;
		padding: 8px 0;
		font-weight: bold;
		font-size: 18px;
	}

.buttons-list
{
	height: auto;
	padding: 30px 0;
	margin-right: -28px;
}
	.buttons-list a
	{
		margin: 0 3% 0 0;
		display: inline-block;
		width: 30%;
	}


	.accordion-item
	{
		border: none;
		border-radius: 8px;
		margin-bottom: 28px;
		box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);	
	}
		.accordion-header
		{
			font-family: 'Open sans';			
		}
		.accordion-button
		{
			font-size: 22px;
			font-weight: bold;
			border-radius: 8px;
			color: #170F49;
			padding: 48px 24px;
		}
		.accordion-button:not(.collapsed)
		{
			background-color: #FFF;
			border-radius: 8px 8px 0 0;
			border: 2px solid #0000BC;
			border-width: 2px 2px 0 2px;
			box-shadow: none;
			padding-bottom: 5px;
		}
			.accordion-button:after
			{
				background: transparent url(../img/icons/round-right.svg) no-repeat 0 center;
				width: 52px;
				height: 52px;
			}
			.accordion-button:not(.collapsed):after
			{
				background: transparent url(../img/icons/round-down.svg) no-repeat 0 center;
				transform: none;
			}

		.accordion-collapse.show
		{
			border-radius: 0 0 8px 8px;
			border: 2px solid #0000BC;
			border-width: 0 2px 2px 2px;
		}
		.accordion-body
		{
			color: #6F6C90;
			font-size: 18px;			
			padding-bottom: 30px;
		}

#users .login-links a
{
	color: #2C2C2C;
	text-decoration: none;
}
	#users .login-links a:hover 
	{
		text-decoration: underline;
	}
#users .plan h5
{
	color: #0000BC;
}
#users .plan li 
{
	margin-bottom: 4px;
}
#users .form-control 
{
	border-color: #7878F4;
}
#users .name 
{
	padding: 35px 0 0 30px;
}
	#users .rango 
	{
		font-size: 18px;
		color: #0000BC;
	}
	#users .fullname
	{
		font-size: 28px;
	}
#users .avatar 
{
	position: relative;
}
	#users .avatar-pic
	{
		border-radius: 200px;
		max-width: 140px;
		max-height: 140px;
		width: 140px;
	}
#users #btn-upload-avatar
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border: 0;
	background-color: rgba(0,0,0, 0.5);
	text-align: center;
	margin: 0 0 0 12px;
	border-radius: 200px;
	color: #fff;
	width: 140px;
}
	#users .avatar:hover #btn-upload-avatar
	{
		display: block;
	}
#users .title-section,
.title-section th
{
	background-color: #2C2C2C;
	color: #FFF;
	font-size: 16px;
    padding: 12px;
	border-radius: 8px 8px 0 0;
}
	.title-section th:first-child {
		border-top-left-radius: 8px;
	}
	.title-section th:last-child {
		border-top-right-radius: 8px;
	}
	.title-section th {
		border-radius: 0;
	}
.title-section h2{
	display: inline;
}
#users .fields .btn-group label 
{
	margin: 0;
	border: 0;
}

.date-selector .button-dark.dateSelector
{
	padding: 2px 16px !important;
}

.explain
{
	font-size: 12px;
}

.blocks-selector 
{
	background-color: #F8F8FF;
    padding: 40px;
    border-radius: 8px;
}
	.blocks-selector h3 
	{
		font-size: 24px;
		font-family: 'Merriweather';
	}
	.tag,
	.blocks-selector .tag 
	{
		border: 2px solid #7878F4;
		display: inline-block;
		border-radius: 6px;
		cursor: pointer;
		padding: 3px 10px;
		font-weight: bold;
		color: #7878F4;
		margin-right: 8px;
		margin-bottom: 8px;
		position: relative;
	}
	.tag .delete 
	{
		position: absolute;
		top: 0;
		background-color: #fff;
		width: 100%;
		height: 100%;
		padding: 0;
		left: 0;
		border-radius: 6px;
		color: #f00;
		text-align: center;
		padding: 2px 0 0 0;
	}
	.blocks-selector .selector
	{
		display: inline-block;
	} 
		.blocks-selector .selector select
		{
			border: 2px solid #7878F4;
			color: #0000BC;
			cursor: pointer;
			border-color: #0000BC;
			background: #fff url('../img/icons/vector down.svg') no-repeat right 8px center;
			padding: 3px 40px 3px 10px;
			max-width: 200px;
		}
	.blocks-selector .button-form
	{
		width: auto;
	}

.date-selector 
{
	text-align: right;
}
	.date-selector .d-inline-flex
	{
		width: auto;
	}	
	.date-selector input 
	{
		padding: 2px 4px;
		width: 100px;
	}
	.date-selector label 
	{
		margin: 0 4px 0 16px;
	}
	.date-selector .button-dark
	{
		padding: 6px 16px !important;
		min-width: auto;
		margin: 0;
	}
		.users-list .title h3
		{
			font-size: 24px;
			display: inline-block;
			font-weight: bold;
		}
		.users-list .title .button-dark
		{
			padding: 4px 10px !important;
			vertical-align: top;
			min-width: auto;
			margin: 0;
		}
	.users-list td
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.users-list .tag
	{
		margin: 0;
	}
	.users-list .user 
	{
		background: transparent url('../img/icons/perfil.svg') no-repeat 0 center;		
		padding-left: 24px;
	}

.diploma-link
{
	background: transparent url('../img/icons/descargar-2.svg') no-repeat left 0;
	text-indent: -9000rem;
	display: block;
	width: 50px;
	margin: 0 auto;
}
	#users .diploma
	{
		background: transparent url('../img/icons/diploma.svg') no-repeat center 0;
		display: block;
		width: 20px;
    	height: 22px;
		margin: 0 auto;		
		opacity: 0.4;
	}
	#users .diploma-link .diploma
	{
		float: right;
		opacity: 1;
	}

.blocks-realized,
.diplomas-obtained,
.blocks-view,
.videos-view
{
	background-color: #FFF;
	padding: 14px 12px;
	font-size: 12px;
}
.blocks-realized-table
{
	background-color: #F8F8FF;
	width: 100%;
}

	.blocks-realized-table .blocks-col-1
	{
		width: 400px;
	}
	.blocks-realized-table .blocks-col-2
	{
		min-width: 160px;
	}


	.blocks-realized-table h2 
	{
		font-size: 22px;
		margin: 0;
	}
	.blocks-realized-table th 
	{
		font-size: 18px;
		font-family: 'Open Sans';
	}
	.blocks-realized-table tr 
	{
		border-bottom: 1px solid #C6C6E7;
	}



#ad_platform
{
	background-color: #0000BC;
	border-radius: 24px;
	padding: 24px;
}
	#ad_platform img 
	{
		border-radius: 24px;
	}
	#ad_platform h3
	{
		font-family: 'Open Sans';
		font-size: 40px;
		font-weight: bold;
		color: #FFF;
	}
		#ad_platform h3 span
		{
			font-size: 18px;
			width: 50px;			
			display: inline-block;
			line-height: 16px;
		}
	#ad_platform p
	{
		font-family: 'Merriweather';
		font-size: 30px;
		font-weight: bold;
		color: #FFF;
	}

.nosotros_presentation
{
	background: transparent url(../img/sobre-nosotros-fondo2.jpg) no-repeat center 0;
	background-size: cover;
	color: #FFF;
}
	.nosotros_presentation h1 
	{
		font-size: 30px;
		font-weight: bold;
	}
#nosotros h2 
{
	font-weight: normal;
}
#nosotros .subheader
{
	font-size: 22px;
	font-weight: bold;
}
.nosotros-texto
{
	background-color: #F0F0FF;
}


#planes h1 
{
	font-size: 30px;
	color: #0000BC;
}
#planes h2 
{
	font-weight: normal;
}
#planes h3
{
	font-weight: bold;
	font-size: 22px;	
    font-family: "open sans";
}
.price-box
{
	background-color: #FFC700;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
	padding: 34px 14px 18px 14px;
	margin-right: 15px;
}
	.price-box h3{
		min-height: 106px;
	}
	.price-box h4 
	{
		font-size: 26px;
		font-weight: bold;
		color: #0000BC;
		margin: 0 auto 22px auto;
	}
		.price-box h4 del
		{
			font-weight: normal;
		}
	.price-box p strong 
	{
		color: #0000BC;
	}
	.price-box .button-dark,
	#planes .container .button-dark
	{
		border-radius: 100px;
		width: 100%;
		display: block;
		margin: 0 0 16px 0;
		height: 56px;
		text-align: center;
		line-height: 40px;
		font-size: 17px;
	}

/**
 * Cuestionario en el bloque
 */
#questionnaire
{
	background-color: #F8F8FF;
	padding: 45px;
	overflow: auto;
	min-height: 400px;
}
	#questionnaire .number
	{
		background-color: #FFF4C9;
		font-size: 14px;
		display: inline-block;
		border: 1px solid #FFF;
		padding: 4px 12px;		
	}
	#questionnaire .question
	{
		font-family: 'Open sans';
		font-size: 20px;
	}
	#questionnaire .correct,
	#questionnaire .incorrect
	{
		color: #0000BC;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 16px;
	}
	#questionnaire .incorrect
	{
		color: #FF6655;
	}
	#questionnaire label
	{
		border-radius: 8px;
		border: 1px solid #7878F4;
		background-color: #fff;
		padding: 14px 22px;
		cursor: pointer;
		font-weight: normal;
	}
	#questionnaire input 
	{
		display: none;
	}
	#questionnaire button
	{
		border-radius: 100px;
		background: #0000BC url('../img/icons/flecha-siguiente.svg') no-repeat right 12px center;
		padding-right: 40px !important;
		margin: 40px 0 0 0;
    	float: right;
	}
	#questionnaire .radio-label-checked
	{
		background-color: #0000BC;
		color: #FFF;
	}
	#questionnaire .download 
	{
		border-radius: 100px;
		padding: 16px 32px 16px 16px !important;
	}


/* Animaciones */
.animated-block {
	opacity: 0;
	transform: translateX(-400px);
	transition: all 0.5s ease-out;
}
.animated-block-inverse {
	opacity: 0;
	transform: translateX(400px);
	transition: all 0.80s ease-out;
}
.animated-block.visible,
.animated-block-inverse.visible {
	opacity: 1;
	transform: translateX(0);
}
#logo-empresas
{
	display: none;
}


	.news-item
	{
		border-radius: 8px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	}
	.news-item a
	{
		color: #0000BC;
		text-decoration: none;
	}
	.news-item a:hover 
	{
		color: #FFC700;
	}
		.news-item img 
		{
			border-radius: 8px 8px 0 0;
		}
		.news-item .news-text
		{
			padding: 20px;
		}
		.news-item h4
		{
			margin-bottom: 20px;
		}
		.news-item span 
		{
			background: url('../img/icons/flecha-siguiente.svg') no-repeat right center;
			padding-right: 20px;

		}
.news-one img 
{
	margin: 0 auto;
	padding-bottom: 10px;
}


#blocksRealizedChart,
#certificatesChart
{
	margin: 16px 0 24px 0;
}
.datepicker 
{
	font-size: 14px;
	z-index: 100 !important;
}



.cookie-consent-container {
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	padding: 20px;
	z-index: 1000;
	display: none;
}  
.cookie-text {
	font-size: 12px;
	margin-bottom: 20px;
}  
#btnAcceptCookies
{
	margin: 0;
}


#questionFloat
{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 100;
}
	#questionFloat .close 
	{
		position: absolute;
		top: 4px;
		right: 16px;
		cursor: pointer;
	}
	#questionFloat a
	{
		background: #0000BC url('../img/icons/corazon-white.svg') no-repeat 10px center;
		padding: 16px 28px 16px 42px !important;
	}
	#questionFloatForm
	{
		background-color: #F0F0FF;
		border-radius: 8px;
		border: 1px solid #FFF;
		height: 340px;
		width: 240px;
		padding: 20px;
		margin-bottom: 20px;
		display: none;
	}
		#questionFloatForm h5
		{
			font-size: 18px;
			font-family: 'Merriweather';		
		}
		#questionFloatForm textarea
		{
			border: none;
			border-radius: 8px;
			padding: 8px;
			height: 170px;
		}
		#questionFloatForm button 
		{
			margin: 0;
			margin-top: 10px;
			width: 100%;
		}


body#tinymce 
{
	font-family: 'Open Sans';
	font-size: 16px;
	padding: 15px;
}


#colorPicker {
    position: absolute;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
    display: flex;
}
.color-option {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}
	.color-option:last-child {
		margin-right: 0;
	}



/* Estilos para small devices sm (576px y más) */
@media (min-width: 576px) {
	.hero img
	{
		width: 400%;
	}
}

/* Estilos para medium devices md (768px y más) */
@media (min-width: 768px) {
	.hero img
	{		
		width: 350%;
	}
	h2
	{
		font-size: 30px;
	}
	.bloque .video
	{
		min-height: 391px;
	}
}

/* Estilos para large devices lg (992px y más) */
@media (min-width: 992px) {

	.hero img
	{		
		width: 300%;
	}
	.carousel-text .author 
	{
		position: absolute;
	}
	.video-player
	{
		min-height: 480px;
	}
	.video-demo
	{
		min-height: 220px;
	}
	.hero-block
	{
		height: 516px;
	}
	.news-one img 
	{
		float: right;
		padding: 5px 0 20px 20px;
	}
	/*
	#categories .description-text p
	{
		column-count: 2;
		column-gap: 20px;
	}
	*/
	.block 
	{
		height: 248px;
		min-width: 408px;
		max-width: 408px;
	}
	.hero-block .content 
	{
		padding: 14% 0 0 10%;
	}
	#menu .button-yellow
	{
		margin-top: -4px;
	}
	.bloque .video
	{
		min-height: 346px;
	}
}

/* Estilos para extra large devices xl (1200px y más) */
@media (min-width: 1200px) {
	.hero img
	{		
		width: 200%;
	}
	.bloque .video
	{
		min-height: 413px;
	}
	#menu #navbarSupportedContent {
		background-color: transparent;
		width: auto;
		text-align: left;
		position:relative;
		right: 0;
		top: 0;
		padding: 0;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.bloque .video
	{
		min-height: 481px;
	}

}


