/*img{
	border:0;
	border-radius:0 !important;
}*/
a{
	cursor:pointer;
}

a:hover, a:active, a:link, a:focus
{
	text-decoration: none !important;
}

.listado-categoriasDIVxs {
    border-bottom: 0 !important;
}

.sin-padding {
    padding: 0 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.cerrarMod
{
	z-index: 99999;
    position: absolute;
    top: 3%;
	right: 3%;
}
.cabecera-superior{
	height: 130px
}
.paddingTop70{
	padding-top: 70px !important;
}

.marginBottom_80{
	margin-bottom: 80px;
}
.paddingLeft30{
	padding-left: 30px !important;
}
.container-fluid{
	max-width: 1200px !important;
}
.valoracionTexto {
    float: left;
    font-family: 'Exo',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    font-weight: lighter;
    height: 41px;
    margin-top: 0px !important;
    width: 100%;
}
#textAreaComentario {
    border: 1px solid #f2f2f2;
    width: 280px;
    height: 70px;
    background-color: #DCDCDC;
}
.btn {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;

}
.videolist-seccion-index{
	font-size: 16px;
	font-family: rubikmedium;
	color: #4b4b4b;
	line-height: 16px;
}
.videolist-vermas-index{
	font-size: 12px;
	font-family: rubikmedium;
	color: #4b4b4b;
	line-height: 16px;
}
.cursor{
	cursor:pointer;
}
.ampliar-galeria{
	position: absolute;
	bottom:-20px;right:10px;
}
.principal2{
}

.skin-video{
	display:none !important;
}

.resultado-buscador {
	top: -50px;
    height: 31px;
    left: 10px;
    position: absolute;
    width: 288px;
}

.img-perfil-com
{
	width:40px !important;
	height:40px !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


.barra-preview{
	background-color: #f4f4f4 !important;
	padding-right: 11px;
}
.barra-preview span{
	font-size:21px;
	position: relative;
	top: 5px;
}
.barra-preview a{
	text-decoration: none;
}
.botoneracabecera {
	/*background:#e6e6e6 url('../imagenes/fondo-top.gif') repeat-x top center;*/
	background:#e6e6e6;
	padding: 15px 15px;
	/*height: 192px;*/
	/*margin-bottom: 10px;*/
}

.marginTop-34{
	margin-top: -34px;
}


.degradado-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

/******ESCRIBIR COMENTARIO CSS*************/
#escribe_comentario{
	display:none;
	width:100%;
	right:0;
	z-index:10;
	background-color:#ffffff;
}
#escribe_comentario .form-control{
	background-color:#dcdcdc;
}
#escribe_comentario .form-group p{
	font-size:17px;
	font-family:rubikregular;
}

#comentarios_ampliar hr{
	margin-left:15px;
	margin-right:15px;
}
.cinco_estrellas img{
    width: 14%;
    margin-left: 3%;
    margin-right: 3%;
	display: inline-block!important;
	opacity:0.3;
}
.cinco_estrellas>img.active{
	opacity:1;
}
#errorValoracion img{
	display:none;
	position: absolute;
	right: 0;    
	top: 0;
	z-index: 4;
}
#errorComentario img{
	display:none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}
#formComentario #textAreaComentario{
	border: 1px solid #cccccc;
	width:100%;
}
/**********STAR RATING CSS**********/
ul.estrellas>li>span{
	font-family:'rubikbold'
}

.estrella7:hover, .estrella10:hover, .estrella:hover{
	background:url('/imagenes/ico_estrellas.png');
}
.estrella7{
	height:7px;
	width:7px;
	opacity:0.3;
	display:inline-block!important;
}
.estrella10{	
    margin: 1px;
	height:10px;
	width:10px;
	opacity:0.3;
	display:inline-block!important;
}
.estrella7.active , .estrella10.active{
	opacity:1;
}	.star-rating5{
		background-size: 20px!important;
	}
	.star-rating5 li.current-rating {	
		background-size: 20px!important;
	}
