@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;
}
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;
}


/* 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;
}
.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;
}

.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;
	justify-content: 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;
}


* {
  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;
}
.cont-seccion-categorias{
	background-color: #dddddd !important;
	padding: 20px 65px 15px 65px;
}
.pestanas-categorias{
	margin-top: 20px;
}
.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 !important; 
}
.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;

}



.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;
}
.input-cabecera-canal:-webkit-autofill,
.input-cabecera-canal:-webkit-autofill:hover, 
.input-cabecera-canal:-webkit-autofill:focus{
  -webkit-text-fill-color: #da291c  !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;
}

.boton-ver-codigo{
	letter-spacing: 0.08em;
	border:0;
}

.boton-ver-codigo:active, .boton-ver-codigo:focus, .boton-ver-codigo:active, .boton-ver-codigo:focus, .boton-ver-codigo:hover{
	background-color: #000000  !important;
	border-color: #000000 !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;
}


/* 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: #6c6464;
	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;
}
.titulo-seccion2{
	color: #da291c;
}



/*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,	.creador-general-boton.active, .creador-general-boton.focus, .creador-general-boton:active, .creador-general-boton:focus, .creador-general-boton:hover{
	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.active, .creador-general-boton.focus, .creador-general-boton:active, .creador-general-boton:focus, .creador-general-boton:hover{
	font-family: 'rubikmedium',Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	background-color: transparent;
	color: #da291c !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;
}
.guardar-grande.active, .guardar-grande.focus, .guardar-grande:active, .guardar-grande:focus, .guardar-grande:hover{
	font-family: 'rubikmedium',Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	font-size: 18px;
	width: 100%;
	height: auto !important;
	line-height: 18px !important;
	color: #da291c;
	background-color: #000000;
	padding: 15px 30px;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
}



.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, .modal-error-index .modal-dialog{
	width: 900px !important;
    padding-top: 60px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#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;
}
.boton-programa {
    width: 153px;
    font-size: 17px;
	border-radius: 0 !important;
    padding: 8px !important;
}
.modal-baja{
	width: 900px !important;
    padding-top: 0;
	margin-top: 20px !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.modal-aceptar .modal-dialog{
	width: 900px !important;
    padding-top: 0;
	margin-top: 20px !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.modal-baja .form-check, .modal-aceptar .form-check{
	margin: 3px 20px;
}
.modal-baja label, .modal-aceptar label{
	font-weight: 500;
	margin-left: 7px;
	font-size: 13px;
}
.modal-aceptar .modal-dialog{
	width: 900px !important;
    padding-top: 0;
	margin-top: 120px !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.modal-aceptar label{
    display: inline-block;
    max-width: 95%;
}
.modal-validarQr{
	width: 900px !important;
    padding-top: 0;
	margin-top: 20px !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.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;
}

.cabecera-modal {
/*    min-height: 216px !important;*/
	min-height: 140px !important;
	background-size: contain;
}

.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: 40px !important;
	padding-right: 40px !important;
}

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

.foto-perfil-cabecera {
    width: 35px !important;
    height: 35px !important;
}

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;
}


.comentarios-boton a {
    background-color: #da291c !important;
}
.comentarios-login a {
    color: #da291c !important;
}
.cont-imagen-comentarios-anderson{
	width: 5.333%;
}
.comentarios-ficha-fecha{
	color: #da291c !important;
}
.titulo-seccion-negro2{
	font-size: 17px;
}
.ranking-canal{

}
.rank-cabecera{
	background-color: #b72218;
	color: #ffffff;
	border-bottom: #6d1610 1px solid;
}
.rank-content div{
	padding:15px;
}

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

