p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  /* font-family: "Trebuchet MS"; */
  /**Con un poco de opacidad para que se parezca + al diseño */
  color: #606060;
}

p.darkBlue > a {
  text-decoration: none;
  cursor: pointer;
}

.noticiaCompleta > p:first-of-type {
  font-size: 18pt;
  line-height: 22pt;
}

.noticiaCompleta > p:not(:nth-child(2), :nth-child(3)) {
  font-size: 18pt;
  line-height: 25pt;
}

div.youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

div.video-noticia {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.noticiaCompleta > .youtube > iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.noticiaCompleta div {
  max-width: 100% !important;
}
.wp-caption-text {
  font-size: 12pt !important;
  color: #c0c0c0;
  margin: 5px;
  line-height: 14pt !important;
  font-style: italic;
}
/* #iframeY {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
} */

img {
  max-width: 100%;
  height: auto;
}
.wth100 {
  width: 100%;
}
#next {
  grid-column: 1 / span 7;
}

#next > img {
  margin: auto;
  width: 14%;
  cursor: pointer;
}

.cercant > img {
  width: 45%;
  margin: auto;
}

.carregant > img {
  width: 15%;
  margin: auto;
  margin-bottom: 25px;
}

.noEncontrado {
  font-family: "Roboto";
  font-size: 60px;
  /* line-height: 13px; */
  font-weight: bold;
  text-align: center;
  grid-column: 1;
  margin-top: 50px;
}

a {
  color: #89b8c4;
  cursor: pointer;
}
a:hover {
	text-decoration: underline !important;
}
h3 {
  font-family: "Roboto";
}

.footer {
  display: flex;
}

.hide {
  display: none;
}

.hideFooter {
  display: none;
}

body {
  margin: 0;
}

.cuerpo {
  display: flex;
  margin: 0;
  flex-direction: column;
  word-wrap: break-word;
  min-height: 100vh;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.nav {
  width: 1180px;
  border-bottom: 2px solid #dadce0;
  background-color: white;
}

.data,
.tempsWidget {
  width: 300px;
  margin-top: 57px;
}

.tempsWidget > p {
  margin: 0;
  margin-top: 9px;
  text-align: right;
}

.data > p {
  margin: 0;
  margin-bottom: 8px;
}

.data > p.darkBlue {
  font-weight: bold;
}

.tempsWidget > div {
  margin-left: auto;
  width: 171px;
}

.tempsWidget > div > span {
  color: #606060;
  font-family: "Roboto";
}

.tempsWidget > div > span:first-of-type {
  margin: 0 auto 0 60px;
}

.tempsWidget > div > span:nth-of-type(2) {
  margin-right: 15px;
}

.data > .socials {
  border: none;
  padding-top: 0;
  width: 180px;
  margin: 0;
}

.data > .socials > a {
  width: auto;
}

.data > .socials > a:last-of-type {
  width: 26.51px;
  margin-right: 0;
}

.data > .socials > a > img {
  /* width: 100%; */
  height:20px;
}

.mainNav > div:first-child {
  border-bottom: 2px solid #dadce0;
}

.navMovil {
  display: none;
  background-color: gainsboro;
  position: sticky;
  top: 0;
  z-index: 2;
}

.navMovil > a {
  margin-right: auto;
  margin-left: 20px;
}

.menuItems {
  height: 100%;
  width: 50vw;
}

.menuButtons {
  width: 50vw;
  text-align: center;
  border-left: 2px solid #dadce0;
  height: 100%;
  /* background-color: #e0e0e0; */
  background-color: white;
  margin: auto;
}

.outer {
  overflow: hidden;
  position: fixed;
  top: 36px;
  right: 0;
  width: 100%;
  height: calc(100vh - 36px);
  margin-bottom: -100vh;
  z-index: 1;
  transition: right 0.5s ease-in-out;
  display: none;
  /* background-color: #e0e0e0; */
  background-color: white;
}

.outerCerca {
  /* box-shadow: inset 0 0 2000px rgb(255 255 255 / 50%); */
  background-color: #f1f1f1;
  position: fixed;
  top: -2px;
  width: 100%;
  margin: auto;
  z-index: 1;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
  display: none;
  height: 135px;
}

.outerCerca > div {
  margin: auto 10px 33px auto;
  background-color: #b2c7cc;
  border-radius: 8px;
  height: 28px;
}

.outerCerca > div > input {
  background: none;
  border: none;
  font-family: "Roboto";
  margin-left: 9px;
}

.tapaLinea {
  margin: 0 !important;
  height: 100%;
  background: white;
  margin-left: -36px !important;
  z-index: 2;
}

.outerCerca > .lupaNav {
  margin: auto auto 34px 0;
}

.hideOuter {
  right: -100%;
}

.hideOuterCerca {
  height: 0;
  transition: height 0.5s ease-in-out;
}

.openMenu {
  transform: translate(0%);
}

.menuItems > a {
  margin: auto;
  text-decoration: none;
  font-size: medium;
  color: #b2c7cc;
  font-family: "Roboto";
}

.menuItems > a:first-child {
  /* margin-top: 55px; */
}

.mTop {
  margin-top: 83px !important;
}

.menuButtons > a {
  text-decoration: none;
  font-size: x-large;
  margin: auto;
  padding: 0 5px;
}

.menuButtons > a:first-child {
  /* margin-top:55px; */
}

.hamburger-lines {
  height: 20px;
  width: 26px;
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 25px 10px 15px;
  cursor: pointer;
  transition: width 0.4s ease-in-out;
}

.close {
  width: 26px;
  transition: width 0.4s ease-in-out;
}

.close > .line1 {
  transform: rotate(45deg);
}

.close > .line2 {
  transform: scaleY(0);
}

.close > .line3 {
  transform: rotate(-45deg);
}

.line {
  display: block;
  height: 3px;
  width: 26px;
  background: #014655;
}

.line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.line2 {
  transition: transform 0.2s ease-in-out;
}

.line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.nav > div > a {
  color: #89b8c4;
  text-decoration: none;
  margin: 15px 10px;
  font-family: "Roboto";
}
#tags {
  font-size: 12px;
}
#tags a{
  color: #606060;
  padding: 0 20px;
}
#tags a:hover{
  color: #014655;
}
.white {
  color: white;
}

.darkBlue {
  color: #014655 !important;
}

.lightBlue {
  color: #b2c7cc !important;
}

.brown {
  color: #606060;
}

.bold {
  font-weight: bold;
}

.noticiaCompleta > .title {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 38px !important;
  line-height: 40px !important;
  margin-top: 10px;
}

.shareIcon {
  width: 28px;
  margin: auto 2px;
}

.shareIcon > img {
  width: 100%;
}

.logoContainer {
  border: none;
}

.title {
  font-family: "Libre Caslon Text";
  text-decoration: none;
  font-weight: 600;
}