/********PROGRESS STAR RATING***********/
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #da291c !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress{
	margin-left:10px;
	margin-right:10px;
	width:55%;
	display:inline-block;
}
.progress , .progress-bar{
	height:5px !important;
	margin-bottom:0px !important;
}

.progress-bar-stars{
	background-color:#7d7d7d;
}
.form-group>#nombre{
	background-color: white!important;
	background:none;
	width:100%;
	border:1px solid #cccccc;
}
@media (max-width: 600px) { 
	#errorValoracion img, #errorComentario img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
	}
}

/* CSS PLANTILLA NUEVA */
.menuCategorias{
	margin-top: 40px;
	padding-top: 95px;
	padding-bottom: 25px;
	background-color: #f5f5f5; 
}

.tituloCategorias{
	width: auto;
	padding: 0 20px;
	font-size: 18px;
	font-family: 'rubikregular';
	color: #da291c;
}


.borderright{
	border-right: 1px solid #e6e6e6;
}

.borderbottom{
	border-bottom: 1px solid #e6e6e6;
}

.deAutor
{
	font-family: rubikmedium;
	
}

.nomAutor
{
	font-family: rubikmedium;
	margin-left:5px;
	white-space: nowrap;
}

.titulo-videotv
{
	font-family: 'rubikregular';
	color: #4b4b4d;
	font-size:17px;
	margin-top:14px;
}

.titulo-bienvenida
{
	font-family: 'rubikregular';
	color: #4b4b4d;
	font-size:14px;
	margin-bottom:0px !important;
}

.titulo-usuario
{
	font-family: 'rubikregular';
	color: #000000;
	font-size:15px;
	margin-left: 5px;
}

.titulo-categorias{
	font-family: 'rubikregular',Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1;
	color:#FFFFFF;
	padding: 8px 30px 8px 30px;
	text-decoration: none;
	border-color: #cfcfd6;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: inline-block;
	background-color: #cfcfd6 !important;
}
.titulo-categorias.active, .titulo-categorias.focus, .titulo-categorias:active, .titulo-categorias:focus, .titulo-categorias:hover{
    background-color: #000000 !important;
    border-color: #000000 !important;
    color:#FFFFFF !important;
	text-decoration: none;
}

.titulo-todosvideos
{
	font-family: 'rubikmedium';
	color: #da291c;
	font-size:12px;
}


.documentos-adjuntos, .documentos-adjuntos:hover, .documentos-adjuntos:visited, .documentos-adjuntos:active{
	color: #da291c !important;
}


.icon-salir-webtv
{
	color: #4b4b4d !important;
	font-size:25px !important;
}

.noMarginBottom
{
	margin-bottom: 0px !important;
}

.imgUser
{
	max-width:28px;
}

.marginTop15
{
	margin-top:15px;
}

.marginTop25
{
	margin-top:25px;
}

.marginBottom25
{
	margin-bottom:25px;
}

.marginTop40
{
	margin-top:40px;
}


.marginTop55
{
	margin-top:55px;
}

.icon-flecha-abajo
{
	color:#da291c !important;
	font-size: 0.7em;
}

.desplegableAvisos{
	background-color: #dcdcdc !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border:none;
	margin: 8px 0 0 !important;
}

.despleFiltro
{
	text-decoration: none;
	list-style: none;
}

.listaAvisos
{
	font-family: rubikregular;
}

.titulo-videolist
{
	font-size: 23px;
	font-family: 'rubikregular';
	color: #da291c !important;
}

.titulo-emb-vid
{
	font-family: rubiklight;
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    z-index: 99999;
    top: 80%;
    left: 10%;
}

.likes
{
	position: absolute;
	top: 80%;
    left: 70%;
	z-index:99999;
}

.share
{
	position: absolute;
	top: 80%;
    left: 80%;
	z-index:99999;
}

.img-carou
{
	border-radius:0px !important;
	cursor: pointer;
}