@media only screen and (max-width: 1440px) and (min-width: 1280px)  {
	.content .p1 , .content .p2 {	
		width: 65%;
		margin: auto;
		margin-bottom: 20px;
	}
	.cont-imagen-comentarios-anderson{
		width: 8.333%;
	}
}
@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;	
	}
	.boton-ver-codigo{
		font-size: 12px;
		height:auto;
		letter-spacing: 0.08em;
	}
}
@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{
		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: 1480px){
	.contenedor-activos {
		padding-left: 0;
		padding-right: 0;
	}
	.link-categorias {
		font-size: 16px !important;
	}
	.ima-bandera{
		max-width: 35px;
	}
}
@media (max-width: 1024px) {
	.logo {	
		width: 23%;
		position: absolute;
		top: 17%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.ima-bandera{
		max-width: 35px;
	}
	.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;
	}
	.cont-imagen-comentarios-anderson{
		width: 9.333%;
	}
	#comentarios_ampliar .borde-redondo50{
		width: auto !important;
		height: auto !important;
		margin-left: 0 !important;
	}
}

@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%;
	}
	.cont-imagen-comentarios-anderson{
		width: 12.333%;
	}

}

@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;
	}

}

@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;
	}
}

@media (max-width: 480px) {
	#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;
	}
	.modal-baja,.modal-validarQr{
		width: 97% !important;
		padding-top: 30px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.modal-baja .cabecera-modal, #Bajaboletin .cabecera-modal{
		background-size: contain !important;
		min-height: 90px !important;
	}
	.modal-header .close {
		padding-top:0;
		margin-top:-20px !important;
	}
	.modal-baja label{
		font-size:12px;
	}
	.modal-baja .form-check {
		margin: 3px 5px;
	}
	.modal-baja .texto17{
		font-size: 15px;
	}
	.sin-margin-topmobile{
		margin-top: 0 !important;
	}
	.margin-bottom-mobile{
		margin-bottom: 15px !important;
	}
	#Contacta .modal-dialog-scrollable .modal-content {
	    height: 100% !important;
	    width: 53% !important;
	}
	#Contacta .modal-body {
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	}
	/* Modal publicar*/
	.modalXSpublicar .modal-dialog{
		width: 97% !important;
		padding-top: 30px;
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		margin: auto;
		margin-top: 0 !important;
		top:0;
	}
	#modalPendientePublicacion .modal-dialog{
		width: 77% !important;
		padding-top: 30px;
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		margin: auto;
		margin-top: 0 !important;
		top:0;
	}
	#modalPendientePublicacion .titulo-modal-gracias{
		margin-top: 10px !important;
		font-size: 25px;
	}
	.modalXSpublicar .modal-header .close, #modalPendientePublicacion .modal-header .close {
        padding-top: 0;
		margin-right: 5px;
        margin-top: 10px !important;
    }
	.modalXSpublicar .modal-content {
		height: auto;
	}
	.texto-modal-publicar{
		margin-top: 10px;
	}
	.creador-izq .form-control{
		padding: 6px 12px;
		height: auto !important;
	}


	.cont-der-canal {
        padding-left: 20px; 
        padding-right: 20px;
    }
	.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;
	}


	.marginTop40{
		margin-top: 40px !important;
	}
	.marginTop30{
		margin-top: 0 !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;
	}



	.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, .modal-aceptar .modal-dialog, .modal-error-index .modal-dialog{
		width: 96% !important;
		padding-top: 60px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.modal-aceptar .modal-header .close {
        padding-top: 0;
        margin-top: 10px !important;
    }
	.modal-aceptar label{
		display: inline-block;
		max-width: 90%;
		font-size: 11px;
	}
	.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;
	}
	.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;
	}

	.carousel-indicators{
		width: 75%;
		left: 43%;
	}

	footer {
		width: 100%;
		height: auto !important;
		background-color: #da291c;
		text-align: left;
		padding: 9px 21px 0 21px;
		margin-top: 50px;
		color: #FFF;
	}
	#comentarios_ampliar .borde-redondo50{
		width: auto !important;
		height: auto !important;
		margin-left: 0 !important;
	}

}


