@media only screen and (max-width: 768px) {
section.modulo-coronavirus{background: url(/noticias/stat/coronavirus/modulo/img/fondo.svg) center;width: 100vw;background-image: linear-gradient(to bottom, #ccc, #fff);}
section.modulo-coronavirus .contenido-titular{width: 100%;background: #015b7d url(/noticias/stat/coronavirus/modulo/img/fondo.svg) center;}
section.modulo-coronavirus .contenido-titular span.logo-covid{}
section.modulo-coronavirus .contenido-titular p{color: white; font-size:4.5vw; padding: 3.125vw; font-family: lato, sans-serif;} 
section.modulo-coronavirus .contenido-iframe{width: 100%;}
section.modulo-coronavirus .contenido-iframe iframe{width: 100%;}
section.modulo-coronavirus article.contenido-informacion{display: flex; flex-direction: column; padding: 15px; } 
section.modulo-coronavirus article.contenido-informacion .item{flex: 1; }
section.modulo-coronavirus article.contenido-informacion .item:nth-child(2){margin: 3.125vw 0;}
section.modulo-coronavirus article.contenido-informacion .item-uno{background: url(/noticias/stat/coronavirus/modulo/img/m_item_uno.jpg) no-repeat center;background-size: cover;min-height: 25vw;}
section.modulo-coronavirus article.contenido-informacion .item-dos{background: url(/noticias/stat/coronavirus/modulo/img/m_item_dos.jpg) no-repeat center;background-size: cover;min-height: 25vw;} 
section.modulo-coronavirus article.contenido-informacion .item-tres{background: url(/noticias/stat/coronavirus/modulo/img/m_item_tres.jpg) no-repeat center;background-size: 100%;min-height: 25vw;}  
section.modulo-coronavirus article.contenido-informacion .item .img-item{display: inline-block;width: 100%;height: auto;position: relative;} 
section.modulo-coronavirus article.contenido-informacion .item .img-item img{width: 100%; height: auto; } 
section.modulo-coronavirus article.contenido-informacion .item .img-item p{position: absolute;bottom: -18.5vw;right: 2.5vw;color: white;font-size: 3vw;font-weight: normal;font-family: lato, sans-serif;background: rgba(0, 0, 0, 0.5);padding: 5px;} 
section.modulo-coronavirus article.contenido-informacion .item .txt-item{width: 100%;display: inline-block;margin: 15px 0;display: none;position: relative;}
section.modulo-coronavirus article.contenido-informacion .item .txt-item p{color: black;padding: 0 3.125vw;font-size: 5vw;}
section.modulo-coronavirus article.contenido-informacion .item .txt-item p::after{content: 'Ver +';color: #015b7d;font-weight: bold;margin: 0 0 0 30px;display: none;}

}

@media only screen and (min-width: 768px) {
section.modulo-coronavirus{background-image: linear-gradient(to bottom, #ccc, #fff);width: 100%;background: url(/noticias/stat/coronavirus/modulo/img/fondo.svg) center;/* border-bottom: 5px solid #015b7d; *//* max-width: 1300px; */margin:20px 0;}
section.modulo-coronavirus .contenido-titular{display: flex;background: #015b7d url(/noticias/stat/coronavirus/modulo/img/fondo.svg) center;align-items: center;justify-content: start;padding: 30px;}
section.modulo-coronavirus .contenido-titular span.logo-covid{background: url(/noticias/stat/coronavirus/modulo/img/covid.svg) center no-repeat;background-size: 100%;width: 60px;height: 60px;display: inline-block;}
section.modulo-coronavirus .contenido-titular p{color: white;font-size: 1.7rem;font-weight: normal;font-family: lato, sans-serif;display: inline-block;/* padding: 0 0 0 30px; */}
section.modulo-coronavirus .contenido-iframe{width: 100%;}
section.modulo-coronavirus .contenido-iframe iframe{width: 100%;}
section.modulo-coronavirus article.contenido-informacion{display: flex;flex-direction: row;justify-content: space-between;padding: 20px;} 
section.modulo-coronavirus article.contenido-informacion .item{display: inline-flex;/* min-height: 300px; *//* max-height: 350px; */}
section.modulo-coronavirus article.contenido-informacion .item:hover{cursor: pointer; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; background: rgba(255, 255, 255, 0.5);*/filter: grayscale(1);transition: all 0.5s linear;-webkit-transition: all 0.5s linear;} 
section.modulo-coronavirus article.contenido-informacion .item.item-uno .img-item{width: 300px;position: relative;background-image: url(/noticias/stat/coronavirus/modulo/img/item_uno.jpg);background-position: center;background-repeat: no-repeat;background-attachment: inherit;background-size: cover;height: 250px;}
section.modulo-coronavirus article.contenido-informacion .item.item-dos .img-item{width: 300px;position: relative;background-image: url(/noticias/stat/coronavirus/modulo/img/item_dos.jpg);background-position: center center;background-repeat: no-repeat;background-attachment: inherit;background-size: cover;height: 250px;} 
section.modulo-coronavirus article.contenido-informacion .item.item-tres .img-item{width: 300px;position: relative;background-image: url(/noticias/stat/coronavirus/modulo/img/item_tres.jpg);background-position: center center;background-repeat: no-repeat;background-attachment: inherit;background-size: cover;height: 250px;}  
section.modulo-coronavirus article.contenido-informacion .item .img-item p{position: absolute;bottom: 10px;right: 10px;color: white;font-weight: normal;font-family: lato, sans-serif; /* transform: translate(-50%, -50%); *//* -webkit-transform: translate(-50%, -50%); *//* padding: 0 0 10px 0; *//* display: none; */} 
section.modulo-coronavirus article.contenido-informacion .item .img-item img{width: 100%;background: ulr(/noticias/stat/coronavirus/modulo/img/item_uno.jpg);height: auto;}
section.modulo-coronavirus article.contenido-informacion .item .img-item::after{content:'Ver mÃƒÆ’Ã‚Â¡s';position: absolute;display: none;bottom: 0;}
section.modulo-coronavirus article.contenido-informacion .item .txt-item{width: 100%;display: inline-block;margin: 10px 0;position: relative;display: none;} 
section.modulo-coronavirus article.contenido-informacion .item .txt-item p{color: black;padding: 0 15px;} 
section.modulo-coronavirus article.contenido-informacion .item .txt-item p::after{content: 'Ver +';color: #015b7d;font-weight: bold;margin: 0 0 0 30px;display: none;}
section.modulo-coronavirus article.contenido-informacion .item .btn-ver{display: inline-block; width: 100%; } 
section.modulo-coronavirus article.contenido-informacion .item .btn-ver p{color: #015b7d;text-transform: capitalize;text-align: center;} 
}