.fecha {
  font-size: 12pt !important;
  float: left;
  margin: 10px;
  margin-right: auto;
}

.twitter {
  margin: auto 0 auto auto;
  color: #55aaec;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 15pt;
}

.twitterIcon {
  width: 21.2px;
  margin: auto 0 auto 5px;
}

.twitterIcon > img {
  max-width: 100%;
  height: auto;
}

.main {
  background-color: blanchedalmond;
  margin: 0 auto;
  width: 65%;
}

.logoN {
  width: 110px;
  margin: 26px auto 45px !important;
}

.logoN > img {
  width: 100%;
}

.fondoDirectes {
  width: 100%;
  height: auto;
}

.autor {
  /* border-top: 2px solid #dadce0; */
  border-bottom: 2px solid #dadce0;
}

.autor > p {
  font-size: 15pt !important;
}
.pieFoto {
  font-size: 12pt !important;
  color:#c0c0c0;
  margin: 5px;
  line-height: 14pt !important;
  font-style: italic;
}

.socials {
  border-top: 2px solid #dadce0;
  padding-top: 17px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.socials.top {
  margin-top: 0;
  border-top: 0;
  border-bottom: 2px solid #dadce0;
  padding-bottom: 10px;
}

.socials > p {
  margin-bottom: 0;
}

.grid-container {
  display: grid;
}

.grid-main {
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 20px;
  margin-top: 70px;
  /* width: 70%; */
  /* min-width: 1152px; */
  /* max-width: 1241px; */
  width: 1152px;
  /* margin-left: calc(50% + -6px);
  transform: translateX(-50%); */
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 21px;
}

#directeEmbed {
  position: fixed;
  bottom: 0;
  z-index: 3;
  right: 0;
  width: 36%;
  min-width: 320px;
  max-width: 560px;
  /* margin-left: -1056px; */
}

.noticiaCompleta {
  grid-column: 1 / span 6;
}

.noticiaPrincipal {
  padding: 0 10% 0 0;
  position: relative;
  grid-column: 1 / span 3;
  grid-row: span 2;
  /* border-bottom: 2px solid #dadce0; */
}

.noticiaPrincipal > div > div {
  margin-top: 9px;
}

.noticiaPrincipal > div > a {
  float: right;
}

.fullPrincipal {
  position: relative;
  grid-area: 1/1/3/7;
  padding: 0;
}

.fullPrincipal > div > div {
  padding-right: 35px;
}

.seccion {
  margin-top: 9px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Roboto";
  text-transform: uppercase;
}

a.seccion {
  text-decoration: none;
}

.noticiaCompleta > .seccion {
  font-size: 17pt;
  margin-top: -19px;
}

.columnaLateral > .containerEsports {
  margin-top: 30px;
}

.columnaLateral > .containerEspecial + .columnaLateral > .containerEsports {
  margin-top: 0;
}

.columnaLateral > .containerDarrersTitulars {
  margin-bottom: 0;
}

.containerDarrersTitulars > div:last-child {
  margin-bottom: 0px !important;
}

.columnaLateral > .containerTemps,
.columnaLateral > .containerDarrersTitulars {
  margin-top: 0;
}

.containerEspecial > div > .seccion,
.containerEsports > div > .seccion,
.containerTemps > div > .seccion,
.containerDarrersTitulars > div > .seccion {
  margin-bottom: 5px;
  margin-top: 0;
}

.containerEspecial > div > .seccion > a,
.containerEsports > div > .seccion > a,
.containerTemps > div > .seccion > a,
.containerDarrersTitulars > div > .seccion > a {
  text-decoration: none;
}
.pieFecha {
    font-size: 11px;
    margin-top: 10px !important;
    color: #b2c7cc;
}

.titleSeccions,
.titleCerca {
  font-weight: bold;
  font-family: "Roboto";
  text-transform: uppercase;
  width: 1152px;
  margin-left: calc(50% + -6px);
  transform: translateX(-50%);
  margin-bottom: -90px;
  margin-top: 71px;
  color: #b2c7cc;
  font-size: 1.2em;
}

.subeImg > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;

  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}

.subeImg > div > div {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
}

.noticiaSecundaria {
  grid-column: 4 / span 3;
  padding: 0 6%;
  position: relative;
}

