/*
Theme Name: Nirestream-Asamblea Standard
Author: Haiko
Description: CSS for Nirestream Asamblea sites
Version: 1.0
License: GNU General Public License v2.0
*/

/******************/
/** Generales    **/
/******************/

/** Html, Fonts & headers **/

:root {
    --typography-headers: "IBM Plex Sans", sans-serif;
    --typography-content: "Roboto", sans-serif;
    --color-main: #246ece;

}    

/*ICONOGRAFIA DE NIRESTREAM*/

@font-face {
	font-family: 'fontnire';
	src: url('../../fonts/fontnire.eot?g4rncb');
	src: url('../../fonts/fontnire.eot?g4rncb#iefix') format('embedded-opentype'),
		url('../../fonts/fontnire.ttf?g4rncb') format('truetype'),
		url('../../fonts/fontnire.woff?g4rncb') format('woff'),
		url('../../fonts/fontnire.svg?g4rncb# ') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="iconnire-"],
[class*="iconnire-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'fontnire' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconnire-ayuda:before {
	content: "\e902";
}

.iconnire-calendario:before {
	content: "\e903";
}

.iconnire-documentacion:before {
	content: "\e904";
}

.iconnire-intervenir:before {
	content: "\e905";
}

.iconnire-orden_del_dia:before {
	content: "\e906";
}

.iconnire-Pregunta:before {
	content: "\e907";
}

.iconnire-reloj:before {
	content: "\e908";
}

.iconnire-resultados:before {
	content: "\e909";
}

.iconnire-salir:before {
	content: "\e90a";
}

.iconnire-usuario-1:before {
	content: "\e90b";
}

.iconnire-votar:before {
	content: "\e90c";
}

.iconnire-escuchando:before{
	content:"\e900";
}
.iconnire-oido:before{
	content:"\e901";
}

/*************************************************/

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	font-family: var(--typography-content);
	position: relative;
	margin: 0;
  	/*padding-bottom: 6rem;*/
  	min-height: 100%;
  	background: #ffffff;
  	font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	line-height: 1.1;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.15em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: .9em;
}
h5 {
	font-size: .8em;
}
h6 {
	font-size: .7em;
}

h2.title1{
	font-size: 19px;
    font-weight: 600;
    margin: 10px;	
}

h2.title1 i{
	font-size: 22px !important;
}

a {
    transition: all 0.1s ease-out 0s;
}

.microfont{
	font-size: 12px;
}

div.clear
{
    clear: both;
}

.nsbackground{
	background: #f5f5f5 !important;
}

.background-fff{
	background: #fff;
}

.alert{
	font-weight: 600;
}	

.display-inline{
	display: inline;
}

.display-inline-block{
	display: inline-block;
}

.d-none{
	display:none !important;
}


.navbar{
    padding:7px 0;
}


/** Scaffolding **/

div.container {
    margin: 0 auto;
    width: 65%;
}

.container-html{
	width: 100%;
}

.divseparator{
	height:1px;
	margin: 20px auto;
	text-align: center;
	width: 100%;
	background: #ccc;
	box-shadow: 2px 2px 2px #bbb;
}

/*#content {
	background-color: #FFFFFF;
}

.inner{
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 80%;
    z-index: 0;
}*/


/** Structural **/

.w100{
	width: 100% !important;
}

.w80{
	width: 80%;
}

.w60{
	width: 60%;
}

.w40{
	width: 40%;
}

.w20{
	width: 20%;
}

.container80 {
    margin: 0 auto;
    width: 80%;
}

.col-center{
    float: none;
    margin: 0 auto;
}



/** Utils **/

.centered {
    text-align: center;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.cols-centered {
    text-align:center;
    font-size:0;
}
.cols-centered > div {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
	margin-bottom: 50px;
}

.p-button{
	padding:8px 36px;
	
}

.inline{
	margin: 0 auto !important;
	text-align: center;
	width: 100%;
}

.inline >div{
	display: inline-block;
	float: none;
}

.img-rounded {
    border-radius: 5px;
    width: 90px;
    margin: 0px 20px;
}

.rounded{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.fullwidth{
	width:100%;	
}



.md-margin{
	margin: 60px;
}

.clear {
	clear: both;
	width: 100%;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

img {
	border: 0;
}

*:active, *:focus {
	outline: 0;
}

.margin50tb{
	margin: 80px 0;
}

.m-y20{
	margin: 20px 0;
}

.m-y10{
	margin: 10px 0;
}

.m-bottom50{
	margin-bottom: 50px;
}

.m-top5{
	margin-top: 5px;
}

.m-top20{
	margin-top: 20px;
}

.m-top30{
	margin-top: 30px !important;
}

.m-top40{
	margin-top: 40px !important;
}

.m-bottom20{
	margin-bottom: 20px !important;
}

.m-bottom40{
	margin-bottom: 40px !important;
}

.m-left15{
	margin-left: 15px;
}

.m-lateral{
	margin: auto 10% !important;
}

.left{
	text-align: left;
}

.center {
    text-align: center;	
	width: 100%;
}
/*.center >div {
    display: inline-block;
}*/

i{
	padding: 0 4px;
}

.sm-font {
    font-size: 16px;
}

.columns2>div{
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin: auto 10px
}

.pointer{
	cursor: pointer;
}

/** VIDEO (PRE)*************/
/***************************/

section#video{
	padding: 0 0 20px 0;
}

/** CALL2ACTS..*************/
/***************************/
.call2act{
	background: var(--color-main) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 8px 60px;
    transition: all 0.25s ease-out 0s;
	font-weight: 600;
	display: block;
	border-radius: 3px;
	border: 0px;
}

.call2act:hover{
	background: #222 !important;
	transition: 0.25s ease-out;
	text-decoration: none;
	color:#fff;
} 

.call3act{
	background: #D8D8D8 none repeat scroll 0 0;
    color: #000000;
    font-size: 16px;
    margin: 20px 0;
    padding: 12px 60px;
    transition: all 0.25s ease-out 0s;
	font-weight: 600;
	display: block;
	border-radius: 3px;
	border: 0px;
}

.call3act:hover{
	background: #222 !important;
	transition: 0.25s ease-out;
	text-decoration: none;
	color:#fff;
} 

/** SECTIONS HEADER ********/
/***************************/
.asambleaheader{
	text-align: center;
	margin-bottom: 40px;
}

.asambleaheader h1{	
	font-family: var(--typography-headers);
	font-weight: 300;
}


/** HEADER *****************/
/***************************/
#header {
	position: relative;
	z-index: 1;
	height: auto;
	color: #bbbbbb;
	background: #0d294d;
}
/*BOF: CAMBIO DE HEADER, SIMPLEMENTE .logo*/
#header .logo {
	/*position: absolute;*/  
	/*z-index: 1;*/
	display: block;
	left: 0px;
	height: 70px;
	margin: 20px auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/*LOGO FOOTER*/
#footer .logo {
	/*position: absolute;*/  
	/*z-index: 1;*/
	display: block;
	left: 0px;
	height: 75px;
	background-repeat: no-repeat;
	background-size: contain;
}

#header .logo_der{
	margin-left: 20%; 
	max-height: 70px;
	right: 0%;
	left: auto;
	margin: 15px 0;
}

.inner{
	margin: 0 auto;
	height: 100%;
	width: 80%;
	display: block;
	position: relative;
	z-index: 0;
	min-height: 120px;
}


/** LANGUAGE SELECTOR***/
/***********************/
.language-selector {
	text-align: right;
	top: 70%;
	position: relative;
	text-transform: uppercase;
	font-size: 0.7em;
}


.language-selector .separator {
    color:#fff; 
    font-weight:700;  
    margin:0; 
}

.language-selector li.active a{
	text-decoration: underline;
}

.language-selector li:last-child {
    /*display: none;*/
}


