@media all and (max-width: 30em) {
    /* -480 */
}

@media all and (min-width: 30em) {
    /* +480 */
}

@media all and (min-width: 37.5em) {
    /* +600 */
}

@media all and (min-width: 48em) {
    /* +768 */
}

@media all and (min-width: 60em) {
    /* +960 */
}

@media all and (min-width: 64em) {
    /* +1024 */
}

@media all and (min-width: 75em) {
    /* +1200 */
}

@media all and (min-width: 100em) {
    /* +1600 */
}


/*** COLORES COORPORATIVOS
	ROJO: 		#E00538;
	NARANJA: 	#F55E17;

**** FUENTES
	font-family:univers, Arial, Helvetica, sans-serif;letter-spacing:1px;
	font-family:univers, Arial, Helvetica, sans-serif;letter-spacing: 2px;font-weight:bold;
*/

.messages.error {}


/* [PREHEADER] */

.preheader {
    background: #F0F0F0;
    border-bottom: 1px solid #CCC;
}

.region-preheader {
    text-align: center;
}

.bloque-publicidad {
    padding: 1em 0;
}

.region-preheader .bloque-publicidad {
    min-height: 69px;
}

@media all and (min-width: 48em) {
    .region-preheader .bloque-publicidad {
        min-height: 105px;
    }
}

@media all and (min-width: 64em) {
    .region-preheader .bloque-publicidad {
        min-height: 95px;
    }
}

.bloque-publicidad p {
    margin: 0;
}


/* FIN [PREHEADER] */


/* [HEADER] */

.header {
    position: relative;
}

@media all and (max-width: 30em) {
    .header {
        display: none;
    }
}

.date-header {
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    /*width: 33%;*/
    margin-top: 1.6em;
    margin-bottom: .8em;
}

@media all and (max-width: 48em) {
    .date-header {
        display: none;
    }
}

#reloj {
    margin-left: 1em;
}

.date-header:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    border-bottom: 1px solid #CCC;
    top: 3.5em;
}

.header-top {
    display: inline-block;
}

.lista-redes {
    line-height: .8em;
}

.lista-redes li {
    margin-bottom: 0;
}

.lista-redes li a {
    display: block;
}

.lista-redes li a i {
    display: block;
}

.lista-redes li a i:before {
    display: block;
}

@media all and (max-width: 30em) {
    .date-header {
        width: 100%;
        display: none;
    }
    .header-top {
        display: block;
        text-align: center;
    }
    .user-header a i {
        font-size: 1.8em;
    }
    .lista-redes li a i {
        font-size: 1em;
    }
}

@media all and (min-width: 48em) {
    .header-top {
        float: right;
    }
}

.block-redes-sociales-header {
    display: inline-block;
    margin: 1.15em 0;
}

.lista-redes li {
    display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
}

.lista-redes li a {
    text-decoration: none;
    color: #666;
}

.lista-redes li a:hover,
.lista-redes li a:focus {
    color: #E00538;
}

.lista-redes li a i {
    font-size: 1.4em;
}

@media all and (max-width: 30em) {
    .block-redes-sociales-header {
        margin-top: 1em;
        text-align: center;
    }
    .lista-redes li a i {
        font-size: 1em;
    }
}

.bloque-newsletter-user {
    display: inline-block;
}

.bloque-newsletter-user a {
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    font-style: normal;
    margin: 0 0.5em;
    display: block;
}

.bloque-newsletter-user a i {
    font-style: normal;
    margin-right: 0.2em;
    color: #666;
    position: relative;
}

.bloque-newsletter-user a:hover,
.bloque-newsletter-user a:focus,
.bloque-newsletter-user a:hover i,
.bloque-newsletter-user a:focus i {
    color: #E00538;
}

.newsletter-header a i {
    font-size: 1.8em;
    top: 2px;
}

.user-header a i {
    font-size: 2.2em;
    top: 7px;
}

@media all and (max-width: 30em) {
    .user-header a i {
        font-size: 1.8em;
    }
}

.bloque-newsletter-user a span {
    line-height: 1;
}

.newsletter-header {
    display: inline-block;
    padding-top: 1em;
}

.user-header {
    display: inline-block;
    padding: 0.25em 0;
    border-left: 1px solid #CCC;
}

.user-header i {
    height: 0;
}

.user-header span {
    width: 60px;
    display: inline-block;
    margin-left: 5px;
}

.logo-ondas {
    max-width: 130px;
}

.logo-ondas .content a {
    display: block;
    padding: 6px 6px 0;
}

.logo-ondas .content a:hover,
.logo-ondas .content a:focus {
    box-shadow: -5px 0 15px -3px rgba(0, 0, 0, .25);
    border-radius: 6px;
}

@media all and (max-width: 48em) {
    .logo-ondas {
        display: none;
    }
}

@media all and (max-width: 30em) {
    .bloque-newsletter-user a span {
        display: none;
    }
}

@media all and (min-width: 30em) {
    .logo-ondas {
        /*width: 130px;
        position: absolute;
        top: 7em;*/
    }
}

@media all and (min-width: 30em) {
    .newsletter-header {
        border-right: 1px solid #CCC;
        border-left: 1px solid #CCC;
    }
    .bloque-newsletter-user {
        border-right: 1px solid #CCC;
    }
}

@media all and (min-width: 48.1em) {
    .logo-ondas {
        position: absolute;
        left: 0;
        top: 8em;
        z-index: 1;
    }
}


/*logo*/

.logo {
    text-align: center;
    margin: 0;
    position: relative;
    margin: 0 auto;
    line-height: .8em;
}

.logo a {
    position: relative;
    display: inline-block;
    margin-top: 1em;
    padding: 15px 15px 0;
}

.logo a:hover,
.logo a:focus {
    box-shadow: 0 -4px 15px -3px rgba(0, 0, 0, .25);
    border-radius: 10px;
}


/* Para IE que es especial */

.logo a img {
    display: block;
}

@media all and (max-width: 75em) {
    .header-logo {
        text-align: center;
    }
    .logo {
        width: 60%;
    }
}


/* FIN [HEADER] */


/* [NAV] */


/* Logo responsive */

.logo-movil {
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    margin: 0 auto;
}

.logo-movil img {
    display: block;
    max-width: 100%;
}

@media all and (max-width: 30em) {}

@media all and (max-width: 1024px) {
    .logo-movil .logo {
        width: 10em;
        padding: 0;
        margin: 0 auto;
        display: block;
        height: auto;
        min-height: 0px;
        z-index: 40000;
    }
    .logo-movil .logo a {
        padding: 0;
        margin: 0;
    }
}

@media all and (min-width: 1024px) {
    .logo-movil {
        display: none;
    }
}

.main-menu {
    background-color: #E00538;
}

@media all and (max-width: 48em) {
    .main-menu {
        height: auto;
        position: absolute;
        z-index: 40000;
        width: 100%;
    }
    .contents {
        margin-top: 3.7em;
    }
}

.bloque-main-menu {}

.bloque-main-menu .menu {
    padding: 1em 0;
    margin-left: 0;
    position: relative;
    top: 1px;
}

.bloque-main-menu .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.bloque-main-menu .menu a {
    text-transform: uppercase;
    text-decoration: none;
    font-family: univers, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.188em;
    letter-spacing: 2px;
    padding: 0.95em 0.5em;
    margin-left: 0em;
}

.bloque-main-menu .menu a:hover,
.bloque-main-menu .menu a:focus {
    background-color: #FFF;
    color: #000;
}

.bloque-main-menu .menu.hijo {
    display: none;
}

.bloque-main-menu .menu.hijo {
    padding: 0;
    position: absolute;
    top: 100%;
    margin-left: 0;
    z-index: 1;
    background: #333;
}

.bloque-main-menu .menu.hijo li {
    display: block;
}