.noticiaSecundaria ~ .noticiaSecundaria::before {
  box-sizing: border-box;
  position: absolute;
  left: 6%;
  top: -9%;
  width: 94.2%;
  height: 0;
  content: "";
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.noticiaSecundaria > div > div > p {
  margin-right: 5%;
  font-size: 18px;
}

.noticiaH > div > div > p {
  font-size: 18px;
}

.noticiaPrincipal.barraLateral::before {
  box-sizing: border-box;
  position: absolute;
  right: -12px;
  width: 0;
  height: 98%;
  content: "";
  border-left: 1px solid #dadce0;
  border-right: 1px solid #dadce0;
}

.noticiaSecundaria.barraHorizontal::before {
  /* box-sizing: border-box;
    position: absolute;
    left: 6%;
    top: -9%;
    width: 94.2%;
    height: 0;
    content: '';
    border-top: 1px solid #DADCE0;
    border-bottom: 1px solid #DADCE0; */
}

.columnaLateral {
  grid-column: 7 / span 1;
  grid-row: 1 / 19;
  padding-left: 35%;
  font-size: 0.9em !important;
  position: relative;
  min-width: 117px;
}

.columnaLateral > div {
  margin: 22px 0;
}

.barraVColumnaLateral::before {
  box-sizing: border-box;
  position: absolute;
  left: 11%;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  border-left: 1px solid #dadce0;
  border-right: 1px solid #dadce0;
}

.logoLateral {
  width: 100%;
  margin-left: -26px;
  margin-bottom: -47px;
}

.noticiasHorizontales {
  grid-column: span 6;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 20px 0;
}

.noticiaH {
  position: relative;
  margin-top: 10px;
  /* grid-column: span 2; */
}

.noticiaH > div > div {
  width: 97%;
}

.noticiaH > div > a {
  width: 97%;
  display: block;
  overflow: hidden;
  position: relative;
}

.titleNoticiaH {
  font-size: larger;
  margin-top: 0;
}

.titleNoticiaMeteo {
  font-size: 15px;
}

.titleNoticiaH,
.titleNoticiaMeteo {
  font-weight: normal;
}

.titleNoticiaMeteo > .title {
  font-family: "Roboto";
}

/*cambios article*/
.grid-main > .noticiasHorizontales > article:nth-child(1)::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -33px;
  width: 422%;
  height: 0;
  content: "";
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.primeraNoticia {
  padding-top: 50px !important;
}

.autoMarginR {
  margin-right: auto;
}

.noticiaCascada {
  grid-column: 1 / span 6;
  padding: 11px 0;
  position: relative;
}

.barraHNoticiaCascada::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 0;
  content: "";
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.portada {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-bottom: 2px solid #dadce0;
}

.barraHNoticiaCercada::after {
  /* box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 0;
  content: "";
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0; */
}

.barraHNoticiaCercada:not(:last-child) {
  border-bottom: 2px solid #dadce0;
}

.barraHNoticiaCercada:last-of-type::after {
  border: none;
}

.barraHNoticiaCercada {
  margin-top: 60px;
}

.barraHNoticiaCercada ~ .barraHNoticiaCercada {
  margin: 0;
}

.primeraNoticia > div {
  flex-direction: column-reverse;
}

.primeraNoticia > div > div {
  margin-top: 15px;
}

.noticiaCascada > div > div:not(.ull) {
  margin-right: auto;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.noticiaCascada > div > div > p {
  margin-right: 5%;
  font-size: 18px;
}

.noticiaPrincipal > div > div > p {
  font-size: 18px;
}

.imgPrincipal,
.primeraImgNoticiaCascada,
.imgNoticia {
  position: relative;
}

.imgPrincipalUnicas {
  width: 210%;
}

.imgPrincipalUnicas > img {
  width: 100%;
}

.imgPrincipal > img {
  max-width: 100%;
  height: auto;
}

.imgNoticia > img:not(.play) {
  max-width: 143%;
  height: auto;
  margin-left: -60px;
  aspect-ratio: 16/9;
}

.primeraImgNoticiaCascada {
  /* max-width: 45%; */
  min-width: 45%;
  height: auto;
  overflow: hidden;
  max-height: 450px;
}

.primeraImgNoticiaCascada > img {
  width: 100%;
}

.imgNoticiaCascada {
  max-width: 34%;
  min-width: 34%;
  height: auto;
  position: relative;
  margin-bottom: auto;
}

.imgNoticiaCascada > img {
  width: 100%;
}

h2 {
  margin: 13px 0 0 0;
  font-weight: normal;
}
.gran {
  font-size: 2.2em;
}
.containerTemps > div > p {
  margin-top: 44px;
}

.containerEsports > div > p {
  margin-top: 44px;
}

.containerDarrersTitulars > div > p {
  margin-top: 44px;
}

.containerDarrersTitulars > div > h2 {
  font-size: x-large;
}

.containerEspecial > div > h2,
.containerEsports > div > h2,
.containerTemps > div > h2,
.containerDarrersTitulars > div > h2 {
  font-family: "Roboto";
  font-weight: bold;
}

.containerRadio > div:nth-child(1) > h3,
.containerTV > div:nth-child(1) > h3 {
  font-size: x-large;
  margin-top: 0%;
  margin-bottom: 8px;
}

.columnaLateral > .containerBuscador {
  margin-top: 0;
}

.containerBuscador,
.containerRadio,
.containerTV,
.containerTemps {
  position: relative;
}

.columnaLateral > .containerDirecte {
  margin-top: 0;
}

.outer > .menuButtons > .containerDirecte {
  margin-top: auto;
}

.outer > .menuButtons > .containerTV {
  margin-bottom: auto;
}

.outer > .menuButtons > .containerDirecte > a {
  width: 50%;
  margin: auto;
  max-width: 225px;
}

.outer > .menuButtons > .containerDirecte > a > img {
  margin-bottom: 15px;
}

.outer > .menuButtons > .containerDirecte > a > div {
  margin-top: 3px;
  font-family: "Roboto";
  font-weight: bold;
}

.outer > .menuButtons > .containerRadio,
.outer > .menuButtons > .containerTV {
  margin-top: 45px;
}

.outer > .menuButtons > .containerRadio > .flex,
.outer > .menuButtons > .containerTV > .flex {
  margin: 0 auto 8px;
  max-width: 225px;
}

.outer > .menuButtons > .containerRadio > .flex {
  width: 57%;
  min-width: 225px;
}

.outer > .menuButtons > .containerTV > .flex {
  width: 76%;
}

.outer > .menuButtons > .containerTV > .flex > .iconos {
  /*padding: 0px 10.4px 0; */
}

.outer > .menuButtons > .containerRadio > .flex > .iconos,
.outer > .menuButtons > .containerTV > .flex > .iconos {
  width: 45.47px;
}

.outer > .menuButtons > .containerRadio > .flex > .iconos > div,
.outer > .menuButtons > .containerTV > .flex > .iconos > div {
  font-weight: bold;
}

.outer > .menuItems > a {
  margin-left: 33%;
}

.containerDirecte > a {
  text-decoration: none;
}

.containerDirecte > h2 {
  font-family: "Roboto";
  font-weight: bold;
  margin-bottom: 15px;
}

.columnaLateral > .containerRadio {
  margin-top: 0;
  margin-bottom: 0;
}

.columnaLateral > .containerTV {
  margin-top: 0px;
  margin-bottom: 0;
}

.containerTV > a > .flex > h3 {
  width: 45%;
  color: white;
  margin: 10px 18% 10px 0;
}

.containerRadio > a > .flex > h3 {
  width: 61%;
  color: white;
  margin: 10px 18% 10px 0;
}

.containerRadio p,
.containerTV p {
  margin-bottom: 0;
}
.containerRadio > a,
.containerTV > a {
  text-decoration: none;
}
.smallLine {
  position: relative;
}

.smallLine::after {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 54%;
  height: 0;
  content: "";
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.fondoAzul {
  background-color: #1f4e5f;
  color: white;
  margin-bottom: 20px;
  border-radius: 13px;
}

.fondoAzul > h3 {
  padding-right: 5px;
}

.icnTV,
.icnRad {
  width: 29%;
  margin: auto;
}

.containerEspecial > div > p,
.containerEsports > div > p,
.containerTemps > div > p,
.containerDarrersTitulars > div > p {
  margin: 0;
}

/* .containerEspecial > div:nth-child(3),
.containerEsports > div:nth-child(3),
.containerTemps > div:nth-child(3) {
  margin-bottom: 45px;
  margin-top: 45px;
} */

.containerEspecial > div,
.containerEsports > div,
.containerTemps > div {
  margin-bottom: 26px;
  margin-top: 45px;
}

.containerDarrersTitulars > div:not(.flex) {
  margin-bottom: 45px;
  /* margin-top: 45px; */
}

.containerEsports,
.containerEspecial {
  position: relative;
}

.columnaLateral > .containerEspecial {
  margin: 40px 0 0;
}

.banner {
/*  background-image: url("https://ib3cdn.s3.eu-west-1.amazonaws.com/img/noticia/bannerEspecial.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-decoration: none;
  padding: 8px;
  position: relative;
  height: 44px;
*/
    text-decoration: none;
    padding: 8px 0 30px 8px;
    position: relative;
    height: auto;
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(0, 70, 85));
    border-radius: 10px;
    color: white;
    font-size: 18px;
}

.banner > h6 {
  margin: 0;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 0.9em;
}

.containerEspecial > div > .banner > img {
  width: 35%;
  position: absolute;
  right: -5px;
  bottom: 0px;
}
.especialImg {
  width: 95%;
  top: 10px;
  position: relative;
}
.containerTV::after:not(.mov),
.containerEsports::after,
.containerEspecial::after,
.containerTemps::after {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 0;
  content: "";
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.outer > .menuButtons > .containerTV > div::after {
  border: none;
}

.containerTV > div::after,
.containerEspecial > div::after,
.containerEsports > div:not(:last-child)::after,
.containerTemps > div:not(:last-child)::after,
.containerDarrersTitulars > div:not(:last-child, .flex):after {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 0;
  content: "";
  border-top: 1px solid #dadce0;
  border-bottom: 1px solid #dadce0;
}

.containerTV > div::after {
  bottom: -32px;
}

.containerEspecial > div::after {
  bottom: -22px;
}

.containerEspecial > div:not(.flex),
.containerEsports > div:not(.flex),
.containerTemps > div:not(.flex),
.containerDarrersTitulars > div:not(.flex) {
  position: relative;
}

.containerEsports > .flex,
.containerTemps > .flex,
.containerDarrersTitulars > .flex {
  margin-top: 10px;
  margin-bottom: 8px;
}

.containerEspecial > .flex {
  margin-top: 26px;
}

.containerEspecial > .flex > a:first-child {
  margin-bottom: 26px;
}
.imgEspe {
  position: absolute;
  opacity: 0.1;
  left: 0px;
  top: 4px;
  z-index: -1;
}
.iconNContainer {
  width: 21%;
  margin-top: 13px;
}

.iconN {
  width: 100%;
}

.socials > .iconN {
  width: 28px;
}

h1 {
  margin-top: 0;
}

.containerRadio > div:first > h3 {
  margin-top: 0;
}

.fondoAzul > h3 {
  font-weight: normal;
  font-size: small;
}

.containerRadio > div > h3:not(.darkBlue),
.containerTV > div > h3:not(.darkBlue) {
}

.containerRadio > div > div,
.containerTV > div > div {
  font-family: "Roboto";
  margin-bottom: 15px;
  font-size: small;
}

.containerRadio > div > a,
.containerTV > div > a {
  text-decoration: none;
}

.containerRadio > div.flex {
  margin-bottom: 8px;
}
.containerRadio > div > a:hover,
.containerTV > div > a:hover {
  background-color: #b2c7cc;
}
.iconos {
  /*background-color: #b2c7cc;*/
  height: 65px;
  border-radius: 5px;
  margin: auto;
  min-width: 35px;
}

.tele > .iconos {
  /*
  padding: 0px 10.4px 0;
  margin: 0;
  */
}

.tele > .iconos:first-child {
/*
  margin-right: auto;
*/
}

.tele > .iconos > img {
  height: 37px;
  margin-top: 6px;
}

.tele > .iconos > div {
  margin-top: -3px;
}

.iconos > div {
  font-family: "Roboto";
  font-size: 9px;
  text-align: center;
  margin: auto;
  margin-top: -5px;
}

.outer > .menuButtons > .containerTV > .flex > .iconos > div {
  margin-top: -2px;
}

.iconos > img {
  width: auto;
  height: 40px;
}

.outer > .menuButtons > .containerRadio > .flex > .iconos > img {
  height: 40px;
}

.outer > .menuButtons > .containerTV > .flex > .iconos > img {
  height: 36px;
}

.buscador {
  background-color: #b2c7cc;
  border-radius: 8px;
  overflow: hidden;
  height: 26px;
}

#cercador {
  width: 65%;
  border: none;
  margin-left: 8%;
  background: none;
  font-family: "Roboto";
  /* text-decoration: none; */
}

#cercadorNav {
  /* text-decoration: none; */
}

#cercador:focus,
#cercadorNav:focus,
#cercadorNavScroll:focus {
  outline: none;
}