/** BARRA NAVEGACIÓN - MENÚ ***/
/******************************/

.navbar {
	border-top:none !important; 
	border-color: none ! important;
    width: 100%;
	margin: auto;
    min-height:28px !important;
    border-radius: 0px;
    border: none;
    
}
@media only screen and (max-width: 767px){
	.navbar {
	    min-height:0px !important;
	}
}
.navbar ul {
    text-align: center;
    padding: 0px;
    overflow: hidden;
    float:none;
    display: table;
	width: 90%;
    
    /*margin:16px auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 80%;
    float: none;
    */
} 

.navbar li{
	min-width:10%;
	display: inline-block;
	float:none;
	margin:10px 10px;
		
	/*
	text-align: center;
	border:1px solid red;
	display: block;
    flex: 0 1 auto;
    list-style-type: none;
    min-width:15%;
    font-family: var(--typography-headers);
    */
}

.navbar li a{
	font-weight: 300;
	font-family: var(--typography-content);
	padding-top:10px ! important;
	padding-bottom:10px!important;
}

.navbar-default i{
	font-size: 1.3em;
}

button.navbar-toggle{
	position: absolute;
	padding: 9px 10px;
	margin-bottom: 8px;
	border-radius: 4px;
	background-color: white;
	background-image: none;
	border: 1px solid white;
	top: 5px;
	right: 20px;
}

.navbar-toggle .icon-bar{
	background-color: rgba(0, 0, 0, 0.522);
	height: 3px;
}

/* Hover */
.navbar-nav > li > a:hover{
	background: #000 !important;	
	transition: all 0.35s ease-out 0s;
	color: #fff !important;
}

/* Focus */
.navbar-default .navbar-nav > li > a:focus{
	color: #000000;
	transition: all 0.15s ease-out 0s;
}

.navbar-nav .disabled{
	background: #D4D4D4 !important;
	cursor: not-allowed;
}
/* Espacio 'top' menu botones */

#mainmenu{
	text-align: center;
	margin:20px auto 10px;
}


/** TITULO EVENTO CABECERA **/
/****************************/
.top-header-title{
	font-family: var(--typography-headers);
    display: block;
    text-align:center;
    float:none;
	font-size:2.4em;
	font-weight:lighter;
	text-transform: capitalize;
	line-height: 1.3;	
	padding:25px 0 0 0;
}

/** TITULO EVENTO CUERPO   **/
/****************************/
h1.title{
	display:none;
}


/** Header - iframe *******/
/**************************/
.header-iframe{
	background-color: #f5f5f5;
	font-size:1.5em;
	padding:20px 0 20px 20px;
}

.header-iframe i{
	font-size:1.8em;
}


/** MENU ***************/
/***********************/

.menuitem:hover{
	cursor: pointer;
}

.bloks div{
	margin-bottom: 20px;
}


	
/** LENGUAJE SIGNOS ********/
/***************************/

.signoswrapper{
	text-align: right;
	margin-bottom: 10px;
}

.signoswrapper a{
	text-decoration: none;
	font-size: 13px;
    color:#666666;
	background-color: #f5f5f5;
	border: 1px solid #ededed;
	display:inline-block;
	border-radius: 3px;
	line-height:30px;
	padding: 0 10px;
}

.signoswrapper .signos-escuchando:hover{
	color: red;
	background-color: #fbcfcf;
	border:1px solid #ffb2b2
}

.signoswrapper .signos-oido:hover{
	color: green;
	background-color: #e3ffe3;
	border:1px solid #c4fbc4;
}
/*Icono de oido/escuchando*/

.signoswrapper .signos-oido:hover .iconnire-escuchando::before{
    color: green;
	content:"\e901";
}

.signoswrapper .signos-escuchando:hover .iconnire-oido::before{
    color: red;
	content:"\e900";
}

/** TITLE ******************/
/***************************/

.title {
	font-weight: 600;	
}

.title-nowrap{
	white-space: nowrap;
	clear: both;
	color: rgba(0, 0, 0, 0.849);
}
.calendar-text {
	padding:10px  !important;
}


/********************************************************************/
/**********************VENTANAS MODALES******************************/
/********************************************************************/

.modal {
	max-height: 100%;
}
.modal-title{
	font-size: 18px;
	font-weight: 700;
}

.modal-dialog, .modal-content{
	height: 90%;
}
.modal-dialog-login{
	height:min-content;
	margin: 30px auto 0px auto;
}

.modal-body{
	max-height: calc(100% - 80px);
	padding: 25px;
	/*overflow-x: hidden;*/
    overflow-y: auto;
}

.modal-body p{
	font-size: 1.3em;
	text-align: justify;
}

.modal-body strong{
	font-size:1em;
}

.modal-dialog .close{
	font-size: 30px;
}

.modal-footer{
	display: none;
}

.modal-body .voteaction,
.modal-body .takepartaction {
    max-width:350px;
    margin:20px 0;
    display:inline-block;
}

/** TEST VISUALIZACIÓN  ****/
/***************************/
.checkwrapper{

}

/** ACCESO/REGISTRO ********/
/***************************/
/* Customizacion */
#accessbox{
	font-family: var(--typography-headers);	
}

#accessbox .alert-info{
	display: none;
}

#accessbox #tabs li.ui-state-active{
	background: #000;
}

#accessbox span{
	font-family: var(--typography-headers);
}

#accessbox ul{
	background: transparent;
	border: none;
}

#accessbox #tabs{
	border: none;
}

#accessbox .container{
	width: 100%;
}

#accessbox button.call2act{	
	min-width: 200px;
	background: #000;
	padding: 10px 0;
	margin: 16px auto;
	font-weight: 500;
	font-family: var(--typography-headers);	
}
/*
#accessbox button.close{
	width: 10%;
}

#accessbox button.close ::before{
	color: white;
}
*/

#accessbox .loginmessages{	
	text-align: center;
}

#accessbox{
	padding: 10px;
}

.login-link-div{
	width: 100%;
	text-align: center;
	margin: 0;
	height: min-content;
	font-size: 16px;
}

.login-link{
	text-decoration: none;
	font-weight:normal;
	font-size:1em;
	display:inline-block;
	margin:10px 0;
	max-width:100%;
}
.login-legal {
	margin:10px 10px;
	color:#333;
	font-size:12px;
	text-align:justify;
}
/** DESCRIPTION ************/
/***************************/
.desctitle{
	line-height: 1.4;
	text-align: justify;
	font-size: 18px;
}

.titledesc{
	margin: 0 auto;
}	

/** SEARCH ******************/
/****************************/
.searchbox{
	margin-bottom: 50px;
}

.searchbox .videoslist .title {
	font-size:15px;
}
.searchbox .videoslist .sm-font {
	font-size:14px;
}

.searchbox .event .eventtitle h3{
	font-size:14px !important;
}

.searchbox .event .fecha-emision{
	font-size:14px;
}

.searchbox .event .evento{
	font-size:15px;
}


.header-search{
	font-size: 1.2em;
}

.searchwrapper{
	width: 100%;
	background: transparent;
	clear: both;
	padding-bottom: 20px;
}
.searchbar{
	width: 50%;
	margin: 0 auto;
}


/** SECTIONS  ***************/
/****************************/

section {
	padding: 20px 0; 
	margin:0;
	clear: both;
}

section >div{	
	margin: 10px 0;
	
}

section i {
	font-size: 42px;
}



/* Titulo */
section#title{
	padding: 0;
}

/* Descripcion */
section#description i{
	margin-bottom: 10px;
}

section#description .desc{
	margin-top: 25px;
}

/* Menu */
section#menu {
	padding:10px 0 15px 0;
	clear: both;
}
section#menu >div{
	padding:15px 0;
}

.menutopitem{
	font-weight: 600;
	font-size:1.25em;
}