.bloque-main-menu .menu.hijo li a {
    display: block;
}

.bloque-main-menu .menu.hijo li a:hover,
.bloque-main-menu .menu.hijo li a:focus {
    background-color: #FFF;
    color: #333;
}

.bloque-main-menu .last a[href$="/user"] {
    display: none;
}

@media all and (min-width: 75em) {
    .bloque-main-menu .menu {
        margin-left: -2em;
    }
    .bloque-main-menu .menu a {
        padding: 1em 1em;
        /*margin-left: -6px;*/
    }
    .bloque-main-menu .menu.hijo a {
        padding: .6em 2em;
        /*margin-left: -6px;*/
    }
}


/*menu responsivo mio*/

.mean-container .mean-bar {
    background: none;
    min-height: initial;
    float: none;
    z-index: 0;
    padding: 2px 0;
}

.mean-container .mean-bar .meanmenu-reveal {
    background: url(../img/hamburguesa-neg.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: relative;
    left: 0;
    text-indent: -9999em !important;
}

.mean-container .mean-nav {
    margin-top: 0;
    float: none;
    background: #E00538;
}

.mean-container .mean-nav ul {
    background: #333;
}

.mean-bar .mean-nav ul li a.mean-expand {
    background: #FFF url(../img/down_arrow.png) no-repeat scroll center center !important;
    border: none;
    font-size: 1em !important;
    overflow: hidden;
    padding: .48em .8em !important;
    text-indent: -9999px;
}

.mean-bar .mean-nav ul li a.mean-expand:hover,
.mean-bar .mean-nav ul li a.mean-expand:focus {
    background: #E00538 url(../img/down_arrow_hover.png) no-repeat scroll center center !important;
}

.mean-bar .mean-nav ul li a.mean-expand.mean-clicked {
    background: #FFF url(../img/up_arrow.png) no-repeat scroll center center !important;
}

.mean-bar .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-bar .mean-nav ul li a.mean-expand.mean-clicked:focus {
    background: #E00538 url(../img/up_arrow_hover.png) no-repeat scroll center center !important;
}

.mean-bar ul.menu li {
    margin-left: 0;
}

.mean-bar li.expanded,
.mean-bar li.collapsed,
.mean-bar li.leaf {
    padding: 0;
}

@media all and (max-width: 48em) {
    .mean-container .mean-nav ul li a {
        padding: .8em 1em;
        width: calc(100% - 2em);
    }
    .mean-bar ul.menu.padre>li.last {
        background: url(/sites/all/themes/servimedia/img/logo-user.png) 1em center no-repeat;
        background-size: 1.2em;
    }
    .mean-bar ul.menu.padre>li.last a {
        padding: 1em 3.2em;
        width: calc(100% - 6.4em);
    }
}


/*fin menu responsivo*/


/*buscador*/

.enlace-lupa {
    display: block;
    float: right;
    position: relative;
    padding: .25em .5em;
    color: #FFF;
    text-decoration: none;
    font-size: 2em;
    line-height: 1;
    z-index: 9;
    right: 0;
    background: #E00538;
    top: .15em;
}

@media all and (max-width: 48em) {
    .enlace-lupa {
        padding: .25em 1em;
    }
}

.enlace-lupa:hover,
.enlace-lupa:focus {
    /*background: #FFF;*/
    color: #999;
}

.contenedor-busqueda {
    text-align: center;
    padding: 1em 0;
    display: none;
    left: 0 !important;
    background: #E00538;
    width: 100%;
}

.contenedor-busqueda input[type="text"],
.contenedor-busqueda input[type="submit"] {
    height: 50px;
}

.contenedor-busqueda input[type="text"] {
    border: 1px solid #FFF;
    padding-left: 1em;
    width: 100%;
    max-width: 20em;
}

.contenedor-busqueda input[type="text"]::placeholder {
    font-style: italic;
}

.contenedor-busqueda input[type="submit"] {
    margin-left: -6px;
    background: #F55E17;
    border: 1px solid #F55E17;
    font-weight: bold;
    padding: 0 1.5em;
    text-transform: uppercase;
    color: #FFF;
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.contenedor-busqueda input[type="submit"]:hover {
    border: 1px solid #FFF;
}

@media all and (min-width: 49em) {
    .bloque-enlace-lupa {
        display: inline-block;
        float: right;
    }
}


/* paginador */

.page-navigation {
    margin: 2rem 0 3rem;
    text-align: center;
    font-size: 1.25rem;
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.page-navigation a {
    display: inline-block;
    min-width: 2rem;
    margin: 0 .25rem;
    text-decoration: none;
}

.page-navigation a[data-selected="true"] {
    background-color: #333;
    color: #FFF;
}


/* Menú sticky */

.menu-fixed {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    z-index: 1;
}

.menu-fixed+.contents {
    margin-top: 58px;
}


/* FIN [NAV] */


/* [HIGHTLIGHT] */


/* FIN [HIGHTLIGHT] */


/* [CONTENT] */

#content-top {
    margin-top: 1em;
}

@media all and (min-width: 48em) {
    #content-top {
        margin: 0 auto;
    }
}


/* rastro de migas */

#breadcrumb ul {
    background: url(../img/bullet.png)no-repeat center left;
    padding-left: 1em;
    margin: 1em 0;
}

#breadcrumb ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin-right: 1em;
    margin-bottom: 0;
    margin-left: 0;
}

#breadcrumb ul li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 15px;
    margin: 0 0 2px 0;
    border-right: 1px solid #333;
    padding: 0 3px;
    margin-left: 8px;
}

#breadcrumb ul li:last-child {
    font-weight: bold;
    color: #E00538;
}

#breadcrumb ul li:first-child {
    font-weight: normal;
}

#breadcrumb ul li:last-child:after {
    border-right: 0;
}

#breadcrumb ul li a {
    text-decoration: none;
}

#breadcrumb ul li a:hover,
#breadcrumb ul li a:focus {
    text-decoration: underline;
}


/* -- NEWS Base -- */

.srvm-news {
    list-style: none;
    margin: 0;
    padding: 0;
}

.srvm-news__itm {
    position: relative;
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
    text-align: left;
}


/*cabecera*/

.srvm-nw__head {
    position: relative;
    margin: 0 0 1em;
    padding: 0;
    border-bottom: 1px solid #cdcdcd;
    font-size: 2.5rem;
    font-weight: normal;
    text-transform: lowercase;
    font-family: univers, Arial, Helvetica, sans-serif;
}

.srvm-nw__head h1 {
    font-size: 3.563rem;
    align-items: flex-end;
    align-content: flex-start;
    display: flex;
}

@media all and (max-width: 48em) {
    .srvm-nw__head h1 {
        font-size: 2.5rem;
        font-weight: 500;
    }
}

@media all and (max-width: 30em) {
    .srvm-nw__head h1 {
        font-size: 1.8rem;
        font-weight: 500;
    }
}

.srvm-nw__head span,
.srvm-nw__head small {
    /* display: block; */
    padding: 0 .25em;
}

.srvm-nw__head span {
    width: auto;
    margin: 0 .25em 0 -.25em;
}

.srvm-nw__head small {
    min-width: 100px;
    font-size: 70%;
    text-align: right;
    margin: 0 -.25em 0 0;
    line-height: 1.7;
}

.srvm-nw__head .srvm_nw_scc {
    display: inline-block;
    margin: 0 0 0 -.2em;
    padding: 0 .25em;
    color: #E00538;
    border-left: 1px solid #cdcdcd;
}

.srvm-nw__head:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 56px;
    height: 9px;
    background-color: #E00538;
}


/*cintillo*/