input::placeholder,
input::-webkit-input-placeholder,
input::-ms-input-placeholder {
  font: 15px/3 sans-serif;
  font-family: "Roboto";
  color: #1f4e5f;
  font-weight: bold;
}

.lupa {
  max-width: 10%;
  margin-left: auto;
  margin-right: 4%;
  cursor: pointer;
}

.lupaNav {
  width: 25px;
  margin-right: 0;
  cursor: pointer;
}

.autoMargin {
  margin: auto;
}

.mosca {
  width: 61px;
  /* margin: 35px 0; */
}

.flex {
  display: flex !important;
}

.flexColumn {
  flex-direction: column;
}

.footer {
  /* background-image: url("https://ib3cdn.s3.eu-west-1.amazonaws.com/img/noticia/fondoFooter.png"); */
  background-image: url("https://ib3cdn.s3.eu-west-1.amazonaws.com/img/noticia/fondoFooter2.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -1px;
  background-position: right;
  margin-top: auto;
  padding: 0 6.4% 0 7.3%;
  position: relative;
}

.footer > div {
  width: 100%;
}

/* .grupoIzquierdo,
.grupoCentral,
.grupoDerecho {
  flex: 1;
  margin: auto;
} */

.grupoIzquierdo {
  margin: auto;
  margin-left: 0;
  margin-top: 45px;
}

.grupoDerecho {
  margin: auto;
  margin-right: 0;
  padding-bottom: 44px;
  margin-top: 45px;
}

.grupoDerecho > div {
  /* margin-top: 45px; */
  margin-bottom: 13px;
}

.grupoDerecho > div.flex > div.flex {
  margin-left: auto;
  margin-bottom: auto;
}

.grupoDerecho > p {
  /* margin-left:auto; */
  color: #b2c7cc;
  font-size: 0.6em;
}

.grupoDerecho > p > a {
  color: white;
}

.grupoDerecho > p.cookies {
  font-size: 0.9em;
}

.grupoIzquierdo > .columnasContainer {
  /* color: #235b67; */
  /* margin: 32px 0 0; */
}

.grupoIzquierdo > .columnasContainer > div:first-child {
  margin-left: 0;
}
.grupoIzquierdo > .columnasContainer > div:last-child {
  margin-right: 0;
}

.grupoCentral > .cookies {
  color: #b2c7cc;
  font-size: 0.9em;
  margin-bottom: 7%;
}

.separadores {
  border-right: 1px solid #b2c7cc;
  border-left: 1px solid #b2c7cc;
}

.grupoCentral > .columnasContainer {
  margin-bottom: 7%;
  margin-top: 6%;
}

.grupoIzquierdo > .infoFooter {
  margin-bottom: 17px;
}

.grupoDerecho > .infoFooter {
  margin-top: auto;
  /* margin-bottom: 17px; */
}

.grupoDerecho > .infoFooter > div > a {
  margin: 3.2px 0;
  font-family: "Roboto";
  margin-left: auto;
}

.grupoDerecho > .infoFooter > div > a:last-child {
  margin-bottom: 0;
}

.grupoDerecho > .infoFooter > p {
  /* margin-top: 25px; */
}

.infoFooter {
  /* margin-top: auto;
  margin-bottom: 3px;
  margin-left: auto; */
  font-size: 0.8em;
}

.textRight {
  text-align: right;
}

.infoFooter > p {
  /* text-align: right; */
  color: white;
  font-size: 0.9em;
  margin: 2px 0;
}

.columnaFooter {
  /* margin: 22px auto 25px 0; */
}

.columnaFooter ~ .columnaFooter {
  /* margin-left: auto; */
}

.columnaFooter > a,
.columnaFooter > div {
  margin: 0 2.9vw;
}

.columnaFooter:first-child > div {
  margin-left: 0;
}

.columnaFooter > div > div,
.columnaFooter > div > a {
  margin: 9px 0;
  text-decoration: none;
  color: white;
  font-family: "Roboto";
  font-size: 0.9em;
}

.columnaFooter > div > div {
  margin-top: 0;
  color: #b2c7cc;
}

.columnaFooter > div > a:last-child {
  margin-bottom: 0;
}

.hideEmbed {
  display: none !important;
}

video {
  width: 100%;
}
/*
iframe {
  height: 337.5px;
  width: 600px;
}
*/
.youtubePlayer > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.youtubePlayer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

#videoPopup > div {
  width: 100%;
}