.menutopitem{
	font-weight: 600;
	font-size:1.25em;
}

.profilemenuitem{
	font-weight: 400;
	font-family: var(--typography-content);
	color: #fff;
	font-size: 15px;
	text-align: right;
}

/** VIDEOS GLOBAL ***********/
/****************************/
.videoicon{
	color: #f5f5f5;
	text-align: right;
	position: absolute;
	width:100%;
}

.videoicon i{
	margin: 10px 0;
}


/** FEATURED VIDEOS *********/
/****************************/

#featured-videos .title1{
	margin-bottom:-12px;
}

#featured-videos .widget-player{
	margin-top: 40px;
	margin-bottom: 0px;
}


/** FEATURED CATEGORIES******/
/****************************/

.featured-categories{
	margin-top:40px;
}

.featuredcategory{
	font-size: .95em;
	font-weight: 600;
}

.showmore{
	text-align: left;
	font-weight: 600;
	font-size:.7em;
}


.showmore a:hover{
	color: #222;
	text-decoration: none;
}

#featured-categories .widget-player{
	margin-bottom: 60px;
}

/** LIVE!!!! ********************/
/********************************/

.live{
	background: transparent;
}

.live .container{
	width:65%;
}

.headerlive .title{
	margin: 0;
	padding: 0;
	font-size:18px;
	background: #f5f5f5;
}

.headerlive section{
	background: #f5f5f5 !important;
}


.live section#title{
	padding-bottom:0;
}

.live section{
	/* background-color: #f5f5f5; */
	padding-top: 50px;
}

.livesidebar{
	margin-bottom: 90px;
} 

/** custom agenda *******************/
/*
.live .agenda_info h6{
    display: none;
}

.live .agenda_info h4{
    font-size: 16px;
}

.live .agenda_info .ponente_foto{
    display: none;
}
    
.live .agenda_info .ponente_text .sm-font{
    font-size: 14px;
}
*/
.live .agenda_row .imagen{
     display: none !important;
}

/** SPONSORS ********************/
/********************************/

.sponsor{
	margin:15px 0;	
	vertical-align: middle !important;
}

.sponsor img{
	width: 80%;	
}


/** PAGINAS ESTATICAS *******/
/****************************/

#content_static section div{
	font-size: inherit;
	text-align: inherit;
}

#content_static {
	width:90%;
	margin: auto 20px;
}


/** TERMS********************/
/****************************/
.termsbox {
	margin: 20px auto;
}
input#terms{
	display:inline-block;
	height:auto;	
	width:auto;
	vertical-align:middle;
}

.terms{
	font-size: 13px;
}

.terms a{
	text-decoration: underline;

}
.ui-tabs .ui-tabs-panel {
	padding:0 !important;
}
@media only screen and (max-width: 767px){
	.modal-body {
		padding: 25px 15px;
	}
}


/** LIVES EVENTS LIST*******/
/****************************/
.lives{
	margin-bottom: 25px;
	/*margin-top: 40px;*/
	position: relative;
    z-index: 999;
}

.lives a{
	font-size: 13px;	
}

.lives i{
	color: #f5f5f5;
	font-size:18px !important;
}

.eventlives{
	position: relative;
	z-index: 1;	
}

.liveplayer {
	position:relative;
	z-index: 99;
}


/** CHECKCONNECTION *********/
/****************************/

/** HELPER LIVE**************/
/****************************/
.helperlive{
    color:#444;
	font-size: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:10px;
}

.helperlive .info{
	display: table-cell;
	vertical-align: middle;
}

.helperlive .helpertext{
	display: table-cell;
	vertical-align: middle;	
}

.mainlive .alert{
	border:1px solid #FF0000;
	font-weight:600;
	color: #FF0000;
}

.mainlive .alert i{
	color: #FF0000;	
}


/** AUTHENTICATED NEEDED ***************/
/***************************************/

.authenticatedneeded{
	background-color: #F6F6F6;
	padding: 20px 0;
}


/** MENSAJE (NO PARAM) *****************/
/***************************************/

#mensaje i{
	font-size: 60px !important;
}



/** CAPTACIÓN **********/
/***********************/

.captacion{
	font-size: .9em;
	font-weight: 600;
}

#captacion_button{
	font-size: .8em;
	padding: 8px 16px;
}



/** COUNTDOWN***********/
/***********************/

.countdown_container{
	width: 75%;
	margin-left: 12%;
	margin-right: 12%;
}

.ClassyCountdown-value div{
	font-size: 1.9em;
}

.ClassyCountdown-value span{
	font-size: 0.1em;
}

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: calc(24% - 22px);
    margin: 12px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 57%;
    text-align: center;
    left: 0;
    display: block;
}

/** PONENTES  **************/
/***************************/
.widget-ponente{
	margin:30px 15px;	
}

.widget-ponente .descripcion{
	font-size: .7em; 
	position: absolute;
	top:0;
	left:0;
	
}

.widget-ponente .img{
	margin: 0px auto;
	/*display: table;*/
	background-position: center center;
	background-size: cover;	
	width:160px;
	height:160px;
	text-align:center;
}

.widget-ponente .ponente-thumbnail{
	position: relative; 	
}

.widget-ponente .ponente-thumbnail i{
	font-size: 8em; 		
}

.widget-ponente .info i{
	font-size: 1.4em; 	
	padding-left:2px;
	cursor:pointer;
}

.widget-ponente .url, .ponente_text .url{
	text-decoration: underline;		
}

.widget-ponente .url a, .ponente_text .url a{
	font-size: 13px !important;		
	color: #777 !important;
	font-weight: normal;
}

.widget-ponente .url a:hover, .ponente_text .url a:hover{
	color:#000 !important;
}

.widget-ponente .tooltip-inner{
	font-size: 1em !important; 	
}

.ponente-footer h3{
	font-weight: bold;
	margin:10px auto 5px auto;
}

.ponente-footer h4{
	margin:5px auto;
}

h4.url i{	
	padding-left:4px !important;
	font-size: 13px !important;
}




/** FOOTER GENERAL **************/
/********************************/
  
#footer{  
  /*position: absolute;*/
  right: 0;
  bottom: 0;
  left: 0;
}  

.footer_plantilla li{
	display: inline;
	margin: 0 5px;
}

.footer_plantilla li a{
	color:#888 !important;
	font-size: .9em;
}

.logo_nirestream{
	margin:0;
	color: #aaaaaa;
	text-align:center;
	vertical-align:middle;
}
.footer_common .logo_nirestream {
	text-align: left;
	margin-top: 10px;
}

.logo_nirestream img{
	width: 150px;
}

@media (max-width: 450px) {
	.logo_nirestream img{
		width: 100px;
	}
}

.footer_plantilla{
    background-color:#000;
    bottom: 0;
    left: 0;
    font-size: 0.9em;
    right: 0;
    padding: 35px 0;
    display: table;
    width: 100%;
    color: #fff;
}

.static_links {
  margin:0;
  margin-top:10px;
  padding:0;
}

#prefooter{
	display:none;
}



/** FOOTER CANAL ****************/
/********************************/