.srvm-nw__cnt {
    display: inline-block;
    margin: 0;
    padding: .35em 1em;
    color: #FFF;
    background-color: #E00538;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: univers, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* ampliacion */

.srvm-nw__trn {
    float: right;
    display: inline-block;
    margin: 0 0 1rem;
    padding: .35em 1em;
    color: #333;
    background-color: #EE7D0C;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: univers, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*antetitulo*/

.srvm-nw__ptl {
    display: inline-block;
    margin: 0;
    padding: .35em 1em;
    color: #FFF;
    background-color: #E00538;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: 'Open sans', univers, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.srvm-nw__ptl p {
    display: inline;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: bold;
}


/*titulo*/

.srvm-nw__tl {
    margin: .75rem 0;
    font-size: 2.063rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: univers, Arial, Helvetica, sans-serif;
}

@media all and (max-width: 48em) {
    .srvm-nw__tl {
        font-size: 1.4rem;
    }
}

.srvm-nw__tl p {
    display: inline;
    margin: 0;
    font-weight: bold;
}

.srvm-nw__tl a {
    display: inline;
    text-decoration: none;
    cursor: pointer;
}

.srvm-nw__tl a p {
    cursor: pointer;
}

.srvm-nw__tl a:hover,
.srvm-nw__tl a:focus {
    color: #E00538;
}


/*titulo web*/

.srvm-nw__wtl {
    font-size: 1.889em;
    font-weight: bold;
    font-family: univers, Arial, Helvetica, sans-serif;
}


/*subtitulo*/

.srvm-nw__stl {
    margin: 0 0 1rem;
    font-size: 1.375rem;
    font-family: univers, Arial, Helvetica, sans-serif;
}

.srvm-nw__stl p {
    margin: 0 0 .25rem;
}


/*image*/

.srvm-nw__img {
    display: block;
    overflow: hidden;
    margin: 0 0 1em;
}

.srvm-nw__img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.srvm-nw__img-footer {
    margin: 0;
    padding: .5rem;
    background-color: #333;
    color: #fff;
}

.srvm-nw__img-footer a{
  color: #fff;
  text-decoration: underline;
}

.srvm-nw__img-footer a:hover,
.srvm-nw__img-footer a:focus{
  color: #EE7D0C;
}

@media all and (max-width: 30em) {
    .srvm-news-detail .srvm-nw__img {
        margin: 0 -1.5em 1em;
    }
    .srvm-nw__img-footer {
        padding: .5em 1.5rem;
    }
}


/*compartir*/

.srvm-nw__share-wrapper {
    margin: 1rem 0;
    min-height: 70px;
}

.srvm-nw__share .lista_share {
    list-style: none;
    padding: 10px 0 10px 65px;
    background: url(/sites/default/files/pictures/ico-share-bg.png) no-repeat 0 50%;
}

.srvm-nw-share__itm {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 28px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #d1d1d1;
    text-align: center;
}

.srvm-nw-share__itm a {
    display: block;
    margin: 0 auto;
    vertical-align: top;
}

.srvm-nw-share__itm a img {
    transition: width .3s ease;
    transition: margin-top .1s ease;
}

.srvm-nw-share__itm a:hover img,
.srvm-nw-share__itm a:focus img {
    /*box-shadow: 5px 3px 12px -4px rgba(0, 0, 0, .5)*/
    width: 40px;
    margin-top: -1px;
    transition: width .3s ease;
    transition: margin-top .1s ease;
}

.srvm-nw-share__itm img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.srvm-nw-share__itm--copy {
    display: none;
}

.logged-in .srvm-nw-share__itm--copy {
    display: inline-block;
}

.srvmcopyme {
    display: block;
    position: absolute;
    top: -999em;
    left: -999em;
    clip: rect(1px, 1px, 1px, 1px);
}

@media all and (min-width: 64em) {
    .srvm-nw__head {
        font-size: 3.563rem;
    }
    .srvm-nw-share__itm {
        width: 63px;
        height: 28px;
    }
    .srvm-nw__share .lista_share {
        list-style: none;
        padding: 23px 0 17px 69px;
        background: url(/sites/default/files/pictures/ico-share-bg.png) no-repeat 0 50%;
    }
}


/*REDES SOCIALES FIXED */


/*---escritorio*/

.fixed {
    position: fixed;
    bottom: 2rem;
    background: #fff;
    padding: 0;
    margin: 0 -1px;
    z-index: 9;
    width: 61.415%;
    max-width: 737px;
    box-shadow: 0 4px 9px -5px rgba(0, 0, 0, .5);
    opacity: .95;
    border-radius: .2em;
}

.fixed .lista_share {
    padding: 10px 0 10px 69px;
    margin: 0 -1px;
    border: 0 none;
    border-radius: .2em;
}


/*---movil*/

.fixedMobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0;
    z-index: 9;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    opacity: .95;
}

.fixedMobile a {
    background: #FFF;
}

.fixedMobile .lista_share {
    padding: 10px 0 10px 65px;
}


/*error*/

.srvm-nw__error {
    margin: 2rem auto;
}


/*entradilla*/

.srvm-nw__intro {
    margin: 1.5em 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.6;
}

.srvm-nw__intro * {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.6;
}


/*cuerpo*/

.srvm-nw__body {
    font-size: 1.125rem;
}

.srvm-nw__body p {
    margin: 0 0 1.5em;
    line-height: 1.6;
}

.srvm-nw__body strong {
    font-weight: bold;
}

.srvm-nw__body em {
    font-style: italic;
}


/* .srvm-nw__body a {
    margin: 0 -3px;
    padding: 1px 3px;
    color: #E00538;
    text-decoration: underline;
}

.srvm-nw__body a:hover,
.srvm-nw__body a:focus {
    color: #333;
    background-color: #E00538;
    text-decoration: none;
} */


/* meta */


/* Se cambia la tipo de la linea de fecha a 'Open Sans' */

.srvm-nw__meta,
.srvm-nw__mmeta {
    margin: .5rem 0;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.srvm-nw__meta .srvm-nw__dt,
.srvm-nw__meta .srvm-nw__city,
.srvm-nw__meta .srvm-nw__dtt,
.srvm-nw__meta .srvm-nw__pr,
.srvm-nw__mmeta .srvm-nw__categry,
.srvm-nw__mmeta .srvm-nw__srvc,
.srvm-nw__mmeta .srvm-nw__auth,
.srvm-nw__mmeta .srvm-nw__pr {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 .4rem 0 0;
}


/*   .srvm-nw__meta .srvm-nw__dt:after,
  .srvm-nw__meta .srvm-nw__city:after,
  .srvm-nw__meta .srvm-nw__dtt:after{content:"";display:inline-block;vertical-align:bottom;width:.75rem;height:16px;border-right:1px solid #E00538;} */


/*  Se desactiva el borde rojo para más de una ciudad                                            */


/*  .srvm-nw__meta .srvm-nw__pr + .srvm-nw__pr{padding-left:.5em;border-left:1px solid #E00538;} */

.srvm-nw__meta .srvm-nw__pr {
    padding: 0;
}

.srvm-nw__meta .srvm-nw__pr+.srvm-nw__pr:before {
    content: '/';
    margin-right: .3rem;
}

.srvm-nw__mmeta .srvm-nw__categry:after,
.srvm-nw__mmeta .srvm-nw__srvc:after,
.srvm-nw__mmeta .srvm-nw__auth:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 0;
    height: 16px;
    border-right: 0 solid #E00538;
}

.srvm-nw__icoimg {}

.srvm-nw__icoimg img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}


/*ciudad*/

.srvm-nw__city {
    display: inline-block;
    padding: 0 .35em;
    color: #333;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: upercase;
}


/*fecha*/


/* La tipo para la fecha ahora es 'Open Sans' */