.titulo-video-galeria
{
	font-family: rubikregular;
	color: #000000;
    font-size: 15px;
	margin-top:10px;
	text-align:left;
}

.titulo-video-galeria2
{
	font-family: rubikregular;
	color: #FFFFFF;
    font-size: 14px;
	margin-top:15px;
	text-align:left;
	white-space: nowrap;
}

.titulo-descripcion
{
	font-family: rubiklight;
	color: #4b4b4d;
    font-size: 20px;
}

.texto-descripcion
{
	font-family: rubikregular;
	color: #4b4b4d;
    font-size: 14px;
}
.numeroComentarios {
    background-color: #4b4b4d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 10px;
    color: #FFFFFF;
    margin-left: 30px;
    font-family: 'rubikmedium';
    font-size: 11.5px;
}

.div-coment
{
	padding: 0 0 0 0 !important;
}

.div-coment:after{
	content: url(../imagenes/edge.png);
	position: absolute;
	z-index: 100000;
	left: -3px;
	top: 0;
}

.btn-vivlium-custom {
    background-color: #da291c;
    padding: 10px 17px !important;
}

#formComentario #textAreaComentario {
    border: none !important;
    width: 100%;
	box-shadow: none !important;
	padding: 10px 10px 10px 10px !important;
	margin-left: 5px;
}

#textAreaComentario::placeholder {
    color: #191919;
	padding: 10px 10px 10px 10px !important;
}

.titulo-grupo {
    font-family: 'rubiklight';
    font-size: 23px;
    color: #191919;
    margin-bottom: 15px!important;
}

#nota-usuarios {
    font-size: 48px;
    color: #282828;
}

#errorAviso4 img {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 4;
    bottom: -10px;
}

#search:not(.creadorSearch):focus {
	width: 100%;
    max-width: 300px;
    background-color: #fff;
    background: url(../imagenes/lupa.png) no-repeat 10px center;
    padding: 9px 9px 9px 42px;
    border: solid 1px #ccc !important;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
}


#search:not(.creadorSearch) {
    float: right;
    background: white url(../imagenes/lupa.png) no-repeat 50% center;
    padding: 9px;
    width: 35px;
    transition-property: width;
    transition-duration: 3s;
    transition-timing-function: linear;
    border: 0px !important;
	outline: none;
}

.jw-skin-six .jw-display-icon-container {
    background: transparent;
    border-radius: 25%;
    border: 1px solid #fff;
}

.p2-video-galeria-derecha-interno-ima:not(:first-child) {
    padding-left: 0 !important;
}

.div-prev
{
	padding-right:0;
}

.textoSobre {
    font-family: 'rubikmedium';
    color: #da291c;
    font-size: 14px;
}

.fechaCom {
    color: #000000;
    font-family: "rubiklight_italic";
    font-size: 11px;
}

.textoCom
{
	font-family: rubikregular;
	font-size: 13px;
	color: #000000;
	margin-top:15px;
}

.div-icon-user
{
	justify-content: space-around;
}

.div-imgusuario
{
	margin-right:10px;
	width:40px;
	height:40px;
	border-radius: 20px !important;
	moz-border-radius: 20px !important;
	webkit-border-radius: 20px !important;

}

.div-imgusuario > img
{
	width:45px;
	height:40px;
	margin-right: 5px;
}

.visible-port
{
	display:none;
}

.searchBoxXS
{
	margin-right:5px;
	height:30px;
}

.flechaIzq{
	position: absolute;
    z-index: 99999;
    top: 70px; left:4px;
}

.flechaDer{
	position: absolute;
    z-index: 99999;
    top: 70px;
	right:4px;
}

.visto{
	position: absolute;
	top:0;left:0;
}

.swiper-container {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 900px;
	height: 340px;
}