.footer_common,
.footer_channel{
	width: 100%;
	background-color: #000;
	padding: 40px 0;
	display: table;
}
.footer_common {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
.footer_common ul,
.footer_channel ul{
	margin: 2px 0;
}

.footer_common .links li,
.footer_channel .links li{
    display: inline-block;
	margin:0 3px;
}
.footer_common .rss_links li,
.footer_channel .rss_links li{
    display: inline-block;
	font-size: 34px;
	margin:0 3px;
}
.footer_common .links li a,
.footer_channel .links li a{
	color: #ffffff;
}

 .links li a{
	color: #ffffff;
}

a.nt-icon {
    background-color: none !important;
    background-position: 0 0;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 34px;
    height: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
a.nt-icon i {
    display: inherit;
    padding: 0;
}
a.nt-icon:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
a.nt-icon-color {
    background-position: 0 -24px;
    display: inline-block;
    height: 24px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-indent: -9999px;
    width: 24px;
}
a.nt-icon-color:hover {
}
a.facebook {
    /* background-color: #3765a3; */
    padding: 0.3em 0.75em;
}
a.twitter {
    /*background-color: #5ea9dd; */
}
a.linkedin {
    /*background-color: #0177b5; */
}
a.google, a.youtube {
    /*background-color: #e52c27; */
}
a.instagram {
    /*background-color: #2a5b83; */
}

.rss_links {
  padding-left: 0 !important;
}
.footer-text-right {
  text-align: right;
}
.footer-text-left {
  text-align: left;
}
@media (max-width: 991px) {
	.rss_links {
	  margin-top: 20px !important;
	}
	.footer-text-right,
	.footer-text-left {
	  text-align: center;
	}
}

@media (max-width: 450px) {
	a.nt-icon {
	    font-size: 24px;
	    height: 35px;
	    width: 35px;
	}
}


/** BACK-TO-TOP ************/
/***************************/
/*
.back-to-top{
	z-index: 999;
    bottom: 50px !important;
}

.back-to-top i{
	font-size: 44px !important;
}
*/

.backtotop {
    position: absolute;
    bottom: 40px;
    right: 0px;
    font-size: 44px;
    padding: 10px;
}
.backtotop i{
    color: #dddddd !important;
}
.backtotop:hover i {
    color: #ffffff !important;
}

/** MESSAGE* ***********/
/***********************/

.messages{
	padding:8px 6px;
	font-size: 15px;
	text-align: center;
	/*margin-bottom:20px;*/
}

/** CHANNEL REGISTRO/LOGIN ****/
/******************************/
.channel-register{
	cursor:  pointer;
	font-weight:600;
	color:white !important;
	
}
.channel-register:hover{
	/*color: #222 !important;*/
	transition: all 0.30s ease-out 0s;
}

#accessbox{
	margin: 50px auto;
	width:80%;
	max-width: 600px;
	background: transparent;
	padding-top:10px;
}

#accessbox .login div{
	text-align: center;
}
/*
#accessbox i{
	font-size: 1.2em;
}
*/
#accessbox .alert{
	font-size:15px;
}

#accessbox #tabs ul{
    margin-top:20px;
    padding:0;
}
@media only screen and (max-width: 767px){
	#accessbox{
	    margin-top:30px;
    }
	#accessbox #tabs ul{
	    margin-top:0px;
    }
}

#accessbox #tabs li{
	padding:8px 0;
	margin:0;
	width:100% ! important;
	text-align: center;
	border: none;
	background-color: white;
	text-decoration: underline;
}

#accessbox #tabs li a{
	margin:0;
	font-size: 16px;
	color:#666;
	padding: 0 ! important;
	float: none;
}

#accessbox #tabs li a:focus{
	outline: none;
}

#accessbox .titulo{
	font-size: 1em;
	text-transform: uppercase;
}


/** REGISTRO/LOGIN ***********/
/******************************/

div.border{
	border-top:1px dotted #ccc;
	padding-top: 40px;
	margin:auto;	
	width: 50%;
}

.welcomewrapper{
	/*margin: 5px 0;*/
}

.welcome{
	color:white;
	/*color: #222 !important;*/
}

.welcome ul{
	 list-style-type: none;
	 margin-bottom: 0px;
}

.welcome li{
	float: left;
	border-left: 1px solid white;
	margin-right:10px;
}

.welcome a{
	color:white;
}

.welcome i{
	/*color: #666;*/
}

.welcomewrapper i{
	font-size:1.3em;
	padding-right:2px;
}

.closesession{
	text-align: right;
}

.closesession > i{
	font-size:20px;
	color: #E0092C;
	padding:0;
	margin-right: 10px;	
}	

/*
div.login{
	margin-bottom:10px;
	margin-top: 30px;
}

div.register{
	margin:0;
}
*/

.form_registro input, .form_login input{
	font-size: 20px;
	border-radius: 3px;
	margin: 8px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: rgb(255, 255, 255);
	background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .0s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .0s;
}

textarea.askmessage,
textarea.supportmessage {
	border-radius: 3px;
	margin-bottom: 8px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f9f9f9;
	background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .0s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .0s;
    box-shadow: none;
    border: 1px solid white;
    border-bottom: 1px solid #2a69bb3a;
}
textarea.askmessage:focus,
textarea.supportmessage:focus {
    box-shadow: none;
    border-color: white;
    border-bottom: 1px solid #2a69bba1;
}
.support textarea {
  margin:20px 0;
}

.form_registro i,.form_login i{
	font-size: 32px !important;
}

.login .titulo, .register .titulo{
	margin: 20px auto;	
}

.titulo h4{
	font-size: 20px ! important;
}

.suscription{
	margin:16px 0;
}

.suscription button{
	font-size: .9em;
}

.suscription i{
	font-size: 1.15em;
}

#inscription:hover{
	background: #222;
	transition: all 0.25s ease-out 0s;
	color: #eee !important;
}

/** RESETPASS **********/
/***********************/
.resetpassword{
	margin: 0 auto;
}

.resetpassword .header{
	font-size:22px;
	font-weight:600;
	margin:40px 0;
}

.resetpassword .subheader{
	font-size:16px;
	margin:10px 0;	
}

.resetpassword .form-control{
	height: 42px;
	font-size:16px;
}

.resetpassword .call2act{
	width: 250px;
	margin-top: 0;
}

/** HOME-EVENTOS *******/
/***********************/

.event{
	margin: 20px 0;
	position: relative;
	box-shadow: 2px 2px 2px #888888;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
    overflow: hidden;
    background-color: #f1f1f1; 
}


.event .eventicon i{
	color: #fff;
	position: absolute;
	z-index:999;
	top:10px;
	right:10px;
	font-size:1em;
}

.event .content{
	position: absolute;
	bottom:20px;
	padding: 20px;	
	text-shadow: 1px 1px #000;
	color: #fff;
	width: 100%;
}

.event .evento{ 
	padding: 10px 20px;
	color: #ffffff;
	font-size: 17px;
	text-decoration: none  !important;
	position: absolute;
	top:0;
	width: 100%;
	min-width: 300px;
}


.event .fecha-emision{
	padding: 5px;
	color: #ffffff;
	font-size: 16px;	
	position: absolute;
	right:0;
	bottom:0;
	color: #fff;
	opacity: .9;
}

.event .fecha-emision i{
	font-size: 20px !important;	

}

.event .author{
	text-align: left;	
	font-size: 18px;
	margin: 5px 0;
}

.event .eventtitle{
	text-align: left;
}

.event .ponente{
	font-size: .75em;
}

.event .ponente i{
	font-size: 20px !important;
    padding-left: 0;
}
.eventtitle h3{
	font-size:17px !important;
	font-weight: 600;
}


/** ACCESS SECTION *****/
/***********************/

section#access{
	display: none;
}


/** ACCESO RESTRINGIDO ****/
/**************************/

.restricted{
	padding: 16px 20px 0px 20px;
	margin:30px auto;
	font-weight: bold;
	display: table;
	border:1px solid #b81231;
	font-size: 16px;
	color: #b81231 !important;
	-webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.71);
	-moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.71);
	box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.71);
}


.access i{
	font-size: 24px;	
	padding: 0 5px 0 5px;	
}

.access:hover{
	background: #222;
	color: #eee !important;
	text-decoration: none;
	transition: all 0.25s ease-out 0s;
	border:1px solid #222;
	cursor: pointer;
}


/** VIDEOTECA **********/
/***********************/

a.videolisted{
	outline: 0;
}