.srvm-nw__dtd,
.srvm-nw__dtt {
    display: inline-block;
    padding: 0;
    color: #333;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

.srvm-nw__auth {
    display: inline-block;
    margin: -5px 0 -4px;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
}

.srvm-nw__auth:after {
    display: none !important;
}


/*link mas*/

.srvm-news__more {
    clear: both;
    margin: 1rem;
    text-align: center;
    font-size: 1.125em;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.srvm-news__more a {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    color: #333;
    border: 2px solid #E00538;
    border-radius: 2px;
    text-decoration: none;
    transition: .1s ease;
}

.srvm-news__more a:hover,
.srvm-news__more a:focus {
    color: #fff;
    background-color: #E00538;
    transition: .1s ease;
}


/* -- NEWS Block Base -- */

.lst-block {
    display: block;
}

.lst-row {
    display: block;
}


/* -- HOME NEWS Alert */

.front .pane-noticias .bx-wrapper {
    max-width: 100% !important;
}

.pane-news--alert {
    margin: 1em auto!important;
    padding: 1em;
    color: #333;
    background-color: #EE7D0C;
}

.srvm-news--alert .srvm-news__itm {
    list-style: none;
    display: block;
    margin: 0;
    padding: .5em .1em;
}

.srvm-news--alert .srvm-nw__prty {
    display: inline;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    font-size: 1.688rem;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.srvm-news--alert .srvm-nw__tl {
    display: inline;
    margin: 0;
    font-size: 1.688rem;
    line-height: 1;
    font-weight: bold;
    font-family: 'Univers', Arial, Helvetica, sans-serif;
}

.srvm-news--alert .srvm-nw__tl a {
    display: inline;
    color: #333;
}

.pane-news--alert .srvm-nw__tl p {
    font-size: 1.688rem;
}

.bx-pager {
    text-align: center;
}

.bx-pager-item {
    display: inline-block;
    margin: 0 .25rem;
}

.bx-pager-link {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
}

.bx-prev {
    display: block;
    float: left;
    position: relative;
    left: -2em;
    top: -4em;
    width: 20px;
    height: 33px;
    cursor: pointer;
    background: url(/sites/default/files/pictures/uh_arrow_l.png) no-repeat center;
}

.bx-next {
    display: block;
    float: right;
    position: relative;
    right: -2em;
    top: -4em;
    width: 20px;
    height: 33px;
    cursor: pointer;
    background: url(/sites/default/files/pictures/uh_arrow_r.png) no-repeat center;
}

.bx-prev:hover,
.bx-next:hover,
.bx-prev:focus,
.bx-next:focus {
    background-color: #cdcdcd;
}


/* -- HOME NEWS Main */

.srvm-news--main {
    margin: 1em 0;
}

.srvm-news--main .srvm-nw__img {
    margin: 0;
}

.srvm-news--main .srvm-nw__tl {
    margin: .5rem;
    font-size: 1.688rem;
    line-height: 1;
}

.srvm-news--main .srvm-nw__ptl {
    font-size: 1.25rem;
}

.srvm-news--main .srvm-nw__scc {
    display: inline-block;
    padding: 0 .35em 0 0;
    color: #E00538;
    font-size: 1.25rem;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.srvm-news--main .srvm-nw__scc:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: .75em;
    height: 16px;
    margin: 0 0 2px;
    border-left: 5px solid #333;
}


/* Se cambia la tipo de la fecha a 'Open sans' */

.srvm-news--main .srvm-nw__dtd,
.srvm-news--main .srvm-nw__dtt {
    display: inline-block;
    padding: 0 .35em;
    color: #333;
    border-left: 1px solid #E00538;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

@media all and (min-width: 48em) {
    .srvm-news--main .srvm-news__itm .srvm-nw__ptl {
        position: absolute;
        top: 15px;
        left: 15px;
    }
}

@media all and (min-width: 60em) {
    .srvm-news--main {
        margin: 2em -1%;
    }
    .srvm-news--main .srvm-news__itm {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin: 0 1%;
    }
    .srvm-news--main .srvm-news__itm .srvm-nw__tl {
        margin: 0;
        padding: 15px;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .85);
    }
}

@media all and (min-width: 64em) {
    .srvm-news--main .srvm-news__itm:last-child {
        display: inline-block;
        vertical-align: top;
        width: 31%;
        min-height: 538px;
    }
    .srvm-news--main .srvm-news__itm:last-child .srvm-nw__img {
        height: 352px;
        margin-bottom: 2rem;
    }
    .srvm-news--main .srvm-news__itm:last-child .srvm-nw__ptl {
        position: absolute;
        top: 0;
        left: 0;
    }
    .srvm-news--main .srvm-news__itm:last-child .secc-body span.lst-row {
        /*position: absolute;*/
        bottom: 0;
    }
    .srvm-news--main .srvm-news__itm:first-child {
        display: inline-block;
        vertical-align: top;
        width: 64%;
    }
    .pane-noticias .srvm-news--main.css5050 .srvm-news__itm,
    .srvm-news--main .srvm-news__itm:first-child .srvm-nw__img,
    .srvm-news--main.css5050 .srvm-news__itm:last-child .srvm-nw__img {
        height: 538px;
    }
    .srvm-news--main .srvm-news__itm:first-child .srvm-nw__tl {
        margin: 0;
        padding: 15px;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .85);
    }
    .srvm-news--main .srvm-news__itm:first-child .srvm-nw__ptl,
    .srvm-news--main.css5050 .srvm-news__itm:last-child .srvm-nw__ptl {
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .srvm-news--main .srvm-news__itm:first-child .secc-body,
    .srvm-news--main.css5050 .srvm-news__itm:last-child .secc-body {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
    .srvm-news--main .srvm-news__itm:first-child .secc-body span.lst-row,
    .srvm-news--main.css5050 .srvm-news__itm:last-child .secc-body span.lst-row {
        display: inline-block;
        padding: 15px;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .7);
    }
    .srvm-news--main.css5050 .srvm-news__itm:last-child .secc-body span.lst-row {
        width: 290px;
    }
}


/* -- HOME NEWS Secondary */

.srvm-news--secondary {
    margin: 1em 0;
    text-align: center;
}

.srvm-news--secondary .srvm-nw__tl {
    font-size: 1.563rem;
    line-height: 1;
}

.srvm-news--secondary .srvm-nw__scc {
    display: inline-block;
    padding: 0 .35em 0 0;
    color: #E00538;
    font-size: 1.25rem;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.srvm-news--secondary .srvm-nw__scc:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: .75em;
    height: 16px;
    margin: 0 0 3px;
    border-left: 5px solid #333;
    text-align: center;
}

.srvm-news--secondary .srvm-nw__dtd,
.srvm-news--secondary .srvm-nw__dtt {
    display: inline-block;
    padding: 0 .35em;
    color: #333;
    border-left: 1px solid #E00538;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

@media all and (min-width: 48em) {
    .srvm-news--secondary {
        margin: 1em -1%;
    }
    .srvm-news--secondary .srvm-nw__tl {
        margin-bottom: 0;
        padding-bottom: .5em;
    }
}

@media all and (min-width: 30.1em) {
    .srvm-news--secondary .srvm-news__itm {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin: 0 1% 3em;
    }
}

@media all and (min-width: 64em) {
    .srvm-news--secondary .srvm-news__itm {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        min-height: 25em;
    }
    .srvm-news--secondary .srvm-nw__img {
        width: 100%;
        height: 15em;
        margin: 0 0 .5em;
    }
    .srvm-news--secondary .srvm-nw__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* .srvm-news--secondary .secc-meta {
        position: absolute;
        bottom: 0;
    } */
}


/* -- HOME NEWS Lastnews -- */

.front .pane-news--lastnews {
    margin: 2rem 0;
    max-width: 100%;
    margin: 0 auto;
}

.front .pane-news--lastnews .pane-content {
    max-width: 100%;
    margin: 0 auto;
    background-color: #F0F0F0;
}

.front .pane-news--lastnews .srvm-news--wrapper {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2rem 0;
}

.srvm-home-gallery .srvm-news--wrapper {
    max-width: 75rem;
    margin: 0 auto;
    padding: 2rem 0;
}

.front .pane-news--lastnews .pane-title {
    max-width: 75rem;
    margin: 0 auto;
    background-color: #fff;
}

@media all and (max-width: 75em) {
    .front .pane-news--lastnews .pane-title {
        margin: 0 1rem;
    }
}

.srvm-news--lastnews {
    position: relative;
}

.srvm-news--lastnews .srvm-news__itm {
    position: relative;
}

.srvm-news--lastnews .secc-meta {
    display: block;
    padding: .5rem .5rem;
    border-bottom: 1px solid #cdcdcd;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.srvm-news--lastnews .secc-meta>* {
    display: inline-block;
    vertical-align: bottom;
    font-size: .875rem;
}

.srvm-news--lastnews .secc-meta>*:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 6px;
    height: 16px;
    margin-right: 3px;
}

.srvm-news--lastnews .srvm-nw__dt {
    font-size: 135%;
    line-height: 90%;
}

.srvm-news--lastnews .srvm-nw__secc {
    display: inline-block;
    margin: 0;
    padding: 0 .25em;
    color: #FFF;
    background-color: #E00538;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.srvm-news--lastnews .srvm-nw__img {
    display: inline-block;
    margin: 0;
}

.srvm-news--lastnews .srvm-nw__img img {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.srvm-news--lastnews .srvm-nw__pr {
    font-weight: bold;
}

.srvm-news--lastnews .srvm-nw__tl {
    position: relative;
    padding: .5rem 1rem .5rem .5rem;
    font-size: 1.625rem;
    line-height: 1.3;
}

.srvm-news--lastnews .srvm-nw__tl:before {
    content: "";
    position: absolute;
    top: -5px;
    left: .5rem;
    width: 8px;
    height: 8px;
    background-color: #E00538;
}

.srvm-news--lastnews .srvm-nw__tl a p {
    width: 280px;
    display: block;
}


/* -- HOME NEWS Lastnews bxslider -- */

.srvm-news--wrapper .bx-wrapper {
    padding: 0 24px;
}

.srvm-news--wrapper .bx-viewport {
    padding: 0;
}

.srvm-news--wrapper .bx-viewport:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 2.4em;
    width: 1px;
    left: 0;
    border-left: 1px solid #cdcdcd;
}

.srvm-news--wrapper .bx-viewport:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    top: 2.4em;
    width: 1px;
    right: 0;
    border-right: 1px solid #cdcdcd;
    box-shadow: -2px 0 6px rgba(0, 0, 0, .45);
}

.srvm-news--wrapper .bx-prev {
    display: block;
    position: relative;
    left: -19px;
    top: -3rem;
    width: 20px;
    height: 33px;
    float: left;
    background: url(/sites/default/files/pictures/uh_arrow_l.png) no-repeat center;
    cursor: pointer;
}

.srvm-news--wrapper .bx-next {
    display: block;
    position: relative;
    right: -19px;
    top: -3rem;
    width: 20px;
    height: 33px;
    float: right;
    background: url(/sites/default/files/pictures/uh_arrow_r.png) no-repeat center;
    cursor: pointer;
}

.srvm-news--wrapper .bx-prev:hover,
.srvm-news--wrapper .bx-prev:focus {
    box-shadow: 4px 0 6px -3px rgba(0, 0, 0, .45);
}

.srvm-news--wrapper .bx-next:hover,
.srvm-news--wrapper .bx-next:focus {
    box-shadow: -4px 0 6px -3px rgba(0, 0, 0, .45);
}

@media all and (min-width: 48em) {
    .srvm-news--wrapper .bx-wrapper {
        padding: 0 30px;
    }
    .srvm-news--wrapper .bx-prev {
        top: -4rem;
    }
    .srvm-news--wrapper .bx-next {
        top: -4rem;
    }
}

@media all and (min-width: 75em) {
    .srvm-news--wrapper .bx-wrapper {
        padding: 0;
    }
    .srvm-news--wrapper .bx-prev {
        top: -3rem;
    }
    .srvm-news--wrapper .bx-next {
        top: -3rem;
    }
}


/* -- HOME NEWS Section */

.srvm-news--section {
    margin: 1em 0;
}

.srvm-news--section .srvm-nw__tl {
    font-size: 1.222em;
}

.srvm-news--section .srvm-nw__scc {
    display: inline-block;
    margin: 0 0 15px;
    padding: .25em .5em;
    text-transform: uppercase;
    background-color: #E00538;
    color: #FFF;
    font-weight: bold;
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

.srvm-news--section .srvm-nw__dtd,
.srvm-news--section .srvm-nw__dtt {
    display: inline-block;
    padding: 0 .35em;
    color: #333;
    border-left: 1px solid #E00538;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

.srvm-news--section .srvm-nw__dtd {
    border-left: 0 none;
    padding: 0 .35em 0 0;
}

.srvm-news--section .srvm-nw__img img {
    display: block;
    margin: 0;
}

.srvm-news--section .secc-nw__intro {
    overflow: hidden;
    max-height: 3em;
    font-size: 1rem;
    /*line-height: 1;*/
}

.srvm-news--section .secc-nw__intro * {
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
}

@media all and (min-width: 49em) {
    .srvm-news--section {
        margin: 1em -1%;
    }
    .srvm-news--section .srvm-news__itm {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin: 0 1% 3em;
    }
    .srvm-news--section .secc-nw__intro {
        overflow: hidden;
        max-height: 7em;
        margin-bottom: 1rem;
        font-size: 1rem;
        /*line-height: 1;*/
    }
    .srvm-news--section .secc-img {
        float: left;
        width: 48%;
        min-height: 190px;
        /*margin: 0 1em 0 0;*/
    }
    .srvm-news--section .secc-img img {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        objetc-fit: cover;
    }
    .srvm-news--section .secc-body {
        float: right;
        width: 48%;
    }
    .srvm-news--section .srvm-news__itm:nth-child(n+3) .secc-img {
        float: right;
        /*margin: 0 0 0 1em;*/
    }
    .srvm-news--section .srvm-news__itm:nth-child(n+3) .secc-body {
        float: left;
    }
}


/* LISTA NOTICIAS */

.ul-noticias {
    margin-top: 2em;
}

.secc-li {
    list-style: none;
    margin: 0;
    margin-bottom: 2em;
}

.secc-li .srvm-nw__scc {
    display: inline-block;
    margin: 0;
    padding: .35em 1em;
    color: #FFF;
    background-color: #E00538;
    font-size: 1.125rem;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.secc-li .secc-img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 1em;
}

.secc-li .secc-body {
    display: inline-block;
    width: 100%;
}

.secc-li .secc-meta {
    display: inline;
}

.secc-li .srvm-nw__dtd {
    padding-right: 0.2em;
}

.secc-li .srvm-nw__dtt {
    padding: 0 .35em;
    border-left: 1px solid #E00538;
    border-right: 1px solid #E00538;
}

.secc-li .secc-lock {
    padding-left: 0.2em;
}

.secc-li .secc-lock img {
    position: relative;
    top: 1.5px;
}


/*Se cambia la tipo de las entradillas a 'Open Sans' */

.secc-li .secc-nw__intro {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

@media all and (min-width: 48em) {
    .secc-li .secc-img {
        width: 45%;
    }
    .secc-li .secc-body {
        width: 50%;
    }
}


/* -- HOME NEWS Gallery -- */

.front .srvm-home-gallery {
    margin: 2rem 0;
    max-width: 100%;
    color: #fff;
}

.front .srvm-home-gallery .pane-title {
    margin-bottom: 0;
    color: #E00538;
}

.front .srvm-home-gallery .pane-content {
    background-color: #333;
}

@media all and (max-width: 75em) {
    .front .srvm-home-gallery .pane-title {
        margin: 0 1rem;
    }
    .front .srvm-home-gallery .pane-content {
        padding: 0 1rem;
    }
}

.srvm-news--gallery {
    padding: 3em 0;
}

.srvm-news--gallery .srvm-nw__tl {
    color: #fff;
    font-size: 1.222em;
    margin-bottom: 1.2em;
}

.srvm-news--gallery .srvm-nw__tl a {
    color: #fff;
}

.srvm-news--gallery .srcm-nw__img {}

.srvm-news--gallery .srcm-nw__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (min-width: 40em) {
    .srvm-news--gallery {
        margin: 0 -1%;
    }
    .srvm-news--gallery .srvm-news__itm {
        display: inline-block;
        width: 47.5%;
        margin: 0 1%;
        vertical-align: top;
    }
}

@media all and (min-width: 64em) {
    .srvm-news--gallery {
        margin: 0 -1%;
    }
    .srvm-news--gallery .srvm-news__itm {
        display: inline-block;
        width: 22.5%;
        margin: 0 1%;
        vertical-align: top;
    }
}


/* -- NEWS Detail Base -- */

.srvm-news-detail {}

.detail-block {
    display: block;
}

.detail-row {
    display: block;
}

.srvm-news-detail .srvm-nw__tl {
    clear: both;
    margin-top: 1rem;
}

.srvm-news-detail .srvm-nw__dtd,
.srvm-news-detail .srvm-nw__dtt {
    text-transform: uppercase;
}

.srvm-news-detail .srvm-nw__intro,
.srvm-news-detail .srvm-nw__body,
.srvm-news-detail .srvm-nw__code {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.srvm-news-detail .srvm-nw-tags__tl {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 0;
    border-bottom: 1px solid #cdcdcd;
    font-size: 3.563em;
    font-weight: normal;
    text-transform: lowercase;
}

.srvm-news-detail .srvm-nw-tags__tl:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 56px;
    height: 9px;
    background-color: #E00538;
}

.srvm-news-detail .srvm-nw-tags__cnt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.srvm-news-detail .srvm-nw-tags__cnt li {
    display: inline-block;
    list-style: none;
    margin: .5rem;
    padding: .5rem;
    background-color: #f3f3f3;
    font-size: 1.125rem;
    line-height: 1;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-radius: 8px;
}

.srvm-nw__gallery {
    margin: 2rem 0;
}

.srvm-nw-gallery__tl {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 0;
    border-bottom: 1px solid #cdcdcd;
    font-size: 3.563em;
    font-weight: normal;
    text-transform: lowercase;
}

.srvm-nw-gallery__tl:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 56px;
    height: 9px;
    background-color: #E00538;
}

.srvm-nw-gallery__cnt {}

.srvm-nw-gallery__cnt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.srvm-nw-gallery__cnt li {
    list-style: none;
    margin: 0;
}

.srvm-nw__access {
    margin: 2rem 0;
    padding: 1rem 2rem;
    color: #333;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-width: 1px 0;
}

.srvm-nw__access h2 {
    margin: 0 0 1rem;
    padding: 0 0 0 25px;
    font-size: 1.25rem;
    border-bottom: 1px solid #ccc;
    background: url(/sites/all/themes/servimedia/img/noticia-privada.png) no-repeat 3px 5px;
}

.srvm-nw__access p {
    margin: 0 0 .5rem;
    font-size: 1rem;
    color: #333;
}

.srvm-nw__access label {
    display: block;
    width: auto;
    margin-right: .5rem;
    font-size: 1rem;
}

@media all and (max-width: 48em) {
    .srvm-nw__access label {
        width: auto;
        font-size: 1rem;
    }
    .form-item-name,
    .form-item-pass {
        margin: .5em 0;
    }
}

.srvm-nw__access .form-text {
    display: inline-block;
    width: 60%;
    min-width: 16rem;
    padding: 3px 6px;
    color: #333;
    background-color: #fff;
    border: 1px solid #333;
    font-size: .875rem;
}

.srvm-nw__access .item-list {
    float: right;
    width: 55%;
    margin: .25rem;
    font-size: .875rem;
    list-style: none;
}

.srvm-nw__access .item-list li {
    list-style: none;
    margin: 0;
}

.srvm-nw__access .form-submit {
    margin-left: 9.75rem;
    padding: 3px 8px;
    color: #fff;
    background-color: #E00538;
    border: 1px solid #FFF;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.srvm-nw__access .item-list {
    float: left;
    width: 39%;
    margin-left: 0;
}

.srvm-nw__access .form-submit {
    margin-left: 0;
}

.srvm-nw__access .form-submit:hover,
.srvm-nw__access .form-submit:focus {
    color: #FFF;
    background-color: #333;
    transition: .3s;
}


/* -- NEWS PAG. Ultimas noticias */

.srvm-page--lastnews {
    padding-top: 1rem;
    border-left: 1px solid #cdcdcd;
    list-style: none;
}

.srvm-page--lastnews .srvm-news__itm {
    display: list-item;
    position: relative;
    margin: 0 0 2.5em;
    padding: 0 22px;
    color: #333;
}

.srvm-page--lastnews .srvm-news__itm:before {
    content: "";
    position: absolute;
    overflow: hidden;
    display: block;
    left: -4px;
    top: .6em;
    width: 8px;
    height: 8px;
    background-color: #E30047;
}

@media all and (min-width: 85em) {
    .srvm-page--lastnews .srvm-news__itm:after {
        content: "";
        position: absolute;
        overflow: hidden;
        display: block;
        right: 103%;
        top: 0;
        width: 42px;
        height: 35px;
        background: url(/sites/default/files/pictures/ico-srvm-grey.png) no-repeat center;
    }
}

.secc-meta {
    display: inline-block;
}

.lock {
    /* border-left: 1px solid #E00538; */
    padding-left: 0.35em;
}

.srvm-page--lastnews .srvm-nw__tl {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.438em;
}

.srvm-page--lastnews .secc-meta {
    margin: 0 -.25em .5em;
}

.srvm-page--lastnews .secc-meta>* {
    display: inline-block;
    vertical-align: bottom;
    padding: .25rem .25rem;
    font-size: .875rem;
    line-height: 1;
}

.srvm-page--lastnews .secc-meta>*:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 5px;
    height: 16px;
    border-left: 1px solid #E00538;
}

.srvm-page--lastnews .secc-meta .srvm-nw__scc span {
    display: inline-block;
    padding: .15em .5em;
    text-transform: uppercase;
    background-color: #E00538;
    color: #FFF;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.srvm-page--lastnews .secc-meta .srvm-nw__img {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.srvm-page--lastnews .secc-meta .srvm-nw__img img {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.srvm-page--lastnews .secc-meta .srvm-nw__prty {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.srvm-page--lastnews .secc-meta .srvm-nw__dt {
    /* margin-left:-25rem; */
}

.srvm-page--lastnews .secc-meta .srvm-nw__dt:before {
    display: none;
}

.srvm-page--lastnews .secc-meta .srvm-nw__dtt {
    font-size: 1.222rem;
}

.srvm-page--lastnews .secc-meta .srvm-nw__scc:before {
    border-left: 0;
}

.srvm-page--lastnews .secc-meta .srvm-nw__img:before {
    border-left: 0;
}

.srvm-page--lastnews .secc-meta .srvm-nw__prty:before {
    border-left: 0;
}

.srvm-page--lastnews .secc-meta .srvm-nw__img.pic {
    position: relative;
    top: -1px;
    padding: 0 .35em;
}

.srvm-page--lastnews .secc-meta .srvm-nw__img.lock {
    position: relative;
    top: -4px;
    padding: 0 .35em;
    /* border-left: 1px solid #E00538; */
}

.srvm-page--lastnews .secc-meta .srvm-nw__prty {
    position: relative;
    top: -5px;
    padding: 0 .35em;
    border-left: 1px solid #E00538;
}

.pane-detalle-noticia .srvm-nw__dtd {
    padding-right: 0.35em;
}

.pane-detalle-noticia .srvm-nw__dtt {
    padding: 0 .5em;
    border-left: 1px solid #E00538;
    border-right: 1px solid #E00538;
}

.pane-detalle-noticia .srvm-nw__city {
    border-right: 3px solid #000000;
}

.srvm-news-rel {
    list-style: none;
    margin: 0;
    padding: 0;
}

.srvm-news-rel li {
    position: relative;
    margin: .75rem 0 1.5rem 60px;
    font-size: 1.250rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: univers, Arial, Helvetica, sans-serif;
}

.srvm-news-rel li:after {
    content: "";
    position: absolute;
    overflow: hidden;
    display: block;
    right: 103%;
    top: 0;
    width: 42px;
    height: 35px;
    background: url(/sites/default/files/pictures/ico-srvm-grey.png) no-repeat center;
}

.srvm-news-rel li a {
    display: block;
    padding: .1rem 1rem;
    text-decoration: none;
    border-left: 1px solid #E00538;
}

.srvm-news-rel li a:hover,
.srvm-news-rel li a:focus {
    text-decoration: none;
}


/* FIN [CONTENT] */


/* [FOOTER] */

#footer {
    margin-top: 2rem;
    padding: 2rem 0;
    background: #333 url(../img/fndFooter.png) no-repeat left bottom;
}

.bloque-menu-footer {
    margin-bottom: 2em;
}

.bloque-menu-footer .menu li {
    list-style: none;
    vertical-align: top;
}

.bloque-menu-footer .menu a {
    color: #FFF;
    text-decoration: none;
    font-family: univers, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}


/* + */

.bloque-menu-footer .menu.padre>li>a {
    font-weight: bold;
}

.bloque-menu-footer .menu a:hover,
.bloque-menu-footer .menu a:focus {
    color: #E00538;
}

.bloque-menu-footer .menu.padre li a {
    text-transform: uppercase;
}

.bloque-menu-footer .menu.hijo li {
    margin: 0;
    display: inline-block;
}

.bloque-menu-footer .menu.hijo li a {
    text-transform: initial;
}

@media all and (min-width: 37.5em) {
    .bloque-menu-footer .menu.padre li {
        display: inline-block;
        max-width: 9em;
    }
    .bloque-menu-footer .menu.hijo li {
        display: block;
        margin: 0;
    }
}

@media all and (min-width: 64em) {
    .bloque-menu-footer .menu.padre li {
        width: 6.6rem;
    }
}

.liLogopie li a:hover,
.liLogopie li a:focus {
    outline: 1px solid #FFF;
}

.blockLogPie ul li {
    display: inline-block;
    list-style: none;
    margin-right: 2em;
}

.blockLogPie ul li:first-child {
    display: block;
}

.blockEnlacesPie ul li {
    display: inline-block;
    list-style: none;
    margin-right: 2em;
}

.blockEnlacesPie ul li a {
    color: #FFF;
    text-decoration: none;
}

.blockEnlacesPie ul li a:hover,
.blockEnlacesPie ul li a:focus {
    text-decoration: underline;
}

.block-pie-der {
    display: block;
}

.newsletter_pie {
    visibility: hidden;
}

@media all and (max-width: 64em) {
    .newsletter_pie {
        display: none;
    }
}

.newsletter_pie h2 {
    color: #FFF;
    text-transform: uppercase;
    width: 52%;
    margin-bottom: 1em;
    font-size: 22px;
}

.newsletter_pie p,
.newsletter_pie input[type="submit"] {
    text-transform: uppercase;
    color: #FFF;
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}

.newsletter_pie p span {
    display: block;
    font-weight: bold;
}

.newsletter_pie input[type="mail"] {
    background: transparent;
    border: 1px solid #FFF;
    height: 50px;
    padding-left: 1em;
    width: 355px;
    color: #FFF;
}

.newsletter_pie input[type="mail"]::placeholder {
    font-style: italic;
    color: #FFF;
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}

.newsletter_pie input[type="submit"] {
    background: #F55E17;
    border: 0;
    height: 50px;
    border: 1px solid #F55E17;
    font-weight: bold;
    padding: 0 1.5em;
}

.newsletter_pie input[type="submit"]:hover,
.newsletter_pie input[type="submit"]:focus {
    border: 1px solid #FFF;
}

.redes-pie p {
    font-family: univers, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    margin-right: 1em;
    letter-spacing: 2px
}

.redes-pie ul {
    display: inline-block;
}

.redes-pie ul li {
    display: inline-block;
    list-style: none;
}

.redes-pie ul li a {
    color: #FFF;
}

.redes-pie ul li a:hover,
.redes-pie ul li a:focus {
    color: #E00538;
}

ul.logoPieDer li {
    display: inline-block;
    list-style: none;
    margin-right: 2em;
    vertical-align: top;
}

ul.logoPieDer li a {
    display: block;
}

ul.logoPieDer li a:hover,
ul.logoPieDer li a:focus {
    outline: 1px solid #FFF;
}

@media all and (min-width: 64em) {
    .block-pie-der {
        display: inline-block;
        float: right;
        min-width: 50%;
        margin-top: -23em;
        padding-left: 2em;
        padding-top: 16em;
    }
}

@media all and (min-width: 75em) {
    .block-pie-der {
        border-left: 1px dashed #FFF;
    }
}


/* FIN [FOOTER] */


/* -- TWITTER COL IZQ -- */

.pane-tweets {
    margin: 2em 0;
}

.pane-tweets .pane-title {
    color: #333;
    font-size: 2rem;
    text-transform: uppercase;
    background: url(../img/ico-tw-tl.png) no-repeat 100% 100%;
    border-color: #00CCFF;
}

.pane-tweets .pane-title:after {
    background-color: #00CCFF;
}

.view-tweets .view-content {
    overflow: auto;
    max-height: 24.25em;
}

.view-tweets .views-row {
    list-style: none;
    margin: 0;
    padding: .5em;
    font-size: .875em;
}

.view-tweets .views-field-image,
.view-tweets .twitter-status {
    margin: 0;
    padding: 0;
}

.view-tweets .twitter-timeline-link {
    color: #EE7D0C;
}

.view-tweets .twitter-timeline-link:hover,
.view-tweets .twitter-timeline-link:hover {
    color: #E00538;
}

.view-tweets .actions {
    text-align: center;
}

.view-tweets .actions a {
    display: inline-block;
    padding: .25em .15em;
    color: #E00538;
    font-weight: bold;
}

.view-tweets .actions a:hover,
.view-tweets .actions a:hover {
    color: #333;
}


/* -- FACEBOOK COL IZQ -- */

.pane-fb-likebox {
    margin: 0 0 2em;
}

.pane-fb-likebox .pane-title {
    color: #333;
    font-size: 2rem;
    text-transform: uppercase;
    background: url(../img/ico-fb-tl.png) no-repeat 100% 100%;
    border-color: #3A5897;
}

.pane-fb-likebox .pane-title:after {
    background-color: #3A5897;
}

.simplead-container.image-ad.first {}


/* Quicktabs - Secciones */

ul.quicktabs-tabs {
    text-align: right;
    position: relative;
    margin-top: -5em;
    margin-bottom: 5em;
}

@media all and (max-width: 64em) {
    ul.quicktabs-tabs {
        margin-top: -2em;
        line-height: 3em;
    }
}

@media all and (max-width: 48em) {
    ul.quicktabs-tabs {
        margin-bottom: 0;
    }
}

.quicktabs-tabs li {
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: bold;
    font-family: univers, Arial, Helvetica, sans-serif;
}

.quicktabs-tabs li a {
    text-decoration: none;
    font-weight: bold;
}

.quicktabs-tabs li a:hover,
.quicktabs-tabs li a:focus {
    color: #E00538;
}

.quicktabs-tabs li.active a {
    border-bottom: 5px solid #E00538;
}

@media all and (min-width: 48em) {
    .quicktabs-tabs {
        margin-top: -4.85rem;
        margin-bottom: 3em;
    }
}


/* SERVIMEDIA TV YOutube */

.page-tv h1.title,
.page-ultima-hora h1.title {
    margin-bottom: 0;
}

.youtube-video-list {
    list-style: none;
    margin: 3rem 0;
    padding: 0;
}

.youtube-video-list li {
    list-style: none;
    display: block;
    margin: 0 0 1rem;
}

.youtube-video-list a {
    display: block;
    text-decoration: none;
}

.youtube-video-list a:hover,
.youtube-video-list a:focus {
    color: #E00538;
}

.youtube-video__img {
    display: block;
    margin: 0 0 .5rem;
}

.youtube-video__img img {
    display: block;
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.youtube-video__tl {
    margin: .5rem 0 .75rem;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: bold;
    font-family: univers, Arial, Helvetica, sans-serif;
}

@media all and (min-width: 32em) {
    .youtube-video-list {
        margin: 3rem -1.25%;
    }
    .youtube-video-list li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin: 0 1.25% 1rem;
    }
}

@media all and (min-width: 64em) {
    .youtube-video-list {
        margin: 3rem -1.25%;
    }
    .youtube-video-list li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin: 0 1.25% 1rem;
    }
}


/* pager - paginador */

.item-list .pager {
    list-style: none;
    margin: 0 0 2rem;
    padding-top: 2rem;
    border-top: 1px solid #cdcdcd;
}

.item-list .pager li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}