.swiper-gallery{
	overflow: hidden;
	padding-left: 30px;
	padding-right: 19px;
	/*background-color: #000000;*/
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.swiper-slide
{
	display: flex;
	flex-direction: column;
	padding: 10px 10px 10px 10px;
}

.swiper-slide img{
	/*border: solid 3px #da291c !important;*/
}
.play, .p2-video-galeria-derecha-interno-ima .play{
	position: absolute;
	top: 50px;
	left:0;right:0;
	margin: auto;
}

.visto{
	position: absolute;
	top:0px;left:0px;
}
.visto2{
	position: absolute;
	top:0px;left:15px;
}

.p2-video-galeria-derecha-interno-ima .visto2{
	position: absolute;
	top:0;left:15px;

}


.sinmargin
{
	margin:0 0 0 0 !important;
}

.nomarginright
{
	margin-right: 0px !important;
}

.despleFiltro > a
{
	display: flex;
	align-items: center;
}

.video-descripcion{
	background-color: #000000;
	padding: 25px;
	font-size: 16px;
	color: #ffffff;
}

.titulo-vid{
	font-size: 24px;
	color: #da291c;
	padding-bottom: 17px;
}

.docu-vid{
	margin-top: 20px;
}

.docu-vid a, .docu-vid a:hover, .docu-vid a:visited, .docu-vid a:active{
	font-size: 14px;
	color: #4b4b4b;
	font-family: rubikmedium;
	margin-top: 20px;
}

.cajaVideo{
	background-color: #FFFFFF;
	height: 340px;
}

@media (max-width: 1124px)
{
	.titulo-video-galeria {
	    font-family: rubikregular;
	    color: #000000;
	    font-size: 13px !important;
	    margin-top: 10px;
	    text-align: left;
	}
	.play, .p2-video-galeria-derecha-interno-ima .play {
	    position: absolute;
	    /*top: 15px !important;*/
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 25px !important;
	    height: 25px !important;
	}
	.star-rating {
		margin-left: 15px !important;
   }
   .imgUser {
		max-width: 21px !important;
	}
	.swiper-slide .play, .p2-video-galeria-derecha-interno-ima .play{
		width: 30px !important;
		height: 30px !important;
		position: absolute;
		top: 45px;
		left:0;right:0;
		margin: auto;
	}
	.flechaIzq	{
		top: 90px; 
		left:4px;
	}

	.flechaDer	{
		top: 90px;
		right:4px;
	}
	.fondo-gris2{
		background-color: #ffffff !important;
	}
	.titulo-videolist{
		padding-top: 0 !important;
	}
	.menuCategorias {
		background-color: #ffffff;
	}
	.titulo-videolist{
		line-height: 1;
	}
}

/* XS PORTRAIT */
@media (max-width: 767px) and (orientation: landscape) 
{

	.cerrarMod {
	    z-index: 99999;
	    position: absolute;
	    top: 0%;
	    right: 0%;
	}
	.titulo-videotv {
		font-size: 13px;
	}
	.btn-vivlium-custom {
	    font-size: 15px;
		margin-top: 10px;
	}
	.imgUser {
		max-width: 17px;
	}
	.star-rating {
		margin-left: 0 !important;
   }
   .marginTop55 {
		margin-top: 38px;
	}
	.divTools{
		margin-left: 21px;
	}
	.imgUser {
		max-width: 21px !important;
	}
}
@media (max-width: 768px) and (orientation: portrait) 
{

	.titulo-video-galeria
	{
		/*font-size:8px;*/
		max-width: 100%;
	}
	.titulo-descripcion
	{
		font-size:14px;
	}
	
	.texto-descripcion
	{
		font-size:10px;
	}
	
	.btn-vivlium-custom {
		color: white;
		height: 38px;
		line-height: 0;
		padding: 5px 10px;
		font-size: 12px;
	}
	
	.numeroComentarios {
		padding: 2px 8px;
		margin-left: 30px;
		font-size: 9px;
	}
	
	.titulo-bienvenida
	{
		font-size:10px;
	}
	
	.titulo-usuario
	{
		font-size:10px;
	}
	
	.titulo-videotv
	{
		font-size:15px;
		margin: 0 !important;
	}
	
	.img-videotv
	{
		max-height:20px;
	}
	
	.div-imgusuario
	{
		margin-right:10px;
		width:40px;
		height:40px
	}
	
	.div-imgusuario > img
	{
		width:25px;
		height:25px;
	}
	
	.btnPublicar
	{
		margin-left: 56.666667%
	}
	
	.div-icon-user
	{
		margin-top:15px;
	}
	.divSusc
	{
		margin-left:17px;
	}
	.divTools
	{
		display:none;
	}
	.visible-port
	{
		display:block;
		clear:both;
		/*padding-top:40px;*/
		margin-right:0 !important;
	}
	
	.visible-port > div > div
	{
		justify-content:center;
	}
	
	.swiper-slide .play, .p2-video-galeria-derecha-interno-ima .play{
		width: 20px !important;
		height: 20px !important;
		top: 35px;
	}

	.swiper-slide .visto, .p2-video-galeria-derecha-interno-ima .visto{
		width: 20px !important;
		height: 20px !important;
	}
	
	#icono_activo2
	{
		width: 60px !important;
		height: 60px !important;
	}
	
	.imageError
	{
		max-width:300px;
	}
	.buscador2
	{
		display:none;
	}
	
	#searchxs
	{
		width: 100%;
		max-width: 300px;
		background-color: #fff;
		padding: 9px 9px 9px 32px;
		border: solid 1px #ccc !important;
		-webkit-border-radius: 10em;
		-moz-border-radius: 10em;
		border-radius: 10em;
	}
	
	.img-perfil-com
	{
		width:40px !important;
		height:40px !important;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	.divAutor
	{
		margin-top: 20px !important;
	}
	
	.nomAutor
	{
		font-size: 10px;
		margin: 0 !important;
		white-space: nowrap;
	}
	
	.imgUser
	{
	}
	
	#divSuscritos
	{
	}
	
	.div-coment:after {
		left: 7px;
	}
	
	.form-control
	{
		font-size:10px;
	}
	
	.flechaIzq
	{

		top: 10%;
	}

	.flechaDer
	{

		top: 10%;

	}
	.container
	{
		padding-right:15px;
		padding-left:15px;
	}
	.div-coment {
		padding: 0 20px 0 10px !important;
	}
	
	.titulo-video-galeria2
	{
		font-size: 10px;
	}	
	.titulo-videolist {
		font-size: 28px;
	}
	.titulo-vid {
		font-size: 21px;
		line-height: 1.2;
	}
}

@media (max-width: 480px) 
{
	.marginBottom10xs{
		/*min-height: : 200px;*/
	}
	.cabecera-superior{
		height: 80px
	}
	.altominimo{
		height: 175px;
	}
	.titulo-vid {
	    font-size: 10px;
	    color: #da291c;
	    padding-bottom: 7px;
	}
	.marginBottom_80{
		margin-bottom: 60px;
	}
	.titulo-videolist {
	    font-size: 14px;
	    font-family: 'rubikregular';
	    color: #da291c !important;
		padding-top: 10px !important;
	}
	.marginTop-34{
		margin-top: 0;
	}
	#errorAviso4 img {
		display: none;
		position: absolute;
		left: 41px;
		z-index: 4;
		bottom: 16px;
	}
	.star-rating{
		margin-left: 0 !important;
	}
	.padding-leftmobile{
		padding-left: 20px;
	}
	.padding-leftmobile2{
		padding-left: 10px;
	}
	.botoneracabecera{
		padding-top: 20px !important;
	
	}
	.flechaIzq	{
		top: 90px; 
		left:4px;
	}

	.flechaDer	{
		top: 90px;
		right:4px;
	}
	.titulo-video-galeria
	{
		font-size:12px;
		max-width: 100%;
		padding-left: 0;
	}
	
	.titulo-descripcion
	{
		font-size:14px;
	}
	
	.texto-descripcion
	{
		font-size:10px;
	}
	
	.btn-vivlium-custom {
		color: white;
		height: 40px !important;
		line-height: 0;
		padding: 10px 10px !important;
		font-size: 14px;
	}
	
	.numeroComentarios {
		padding: 2px 8px;
		margin-left: 30px;
		font-size: 9px;
	}
	
	.titulo-bienvenida
	{
		font-size:10px;
	}
	
	.titulo-usuario
	{
		font-size:10px;
	}
	
	.titulo-videotv
	{
		font-size:15px;
		margin: 10px 0 0 0 !important;
		min-height: 29px;
	}
	
	.img-videotv
	{
		max-height:20px;
	}
	
	.div-imgusuario
	{
		margin-right:10px;
		width:35px;
		height:35px
	}
	
	.div-imgusuario > img
	{
		width:35px;
		height:35px;
	}
	
	.btnPublicar
	{
		margin-left: 56.666667%
	}
	
	.div-icon-user
	{
		width:100%;
		margin-top:7px;
	}
	.divSusc
	{
		margin-left:17px;
	}
	.divTools
	{
		display:none;
	}
	.visible-port
	{
		display:block;
		clear:both;
		/*padding-top:40px;*/
	}
	
	.visible-port > div > div
	{
		justify-content:center;
	}
	

	
	#icono_activo2
	{
		width: 60px !important;
		height: 60px !important;
	}
	
	.imageError
	{
		max-width:300px;
	}
	.buscador2
	{
		display:none;
	}
	
	#searchxs
	{
		width: 100%;
		max-width: 300px;
		background-color: #fff;
		padding: 9px 9px 9px 32px;
		border: solid 1px #ccc !important;
		-webkit-border-radius: 10em;
		-moz-border-radius: 10em;
		border-radius: 10em;
	}
	
	.img-perfil-com
	{
		width:40px !important;
		height:40px !important;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	
	.divAutor
	{
		margin-top: 11px !important;
		margin-left: -80px;
	}
	
	.nomAutor
	{
		font-size: 10px;
		margin: 0 !important;
		white-space: nowrap;
	}
	
	.imgUser
	{
		margin-left: 5px;
	}
	
	#divSuscritos
	{

	}
	
	.div-coment:after {
		left: 7px;
	}
	
	.form-control
	{
		font-size:15px;
	}

	.swiper-slide .play{
		width: 25px !important;
		height: 25px !important;
		top: 50px;
	}
	.p2-video-galeria-derecha-interno-ima .play{
		width: 25px !important;
		height: 25px !important;
		top: 20px;
	}	
	.play, .p2-video-galeria-derecha-interno-ima .play{
		position: absolute;
		top: 36px !important;
		left:0;right:0;
		margin: auto;
	}
	.cajaVideo {
		background-color: #FFFFFF;
		height: 98px !important;
	}
	.titulo-categorias{
		width: 100%;
		padding: 13px 30px 9px 30px;
	}
	.fondo-gris2{
		background-color: #ffffff !important;
	}
	.no-flex-mobile{
		display: inherit !important;
		margin-top: 20px;
	}
	.icon-visitas-smartphone {
		float: left !important;
		margin-left: 15px;
	}
	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 310px !important;
		height: 117px !important;
	}
	.ampliar-galeria{
		position: absolute;
		bottom: 0;right:10px;
	}
}

@media (max-width: 320px) 
{
	.div-imgusuario > img {
		width: 30px;
		height: 30px;
	}
	.swiper-slide .play{
		width: 25px !important;
		height: 25px !important;
		top: 32px;
	}
	.p2-video-galeria-derecha-interno-ima .play{
		width: 20px !important;
		height: 20px !important;
		top: 15px;
	}
}

/* XS LANDSCAPE */
@media (max-width: 767px) and (orientation:portrait) 
{
/*	.row {
	    margin-right: -25px !important;
	    margin-left: -15px !important;
	}*/
	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 310px !important;
		height: 150px !important;
	}
	.cajaVideo{
		background-color: #FFFFFF;
		height: 112px;
	}
	.cerrarMod {
	    z-index: 99999;
	    position: absolute;
	    top: 0% !important;
	    right: 0% !important;
	}
}

