
/* CUSTOM COLORS
================================================== */
.green-primary{
	color: #65F6A9 !important;
}

.fila-correcta {
	background-color: #65F6A9 !important; /* Un verde muy claro */
	border-radius: 8px;
}

/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#TYPOGRAPHY
#PARALLAX STUFF
#LINKS AND BUTTONS
#HEADER
#MAIN MENU 
#FOOTER 
#HOME
#PAGES 
#SLIDERS
#BLOG
#PORTFOLIO
#MISCELANIOUS
#NEKO CSS FRAMEWORK

*/
/* COLORS : 3d3d3d  / 5e5e5e / f7f7f7 /


/* BOOSTRAP CUSTOMIZATION
================================================== */

/** tabs and accordion**/

@font-face {
	font-family: 'myfont';
	src: url('/css/Myfont.ttf') format('truetype');
}

@font-face {
	font-family: 'BR Sonoma';
	src: url('/css/BRSonoma-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'BR Sonoma Bold';
	src: url('/css/BRSonoma-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'BR Sonoma SemiBold';
	src: url('/css/BRSonoma-SemiBold.ttf') format('truetype');
}

.modomajor {
	font-family: "myfont";
	font-size: 13px;
}

.myfont {
	font-family: "myfont";
}


.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {background:#3d3d3d;}
.nav-tabs > li > a {border-left:1px dashed #eee; border-top:1px dashed #eee; border-right:1px dashed #eee;}


.panel-default {
	border:1px dashed #eee;
	box-shadow:none;
}
.panel-default>.panel-heading {background:#fff;   border-top:none;color:#555;}
.panel-group .panel-heading + .panel-collapse .panel-body { border-top:1px dashed #eee;}
.panel-default>.panel-heading:hover, .nav>li>a:hover, .nav>li>a:focus{color:#3d3d3d;}
.panel-default>.panel-heading:hover a, .panel-default>.panel-heading:hover a:after, .nav>li>a:hover{color:#3d3d3d; }
.panel-title>a {color:#333;}
.panel-title>a:hover {text-decoration: none;}
.panel-body{background:#FDFDFD;}

/*** pagination ***/

.pagination>li>a {
	background: none repeat scroll 0 0 #F7F7F7;
	color: #111111;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background: none repeat scroll 0 0 #3d3d3d ;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	background: none repeat scroll 0 0 #3d3d3d ;
	border-color:#3d3d3d ;
	color:#fff;
}

.pager li>a, .pager li>span {border-radius: 4px;}
.pager li>a:hover, .pager li>a:focus {background:#3d3d3d ; color:#fff; border-color:#3d3d3d ;}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background:#3d3d3d;}

.progress-bar {background-color:#3d3d3d;}
.progress-bar-success {
	background-color: #5BB75B;
}
.progress-bar-info {
	background-color: #49AFCD;
}
.progress-bar-warning {
	background-color: #FAA732;
}
.progress-bar-danger {
	background-color: #DA4F49;
}


/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	/*color: #777;*/
	color:white;
	background: #151730;
}

blockquote small {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	color:#333;
}

h1 strong {
	background:#3d3d3d;
	color:#fff;
}
h2 i {color:#999}
.subTitle  {
	color:#999;	
}
.largeQuote {background:#FDFDFD; border-top: 1px dashed #eee; border-bottom: 1px dashed #eee;}
.title {
	background-color:#fff;
	border-bottom: 2px solid rgba(1,1,1,0.075);
	border-top: 1px solid rgba(1,1,1,0.05);
}

.comprobar {
	/*margin:5px 5px 0 265px;*/
	margin: auto;
	background-color: #65F6A9 !important;
	text-transform: uppercase;
	font-family: 'BR Sonoma SemiBold' !important;
	border: none !important;
	width: 100%;
	border-radius: 102px;
	color: #151730 !important;
	box-sizing: border-box;

}

.comprobar2 {
	/*margin:5px 5px 0 265px;*/
	margin: auto;
	background-color: #151730 !important;
	text-transform: uppercase;
	font-family: 'BR Sonoma SemiBold' !important;
	border: none !important;
	width: 100%;
	border-radius: 102px;
	color: #65F6A9 !important;
	box-sizing: border-box;
}

/* Estilos base para los botones inactivos (transparente) */
.boton_filtro_nivel {
	border-style: solid !important;
	border-color: #F5FF80 !important;
	background-color: transparent !important;
	text-transform: uppercase !important;
	color: #F5FF80;
	border-radius: 102px;
	font-family: 'BR Sonoma' !important;
	font-size: small;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 12px !important;
}

/* Estilos base para los botones activos (rellenos) */
.boton_filtro_nivel_on {
	border-style: solid !important;
	border-color: #F5FF80 !important;
	background-color: #F5FF80 !important;
	text-transform: uppercase !important;
	color: black;
	border-radius: 102px;
	font-family: 'BR Sonoma' !important;
	font-size: small !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px;
	padding-right: 10px !important;
	font-size: 12px !important;
}

/* Estilos para los diferentes niveles */

/* Botón para nivel 1: amarillo */
.nivel-amarillo {
	border-color: #F5FF80 !important;
	color: #F5FF80 !important;
}

	/* Botón activo para nivel 1: amarillo */
	.nivel-amarillo.boton_filtro_nivel_on {
		background-color: #F5FF80 !important;
		color: black !important;
	}

/* Botón para nivel 2: verde */
.nivel-verde {
	border-color: #65F6A9 !important;
	color: #65F6A9 !important;
}

	/* Botón activo para nivel 2: verde */
	.nivel-verde.boton_filtro_nivel_on {
		background-color: #65F6A9 !important;
		color: black !important;
	}

/* Botón para nivel 3: azul */
.nivel-azul {
	border-color: #4F59FF !important;
	color: #4F59FF !important;
}

	/* Botón activo para nivel 3: azul */
	.nivel-azul.boton_filtro_nivel_on {
		background-color: #4F59FF !important;
		color: black !important;
	}

/* Botón para nivel 4: morado */
.nivel-morado {
	border-color: #B14FFF !important;
	color: #B14FFF !important;
}

	/* Botón activo para nivel 4: morado */
	.nivel-morado.boton_filtro_nivel_on {
		background-color: #B14FFF !important;
		color: black !important;
	}


.boton_filtro_epoca {
	border-style: solid !important;
	border-color: white !important;
	background-color: transparent !important;
	/*text-transform: uppercase !important;*/
	color: white;
	border-radius: 102px;
	font-family: 'BR Sonoma' !important;
	font-size: small !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px;
	padding-right: 10px !important;
	font-size: 12px !important;
}

.boton_filtro_epoca_on {
	border-style: solid !important;
	border-color: white !important;
	background-color: white !important;
	/*text-transform: uppercase !important;*/
	color: black;
	border-radius: 102px;
	font-family: 'BR Sonoma' !important;
	font-size: small !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 10px;
	padding-right: 10px !important;
	font-size: 12px !important;
}
/* Botón para nivel 1: amarillo */
.nivel-amarillo {
	background-color: #FFD700; /* Color amarillo */
	color: #000; /* Texto negro */
}

/* Botón para nivel 2: verde */
.nivel-verde {
	background-color: #21E67A; /* Color verde */
	color: #fff; /* Texto blanco */
}

/* Botón para nivel 4: azul */
.nivel-azul {
	background-color: #1E90FF; /* Color azul */
	color: #fff; /* Texto blanco */
}

/* Botón para nivel 5: morado */
.nivel-morado {
	background-color: #800080; /* Color morado */
	color: #fff; /* Texto blanco */
}


/*** parallax sections ***/
.paralaxMask:after, .paralaxMask:before {
	display: block;
	content: "";
	height: 22px;
	position: absolute;
	width: 100%;
	border-radius: 60%;
	box-shadow: 0px 0 22px rgba(0, 0, 0, 0.5);
}
.paralaxMask:after {
	bottom: -22px;
}
.paralaxMask:before {
	top: -22px;
}
.paralaxMask {
	background: rgba(0, 0, 0, 0.33);
}
.paralaxText .iconRounded {border-color: #fff;}
.paralaxText .iconRounded:hover {border-color: #fff; background:none;}
.paralaxText h2 {background: rgba(255, 255, 255, 0.1); border:1px solid rgba(255, 255, 255, 0.25)}


/* END TYPOGRAPHY
================================================== */

/* PARALLAX STUFF
================================================== */
#home, #paralaxSlice1, #paralaxSlice2, #paralaxSlice3 {background-color:#3d3d3d;}

/*#home, #noSliderWrapper {background:url('../images/theme-pics/textures/sea-green-b-2.jpg') no-repeat #3d3d3d;}*/


.paralaxText blockquote, .paralaxText h1, .paralaxText h2, .paralaxText h2 small, .paralaxText h3, .paralaxText p, .paralaxText i{ color:#fff;}

/* END PARALLAX STUFF
================================================== */

/* LINKS AND BUTTONS
================================================== */

a {color:#3d3d3d;}

a:hover, .scrollspyNav .active a {color:#3d3d3d;}

ul.iconsList li a {color:#555;}

ul.iconsList li a:hover, ul.iconsList i {color:#3d3d3d;}

/*** buttons ***/
.btn {
	background: #F7F7F7;
	color: #111111;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.btn:hover {
	background: #5e5e5e;
	border-color:#5e5e5e;
	color: #FFFFFF;


}
.btn-border {
	background:none;
	border:2px solid #fff;
}

.btn-inverse {
	background: none repeat scroll 0 0 #555555;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	color: #FFFFFF!important;
}

.btn-inverse:hover{
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 1px solid rgba(150, 150, 150, 0.25);
	color: #111111!important;
}

.btn-primary {
	background: #3d3d3d ;
	color: #FFFFFF!important;
}
.btn-info {
	background: #49AFCD;
	color: #FFFFFF;
}
.btn-success {
	background: #5BB75B;
	color: #FFFFFF;
}
.btn-warning {
	background: #FAA732;
	color: #FFFFFF;
}
.btn-danger {
	background: #DA4F49;
	color: #FFFFFF!important;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:#49AFCD;
}
.btnWrapper {
	border:1px solid #ccc;
}

/* END LINKS AND BUTTONS
================================================== */
/* HEADER
================================================== */

ul.quickMenu li a, .contactPhone {color:#F7F7F7;}
ul.quickMenu li a:hover {color:#555;}


/* END HEADER
================================================== */

/* MAIN MENU 
================================================== */

#mainHeader {
	background-color: #151630;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	padding: 0 0 15 0;
	color: white;
	font-family:'BR Sonoma';
}

	#mainHeader .navbar-inner {
		background: #444;
		filter: none !important;
		font-family: 'BR Sonoma';
	}

#mainHeader.fixedHeader{background:rgba(255, 255, 255, 0.95);}
#mainMenu .navbar-nav li {
	/*** border-bottom:1px dashed #eee; ***/
}
#mainMenu .navbar-nav li:last-child, #mainMenu .navbar-nav li:last-child a{
	border-bottom:none !important;
}

.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a {
	color: white;
	font-family: 'BR Sonoma';
}

	.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a:hover {
		color: #65F6A9 !important;
	}


/*** AÑADIDO ***/


	.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a.idioma {
	color: #cb9190;
	font-family: 'BR Sonoma';
}

/*** fin AÑADIDO ***/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #resMainMenu li.active>a {
	color:#3d3d3d;
	background:none;
}
.navbar-nav > li.sep:before  {color:#eee;}
.navbar-default .navbar-nav > li > a.active {color:#3d3d3d;}
.navbar-nav ul li a{color:#999;}
.navbar-nav li.hover>a, .navbar-nav ul li a:hover{color:#3d3d3d;}
.navbar-nav ul li.hover>a {color:#fff;}


/*** mega menu ***/


/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	
	/* normal header (no class on body) */
	.navbar-nav ul {background:#333;}
	.navbar-nav ul li a:hover, .navbar-nav ul li.hover>a{background:#3d3d3d; color:#fff;}

	#mainMenu .navbar-nav li{border-bottom:none;}
	#mainMenu .navbar-nav ul li a{border-bottom:1px solid #444;}

	.nekoMegaMenu {background:#444;}
	.nekoMegaMenu h2 {color:#eee;}
	
	#boxedLayout {background: #3d3d3d;}


	
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/*** header options ***/


/* header 1 */
.header1 #preHeader {background-color: #333;}
.header1 #mainHeader {border-bottom:none;}
.header1 ul.quickMenu li, .header1 .contactPhone {border-right:1px solid #555;}
.header1 .navbar-default .navbar-nav > li > a {color:#555;}


/** header 2 **/
.header2 #mainHeader {border-bottom:none;}
.header2 .navbar-default .navbar-nav > li > a {color:#555;}


/*** header 3 ***/
.header3 #preHeader {border-bottom: 1px solid #eee; background:#fff;}

.header3 #preHeader .socialNetwork a { border-left:1px solid #eee;}
.header3 #preHeader .socialNetwork li:last-child a { border-right:1px solid #eee;}
/**** header 4 ****/
.header4 #mainHeader {border-bottom:none;}


/***** header 5 *****/

.header5 #preHeader {background:#3D3D3D;}
.header5 ul.quickMenu li a, .header5 .contactPhone, .header5 #preHeader .socialNetwork i{
		color:#fff;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	
	

	/* Header 1 */
	.header1 .navbar-default .navbar-nav > li > a.active, .header1 .navbar-default .navbar-nav>li>a:hover, .header1 .navbar-default .navbar-nav>li.hover>a,.header1 #resMainMenu li.active>a {
		background:#3D3D3D;
		color:#fff;
	}

	/** header 2 **/
	.header2 .navbar-default .navbar-nav > li > a.active, .header2 .navbar-default .navbar-nav>li>a:hover, .header2 .navbar-default .navbar-nav>li.hover>a,.header2 #resMainMenu li.active>a {
		background:#3D3D3D;
		color:#fff;
	}
	.header2 .navbar-nav ul, .header2 .nekoMegaMenu {background:#3D3D3D;}
	.header2 #mainMenu .navbar-nav ul li a {
		border-color:rgba(255,255,255,0.25);
	}
	.header2 .navbar-nav ul li a {color:#fff;}
	.header2 .navbar-nav ul li a:hover {background:#fff; color:#3D3D3D;}

	/*** header 3 ***/	
	.header3 .navbar-default .navbar-nav > li > a {border-left:1px solid #eee;}


	/**** header 4 ****/
	.header4 .navbar-default .navbar-nav > li > a {border-bottom: 4px solid #fff;}
	.header4 .navbar-default .navbar-nav>li>a:hover, .header4 .navbar-default .navbar-nav>li.hover>a,.header4 #resMainMenu li.active>a {
		border-bottom: 4px solid #f7f7f7; background:#f7f7f7;
	}
	.header4 .navbar-default .navbar-nav > li > a.active {
		border-bottom: 4px solid #3D3D3D;background:#f7f7f7;
	}
	.header4 .navbar-nav ul, .header4 .nekoMegaMenu {background:#eee;}
	.header4 .nekoMegaMenu h2 {color:#555;}
	.header4 #mainMenu .navbar-nav ul li a {
		border:none;
	}


	/***** header 5 *****/
	.header5 .navbar-nav ul, .header5 .nekoMegaMenu { background:#3D3D3D;}
	.header5 .navbar-default .navbar-nav > li > a.active, .header5 .navbar-default .navbar-nav>li>a:hover, .header5 .navbar-default .navbar-nav>li.hover>a,.header5 #resMainMenu li.active>a { background-color:#3D3D3D; color:#fff; }
	.header5 .navbar-nav ul li a {color:#fff;}
	.header5 .navbar-nav ul li a:hover, .header5 .navbar-nav ul li.hover > a {background:#fff;color:#3D3D3D;}
	.header5 #mainMenu .navbar-nav ul li a {border-color:rgba(255,255,255,0.25);}
	
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU 
================================================== */


/* FOOTER 
================================================== */

footer {
	color: #777;
	background: #151730;
	/*border-top: 1px solid #ddd;*/
}
footer h1,footer h2,footer h3,footer h4{color:#777; font-weight:300;}
#footerRights {
	background-color: #151730;
	color: white;
	/*border-top: 1px dashed #ccc;*/
}

/* END FOOTER 
================================================== */

/* HOME
================================================== */

#noSliderWrapper{background-color:#3d3d3d}

/* END HOME
================================================== */


/* PAGES
================================================== */
.page-header{border-bottom: 1px solid rgba(1,1,1,0.075); background: #5e5e5e;}
.page-header h1, .page-header p {color:#fff;}
.page-header.bigHeader h1, .page-header.bigHeader h2, .page-header.bigHeader p {color:#333;}

ul#navTrail li a {color:#eee;}
ul#navTrail li a:hover {color:#3d3d3d;}
ul#navTrail li#navTrailLast {color:#fff;}

/** sidebar **/

nav#subnav ul li a {border-bottom:1px solid #eee ; color:#aaa;} 
nav#subnav ul li a.active, nav#subnav ul li a:hover{border-bottom-color:#3d3d3d ; color:#3d3d3d;} 

/* END PAGES
================================================== */


/* SLIDERS
================================================== */
/*** supersized ***/
#superSizedSlider h1, #fullScreenSliderWrapper h1{color:#fff;text-shadow: 0 0 10px rgba(255, 255, 255, 1);}

/*** OWL Carousel ***/
.owl-theme .owl-controls .owl-buttons div{background:#3d3d3d;}
.owl-theme .owl-controls .owl-buttons div:hover{background:#5e5e5e;}
.owl-theme .owl-controls .owl-page span {background:#5e5e5e;}
.carouselHome .owl-theme .owl-controls .owl-page span {
	background:#fff;
	color:#5e5e5e;
}

.owlCaption {
	color:#333;
	background:rgba(255, 255, 255, 0.5);
}
/**** camera ****/
.camera_neko_skin .camera_caption > div {
	background:rgba(255, 255, 255, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.42);
}
.camera_caption h1{
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.camera_caption h2 {
	color:#5e5e5e;
	background:#fff;
}
.camera_caption .camera_wrap a {background: inherit;}

/**** end camera ****/

/**** Layer slider ***/

#layer-slider h1, #layer-slider h2, #layer-slider i {
	color:#fff;
}
#layer-slider h1 {
	text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
#layer-slider .bigCaption {
	color:#333; font-size: 16px;
}

#layer-slider-blog #layerslider h1, #layer-slider-blog #layerslider h2 {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
}

/* END SLIDERS
================================================== */

/* BLOG
================================================== */

.post h2 a {color:#555;}
.post h2 a:hover {color:#3d3d3d;}

.tagCloud a:link, .tagCloud a:visited {
	background-color: #fff;
	color: #ccc;
	border:1px solid #eee;
}
.tagcloud a:hover {
	background-color: #3d3d3d ;
	color: #FFF;
}

p.credits {
	color:#555;
	background:#eee;
}
p.credits a {color:#3d3d3d;}
}
.widget {border-bottom: 1px dashed #eee}

.search .btn {border: 1px solid #DDD;}
.search .btn:hover {border-color:#3d3d3d;}

ul.entry-meta li a {background:#eee;}
ul.entry-meta li a:hover {
	background:#3d3d3d;
	color:#fff;
}

/* END BLOG
================================================== */

/* PORTFOLIO
================================================== */

nav#filter a {
	border:1px solid #ddd;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #3d3d3d ;
	color:#fff;
	border-color:#3d3d3d;
}
li.filterTitle {
	color:#4F6266;
}
section#projectDescription {
	background-color:#F8F8F8
}
.mfp-bg {background-color: #ffffff;}

.boxLink {background:#3d3d3d; color:#fff;text-align:center; position:relative;}

.boxLink h2 {color:#fff;}

.generatedMoreLink {background-color:#3d3d3d;}
/*** pinterest like ***/
.pinBox{
	background:#fff;
	border:1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.pinInfo li a {color:#fff;}
.iconLinks a:hover i, .pinInfo li a:hover{text-shadow: 0 0 5px #FFF;}
 
.imgHover figcaption {
	background: #3d3d3d;
	color: #fff;
}
.imgHover figcaption h3 {color: #fff;}

.neko-hover-1 figcaption .iconLinks a i{color:white;}

/* END PORTFOLIO
================================================== */

/* MISCELANIOUS
================================================== */
/* Preloader one page */
#preloader {
	background-color:#3d3d3d; /* change if the mask should have another color then white */	
}
 
/*** Scroll up Button ***/
#nekoToTop{
	color:#3d3d3d;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.15);
}
#nekoToTop:hover{
	color:#fff;
	background:#3d3d3d;	
}

/** focus color ***/
::-moz-selection {
	background: #3d3d3d;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3d3d3d;
	color: #fff;
	text-shadow: none;
}

/*** hover images ***/
.mask {background:#3d3d3d;}
.hoverInfo a i{color:#fff;}
.hoverInfo a i.iconRounded {border-color: #fff;}
.hoverInfo a:hover span {color:#3d3d3d;}
.hoverInfo a:hover i.iconRounded {border-color: #3d3d3d;}

/*** pricing table ***/
.pricingBloc {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);

}
.pricingBloc ul li {
	color:#444!important;
}

.pricingBloc ul li:nth-child(odd){background-color:#f7f7f7;}
.pricingBloc ul li:nth-child(even){background-color:#fff;}


.pricingBloc ul li:last-child {
	border-bottom:none;
}
.pricingBloc h2 {
	background-color:#fff;
	color:#888!important;
	border-bottom:1px dashed #eee ;
}
.pricingBloc h3 {
	background-color:#fff;
	color:#777;

}
.pricingBloc p {
	background-color:#fff;
	color:#444!important;
}
.pricingBloc.focusPlan {
	margin-top:0;
	border-color:#D1D1D1;
}
.pricingBloc.focusPlan h2{
	color:#3d3d3d!important;
	border-bottom:none;
}
.pricingBloc.focusPlan h3 {
	background-color:#3d3d3d ;
	color:#fff!important;
}

/*** Form ***/
.form-control:focus {
	border: 1px dashed #3d3d3d;
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control {
	color: #444;
	border: 1px solid #ddd;
	background-color:#f7f7f7;
}
.error {color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;}

	label.error {color:#fff;
		background-color: #B94A48;
		border:none}



		#projectQuote, #projectQuote h3{background:#ddd;color:#444;}

		/* pop up */
		.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color:#3d3d3d;}

/* END MISCELANIOUS
================================================== */

/* NEKO CSS FRAMEWORK
================================================== */

.boxContent {border: 1px dashed rgba(0,0,0,0.15); border-top: none;}

.boxContent h2, .boxContent h3 {color:#3d3d3d;}
/*** Feature box **/

.boxFeature i {color:#3d3d3d ;} 

/*** Focus box **/

.boxFocus {border:1px dashed #ddd;}

/*** Icon box **/

.boxIcon a p {color:#777;}
.boxIcon a:hover h2, .boxIcon a:hover p {color:#3d3d3d;}

/*** testimonial ***/

.boxTestimonial{background:#f7f7f7;}

.boxTestimonial img {border: 1px solid rgba(0, 0, 0, 0.15);}

/* miscelanious */
.whiteText {color:white;}
.footerWidget .boxTestimonial blockquote {
	background:#333;
	color:#eee;
}

/*** call to action ***/
.ctaBox {border:2px solid rgba(0,0,0,0.05);}
.ctaBoxFullwidth{border:none}

.ctaBox blockquote {
	color:#fff;
}
/*color0*/
.color0{
	background-color:#fff;
}

/*color1*/
.color1, .ctaBox.color1{
	background-color:#F7F7F7;
	color:#444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 blockquote, .color1 a{
	color:#444;
}
.color1 a.btn{color:#111;}
.color1 a.btn:hover{color:#fff;}
.color1 .subTitle  {color:#999;}
/*color2*/
.color2, .slice.color2, .bulle.color2, .ctaBox.color2{
	background-color:#3d3d3d ;
	color:#fff;
}

.color2 h1, .color2 h2, .color2 h3, .color2 h4, .color2 blockquote, .color2 a {
	color:#fff;
}
.color2 a.btn{color:#111;}
.color2 a.btn:hover{color:#fff;}
.color2 a.btn-border{color:#fff;}

.color2 h1 strong {background:#fff; color:#3d3d3d;}

.color2 .ctaBox {border-color:rgba(255,255,255,0.5);}
.color2 h1:before,.color2 h1:after{color:#5e5e5e;}
/*** icons ***/
.iconRounded {color:white; border: 1px dashed white;}
.iconRounded:hover, .color1 .iconRounded:hover, .boxIcon a:hover i{background-color:#5e5e5e;color:#fff;text-shadow: 0 0 5px #FFF; border-style: solid;}

.color2 .iconRounded {background-color:#FFF;color:#3d3d3d ;}

/* END NEKO CSS FRAMEWORK
================================================== */


.caja_listado {
	background-color: #21233A;
	border-style: none;
	border-radius: 20px;
	padding: 10px;
	max-width: 500px;
}
/* Ajustes generales */
.table .table-responsive {
	padding: 0;
	margin: 0;
}

/* Estilo para las celdas de los filtros */
.table > tbody > tr.altura > td {
	background-color: #e7eae7;
	margin: 0;
	padding: 0;
}

/* Estilo general para todas las filas de la tabla */
.tabla_listado tbody tr {
	font-size: 12px;
	border-radius: 20px !important;
	padding: 0;
	margin: 0;
	border-style: none !important;
	width:100%;
}

	/* Filas impares */
	.tabla_listado tbody tr:nth-child(odd) {
		background-color: #2C2E44;
		border-style: none !important;
	}

	/* Filas pares */
	.tabla_listado tbody tr:nth-child(even) {
		background-color: #21233A;
		border-style: none !important;
	}

	.tabla_listado tbody tr:first-child td:first-child {
		border-top-left-radius: 20px !important;
	}

	.tabla_listado tbody tr:first-child td:last-child {
		border-top-right-radius: 20px !important;
	}

	.tabla_listado tbody tr:last-child td:first-child {
		border-bottom-left-radius: 20px !important;
	}

	.tabla_listado tbody tr:last-child td:last-child {
		border-bottom-right-radius: 20px !important;
	}

/* Estilo para todas las celdas (común para todas las filas) */
.tabla_listado tbody td {
	padding: 8px;
	border-style: none !important;
}

/* Ajustes adicionales para la tabla */
.tabla_listado {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none !important;
}

/*.table_listado > tbody > tr > th.success {
	background-color: #65F6A9 !important;
}*/

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	background-color: #65F6A9;
	color: #151730;
	font-family:'BR Sonoma SemiBold';
}

/*Estilos para la scrollbar*/
/* Personalización general para navegadores Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
	width: 8px; /* Ancho de la barra de desplazamiento */
	background-color: #1b1c30; /* Color de fondo detrás de la barra */
	border-radius: 10px; /* Redondear bordes de la barra */
}

/* Color de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
	background-color: #5F6171; /* Color de la barra */
	border-radius: 10px !important; /* Bordes redondeados */
}

/* Cuando pasas el cursor por encima de la barra */
/*::-webkit-scrollbar-thumb:hover {
        background-color: #a4a6d0;*/ /* Color cuando se pasa el ratón por encima */
/*}*/

/* Fondo de la barra de desplazamiento */
::-webkit-scrollbar-track {
	background-color: #37394E; /* Color del fondo de la barra */
	border-radius: 10px !important;
}

/* Estilos para Firefox */
* {
	scrollbar-width: thin; /* Tamaño del scroll */
	scrollbar-color: #686A8D #1b1c30; /* Color de la barra y su fondo */
}

.informacion {
	font-family: 'BR Sonoma SemiBold';
	text-decoration: none;
	background: linear-gradient(90deg, #F5FF80, #65F6A9, #4F59FF, #B14FFF);
	padding: 10px 8px 8px 8px;
	color: black !important;
	text-align: center;
	margin-top: 10px;
}

	.informacion .texto {
		padding: 0 30px 0 0;
		font-weight: 500;
	}

.btn-login {
	margin-top: 25px;
	margin-left: 40px ;
	/*border-color: #9b6669 !important;*/
	/*color: #9b6669 !important; */
	font-family: 'BR Sonoma SemiBold' !important;
	max-height: 30px;
	width: 100%;
	padding: 5px 10px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: transparent !important;
	border-style: solid;
	border-width: 1px !important;
	border-radius: 102px;
	border-color: white !important;
	color: white !important;
}

.navbar-nav > li > a.btn-login:hover {
	background-color: #65F6A9 !important;
	color: #151730 !important;
	border-color: #65F6A9 !important;
}

.btn-logout {
	margin-bottom: 30px !important;
	/*margin-left: 40px;*/
	/*border-color: #9b6669 !important;*/
	/*color: #9b6669 !important; */
	font-family: 'BR Sonoma SemiBold' !important;
	max-height: 30px;
	width: 100%;
	padding: 5px 10px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: transparent !important;
	border-style: solid;
	border-width: 1px !important;
	border-radius: 102px !important;
	border-color: white !important;
	color: white !important;
}

	.btn-logout:hover {
		background-color: #65F6A9 !important;
		color: #151730 !important;
		border-color: #65F6A9 !important;
	}

.puntuacion-container {
	display: flex; /* Usa flexbox para el contenedor */
	justify-content: space-between; /* Distribuye el espacio entre los elementos */
	align-items: center; /* Alinea verticalmente en el centro */
}


.puntuacion_nivel1 {
	background-color: #F5FF80;
	padding: 5px 10px;
	margin: 0 15px 0 0;
	color: #151730;
	border: none;
	border-radius: 102px;
}

.puntuacion_nivel2 {
	background-color: #65F6A9;
	padding: 5px 10px;
	margin: 0 15px 0 0;
	color: #151730;
	border: none;
	border-radius: 102px;
}

.puntuacion_nivel3 {
	background-color: #ff0000;
	padding: 5px 10px;
	margin: 0 15px 0 0;
	color: #151730;
	border: none;
	border-radius: 102px;
}
.puntuacion_nivel {
	background-color: #7c7c7c;
	padding: 5px 10px;
	margin: 0 15px 0 0;
	color: #151730;
	border: none;
	border-radius: 102px;
}

.puntuacion_nivel4 {
	background-color: #e24ce4;
	padding: 5px 10px;
	margin: 0 15px 0 0;
	color: #151730;
	border: none;
	border-radius: 102px;
}

.resultado_puntuacion {
	background-color: #151730;
	padding: 5px 10px;
	margin-left: auto; /* Mueve este span a la derecha */
	color: white;
	border: none;
	border-radius: 102px;
	/*text-transform: uppercase;*/
	font-family: 'BR Sonoma' !important;
}

.tabla-ejercicio{
	background-color: white;
	border-style: none;
	border-radius:20px !important;
	width:100%;
	padding: 20px !important;
}

.zona-ejercicio {
	background-color: white;
	border-style: none;
	border-radius: 20px !important;
	width: 100%;
	padding: 20px !important;
	margin-bottom:40px;
	margin-top: 10px;
}

/*Para el volumen que no funcionan(angela)*/
/* Para Chrome y Safari */
	audio::-webkit-media-controls-volume-slider {
		background-color: #65F6A9; /* Cambia el color de la barra de volumen */
		border-radius: 5px; /* Añade bordes redondeados, si deseas */
	}

audio::-webkit-media-controls-panel {
	background-color: #444559; /* Cambia el color de fondo del panel */
}

.contenedor-contenido{
	display: flex;
	justify-content: flex-start;
}


/*.col-md-4, .col-md-8 {
	flex: 0 0 auto;*/ /* Mantiene el ancho de cada columna */
/*}*/

.bkrosa {
	font-family: 'BR Sonoma SemiBold';
	background-color: #65F6A9;
	border-style: none !important;
	color: #151730 !important;
}

.fondoBuscador {
	border-style: none !important;
	/*background-color: #ECEDF9;*/
	background-color: white;
	color: #151730 !important;
}


.resultado {
	flex: 1;
	text-align: left;
	/*float: right;*/
	/* margin-top: 10px;*/
	font-family: 'BR Sonoma SemiBold';
	background-color: white;
	border-style: solid;
	border-color: #65F6A9;
	border-radius: 120px;
	color: #151730;
	text-transform: uppercase;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #65f6a9;
	background: rgba(200,200,200,0.8);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
	background: -o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));
	background: linear-gradient(#65f6a9, #65F6A9);
}

.mejs-container .mejs-controls {
   border-radius: 15px;
   padding-left: 5px; 
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #cc908e;
	background: rgba(60, 170, 200, 0.8);
	background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.8), rgba(100, 100, 100, 0.8));
	background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
	background: linear-gradient(#65f6a9, #65F6A9);
	width: 0;
}

#selectBox option:not([value="0"]) {
	font-family: Myfont;
}

.exampleCifrado {
	; /* Ajusta el valor según el espacio deseado */
}

.exampleCifrado {
	width: 100%;
	height: auto;
	margin-left: 5px;
}

.sin_acceso {
	z-index: 1;
	padding: 70px 150px;
	margin: auto;
	background-color: transparent /*#cc908e*/;
	width: 750px;
	height: 60%;
	left: 15px;
	color: #A2A4C0;
	text-align: center;
	font: 25px "BR Sonoma SemiBold";
}