.item-list .pager a {
    display: block;
    min-width: 1.5rem;
    margin: 0;
    text-decoration: none;
}

.item-list .pager .pager-item a {
    padding: 3px 5px;
    outline: 1px solid #cdcdcd;
}

.item-list .pager .pager-item a:hover,
.item-list .pager .pager-item a:focus {
    outline: 1px solid #E00538;
}

.item-list .pager .pager-item a:active {
    background-color: #f3f3f3;
    outline: 1px solid #E00538;
}

.item-list .pager .pager-current {
    min-width: 1.5rem;
    padding: 3px 5px;
    color: #fff;
    background-color: #E00538;
    outline: 1px solid #E00538;
}

.item-list .pager .pager-ellipsis {
    font-size: .5rem;
}


/* Enlace "Ir arriba" */

#ir-arriba {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 40000;
    display: block;
    padding: .5em;
    border-radius: .5em;
    background-color: gainsboro;
    transition: background opacity .3s ease;
    display: none;
}

#ir-arriba img {
    display: block;
    max-width: 48px;
    height: 48px;
}

#ir-arriba:hover {
    background-color: darkgray;
    transition: background opacity .3s ease;
}

@media all and (max-width: 48em) {
    #ir-arriba {
        right: 1em;
        bottom: 1em;
        height: 50px;
    }
    #ir-arriba img {
        height: 100%;
    }
}