/* XS LANDSCAPE */
@media (max-width: 767px) and (orientation:landscape) 
{
/*	.row {
	    margin-right: -25px !important;
	    margin-left: -15px !important;
	}*/
	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 310px !important;
		height: 150px !important;
	}
	.cajaVideo{
		background-color: #FFFFFF;
		height: 112px;
	}
	.cerrarMod {
	    z-index: 99999;
	    position: absolute;
	    top: 0%;
	    right: 0%;
	}
	.titulo-vid {
	    font-size: 16px;
	    color: #da291c;
	    padding-bottom: 17px;
	}	
	.altominimo{
		min-height: 240px !important;
	}
	.play, .p2-video-galeria-derecha-interno-ima .play {
	    position: absolute;
	    top: 65px !important;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.titulo-video-galeria
	{
		font-size:12px;
		max-width: 100%;
		text-align: center;
	}
	.flechaIzq 
	{
		top: 120px; left: 15px;
	}
	
	.flechaDer 
	{
		top: 120px; right: 15px;
	}
	.swiper-slide .play{
		width: 40px !important;
		height: 40px !important;
		position: absolute;
		top: 70px;
	}
	.p2-video-galeria-derecha-interno-ima .play{
		width: 40px !important;
		height: 40px !important;
		position: absolute;
		top: 50px;
	}
	.swiper-slide .visto, .p2-video-galeria-derecha-interno-ima .visto{
		position: absolute;
		/*top:10px;left:54px;*/

	}
	.container
	{
		padding-right:15px;
		padding-left:15px;
	}
	
	.nomAutor
	{
		font-size: 10px;
		margin: 0 !important;
		white-space: nowrap;
	}
	
	.titulo-video-galeria2
	{
		font-size: 10px;
	}
	
	.btnPublicar
	{
		margin-left: 73.66666666% !important;
	}
}


