@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

/*-----------------------------------------------*/
	/* - Content BOX - */
/*-----------------------------------------------*/
	.content-box-blue,
	.content-box-gray,
	.content-box-green,
	.content-box-purple,
	.content-box-red,
	.content-box-yellow {
		text-align: center;
		max-width:600px;
		max-height: 100%;
		margin: 5px auto;
		overflow: auto;
		padding: 5px;
		border-radius: 0px;
		font-weight:normal;
	}
	
	.content-box-blue {
	background-color: #33FFFF;
	border: 1px solid #0099CC;
	color: #0099CC;
	}
	
	.content-box-gray {
	background-color: #cccdcc;
	border: 1px solid #a3a3a3;
	color: #a3a3a3;
	}
	
	.content-box-green {
	background-color: #99ff99;
	border: 1px solid #00a900;
	color: #00a900;
	}
	
	.content-box-purple {
	background-color: #c299ff;
	border: 1px solid #7300cc;
	color: #7300cc;
	}
	
	.content-box-red {
	background-color: #FF9999;
	border: 1px solid #CC0000;
	color: #CC0000;
	}
	
	.content-box-yellow {
	background-color: #FFFFCC;
	border: 1px solid #999900;
	color: #999900;
	}
	dd{
		width: 100%;
	}
			
/*-----------------------------------------------*/
	/*Boton Azul*/
/*-----------------------------------------------*/
		
	.botonpanelmod{
		display: ruby-base;
		padding:5px; 
		font-size: 15px;
		margin: 5px;
	}
	
	.botonr-azul{
		background: #206bcb;
		background-image: linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -o-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -moz-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -webkit-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -ms-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #206ACB),color-stop(1, #3E9DE5));
		border-top-color:   #2e69a3;
		border-right-color: #2e69a3;
		border-left-color:  #2e69a3;
		border-bottom-color:#20559a;
		box-shadow: inset 0 0 0 0 #72b9eb, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #3275bc;
	}
	
		.botonr-azul:hover {
			background: #206bcb;
			background-image: linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -o-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -moz-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -webkit-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -ms-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #206ACB),color-stop(1, #3E9DE5));
		}
		
		.botonr-azul:active {
			background: #3282d3;
			border: 1px solid #154c8c;
			border-bottom: 1px solid #0e408e;
			box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #2361a4;
		}	
	
/*-----------------------------------------------*/
	/*Boton verde*/
/*-----------------------------------------------*/
		
	.botonr-verde{
		background: #56c133;
		background-image: linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -o-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -moz-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -webkit-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -ms-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #56c133),color-stop(1, #80d64a));
		border-top-color:   #6caf40;
		border-right-color: #53a32e;
		border-left-color:  #53a32e;
		border-bottom-color:#3e9a20;
		box-shadow: inset 0 0 0 0 #72b9eb, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #6acb3c;
	}
	
		.botonr-verde:hover {
			background: #6fcb3a;
			background-image: linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -o-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -moz-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -webkit-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -ms-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6fcb3a),color-stop(1, #67bb37));
		}
		
		.botonr-verde:active {
			background: #32d335;
			border: 1px solid #0e8e1e;
			border-bottom: 1px solid #0e408e;
			box-shadow: inset 0 0 6px 3px #1ab928, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #26ad2b;
		}
		
/*-----------------------------------------------*/
	/*Boton Rojo*/
/*-----------------------------------------------*/
		
	.botonr-rojo{
		background: #377ad0;
		background-image: linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -o-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -moz-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -webkit-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -ms-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d03737),color-stop(1, #e85252));
		border-top-color:   #af4040;
		border-right-color: #a32e2e;
		border-left-color:  #a32e2e;
		border-bottom-color:#9a2020;
		box-shadow: inset 0 0 0 0 #eb7272, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #bc3232;
	}
	
		.botonr-rojo:hover {
			background: #cb2020;
			background-image: linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -o-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -moz-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -webkit-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -ms-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cb2020),color-stop(1, #e53e3e));
		}
		
		.botonr-rojo:active {
			background: #d33232;
			border: 1px solid #8c1515;
			border-bottom: 1px solid #8e0e0e;
			box-shadow: inset 0 0 6px 3px #b51616, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #a42323;
		}	
			
/*-----------------------------------------------*/
	/*Boton Morado*/
/*-----------------------------------------------*/

	.botonr-morado{
		background: #7030A0;
		background-image: linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -o-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -moz-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -webkit-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -ms-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8d40c7),color-stop(1, #A048E4));
		border-top-color:   #803DB3;
		border-right-color: #6F2BA2;
		border-left-color:  #6F2BA2;
		border-bottom-color:#652398;
		box-shadow: inset 0 0 0 0 #B671EB, 0 1px 5px 0 #fff;
	}
	
		.botonr-morado:hover {
			background: #8120CB;
			background-image: linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -o-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -moz-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -webkit-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -ms-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8220CD),color-stop(1, #9E3EE8));
		}
		
		.botonr-morado:active {
			background: #892ED0;
			border: 1px solid #5B1690;
			border-bottom: 1px solid #560D8E;
			box-shadow: inset 0 0 6px 3px #7116B6, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #6B22A2;
		}
			