/* Ajuste fotos lista noticias */

.srvm-news--section .srvm-nw__img {
    min-height: 174px;
}

.srvm-news--section .srvm-nw__img img {
    max-height: 174px;
}

@media all and (max-width: 64em) {
    .region-footer {
        text-align: center;
    }
    .bloque-menu-footer {
        display: inline-block;
    }
}

@media all and (max-width: 37.5em) {
    .bloque-menu-footer .menu {
        text-align: center;
    }
}

.logo-inicio {
    display: none;
    /*width: 70px;*/
}

.logo-inicio .content {
    width: auto;
    display: inline-block;
}

.logo-inicio .content .logo {
    width: auto;
}

.logo-inicio .content .logo a {
    top: .6em;
    margin-top: 0;
    padding-top: 0;
}


/* Para IE que es especial */

.logo-inicio .content .logo a img {
    max-width: 40px;
}

@media all and (min-width: 1018px) {
    .bloque-main-menu {
        display: inline-block !important;
    }
}

@media (min-width: 75em) {
    .logo-inicio {
        padding: 0 2em 0 0;
    }
}

@media all and (max-width: 48em) {
    .logo-inicio {
        display: none !important;
    }
}


/* Para IE que es especial */

.front .srvm-banner img {
    width: 100%;
}