.play {
  position: absolute;
}

.meteo > .noticiaH > div > .imgNoticia > .play {
  width: 36%;
  top: 25%;
  right: 32%;
  left: unset;
}
.titi {
  font-size: 24px;
}
.imgNoticia > .play,
.imgNoticiaCascada > .play,
.imgPrincipal > .play,
.primeraImgNoticiaCascada > .play {
  width: 8%;
  bottom: 13px;
  left: 10px;
}

#videoPopup > div {
  position: relative;
}

.exitVideoPopup {
  position: absolute;
  right: 6px;
  top: -30px;
  cursor: pointer;
  padding: 2px 7px;
  text-align: center;
  border-radius: 24px;
  background-color: #b2c7cc;
  font-weight: bold;
  font-family: "Roboto";
}

.iconNPre {
  width: 24px;
  margin-right: 4px;
}

.esports {
  margin-top: 0;
  font-family: "Roboto";
  font-weight: bold;
}

.primeraNoticia > .esports {
  margin-bottom: 5px;
}

.dual {
  grid-column: span 3;
  margin-bottom: 50px;
  margin-top: 60px;
}

.seccioEsports > .portada {
  border: none;
}

.seccioEsports > .noticiasHorizontales {
  padding: 0;
  border-bottom: 2px solid #dadce0;
}

.seccioEsports > .noticiasHorizontales > div:nth-child(1)::before {
  top: -83px;
}

.seccioEsports > h2 {
  grid-column: span 6;
  font-family: "Roboto";
  font-weight: bold;
}

.seccioEsports > .titleRfef {
  color: #a01721;
  border-top: 2px solid #a01721;
  margin-top: 0;
  padding-top: 20px;
}

.seccioEsports > .rfef {
  grid-column: span 2;
  margin-top: 30px;
}

.equipo {
  grid-column: span 6;
  padding: 21px;
}

.equipo > div:first-child {
  margin-bottom: 20px;
}

.equipo > div > h2 {
  color: white;
  font-family: "Roboto";
  font-weight: bold;
  margin-right: auto;
  margin-top: auto;
}

.equipo > div > img {
  height: 58.9px;
  margin-right: 10px;
}

.equipo > div > .grid-container {
  grid-gap: 20px;
  width: 91%;
  min-width: 56%;
  margin-right: 20px;
}

.equipo > div > .flex > a:first-child {
  margin-bottom: 20px;
}

.equipo > div > .grid-container > a:first-child {
  grid-column: span 2;
}

.equipo > div > .grid-container > a > img {
  max-width: 100%;
}

.equipo > div > .flex > a > img {
  max-width: 100%;
}

.equipo > div > .flex {
  flex-direction: column;
}

.vermell {
  background-color: #a01721;
}

.blau {
  background-color: #00319b;
  padding-top: 26px;
}

.verdFosc {
  background-color: #014655;
  color: white;
}

.meteo {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.meteo + .barraHNoticiaCascada::before,
.ullContainer + .barraHNoticiaCascada::before {
  border: none;
}

.barraHNoticiaCascada:nth-of-type(24) {
  /* background-color:#00319b; */
}

.meteo > .flex {
  grid-column: span 4;
}

.ullContainer {
  padding: 0;
  display: flex;
  flex-direction: column;
  /* background-color: #014655; */
  /* width: 111.6%;
  margin-left: -6%; */
}

.ullContainer > a {
  margin: 12px auto 0;
  color: white;
  font-size: 24px;
}

.ullContainer,
.ull > a {
  position: relative;
}

.sliderContainer {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  /* scroll-behavior: smooth;
  scroll-snap-type: x mandatory; */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.sliderContainer::-webkit-scrollbar {
  display: none;
}

.sliderContainer > div:last-child {
  margin-right: 1px;
}

.ull {
  margin: 0;
  margin-top: 20px;
  flex: 0 0 100%;
}

.ull > a {
  display: flex;
  flex-direction: column;
}

.ull > a > img {
  width: 100%;
}

.ullContainer > .next,
.ullContainer > .prev {
  width: 6%;
  position: absolute;
  top: 48%;
  cursor: pointer;
}

.ullContainer > .next {
  right: 2%;
}

.ullContainer > .prev {
  left: 2%;
}

/*cambios figure*/
.ull > a > figcaption {
  position: absolute;
  bottom: 0;
  height: 21%;
  display: flex !important;
  padding: 0 !important;
  font-family: "Roboto";
  width: 100%;
}

.degradado {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.degradado > div {
  margin: auto 2% 30px;
}

#scrollNav {
  background-color: #014655;
  position: fixed;
  top: -50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 3;
  display: flex;
  height: 50px;
}

#scrollNav > div {
  width: 1180px;
}

#scrollNav > div > .logo {
  width: 6%;
  margin: auto 0;
}

#scrollNav > div > .buscador {
  margin-left: auto;
  width: 118px;
}

#scrollNav > div > .seccions > a {
  text-decoration: none;
  margin: auto;
  font-size: 0.9em;
  font-family: "Roboto";
  color: white;
}

.seccions {
  width: 76%;
}

