/**********************************************************/
/**********************************************************/
/* LICENCIATARIOS */

.container-licenciatarios
{
	background-color: #F6F6F6;
	/* margin-top: 50px; */
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

form.licenses-form .form-item-category-license
{
	max-width: 233px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

form.licenses-form .form-item-category-license label
{
	display: none;
	/*
	display: block;
	text-align: center;
	font-size: 21px;
	color: #e47e3d;
	font-weight: bold;
	padding-bottom: 16px;
	*/
}

.container-licenciatarios .row-licenciatario
{
	border: 1px solid #c4c4c4;
	background-color: #f7f7f7;
	padding-bottom: 18px;
	margin-bottom: 29px;
}

.container-licenciatarios .row-licenciatario .col-client-logo
{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

.container-licenciatarios .row-licenciatario .col-product
{
	background-color: #fff;
	max-width: 280px;
	min-height: 307px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.container-licenciatarios .row-licenciatario .col-product-footer
{
	background-color: #efefef;	
	min-height: 50px;
	color: #8e908f;
	font-weight: bold;
	max-width: 280px;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

.container-licenciatarios .row-licenciatario .col-product-footer a
{
	color: #8e908f;
}

.lSAction > a 
{
  background-image: none;
}

.lSAction > a .fa
{
	color: #e47e3d;
	font-size: 28px;
	font-smooth: never !important;
	-webkit-font-smoothing : none !important;
}

.row-licenciatario ul
{
	list-style: none;
}

@media(min-width:1400px){

	.lightSlider-licenciatario-1
	{
		max-width: 380px;
		margin: auto;
	}

	.lightSlider-licenciatario-2
	{
		max-width: 800px;
		margin: auto;
	}
}

@media(max-width:1399px){
	.lightSlider-licenciatario-2 {
		display: flex;
		justify-content: center;
	}
}

/**********************************************************/
/**********************************************************/
/* BROADCASTERS */

.container-broadcasters
{
	background-color: #FFF;
	padding-top: 50px;
	background-color: #f6f6f6;
	/*margin-bottom: 50px;
	padding-top: 50px;*/
	padding-bottom: 50px;
}

form.broadcasters-form .form-item-category-broadcaster
{
	max-width: 233px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

form.broadcasters-form .form-item-category-broadcaster label
{
	display: none;
	/*
	display: block;
	text-align: center;
	font-size: 21px;
	color: #e47e3d;
	font-weight: bold;
	padding-bottom: 16px;
	*/
}

.container-broadcasters .row-broadcaster
{
	border: 1px solid #c4c4c4;
	background-color: #f7f7f7;
	padding-top: 18px;
	margin-bottom: 29px;
}

.container-broadcasters .row-broadcaster .col-client
{
	background-color: #fff;
	max-width: 280px;
	min-height: 307px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
}

.container-broadcasters .row-broadcaster .col-country
{
	background-color: #efefef;
	min-height: 50px;
	color: #8e908f;
	font-weight: bold;
	max-width: 280px;
	margin-bottom: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

@media(min-width:1400px){

	.lightSlider-broadcaster-1
	{
		max-width: 380px;
		margin: auto;
	}

	.lightSlider-broadcaster-2
	{
		max-width: 800px;
		margin: auto;
	}
}


/**********************************************************/
/**********************************************************/
/* MODAL LICENSEES */

/* Bug modal black background */
.modal-backdrop:nth-child(2n-1) {
  opacity : 0;
}
.modal-backdrop+.modal-backdrop {
  opacity : 0;
}

#modal-licenses .modal-content
{
	background-color: #f6f6f6;
	padding: 10px;
	padding-bottom: 30px;
}


#modal-licenses .product-modal-imagen
{
	background-color: #fff;
	border: 1px solid #c4c4c4;
	max-width: 100%;
	max-width: 100%;
	padding: 20px;
}


#modal-licenses .product-modal-imagen img
{
	max-width: 100%;
	height: auto;
}


#modal-licenses .product-modal-text
{
	height: 100%;
	padding-top: 30%;
}


#modal-licenses .product-modal-text .product-name
{
	color:#4c4c4c;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 20px;
}


#modal-licenses .product-modal-text .product-description
{
	color:#aaacac;
	font-size: 14px;
	margin-bottom: 20px;
}


#modal-licenses .product-modal-text .product-countries-title
{
	color:#4c4c4c;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#modal-licenses .product-modal-text .product-countries-country
{
	display: inline-block;
	background-color: #e4e4e4;
	color: #000;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#modal-licenses .product-modal-text .product-cta
{
   padding: 34px;
   background-color: #fff;
   border: 1px solid #c4c4c4;
   margin: auto;
   text-align: center;
}

#modal-licenses .product-modal-text .product-cta .product-cta-text
{
	display: inline-block;
	margin: auto;
	color: #e47e3d;
	font-weight: bold;
	margin-bottom: 27px;
}

#modal-licenses .product-modal-text .product-cta .product-cta-button a
{
	display: inline-block;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #e47e3d;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media(min-width:1200px) {
	#modal-licenses .product-modal-text
	{
		min-height: 541px;
	}

	#modal-licenses .product-modal-text .product-cta
	{
	   position: absolute;
	   bottom: 0;
	   left: 0;
	   width: 98%;
	}
}

#modal-licenses .modal-header
{
	border-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
}

#modal-licenses .modal-header .close span
{
	font-size: 31px;
	font-weight: bold;
}


@media(min-width:1400px){

	#modal-licenses .modal-dialog {width: 1400px;}
}

@media(min-width:1200px){
	#modal-licenses .modal-dialog {width: 1200px;}
}

@media(max-width:991px){
	#modal-licenses .modal-dialog {width: 900px;}
}

@media(max-width:767px){
		#modal-licenses .modal-dialog {width: 750px;}
}

@media(max-width:670px){
	#modal-licenses .modal-dialog {
		width: 100%;
		margin: 0;
		border: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-licenses .modal-dialog .modal-content
	{
		border: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-licenses .product-modal-text
	{
		height: inherit !important;
		padding-top: 10px !important;
	}


}

@media(max-width:478px){

	#modal-licenses .modal-dialog {
		width: 100%;
		margin: 0;
		border: 0;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-licenses .modal-dialog .modal-content
	{
		border: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-licenses .product-modal-text
	{
		height: inherit !important;
		padding-top: 10px !important;
	}

}



/**********************************************************/
/**********************************************************/
/* MODAL BROADCASTERS */


#modal-broadcasters .modal-content
{
	background-color: #f6f6f6;
	padding: 10px;
	padding-bottom: 30px;
}


#modal-broadcasters .product-modal-imagen
{
	background-color: #fff;
	border: 1px solid #c4c4c4;
	max-width: 100%;
	max-width: 100%;
	padding: 20px;
}


#modal-broadcasters .product-modal-imagen img
{
	max-width: 100%;
	height: auto;
}


#modal-broadcasters .product-modal-text
{
	height: 100%;
	padding-top: 30%;
}


#modal-broadcasters .product-modal-text .product-name
{
	color:#4c4c4c;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 20px;
}


#modal-broadcasters .product-modal-text .product-description
{
	color:#aaacac;
	font-size: 14px;
	margin-bottom: 20px;
}


#modal-broadcasters .product-modal-text .product-countries-title
{
	color:#4c4c4c;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#modal-broadcasters .product-modal-text .product-countries-country
{
	display: inline-block;
	background-color: #e4e4e4;
	color: #000;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#modal-broadcasters .product-modal-text .product-cta
{
   padding: 34px;
   background-color: #fff;
   border: 1px solid #c4c4c4;
   margin: auto;
   text-align: center;
}

#modal-broadcasters .product-modal-text .product-cta .product-cta-text
{
	display: inline-block;
	margin: auto;
	color: #e47e3d;
	font-weight: bold;
	margin-bottom: 27px;
}

#modal-broadcasters .product-modal-text .product-cta .product-cta-button a
{
	display: inline-block;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #e47e3d;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media(min-width:1200px) {
	#modal-broadcasters .product-modal-text
	{
		min-height: 541px;
	}

	#modal-broadcasters .product-modal-text .product-cta
	{
	   position: absolute;
	   bottom: 0;
	   left: 0;
	   width: 98%;
	}
}

#modal-broadcasters .modal-header
{
	border-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
}

#modal-broadcasters .modal-header .close span
{
	font-size: 31px;
	font-weight: bold;
}


@media(min-width:1400px){

	#modal-broadcasters .modal-dialog {width: 1400px;}
}

@media(min-width:1200px){
	#modal-broadcasters .modal-dialog {width: 1200px;}
}

@media(max-width:991px){
	#modal-broadcasters .modal-dialog {width: 900px;}
}

@media(max-width:767px){
		#modal-broadcasters .modal-dialog {width: 750px;}
}

@media(max-width:670px){
	#modal-broadcasters .modal-dialog {
		width: 100%;
		margin: 0;
		border: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-broadcasters .modal-dialog .modal-content
	{
		border: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-broadcasters .product-modal-text
	{
		height: inherit !important;
		padding-top: 10px !important;
	}


}

@media(max-width:478px){

	#modal-broadcasters .modal-dialog {
		width: 100%;
		margin: 0;
		border: 0;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-broadcasters .modal-dialog .modal-content
	{
		border: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

	#modal-broadcasters .product-modal-text
	{
		height: inherit !important;
		padding-top: 10px !important;
	}

}


/**********************************************************/
/**********************************************************/
/* GALLERY */


.lightSlider-gallery .gallery-item img
{
	max-width: 100%;
	height: auto;
}

.row-gallery .lSAction > a .fa
{
	color: #e47e3d;
}

@media(min-width:1400px){

	.row-gallery .lSSlideOuter 
	{
	    position: relative;
	    overflow: visible;
	}

	.row-gallery .lSSlideWrapper {
	    position: static;
	}

	.row-gallery .lSAction > .lSPrev 
	{
	    margin-left: -50px
	}

	.row-gallery .lSAction > .lSNext
	{
		margin-right: -50px
	} 
}


/**********************************************************/
/**********************************************************/
/* REALTED NEWS */

	
#licencia .news-container .news-title
{
	text-align: inherit !important;
}

.box-lic-img  .img-circle,
#licencia .news-container .img-circle
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#licencia .news-container .news-text
{
	color: #4c4c4c !important;
	font-weight: bold;
}

#licencia .news-container .col-ver-todas-noticias
{
	margin-top: 25px;
}

#licencia .news-container .col-md-4
{
	margin-bottom: 20px;
}

/**********************************************************/
/**********************************************************/
/* Propiedades Relacionadas */

#licencia .pj-properties .news-title
{
	text-align: inherit !important;
}


/**********************************************************/
/**********************************************************/
/* NOTICIAS - HOME PAGE */

.view-noticia-grande .col-imagen,
.view-noticia-grande .col-title
{
	width: 87%;
	margin: auto;
}

.view-noticia-grande .col-imagen img
{
	width: 100%;
	height: auto;
}

.view-noticia-grande .col-imagen
{
	margin-top: 40px;
}

.view-noticia-grande .col-title
{
	margin-top: 10px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 40px;
}

.view-noticia-grande .col-title > a
{
	font-size: 18px;
}

.container-noticia_lista_home
{
	padding: 0 !important;
}

.row-noticia_lista_home
{
	width: 87%;
	margin: 0 auto !important;
}

/*****/

.view-noticia-lista-home .col-imagen,
.view-noticia-lista-home .col-title
{
	width: 100%;
	margin: auto;
}

.view-noticia-lista-home .col-title
{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 40px;
}

.view-noticia-lista-home .col-imagen  img
{
	max-width: 100%;
	height: auto;
}


/****/

.container-more
{
	margin-top: 20px;
	margin-bottom: 40px;
}


/**********************************************************/
/**********************************************************/
/* NOTICIAS - LISTADO */



.view-noticia-lista-interior .col-imagen,
.view-noticia-lista-interior .col-title
{
	/*max-width: 481px;*/
	margin: auto;
}

.view-noticia-lista-interior .col-title
{
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 40px;
	min-height: 90px;
}

.view-noticia-lista-interior .col-imagen  img
{
	width: 100%;
	height: auto;
}

.view-noticia-lista-interior > .view-content > .views-infinite-scroll-content-wrapper
{
	width: 87%;
	margin: 0 auto;
}


.view-noticia-lista-interior .pljr-cyan ul
{
	margin-top: 0px;
	margin-bottom: 40px;
}

.view-noticia-lista-interior .pljr-cyan
{
	/* border: 1px solid #ff0000; */
	margin-top: -40px;
}


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

/*
@media(min-width:1400px){}
@media(min-width:1200px){}
@media(max-width:991px){}
@media(max-width:767px){}
@media(max-width:670px){}
@media(max-width:478px){}
*/

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

/* 2020/11/02 */

.container-tabs-portfolio
{
	margin-top: 50px;
	padding-top: 50px;
	background-color: #f6f6f6;
}

#tabs-portfolio ul.nav
{
	display: inline-block;
}

#tabs-portfolio ul.nav li a
{
	font-size: 21px;
	font-weight: bold;
	color: #e47e3d;
}

#tabs-portfolio ul.nav li.active a
{
	color: #fff;
	background-color: #e47e3d;
}

#licencia .lic-images 
{
    background-color: #fff!important;
}

#licencia .news-container
{
	background-color: #f6f6f6!important;
}

.cta-zone
{
	margin-bottom: 50px;
}

.cta-zone .product-cta-title
{
	font-weight: bold;
}

.cta-zone .product-cta-button a
{
	display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e47e3d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

/* 2020/11/30 */
@media(min-width:1200px){

	.view-noticia-lista-home .col-md-6
	{
		min-height: 390px;
	}
}