.mean-container .mean-nav ul li a {
    font-family: univers, Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
}

.mean-container .mean-nav ul li li a {
    font-size: 80%;
    padding: .8em 10%;
}

.mean-container .mean-bar .meanmenu-reveal.meanclose {
    background: url(../img/aspa-neg.png) no-repeat center;
    transition: .3s;
}

@media all and (max-width: 30em) {
    .blockEnlacesPie ul li,
    .blockLogPie ul li {
        margin: .5em;
    }
    .blockEnlacesPie ul li a {
        font-size: .8em;
        letter-spacing: 1px;
    }
    .blockLogPie ul li a {
        display: block;
    }
    .blockLogPie ul li a img {
        display: block;
        max-width: 90px;
        height: auto;
    }
}

/* Simple Ad - Banner Faldon: Fixed bottom tipo faldon GAdsense*/
.adfaldon{
	display: block;
	width: 100%;
	bottom: 0;
	clear: none;
	float: none;
	left: 0;
	margin: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	overflow: visible;
	padding: 3px 0 0;
	position: fixed;
	right: auto;
	top: auto;
	vertical-align: baseline;
	visibility: visible;
	z-index: 2147483647;
	border-top: 1px solid #999;
	background: rgb(250, 250, 250);
	box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}
.adfaldon .content{
	inset: auto;
    clear: none;
    display: block;
    float: none;
	height: 129px;
    margin: 0 auto;
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 3px;
    position: relative;
    vertical-align: baseline;
    visibility: visible;
    width: 1005px;
	max-width: 100%;
    z-index: 1;
    background-color: rgb(250, 250, 250);
}
 /* .adfaldon::before{
    content:"v"; 
    content:" ";
	position: absolute;
	left:5px;
	bottom:100%;
	color:#333;
	padding:5px 15px;
	border-radius:5px 5px 0 0;
	border:1px solid #999;
	border-width:1px 1px 0 1px;
    background-color:rgb(250,250,250); 
    background: url("../img/aspa.png") center center no-repeat;
}  */
 
.adfaldon img{
	max-width: 100%;
}
#click_advance {
    
    inset: auto;
    clear: none;
    display: block;
    float: none;
	height: 38px;
    margin: 0 auto;
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 3px;
    position: relative;
    vertical-align: baseline;
    visibility: visible;
    width: 41px;
	max-width: 100%;
    z-index: 1;
    background-color: rgb(250, 250, 250);
	
}

.adfaldon #click_advance {
    
    position: absolute;
	left:5px;
	bottom:100%;
	color:#333;
	padding:5px 15px;
    /* background: url("../img/aspa.png") center center no-repeat; */
	border-radius:5px 5px 0 0;
	border:1px solid #999;
	border-width:1px 1px 0 1px;
    background-color:rgb(250,250,250); 
    
}

 /* #click_advance .collapseAll {
    
    
    
	position: absolute;
	left:5px;
	bottom:100%;
	color:#333;
	padding:5px 15px;
    background:url("../img/hamburguesa.png");
	border-radius:5px 5px 0 0;
	border:1px solid #999;
	border-width:1px 1px 0 1px;
    background-color:rgb(250,250,250); 
  }
   */