#cercadorNavScroll {
  width: 65%;
  border: none;
  margin-left: 8%;
  background: none;
  font-family: "Roboto";
}
#cookie-notice {
  position: fixed;
  bottom: 0px;
  text-align: center;
  background: #b2c7cc;
  padding: 20px  0;
  margin: 2%;
  border: 3px solid #014655;
  opacity: 0;
  line-height: 35px;
  width: 96%;
  color:#014655;
}
#cn-deny-cookie {
    background: #d7d7d7;
    margin: 10px 0;
    border: 2px solid #014655;
    border-radius: 10px;
    padding: 5px 15px;
    color: #014655;
}    
#cn-accept-cookie {
  background: white;
  margin: 10px  0;
  border: 2px solid #014655;
  border-radius: 10px;
  padding: 5px  15px;
  color: #014655;
}

.cookie-notice-container
a {
  margin: 10px  0;
  padding: 5px;
  color: #014655;
}

.mod_cookie {
  display: none;
  height: 0;
  background: white;;
  margin: 20px
}

.mod_cookie input {
  display: inline-block;
  width: auto;
  clear:both
}

/* .grid-main > div:nth-child(n+14){
  grid-column: 1 / span 7;
} */
.logoN_movil {
	display:none;
	
}
@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1300px) {
  .noticiaPrincipal > div > div > p {
    font-size: 1.3vw;
  }
  .nav,
  .grid-main,
  #scrollNav > div {
    width: 95%;
  }

  .titleSeccions,
  .titleCerca {
    width: 95%;
    margin: 71px auto -90px;
    transform: none;
  }

  .grid-main {
    padding-right: 0;
  }

  .nav > div > a {
    font-size: 1.2vw;
  }

  .seccion {
    font-size: 1.2vw;
  }

  .title,
  .containerDarrersTitulars > div > h2,
  h2 {
    font-size: 1.9vw;
  }

  .containerDirecte > h2 {
    font-size: 1.5em;
  }

  .titleNoticiaH,
  .titleNoticiaH > .title {
    font-size: 1.2vw;
  }

  .titleNoticiaMeteo,
  .titleNoticiaMeteo > .title {
    font-size: 1.15vw;
  }

  .noticiaCascada > div > div > p,
  .noticiaSecundaria > div > div > p {
    font-size: 1.3vw;
  }

  .columnaLateral {
    padding-left: 4vw;
    grid-row: 1 / 18;
  }

  .containerTemps > div > p,
  .containerDarrersTitulars > div > p,
  .containerEsports > div > p {
    font-size: 1.3vw;
  }

  .footer > .flex > .columnaFooter:not(:first-child) {
    padding: 0 15px;
  }

  .footer > div:first-child {
    /* padding-right: 30px; */
  }

  .ullContainer {
    /* margin-left: -3.3%; */
  }

  .meteo > .flex > a {
    font-size: 24px;
  }

  .meteo > .flex {
    margin: auto;
  }

  /* .nav {
    min-width: unset;
    width: 75%;
  }

  .grid-main {
    padding-right: 36px;
  }

  .grid-main,
  .noticiasHorizontales {
    grid-gap: 0px;
  }

  .grid-main,
  .titleSeccions,
  .titleCerca {
    min-width: unset;
    width: 70%;
  }

  .columnaLateral {
  }

  #directeEmbed {
  }

  .noticiaPrincipal,
  .noticiaSecundaria,
  .noticiaH,
  .noticiaCascada {
    padding: 22px 0;
    border-top: 2px solid #dadce0;
    border-bottom: none;
  }

  .noticiaPrincipal{
    border-top: none;
  }

  .grid-main > div:nth-of-type(2) {
    border-top: none;
  }

  .meteo > .flex {
    margin-top: 10px;
  }

  .meteo > .flex > .seccion {
    margin-bottom: 0;
  }

  .meteo + .noticiaCascada {
    border-top: none;
  }

  .meteo > .noticiaH {
    border-top: none;
  }

  .meteo > .noticiaH ~ .noticiaH {
  }

  .meteo > .noticiaH > div > .flex > .titleNoticiaMeteo > .title {
    font-family: "Libre Caslon Text";
    font-size: 1.5em;
  }

  .ullContainer {
    border-top: none;
    padding: 0;
  }

  .ullContainer + .noticiaCascada {
    border-top: none;
  }

  .cercant {
    border: none;
    margin: auto;
  }

  .noticiaPrincipal,
  .noticiaSecundaria,
  .noticiaH {
    grid-column: 1 / span 6;
    position: relative;
    margin: 0;
  }

  .noticiaPrincipal {
    padding-right: 0;
  }

  .noticiaPrincipal > div > div{
    width: 51.3%;
  }

  .noticiaPrincipal > div > div,
  .noticiaSecundaria > div > div,
  .noticiaH > div > div {
    margin-right: 5%;
  }

  .hide {
    display: block;
  }

  .subeImg > div,
  .noticiaSecundaria > div {
    display: flex;
  }

  .imgPrincipal,
  .imgPrincipalUnicas,
  .imgNoticia,
  .imgNoticiaCascada {
    max-width: 41%;
    min-width: 41%;
    margin: auto 0 auto auto;
    overflow: hidden;
    width: unset;
  }

  .imgPrincipal > img,
  .imgPrincipalUnicas > img,
  .imgNoticiaCascada > img {
    max-width: 143%;
    height: auto;
    width: unset;
    margin-left: -60px;
  }

  .dual > div > .imgNoticiaCascada > img,
  .rfef > .imgNoticiaCascada > img {
    width: 100%;
    margin-left: 0;
  }

  .noticiasHorizontales {
    padding: 0;
  }

  .imgPrincipal {
    overflow: hidden;
  }

  .imgPrincipal > img {
  }

  .noticiaH > div > a {
    width: 100%;
  }

  .noticiaCompleta > .imgPrincipal {
    max-width: 100%;
    margin: 0;
  }

  .titleNoticiaH {
    font-size: 1.5em;
    margin-top: 13px;
  }

  .barraHSecundaria::before,
  .barraHNoticiaH::before,
  .barraLateral::before {
    border: none !important;
  }

  .grid-main
    > div:not(
      .columnaLateral,
      .noticiaPrincipal,
      .primeraNoticia,
      .noticiaCompleta,
      .noticiasHorizontales,
      .barraHNoticiaCercada,
      .noEncontrado,
      .cercant
    )::before,
  .noticiaSecundaria::before,
  .grid-main > .noticiasHorizontales > div:nth-child(1)::before,
  .noticiaH::before {
    border: none;
  }

  .noticiaH {
    position: relative;
  }

  h1 {
    margin-top: 0;
    font-size: 1.5em;
  }

  h2 {
    color: rgb(0, 70, 84);
  }

  .noticiaH p.darkBlue {
    color: black;
  }

  .fullPrincipal > div > div {
    padding: 0;
  } */
}