/*-----------------------------------------------*/
	/*Boton Naranja*/
/*-----------------------------------------------*/
		
	.botonr-naranja{
		background: #CB8C38;
		background-image: linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -o-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -moz-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -webkit-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -ms-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E57E11),color-stop(1, #FD9424));
		border-top-color:   #B07840;
		border-right-color: #B07840;
		border-left-color:  #B07840;
		border-bottom-color:#9F662E;
		box-shadow: inset 0 0 0 0 #E4B067, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #C18436;
	}
	
		.botonr-naranja:hover {
			background: #e4e4e4;
			background-image: linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -o-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -moz-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -webkit-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -ms-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BA7123),color-stop(1, #EB9131));
		}
		
		.botonr-naranja:active {
			background: #E28222;
			border: 1px solid #954F09;
			border-bottom: 1px solid #D98109;
			box-shadow: inset 0 0 6px 3px #DB832C, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #26ad2b;
		}
	
/*-----------------------------------------------*/
	/*Boton Amarillo*/
/*-----------------------------------------------*/
		
	.botonr-amarillo{
		background: #CBCB38;
		background-image: linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -o-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -moz-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -webkit-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -ms-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #CCCC20),color-stop(1, #EDE827));
		border-top-color:   #B07840;
		border-right-color: #B07840;
		border-left-color:  #B07840;
		border-bottom-color:#9F662E;
		box-shadow: inset 0 0 0 0 #1c1c19, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #a6b921;
	}
	
		.botonr-amarillo:hover {
			background: #e4e4e4;
			background-image: linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -o-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -moz-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -webkit-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -ms-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BABA23),color-stop(1, #EBEB32));
		}
		
		.botonr-amarillo:active {
			background: #E1E122;
			border: 1px solid #959509;
			border-bottom: 1px solid #D9D909;
			box-shadow: inset 0 0 6px 3px #DBDB2D, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #000000;
		}
	
/*-----------------------------------------------*/
	
	 .botonr-azul, .botonr-verde, .botonr-rojo, .botonr-morado, .botonr-naranja, .botonr-amarillo{
		border: 1px solid;
		background-clip: padding-box;
		border-radius: 5px;
		color: #fff;
		font-weight: bold;
		line-height: 1;
		padding: 5px 10px;
		text-align: center;
		vertical-align: middle;
		padding: 5px;
	}
	
		.botonr-azul:hover, .botonr-verde:hover, .botonr-rojo:hover, .botonr-morado:hover, .botonr-naranja:hover, .botonr-amarillo:hover{
			background-clip: padding-box;
			cursor: pointer;
			color: yellow;
			vertical-align: middle;
			border-color: yellow;
			box-shadow: inset 0 0 0 0 #72b9eb, 0 1px 5px 0 yellow;
		}
		
		.botonr-azul:active, .botonr-verde:active, .botonr-rojo:active, .botonr-morado:active, .botonr-naranja:active, .botonr-amarillo:active{
			background-clip: padding-box;
			color: #FFF;  
			vertical-align: middle;
		}
	
/*-----------------------------------------------*/
	.botonhome{
		color:#2FC8EC;
		font-size: 25px;
		margin-top: 15px;
	}
	.botonhome:hover{
		color:white;
	}
	
/*-----------------------------------------------*/
	.botonherramientas{
		position:fixed; 
		right:0px; 
		bottom: 0px; 
		z-index: 50;
	}
	.botonherramientas:hover{
		background-color: #ffffff60
	}
	.botonherramientas2{
		position:fixed; 
		right:80px; 
		bottom: 0px; 
		z-index: 50;
	}
	.botonherramientas2:hover{
		background-color: #ffffff60
	}
	.botonherramientas3{
		position:fixed; 
		right:160px; 
		bottom: 0px; 
		z-index: 50;
	}
	.botonherramientas3:hover{
		background-color: #ffffff60
	}
	.botonherramientas4{
		position:fixed; 
		right:240px; 
		bottom: 0px; 
		z-index: 50;
	}
	.botonherramientas4:hover{
		background-color: #ffffff60
	}
