@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/css/fonts/Montserrat-Medium.eot');
    src: url('/css/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Montserrat-Medium.woff2') format('woff2'),
    url('/css/fonts/Montserrat-Medium.woff') format('woff'),
    url('/css/fonts/Montserrat-Medium.ttf') format('truetype'),
    url('/css/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('/css/fonts/Montserrat-Black.eot');
    src: url('/css/fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Montserrat-Black.woff2') format('woff2'),
    url('/css/fonts/Montserrat-Black.woff') format('woff'),
    url('/css/fonts/Montserrat-Black.ttf') format('truetype'),
    url('/css/fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BebasBold';
    src: url('/canal/templates/comunidad/especifico/270767/css/fonts/BebasNeueBold.woff2') format('woff2'),
        url('/canal/templates/comunidad/especifico/270767/css/fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas';
    src: url('/canal/templates/comunidad/especifico/270767/css/fonts/BebasNeueRegular.woff2') format('woff2'),
        url('/canal/templates/comunidad/especifico/270767/css/fonts/BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Minion Pro Medium';
    src: url('/canal/templates/comunidad/especifico/270767/css/fonts/MinionPro-Medium.woff2') format('woff2'),
        url('/canal/templates/comunidad/especifico/270767/css/fonts/MinionPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'univers_lt_std';
    src: url('/canal/templates/comunidad/especifico/270767/css/fonts/universltstd-boldcn-webfont.woff2') format('woff2'),
         url('/canal/templates/comunidad/especifico/270767/css/fonts/universltstd-boldcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
	color: #ffffff !important; 
	-webkit-text-fill-color: #ffffff !important; 
}

@keyframes autofill {
    100% {
        background: transparent;
        color: #ffffff !important; 
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
		color: #ffffff !important; 
    }
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.container-fluid {
	max-width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto !important;
}

/* Change Autocomplete styles in Chrome*/
.form-control-registro:-webkit-autofill,
.form-control-registro:-webkit-autofill:hover, 
.form-control-registro:-webkit-autofill:focus{
  border: 1px solid #ffffff !important;
  -webkit-text-fill-color: #DA291C !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

/*Login*/
input[type="tel"], select[name="Alta_dia"], select[name="Alta_mes"], select[name="Alta_ano"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/imagenes/down-arrow-white.png) no-repeat 90% 50%;
    /*padding-left: 58px;*/
}
input::placeholder {
  color: #ffffff;
}


.jw-controls-backdrop{
	display: none !important;
}
.jw-state-idle .jw-controls{
	background-color: transparent !important;
}

.form-control-registro, .acceso-modal input[type="text"], select[name="Alta_dia"], select[name="Alta_mes"], select[name="Alta_ano"] {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 20px !important;
	display: block !important;
	font-size: 18px !important;
	height: 40px !important;
	line-height: 1.42857 !important;
	padding: 6px 12px !important;
	vertical-align: middle !important;
	text-align: left !important;
	padding-left: 11px !important;
	-webkit-appearance: none !important;
	text-align-last: left !important;
	border-top: none;
	border-left: none;
	border-right: none;
}

select[name="Alta_dia"] option, select[name="Alta_mes"] option, select[name="Alta_ano"] option{
	background-color: #cc5a52;
}

::-webkit-input-placeholder { /* Edge */
   color: #ffffff !important; 
   text-align: left;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ffffff !important; 
   text-align: left;
}

::placeholder {
	color: #ffffff !important; 
	text-align: left;
}

.form-place ::placeholder {
	color: #191919 !important; 
	text-align: left;
	font-size: 20px;
}

/* Change Autocomplete styles in Chrome*/
.form-place :-webkit-autofill,
.form-place :-webkit-autofill:hover, 
.form-place :-webkit-autofill:focus,
.form-place :-webkit-autofill,
.form-place :-webkit-autofill:hover,
.form-place :-webkit-autofill:focus,
.form-place :-webkit-autofill,
.form-place :-webkit-autofill:hover,
.form-place :-webkit-autofill:focus {
  border: 1px solid #ffffff;
  -webkit-text-fill-color: #191919 !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.sombra-general{
	-webkit-filter: drop-shadow(5px 5px 5px #a7a5a5);
	filter: drop-shadow(5px 5px 5px #a7a5a5);
}
.form-place .form-control, .form-place select  {
	font-size: 20px;
	color: #191919 !important; 
}

.sin-padding{
	padding: 0 !important;
}
.rosa{
	color: #e2007a !important;
}
.mayusculas{
	text-transform: uppercase;
}
.vmiddle{
	vertical-align: middle;
}
.vcenter {
	display: flex;
    align-items: center;
}
.texto-duda{
	font-size: 16px;
}
.marginTop10{
	margin-top: 10px !important;
}
.marginTop20{
	margin-top: 20px !important;
}
.marginTop30{
	margin-top: 30px !important;
}
.marginTop40,.marginTop40b{
	margin-top: 40px !important;
}
.marginTop100{
	margin-top: 70px !important;
}
.marginTop60{
	margin-top: 60px !important;
}
.marginBottom40{
	margin-bottom: 40px !important;
}

.font-menu-color15{
	color: #ED8B00 !important;
}
.fondo-menu-color15{
	background-color: #ED8B00 !important;
	border-color: #ED8B00;
}
.font-menu-color16{
	color: #407EC9 !important;
}
.fondo-menu-color16{
	background-color: #407EC9 !important;
	border-color: #407EC9;
}
.font-menu-color17{
	color: #789D4A !important;
}
.fondo-menu-color17{
	background-color: #789D4A !important;
	border-color: #789D4A;
}
.font-menu-color18{
	color: #da291c !important;
}
.fondo-menu-color18{
	background-color: #da291c !important;
	border-color: #da291c;
}
.font-menu-color19{
	color: #614B79 !important;
}
.fondo-menu-color19{
	background-color: #614B79 !important;
	border-color: #614B79;
}
.guardar-rosa{
	background-color: #cd2828 !important;
}
.boton-v2-sin {
    border: 1px solid #da291c !important;
    background-color: #da291c !important;
}
.btn-guardar-perfil2 {
    border-color: #da291c !important;
}
.icon-salir-modal-gracias {
	color: #da291c;
}
.btnGuardarPerfil {
    background-color: #da291c;
    border-color: #da291c;    
}
.btn-guardar-perfil2:hover, .btn-guardar-perfil2:focus {
    background-color: #da291c;
    border-color: #da291c;;
}


.menu-cabecera {
    width: 25px !important;
    margin-left: 15px;
}
.modalXS .modal-dialog {
    width: 400px;
    position: absolute;
	top: 5% !important;
    left: 59% !important;
}
#modalMenuTopxs .modal-content {
    background-color: #ffffff;
	height: 580px;
}
.modal-menu img {
    margin-left: 20px !important;
    margin-right: 10px !important;
    max-width: 43px;
}

/* MODAL PUBLICAR*/
.titulo-modal-publicar{
	/*display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;*/
	color: #000000;
	font-family: 'univers_lt_std', sans-serif !important;
	font-size: 24px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DCDCDC', endColorstr='#ffffff',GradientType=0 );
	/*	padding: 20px 65px 15px 65px;*/
}
.texto-modal-publicar{
	/*display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;*/
	color: #C9C9C9;
	font-family: 'univers_lt_std', sans-serif !important;
	font-size: 18px;
	/*	padding: 20px 65px 15px 65px;*/
}
#modalSelectPublicar .modal-content {
	background-color: #ffffff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-bottom: 30px;
}
/* Modal publicar*/
.modalXSpublicar .modal-dialog{
	position: absolute;
	bottom:0 !important;
	left: auto !important;
	right: auto !important;
}
.modalXSpublicar .modal-content{
	height: 100%;
}
.modalXSpublicar .modal-backdrop.in {
	opacity: .2 !important;
}
#modalSelectPublicar .modal-menu img{
	/*margin-left: 20px !important;
	margin-right: 10px !important;*/
	max-width: 110px;
}
.container-iconos-tablero{
	text-align: right !important;
}
.container-iconos-tablero .submenu-opciones{
	padding-left: 0;
}

body.modal-open {
    overflow: hidden;
}


.tablero-fecha{
	display: none;
}





/*Ampliar Ficha*/
.compartido-texto1 {
    color: #da291c !important;
    font-size: 28px !important;
}
.compartido-texto2 {
    font-size: 20px !important;
}
.compartido-close span {
    color: #da291c !important;
}
.comentarios-boton a {
    background-color: #da291c !important;
}


a.enlace-menu-xs:link, a.enlace-menu-xs:visited, a.enlace-menu-xs:active {
    font-size: 22px !important;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: 'BebasBold', sans-serif;
    margin-left: 20px;
    text-decoration: none;
    border: 0;
    outline: none;
}
a.enlace-menu2 {
    margin-left: 10px !important;
}
.form-control-buscar{
	height: 36px !important;
}
.divBuscadorXS .btn{
	height: 36px;
	line-height: 30px;
}
.divBuscadorXS .input-group span {
    font-size: 17px;
}
.divBuscadorXS .btn-primary {
    color: #fff;
    background-color: #C9C9C9;
    border-color: #C9C9C9;
}
.menu-publica{
	width: 100%;
	background-color: #da291c;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px !important;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: absolute;
	bottom: 0;
	left: 15px;
}
.menu-publica img{
	max-width: 43px;
	position: absolute;
    left: 43px;
    bottom: -17px;
}
.cont-izq-canal-tablero {
    background-color: #ffffff;
}
.titulo-modal {
    color: #cd2828; 
}
* {
  box-sizing: border-box;
}
.coment_user > div {
    height: auto;
}
.container-destacados{
	margin-top: 50px;
	width: 49%;
}
.sepder{
	margin-left: 2%;
}
.coment_user {
    margin-bottom: 40px !important;
}
.container-destacados-conectado{
	margin-top: 30px;
}
.titulo-categoria-bld{
	font-family: 'Montserrat-Black' !important;
    font-size: 18px !important;
}
.titulo-autor-destacado2 {
    font-family: 'Montserrat-Black' !important;
    font-size: 14px !important;
    color: #DA291C ;
	margin-top: 10px;
	min-height: 20px;
}
.logo-sinmiedo{
	max-height: 75px;
}
.logo-anderson{
	margin-left: 30px;
	max-height: 60px;
}

.redes-index{
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #030102;
	font-family: 'Minion Pro Medium', sans-serif !important;
	font-size: 24px;
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DCDCDC', endColorstr='#ffffff',GradientType=0 );
	padding: 20px 65px 15px 65px;
}
.redes-index img{
	height: 50px;
}
.video-index{
	margin-top: 30px;
	margin-bottom: 30px;
}
.video-index div, .video-index img {
    border-radius: 20px !important;
}
.compartir-index{
	width: 30px;
	position: absolute;
	top: 22px;
	right: 35px;
	z-index: 100;
}
#modalCompartir .modal-dialog{
	width: 6% !important;
    padding-top: 150px;
	left: 56%;
	top: 7%
}
#modalCompartir .modal-header{
	text-align: center;
	padding-bottom: 0;
}
#modalCompartir .close{
	float:none;
}
#modalCompartir img{
	width: 30px;
	margin-top: 10px;
}
/* index */
.cont-izq-canal {
	min-height: 500px;
}
.listado-general {
	width: 83.3%;
	margin-left: 0;
	font-size: 10px;
	background: hsla(0, 0%, 89%, 1);
	background: radial-gradient(circle, hsla(0, 0%, 89%, 1) 31%, hsla(0, 0%, 100%, 1) 93%);
	background: -moz-radial-gradient(circle, hsla(0, 0%, 89%, 1) 31%, hsla(0, 0%, 100%, 1) 93%);
	background: -webkit-radial-gradient(circle, hsla(0, 0%, 89%, 1) 31%, hsla(0, 0%, 100%, 1) 93%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E2E2E2", endColorstr="#FFFFFF", GradientType=1 );
	padding-top: 15px;
	padding-bottom: 15px;
	margin:auto;
}
.listado-general div{
	padding-left:5px;
	padding-right: 5px;
	max-width: 67px;
	height: 70px;
}
.listado-general img{
	width: 45px !important;
	height: 45px !important;
	border-radius: 50% !important;
		-webkit-box-shadow: 2px 9px 8px -5px rgba(0,0,0,0.45); 
		box-shadow: 2px 9px 8px -5px rgba(0,0,0,0.45);
}
.listado-general p{
	margin-bottom: 5px;
}
.index-ima-menu div{
	padding:0;
}
.tablero-nombre{
	padding-top: 10px;
	padding-left: 5px;
	font-size: 14px;
}
.tablero-texto {
	margin-left: 0;
}
.tablero-nombre-comentario{
	font-size: 13px !important;
}
.tablero-texto-comentario{
	font-size: 12px !important;
}
.tablero-index-nombre{
	font-size: 12px;
}
.tablero-imagen-usuario{
	padding-left: 15px;
	padding-right: 5px;
	width: auto;
}
.tablero-imagen-usuario img {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 59px !important;
	width: 40px;
	height: 40px;
}
.tablero-imagen-usuario-comentarios{
	width: 14%;
}
.tablero-imagen-usuario-comentarios img {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 59px !important;
	width: 35px;
	height: 35px;
	padding-left: 0;
}
.tablero-likes{
	font-size: 12px;
}
.publicar-boton a{
	font-size: 12px;
	height: 29px;
}
.container-tablero img{
	max-height: 400px !important;
}
.container-tablero a{
	color: #da291c;
}
.titulo-comentarios-modal{
	margin-top: 100px;
}
.colaboran{
	font-family: 'Minion Pro Medium', sans-serif !important;
	text-transform: uppercase;
}
.colaboran p{
	margin-bottom: 0;
	font-size: 25px;
}
#modal_comentarios .modal-dialog{
	position:absolute;
	top:auto;
	bottom:0;
	width: 34%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	
}
.progress {
    width: 60%;
}
.titulo-compartir {
    font-size: 24px !important;    
}
.compartir-canal img {
    margin-right: 12px;
    margin-left: 12px;
    width: 45px !important;
}
/*Compartir*/
.titulo-seccion-principal {
	font-size: 40px;
	line-height: 40px;
}
.tipos-compartir span {
	font-size: 45px !important;
}
.icon-activo-video-2, .tipo-video, .tipo-video a {
color: #ef8532 !important;
}
.icon-activo-documento-2, .tipo-documento, .tipo-documento a {
	color: #b6b63d !important;
}
.icon-activo-podcast-2, .tipo-podcast, .tipo-podcast a {
	color: #5D669B !important;
}
.formulario-ficha .form-control {
	border-radius: 20px;
	border-color: #da291c ;
}
.creador-general-boton {
	font-family: 'rubikmedium',Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	background-color: transparent;
	color: #2b2b2b !important;
	text-transform: uppercase;
	height: auto;
	font-size: 13px;
	line-height: 12px;
	padding: 0;
	margin: 0;
	  margin-top: 0px;
	border: 0;
}
.creador-general-boton span {
	font-size: 27px;
	padding-right: 9px;
	vertical-align: middle;
	position: relative;
	top: 3px;
}
.guardar-grande {
	font-family: 'rubikmedium',Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	font-size: 18px;
	width: 100%;
	height: auto !important;
	line-height: 18px !important;
	color: #fff;
	background-color: #000000;
	padding: 15px 30px;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
}



.titulo-seccion{
	font-family: 'Minion Pro Medium', sans-serif !important;
	font-size:25px;
	color: #000;
	text-transform: uppercase;
}
.titulo-seccion2{
	color: #da291c;
}
.cont-seccion-categorias{
	background-color: #ffffff !important;
	padding: 5px 65px 15px 65px;
}
.cont-seccion-categorias-principal{
	background: linear-gradient(177deg,  #ffffff 56%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 20px 10px 5px 10px;
	height: 70px;
}
.pestanas-categorias-principal{
	font-size: 21px;
	line-height: 1.3;
	padding: 15px 15px 10px 15px;
	text-align: center;
}
.pestanas-categorias-principal-over, .pestanas-categorias-principal-over a{	
	color: #ffffff !important;
}
.pestanas-categorias-principal-over { position:relative;  
	background-color:rgba(255, 160, 122, 0.309);   
	border-bottom: 2px solid;  
	border-radius: 15px;	
	min-height: 60px;
	align-items: center;
	justify-content: center;
    display: flex;
	text-align: center;
}	
.pestanas-categorias-principal-over:after {  
	content:''; 
	position: absolute;  
	top: 100%; 
	left: 0;   
	right: 0;  
	margin: 0 auto;  
	width: 0;   
	height: 0;   
	border-top: solid 10px;   
	border-left: solid 10px transparent;   
	border-right: solid 10px transparent;
}
.pestanas-categorias{
	margin-top: 30px;
}
.pestana-categoria-min{
	float:left;
	margin-top:0;
	margin-bottom:5px;
	text-transform: uppercase;	
	padding: 3px 12px;
}
.pestana-categorias-sep{
	float:left;
	margin-top:3px;
	margin-bottom:5px;
	padding: 0px 0;
	width: 1px;
}
.pestana-categoria-min-over{
	background-color: #DA291C; 
}
.pestana-categoria-min-over a{
	color: #ffffff !important; 
	padding: 3px 12px;
}
.pestana-categoria-min span{

}
.titulo-seccion-descripcion{
	border-bottom: solid #ececec 2px;
	width: 100%;
	padding-bottom: 10px;
	line-height: 21px;
}
.btnFreePrem {
   background: #DA291C; 
   width: 192px;
   font-size: 17px;
   padding: 12px 21px !important;
}
.btnFreePremAccede {
	width: 142px;
	font-size: 12px;
 }
.btnInfo {
	width: 142px;
}
.titulo-autor-ensena {
    font-family: 'Montserrat-Medium' !important;
	color: #DA291C ;
}
.titulo-class2 {
    background-color: #DA291C ;
}
.titulo-activo-destacado2 {
    font-family: 'Montserrat-Black';
    font-size: 21px !important;
    color: #1f294f;
    max-width: 450px;
    min-height: 56px;
    line-height: 30px;
}
.titulo-class {
    font-family: 'Montserrat-Medium';
    font-size: 12px;
    color: #1b2b50;
    text-align: left;
    margin-bottom: 0;
}
.imgDestacados2 {
    max-width: 175px;
    text-align: center;
}
.pie-imagen2{
	background: url('/canal/templates/comunidad/especifico/219340/banner_proyecto2.jpg') no-repeat center center;
   	background-size: contain;
}

.btnFreePrem .btnInfo{
	width: 130px;
}


.texto18{
	font-size: 18px;
}

#myVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%; 
	min-height: 100%;
	opacity: 0.9;

}

.cont-seccion-subcategorias {
	padding: 25px 65px 15px 15px;
}
.pestanas-subcategorias-principal {
	font-size: 19px;
	line-height: 1.3;
	padding: 5px 15px 5px 15px;
	text-align: center;
	border-radius: 0;
}
.pestanas-subcategorias-principal-over {
	position: relative;
	background-color: #da291c;
	min-height: auto;
}
.pestanas-subcategorias-principal-over a{
	color: #ffffff;
}
.informate-noticias p{
	margin-bottom: 5px;
	color: #000000;
}
.separador-noticias{
	border-bottom: solid 2px #dddddd;
}
.informate-autor{
	font-size:18px;
}



.content {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	min-width: 100%; 
	min-height: 100%;
}

.content .titulo {	
	min-width: 80%; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.content .p1 {	
	font-size: 25px;
	font-weight: 500;
}

.by-vivlium {	
	position: absolute;
	bottom:4%;
	left: 50%;
	transform: translate(-50%,0);
}

.menu-button {
	width: 80px;
	height: 60px;
	position: absolute;
	top: 0px; right: 0px;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	/*background-image:url('/comunidadalsa/imagenes/fondo-pg2.png');
	background-position: top right;
	background-repeat: none;*/
}

.menu-button img{	
	position: absolute;
	top: 25%;
	right: 0%;
}

.enlace-verde{
    color:#ffffff;
	text-decoration: none;
}
.enlace-verde.active, .enlace-verde.focus, .enlace-verde:active, .enlace-verde:focus, .enlace-verde:hover{
    color:#ffffff;
	text-decoration: none;
}

.fondo-miprogreso{
	background-color: #e2e2e2 !important;
}
.cont-seccion-progreso{
	padding: 20px 65px 15px 65px;
}

.form-control-registro{
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
	border-top: none !important;
	border-right: none !important;
	border-radius: 0 !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	color: #FFFFFF !important;
	display: block !important;
	font-size: 18px !important;
	height: 40px !important;
	line-height: 1.42857 !important;
	padding: 21px 0 !important;
	vertical-align: middle !important;
	text-align: left !important;
	padding-left: 11px !important;
	-webkit-appearance: none !important;
	text-align-last: left !important;
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	animation: input_background_autofill 0s forwards !important;
	position: relative !important;
    z-index: 2 !important;
    float: left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
	border-left: 0 !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control-registro:focus{
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
	border-top: none;
	border-right: none;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #FFFFFF !important;
	display: block;
	padding-left: 11px;
	-webkit-appearance: none;
	text-align-last: left;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	animation: input_background_autofill 0s forwards;
    margin-bottom: 0;
	border-left: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}


.form-control-registro-select, .form-control-registro-select:focus{
	padding: 0 5px !important;
}



.input-group-addon {
    padding: 2px 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    border: none;
	z-index: 100;
}

.field-icon {
    float: right;
    font-size: 18px !important;
    margin-left: 0;
    margin-right: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 100;
}

.input-group span {
    font-size: 40px;
    color: #FFFFFF;
}

.cabecera-imagen-principal {
	display: block;
	min-height: auto !important;
}
.texto-gris-peq {
    font-size: 13px;
}
.boton-general {
    padding: 8px 20px 8px 20px;    
	height: 33px;
}
.boton-general-registro{
	font-size: 22px;
	color: #DA291C ;
	padding: 5px 40px 5px 40px;
	text-decoration: none;
	border: 3px solid #ffffff;
	text-align: center;
	background-color: #ffffff !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.boton-general-registro:active, .boton-general-registro:focus, .boton-general-registro:active, .boton-general-registro:focus, .boton-general-registro:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #DA291C  !important;
	border: 3px solid #DA291C ;
}

.btn-registro {
    line-height: 44px !important;
}

input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    height: auto !important;
}


.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh) !important;
}