@media only screen and (max-width: 1200px) {
  /* .mainNav,
  .logoN {
    display: none !important;
  }

  .navMovil {
    display: flex;
  }

  .outer {
    display: flex;
  }

  .outerCerca {
    display: flex;
  }

  .logoNMovil {
    width: auto;
    height: 20px;
    margin: auto;
  }

  .noEncontrado {
    margin: auto;
  }

  .grid-main {
    grid-gap: 0;
    margin-top: 35px;
    min-height: 20vh;
    padding-right: 0;
  }

  .noticiasHorizontales {
    grid-gap: 0;
  }

  .titleSeccions,
  .titleCerca {
    margin-bottom: -56px;
  }

  .columnaLateral {
    display: none !important;
  }

  

  .imgPrincipal,
  .imgNoticia,
  .imgNoticiaCascada {
    margin: auto;
  }
  
  .noticiaPrincipal,
  .noticiaSecundaria,
  .noticiaH {
    grid-column: 1 / span 7;
  }

  .noticiasHorizontales,
  .noticiaCascada {
    grid-column: span 7;
  }

  .noticiaCompleta {
    grid-column: 1 / span 7;
  } */
}
.publi_top {
	background: #dadce0;
	padding: 5px;
}
.publi_lat{
  position:fixed;
  top:0px;
  max-width: 170px;
  height: 100vw;
  padding: 5px;
  overflow:hidden;
  background: #dadce0;
}
.publi_centro {
}
@media only screen and (max-width: 1530px) {
	.publi_lat{
		display:none;
	}
}
@media only screen and (max-width: 984px) {
	.hidden_md {
		display:none;
	}

  #scrollNav > div > .seccions > a {
    font-size: 0.7em;
  }
  /* .subeImg > div,
  .noticiaSecundaria > div,
  .noticiaCascada > div:not(.sliderContainer) {
    flex-direction: column-reverse;
  }

  .noticiaPrincipal > div > a{
    float: none;
  }

  .noticiaPrincipal > div > div{
    width: 100%;
  }

  .imgPrincipal,
  .imgNoticia,
  .imgNoticiaCascada,
  .primeraImgNoticiaCascada {
    max-width: 100%;
    margin: 0;
  }

  .imgNoticia > img:not(.play),
  .imgPrincipal > img,
  .imgPrincipalUnicas > img,
  .imgNoticiaCascada > img {
    max-width: unset;
    width: 100%;
    margin: 0 !important;
  }

  .imgNoticia > .play {
    width: 23%;
    top: 29%;
    right: 38%;
  }

  .imgPrincipalUnicas {
    max-width: 100%;
    margin: 0;
  }

  h1,
  h2 {
    font-size: 1.6em;
    margin-top: 10px;
  }

  h3,
  p {
    font-size: 1em;
  }

  #next > img {
    width: 16%;
  }

  .footer {
    background-image: url("https://ib3cdn.s3.eu-west-1.amazonaws.com/img/noticia/fondoFooterMovil.jpg");
    min-height: 41.1vw;
  }
  .footer > .flex {
    display: none !important;
    width: 100%;
  }
  .footer > .flex ~ .flex {
    display: flex !important;
  }
  .infoFooter {
    margin-bottom: 4.7%;
  }
  .infoFooter > p:not(.cookies) {
    display: none;
  }
  */
  .footer {
    padding: 0 3.4% 0 4.3%;
  }
}

@media only screen and (max-width: 767px) {
  .titleSeccions,
  .titleCerca {
    margin: 24px auto -68px;
  }

  .hide {
    display: block;
  }

  #scrollNav {
    display: none;
  }

  .logoN {
    display: none !important;
  }
/*
  .mainNav {
    display: none !important;
  }
*/
  .grid-main {
    margin-top: 35px;
  }

  .columnaLateral {
    display: none !important;
  }

  .noticiaPrincipal,
  .noticiaSecundaria,
  .noticiaH {
    grid-column: 1 / span 7;
    padding: 0;
  }

  .noticiasHorizontales,
  .noticiaCascada {
    grid-column: span 7;
  }

  .noticiaCompleta {
    grid-column: 1 / span 7;
  }

  .noticiaSecundaria > div,
  .noticiaCascada:not(.ullContainer) > div {
    display: flex;
    flex-direction: column-reverse;
  }

  .imgNoticiaCascada {
    max-width: unset;
  }

  .navMovil {
    display: flex;
  }

  .outer {
    display: flex;
  }

  .outerCerca {
    display: flex;
  }

  .logoNMovil {
    width: auto;
    height: 20px;
    margin: auto;
  }
  .grid-main > .noticiasHorizontales > article:nth-child(1)::before {
    border: none;
    width: 0;
  }

  .barraHNoticiaCascada::before {
    border: none;
    width: 0;
  }

  .noticiaPrincipal > div > a {
    float: none;
    height: 100%;
    display: block;
  }
  .noticiaPrincipal.barraLateral::before {
    border: none;
    width: 0;
  }
  .imgPrincipal > img:not(.play) {
    max-width: unset;
    width: 100%;
  }

  .noticiaSecundaria > div > div {
    margin-top: 9px;
  }

  h2,
  .title,
  .containerDarrersTitulars > div > h2,
  .titleNoticiaH,
  .titleNoticiaH > .title {
    font-size: 1.2em !important;
    margin-top: 10px;
  }

  h3,
  .noticiaPrincipal > div > div > p,
  .noticiaCascada > div > div > p,
  .noticiaSecundaria > div > div > p,
  .titleNoticiaMeteo,
  .titleNoticiaMeteo > .title {
    font-size: 1em;
  }
  .seccion {
    font-size: unset;
  }

  .noticiaSecundaria::before,
  .noticiaSecundaria ~ .noticiaSecundaria::before {
    border: none;
    width: 0;
  }

  /*cambios article*/
  .noticiasHorizontales:not(.meteo) > article:not(:last-child, .meteo),
  .grid-main
    > article:not(:last-child, :nth-last-child(2), .meteo, .ullContainer),
  .grid-main > section:not(.meteo, .ullContainer) {
    border-bottom: 2px solid #dadce0;
  }

  .noticiasHorizontales,
  .noticiaCascada,
  .noticiaCascada > div > div:not(.ull) {
    padding: 0;
  }
  .noticiaH > div > a {
    width: 100%;
  }
  .imgNoticia > img:not(.play) {
    max-width: unset;
    width: 100%;
    margin-left: 0;
  }
  .noticiaH {
    margin-top: 0;
  }
  .play {
    width: 30%;
    right: 35%;
  }
  .meteo {
    padding-bottom: 20px !important;
  }
  .ullContainer {
    width: 105.2%;
    margin-left: -2.6%;
  }
  .ullContainer > .next,
  .ullContainer > .prev {
    width: 9%;
  }
  /*cambios figure*/
  .ull > a > figcaption {
    height: 23%;
  }
  #next {
    grid-column: 1 / span 7;
  }
  #next > img {
    width: 31%;
  }
  .grid-main {
    margin-bottom: 10px;
  }
  .columnaFooter {
    display: none;
  }
  .footer > div > .grupoIzquierdo {
    display: none !important;
  }
  .footer > div {
    width: 100%;
    margin-top: auto;
  }
  .infoFooter > p:not(.cookies) {
    /* display: none; */
  }
  .footer {
    background-image: url("../img/fondoFooterMovil.jpg");
    min-height: 41.1vw;
  }
  .outer > .menuButtons > .containerRadio > .flex {
    min-width: 176px;
  }

  .grupoDerecho {
    margin-top: 30px;
    padding-bottom: 25px;
    width: 100%;
  }

  .grupoDerecho > div {
    margin-bottom: 21px;
  }

  .mosca {
    width: 48px;
  }

  .grupoDerecho > div > div > .shareIcon {
    width: 39px;
    margin: auto 8px;
  }

  .grupoDerecho > .infoFooter {
    margin-bottom: 9px;
  }

  .grupoDerecho > p.cookies {
    font-size: 0.7em;
    margin: 0;
  }

  .grupoDerecho > p {
    margin-bottom: 0px;
  }
  #tags {
    display: none !important;
  }
  .oculto_mv {
	  display:none !important;
  }
  .data, .tempsWidget {
	  margin-top:10px;
	  font-size:14px;
  }
  .tempsWidget>div>span:first-of-type {
	  margin:0 auto 0 80px;
  }
  .mainNav>div:first-child {
	  border-bottom:0;
  }.temps_logo {
	  left:20px;
  }
  article {
	  margin-bottom:40px;
  }
  .logoN_movil {
	  display:block;
	  width:85px;
	  margin:15px auto -20px !important;
  }
} 