/* SM VERTICAL*/
@media (min-width: 768px) and (orientation: portrait)
{
	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 700px !important;
		height: 224px !important;
	}
	.cajaVideo{
		background-color: #FFFFFF;
		height: 191px;
	}
	.div-icon-user
	{
		justify-content: flex-start;
	}
	.container
	{
		padding-right:15px;
		padding-left:15px;
	}
	
	.nomAutor
	{
		white-space: nowrap;
	}
	.flechaIzq 
	{
		top: 70px; left: 4px;
	}
	
	.flechaDer 
	{
		top: 70px; right: 4px;
	}	
	.btn-vivlium-custom {
		padding: 10px 24px !important;
	}
	
	.titulo-video-galeria2 {
		font-size: 10px;
	}
	
}

@media(min-width:992px)
{
	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 900px !important;
		height: 340px !important;
	}
	.cajaVideo{
		background-color: #FFFFFF;
		height: 234px;
	}
	.titulo-video-galeria
	{
		font-size: 12px;
	}
	.cajaVideo{
		background-color: #FFFFFF;
		height: 290px;
	}
	.play, .p2-video-galeria-derecha-interno-ima .play {
	    position: absolute;
	    top: 30px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.titulo-descripcion {
	    font-family: rubiklight;
	    color: #4b4b4d;
	    font-size: 19px;
	}
}

@media(min-width:1200px)
{
	.cajaVideo {
	    background-color: #FFFFFF;
	    height: 340px;
	}
	.titulo-video-galeria
	{
		font-size: 15px;
	}
	.play, .p2-video-galeria-derecha-interno-ima .play{
		position: absolute;
		top: 30px !important;
		left:0;right:0;
		margin: auto;
	}
	
}