/*-----------------------------------------------*/
	.titulo_boton{
		
	}
	.cajablanca{
		font-size: 25px;
		background-color: #FFFFFF60; 
		padding: 10px; 
		margin:5px auto; 
		margin-bottom: 20px;
		border: 3px solid #FFFFFF; 
		border-radius: 5px; 
		max-width:800px;
		cursor:pointer;
		display: block;
		font-weight: bold;
	}
	.cajablanca:hover{
		background-color: #FFFFFF40; 
	}
	.cajaroja{
		font-size: 25px;
		background-color: #FF003360; 
		padding: 10px; 
		margin:5px auto; 
		margin-bottom: 20px;
		border: 3px solid #FF0033; 
		border-radius: 5px; 
		max-width:800px;
	}
	.cajaverde{
		font-size: 25px;
		background-color: #33FF6660; 
		padding: 10px; 
		margin:5px auto; 
		margin-bottom: 20px;
		border: 3px solid #33FF66; 
		border-radius: 5px; 
		max-width:800px;
	}
	
	.anime_clic{
		display: none;
	}
	.D_Anime, .D_Manga, .D_Peliculas, .D_Especiales, .D_OPED{
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 100%;
		left: -105%;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: left 0.6s;
		z-index:500;
		
		background: #555;
		color:white;
	}
	
	.checkbox_anime, .checkbox_manga, .checkbox_pelis, .checkbox_especial, .checkbox_OPED{
		display: none;
	}
	
	.boton_anime{ position: fixed; z-index:201; top: 30px; right: 25px; display:none; }
	.boton_manga{ position: fixed; z-index:201; top: 30px; right: 25px; display:none; }
	.boton_pelis{ position: fixed; z-index:201; top: 30px; right: 25px; display:none; }
	.boton_especial{ position: fixed; z-index:201; top: 30px; right: 25px; display:none; }
	.boton_OPED{ position: fixed; z-index:201; top: 30px; right: 25px; display:none; }
	
	.checkbox_anime:checked ~ .D_Anime { left: 0; z-index:100; }
	.checkbox_anime:checked ~ .boton_anime{ display: block;	}
	.checkbox_anime:checked ~ .anime_color{ background-color: var(--Color-Mediotrans); border: 3px solid var(--Color-Claro);}
	
	.checkbox_manga:checked ~ .D_Manga { left: 0; z-index:100; }
	.checkbox_manga:checked ~ .boton_manga{ display: block;	}
	.checkbox_manga:checked ~ .manga_color{ background-color: var(--Color-Mediotrans); border: 3px solid var(--Color-Claro);}
	
	.checkbox_pelis:checked ~ .D_Peliculas { left: 0; z-index:100; }
	.checkbox_pelis:checked ~ .boton_pelis{ display: block;	}
	.checkbox_pelis:checked ~ .pelis_color{ background-color: var(--Color-Mediotrans); border: 3px solid var(--Color-Claro);}
	
	.checkbox_especial:checked ~ .D_Especiales { left: 0; z-index:100; }
	.checkbox_especial:checked ~ .boton_especial{ display: block;	}
	.checkbox_especial:checked ~ .especial_color{ background-color: var(--Color-Mediotrans); border: 3px solid var(--Color-Claro);}
	
	.checkbox_OPED:checked ~ .D_OPED { left: 0; z-index:100; }
	.checkbox_OPED:checked ~ .boton_OPED{ display: block;	}
	.checkbox_OPED:checked ~ .OPED_color{ background-color: var(--Color-Mediotrans); border: 3px solid var(--Color-Claro);}
	
	.cajaboton{
		width: 300px; 
		height: 125px; 
		margin: 0 auto; 
		text-align:center;
		display: inline-block;
		border-bottom: solid 1px var(--Color-Medio);
		font-size: 18px;
	}
	
/*-----------------------------------------------*/

		.botondescarga{
			cursor:pointer; 
			display: inline;
		}
		.botondescarga img:hover{
			background-color: rgba(255, 255, 255, .5);
		}
			.content-box-blue,
			.content-box-gray,
			.content-box-green,
			.content-box-purple,
			.content-box-red,
			.content-box-yellow {
				text-align: center;
				width: 97%;
				max-height: 155px;
				margin: 5px auto;
				overflow: hidden;
				padding: 5px;
				border-radius: 10px;
				
				
			font-weight:normal;
			}
	
			.content-box-red {
			background-color: #FF9999;
			border: 1px solid #CC0000;
			color: #CC0000;
			}
			.content-box-green {
			background-color: #99FF9E;
			border: 1px solid #00CC05;
			color: #00CC05;
			}
			
		button{
			outline:none;
			color: inherit;
			width:100%;
			text-decoration: none;
			-webkit-touch-callout: none;
			-webkit-tap-highlight-color: rgba(0, 0, 0, .7);
			height:100%;
			background-color: rgba(24, 28, 31, .4);
			border: none;
			padding: 5px;
		}
		
		.botonmovil{
			max-width: 110px;
  			max-height: 30px;
  			margin-top: -3px;
		}
		
		#scroller button:hover {
			cursor: pointer;
			background-color: #2A2D2F;
			color:#fff;
			border: none;
		}
		.conectar{
			position:absolute;
			top:4px;
			left:21px;
		}
		.conectar2{
			position:relative;
			text-align:left;
			height:30px;
		}
		a{
			text-decoration:none;
			border:0px;
		}
		.v_capi{
			width: 25px;
			height: 25px;
			margin-left: 20px;
			margin-top: 14px;
		}
		.Capiact{
			color:#39F99E; 
			font-weight:bold; 
			text-align: center; 
			margin-left: 28px;
			font-size: 18px; 
			padding-bottom: 10px; 
			text-shadow: 0 1px #000; 
			width: 100%;
		}
		ul li.crandom{
			height:100%; 
			padding-bottom:3px; 
			background-color: rgba(24, 28, 31, .4);
			border-left: 5px solid #666; 
			border-right: 5px solid #666;
		}
		ul li.crandom:nth-child(even) {
			height:100%; 
			padding-bottom:3px; 
			background-color: rgba(0, 0, 0, .7);
			border-left: 5px solid #fff; 
			border-right: 5px solid #fff;
		}
		