.videolisted{
	position:relative;
	display: block; 
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;	
	box-shadow: 2px 2px 2px #888;
	margin-bottom: 7px;
}


.videolisted:hover{
	box-shadow: 9px 9px 9px #888;		
}

.videos_fecha_title{
	margin:0 auto 30px auto !important;
}

.videos_fecha_title i{
	font-size: 22px !important;
}

.videoimagelisted{
	width:100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}


ul#videoteca{
	border-bottom:1px solid #E8E8E8;
	box-shadow: 3px 3px 3px #E8E8E8;
	margin-bottom: 40px;
}

ul#videoteca li {
	margin: 0 15px;
	display: table-cell;
	height: 50px;
}

ul#videoteca li a{
	font-size: 20px;
	font-weight: 600;
	border: none;
	color: #555;
	outline: none;
	line-height: 1;
}

ul#videoteca li.active,ul#videoteca li:hover{
	border-bottom: 4px solid #CC181E;
	transition: all 0.1s ease 0s;
}

ul#videoteca li a:hover{
	background-color: transparent;
}



ul#videoteca li.search {
	border-bottom: none !important;

}

ul#videoteca li.search i{
	padding-top: 6px;
	font-size: 1.5em;
	margin-top: 6px;
	color: #c8c8c8;
	
}

ul#videoteca li.search input{
	width: 300px;
	margin-top: 6px;
	font-size: 1.2em;
	
}
div.widget-player h2,
div.videoteca h2{
	margin: 60px 0 40px 0;	
	font-size: 20px;
	font-weight: 600;
}

div.widget-player span,
div.videolisted span{
	text-shadow: 1px 1px #000;
	padding:2px 3px 2px 0px;
	position:absolute;
	color:#fff;
	opacity: 0.8;
	background: #555;	
}

div.videolisted i{
	padding-right: 15px;
	font-size: 18px;
}

.videoteca .fa-clock-o{
	font-size: 18px !important;
}

.bseparator{
	border-bottom: 1px dotted #222;
	margin-bottom: 30px;
}

span.ponente{
	background: transparent !important;
	text-shadow: none !important;
	color: #fff;
	display: block;
}

.videofooter p{
	margin-bottom:14px;
}


/* Categorias */
.categories{
	width: 95%;
	text-align: left;
}

.categories .call2act{
	font-size: 1.25em;
	font-weight: 600;
	/*padding: 10px 15px;*/
}

#categorias .all{
	font-size: .9em;
}


/**************/
.video-list{
	margin: 0 50px;
}

.jwpreview{
	opacity: .85 !important;
	
}	


/** DETALLE VIDEO - ******/
/*************************/

.video-title{
	font-size: 1.8em;
	font-weight: 600;
	margin: 20px 0;
}

.videocontainer{
	margin:0 auto;
	width:100%;
	padding-top:12px;
}

.playerwrapper{
	margin-bottom: 25px;
}

.jwplayer{
	width: 100% !important;
}

.jwplayer{
	width: 100% !important;
}

.jw-rightclick{
	/*display:none !important;*/	
}

.sidebar{
	background: #bbb;
	margin-bottom: 30px;
}

.ponentes_footer{
	text-align: center;	
}

.ponentes_footer i{
	margin: 0;	
	padding:  0 5px 0 0;
	font-size: 1.2em;
		
}

.ponentes_footer span.ponente{
	color:#555;	
	font-size: 1.5em;
}

.videodetail_components{
	position: relative;
	opacity: 1;
}

.videodetail_footer{
	width:100%;	
	margin-bottom: 90px;
}

.videodetail_footer .title{
	font-weight: 600;
	font-size: 18px;	
	margin-bottom: 5px !important;
	line-height: 1.2;
}

.videodetail_footer .hours{
   	color: #777;
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
}

.videodetail_footer .descwrapper{
	display: table;

}


.videodetail_footer .imagen{
	display: table-cell;
	vertical-align: top;	
}

.videodetail_footer img{
	width: 90px;	
	max-height:200px;
	margin-right:10px;
	font-size:16px;
}

.videodetail_footer .ponenteswrapper{
	background: #ffffff;
	margin-top:8px;
	padding: 2px 10px 2px 6px;
}

.videodetail_footer .infowrapper{
	margin: 5px 0 10px 0;
    text-align: left;
}    

.ponenteswrapper .name{
	height:15px;
	font-size: .8em;
	font-size: 15px;
	
}

.ponenteswrapper .name i{
    font-size: 15px;
    padding:0 2px;
    cursor: pointer;
}

.ponenteswrapper .cargo{
    color: #888;
    font-size: 13px;
    line-height: 1.2;
    margin: 5px 0;
}

.ponenteswrapper .url{
    font-size: 12px;
    margin: 0 5px;
}

.ponenteswrapper .url i{
    font-size: 13px;
    padding:0 2px;
}

.ponenteswrapper .ponente_foto{
	width: 50px;
	height: 50px;
	
}

.ponenteswrapper i{
	font-size: 42px;
	color: #555;
}
    

.videodetail_footer .desc{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;	
	text-align: justify;
	line-height:1.2;
}

.videodetail_footer .desc p{
	margin-bottom: 2px;
}

span.videodetail_date{
	left: 10%;
	bottom: 6px;
	background: #555 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
    padding: 6px;
    position: absolute;
    text-shadow: 1px 1px #000;
	font-size: 16px;
}

span.videodetail_duration{
	right: 10%;
	bottom: 6px;
	background: #555 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
    padding: 6px 6px 6px 0;
    position: absolute;
    text-shadow: 1px 1px #000;
	font-size: 16px;
}

p.videodetail_ponentes{
	float: none;
    margin: 10px auto;
	width: 80%;
	font-weight: normal;
	font-size: 18px;
}

p.videodetail_ponentes i{
	padding-left: 0;
}

.player-videodetail{
	
}


/** Extra content ******/
/***********************/

.extraswrapper{	
	text-align: left;
	display: block;
	background: #fff;
}

.extraswrapper .header{
	font-size: 14px;
    font-weight: 600;
    padding: 8px 0 0 12px;	
    margin-bottom:0px;
}


.extraswrapper ul{	
	padding: 5px 5px;
}

.extraswrapper li{	
	list-style: none;
}

.extraswrapper i{	
	font-size: 15px;
	padding-right: 5px;
}

.extraswrapper a{	
	font-size: 12px;
}



/** WIDGETS & WIDGET PLAYER ****/
/*******************************/


.widget {
    margin-bottom: 20px;
}

.widget-content {
    background-color: #f6f8fa;
}

.widget-player {
    margin-bottom: 80px;
    padding-bottom: 40px;
    padding-left: 0;
    position: relative;
	padding: 0 5px;
}

.widget-player p{
    padding-bottom: 4px;
}

.widget-player .title{
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	width: 100%;
	color: #222;
	margin: 0px 0px 6px 0px;
}

.widget-player .date{
	padding: 6px;
}

.widget-player .ponente{
	font-size: 13px;
	text-align: left;
	color: #333;
	font-weight: 600;
	
}
.widget-player .ponente i{
	padding: 0 5px 0 0;
	font-size: 16px !important;
}

.widget-player .ponentes{
	padding:0 !important;
	margin:0 !important;
	
}

.widget-player .ponentes span{
	position: relative;	
	line-height: 1.2;
}

.widget-player .falda{
	width: 100%;
	background: #888;

}

.widget-header-container {
    background-color: #3a6861;
    color: #f9f9f9;
    width: 100%;
}

.widget-header {
    display: table-cell;
    font-size: 1.2em;
    font-weight: bold;
    height: 30px;
    padding: 10px 20px;
    vertical-align: middle;
}

.widget-header-subtitle {
    font-size: 1.1em;
    font-style: italic;
    padding: 0 20px 5px;
}



/*** Facebook widget ***/
.fb_iframe_widget{
	display: block !important;
	
}

