.block.covid{
    display: none;
    padding: 0 15px;
}


.block.covid .content img{
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 750px){
#content-area-sup .inner.slide {
    display: block;
}

.inner.slide .block.block-views{
display: none;
}
.block.covid{
display: block;
}

.region.region-ribbon-image {
    height: auto;
}
}

/* novedad */

a.novedad{
     position: relative;
}

a.novedad:after {
    content: "N";
    background: #b01818;
}

a.novedad:hover:after {
    content: "Novedad";
    background: #b01818;
}

a.novedad:after {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    right: -30px;
    bottom: 3px;
    border-radius: 20px;
    font-size: 10px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.novedad:hover:after {
    position: absolute;
    width: auto;
    height: auto;
    right: -70px;
    bottom: 3px;
    padding: 1px 5px;
    font-size: 10px;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/* end novedad */

/* página covid */

#contenido-wrapper h1 {
    font-weight: bold;
}

#wrapper #contenido-wrapper .field-name-body ul {
    list-style: none;
    padding: 0;
}


.field-name-body table {
    border-spacing: 11px 4px;
    border-collapse: unset;
}

#wrapper #contenido-wrapper .field-name-body td p {
    margin: 0;
}

.field-name-body td{
   vertical-align: middle;
   padding-left: 5px;
   position: relative;
}

.field-name-body td:first-child {
    background: #eaeaea;
    text-align: center;
    padding: 4px 9px;
    max-width: 60px;
    box-sizing: border-box;
}

td:first-child::before {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #eaeaea;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    transition: 0.2s all;
    z-index: -1;
}

tr:hover td:first-child::before {
    content: '';
    right: -6px;
    transition: 0.2s all;
    border-left: 6px solid rgba(67, 140, 178, 0.3);
}

.field-name-body tr:hover td:first-child {
    background: rgba(67, 140, 178, 0.3);
}

/* end página covid */




