/*********************
* Marquesina Top
**********************/
.marquesina-top{margin-top:8px; margin-bottom:8px; position:relative;}
.marquesina-top > .arrow {
    background: url("../images/sprites.png") no-repeat scroll 0 -24px rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    left: 15px;
    position: absolute;
    top: 1px;
    width: 20px;
    z-index: 10;
}
.marquee {
  overflow: hidden;
  border:1px solid #e8e8e8;
   padding: 0.2em 0 0.3em;
  color:#000;
  height:26px;
}

.crawl-ec2015 > .arrow{
	 background: url("../images/crawl-ec2015.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	 width:76px;
}

/*********************
* Tipografia
**********************/
@font-face {
    font-family: 'Geogrotesque Regular';
    src: url('../fonts/geogtq-rg-webfont.eot');
    src: url('../fonts/geogtq-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-rg-webfont.woff') format('woff'),
         url('../fonts/geogtq-rg-webfont.ttf') format('truetype'),
         url('../fonts/geogtq-rg-webfont.svg#geogrotesque_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geogrotesque Medium';
    src: url('../fonts/geogtq-md-webfont.eot');
    src: url('../fonts/geogtq-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-md-webfont.woff') format('woff'),
         url('../fonts/geogtq-md-webfont.ttf') format('truetype'),
         url('../fonts/geogtq-md-webfont.svg#geogrotesque_mdmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geogrotesque Semibold';
    src: url('../fonts/geogtq-sb-webfont.eot');
    src: url('../fonts/geogtq-sb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-sb-webfont.woff') format('woff'),
         url('../fonts/geogtq-sb-webfont.ttf') format('truetype'),
         url('../fonts/geogtq-sb-webfont.svg#geogrotesque_smbdsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************
* Bootstrap Reset
**********************/
.dropdown-menu, input, select, button, .navbar, .thumbnail, .btn, .panel-heading, .panel-footer, .panel, .nav-tabs > li > a {-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;}
.form-control{box-shadow:none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: #222;}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover { outline:none;}
.navbar-default .navbar-toggle .icon-bar{color:#fff; background-color: #fff;}
.media-left{padding-right:20px;}
.btn-primary{color:#fff !important;}
.embed-responsive{margin-top:5px; margin-bottom:5px;}
.img-responsive{max-width:100%; height:auto !important;}

/*********************
* General
**********************/
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.navnoticies:link, .navnoticies:visited {
	position: fixed;
	height:70px;
	width: 40px;
	display: block;
	color: #1878b7;
	background: #fff;
	font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif;
	box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.6);
	overflow:hidden;
}
.navnoticies:hover,
.navnoticies:active,
.navnoticies:focus {
	width: 380px;
	color: #1878b7;
}
.navnoticies__next {
	left: 0;
	top: 45%;
}
.navnoticies__prev {
	right: 0;
	top: 45%;
}
.navnoticies__fletxa {
	height: 70px;
	width: 40px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 32px;
	display:block;
	padding:10px 0 0 10px;
}
.navnoticies__img{
	display:inline-block;
}
.navnoticies__text {
	display: block;
	width: 200px;
	padding:6px;
	font-size: 17px;
	line-height: 1.2em;
}
.text-white{
	color:#fff !important;
}
.fancybox-lock body {
    overflow: visible !important;
}
.fancybox-overlay{
	display:none !important;
}	
.fancybox-wrap {
	  position: fixed !important;
	  bottom: 0 !important;
	  left:0 !important; 
	  top:auto !important;
	  width:100% !important;
	  text-align: center !important;
}
.fancybox-inner{
    margin:auto !important;
    max-width:100%;
}
.fancybox-close{
	right:0 !important;
}
.fancybox-image{
    margin:auto !important;
	max-width:100%;
	height:auto !important;
}
.vjs-poster{
	 visibility: visible;
}

.video-js.vjs-has-started .vjs-poster {
	display: block !important;
	opacity: 0 !important;
	visibility: hidden;
	transition: all 0.8s ease !important;
}

.cookies-btn{
		position:fixed;
		bottom:0;
		left:0;
		font-size: 0.8em;
}
html {
	font-size: 100%;
	-ms-overflow-style: scrollbar
}

body{
	font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size: 0.95em;
    color: #1a1a1a;
}

strong{
	font-weight:400;
}
h1, h2, h3, h4, h5 {font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif; color:#000;}

h1.generalh1{
	font-size: 30px;
	color: #1878b7;
	margin-top: 0;
    }


a:link, a:visited{color:#1878b7;
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
a:active, a:hover{color: #11537f;
-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
	-webkit-transition: all 0.7s ease;
   	-moz-transition: all 0.7s ease;
     	  -o-transition: all 0.7s ease;
        	  transition: all 0.7s ease;
} 
input, select, textarea{font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;}

audio::-webkit-media-controls-enclosure {
	border-radius:0;
}


.nominheight{min-height: inherit !important; }
.nopadding{padding:0; }
.nopaddingright{padding-right:0; }
.nopaddingleft{padding-left:0; }
.nomargin{margin:0;}
.iconpetit{font-size:9px; color:#66a5cf;}

.ancho100x100{width:100%;}

.margin-left10{margin-left:10px;}
.margin-left15{margin-left:15px !important;}
.margin-top10{margin-top:10px !important;}
.margin-top20{margin-top:20px !important;}
.margin-top40{margin-top:40px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}

.link-blanc{color:#fff !important;}
.llegirmes{font-size:0.8em; white-space: nowrap;}

img.desaturate{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

time{font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif; color:#999; font-size:0.9em; }
.data{font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif; color:#999;}
.breadcrumb{color:#666; font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;}
.pagenoticies .breadcrumb{height:28px;}

.carousel{font-size:1em !important;}

.sobrertva img{
	max-width:100%;
	height:auto !important;
}
/*********************
* Header
**********************/
header{
	display:block;
	width:100%;
	margin-bottom:30px;
	font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
}

header .navbar-collapse{padding-left:0; padding-right:0;}
.headerlogo{padding:20px 0 10px 0;}
.logo-top{display:block;}
.logo-top:hover{text-decoration:none;}
.logo-top img{z-index:1000; position:relative;}
.logo-txt {
    color: #07aec9 !important;
    display: block;
    font-size:0.95em !important;
    letter-spacing: 0.3px;
    margin-top: -8px;
    padding-left: 64px;
    font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
}
.tots-els-directes img{max-width:95px;}
.tots-els-directes p{margin:0 0 5px 0;}

.cercadortop{padding-top:6px; width: 200px;}
.cercadortop .form-control{border:1px solid #fff; font-size:1.1em; height:38px;}
.cercadortop .btn{height:38px;}

.directeshead{padding-top:14px; padding-bottom:8px; height: 75px; float:right; background: url("../images/endirecte.png") no-repeat; padding-left:20px;}
.directeshead li{border-right:1px solid #333; }
.directeshead li:last-child{border-right:0;}
.directeshead a:link, .directeshead a:visited{padding:2px 30px 2px 10px; font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif; font-size:1.3em; color:#333; display:block;}
.directeshead a:hover, .directeshead a:active{padding:2px 28px 2px 12px; background-color:#f5f5f5; color:#1878b7; text-decoration:none;}
.directeshead a span{font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif; display:block; font-size:0.8em; line-height:1em; max-width:135px; overflow:hidden; white-space: nowrap;  text-overflow: ellipsis; min-height: 15px;}
.directeshead li:first-child a.canalwebhead:link, .directeshead li:first-child a.canalwebhead:visited{padding-left:60px; background-image: url("../images/canalwebhead1.png"); background-repeat: no-repeat;}

.home-endirecte3 {background-color: #f3f5f4; border:2px solid #e3ecec; padding:10px 60px; font-weight:500; margin-bottom:10px; font-size:1.3em;}
.home-endirecte3 a:link, .home-endirecte3 a:visited{color:#222;}
.home-endirecte3 a:hover, .home-endirecte3 a:active{color: #1977b7;}
.home-endirecte3__img {margin-right:15px; animation: blink 2s; animation-iteration-count: infinite; mix-blend-mode: multiply;}


@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*********************
* Header canvia amb scroll
**********************/
body.headerpetit{
	padding-top:90px;
}
.headerpetit #idnavoncroll{
	z-index:999; 
	position:fixed; top:0; left:0;
	background-color: #fff;
	border-bottom:1px solid #fff;
	-webkit-transition: all 0.4s ease; 
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.3);
}
.headerpetit .headerlogo{display:none; height:1px;}

/*********************
* Menu principal
**********************/
.menu-principal{background-color: #373737; border-bottom:3px solid #19b5cf; height:55px;}
.menuprincipal-navbar{border:0; margin-bottom:0; z-index:999;  font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;}
.menuprincipal-navbar .navbar-toggle {background-color: #337ab7; color:#fff; border:1px solid #2e6da4; margin-right:0;  -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important;}
.menuprincipal-navbar .navbar-toggle .icon-bar { background-color: #fff;}
.menuprincipal-navbar .navbar-toggle .txt { float:left; margin-right:5px;}
.menuprincipal-navbar .menu-toggle-icon{display:inline-block; padding-top:2px;}
.menuprincipal-navbar .dropdown-menu > li > a {border-bottom:1px solid #f5f5f5; padding:10px; background-color: #51565e;} 
.menuprincipal{font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif; text-transform: uppercase;}
.menuprincipal > li{border-right: 1px solid #4a4545;}
.menuprincipal > li.menusinborde{border-right: 0;}
.menuprincipal > li > a:link, .menuprincipal > li > a:visited{color:#fff; padding:15px 10px;}
.menuprincipal > li > a:hover, .menuprincipal > li > a:active{color:#fff; background-color: #888;}
.pagehome .menuprincipal > li > a.menu-inici,  .menuprincipal > li > a.menu-inici:hover, .menuprincipal > li > a.menu-inici:focus{-webkit-box-shadow: 0px 3px 0px 0px #19b5cf; -moz-box-shadow: 0px 3px 0px 0px #19b5cf; box-shadow: 0px 3px 0px 0px #19b5cf;}
.pagenoticies .menuprincipal > li > a.menu-noticies,  .menuprincipal > li > a.menu-noticies:hover,  .menuprincipal > li > a.menu-noticies:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #50abe2; -moz-box-shadow: 0px 3px 0px 0px #50abe2; box-shadow: 0px 3px 0px 0px #50abe2;}
.pagesports .menuprincipal > li > a.menu-esports,  .menuprincipal > li > a.menu-esports:hover, .menuprincipal > li > a.menu-esports:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #ffb340; -moz-box-shadow: 0px 3px 0px 0px #ffb340; box-shadow: 0px 3px 0px 0px #ffb340;}
.pageprogrames .menuprincipal > li > a.menu-programes,  .menuprincipal > li > a.menu-programes:hover,   .menuprincipal > li > a.menu-programes:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #cf69b5; -moz-box-shadow: 0px 3px 0px 0px #cf69b5; box-shadow: 0px 3px 0px 0px #cf69b5;}
.pageprogramacio .menuprincipal > li > a.menu-programacio,  .menuprincipal > li > a.menu-programacio:hover,   .menuprincipal > li > a.menu-programacio:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #b02e6c; -moz-box-shadow: 0px 3px 0px 0px #b02e6c; box-shadow: 0px 3px 0px 0px #b02e6c;}
.pagepiolet .menuprincipal > li > a.menu-piolet,  .menuprincipal > li > a.menu-piolet:hover,  .menuprincipal > li > a.menu-piolet:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #914cee; -moz-box-shadow: 0px 3px 0px 0px #914cee; box-shadow: 0px 3px 0px 0px #914cee;}
.pageblog .menuprincipal > li > a.menu-blog,  .menuprincipal > li > a.menu-blog:hover,   .menuprincipal > li > a.menu-blog:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #777; -moz-box-shadow: 0px 3px 0px 0px #777; box-shadow: 0px 3px 0px 0px #777;}
.pagegaleria .menuprincipal > li > a.menu-fotografies,  .menuprincipal > li > a.menu-fotografies:hover,   .menuprincipal > li > a.menu-fotografies:focus{background-color:#666;-webkit-box-shadow: 0px 3px 0px 0px #777; -moz-box-shadow: 0px 3px 0px 0px #777; box-shadow: 0px 3px 0px 0px #777;}
.pagecercar .menuprincipal > li > a.menu-cercar,  .menuprincipal > li > a.menu-cercar:hover,   .menuprincipal > li > a.menu-cercar:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #337ab7; -moz-box-shadow: 0px 3px 0px 0px #337ab7; box-shadow: 0px 3px 0px 0px #337ab7;}
.el-temps  .menuprincipal > li a.menu-programes{background-color: transparent !important;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}

.el-temps .menuprincipal > li a.menu-eltemps,  .menuprincipal > li a.menu-eltemps:hover, .menuprincipal > li a.menu-eltemps:focus{background-color:#888;-webkit-box-shadow: 0px 3px 0px 0px #59c75c; -moz-box-shadow: 0px 3px 0px 0px #59c75c; box-shadow: 0px 3px 0px 0px #59c75c;}

.eleccions-generals-2023 .menuprincipal > li a.menu-programes{background-color: transparent !important;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.eleccions-generals-2023 .menuprincipal > li a.menu-eleccions-comunals-2023,  .menuprincipal > li a.menu-eleccions-comunals-2023:hover, .menuprincipal > li a.menu-eleccions-comunals-2023:focus{background-color:#0f6b8b;}
.menuprincipal > li a.menu-eleccions-comunals-2023,  .menuprincipal > li a.menu-eleccions-comunals-2023:hover, .menuprincipal > li a.menu-eleccions-comunals-2023:focus{background-color:#0f6b8b;}

.beijing2022 .menuprincipal > li a.menu-programes{background-color: transparent !important;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.beijing2022 .menuprincipal > li a.menu-beijing-2022,  .menuprincipal > li a.menu-beijing-2022:hover, .menuprincipal > li a.menu-beijing-2022:focus{background-color:#777;}



.especial-cimera-iberoamericana-2020 .menuprincipal > li a.menu-programes{background-color: transparent !important;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.especial-cimera-iberoamericana-2020 .menuprincipal > li a.menu-cimera,  .menuprincipal > li a.menu-cimera:hover, .menuprincipal > li a.menu-cimera:focus{background-color:#777;}


.menuprincipal .dropdown-menu{background-color: rgba(33,33,33,0.98); padding: 10px; margin-top:2px !important; width:765px; left:67px !important;
-webkit-box-shadow: 0px 2px 25px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 25px -8px rgba(0,0,0,0.75);
box-shadow: 0px 2px 25px -8px rgba(0,0,0,0.75);
}
.menuprincipal .dropdown-menu.dropdownesports .titol{color:#ffbe5a; border-bottom:1px solid #5e503b;}
.menuprincipal .dropdown-menu.dropdownprogrames .titol{color:#cf69b5; border-bottom:1px solid #743e66;}
.menuprincipal .dropdown-menu.dropdownprogramacio .titol{color:#cf69b5; border-bottom:1px solid #743e66;}
.menuprincipal .dropdown-menu a.tots{color:#fff !important;}
.menuprincipal .dropdown-menu strong{text-transform:uppercase; color:#fff; font-size:1.1em;}
.menuprincipal .dropdown-menu .titol{padding:0 0 6px 0; margin:14px 0; color:#50abe2; border-bottom:1px solid #3b4e59; display:block;}
.menuprincipal .dropdown-menu a:link, .menuprincipal .dropdown-menu a:visited{color:#ccc; text-transform:none; font-size:1.1em; padding:4px 2px; display:inline-block;}
.menuprincipal .dropdown-menu .senselinkcapcalera{padding-top:33px;}
.menuprincipal .dropdown-menu .glyphicon{font-size:0.4em;}

/* Boto menu mobile canvia per una X */
.navbar-toggle .icon-bar {transition: all 0.2s;}
.navbar-toggle .top-bar {transform: rotate(45deg); transform-origin: 10% 10%;}
.navbar-toggle .middle-bar {opacity: 0;}
.navbar-toggle .bottom-bar {transform: rotate(-45deg); transform-origin: 10% 90%;}
.navbar-toggle.collapsed .top-bar {transform: rotate(0);}
.navbar-toggle.collapsed .middle-bar {opacity: 1;}
.navbar-toggle.collapsed .bottom-bar {transform: rotate(0);}

.menuprincipal-dreta{margin-left:15px;}
.menuprincipal-dreta > li > a:link, .menuprincipal-dreta > li > a:visited{color:#00c0d9; padding:16px 15px !important; background-color:#4c4c4c; text-shadow: 0px 0px 1px #00c0d9;}
.menuprincipal-dreta > li > a:hover, .menuprincipal-dreta > li > a:active{color:#fff; background-color: #19b5cf;}

/*********************
* Menus Seccions
**********************/
.menuseccions{
	font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	min-height:27px;
	border:0;
	margin-bottom:6px;
   background: #50abe2;
}
.menuseccions .navbar-collapse{padding:0;}
.menuseccions .navbar-toggle {margin-top:3px; margin-bottom:3px;}
.menuseccions .container-fluid{padding:0;}
.menuseccions li a:link, .menuseccions li a:visited{color:#fff;padding-bottom: 10px; padding-top: 10px;}
.menuseccions li a:active, .menuseccions li a:hover{color:#fff !important; text-decoration:underline; background-color: #2e6da4 !important;}
.menuseccions li a.active{color:#fff !important; text-decoration:none; background-color: #2e6da4 !important;}

.btn-menuseccions{background: none transparent; float:right; line-height:1.9em;}

.menuesports{background: #ffb340;}
.menuesports li a:active, .menuesports li a:hover{background-color: #ce953e !important;}
.menuesports li a.active{text-decoration:none; background-color: #ce953e !important;}
.menuprogrames{ background: #cf69b5;}
.menuprogrames li a:active, .menuprogrames li a:hover{background-color: #98267B !important;}
.menuprogrames li a.active{text-decoration:none; background-color: #98267B !important;}
.menuprograma{background: #2487e2; text-transform: none;}
.menuprograma li a:active, .menuprograma li a:hover, .menuprograma li a:focus{background-color: #1e75c4 !important; color:#fff !important;}
.menuprograma .dropdown-menu{background: #2487e2;}
.menuprograma .dropdown-menu  li{border-right:0; border-bottom:1px solid #5ab3ff; }
.menuprograma .dropdown-menu  li a{color:#fff !important;}
.menuprogramacio{background: #b02e6c;}
.menuprogramacio li a:active, .menuprogramacio li a:hover{background-color: #ae1c5a !important;}
.menuprogramacio li a.active{text-decoration:none; background-color: #ae1c5a !important;}

.pagerna .menuprogramacio  li a.menu-rna, .pagerna .menuprogramacio  li a.menu-rna:hover, .pagerna .menuprogramacio  li a.menu-rna:focus{background-color:#ae1c5a;}
.pageatv .menuprogramacio  li a.menu-atv, .pageatv .menuprogramacio  li a.menu-atv:hover, .pageatv .menuprogramacio  li a.menu-atv:focus{background-color:#ae1c5a;}
.pagecanalweb .menuprogramacio  li a.menu-canalweb, .pagecanalweb .menuprogramacio  li a.menu-canalweb:hover, .pagecanalweb .menuprogramacio  li a.menu-canalweb:focus{background-color:#ae1c5a;}


/*********************
* Contingut
**********************/
.contingut-central{margin-top:0;}
.banner-destacat-petit1-actiu .contingut-central{margin-top:-41px;}
.contingut-central .contingutnoticia{width:700px; float:left; margin-left:70px;}
.contingut-central .contingutnoticia1{width:800px; margin-left:70px;}
.contingut-central .lateralnoticia {float:left; text-align:left; padding-top:25px; font-size:0.8em; position:relative; margin-left:30px;}
.contingut-central .lateralnoticia p {margin-bottom: 0;}

/*********************
* Banners
**********************/
.banner{text-align:center;}
.banner img{margin:auto; max-width:100%;}
.banner-top01{background-color:#eceff0;}
.banner-top01 img{max-height:95px; margin:15px auto; max-width:100%;}
.banner-side01, .banner-side02, .banner-side03{margin-top:40px; margin-bottom:20px; }
.pagehome .banner-side03{margin-top:60px;}
.banner-content01{margin-top:0; margin-bottom:30px; }
.banner-content01 img{max-height:95px;}
.banner-content02, .banner-content03, .banner-content04, .banner-content05{margin-top:10px; margin-bottom:10px;}
.banner-content02 img, .banner-content03 img, .banner-content04 img, .banner-content05 img{max-height:95px;}
.banner-detall{margin-top:30px; margin-bottom:10px;}

.banner-programes01, .banner-programes02{margin-top:10px; margin-bottom:0;}

.banner-destacat-petit1 {display:block; margin-bottom:6px;  float:right; position:relative; z-index:1; }
.banner-destacat-petit1 img{width:297px; max-width:100%; max-height:35px;}
.banner-destacat-petit1 a{height:auto !important;}

.banner-destacat-petit{position: absolute; top: 77px; right: 22px; z-index: 10; margin: 0; padding: 0; background-color: #fff;}
.banner-destacat-petit img{width:115px; height:35px; margin:0 !important; padding:0;}
.banner-destacat-petit a{height:auto !important; margin:0; padding:0;}
.banner-destacat-petit-amaga .banner-destacat-petit{display:none;}
.eleccions-generals-2023 .banner-destacat-petit1{display:none;}
.tokyo2020 .banner-destacat-petit1, .jocs-toquio-2020 .banner-destacat-petit1, .tokyo2020 .breadcrumb, .jocs-toquio-2020 .paris2024 .breadcrumb {
    display: none;
}
.paris2024 .banner-destacat-petit1, .paris2024 .banner-destacat-petit1, .paris2024 .breadcrumb, .paris2024 .breadcrumb {
    display: none;
}
/*********************
* Marquesina Top
**********************/
.marquesina-top{margin-top:8px; margin-bottom:8px; position:relative;}
.marquesina-top > .arrow {
    background: url("../images/sprites.png") no-repeat scroll 0 -24px rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    left: 15px;
    position: absolute;
    top: 1px;
    width: 20px;
    z-index: 10;
}
.marquee {
  overflow: hidden;
  border:1px solid #e8e8e8;
   padding: 0.2em 0 0.3em;
  color:#000;
  height:26px;
}

.crawl-ec2015 > .arrow{
	 background: url("../images/crawl-ec2015.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	 width:76px;
}

/*********************
* Canal Web Home
**********************/
.altrafinestra{
	font-size: 0.85em;
	padding-top: 10px;
	position:relative;
}
.canalweb-home, .canalweb-home-programes, .canalrtva-home{
	background-color:#eceff0;
	margin-top:-30px;
	padding:30px;
	margin-bottom:30px;
	display:none;
}
.canalweb-canalweb{
	margin-top:-30px;
	padding:30px;
	margin-bottom:30px;
}

.canalweb-promos{
	margin-top:-30px;
	padding:30px;
	margin-bottom:30px;
}

.canalweb-programes{display:block; background-color: #fff; padding:20px 30px 0 0;}
.canalweb-home-programes.canalweb-programes .canal-web-programacio, .canalweb-home-programes.canalweb-programes .videostreaming{height:388px;}
.canalrtva-home-programes.canalweb-programes .canal-web-programacio, .canalrtva-home-programes.canalweb-programes .videostreaming{height:388px;}

.canalweb-home .containercanalweb, .canalrtva-home .containerrtva, .canalweb-canalweb .containercanalwebcanalweb{
	width:747px;
	margin:auto;
}
.canalweb-home h2, .canalrtva-home h2, .canalweb-promos h2{
	margin-top:0;
}

.canalweb-home .canal-web-programacio, .canalweb-home-programes .canal-web-programacio{
	background-color:#333d49;
	float:left;
	height:315px;
	color:#fff;
	padding:20px;
	overflow:auto;
}

.canalweb-canalweb .canal-web-programacio{
	background-color:#333d49;
	float:left;
	height:328px;
	color:#fff;
	padding:20px;
	overflow:auto;
}

.canalrtva-home .canal-web-programacio{
	float:left;
	height:315px;
	color:#fff;
	padding:20px;
	overflow:auto;
}

.canalweb-promos .canal-web-programacio{
	display:none;
}


.canalweb-home .canal-web-programacio li, .canalweb-home-programes .canal-web-programacio li, .canalweb-canalweb .canal-web-programacio li, .canalrtva-home .canal-web-programacio li {
    margin: 0 0 1em;
}

.canalweb-home .canal-web-programacio time, .canalweb-home-programes .canal-web-programacio time, .canalweb-canalweb .canal-web-programacio time, .canalrtva-home .canal-web-programacio time{
	 display: block;
    font-size: 0.85em;
    font-weight: 500;
    margin: 0 0 0.2em;
}
.canalweb-home .canal-web-programacio h4, .canalweb-home-programes .canal-web-programacio h4, .canalweb-canalweb .canal-web-programacio h4, .canalrtva-home .canal-web-programacio h4{
	color: inherit;
    font-family: inherit;
    font-size: 0.85em;
    font-weight: normal;
    margin: 0;
}


.canalweb-home .videostreaming, .canalweb-home-programes .videostreaming{
	height:315px;
}
.canalrtva-home .videostreaming{

}
.canalweb-canalweb .videostreaming{
	height: 328px;
	background-color:#222;

}
.canalweb-promos .videostreaming{
	height:330px;
	background-color:#222;
}

.canalweb-promos .video-js{
	background-color:#fff !important;
}

#video.video-js .vjs-progress-control,  .videostreaming .video-js .vjs-progress-control{min-width: 70%;}
.embed-responsive > video#video {visibility:hidden;}
 
.video-js2 button{border:0; background:transparent;}

.streamingplayer-am {
	position: relative;
}

.streamingplayer-am:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 40px;
	background-image: url('/Images/bg-am-directe.jpg');
	background-size: cover;
	width: 100%;
	height: calc(100% - 40px);
	z-index: 10;
	pointer-events: none;
	opacity: 0.5;
}

.streamingplayer-rna {
	position: relative;
}

.streamingplayer-rna:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 40px;
	background-image: url('/Images/bg-rna-directe.jpg');
	background-size: cover;
	width: 100%;
	height: calc(100% - 40px);
	z-index: 10;
	pointer-events: none;
	opacity: 0.5;
}

/*********************
* Ultims Home
**********************/
.ultims-home {margin-bottom:30px; font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif; font-size:1.1em;}
.ultims-home li{padding-left:80px; display:block; min-height:70px;}
.ultims-home li a{display:block; clear:both;}
.ultims-home li.ultiminformatiu{	background: url("../images/ultims-home-informatiu.png") no-repeat;}
.ultims-home li.ultimactualitat{	background: url("../images/ultims-home-andorra-actualitat.png") no-repeat;}

.ultims-home time{font-size:0.8em;}
.pagesports .ultims-home{padding-top:30px; border-top:1px solid #f1f1f1;}

/*********************
* Not�cies Home
**********************/
.noticies-home-detacades{margin-bottom:30px;}
.noticies-home-detacades article{position:relative;}
.noticies-home-detacades h2{
font-size:1.9em;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
position:absolute;
bottom:0;
left:0;
right:0;
padding:60px 30px 30px 30px;
margin:0 !important;
color:#fff;
background: -webkit-linear-gradient(bottom,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 100%);
background: linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,0) 100%);
}
.noticies-home-detacades .noticia-gran{border-right:1px solid #fff;}
.noticies-home-detacades .noticia-gran figure{height:341px; overflow:hidden; background-color:#000;}
.noticies-home-detacades .noticia-gran figure img{width:100%;}
.noticies-home-detacades .noticia-petita article:last-child{border-top:1px solid #fff;}
.noticies-home-detacades .noticia-petita h2{font-size:1.3em; padding:60px 20px 10px 20px;}
.noticies-home-detacades .noticia-petita figure{height:170px; overflow:hidden; background-color:#000;}
.noticies-home-detacades .noticia-petita figure{width:100%;}

.noticies-home-detacades a:hover h2, .noticies-home-detacades a:active h2{text-decoration:underline;}
.noticies-home-detacades a:hover img, .noticies-home-detacades a:active img{text-decoration:underline;
opacity: 0.7;
filter: alpha(opacity=0.7);
	-webkit-transition: all 0.7s ease;
   	-moz-transition: all 0.7s ease;
     	  -o-transition: all 0.7s ease;
        	  transition: all 0.7s ease;}

.pagenoticies .noticies-home .noticies-home-detacades article,
.pagesports .noticies-home .noticies-home-detacades article{margin-bottom:10px;} 
.pagenoticies .noticies-home-detacades, .pagesports .noticies-home-detacades{margin-bottom:10px;}

.noticies-home .noticies-home-detacades h2{font-size:2em;}
.noticies-home h2{font-size:1.3em; line-height: 1.2em; margin:5px 0 10px 0;}
.noticies-home h2 a:link, .noticies-home h2 a:visited{color:#222;}
.noticies-home h2 a:hover, .noticies-home h2 a:active{color:#1977b7;}
.noticies-home article{margin-bottom:30px;}
.noticies-home .notnormals article figure{max-height:110px; overflow:hidden;}

h1.h1seccio{float:left; color:#fff; text-transform:uppercase; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif; font-size:1.2em; margin:0;  padding: 10px 0 0 10px;}
h1.h1apartat{margin:0; padding:0 0 10px 0; font-size:1.6em; text-transform:uppercase;}
/*********************
* Esports Home
**********************/
.esports-home h3{
  	color: #333;
 	font-size: 1.8em;
	padding: 0 4px;
	margin: 0 0 25px 0;
	border-left: 7px solid #f29502;
}
.esports-home h3 a:link, .esports-home h3 a:visited{color: #333; padding:0 5px;}
.esports-home h3 a:hover, .esports-home h3 a:active{color:#f29502; padding:0 8px;}
.esports-home h2{font-size:1.3em; line-height: 1.2em; margin:5px 0 10px 0;}
.esports-home h2 a:link, .esports-home h2 a:visited{color:#222;}
.esports-home h2 a:hover, .esports-home h2 a:active{color:#1977b7;}
.esports-home .row{margin-bottom:20px;}
.esports-home .link-esports{color:#f39808}
.esports-home figure{max-height:156px; overflow:hidden;}

/*********************
* Seccions Home
**********************/
.seccions-home{
	background-color:#ebeeee;
	padding:50px 0 20px 0;
	margin:40px 0 0 0;
}

.seccions-home h2{font-size:1.05em; line-height: 1.2em; margin:0; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;}
.seccions-home h2 a:link, .seccions-home h2 a:visited{color:#222;}
.seccions-home h2 a:hover, .seccions-home h2 a:active{color:#1977b7;}
.seccions-home article{margin-bottom:40px;}
.seccions-home figure{padding-right:0; overflow:hidden; max-height:49px;}

.societat-home h3{
  	color: #333;
 	font-size: 1.8em;
	padding: 0 4px;
	margin: 0 0 35px 0;
	border-left: 7px solid #82b441;
}
.societat-home h3 a:link, .societat-home h3 a:visited{color: #333; padding:0 5px;}
.societat-home h3 a:hover, .societat-home h3 a:active{color:#82b441; padding:0 8px;}

.politica-home h3{
  	color: #333;
 	font-size: 1.8em;
	padding: 0 4px;
	margin: 0 0 35px 0;
	border-left: 7px solid #0099ff;
}
.politica-home h3 a:link, .politica-home h3 a:visited{color: #333; padding:0 5px;}
.politica-home h3 a:hover, .politica-home h3 a:active{color:#0099ff; padding:0 8px;}


.cultura-home h3{
  	color: #333;
 	font-size: 1.8em;
	padding: 0 4px;
	margin: 0 0 35px 0;
	border-left: 7px solid #ff3e9e;
}
.cultura-home h3 a:link, .cultura-home h3 a:visited{color: #333; padding:0 5px;}
.cultura-home h3 a:hover, .cultura-home h3 a:active{color:#ff3e9e; padding:0 8px;}



/*********************
* Webcams Home
**********************/
.webcams-home h4{
  	color: #333;
 	font-size: 1.8em;
	padding: 0 9px;
	margin: 60px 0 40px 0;
	border-left: 7px solid #2982dc;
}
.webcams-home img{height:104px; display:block; clear:both; width: auto !important; margin:auto;}
.webcams-home div{text-align:center;}
.webcams-home a{color:#51565e; font-size:0.8em; display:block; text-align:center;}
.webcams-home .owl-item.loading {min-height: initial;}

/*********************
* Destacat Lateral
**********************/
.destacat-lateral{
	margin:0 auto 30px auto;
	background-color:#f3f5f5;
	padding:20px 10px;
}
.destacat-lateral article{padding:4px 0;  margin:0; border-bottom: 1px solid #e2e3e6;}
.destacat-lateral article:last-of-type{border-bottom:0;}
.destacat-lateral article figure{padding-right:0; padding-left: 0; max-height:43px; overflow:hidden;}
.destacat-lateral article figure img{height: 45px; object-fit: cover; width: 100%;}
.destacat-lateral h2{font-size:0.95em; line-height: 1em; margin:0; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;}
.destacat-lateral h2 a:link, .destacat-lateral h2 a:visited{color:#666;}
.destacat-lateral h2 a:hover, .destacat-lateral h2 a:active{color:#1977b7;}
.destacat-lateral p{font-size:0.8em;}

.destacat-lateral h3{
  	color: #333;
 	font-size: 1.8em;
	padding: 0 9px;
	margin: 0 0 15px 0;
	border-left: 7px solid #fe8307;
}
.destacat-lateral p{
	font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
	color:#2982dc;
	margin:0;
}
.destacat-lateral p::first-letter{
	font-weight:600;
}

/*********************
* Meteo Lateral
**********************/
.eltemps-lateral{
	margin:20px auto 30px auto;
	border:1px solid #eceff0;
	padding:20px;
}
.eltemps-lateral h3 {
	color: #333;
 	font-size: 1.8em;
	padding: 0 9px;
	margin: 0 0 30px 0;
	border-left: 7px solid #59c75c;
}
    
.temperature {font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif; margin-bottom:0;}
.temperature > li {position: relative; width: 48%;}
.temperature > li h4 {
	font-size: 1em;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-transform:uppercase;
	color: #666;
}
.temperature > li p.values { font-size: 1em; margin: 0;}
/*.temperature > li .icon {
	display: inline-block;
	width: 51px;
	height: 38px;
	text-indent: -500em;
	outline: none;
	background-image: url("../images/sprites.png");
	background-repeat: no-repeat;
	float:left;
}
.temperature > li .icon-0 {background: none;}
.temperature > li .icon-1 {background-position: -4px -244px;}
.temperature > li .icon-2 {background-position: -55px -244px;}
.temperature > li .icon-3 {background-position: -106px -244px;}
.temperature > li .icon-4 {background-position: -106px -282px;}
.temperature > li .icon-5 {background-position: -167px -244px;}
.temperature > li .icon-6 {background-position: -167px -282px;}
.temperature > li .icon-7 {background-position: -55px -282px;}
.temperature > li .icon-8 {background-position: -4px -320px;}
.temperature > li .icon-9 {background-position: -55px -320px;}
.temperature > li .icon-10 {background-position: -106px -320px;}
.temperature > li .icon-11 {background-position: -214px -295px;}
.temperature > li .icon-12 {background-position: -214px -252px;}*/
.temperature > li .min {color: #0087d9;}
.temperature > li .max {color: #ff1d1d;}

a.last-forecast {
	padding-left: 16px;
	font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;
	/*background: url("../images/arrow-right.png") no-repeat;*/
	line-height:1em;
	float:right;
	font-size:0.5em;
	margin-top:10px;
}

/*********************
* �ltimes emissions Lateral
**********************/

.ultimes-emissions-lateral{
	margin:-10px auto 30px auto;
	background-color:#f3f5f5;
	padding:20px 10px 40px 10px;
	position:relative;
}
.ultimes-emissions-lateral h3 {
	color: #333;
 	font-size: 1.8em;
	padding: 0 9px;
	margin: 0 0 10px 0;
	border-left: 7px solid #cf69b5;
}
.ultimes-emissions-lateral article{padding:22px 0;  margin:0; border-bottom: 1px solid #e2e3e6;}
.ultimes-emissions-lateral article figure{padding-right:0; padding-left: 0; max-height: 61px; overflow:hidden;}
.ultimes-emissions-lateral h2{font-size:1em; line-height: 1.2em; margin:0; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;}
.ultimes-emissions-lateral h2 a:link, .ultimes-emissions-lateral h2 a:visited{color:#222;}
.ultimes-emissions-lateral h2 a:hover, .ultimes-emissions-lateral h2 a:active{color:#1977b7;}

.ultimes-emissions-lateral .linkprogrames{padding:1px 6px 2px 0; position:absolute; bottom:0; right:0; background-color:#cf69b5; color:#fff; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;}

.ultimes-emissions-lateral .linkprogrames:before{
	content: "";
	width: 25px;
	height: 0;
	position: absolute;
	bottom: 0;
	left: -25px;
	border-bottom: 25px solid #cf69b5;
	border-left: 10px solid #f3f5f5;
}

.ultimes-emissions-lateral .linkprogrames:hover, .ultimes-emissions-lateral .linkprogrames:active{padding:2px 4px 2px 2px;}

/*********************
* + Vist Tabs Lateral
**********************/

.mes-lateral-noticies h2{display:inline; font-size: 0.95em;}
.mes-lateral{margin-top:30px;}
.mes-lateral .tab-content a{color: #3f4854; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;  }
.mes-lateral ul.nav-tabs {border-bottom:1px solid #e6ebef; margin-bottom:10px;}
.mes-lateral ul.nav-tabs li{margin-bottom:0;}
.mes-lateral ul.nav-tabs a:link, .mes-lateral ul.nav-tabs a:visited{
	font-size:1.1em;
	font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;
	font-weight:normal;
	border:0;	
   width:110px;
   overflow: hidden;
   margin:0;
   text-transform:uppercase;  
}
.mes-lateral ul.nav-tabs a:hover, .mes-lateral ul.nav-tabs a:active, .mes-lateral ul.nav-tabs a:focus{border:0; color:#fff !important; background:#2982dc !important; }

.mes-lateral ul.nav-tabs a{background:#e6ebef; color: #000; padding:6px 0; text-align:center; margin-right:2px !important;}
.mes-lateral ul.nav-tabs li.active a{background:#2982dc; color: #fff;}

.mes-lateral-noticies li {counter-increment: item; font-size: 1.1em; border-bottom: 1px solid #e6ebef; padding: 8px 0; position:relative;}
.mes-lateral-noticies li:before {content: counter(item) ' .'; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif; font-size: 1em;}
.mes-lateral-noticies li:last-child{border-bottom:0;}
.mes-lateral-noticies {counter-reset: item; list-style-type: none; margin:0; padding:0;}


/*********************
* Economia Home
**********************/
.economia-home h3{
  	color: #333;
 	font-size: 1.8em;
	padding: 0 4px;
	margin: 0 0 25px 0;
	border-left: 7px solid #8f8f8f;

}
.economia-home h3 a:link, .economia-home h3 a:visited{color: #333; padding:0 5px;}
.economia-home h3 a:hover, .economia-home h3 a:active{color:#8f8f8f; padding:0 8px;}

.economia-home h2{font-size:1.05em; line-height: 1.2em; margin:0; font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;}
.economia-home h2 a:link, .economia-home h2 a:visited{color:#222;}
.economia-home h2 a:hover, .economia-home h2 a:active{color:#1977b7;}
.economia-home article{margin-bottom:40px;}
.economia-home figure{padding-right:0;}

.economia-home ul.nav-tabs {border-bottom:1px solid #e6ebef; margin-bottom:10px;}
.economia-home ul.nav-tabs li{margin-bottom:0;}
.economia-home ul.nav-tabs a:link, .economia-home ul.nav-tabs a:visited{
	font-size:1.1em;
	font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;
	font-weight:normal;
	border:0;	
   width:110px;
   overflow: hidden;
   margin:0;
   text-transform:uppercase;  
}
.economia-home ul.nav-tabs a:hover, .economia-home ul.nav-tabs a:active, .economia-home ul.nav-tabs a:focus{border:0; color:#fff !important; background:#2982dc !important; }
.economia-home ul.nav-tabs a{background:#e6ebef; color: #000; padding:6px 0; text-align:center; margin-right:2px !important;}
.economia-home ul.nav-tabs li.active a{background:#2982dc; color: #fff;}


.stock-list {height: 220px; overflow: hidden;}
.stock-list ul {margin: 0; padding: 0;}
.stock-list .stock-item {margin: 0 0 0.5em; overflow: hidden;}
.stock-list.values .stock-item:first-child {border-bottom: 1px solid #999;}
.stock-list .stock-item strong { font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif; color:#000;  font-weight:normal; margin: 0; float: left; font-size: 0.85em; padding: .5em; width: 40%; line-height: 1; text-transform: uppercase;}
.stock-list .stock-item p.values {margin: 0; float: left; font-size: 0.7em; width: 60%; overflow: hidden; line-height: 1;}
.stock-list .stock-item p.values span {padding: .5em;}
.stock-list .stock-item p.values .quote {float: left; width: 35%; text-align: right;}
.stock-list .stock-item p.values .change-dir {float: left; width: 12px; height: 14px; margin: 4px 0 0 4px; text-indent: -500em; background: url("../images/sprites.png") no-repeat -316px -90px;}
.stock-list .stock-item p.values.dir-down .change-dir {background-position: -316px -104px;}
.stock-list .stock-item p.values.dir-equal .change-dir {background-position: -316px -118px;}
.stock-list .stock-item p.values .change-value {float: left; width: 25%; text-align: right;}
.stock-list .stock-item p.values .change-percent {float: left; width: 25%; text-align: right;}

/*********************
* Not�cies
**********************/
.podcastmesvideo{margin-top:10px; margin-bottom:20px; height:54px;}

.entradeta{font-weight:500; margin-bottom:10px; font-size:1.2em; line-height: 1.4em;}
.entradeta p {padding-bottom: 10px;}
.entradeta p:last-child {margin-bottom:0;}

.llistat-noticies article{border-bottom:1px solid #eee; padding-top:20px; padding-bottom:20px;}
.llistat-noticies article h2{font-size:1.3em; margin-top: 5px;}
.llistat-noticies article h2 a:link, .llistat-noticies article h2 a:visited{color:#000;}
.llistat-noticies article h2 a:hover, .llistat-noticies article h2 a:active{color:#1977b7;}
.llistat-noticies article figure{max-height:70px; overflow:hidden;}

.img-noticia-principal{width:100%; display:block; clear:both; margin:5px 0 10px 0;}

h1.noticiah1{font-size: 30px; color: #1878b7; margin-top:0;}

.informacio-relacionada{
	background: #f5f5f5;
	padding: 10px 20px 20px 20px;
	margin-top:20px;
	font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
	}
.informacio-relacionada h4{
	margin-bottom:20px;
}
.informacio-relacionada article{
	min-height:215px;
}
.informacio-relacionada figure{
	overflow:hidden;
	max-height:75px;
}
.informacio-relacionada figure img{
	width:100%;
}
.informacio-relacionada a{
	color:#000;
	font-size:1em;
}
.textcomplet{font-size:1.15em; line-height: 1.4em;}
.textcomplet h2, .entradeta h2{font-size:20px;}
.textcomplet h3, .entradeta h3{font-size:18px;}
.textcomplet p {padding-bottom: 10px;}
.textcomplet img{
	max-width:100% !important;
	height:auto !important;
}
.textcomplet .author{
	font-size:0.8em;
	border-top:1px solid #eee;
	font-weight:400;
	padding:20px 0 10px 0;
	margin-top:20px;
}

.imgthumbgran{
	display:block;
	max-height:422px;
	overflow:hidden;	
}
.imgthumbmitja{
	display:block;
	max-height:199px;
	overflow:hidden;	
}
.imgthumbpetit {
	display:block;
	max-height:93px;
	overflow:hidden;
}

.imgthumbpetit img {
	max-width:100%;
}
.contingut-central img{
	outline: 1px solid #fff;
	outline-offset: -1px;
}

.seccions-home img{
	outline: 1px solid #ebeeee;
	outline-offset: -1px;
}

/*********************
* Programes
**********************/
.llistat-programes li{border-bottom:1px solid #337ab7; padding-top:20px; padding-bottom:20px;}
.llistat-programes li img{max-width:165px; height:auto !important;}
.llistat-programes li h4 {font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif; color:#000;}
.llistat-programes .imatgeprograma a{position:relative; display:block;}

h1.programes{
	font-size:1.7em;
	font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif;
	margin:0 0 10px 0;
	padding:20px 0 3px 0;
}
h3.ultimaemissio{
	font-size:1.4em;
	margin-top:30px;
	margin-bottom:15px;
}

h1.ultimcapitol, h2.ultimcapitol{
	font-size:1.8em;
	margin-top:5px;
}
h3.letraprogrames{
	 border-bottom: 1px solid #b7b7b7;
    color: #2982dc;
    font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
    font-size: 3.5em;
    height: 52px;
    margin-bottom: 0.3em;
    display:block;
    clear:both;
}
h5.logotip{
	height:30px;
}
.programas-img{
	margin:auto;
	margin-bottom:1px;
}
.list-programe{
	margin-bottom:10px;
	min-height: 360px !important;
}
.list-programe .bg{
	 background: #e9e9e9;
}
.list-programe .title-texte{
	min-height:115px;
	padding: 0 8px;
}
.list-programe .linkimage{
	height:138px;
	display:block;
	overflow:hidden;
}
.list-programe h4{
	background: #606060;
	color: #DDD;
	font-size: 0.9em;
	padding: 4px 8px;
	min-height: 24px;
	overflow: hidden;
	margin:0;
	font-family: "Geogrotesque Regular", Helvetica, Arial, sans-serif;
}
.list-programe h2{
	font-size: 1.25em;
	
	margin:10px 0 0 0;
}
.list-programe h5{text-align:right; font-size:1.3em; padding:0 10px 5px 0;}

.list-programe .texte{
	padding: 4px 8px 0 0;
}

.list-programe img{
	width:100%;
	max-width:100%;
}

.logoam{color:#500e79; font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;}
.logoand{color:#00aec8; font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;}
.logoatv{color:#1a5687; font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;}
.logorna{color:#001aa7; font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;}
.logocanalweb{color:#007bb9; font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;}

.text-infoextra-programa{
	margin-top:30px;
	margin-bottom:30px;
	font-size:1em;
	padding:20px 30px;
	background-color:#f6f6f6;	
}

/*********************
* Programacio
**********************/

h1.programacioh1{font-size:1.6em; margin:4px 0 10px 0; float:left;}
h1.programacioh1 span{font-size:1.1em;}


.programacio-dia{width:14.28%; float:left; border-right: 1px solid #fff;}
.programacio-dia:nth-child(odd) { background: #f1f1f1;}
.programacio-dia:nth-child(even) {background: #f8f8f8;}

.programacio-dia h3{
	background: #6a7686;
	color:#fff;
	margin-top:0;
	margin-bottom: 0.5em;
	padding: 0.4em 1em 0.3em;
	font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:500;
	}
.programacio-dia h3 .dia{color: #acb6bf; float:right; font-weight:normal;}

.programacio-dia h4{
	font-family: 'Roboto', sans-serif;
	font-size:0.95em;
	color: #1878b7;
	font-weight:600;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:2px;
	padding-bottom:0;
	margin-top:10px;
}
.programacio-dia p{
	font-size:0.85em;
	color:#000;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
}

.pageatv .programacio-dia{min-height: 1500px;}
.pagecanalweb .programacio-dia{min-height: 550px;}

.programacioproperabtn{
    background: #b6356b;
    padding: 0.4em 0.2em 0.4em 0.6em;
    width:140px;    
    float: right;
    font-size: 0.9em;
    font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
  }
 .programacioproperabtn span{
  	background: #b6356b url("../images/sprites.png") no-repeat right  -628px;
 	height:15px;
 	width:10px;
 	display:block;
 	float:right;
 }
 .programacioproperabtn.setmanaactual{
 	text-align: right;
 	padding: 0.4em 0.6em 0.4em 0.2em;	
 }
 .programacioproperabtn.setmanaactual span{
 	background: #b6356b url("../images/sprites.png") no-repeat right  -680px;
 	height:15px;
 	width:10px;
 	display:block;
 	float:left;
 }
 
.texteprogramaciorna img{max-width:100% !important; height:auto !important;}

/*********************
* Blog
**********************/
h1.blogh1{font-size: 30px; color: #1878b7; margin-top: 0; margin-left:-15px; margin-bottom:20px;}
h2.blogh2{font-size: 1.6em; color:#000;}
h2.blogh2 a{color:#000;}
.pageblog article{margin-bottom:40px;}
.pageblog figure{overflow:hidden; max-height:400px;}
.pageblog figure img{width:100%; display:block; clear:both;}
.llistat-blog li p{margin-top:20px;}

.categories-blog{background-color: #f5f5f5; padding:20px 40px; margin-bottom:20px; margin-top:20px; border-bottom:3px solid #e8e8e8;}
.categories-blog .list-unstyled li a{display:block; border-bottom:1px solid #dfdfdf; padding:10px;}
.categories-blog h3{color:#333; margin:10px 0 10px 0; padding:0; font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif;}

.img-blog-principal{width:100%; display:block; clear:both; margin:10px 0;}

.pageblog .entradeta{font-weight:inherit; margin-top: 20px;}



/*********************
* Compartir Media
**********************/


.share-widget a {
	display: block;
	text-align: center;
	padding: 8px 11px;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 16px;
	margin-bottom:4px;
	margin-right:4px;
	clear: both;
	float: none;
	display: block !important;
}

	.share-widget a:hover {
		background-color: #999;
	}

#share-widget__facebook {
	background: #3B5998;
	color: #fff;
}

#share-widget__twitter {
	background: #fff;
	color: #000;
	filter: invert(100%);
}

#share-widget__email {
	background: #868686;
	color: #fff;
}


#share-widget__linkedin {
	background: #007bb5;
	color: #fff;
}

#share-widget__whatsapp {
	background: #25d366;
	color: #fff;
}

#share-widget__print {
	background: #87b84f;
	color: #fff;
}

.share-widget {
	float: left;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
}



.pagepagina .share-widget a {
	clear: none;
	float: left;
	display: inline-block !important;
}
.pagepagina  .entradeta{clear:both;}

.pageprogrames .share-widget a {
	clear: inherit;
	float: inherit;
	display: inline-block !important;
}
.lateralnoticia .share-widget a {
	clear: both;
	float: none;
	display: block !important;
}
.compartir-media{
	font-size:0.85em;
	float:left;
	margin-bottom:10px;
}
#compartir-media-code textarea {
    border: 1px solid #bbb;
    height: 90px;
    margin-bottom: 5px;
    width: 310px;
	font-family: 'Roboto', sans-serif;
    font-size:0.85em;
}

.compartir-media .compartir-link{
	background: url("../images/share.png") no-repeat 0 0;
	padding:0 0 5px 20px;
	color: #51565E !important;
	margin-left:2px;
}

.compartir-media .descarregar-link{
	background: url("../images/download.png") no-repeat 0 0;
	padding:0 0 5px 20px;
	color: #51565E !important;	
	margin-left:5px;
}

.compartir-foto{
	font-size:0.85em;
	float:right;
}
.compartir-foto-code textarea {
    border: 1px solid #bbb;
    height: 50px;
    margin-bottom: 5px;
    width: 100%;
	font-family: 'Roboto', sans-serif;
    font-size:0.7em;
}

/*********************
* Icona �s v�deo o podcast
**********************/

.icona-es-video{
	 background-image: url("../images/sprites.png");
	 background-position: 0 -561px;
    background-repeat: no-repeat;
    display: block;
    width: 56px;
    height: 56px;
    left: 30%;
    top: 20%;
    position: absolute;   
    
}

.icona-es-audio{
	 background-image: url("../images/sprites.png");
	 background-position: -56px -561px;
    background-repeat: no-repeat;
    display: block;
    width: 56px;
    height: 56px;
    left: 30%;
    top: 30%;
    position: absolute;  
	
}

#anaranunciante{
	position: absolute;
	top:0;
	left:0;
}

#anaralanunciant{
    bottom: 0;
    display: block;
    height: 80%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index:1;
}

.preroll-blocker::before, #anaralanunciant::before {
  content: "Clica per veure el conte";
  color:#000 !important;
  background-color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
	position:absolute;
	right:0;
	top:50px;	
}
.preroll-blocker:hover::before, #anaralanunciant:hover::before  {
  background-color: rgba(255, 255, 255, 1);
}

/*********************
* En directe
**********************/
h2.endirecte{
	color: #1878b7;
    font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
    font-size: 2.2em;
    margin-top:0;
}

/*********************
* Galeria
**********************/

h1.galeriah1{
	 font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
	 color:#fff;
	 padding: 0.35em 0.8em 0.3em 0.8em;
	 font-size:1.8em;
    border: 0 none;
    margin:0 0 6px 0;
    min-height: 40px;
    background: #1977b7;
    }
.galeria h4 {color: #1878b7; margin:0;  font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;  font-size:1.1em; text-align:center; }
.galeria p.textos{text-align:center; width:100%;}

.galeria h3.title{width:100%; text-align:center;}
.galeria .linkimage{display:block; overflow:hidden; height:160px;}
.galeria .caption{height:50px;}
.pagegaleriadetails .galeria .thumbnail{border:0;}

.blueimp-gallery > .slides > .slide > .slide-content{
	padding-top:80px;
}
.pagegaleriaafegir .form-group{
	margin-left:0 !important;
	margin-right:0 !important;
}

/*********************
* Footer
**********************/

footer{
	margin-top:40px;
	margin-bottom:120px;
	border-top:3px solid #19b5cf;
	padding-top:20px;
	-webkit-box-shadow: 0px -3px 0px 0px #373737;
	-moz-box-shadow: 0px -3px 0px 0px #373737;
	box-shadow: 0px -3px 0px 0px #373737;
}

footer ul li a{color:#333d49 !important; font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif; }
footer .copyright{font-size:1em; margin-top:10px; font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif; color:#999;}

.xarxessocials li{
	padding:0;
	margin:0;
}
.xarxessocials a{
	text-indent: -999px;
	width:34px;
	height:34px;
	display:block;
	padding:0;
	margin:0;
}

.xarxessocials li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
	-webkit-transition: all 0.7s ease;
   	-moz-transition: all 0.7s ease;
     	  -o-transition: all 0.7s ease;
        	  transition: all 0.7s ease;
}

.ico-footer-facebook{background: url(../images/ico-socials/ico-footer-facebook.png) no-repeat;}
.ico-footer-twitter{background: url(../images/ico-socials/ico-footer-twitter.png) no-repeat;}
.ico-footer-instagram{background: url(../images/ico-socials/ico-footer-instagram.png) no-repeat;}
.ico-footer-youtube{background: url(../images/ico-socials/ico-footer-youtube.png) no-repeat;}
.ico-footer-wikipedia{background: url(../images/ico-socials/ico-footer-wikipedia.png) no-repeat;}
.ico-footer-rss{background: url(../images/ico-socials/ico-footer-rss.png) no-repeat;}

/*********************
* Social Bar Lateral
**********************/

.social-lateral-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -124px;
		top:130px;
		width: 200px;
		z-index: 999;
}
.social-lateral li{
		list-style-type: none;
		background-color: #fff;
		color: #efefef;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
		border:1px solid #fff;
}
.social-lateral li:hover{
		margin-left: -115px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		background-color: #f5f5f5;
}
.social-lateral li img{float: left; margin:0 10px 0 0;  background-color: #2781bd;}
.social-lateral li:hover a{background-color: #2781bd;
	-webkit-transition: all 1s ease;
   	-moz-transition: all 1s ease;
     	  -o-transition: all 1s ease;
        	  transition: all 1s ease;}
        	  
.social-lateral li.socialtwitter a, .social-lateral li.socialtwitter :hover img{display:block; background-color: #55acee; color:#fff;}
.social-lateral li.socialfacebook a, .social-lateral li.socialfacebook:hover img{display:block; background-color: #3b5998; color:#fff;}
.social-lateral li.socialinstagram a, .social-lateral li.socialinstagram:hover img{display:block; background-color: #316699; color:#fff;}
.social-lateral li.socialfotografies a, .social-lateral li.socialfotografies:hover img{display:block; background-color: #4dc6da; color:#fff;}
.social-lateral li.socialcontacte a, .social-lateral li.socialcontacte:hover img{display:block; background-color: #04afcb; color:#fff;}

.social-lateral li span{padding: 0; margin: 0; text-transform: uppercase; line-height: 35px;}

/*********************
* Compartir Video
**********************/
.mostra-a-compartirvideortva{display:none; font-size:0.8em;}
.compartirvideortva .mostra-a-compartirvideortva{display: inherit;}
.compartirvideortva{margin:0 auto;}
.compartirvideortva .container, .compartirvideortva .contingut-central{ margin:0 !important; width:100% !important;}
	.compartirvideortva header, .compartirvideortva footer, .compartirvideortva h2,
	.compartirvideortva .banner, .compartirvideortva .social-lateral-container,
	.compartirvideortva .marquesina-top, .compartirvideortva .endirecte-lateral,
	.compartirvideortva .barra-lateral, .compartirvideortva .navbar, .compartirvideortva h1,
	.compartirvideortva .text-muted, .compartirvideortva .addthis_sharing_toolbox, .compartirvideortva .share-widget, .compartirvideortva .compartir-media, .compartirvideortva .text-media,
	.compartirvideortva .entradeta, .compartirvideortva .textcomplet, .compartirvideortva .link-tornar, .compartirvideortva .informacio-relacionada,
	.compartirvideortva .fancybox-overlay, .compartirvideortva .fancybox-wrap, .compartirvideortva .breadcrumb, .eleccions-generals-2023.compartirvideortva .breadcrumb,
	.compartirvideortva .comparteixtitle, .compartirvideortva ul.tags,
	.compartirvideortva .cc-window, .compartirvideortva .cookies-btn, .compartirvideortva #cookiescript_badge, .compartirvideortva .navnoticies {
		display: none !important;
	}
.compartirvideortva .col-sm-8{
	width:100%;
	margin:0;
	background-color:#fff;}
.compartirvideortva .margin-top20, .compartirvideortva .margin-bottom20, .compartirvideortva .container, .compartirvideortva .row, .compartirvideortva .col-sm-12{margin:0 !important; padding:0 !important;}
.compartirvideortva .text-center {text-align:left !important;}


.compartirvideortva1 .mostra-a-compartirvideortva{display: inherit;}
.compartirvideortva1{margin:0 auto;}
.compartirvideortva1 .container, .compartirvideortva1 .contingut-central{ margin:0 !important; width:100% !important;}
	.compartirvideortva1 header, .compartirvideortva1 footer, .compartirvideortva1 h2,
	.compartirvideortva1 .banner, .compartirvideortva1 .social-lateral-container,
	.compartirvideortva1 .marquesina-top, .compartirvideortva1 .endirecte-lateral,
	.compartirvideortva1 .barra-lateral, .compartirvideortva1 .navbar, .compartirvideortva1 h1,
	.compartirvideortva1 .text-muted, .compartirvideortva1 .addthis_sharing_toolbox, .compartirvideortva1 .share-widget, .compartirvideortva1 .compartir-media, .compartirvideortva1 .text-media,
	.compartirvideortva1 .entradeta, .compartirvideortva1 .textcomplet, .compartirvideortva1 .link-tornar, .compartirvideortva1 .informacio-relacionada,
	.compartirvideortva1 .fancybox-overlay, .compartirvideortva1 .fancybox-wrap, .compartirvideortva1 .breadcrumb,
	.compartirvideortva1 .comparteixtitle, .compartirvideortva1 #cookiescript_badge  {
		display: none !important;
	}
.compartirvideortva1 .col-sm-8{
	width:100%;
	margin:0;
	background-color:#fff;}
.compartirvideortva1 .margin-top20, .compartirvideortva1 .margin-bottom20, .compartirvideortva1 .container, .compartirvideortva1 .row, .compartirvideortva1 .col-sm-12{margin:0 !important; padding:0 !important;}
.compartirvideortva1 .text-center {text-align:left !important;}

/*********************
* Eleccions
**********************/
.logospartits{
	margin-top:40px;
}
.partit{
	margin-bottom:80px;
	text-align:center;
}
.partit img{
	width:40%;
	margin:0 auto 10px auto;	
}
.partit a:link, .partit a:visited{
	color:#222;
	font-size:0.9em;
}
.partitslists li{
	font-size:0.9em;
	border-bottom: 1px solid #eee;
	padding-top:10px;
	padding-bottom:10px;
}

.eleccions-generals-2023 #menu-programa  li a:link, .eleccions-generals-2023 #menu-programa  li a:visited,
.jocs-san-marino-2017 #menu-programa  li a:link, .jocs-san-marino-2017 #menu-programa  li a:visited {
    font-size:1.3em;
	 border-right: 1px solid #fff;
	 -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}

.elec-nom{font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif; font-size:1.1em;  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);}
.elec-partit{font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif; font-size:1em; text-shadow: 0px 0px 2px rgba(0,0,0,0.6); font-size:11px; text-transform:uppercase;}
.elec-selecciona{font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;}
.elec-tabla{font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif; }


/*********************
* Templates
**********************/

.pagehome.template1 .noticies-home-detacades .col-sm-8{width:100%; clear:both;}
.pagehome.template1 .noticies-home-detacades .col-sm-8 .noticia-gran figure{height:515px;}
.pagehome.template1 .noticies-home-detacades .col-sm-4{width:100%; clear:both;}
.pagehome.template1 .noticies-home-detacades .col-sm-4 .noticia-gran figure{height:260px;}
.pagehome.template1 .noticies-home-detacades .col-sm-4 article{width:50%; float:left;}
.pagehome.template1 .noticies-home-detacades .noticia-gran{border-top:1px solid #fff;}
.pagehome.template1 .nopaddingleft{padding-left:15px; padding-right:0;}

.pagehome.template2 .contingut-central{width:100%; float:none;}
.pagehome.template2 .noticies-home-detacades .col-sm-8 .noticia-gran figure{height:449px;}
.pagehome.template2 .noticies-home-detacades .col-sm-4 .noticia-gran figure{height:224px;}
.pagehome.template2 .barra-lateral > .col-sm-3{width:100%; margin-bottom:40px;}
.pagehome.template2 .destacat-lateral{width:19%; float:left; margin:2px; display:none;}
.pagehome.template2 .eltemps-lateral{width:32%; float:left; margin:2px;}
.pagehome.template2 .banner-side01{width:32%; float:left; margin:2px;}
.pagehome.template2 .mes-lateral{width:19%; float:left; margin:2px;display:none;}
.pagehome.template2 .banner-side02{width:32%; float:left; margin:2px;}
.pagehome.template2 .noticies-home > .col-xs-7 article{width:47%; margin-right:10px; float: left; min-height: 250px;}
.pagehome.template2 .noticies-home > .col-xs-7 article figure{max-height:150px; overflow:hidden;}
.pagehome.template2 .noticies-home > .col-xs-7 article .col-md-5, .template2 .noticies-home > .col-xs-7 article .col-md-7{width:100%; clear:both;}

.cc-message{font-size: 0.8em; color:#333; line-height: 1.1em; font-family: 'Roboto', sans-serif;}

.mapa-a-pagines {
	height: 422px;
	padding-top: 40px;
	padding-bottom: 10px;
	background: rgb(35,152,173);
	background: linear-gradient(52deg, rgba(35,152,173,1) 0%, rgba(47,84,126,1) 100%);
	width: 600px;
	max-width: 100%;
	text-align: center;
}

.template3__destacat0 {
	height: 342px;
	padding-top: 40px;
	padding-bottom: 10px;
	background: rgb(35,152,173);
	background: linear-gradient(52deg, rgba(35,152,173,1) 0%, rgba(47,84,126,1) 100%);
}

.mapa-andorra {
	max-width: 100%;
	max-height: 98%;
	fill: rgba(255,255,255,0.8);
	stroke: #fff;
	stroke-width: 1;
	margin: auto;
}

	.mapa-andorra path {
		fill: rgba(255,255,255,0.2);
		stroke: #fff;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

		.mapa-andorra path:hover {
			fill: rgba(255,255,255,0.5);
			stroke: #cff9fa;
			stroke-width: 3px;
			transition: fill 0.4s;
		}

.template3__destacat0 h2 {
	top: 5px;
	bottom: auto;
	padding: 0;
	background: none;
}

.mapa-andorra text {
	pointer-events: none;
}

/*********************
* Tags
**********************/

.tags {list-style: none; margin: 15px 0 0 0; overflow: hidden; padding: 0; font-size:0.8em;}
.tags li {float: left;}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.tag:hover {background-color: #ccc; color: #fff;}
.tag:hover::after {border-left-color: #ccc;  }


/*********************
* Animate
**********************/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

.eleccions-generals-2023 .breadcrumb{display:none;}
.imp-wrap {margin: auto;}


/*********************
* El Temps
**********************/

.pasefotos__item {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    display:block;
    background-position:center;
    background-size:cover;
}

.pasefotos__text {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 0px 1px 1px rgba(15, 18, 13, 0.65);
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 8px;
    left: auto;
    right: 7px;
    transition: all .2s ease-in-out;
    text-align: right;
}
.pasefotos__text span {
    display:block;
    font-weight:600!important;
}

.pasefotos__item:hover .pasefotos__text {
    text-shadow: 0px 3px 3px rgba(15, 18, 13, 0.80);
    transition: all .2s ease-in-out;
}

.pasefotos__link {
    text-align: right;
    display: block;
    margin-bottom: 40px;
}

.dades_estacio {
    background: #f3f5f6;
    padding: 10px 50px 50px;
    margin-top: 54px;
}



.eltemps__top {
    background-image: url(/images/meteo/bg__top.jpg);
    background-position: center;
    background-size: cover;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.eltemps__titol {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(15, 18, 13, 0.65);
    -moz-transform: matrix( 1.34355589125826,3.87947620057767e-16,0,1.34355589125826,0,0);
    -webkit-transform: matrix( 1.34355589125826,3.87947620057767e-16,0,1.34355589125826,0,0);
    -ms-transform: matrix( 1.34355589125826,3.87947620057767e-16,0,1.34355589125826,0,0);
    margin:0!important;
    padding:0 0 0 60px!important;
}

.eltemps__black {
    position:absolute;
    background:rgba(0,0,0,0.15);
    width:100%;
    height:100%;
    left:0;
    top:0;
}

.mt {margin-top:30px!important;

}

.eltemps__seguentprograma {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 239, 240);
	background: linear-gradient( -89deg, rgb(51,61,73) 0%, rgb(55,55,55) 100%);
	background-image: -moz-linear-gradient( -89deg, rgb(51,61,73) 0%, rgb(55,55,55) 100%);
	background-image: -webkit-linear-gradient( -89deg, rgb(51,61,73) 0%, rgb(55,55,55) 100%);
	background-image: -ms-linear-gradient( -89deg, rgb(51,61,73) 0%, rgb(55,55,55) 100%);
	padding: 10px 10px 0;
	margin: 10px 0 15px 0;
}

	.eltemps__seguentprograma h2 {
		font-size: 24px;
		color: #fff;
		font-family: "Geogrotesque Regular",Helvetica,Arial,sans-serif;
		margin: 0;
	}
		.eltemps__seguentprograma h2 strong {
			font-family: "Geogrotesque Semibold",Helvetica,Arial,sans-serif;
		}
	.eltemps__seguentprograma #video2 {
		width:100%;
	}
	.eltemps__destacat {
		background-color: #f3f5f5;
		width: 40.666667% !important;
	}

.eltemps__presentacio {
	padding: 20px;
	background: #f3f5f5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.eltemps__presentacio h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 0.933;
}

	.eltemps__presentacio p {
		font-size: 17px;
		color: #000;
		line-height: 1.647;
	}


.eltemps-lateral {
	margin: 40px auto 20px auto;
	border: 1px solid #eceff0;
	padding: 20px;
	background-color: #fff;
}

         .eltemps-lateral h3 {
            color: #333;
            font-size: 1.8em;
            padding: 0 9px;
            margin: 0 0 30px 0;
            border-left: 7px solid #59c75c;
        }

/* {
	margin-top: 5px;
	font-family: "Geogrotesque Medium", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}*/

     .temperature > li {
        position: relative;
        width: 48%;
    }
.eltemps-lateral .temperature > li {
	width: 49%;
}


.temperature > li h4 {
	font-size: 1em;
	margin: 0 0 8px 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
}

         .temperature > li p.values {
            font-size: 1em;
            margin: 0;
        }

.eltemps__destacat .eltemps-lateral {
	margin: 16px auto 20px auto!important;
}
	/*
         .temperature > li .icon {
            display: inline-block;
            width: 51px;
            height: 38px;
            text-indent: -500em;
            outline: none;
            background-image: url("../images/sprites.png");
            background-repeat: no-repeat;
            float: left;
        }

        .eltemps__destacat .temperature > li .icon-0 {
            background: none;
        }

        .eltemps__destacat .temperature > li .icon-1 {
            background-position: -4px -244px;
        }

        .eltemps__destacat .temperature > li .icon-2 {
            background-position: -55px -244px;
        }

        .eltemps__destacat .temperature > li .icon-3 {
            background-position: -106px -244px;
        }

        .eltemps__destacat .temperature > li .icon-4 {
            background-position: -106px -282px;
        }

        .eltemps__destacat .temperature > li .icon-5 {
            background-position: -167px -244px;
        }

        .eltemps__destacat .temperature > li .icon-6 {
            background-position: -167px -282px;
        }

        .eltemps__destacat .temperature > li .icon-7 {
            background-position: -55px -282px;
        }

        .eltemps__destacat .temperature > li .icon-8 {
            background-position: -4px -320px;
        }

        .eltemps__destacat .temperature > li .icon-9 {
            background-position: -55px -320px;
        }

        .eltemps__destacat .temperature > li .icon-10 {
            background-position: -106px -320px;
        }

        .eltemps__destacat .temperature > li .icon-11 {
            background-position: -214px -295px;
        }

        .eltemps__destacat .temperature > li .icon-12 {
            background-position: -214px -252px;
        }

        .eltemps__destacat .temperature > li .min {
            color: #0087d9;
        }

        .eltemps__destacat .temperature > li .max {
            color: #ff1d1d;
        }
			*/

	.temperature > li .icon {
	display: inline-block;
	text-indent: -500em;
	outline: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	float: left;
}

.eltemps__destacat .temperature > li .icon {
	width: 70px;
	height: 70px;
}
.barra-lateral .temperature > li .icon {
	width: 100%;
	height: 70px;
	background-position:center;
}


.temperature > li .icon-0 {
	background-image: none;
}
.temperature > li .icon-1 {
	background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-1.png);
}
		 .temperature > li .icon-2 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-2.png);
		}
		 .temperature > li .icon-3 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-3.png);
		}
		 .temperature > li .icon-4 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-4.png);
		}
		 .temperature > li .icon-5 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-5.png);
		}
		 .temperature > li .icon-6 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-6.png);
		}
		 .temperature > li .icon-7 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-7.png);
		}
		 .temperature > li .icon-8 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-8.png);
		}
		 .temperature > li .icon-9 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-9.png);
		}
		 .temperature > li .icon-10 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-10.png);
		}
		 .temperature > li .icon-11 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-11.png);
		}
		 .temperature > li .icon-12 {
			background-image: url(https://www.andorradifusio.ad/images/icones/temps/icon-12.png);
		}




.temperature > li .min,
.temperature > li .max {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	margin: 0;
	min-width: 45px;
}
.barra-lateral .temperature > li .min,
.barra-lateral .temperature > li .max {
	font-size: 18px;
	float:left;
}

.temperature > li .max {
	color: #fff;
	background: rgb(255,199,0);
	background: linear-gradient(90deg, rgba(255,199,0,1) 0%, rgba(255,163,1,1) 100%);
}


.temperature > li .min {
	background: rgb(96,209,232);
	background: linear-gradient(90deg, rgba(96,209,232,1) 0%, rgba(0,144,245,1) 100%);
}

.temperature > li .max {
	background: rgb(255,199,0);
	background: linear-gradient(90deg, rgba(255,199,0,1) 0%, rgba(255,163,1,1) 100%);
}


@media print {
	.mh-head, .banner, .share-widget, .breadcrumb, .barra-lateral, .lateralnoticia, #cookiescript_injected, .directeshead, .social-lateral-container, footer {
		display: none !important;
	}
}

.podcast__item {
    background: #f6f6f6;
    padding: 10px 10px 30px 10px;
    margin-bottom: 50px;
    min-height: 640px;
  }
  .podcasts__imatge {
    width: 100% !important;
  }
  .podcast__titol {
    margin-left: 15px;
  }
  .podcast__llistat {
    padding-left: 0;
    list-style: none;
    font-size: 0.8em;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 25px;
  }
  .podcast__llistat li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #c0c0c0;
  }
  .podcast__llistat li a {
    padding-left: 20px;
    position: relative;
  }
  .podcast__llistat li a::before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .podcast-andorradifusio::before {
    content: url("https://www.andorradifusio.ad/ckfinder/userfiles/images/podcasts_andorradifusio.png");
  }
  .podcast-spotify::before {
    content: url("https://www.andorradifusio.ad/ckfinder/userfiles/images/podcasts_spotify.png");
  }
  .podcast-apple::before {
    content: url("https://www.andorradifusio.ad/ckfinder/userfiles/images/podcasts_apple.png");
  }
  .podcast-google::before {
    content: url("https://www.andorradifusio.ad/ckfinder/userfiles/images/podcasts_google.png");
  }
  .podcast-amazon::before {
    content: url("https://www.andorradifusio.ad/ckfinder/userfiles/images/podcasts_amazon.png");
  }
  .podcast-ivoox::before {
    content: url("https://www.andorradifusio.ad/ckfinder/userfiles/images/podcasts_ivoox.png");
  }
  .podcast-youtube::before {
    content: url("https://www.andorradifusio.ad/ckfinder/userfiles/images/podcasts_youtube.png");
  }

  .text-blink {
	animation: blink 2s;
	  animation-iteration-count: 1;
	animation-iteration-count: infinite;
  }