/** Questions ****************/

.form_preguntas{
	z-index:5;
	margin: 0px 0 15px 0;
	border: 1px solid #ccc;
}

.form_preguntas .header{
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 700;
}



.form_preguntas input {
	font-size: 17px;
    height: 40px;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	font-family: 'Open Sans';
	padding-left: 12px !important;
}

.form_preguntas textarea {
	font-size: 17px;
    -webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	font-family: 'Open Sans';
	padding-left: 12px !important;
}

#modalquestion p{
	font-size: 16px;
}


/** Widget HTML ****************/

.widget-html{
	line-height: 28px;
	text-align: justify;
	font-size: 14px;
	width: 92%;
	margin: 30px auto;	
}

/** Related Videos          ****/
/*******************************/
.relatedwrapper{
	background: #eee;
}

.related{
	margin: 8px 0;	
}

.related_image_wrapper{
	padding-right:5px;
}


.related_title_wrapper{
	padding-left:5px;
}

.related a .title{
	font-size: 12px !important;
	color:#333;
	display: inline-block;
	margin:0;
	padding:0;
}

.related a .title:hover{
	color: #167ac6;
}

.related .time{
	font-size: 11px;	
	padding:0 3px;
	margin:0 1px 1px 0;
	background: #444;
}

.related .ponente{
	font-size: 11px;		
	color:#555;
	margin:0;
	padding:0;
}

.related .ponente i{
	font-size: 12px !important;	
}

/** Youtube *****/

section.youtube div.container{
    position: relative;
    padding-bottom: 40.95%;
	padding-top: 25px;
	height: 0;
}

section.youtube div.container iframe.video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/** AGENDA* ****************/
/***************************/

.ponente_foto{
	margin: 5px;
	display: block;
	width:50px;
	height:50px;
	background-position:center;

	background-size:cover;
}

.ponente_icon{
	font-size: 36px !important;
}

.agenda_icon{
	font-size: 75px !important;
	color: #888;
	margin-right: 15px;

}

.agenda_subdiv{
 	margin: 0 25px;	
}
.agenda_div{
	margin: 1em;
}
.agenda_div h5{
 	margin: 8px;
	font-weight: 600;
	font-size:20px;
}
.agenda_info{
	text-align: left;
	margin: 18px 0;
}

.agenda_info h4{
	margin: 0px 0px 8px 0px ;
	font-size: 19px;
	font-weight: 600;
}
.agenda_info h6{
  	margin: 0px 0px 8px 0px ;
	line-height: normal;
}
.agenda_list{
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}

.ponente_thumbnail{
	display:table-cell;
	vertical-align: middle;
	padding-right: 10px;
}	

.ponente_text{
	display:table-cell;
	vertical-align: middle;
	width:100%;
}

.ponente_text i{
	font-size: 18px !important; 	
	padding-left:0px;
	padding-right:3fdcfddcdecxdepx;
	cursor:pointer;
	
}

ul.agenda_list h1{
	color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

ul.agenda_list li .extra{
	font-size: 14px ;
	text-align: left;	
	padding: 3px !important;	
}

ul.agenda_list .extra i{
	font-size: 16px !important;
	color: red;
}

ul.agenda_list li .extra a {
	color: #666;	
}

.agenda_info .tooltip-inner{
	font-size: 1em !important; 	
}

.addtocalendar .tooltip-inner{
	font-size: 1.2em !important; 	
}

.addtocalendar i{
	color:#666 !important; 	
	font-size:1.5em !important;
}

.addtocalendar i:hover{
	color:#222 !important; 	
}

.add_event i{
	font-size:2em !important;
	color:#fff !important; 	
}

.add_event i:hover{
	color:#fff !important; 	
}

.ponente_text div{
	text-align: left;
}	

ul .extras{
	padding-left: 0;
	margin: 5px 0;
}


#agenda i{
	font-size: 28px;
	
}

.extra-content{	
}

.extra-content li{	
	list-style: none;
	font-size: 1.3em;
}


/**
 * AddToCalendar Icon Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none !important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}


ul.atcb-list li.atcb-item {
    padding: 5px !important;
	line-height: normal;
	font-size:15px;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    background: #fff;
	
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

/***********************/

/** PPV ****************/
/***********************/

.ppv_select_item{
	font-size: 16px;
}


.paymentsterms div{
	border-top: 1px solid silver;
	padding: 20px 0;
	font-size: 1em;
}

.stripeButton:hover{
	background: #286090;	
}

.ppvitembox{
	margin: 40px 0;
}


.ppvitembox .item-photo img{
	width:100%;			
}

.ppvitem i{
	padding-left:0;
	font-size: 1.2em;
}

#suscriptions{
}

.product-chooser-item i{
	padding:0 4px;
}

div.product-chooser div.product-chooser-item{
    padding: 11px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    color: #222;
    height: 320px;
    overflow: hidden;    
    background: #fafafa;        
}

div.product-chooser.disabled div.product-chooser-item{
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: default;
}


div.product-chooser div.product-chooser-item:hover{
	border: 4px solid #7f1a1e;
	background: #f5f5f5;
	padding: 8px;
}


/*
.upper-menu{
	background-color: #888;
	border-top: 1px solid #888;
	margin-bottom:30px;
	padding: 5px;
	
}
*/


div.product-chooser div.product-chooser-item img{
	padding: 0;
}

div.product-chooser div.product-chooser-item span.title{
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 17px;
	height: 50px;
}

div.product-chooser div.product-chooser-item span.price{
	display: block;
	margin: 12px;
	font-weight: 700;
	font-size: 26px;
}

div.product-chooser div.product-chooser-item div.description{
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	height: 140px;
}

div.product-chooser div.product-chooser-item input{
	position: absolute;
	left: 0;
	top: 0;
	visibility:hidden;
}


.suscribe_ppv{
	padding:30px;
}

.btn_suscribe_channel{
	margin:0;
	background-color: #32325d;
	font-weight: 600;
	padding: 10px 0;
	font-size: 16px;
}

.nav .btn_suscribe_channel{
	margin:0;
	background-color: #32325d;
	font-weight: 600;
	padding: 2px 10px;
	font-size: 13px;
}

.front-menu{
	float: left;
	width: 100%;
}

.navbar-default .navbar-nav > li > a > i{
	padding-right:5px;
}

.navbar-default .navbar-nav > li > a{
	color:white;
}

.navbar-default .navbar-brand:hover{
	color:#efe4e4;
}


.navbar-default .navbar-brand{
	color:white;
}


.navbar-brand > i{
	font-size:1.2em;
}

/** CLIENT TOP MENU ****/
/***********************/
.navbar-right li a{
	font-weight: 400;
	font-size:1.05em;
}

.navbar-right{
	font-size:1.05em;
}

/** CLIENT PROFILE PAGE ****/
/***************************/
.profile{
	font-size:1.2em;
}

.profile h1{
	font-weight: 600;
}

.profile h2{
	font-size:1em;
	font-weight: 700;

}
.profile .page-header{
	border-bottom: 2px solid #ddd;	
}

.form_changepass input{
	margin-top:0;
	padding: 4px 12px;
	margin-right: 30px;
}
.form_changepass .form-group{
	margin-right: 10px;
}

.form_changepass .call2act{
	font-size: .95em;
}

/*Imagen de bg content*/
.bg-header-left-right{
	background-position:top center;
	width: 100%;
	height: 100%;
	background-repeat:repeat;
}

.relativo{ 
   padding-bottom:30px;
}