/*-----------------------------------------------*/

	.caja_limitadora{
		max-width:1160px; 
		width: 90%; 
		margin: 0 auto;
	}
	.selectoridiomacolor{
		color: white;
	}
	.chekado { 
		color: #00FF00;
	}
	.nochekado { 
		color: red;
	}
	.capa_arco{
		background-color: var(--Color-Mediotrans); /*=== Color Mediotrans ===*/
		padding: 3px; 
		margin:5px; 
		border: 3px solid var(--Color-Claro); /*=== Color Claro ===*/
		border-radius: 5px;
		cursor: pointer;   
		max-width:320px;
		min-width:320px; 
		display: inline-block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; 
		min-height: 105px;
	}
	.capa_arco:hover{
		background-color: #FFFFFF60; 
		border: 3px solid #FFFFFF; 
	}
	.capa_arco:Active{
		background-color: #FFFF0060; 
		border: 3px solid #FFFF00; 
	}
	
	.capa_arco p{
		font-size: 18px;
		font-weight: bold;
	}
	.capa_tomo{
		background-color: var(--Color-Mediotrans); /*=== Color Mediotrans ===*/
		padding: 10px; 
		margin:5px; 
		border: 3px solid var(--Color-Claro); /*=== Color Claro ===*/
		border-radius: 5px;
		cursor: pointer;   
		max-width:250px;
		min-width:250px; 
		max-height:385px;
		display: inline-block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; 
	}
	.capa_tomo img{
		max-height:300px;
		min-height:300px;
	}
	.capa_tomo:hover{
		background-color: #FFFFFF60; 
		border: 3px solid #FFFFFF; 
	}
	.capa_tomo:Active{
		background-color: #FFFF0060; 
		border: 3px solid #FFFF00; 
	}
	
	.capa_tomo p{
		font-size: 18px;
		font-weight: bold;
	}
	.capa_tomo p span{
		font-size: 25px;
		font-weight: bold;
	}
	
	
	
	.playimganime{
	}
	.playimganime img{
		width:30px; 
		height:30px;
	}
	
	.capa_peli{
		background-color: var(--Color-Mediotrans); /*=== Color Mediotrans ===*/
		padding: 10px; 
		margin:5px; 
		border: 3px solid var(--Color-Claro); /*=== Color Claro ===*/
		border-radius: 5px; 
		min-width:250px; 
		display: inline-block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; 
		min-height: 360px;
	}
	.capa_peli img{
		max-width:200px; 
		max-height:300px;
	}
	
	.capa_peli p{
		font-size: 18px;
		font-weight: bold;
	}
	
	.cajapelitituinfo{
		cursor: pointer;   
		border: 0px;
		padding: 10px; 
		background-color: #00000060; 
		min-width: 200px;
		cursor: pointer;  
	}
	.cajapelitituinfo:hover{
		background-color: #FFFFFF60; 
	}
	.cajapelitituinfo:Active{
		background-color: #FFFF0060; 
	}
	
	
	.cajapeliinfo{
		float: left;
		max-width:300px;
		border: 0px;
		background-color: #00000060; 
		padding: 10px; 
		max-height:290px;
		min-height: 342px;
		overflow: auto;
		min-width: 300px;
	}
	span.titulopeli1{
		color: white; 
		font-size: 25px;
	}
	span.titulopeli2{
		color: white; 
		font-size: 25px; 
		padding-right:5px; 
		padding-left:5px;
	}
	
	
	.play2imgp{
		position:absolute; 
		margin-top: -45px;
	}
	.play2imgp img{
		width:30px; 
		height:30px;
	}
	.play2img{
		position:absolute; 
		margin-top: -70px; 
		margin-left: 50px; 
		width: 200px; 
		background-color: rgba(0,0,0,.6); 
		padding-top: 5px; 
		padding-bottom: 5px;
	}
	.play2img img{
		width:60px; 
		height:60px;
	}
	
	
	.imgblancoynegro{
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%); 
	}
	
	select {
		-webkit-appearance: button;
		-webkit-border-radius: 2px;
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
		-webkit-padding-end: 20px;
		-webkit-padding-start: 2px;
		-webkit-user-select: none;
		background-image: url(../../registro/img/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
		background-position: 97% center;
		background-repeat: no-repeat;
		border: 1px solid #AAA;
		color: #555;
		font-size: inherit;
		overflow: hidden;
		padding: 2px 30px 2px 5px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}	
	
	
/*-----------------------------------------------*/
	
	
	.tablemenulateral{
		width:100%;
		text-align: center;
	}
	.tablemenulateral tr{
		border-bottom:1px solid rgba(255,255,255, .3);
	}
	.tablemenulateral tr td{
		padding: 20px;
		min-width: 100px;
	}
	.tablemenulateral tr td:hover{
		background: var(--Color-Oscuro); /*=== Color Oscuro ===*/
		cursor:pointer;
	}

	div.menuflotante {
		width:100%;
	}
	
	div.menuflotante nav {
		background: var(--Color-Claro); /*=== Color Claro ===*/
		width:100%;
		max-width:1000px;
		left:-100%;
		margin:0;
		position: fixed;
		z-index: 10;
		font-weight: bold;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		top: 65px;
		
		-webkit-box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.53);
		-moz-box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.53);
		box-shadow: 9px 10px 5px -6px rgba(0,0,0,0.53);
	}
 
	.bt-menu {
		text-decoration:none;
	}
	.cambiomenubar{
		left: auto; 
		right: 0px; 
		border-bottom: 1px solid white; 
	}
	.menu_bar {
		z-index: 10;
		top: 0px;
		left: 50%;
		right: 50%;
		margin: 0 auto 0 -100px;
		position: fixed;
		padding: 20px;
		width:200px;
		color:#fff;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		display: none;
		font-weight: bold;
		cursor: pointer;
		background: var(--Color-Oscuro); /*=== Color Oscuro ===*/
		border-right: 1px solid white;
		border-left: 1px solid white;
		
	}
 
	.menu_bar:hover {
		background: var(--Color-Claro); /*=== Color Claro ===*/
	}
	.active2{
		background: var(--Color-Oscuro); /*=== Color Oscuro ===*/
	}

	.conexiontexto{
		position: absolute; 
		padding: 10px 0px; 
		z-index:20;
		left: 10px;
		top: -5px;
	}

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: var(--Color-Medio); /*=== Color Medio ===*/
  color: #ffffff;
  font: 400 15px/25px sans-serif;
  -webkit-text-size-adjust: none;
}