.acceder {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.leyenda{
	font-size: 16px;
	margin-top: 5px;
	float:left;
}

.condiciones{
	font-size: 14px;
	margin-top: 5px;
	float:left;
	width: 89%;
    margin-left: 25px;
}

.checkbox-rounded label {
    background-color: #9b9b9b;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
	left: 9px;
    width: 25px;
}

.checkbox-rounded label:after {
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
    content: "";
    height: 7px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 11px;
}

.checkbox-rounded input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


.login-link.active, .login-link.focus, .login-link:active, .login-link:focus, .login-link:hover{
	color:#DA291C  !important;
	text-decoration: none;
}

#my-error .modal-dialog, #modal-ok .modal-dialog, #myMultimedia .modal-dialog{
	width: 900px !important;
    padding-top: 60px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.cabecera-modal {
	background-size: contain !important;
}
#modalPrograma .modal-dialog{
	width: 1100px !important;
    padding-top: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#modalPrograma .modal-body{
	padding: 30px;
}

#modalPrograma .modal-header{
	background-image:url('/canal/templates/comunidad/especifico/219340/eventos/fondo-cabecera-presentacion.jpg');
	background-size:cover;
	padding:17px;
}

#modalPrograma .modal-content{
	background-color: #ffffff;
}

#modalPrograma .close{
	color: #ffffff;
	margin-top: -11px;
	position: absolute;
	top: 17px;
	right: 32px;
}
#modalVideoPresentacion{
	background-color: #000;
}
#modalVideoPresentacion .modal-header {
	min-height: 16.43px;
	padding: 0;
}
#modalVideoPresentacion .modal-dialog{
	width: 80% !important;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0; 
	margin-left: auto;
	margin-right: auto;
}
#modalVideoPresentacion.modal.fade .modal-dialog {
    transition: top 0.4s ease-out;
    transform: translate(0, -50%);
    top: 0;
}
#modalVideoPresentacion.modal.in .modal-dialog {
    transform: translate(0, -50%);
    top: 50%;
}
#modalVideoPresentacion .modal-content{
	background-color: #000;
}
#modalVideoPresentacion .modal-body{
	padding: 0;
}
.boton-programa {
    width: 153px;
    font-size: 17px;
	border-radius: 0 !important;
    padding: 8px !important;
}