/*Media query pantalla normal/grande*/    
@media only screen and (min-width: 992px){
	.relativo{
		min-height: min-content;
	}
	.main-header-content{
		/*margin-top: -25px;*/
	}
	/*Tamaño de imagen en pantalla normal*/
    #header::before{
		/*width: auto;
		height: auto;
		background-size: cover;
        background-repeat:no-repeat;
        position: absolute;
        top: -275%;
        right: 0;
        bottom: 0;
        left: -10%;*/

		width: 100%;
	    /*background-size: cover;*/
	    background-position: 40% 30%;
		background-repeat: no-repeat;
		position: absolute;
		top: calc(-140%);
		bottom: 0;
		float: left;
    }

	/*Desplazamiento izquierda derecha del usuario y selector de lenguajes*/
	.right-user{
		display: inline-block;
		margin-top: 14px;
	}
	
	.left-lang{
		float: right;
		/* width: 135px; */
		display: inline-block;
	}

	/*Caja de descripcion en titulo*/
	/*.description .desctitle{
		box-shadow: 0px 14px 18px 2px #80808061;
		height:50%;
		width:85%;
		text-align:justify;
		margin-left:6%;
		padding:2%;
		font-size: 14px;	
	}*/

	.padding-desktop{
		height: 100px;
	}

	.titledesc{
		width:85%;
		margin-top: 5%;
	}
	.desctitle{
		text-align: justify;
	}



	/*General requests*/
	.general_req_div{
		float: right;
	}

	.general_req li{
		display: block ! important;
		text-align: left ! important;
		font-weight: bold;
	}

	.general_req .bold{
		font-size: 1.1em;
		font-weight: bold;
	}

	/*Links RRSS*/
	.rss_links{
		text-align: right;
	}

	.no-padding,.rss_links, .general_req{
		padding-left:0 ;
	}

	.rss_links .nt-icon .fa::before{
		color: #414448;
	}
}

/**************************************************/
/*** SPECIFIC STYLES FOR SMALL SCREENS (MOBILE) ***/
/**************************************************/

@media screen and (max-width: 991px) {
	.relativo{
		min-height: auto;
	}

	/*Imagen de cabecera*/
	#header::before{
		/*width: auto;
		height: auto;
		background-size: cover;
        background-repeat:no-repeat;
        position: absolute;
        top: -50%;
        right: 0;
        bottom: 0;
        left: -10%;*/

		width: 100%;
		/*background-size: cover;*/
		background-position: 50% 35%;
		background-repeat: no-repeat;
		position: absolute;
		top: calc(-20%);
		bottom: 0;
		float: left;
    }
	/*Desplazamiendo izquierda derecha de usuario y selector de lenguajes*/
	.right-user{
		display: inline-block;
		margin-top: 14px;
	}
	
	.left-lang{
		float: left;
		/* width: 135px; */
		display: inline-block;
	}

	/*Saludo a fidenet izquierda en móviles*/
	#header .text-right{
		text-align: left;
	}
	/*Ocultar elementos cabecera*/
	.welcome-text{
		display:none;
	} 
	
	.user-text-login,.iconnire-usuario-1{
		font-size: 20px;
	}

	/* color selector lenguaje */
	.language-selector li a{
		color: #FFFFFf;
		font-size: 20px;
	}

	.language-selector{
		margin-bottom:0;
		/*margin-left: 2%;
		margin-right: 2%;*/
	}

	.top-header-title{
		font-size:2.6em;
		padding:10px 0 20px 0;
	}
	/*
	div.container_footer{
		float: none;
		display: block;
		text-align: center;
	}*/

	/** COUNTDOWN***********/
	/***********************/

	.countdown_container{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 8%;
	}

	.ClassyCountdown-wrapper > div {
        width: calc(25% - 2%);
        margin: 0.5%; 	
    }

	/*Letra de countdown*/
	.ClassyCountdown-wrapper .ClassyCountdown-value{
		top: 50%;
	}

	.ClassyCountdown-wrapper .ClassyCountdown-value div{
		font-size: 2.3em;
		line-height: 1em;
	}

	.ClassyCountdown-wrapper .ClassyCountdown-value span{
		font-size: 1em ! important;
	}

	.signoswrapper{
		width: auto;
		text-align: center;
	}

	#opensignos{
		/*width: 100%;*/
	}

	.mainlive{
		padding:0;
	}
	
    .welcome{
    	padding: 30px;
		font-size:2.2em;
		font-weight:bold;
	}
	
	.columns2>div{
		display:block;
		width:100%;
		vertical-align:top;
		margin: 20px auto;
	}
	
	.modal-dialog{		
		width: 80%;
	}
	
	#accesbox{
		width: 80%;
	}

	.padding-desktop{
		display: none;
	}
	
	#video div.margin-video{
		padding: 0;
	}


	.logo-text .links{
		padding-left: 15px;
	}

	.logo-text .links li{
		text-align: left;
		display: block;
	}

	/*General requests*/
	.general_req_div{
		margin-top: 15px;
		padding-left: 20%;
	}

	.general_req li{
		display: block ! important;
		text-align: left;
		font-weight: bold;
	}

	.general_req .bold{
		font-size: 1.1em;
		font-weight: bold;
	}

	/*Links RRSS*/
	.rss_links{
		text-align: right;
	}

	.no-padding,.rss_links, .general_req{
		padding-left:0 ;
	}

	.rss_links .nt-icon .fa::before{
		color: #414448;
	}
}

/*Cambio de cabecera en pantallas medias*/
@media only screen and (max-width: 1040px) and (min-width: 992px){
	.titulo_pagina{
		width: 55%;
		text-align: left;
	}
}

/*Footer float cambio de css en bootstrap, centrar todo --- Cambiar a derecha usuario y selector de lenguaje*/
@media only screen and (max-width: 767px){
	.main-header-content{
		margin-top:20px;
	}

	/*General requests*/
	.general_req_div{
		width: 100%;
		padding-left: 0;
	}

	.general_req br{
		display: none;
	}

	.general_req li{
		display: block;
		font-weight: bold;
		text-align: center;
	}

	.general_req .bold{
		font-size: 1.1em;
		font-weight: bold;
	}

	/*Links RRSS*/
	.text-right{
		text-align: center;
	}

	.rss_titulo{
		padding-left: 0;
		height: 25px;
	}

	.rss_links{
		text-align: center;
	}

	.no-padding,.rss_links, .general_req{
		padding-left:0 ;
	}

	.rss_links .nt-icon .fa::before{
		color: #414448;
	}
}

@media screen and (max-width: 680px) {
	.description_long {
		margin: 2% 10% 2% 10%;
	}
	/*
	#countdown{
		margin-top: 20px;
	}
	*/
	
	/*
	.cntDigit {
		background-size:100% !important;
		height: 45px !important;
		width: 34px !important;	
	}	
	
	.cntSeparator{                      
		margin-top: 4%; 
    }
    */
	
	.call2act{
		padding: 12px;
	}
	
	.youtube_player{
		min-height: 360px;
		
	}
	
	.modal-dialog{		
		width: 90%;
		margin:0 5%;
	}
	
	#accesbox{
		width: 100%;
	}
	
}

@media only screen and (max-width: 400px){	
	button.navbar-toggle{
		right: 5px;
		top: 15px;
		margin: 0 0 0 5px;
	}
	.iconnire-usuario-1,
	.iconnire-usuario-1::before{
		display: none;
	}

	.language-selector li a{
		font-size: 18px;
	}

	#header .text-right{
		margin-top: 8px;
	}

	.top-header-title{
		font-size: 2.2em;
	}
}

.card-errors{
	color: red;
	float: right;
	font-weight: 600;
}
.payment-success{
	color: green;
	font-weight: 600;
	font-size: 1.5em;
}



/***************************************************************************************************************************
	CAMBIOS HECHOS DESDE 08/04/2021
****************************************************************************************************************************/

/*##############   ADMIN CANALES GENERAL   ####################*/

/*logout div col-md-12 element*/
.inner .row .col-md-12:first-child{
	z-index: 4;
}

/* navbar */
.navbar-logout,
.language-selector{
	display:inline-block;
}