html, body {
	position:relative;
	overflow-x:hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.lateralimg{
	margin-left: -15px; 
	margin-bottom: 10px; 
	border: 4px solid white;
	width: 300px;
}
.infoimg img{
	max-width:400px;
	margin: 0 auto;
}
.classdd{
  width: 98%;
  padding:10px; 
  background-color: rgba(0,0,0,0.5); 
  border-radius: 10px; 
  margin: 5px auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: 50px;
  line-height: 50px;
}

.titulo {
  font-size: 30px;
  line-height: 50px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 25px;
  line-height: 25px;
}

h3 {
  font-size: 25px;
  line-height: 34px;
  color: #000000;
}

h4 {
  font-size: 15px;
  line-height: 25px;
}

h5 {
  font-size: 15px;
  line-height: 25px;
}

h6 {
  font-size: 15px;
  line-height: 25px;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
p .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

em {
  color: var(--Color-Claro); /*=== Color Claro ===*/
}

.center {
  text-align: center;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 25px;
}

* + .contact {
  margin-top: 16px;
}

* + .inline-list {
  margin-top: 21px;
}

.row + .btn {
  margin-top: 28px;
}


img + h4 {
  margin-top: 12px;
}

p + a[href^="mailto:"] {
  margin-top: 20px;
}

p + p {
  margin-top: 16px;
}

p + img {
  margin-top: 10px;
}

p + .btn {
  margin-top: 16px;
}

p + h4 {
  margin-top: 20px;
}

h2 + p {
  margin-top: 15px;
}

h3 + p {
  margin-top: 16px;
}

h3 + h4 {
  margin-top: 17px;
}

h4 + p {
  margin-top: 10px;
}

* + .mail {
  margin-top: 30px;
}

* + .item-list {
  margin-top: 23px;
}

* + .__offs0 {
  margin-top: 0px;
}

* + .__offs1 {
  margin-top: 8px;
}

* + .__offs2 {
  margin-top: 16px;
}

* + .__offs3 {
  margin-top: 17px;
}

* + .__offs4 {
  margin-top: 25px;
}

* + .__offs5 {
  margin-top: 7px;
}

* + .__offs6 {
  margin-top: 22px;
}

* + .__offs7 {
  margin-top: 6px;
}

* + .__offs8 {
  margin-top: 30px;
}

* + .__offs9 {
  margin-top: 12px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================    Social     ======================*/
.inline-list {
  display: inline-block;
  color: #ffffff;
}
.inline-list:before, .inline-list:after {
  content: '';
  display: inline-block;
}
.inline-list :after {
  clear: both;
}
.inline-list li {
  list-style: none;
  float: left;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.inline-list li .fa {
  color: white;
  font-size: 24px;
  line-height: 24px;
}
.inline-list li + li {
  margin-left: 11px;
}
.inline-list li:hover {
  color: #000000;
  text-decoration: none;
}

/*==================    Contact    ======================*/
.contact dl * {
  display: inline-block;
  color: #ffffff;
}
.contact dl + dl {
  margin-top: 6px;
}
.contact dt {
  font-weight: 700;
  text-transform: uppercase;
}
.contact dt + dd > a {
  padding-left: 3px;
}
.contact a {
  font-weight: 700;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact a:hover {
  color: #000000;
}

/*==================    Contact    ======================*/
.contact2 dl * {
  display: inline-block;
  color: #ffffff;
  font-family: sans-serif;
}
.contact2 dl + dl {
  margin-top: 6px;
}
.contact2 dt {
  color: var(--Color-MuyClaro); /*=== Color Muy Claro ===*/
  font-weight: 700;
  font-size:14px;
  text-transform: uppercase;
}
.contact2 ul {
  color: var(--Color-MuyClaro); /*=== Color Muy Claro ===*/
  padding-left: 10px;
  font-family: sans-serif;
}

.contact2 ul span{
  color: #ffffff;
  font-weight: 700;
  font-size:14px;
  text-transform: uppercase;
}

.contact2 dt + dd > a {
  padding-bottom: 5px;
  padding-left: 10px;
}
.contact2 ul + li > a {
  padding-bottom: 5px;
  padding-left: 10px;
}
.contact2 a {
  font-weight: 700;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact2 a:hover {
  color: #000000;
}

/*==================     Copy      ======================*/
.copy {
  color: #ffffff;
  font: 400 12px sans-serif;
}
.copy a {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.copy a:hover {
  color: #000000;
}

/*==================    Item List   ======================*/
.item-list li {
  position: relative;
  display: block;
}
.item-list li:nth-child(n+5) {
  margin-top: 22px;
}
.item-list li:nth-child(4n+1) {
  clear: left;
}
.item-list li a {
  padding-top: 13px;
  display: block;
  color: #000000;
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.item-list li a + p {
  margin-top: 7px;
}
.item-list li:before {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  font: 400 24px/80px 'FontAwesome';
  color: #ffffff;
  background: var(--Color-Claro); /*=== Color Claro ===*/
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.lt-ie9 .item-list li:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC4B3B', endColorstr='#FFEC4B3B')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC4B3B', endColorstr='#FFEC4B3B');
  zoom: 1;
}
.item-list li:hover a {
  color: var(--Color-Claro); /*=== Color Claro ===*/
}
.item-list li:hover:before {
  background: #000000;
}
.item-list li p {
  line-height: 25px;
}

/*==================    Index List  ======================*/

.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 5px;
}
.index-list li:nth-child(n+5) {
  margin-top: 2px;
}
.index-list li:before {
  position: absolute;
  top: -3px;
  left: 0%;
  width: 65px;
  height: 65px;
  color: #ffffff;
  font: 400 65px/65px "PT Sans Narrow", sans-serif;
}
.index-list li + li {
  margin-top: 15px;
}
.index-list li p {
  padding-right: 20px;
}
.index-list li h3 + p {
  margin-top: 8px;
}

.index-list-mod1 {
  color: #ffffff;
  counter-reset: li;
}
.index-list-mod1 li {
  position: relative;
  background: var(--Color-Claro); /*=== Color Claro ===*/
  padding-top: 148px;
  padding-bottom: 35px;
}
.index-list-mod1 li:nth-child(n+5) {
  margin-top: 40px;
}
.index-list-mod1 li + li {
  margin-top: 0;
}
.index-list-mod1 li:before {
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -40px;
  width: 76px;
  height: 76px;
  text-indent: 6px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font: 400 30px/74px "PT Sans Narrow", sans-serif;
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list-mod1 li p {
  padding: 0 15px;
}


.index-list__offs0 {
  counter-reset: li;
}
.index-list__offs0 li {
  padding-top: 0px;
}
.index-list__offs0 li:before {
  top: -11px;
}
.index-list__offs0 li h3 + p {
  margin-top: 0px;
}
.index-list__offs0 li + li {
  margin-top: 0px;
}


.index-list__offs1 {
  counter-reset: li;
}
.index-list__offs1 li {
  padding-top: 59px;
}
.index-list__offs1 li:before {
  top: -11px;
}
.index-list__offs1 li h3 + p {
  margin-top: 11px;
}
.index-list__offs1 li + li {
  margin-top: 21px;
}

/*==================    Marked List  ======================*/
.marked-list li + li {
  margin-top: 11px;
}
.marked-list li {
  position: relative;
}
.marked-list li:first-child {
  margin-top: 10px;
}
.marked-list li:before {
  content: '\f054';
  font: 400 12px/24px 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  padding-left: 18px;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.marked-list li a:hover {
  color: #000000;
  text-decoration: none;
}

/*==================  Terms List  ======================*/
.terms-list {
  padding-top: 18px;
}
.terms-list dt {
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd {
  font: 400 15px/25px "PT Sans Narrow", sans-serif;
  
}
.terms-list dd + dt {
  margin-top: 20px;
}

/*==================   Blockquote  ======================*/
blockquote {
  padding-top: 104px;
  color: #ffffff;
}
blockquote p {
  padding: 0 90px;
  text-transform: uppercase;
}
blockquote p + h4 {
  margin-top: 29px;
}
blockquote:before {
  color: var(--Color-Claro); /*=== Color Claro ===*/
  content: "";
  position: absolute;
  top: 16.7%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 23px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: var(--Color-Medio); /*=== Color Medio ===*/
}
.bg-datos {
  background: var(--Color-Claro); /*=== Color Claro ===*/
}
.contadorcaja{
	font-family: Arial, Helvetica, Sans Serif; 
	border: 1px solid #CCC; 
	background-color: var(--Color-Oscuro); /*=== Color Oscuro ===*/
	min-width:290px; 
	margin: 0px; 
	padding: 5px 10px; 
	color:white;
	font-size: 12px;
	text-align: center;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p, .bg-primary li:before {
  color: var(--Color-Oscuro); /*=== Color Oscuro ===*/
}

.bg-secondary {
  background: #000000;
}
.bg-secondary h3 {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
}
.bg-white h4, .bg-white h5, .bg-white h6 {
  color: var(--Color-Claro); /*=== Color Claro ===*/
}
.bg-other-copy {
  background: var(--Color-Claro); /*=== Color Claro ===*/
}
.bg-other {
  position: relative;
  background: var(--Color-Claro); /*=== Color Claro ===*/
}
.bg-other h2, .bg-other h3, .bg-other h4, .bg-other h5, .bg-other h6, .bg-other p {
  color: #ffffff;
}
.bg-other:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  right: 100%;
  top: 0;
  background: var(--Color-Claro); /*=== Color Claro ===*/
}

	.animessimilaresli:hover{
		cursor: pointer;
	}
	.animessimilaresli:hover{
		color: cyan;
	}
	.animessimilaresspan:hover{
		color: yellow;
	}
	.animessimilarestable{
		text-align:left; 
		background-color: #0009; 
		border-collapse: collapse; 
		border-radius: 5px; 
		width:100%;
	}
	.animessimilarestable:hover{
		background-color: black; 
	}
	.capatextocolorredondo{
		background-color: var(--Color-Oscuro);
		border-radius:10px;
		padding: 3px 6px;
	}
	
	
	.mostrartituloespecial{
		display:none;
	}
@media (max-width: 701px) {	
	.ocultartituloespecial{
		display:none;
	}
	.mostrartituloespecial{
		display:block;
	}
}
@media (min-width: 700px) {
	.capa_peli{
		background-color: var(--Color-Mediotrans); /*=== Color Mediotrans ===*/
		padding: 10px; 
		margin:5px; 
		border: 3px solid var(--Color-Claro); /*=== Color Claro ===*/
		border-radius: 5px;
		min-width:250px; 
		display: inline-block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; 
	}
	.capa_peli img{
		max-height:300px;
	}
	
	.capa_peli p{
		font-size: 18px;
		font-weight: bold;
	}
	
	.cajapelitituinfo{
		float: left;
		max-width:250px;
		border: 0px;
		padding: 10px; 
		background-color: #00000060; 
		cursor: pointer;   
	}
	.cajapelitituinfo:hover{
		background-color: #FFFFFF60; 
	}
	.cajapelitituinfo:Active{
		background-color: #FFFF0060; 
	}	
	
	.cajapeliinfo{
		float: left;
		max-width:300px;
		border: 0px;
		background-color: #00000060; 
		padding: 10px; 
		max-height:342px;
		overflow: auto;
	}
	span.titulopeli1{
		color: white; 
		font-size: 25px;
	}
	span.titulopeli2{
		color: white; 
		font-size: 25px; 
		padding-right:5px; 
		padding-left:5px;
	}
	
	.play2img{
		margin-left: 0px; 
	}
}	

@media (max-width: 1110px) {
  .bg-other:before {
    right: inherit;
    margin-left: -1000px;
  }
}

/*==================    Colors    ======================*/
.color-primary {
  color: var(--Color-Claro); /*=== Color Claro ===*/
}

.color-secondary {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

/*===============  Parallax Content  ====================*/
.parallax_content {
  padding: 51px 100px;
}
.parallax_content h2 {
  color: var(--Color-Claro); /*=== Color Claro ===*/
}
.parallax_content p {
  text-transform: uppercase;
  color: #ffffff;
}
.parallax_content__offs0 {
  padding: 44px 100px;
}
.parallax_content__offs1 {
  padding: 44px 100px;
}

/*==================    Buttons    ======================*/
.btn {
  cursor: pointer;
  display: inline-block;
  color: var(--Color-Claro); /*=== Color Claro ===*/
  background: #ffffff;
  border: 2px solid #FF006C; /*=== Color Claro ===*/
  padding: 9px 19px 9px 20px;
  font: 700 18px/18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  color: #ffffff;
  background: var(--Color-Claro); /*=== Color Claro ===*/
}
.btn:active {
  background: #e6e6e6;
}

/*==================      Box      ======================*/
	.box:before, .box:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.box:after {
		clear: both;
	}
	.box_aside {
		float: left;
	}
	.box_cnt__no-flow {
		overflow: hidden;
	}
  
/*===========  Responsive Components  ===================*/
@media (max-width: 1110px) {
  .portadahide{
	  display: none;
  }
  .conexiontexto{ 
  	position: initial; 
  }
  .page {
	margin-top: 55px;	  
  }
  .portadaapphide, .menu_bar{
	  display: block;
  }
  img {
    width: 100%;
  }

  .parallax_content {
    padding: 30px 0;
  }
  .parallax_content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  blockquote p {
    padding: 0;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font: 700 18px/18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #ffffff;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sf-menu > li.sfHover > a, .sf-menu > li:hover, .sf-menu > li.active {
  color: var(--Color-Claro); /*=== Color Claro ===*/
  cursor: pointer;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 188px;
  margin-top: 15px;
  padding: 15px 20px;
  background: white;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  font-size: 15px;
  background: #bbbbbb;
}
.sf-menu ul > li {
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  cursor: pointer;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li:hover {
  color: var(--Color-Claro); /*=== Color Claro ===*/
  cursor: pointer;
}
.sf-menu ul > li + li {
  margin-top: 8px;
}

.sf-menu ul ul {
  width: 168px;
  margin-top: 3px;
  z-index: 4;
  top: 22px;
  left: 192px;
  padding: 5px 15px;
  position: static;
}

.sf-menu ul ul > li {
  background: none;
}
.sf-menu ul ul > li{
  color: #ffffff;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li:hover {
  color: var(--Color-Claro); /*=== Color Claro ===*/
  cursor: pointer;
  background: none;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

.sf-menu > li > ul > li .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li .sf-with-ul:after {
  position: absolute;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 155px;
  top: -8px;
  margin-left: 0px;
  content: "";
  font: 400 15px/35px "FontAwesome";
  color: var(--Color-Claro); /*=== Color Claro ===*/
}

@media (max-width: 1110px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: var(--Color-Claro); /*=== Color Claro ===*/
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 1110px) {
  body {
    padding-top: 10px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .brand {
  padding: 0 0 3px;
}
.isStuck .nav {
  padding: 27px 0px 18px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 34px;
  line-height: 36px;
  color: #ffffff;
  background: #1c1c1c;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffffff;
  background: var(--Color-Claro); /*=== Color Claro ===*/
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb img + * {
  margin-top: 0;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  margin-top: 23px;
  font: 700 18px/20px "PT Sans Narrow", sans-serif;
  display: block;
  text-transform: uppercase;
}
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px;
  color: var(--Color-Claro); /*=== Color Claro ===*/
  background: #ffffff;
  border: 2px solid var(--Color-Claro); /*=== Color Claro ===*/
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resp-tabs-list li:hover {
  color: #ffffff;
  background: var(--Color-Claro); /*=== Color Claro ===*/
}
.resp-tabs-list li + li {
  margin-left: 0px;
}
.resp-tabs-list + * {
  margin-top: 21px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 1199px) {
  .resp-tabs-list {
    display: inline-block;
    text-align: center;
  }
  .resp-tabs-list li:first-child {
    margin-top: 15px;
  }
  .resp-tabs-list li + li {
    margin-top: 15px;
  }
}
@media (max-width: 1110px) {
  .resp-accordion {
    display: block;
    text-align: center;
    padding: 6px;
    border-bottom: 2px solid #ffffff;
    background: var(--Color-Claro); /*=== Color Claro ===*/
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .resp-accordion:hover {
    cursor: pointer;
    background: #530f08;
  }

  .resp-tab-active {
    background: #1c1c1c;
    color: #ffffff;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
}
header .brand {
  padding: 17px 0 18px 0;
  float: left;
  color: var(--Color-Claro); /*=== Color Claro ===*/
}
header .brand:hover {
  color: white; /*=== Color Claro ===*/
}
header .brand_name span {
  font-weight: 400;
  display: block;
  font-size: 21px;
  line-height: 21px;
}
@media (max-width: 1110px) {
  header .brand {
    width: 100%;
  }
}
header .nav {
  padding: 45px 0 18px 0;
  letter-spacing: 0.3px;
  float: right;
}
header .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header__ins1 .stuck_container {
  position: static;
  background-image: url("../images/header-bg.jpg") !important;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}

.mail {
  display: inline-block;
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: var(--Color-Claro); /*=== Color Claro ===*/
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mail:hover {
  color: #f5a098;
}

/*==================      Well     ======================*/
.well {
  padding-top: 15px;
  padding-bottom: 15px;
}

.well__ins1 {
  padding-bottom: 47px;
}

.well__ins2 {
  padding-bottom: 46px;
}

.well__ins3 {
  padding-bottom: 44px;
}

.well__ins4 {
  padding-bottom: 30px;
}

.well__ins5 {
  padding-bottom: 53px;
}

.well__ins6 {
  padding-bottom: 101px;
}

.well__ins7 {
  padding-bottom: 51px;
}

.well__ins8 {
  padding-bottom: 42px;
}

.well__ins9 {
  padding-bottom: 58px;
}

.well__ins10 {
  padding-bottom: 45px;
}

.well__ins11 {
  padding-bottom: 73px;
}

.well1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well2 {
  padding-top: 47px;
  padding-bottom: 51px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
@media (max-width: 1110px) {
  footer .copy {
    text-align: center;
  }
}