.boton-contacta{
	margin-top: 50px;
	width: 40% !important;
}
.boton-contacta img{
	max-height: 175px;
}

#modalContacta .modal-dialog{
	width: 600px !important;
    padding-top: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#modalContacta .modal-header div{
	float: left;
	text-transform: uppercase;
}
#modalContacta .modal-header p{
	margin-bottom: 0 !important;
}
#modalContacta .close{
	color: #da291c !important 
}
#modalContacta .p2{
	margin-top: -5px !important;
	font-size: 9px;
}
#modalContacta .gestora{
	margin-top: -10px !important;
    font-size: 13px;
}
#modalContacta .sep{
	margin-top: -10px !important;
}
.contacta-modal{
	margin-top: 50px;
}

.padding-min{
	padding-left: 27px;
	padding-right: 27px;;
}
.marca-paginas{
	width: 35px;
	height: 35px;
	position:absolute;
	top:-10px;left:6px;
	background-color: #e14a33;
	border-radius: 50%;
	padding-top: 9px;
}
.marca-paginas span{
	font-size:18px;
	color:#ffffff;;
}
.contenedor-activos {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.col-der-destacado {
    min-height: 140px !important;
}

.foto-perfil-cabecera {
    width: 35px !important;
    height: 35px !important;
}
.tablero-icono {
    padding-top: 2px;
	color: #cccccc;
	padding-right: 0;
	margin-right: 5px;
}
.tablero-iconos{
   height: 22px;
   margin-right: 4px;
}
footer {
    width: 100%;
    height: 41px !important;
    background-color: #da291c;
    text-align: left;
    padding: 9px 21px 12px 21px;
    margin-top: 50px;
    color: #FFF;
}
a.footer-link:link, a.footer-link:active, a.footer-link:focus, a.footer-link:active, a.footer-link:focus, a.footer-link:hover{
    color:#ffffff;
	text-decoration: none;
}
.faqs-listado{
	margin: 30px;
}
.pregunta-faqs {
	text-align: left;
    border-bottom: 1px solid #da291c  !important;
    padding-bottom: 12px;
}

.pregunta-faqs img{
	width: 20px;
}

@media (min-width: 1920px) {	
	.titulo-autor-destacado2 {
		margin-top: 25px;
	}
	.ima-index{
		max-width: 120px;
		max-height: 120px;
	}
}

@media only screen and (max-width: 1440px) and (min-width: 1280px)  {
	.content .p1 , .content .p2 {	
		width: 65%;
		margin: auto;
		margin-bottom: 20px;
	}
}
@media (max-width: 1366px) {	
	.logo {	
		width: 36%;
		position: absolute;
		top: 16%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.by-vivlium {	
		position: absolute;
		bottom: 4%;
		left: 50%;
		transform: translate(-50%,0);
	}
	.logo2{
		width: 24%;
		margin-top: 40px;
	}
	.form-control{
		/* padding: 15px 0; */
		/* height: 30px !important; */
		font-size: 16px !important;
	}
	.form-control-registro-select, .form-control-registro-select:focus {
		padding: 0 5px;
	}
	.marginTop40{
		margin-top: 20px !important;
	}
	.condiciones, .leyenda {
		font-size: 12px;
	}
	.input-group span {
		font-size: 35px;
	}
	.by-vivlium {
		position: absolute;
		bottom: 2%;
		left: 50%;
		transform: translate(-50%,0);
	}
	.by-vivlium  img{
		width: 80%;
	}
	.container-destacados {
    	width: 60%;
	}
	.titulo-activo-destacado {
		font-size: 16px !important;	
	}
}
@media (max-width: 1600px) {
	.contenedor-activos{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.icono-index{
		font-size: 20px !important;
	}
	.texto-gris-peq {
		font-size: 13px;
	}
	.col-der-destacado{
		padding-left: 0;
	}
	.titulo-activo-destacado {
		font-size: 16px !important;	
	}
	.cont-seccion, .cont-seccion-categorias, .redes-index{
		padding: 20px 15px 15px 15px;
	}
}
@media (max-width: 1536px){
	.contenedor-activos {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 1440px){
	.contenedor-activos {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1280px){
	.contenedor-activos {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1024px) {
	.logo {	
		width: 23%;
		position: absolute;
		top: 17%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.texto-gris-peq {
		font-size: 11px;
	}
	.content .titulo {	
		min-width: 80%; 
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.contenedor-activos{
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.boton-accede{
		font-size: 22px;
		padding: 12px 40px 12px 40px;
	}
	.boton-general {
		font-size: 16px;
	}
	.marginTop30{
		margin-top: 20px !important;
	}
	.form-control{
		/* padding: 15px 0; */
		/* height: 30px !important;
		font-size: 14px !important; */
	}
	.acceder {
		font-size: 18px;
	}
	.condiciones, .leyenda {
		font-size: 11px;
	}
	.by-vivlium img {
		width: 65%;
	}
	.titulo-activo-destacado {
		font-size: 16px !important;	
	}
	.titulo-activo-destacado2 {
		font-size: 15px !important;
		max-width: 450px;
		min-height: 56px;
		line-height: 23px;
	}
	.imgDestacados2 {
		max-width: 158px;
	}
	.coment_user {
		height: 157px;
	}
	.coment_user > div {
		margin-top: 0;
	}
	.col-der-destacadoc{
		min-height: 129px !important;
	}
	.titulo-class2 {
		width: 97px;
		position: absolute;
		bottom: 24px;
		left: 0;
	}
	.btnFreePrem .btnInfo{
		width: 120px;
	}
	.divVerTodo2 {
		width: 25%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.divVerTodo {
		padding-top: 20px;
		padding-bottom:30px;
	}

	.form-place ::placeholder {
		font-size: 16px;
	}

	.form-place .form-control, .form-place select  {
		font-size: 16px;
		padding: 4px;
	}
	.btnFreePrem, .btnInfo  {
		padding: 5px !important;
	}
	.btnFreePrem {
		width: 190px;
	 }
	 .btnFreePremAccede {
		width: 130px;
	 }
	 .btnInfo {
		 width: 130px;
	 }
	 .container-destacados {
		width: 75%;
	}
	.titulo-activo-destacado2{
		margin-bottom: 0;
	}
	#modalPrograma .modal-dialog{
		width: 100% !important;
		padding-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.boton-programa {
		width: 145px;
		font-size: 17px;
	}
	.container-destacados2{
		width: 67%;	
		padding: 15px !important;
	}
	.boton-contacta{
		width: 33% !important;
		padding: 15px !important;
		margin-top: 70px !important;
	}
	.boton-contacta img{
		display: block;
    	height: auto;
    	max-width: 100%;
	}
	.boton-hazte-creador-index {
		width: 114%;
	}
	.menu-mivivlium {
		width: 21% !important;
	}

	.listado-general div {
		max-width: 72px;		
	}
	.divBuscador {
		margin-right: 30px;
	}
	#modal_comentarios .modal-dialog {
		position: absolute;
		top: auto;
		bottom: 0;
		width: 64%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media (max-width: 768px) {
	.logo {	
		width: 40%;
		position: absolute;
		top: 17%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.container-destacados2 {
		width: 70%;
	}
	.col-der-destacadoc {
		min-height: 65px !important;
	}
	.coment_user {
		height: 130px;
	}
	.imgDestacados2 {
		max-width: 130px;
	}
	.titulo-autor-destacado2 {
		font-size: 13px !important;
	}
	.titulo-activo-destacado2 {
		font-size: 12px !important;
		line-height: 16px;
		min-height: 40px;
	}
	.titulo-class2 {
		position: absolute;
		bottom: 7px;
		left: 0;
	}
	.divVerTodo2 {
		width: 35%;
	}
	.btnFreePrem {
		width: 193px !important;
	}
	.btnFreePremAccede {
		width: 120px !important;
		font-size: 9px;
	}
	.coment_user {
		margin-bottom: 0 !important;
	}
	.col-der-destacado {
		min-height: 156px !important;
	}
	.boton-programa{
		margin-top: 0px !important;
		width: 197px !important;
    	font-size: 17px;
	}
	.boton-contacta {
		margin-top: 80px !important;
		width: 30% !important;
	}
	.boton-contacta img{
		display: block;
    	height: auto;
    	max-width: 100%;
	}
	.boton-hazte-creador-index {
		width: 116%;
	}
	.redes-index{
		font-size: 16px;
		padding-right: 15px;
	}

}

@media (max-width: 736px) {
	.logo {	
		width: 20%;
		position: absolute;
		top: 17%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.content {	
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background: rgba(0, 0, 0, 0.5);
		color: #f1f1f1;
		min-width: 100%; 
		min-height: 100%;
	}

	.content .titulo {	
		min-width: 40%; 
		position: absolute;
		top: 57%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.boton-accede{
		font-size: 14px;
		padding: 6px 40px 6px 40px;
	}

	.marginTop100{
		margin-top: 10px !important;
	}
	.redes-index{
		font-size: 16px;
		padding-right: 15px;
	}

}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

	.logo {	
		width: 15%;
		position: absolute;
		top: 17%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.content {	
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background: rgba(0, 0, 0, 0.5);
		color: #f1f1f1;
		min-width: 100%; 
		min-height: 100%;
	}

	.content .titulo {	
		position: absolute;
		top: 57%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.content .titulo img{	
		width: 50%; 
	}

	.boton-accede{
		font-size: 14px;
		padding: 6px 40px 6px 40px;
		text-decoration: none;
		text-align: center;
	}
	.boton-accede.active, .boton-accede.focus, .boton-accede:active, .boton-accede:focus, .boton-accede:hover{
	}


	.by-vivlium {	
		width: 20%;
		position: absolute;
		bottom: 4%;
		left: 50%;
		transform: translate(-50%,0);
	}

	.marginTop100{
		margin-top: 30px !important;
	}
	#Contacta .modal-dialog {
	    width: 100%;
	    margin: auto !important;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative !important;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    height: 100%;
	}
	#Contacta .modal-dialog-scrollable .modal-content {
	    height: 100% !important;
	    width: 60% !important;
	}
	.titulo-contacta{
		color: #DA291C ;
		font-size: 20px;
	}
	.texto-contacta.active, .texto-contacta.focus, .texto-contacta:active, .texto-contacta:focus, .texto-contacta:hover{
		color: #0c214a;
		font-size: 20px;
	}
	.texto-contacta{
		color: #0c214a;
		font-size: 20px;
	}

	.texto-contacta1{
		color: #0c214a;
		font-size: 15px;
	}
	.texto-contacta1.active, .texto-contacta1.focus, .texto-contacta1:active, .texto-contacta1:focus, .texto-contacta1:hover{
		color: #0c214a;
		font-size: 15px;
	}

	.texto-contacta2{
		color: #0c214a;
		font-size: 10px;
	}
	.texto-contacta2.active, .texto-contacta2.focus, .texto-contacta2:active, .texto-contacta2:focus, .texto-contacta2:hover{
		color: #0c214a;
		font-size: 10px;
	}
	.redes-index{
		font-size: 16px;
		padding-right: 15px;
	}
}

@media (max-width: 480px) {
	.container-fluid {
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
	}
	#Contacta .modal-dialog {
	    width: 100%;
	    margin: auto !important;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative !important;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    height: 100%;
	}
	.fondo-mobile-login{
		background-image:url('/canal/templates/comunidad/especifico/219340/fondo-login-mobile.jpg') !important;
		background-size: auto;
	}
	.sin-margin-topmobile{
		margin-top: 0 !important;
	}
	#Contacta .modal-dialog-scrollable .modal-content {
	    height: 100% !important;
	    width: 53% !important;
	}
	#Contacta .modal-body {
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	}
	#modalMenuTopxs .modal-content {
		background-color: #ffffff;
	}
	.cont-der-canal{
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		background-color: #eaeaea;
		margin-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}
	.container-tablero{
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		background-color: #eaeaea;
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.mobile-cabecera a{
		text-decoration:none;
  		border:0;
  		outline:none;
	}
	.mobile-cabecera img{
		width: 82%;
	}
	.ico-cabecera-canal2 {
		margin-right: 0 !important;
	}
	.cabecera-iconos{
		justify-content: end;
	}
	.menu-cabecera{
		width: 25px !important;
		margin-left: 15px !important;
	}
	#modal_comentarios .modal-dialog{
		position:absolute;
		top:auto;
		bottom:0;
		width: 95%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		
	}
	.titulo-comentarios-modal{
		margin-top: 20px;
	}


	.modal.fade:not(.in).center .modal-dialog {
		-webkit-transform: translate(0,100%);
	    -ms-transform: translate(0,100%);
	    -o-transform: translate(0,100%);
	    transform: translate(0,100%);
	}


	.modalXS .modal-dialog{
		position: absolute;
		top:0 !important;
		left: auto !important;
		right: 0 !important;
	}
	.modalXS .modal-content{
		height: 100%;
	}
	.modalXS .modal-backdrop.in {
		opacity: .2 !important;
	}
	.fade {
		opacity: 0;
		-webkit-transition: opacity 0s linear;
		transition: opacity 0s linear;
	}
	.modal.fade:not(.in).right .modal-dialog {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
	}
	.modal-menu{
		padding-top: 0;
		padding-bottom: 0;
	}
	.modal-menu img{
		margin-left: 20px !important;
		margin-right: 10px !important;
		max-width: 43px;
	}
	#modalSelectPublicar .modal-menu img{
		/*margin-left: 20px !important;
		margin-right: 10px !important;*/
		max-width: 110px;
	}
	a.enlace-menu-xs:link, a.enlace-menu-xs:visited, a.enlace-menu-xs:active {
		font-size: 22px !important;
		color: #c8c8c8;
		text-transform: uppercase;
		font-family: 'BebasBold', sans-serif;
		margin-left: 20px;
		text-decoration:none;
		border:0;
		outline:none;
	}
	a.enlace-menu2{
		margin-left: 10px !important;
	}
	.menu-publica{
		background-color: #da291c;
		margin-top: 20px;
		padding-bottom: 10px;
		padding-right: 20px !important;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		position: absolute;
    	bottom: 0;
		left: 0;
	}
	.slides{
		padding: 15px;
		padding-top: 10px;
	}
	.cont-seccion, .redes-index{
		padding: 20px 15px 5px 15px;
	}
	.cont-seccion-categorias {
		padding: 0 10px 5px 10px;
	}
	.contenedor-activos {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.cont-izq-canal {
		min-height: 500px;
	}
	.titulo-seccion{
		margin-top: 5px;
		font-size: 22px;
	}
	.titulo-activo-destacado {
		font-size: 15px !important;
		min-height: auto !important;
	}
	.iconos-index-activos {
		margin-right: 7px;
		height: 15px;
	}
	.border-radius {
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		border-radius: 5px !important;
	}
	.cont-der-canal {
		padding-top: 10px;
	}
	.compartir-canal{
		margin-top: 0 !important;
		margin-bottom: 0px !important;
	}
	.boton-publicar {
		width: 125px !important;
		margin-top: -19px;
	}
	.barra-boton-publicar {
		position: fixed;
		right: 0;
		left: 0;
		z-index: 1030;
		bottom: 0;
		text-align: center;
		background-color: #000;
		margin: 0;
		border:0;
		-webkit-border-top-left-radius: 30px;
		-webkit-border-top-right-radius: 30px;
		-moz-border-radius-topleft: 30px;
		-moz-border-radius-topright: 30px;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		height: 40px;
	}
	.barra-boton-publicar  img {
		width: 160px !important;
	}
	#nuevapublicacion .modal-body{
		padding-top: 0;
	}
	
	/* index */
	.listado-general {
		width: auto;
		position: relative !important;
		overflow: auto !important;
		flex-direction: row;
		display: flex;
		flex-wrap: nowrap;
		margin-left: 0;
		font-size: 10px;
		background: hsla(0, 0%, 89%, 1);
		background: radial-gradient(circle, hsla(0, 0%, 89%, 1) 31%, hsla(0, 0%, 100%, 1) 93%);
		background: -moz-radial-gradient(circle, hsla(0, 0%, 89%, 1) 31%, hsla(0, 0%, 100%, 1) 93%);
		background: -webkit-radial-gradient(circle, hsla(0, 0%, 89%, 1) 31%, hsla(0, 0%, 100%, 1) 93%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E2E2E2", endColorstr="#FFFFFF", GradientType=1 );
		padding-top: 10px;
	}
	.listado-general div{
		padding-left:5px;
		padding-right: 5px;
		max-width: 67px;
		min-width: 75px;
	}
	.listado-general img{
		width: 45px !important;
  		height: 45px !important;
  		border-radius: 50% !important;
		  -webkit-box-shadow: 2px 9px 8px -5px rgba(0,0,0,0.45); 
		  box-shadow: 2px 9px 8px -5px rgba(0,0,0,0.45);
	}
	.listado-general p{
		margin-bottom: 5px;
	}
	.index-ima-menu div{
		padding:0;
	}
	.tablero-nombre{
		padding-left: 5px;
		font-size: 14px;
	}
	.tablero-texto {
		margin-left: 0;
	}
	.tablero-nombre-comentario{
		font-size: 13px !important;
	}
	.tablero-texto-comentario{
		font-size: 12px !important;
	}
	.tablero-index-nombre{
		font-size: 12px;
	}
	.tablero-imagen-usuario{
		padding-left: 0;
		width: auto !important;
		padding-right: 5px;
	}
	.tablero-imagen-usuario img {
		-webkit-border-radius: 50px !important;
		-moz-border-radius: 50px !important;
		border-radius: 59px !important;
		width: 40px;
		height: 40px;
	}
	.tablero-imagen-usuario-comentarios{
		width: 14%;
	}
	.tablero-imagen-usuario-comentarios img {
		-webkit-border-radius: 50px !important;
		-moz-border-radius: 50px !important;
		border-radius: 59px !important;
		width: 35px;
		height: 35px;
		padding-left: 0;
	}
	.tablero-likes{
		font-size: 12px;
	}
	.container-iconos-tablero{
		text-align: right !important;
		padding-right: 0;
	}
	.titulo-contacta{
		color: #DA291C ;
		font-size: 20px;
	}
	.texto-contacta.active, .texto-contacta.focus, .texto-contacta:active, .texto-contacta:focus, .texto-contacta:hover{
		color: #0c214a;
		font-size: 20px;
	}
	.texto-contacta{
		color: #0c214a;
		font-size: 20px;
	}

	.texto-contacta1{
		color: #0c214a;
		font-size: 15px;
	}
	.texto-contacta1.active, .texto-contacta1.focus, .texto-contacta1:active, .texto-contacta1:focus, .texto-contacta1:hover{
		color: #0c214a;
		font-size: 15px;
	}

	.texto-contacta2{
		color: #0c214a;
		font-size: 10px;
	}
	.texto-contacta2.active, .texto-contacta2.focus, .texto-contacta2:active, .texto-contacta2:focus, .texto-contacta2:hover{
		color: #0c214a;
		font-size: 10px;
	}
	.btn-guardar-perfil2 {
		font-size: 16px !important;
	}
	.colaboran{
		font-family: 'Minion Pro Medium', sans-serif !important;
		text-transform: uppercase;
		padding-bottom: 30px;
	}
	.colaboran p{
		margin-bottom: 0;
		font-size: 21px;
	}
	.video-index{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.compartir-index{
		width: 26px;
		position: absolute;
		top: 17px;
		right: 30px;
		z-index: 100;
	}
	.pestanas-categorias{
		position: relative !important;
		overflow: auto !important;
		flex-direction: row;
		display: flex;
		flex-wrap: nowrap;
		font-size: 11px;
	}
	.pestana-categoria-min{
		white-space: nowrap;
		padding: 3px 7px;
	}
	.pestanas-categorias-principal{
		width: 33%;
		float: left;
		font-size: 14px;
		padding: 15px 10px 10px 10px;		
	}
	#modalCompartir .modal-dialog{
		width: 16% !important;
		padding-top: 25px;
		position: absolute;
		left: 80%;
		margin: auto;
	}
	#modalCompartir .modal-header{
		text-align: center;
		padding-bottom: 0;
	}
	#modalCompartir .close{
		float:none;
	}
	#modalCompartir img{
		width: 30px;
		margin-top: 10px;
	}
	.faqs-listado{
		margin: 15px;
	}
	.pregunta-faqs{
	}
	.tipos-compartir a{
		font-size: 16px;
	}
	.titulo-seccion-principal {
		font-size: 25px;
		line-height: 25px;
	}
	.tipos-compartir span {
		font-size: 35px !important;
	}
	.tipos-compartir p{
		margin-bottom: 0;
	}
	.redes-index{
		font-size: 16px;
		padding-right: 15px;
	}
	.redes-index img{
		height: 40px;
	}




	.marginTop40{
		margin-top: 40px !important;
	}
	.marginTop30{
		margin-top: 20px !important;
	}
	.sin-padding-mobile{
		padding:0;
	}

	#myVideo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		min-width: 100%; 
		min-height: 100%;
		opacity: 0.9;

	}
	.content {	
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background: rgba(0, 0, 0, 0.5);
		color: #f1f1f1;
		min-width: 100%; 
		min-height: 100%;
	}

	.content .titulo {	
		min-width: 80%; 
		position: absolute;
		top: 48%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.logo {	
		width: 76%;
		position: absolute;
		top: 15%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.logo2 {
		width: 70%;
		margin-top: 40px;
	}
	#thumbnil {
		max-height: 175px;
	}
	.pestanas-subcategorias-principal {
		font-size: 15px;	
	}
	






	.content .p1 {	
		font-size: 18px;
		font-weight: 500;
		margin-top: 30px;
	}

	.content .p2 {	
		font-size: 18px;
	}

	.registro-mobile{
		margin-top: 80px;
	}

	.input-group span {
		font-size: 25px;
	}
	
	.condiciones, .leyenda {
		font-size: 9px;
	}
	.condiciones{
		width: 80%;
	}

	.marginTop100{
		margin-top: 40px !important;
	}
	
	#my-error{
		position: absolute;
	}
	#my-error .modal-dialog, #modal-ok .modal-dialog, #myMultimedia .modal-dialog{
		width: 96% !important;
		padding-top: 60px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}

	.by-vivlium {	
		width: 40%;
		position: absolute;
		bottom: 2%;
		left: 50%;
		transform: translate(-50%,0);
	}

	.cabecera-imagen-principal{
		min-height: auto !important;
		padding:0;
	}
	.cabecera-imagen-principal-cont {
		padding: 0;
	}
	.tit_1 {
		padding-top: 0 !important;
	}
	.titulo-categoria-bld {
		font-size: 16px !important;
	}
	.container-destacados {
		margin-top: 30px;
	}
	.coment_user {
		height: 117px;
	}
	.imgDestacados2 {
		max-width: 117px;
	}
	.titulo-activo-destacado2 {
		font-size: 11px !important;
		line-height: 17px;
		min-height: 32px;
		margin-bottom: 0;
	}
	.padding-min {
		padding-left: 15px;
		padding-right: 15px;
	}
	.titulo-class2 {
		width: 63px;
	}
	.titulo-autor-destacado2 {
		font-size: 10px !important;
	}
	.btnFreePrem, .btnInfo{
		width: 88px !important;
		padding: 5px !important;
		width: 100px;
		padding: 6px !important;
		margin-top: 6px;			
	}
	.divVerTodo2 {
		width: 45%;
	}

	
	.form-place ::placeholder {
		font-size: 14px;
	}

	.form-place .form-control, .form-place select  {
		font-size: 14px;
		padding: 4px;
	}
	#modalPrograma .modal-body{
		padding:0;
	}
	#modalPrograma .modal-header{
		background-image:url('/canal/templates/comunidad/especifico/219340/eventos/fondo-cabecera-presentacion-mobile.jpg');
		background-size: cover;
		min-height: 50px;
		background-repeat: no-repeat;
		margin-bottom: 21px;
	}
	.boton-programa {
		font-size: 13px;
	}
	.descargar-programa{
		width: 50%;
		position: relative;
    	top: -13px !important;
	}
	#modalVideoPresentacion .modal-dialog{
		width: 100% !important;
		position: absolute;
		right: 0;
		left: 0;
		margin-top: 0;
		margin-bottom: 0; 
		margin-left: auto;
		margin-right: auto;
	}
	#modalVideoPresentacion .modal-header {
		min-height: 16.43px;
		padding: 0;
	}
	.banner-proyecto{
		margin-top: 0 !important;
	}
	.container-destacados2{
		width: 100%;
		padding: 0 !important;
		min-height: 130px !important;
	}
	.col-der-destacado {
		min-height: auto !important;
	}
	.boton-contacta {
		margin-top: 0 !important;
		width: 70% !important;
		padding-left:0 !important;
	}
	.boton-contacta img{
		display: block;
    	height: auto;
    	max-width: 100%;
	}
	#modalContacta .modal-dialog{
		width: 90% !important;
		padding-top: 50px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	#modalContacta .marginTop50{
		margin-top: 15px;
	}
	#modalContacta img{
		width: 24px;
    	margin-right: 8px;
	}
	#modalContacta .texto18{
		font-size: 15px;
	}
	.contacta-modal{
		margin-top: 50px;
	}
	.boton-hazte-creador-index {
		width: 100%;
		margin: 0;
	}
	.container-destacados-conectado{
		margin-top: 30px;
	}
	.container-destacados-conectado-int{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#banderas-idiomas-mobile{
		min-height: auto;
		padding: 5px 0 0 0;
	}
	#banderas-idiomas-mobile div{
		min-height: auto;
		padding: 0;
	}
	.banderas-div{
		padding-right: 15px !important;
	}
	.cont-seccion-progreso{
		padding: 20px 5px 15px 18px;
	}
	.boton-general{
		font-size: 14px;
		height: 29px;
	}
	.marca-paginas{
		width: 30px;
		height: 30px;
		position: absolute;
		top: -13px;
		left: -10px;
		padding-top: 7px;
	}
	.marca-paginas span {
		font-size: 15px;
		color: #ffffff;
	}
	.contenedor-activos{
		padding-bottom: 20px;
	}
	.cont-izq-canal {
		padding-right: 0;
	}
	footer {
		width: 100%;
		height: 50px !important;
		text-align: left;
		padding: 9px 21px 0 21px;
		text-align: center;
		margin: 0;
		padding: 12px !important;
		padding-bottom: 100px !important;
	}
	footer a{
		display: inline;
		margin-top: 10px;
		margin-left: 0;
	}
	footer div{
		padding-left:5px !important;
		padding-right:5px !important;
	}
	.cabecera-modal {
		background-size: contain !important;
		min-height: 70px !important;
	}
}


