/* Noticias tipo normal (null) y árbol (tipo 1) */
.uahome #seccionNoticiasHome {
    background: #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 20px 0;
}

.uahome #textoTituloNoticias {
    /* font-size: 25px; */
    font-size: 1.5625rem;
    line-height: 25px;
    color: #555;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
  	display: inline-block;
}

.uahome #enlaceMasNoticiasHome {
    color: #555;
    /* font-size: 10px; */
    font-size: .625rem;
    line-height: 10px;
    font-family: "Roboto", sans-serif;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    background: url('https://web.ua.es/secciones-ua/images/home/iconoMas.jpg') no-repeat right center;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 7px;
}

.uahome #enlaceMasNoticiasHome:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.uahome #enlaceRSSHome {
    color: #555;
    font-size: .625rem;
    line-height: 10px;
    font-family: "Roboto", sans-serif;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    background: url('https://web.ua.es/secciones-ua/images/home/icono-rss.png') no-repeat right center;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 7px;
}

.uahome #enlaceRSSHome:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.uahome #parteSuperiorNoticiasHome {
    padding-bottom: 17px;
}

.uahome .noticiaHome p:not(.noticiaNodestacada):not(.tituloNoticia) {
    /* font-size: 13px; */
    font-size: .8125rem;
    line-height: 15px;
    font-weight: 300;
    display: block;
    color: #5d5d5d;
    margin-top: 16px;
    padding-left: 14px;
    padding-right: 14px;
}

.uahome .noticiaHome a:hover {
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.uahome .noticiasResumenHome a {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #5d5d5d;
    font-weight: 300;
    line-height: 13px;
    font-size: .8125rem;
}

.uahome .noticiasResumenHome .separadorNoticiasHome {
    display: block;
    width: 37%;
    height: 1px;
    background: #1d6288;
    margin-top: 10px;
    margin-bottom: 10px;
}

.uahome .noticiasResumenHome a:hover {
    color: #1d6288;
    text-decoration: none;
}

.uahome .noticiaHome,
.uahome .noticiasResumenHome {
    padding-bottom: 20px;
}

.uahome .noticiaHome img {
    /*width: 100% !important;*/
}

.uahome #enlaceMasNoticiasHome:hover {
    text-decoration: none;
    opacity: 0.7;
}



/* AJUSTES IMÁGENES SCALE-DOWN */
/*
.uahome .imagenNoticiaCol1 img,
.uahome .imagenNoticiaPeque img {
    max-width: 100% !important;
  	height: unset !important;
  	width: unset !important;
  	max-height: 270px;
  	object-fit: scale-down;
  	object-position: top;
}
*/
/* Noticias tipo normal */
section[data-type="component-noticias"] #seccionNoticiasHome.tipo-normal img {
  max-width: min(100%, 320px) !important;
  max-height: min(100%, calc(320px * 9/16));
}
  section[data-type="component-noticias"] #seccionNoticiasHome.tipo-normal div.imagenNoticiaCol1 img,
  section[data-type="component-noticias"] #seccionNoticiasHome.tipo-normal div.imagenNoticiaCol2 img
  {
    max-height: min(320px, 100vh);
  }


@supports (object-fit : cover) {
  section[data-type="component-noticias"] #seccionNoticiasHome.tipo-normal img.object-fit-cover:not(.img-peque) {
    object-fit: cover;
    width: 100%;
  }
  	/* para 3/4 cols, independientemente del ancho (no aplica a 1/2cols) */
  	section[data-type="component-noticias"] #seccionNoticiasHome.tipo-normal div.imagenNoticiaPeque img.object-fit-cover:not(.img-peque) {
		height: min(100vh, calc(320px * 9/16));
	}
  	/* tamaños <= xs */
    @media (max-width: 575px) {
        /* imágenes a una columna >320px (sí aplica a 1/2cols) */
        section[data-type="component-noticias"] #seccionNoticiasHome.tipo-normal img.object-fit-cover:not(.img-peque) {
            height: min(100vh, calc(320px * 9/16));
        }
    }
}


/* Noticias tipo árbol (tipo 1) */
section[data-type="component-noticias"] #seccionNoticiasHome.tipo-arbol img.object-fit-cover:not(.img-peque) {
  object-fit: cover;
}

section[data-type="component-noticias"] #seccionNoticiasHome.tipo-arbol .compartir {
    position: relative;
    background-color: White;
    background-color: transparent;
    display: inline-block;
}