/*/* Border Cabecera 
.front-menu{
    border-top: 3px solid #10069f;
}*/

/* color textos cabecera */
.inner{
    color: #FFFFFf;
}

/* color selector lenguaje */
.language-selector a{
    color: #FFFFFf;
    font-size: 19px;
}

.language-selector{
    margin-bottom:0;
	/* margin-left: 2%;
	margin-right: 2%; */
}

/* Color fondo top-menú */
.navbar-default{
    background: transparent ! important;
}

/* color botones top-menú*/
.navbar li {
    background: #10069f;
}


/* ocultar icono 'home' 
.navbar-brand{
    display: none;
}*/

body{    
    background-color:white;
   /* background-image: url('/upload_ftp/nirestream/idom/fondo1idom.jpg');*/
    background-repeat:no-repeat;
    background-size:100%;
    background-attachment:fixed;
    z-index:0;
}

/* Background cabecera  
#header{
    background-color: #10069f;
}*/

    
/*Titulo de fecha, borde redondo y color de atrás cambiado*/

.fecha{
	margin-top:50px;
}

.title-nowrap{
	background-color: rgba(185, 193, 196);
	border-radius: 2px;
	padding:10px 5px 10px 0px;
	font-weight: bold;
	font-size: 20px;
	float: none;
	display: initial;
}
@media screen and (max-width: 991px) {
	.title-nowrap{
		font-size:16px;
	}
}

/*Comentario de evento*/
.comentario_evento{
	text-align: center;
	font-family: var(--typography-content);
	font-size: 25px;
	margin-bottom: 10px ! important;
}

/*Clase de titulo*/
.titulo_bold h1{
	font-weight: bold;
	font-size: 25px;
}

.widget_html{
	font-size: 18px;
	font-weight: bold;
}
.title-margin {
	margin-bottom:20px;
}

/*Titulo de video promo PRE*/
#promo{
    text-transform:capitalize;
    font-weight:bold;
    margin-bottom:2px;
    text-align:justify 	;
	font-size: 18px;
	line-height:1.1;
}
 /*Barra de abajo de titulo video promo*/
 .hr{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 45px;
	height: 3px;
	background-color: black;
 }
.bg-extra-content{
	background-color: transparent;
	padding-top:50px !important;
	padding-bottom:30px;
}


/*Sección de widget html container*/
.double-shadow{
	-webkit-box-shadow: 0px 20px 0px -8px rgba(0,0,0,0.05), 0px 0px 20px 10px rgba(0,0,0,0.15);
	box-shadow: 0px 45px 0px -25px rgba(0,0,0,0.05), 0px 0px 20px 10px rgba(0,0,0,0.15);
	text-align:justify;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 3px;
	background-color: white;
}


/* Ocultar registro */
.channel-register{
    display: none !important;
}

/* Ocultar User Profile++ */
.userprofile, .profilemenuitem_,.closesession_ {
    display: none !important;
}

/* Color icono 'closesession' */
.closesession > i{
    color:#ffffff;
}

/* ###############   PRE ESTILO CSS ##############*/

.language-selector{
    margin-bottom:0;
}

/* color botones top-menú*/
.navbar li {
    background: #2a69bb;
	border-radius: 3px;
}

.navbar li a{
	border-radius: 3px;
	color: white;
}

.nav > li > a:focus, .nav > li > a:hover{
	background-color: #133177e0;
	border-radius: 3px;
}

/* ocultar icono 'home' 
.navbar-brand{
    display: none;
}*/


/* Ocultar registro */
.channel-register{
    display: none !important;
}

/* Ocultar User Profile++ */
.userprofile, .profilemenuitem_,.closesession_ {
        display: none !important;
}

/* menu mobile */
@media only screen and (max-width: 767px){
	
	
	/** Mobile-Tablet :: Dropdown Menú   **/	

	#bs-example-navbar-collapse-1, #bs-example-navbar-collapse-1 li{
		background: #000 !important;
		border-bottom: 1px solid #000;
	}
	
	#bs-example-navbar-collapse-1 li > a{
		color:  #FDD116 !important;
		background: #000 !important;
	}
	
	/****************************************/
	
    .liveplayer {
        z-index:0;
    }
    button.navbar-toggle {
        z-index:9999;
        border-radius:3px !important;
    }
    button.navbar-toggle span {
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    button.navbar-toggle:not(.collapsed) {
      margin-top:0px;
    }
    button.navbar-toggle:not(.collapsed) span:nth-child(2) {
        margin-top:10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    button.navbar-toggle:not(.collapsed) span:nth-child(3) {
        opacity:0;
    }
    button.navbar-toggle:not(.collapsed) span:nth-child(4) {
        margin-top:-10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-collapse {
        background-color: white;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
        z-index: 9998;
        padding: 0;
        padding-top:60px;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0px;
        margin:0 !important;
    }
    #mainmenu {
      /*margin:0;*/
    }
    .navbar-collapse>ul {
       width:100%;
       border-top: 1px solid #ddd;
    }
    .navbar-collapse>ul>li {
       background-color: #fff;
       display:block;
       margin:0;
       border-bottom: 1px solid #ddd;
    }
    .navbar-collapse>ul>li>a {
        text-align:left;
        background-color: #fff;
        color: #000;
    }
}


/** TABLA DE RESULTADOS********/
/***************************/
.clearfix {
	margin-bottom:20px;
}
.table {
    width: 100%;
}

.table th{
	text-align: center;
	color: white;
	background-color: rgb(114, 114, 114);
	padding: 5px;
	border: 4px solid white;
	font-weight: bold;
}

.table td{
	width: 20%;
	margin: auto 2px;
	background-color: rgba(198, 197, 197, 0.31);
	border: 4px solid white;
}

.w-min {
	min-width:350px;
}

.aprobado span, .no_aprobado span{
	width: 50%;
	padding: 0 5px;
}
.aprobado span{
	background-color: rgba(14, 255, 14, 0.261);
}

.no_aprobado span{
	background-color: rgba(255, 9, 9, 0.261);
}

@media only screen and (max-width: 767px){	
    .w-min {
        min-width:250px;
    }
	.table td {
	    white-space: normal !important;
	}
	.table-responsive {
	     border:0;
	}
}

/* icon-hand-swipe */
.icon-hand-swipe-container {
    position:relative;
}
.icon-hand-swipe {
    display:none;
    z-index: 100;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.table-large .icon-hand-swipe {
    top: 10%;
}
.icon-hand-swipe img {
    height: 80px;
    width: 80px;
}
.icon-hand-swipe-container.overflowed .icon-hand-swipe {
    display: block;
}

/* bof text success*/
#thankyou .thankyou-container {
	padding:20px;
	max-width:500px;
	margin: 0 auto;
}
#thankyou h2 {
	font-size:20px;
	text-transform:uppercase;
	margin:20px 0;
	font-weight:bold;
}
#thankyou p {
	font-size:16px;
}

/* bof icon success*/
.ui-icons {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-success {
  width: 100px; height: 100px;
  margin: 40px;
}

.ui-success-circle {
    stroke-dasharray: 260.75219024795285px, 260.75219024795285px;
    stroke-dashoffset: 260.75219024795285px;
    animation: ani-success-circle 1s ease-in both;
  }
.ui-success-path {
    stroke-dasharray: 60px 64px;
    stroke-dashoffset: 62px;
    stroke-linecap: round;
    animation: ani-success-path .4s 1s ease-in both;
  }

@keyframes ani-success-circle {
  to{stroke-dashoffset: 782.2565707438586px;}
}

@keyframes ani-success-path {
  0% {stroke-dashoffset: 62px;}
  65% {stroke-dashoffset: -5px;}
  84%{stroke-dashoffset: 4px;}
  100%{stroke-dashoffset: -2px;}
}