@media only screen and (max-width: 650px) {
  /* .grid-main {
    grid-template-columns: repeat(4, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    width: 90%;
  }

  .titleSeccions,
  .titleCerca {
    margin-left: 50%;
    margin-top: 36px;
    width: 90%;
  }

  .noticiaPrincipal,
  .noticiaSecundaria,
  .noticiaH,
  .noticiaCascada,
  .noticiasHorizontales {
    grid-column: span 4;
  }

  .noticiaCompleta > .seccion {
    font-size: 12pt;
    margin-top: -8px;
  }

  .noticiaCompleta > .title {
    font-size: 25pt;
    line-height: 30pt;
    margin-top: 18px;
  }

  .noticiaCompleta > p:first-of-type {
    font-size: 16pt;
    line-height: 19pt;
  }

  .fecha {
    font-size: 11pt !important;
  }

  .noticiaCompleta > p:not(:nth-child(2), :nth-child(3)) {
    line-height: 21pt;
    font-size: 14pt;
  }

  .autor > p {
    font-size: 11pt !important;
  }

  .twitter {
    font-size: 11pt;
  }

  #next > img {
    width: 25%;
    margin-top: -70px;
  }

  iframe {
    height: 232.4px;
    width: 413px;
  }

  .exitVideoPopup {
    right: 0;
    top: -26px;
  }

  .outer > .menuButtons > .containerRadio > .flex {
    width: 75%;
    min-width: unset;
  } */
  .footer.hide {
    display: flex;
  }

  .infoFooter > p {
    font-size: 0.7em;
  }
}

@media only screen and (max-width: 477px) {
  /* .degradado > div {
    margin: auto 2% 9px;
    font-size: x-small;
  } */
}

@media only screen and (max-width: 417px) {
  /* .outer > .menuButtons > .containerRadio > .flex,
  .outer > .menuButtons > .containerTV > .flex {
    width: 100%;
  }

  iframe {
    height: 209.3px;
    width: 372px;
  } */
}

@media only screen and (max-width: 375px) {
  /* .outer > .menuButtons > .containerDirecte > a {
    width: 70%;
  }

  iframe {
    height: 185.5px;
    width: 330px;
  } */
}

@media only screen and (max-width: 332px) {
  /* .outer > .menuButtons > .containerRadio > .flex > .iconos,
  .outer > .menuButtons > .containerTV > .flex > .iconos {
    width: 0;
  }

  iframe {
    height: 156.4px;
    width: 278px;
  }

  .ull > a > div {
    height: 23%;
  } */
}

/* Para comentarios - juanjo */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clear {
  clear: both;
}
#comentarios {
  background: #b2c7cf75;
  width: 100%;
  padding: 35px 0 25px;
  margin: 0 auto;
  margin-top: 60px;
}

#comentarios > div {
  width: 75%;
  margin: auto;
}

#comentarios > div > h2 {
  font-size: 18pt;
  font-family: "Libre Caslon Text";
  color: #014655;
  margin: 0;
}

#comentarios > div > span {
  color: #014655;
  margin-top: 9px;
}

form {
  width: 75%;
  margin: auto;
  margin-top: 20px;
}

.form_req {
  font-size: 20px;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}

.form_req * {
  display: table-cell;
  vertical-align: middle;
}

.form_body {
  margin-bottom: 10px;
}

.form_bodyrow {
  clear: both;
}

.form_bodyrow input,
.form_req {
  float: left;
}

.form_bodyrow > input::placeholder,
.form_bodyrow > input::-webkit-input-placeholder,
.form_bodyrow > input::-ms-input-placeholder {
  color: #606060;
}

input {
  width: 100%;
  font-size: 15px;
  color: #606060;
}

textarea {
  width: 97.4%;
  font-size: 16px;
  resize: none;
  height: 8em;
}

input,
textarea {
  padding: 5px 0px 6px 12px;
  border: 0.5px solid rgb(179, 172, 172);
  color: #606060;
}

#comentarios input {
  width: 40%;
}

.comments_header {
  height: 35px;
  margin-bottom: 10px;
  display: flex;
  align-content: center;
  align-items: center;
}

.comment_info {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  float: left;
}

.comments_header .comment_avatar img {
  float: left;
  border-radius: 100px;
}

.comments_body {
  clear: both;
}

#comentarios input,
textarea {
  margin-bottom: 10px;
}

#comentarios .list_comments {
  padding-left: 10px;
  border-left: 0.5px solid rgb(179, 172, 172);
}

.list_comments li {
  margin-bottom: 30px;
}

.list_comments .comment_author {
  font-weight: bold;
  font-size: 16px;
}

.list_comments .comment_date,
.list_comments .comment_author {
  display: table-cell;
  vertical-align: middle;
}
.bot_news {
  background-color: #014655;
  color: white;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 7px 0;
}
.relative {
  position:relative;
}
.absolute {
  position:absolute;
}
.imgPlayer {
  text-align: center;
  width: 100%;
  top: 50%;
  filter: drop-shadow(16px 16px 10px black);
  cursor: pointer;
}
.imgHover {
  width:80px;
}

