.CVMain {
   width: 100%;
   height: 100%;
   background-image:  url(../images/may2.jpg);
   background-repeat: no-repeat;
   background-position:center center;
   background-size: 100%;
   bottom: 0;
   z-index: 2
}
.CVanalisis {
   width: 100%;
   height: auto;
   padding: 5% 0%;
}
.CVregularFlowsBlock {
   width: 100%;
   padding: 5% 5%;
   text-align: center;
}
.CV_CentralColumn {
   width: 50%;
   margin: 0 auto;
}
h4 {
   font-family: 'DM Serif Text', serif; 
   font-weight: 900; 
   font-size: 48px;
   line-height: 50px;
   color: #0D3433;
   text-align: center;
   width: 100%;
   margin: 0% auto;
}
.BajadaHospitalizaciones p, .BajadaMapas p, .BajadaRecuperados p, .BajadaOtherFacts p {
   font-family: 'Roboto', sans-serif; 
   font-weight: 400; 
   font-size: 21px;
   line-height: 22px;
   color: #000;
   text-align: center;
   width: 90%;
   margin: 2% auto 7% auto;
}
.HospiFrame001 {
   max-width: 1700px;
   width: 80%;
   margin: 5% 10% 0% 10%;
   height: auto
}
.HospiFrame001 iframe {
   height: 500px
}
.HospiFramePie {
   max-width: 1700px;
   width: 40%;
   margin: 10% 30% 0% 30%;
   height: auto
}
.HospiFramePie iframe {
   height: 700px;
   width: 100%
}
.showSingle {
   padding: 10px 20px;
   background-color: #fff;
   border-top-right-radius: 12px;
   border-top-left-radius: 12px;
   cursor: pointer;
   margin: 0 5px;
   font-weight: 700;
}
.active, .showSingle:hover {
   background-color:#A6A6A6;
   color: #fff;
   -webkit-box-shadow: 10px 9px 8px -5px #545454; 
   box-shadow: 10px 9px 8px -5px #545454;
}
.cnt {
   height: 670px;
   overflow: hidden;
}
.noScrollFrame001, .noScrollFrame002 {
   width: 70%;
   margin: 10% 15% 0% 15%;
   height: 100%;
}
.noScrollFrame001 iframe {
   height: 2050px
}
.noScrollFrame002 iframe {
   height: 5385px
}
.OC_Battery {max-width:1200px;  margin: 50px auto; display: block}
.OC_BatteryMainContainer {width: 100%; height: auto}
.OC_BatteryMainContainer iframe {width: 100%; height: 500px; margin-bottom:10px;}
.BatterySecundarys {margin:0 auto; text-align: center; width: 100%;display:flex}
.BatterySecundarysContainer {width: 48%; height: auto; border: none; display:block;margin: 0% 1%}
.BatterySecundarysContainer iframe {height: 400px;display: block}
.OC_Battery h5, .BatterySecundarys h5 {
    font-family: 'DM Serif Text', serif; 
    font-weight: 900; 
    font-size: 38px;
    line-height: 39px;
    color: #2c2d27;
   width: 100%;
   margin: 2% auto;
   text-align: center;
   display: block
}
h5.secundarios {font-size: 25px; line-height: 26px}
.BatterySecundarys iframe {width: 100%; border: none;display: block}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0px;
	padding: 0px;
	list-style: none;
    outline: none;
    text-decoration: none;	
}   
html, body {
  padding: 0;
  margin: 0;
  background-color: rgb(221, 221, 221);
  font-family: 'Roboto', sans-serif; 
   height:100%;
}
a {
    cursor: pointer;
    color: inherit;
}
header {
    width: 100%;
    height: 60px;
    position: fixed;
   /* background-color: #fff;*/
    box-shadow: 0px 0px 10px #000;
    z-index: 100;
    background-image: linear-gradient(-180deg, rgba(86, 86, 86, 1), rgba(86, 86, 86, 0.1) 100%);
        }
header .content {
	position: relative;
}
header .content .suscribirme {
    position: absolute;
    right: 80px;
    top: 2px;
    background-color: #4dd1f4;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 8px;
    color: #140000;
    display: block;
    height: 40px;
    width: 100px;
    text-align: center;
    margin-bottom: 12px;
    line-height: 37px;
    font-weight: 700;
    float: right;
    margin: 7px 12px 8px 0;
}
header .content .suscribirme:hover {
    text-decoration: none;
    }
header .logo a {
	height: 50px;
	position: absolute;
	left: 44%;
    right: 44%;
    cursor: pointer;
}
header .logo img {
    text-align: center;
    margin: 0 auto;
}
header .content .share {
	position: absolute;
	right: 10px;
	top: 15px;
    display: inline-flex;
}
header .content .share li a {
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 10px;
    background-size: auto;
    background-repeat: no-repeat;
    }
header .content .share li { 
        display: inline-block;
    }
header .content .share li a.facebook {
	background-image: url(../images/ui/share_facebook.svg);
    display: block;
}
header .content .share li a.twitter {
	background-image: url(../images/ui/share_twitter.svg);
}
header .content .share .face {
    display:block;
}
header .content .share .phone {
    display:none;
}
header .content .share li a.whatsapp {
	background-image: url(../images/ui/share_whatsapp.svg);
}
.svgcontainer {
    max-width: 435px;
    margin: 0 auto;
    align-content: center;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
/*.hospital {
    background-image:  url(../images/covidexample.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}*/
.IntroPic {
    background-image:  url(../images/covidexample2.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 120%;
    z-index: 2;
   /* -webkit-animation: bkg-animation 20s infinite alternate both linear;
    -moz-animation: bkg-animation 20s infinite alternate both linear;
    -o-animation: bkg-animation 20s infinite alternate both linear;
    animation: bkg-animation 20s infinite alternate both linear;*/
}
.Monday {
    background-image:  url(../images/monday.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 100%;
    z-index: 2;
}
.weekend {
    background-image:  url(../images/dark.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 100%;
    z-index: 2;
}
/*@-webkit-keyframes bkg-animation {
    from{
        background-position:0px;
    }
    to{
        background-position:100%;
    }
}
@-moz-keyframes bkg-animation {
    from{
        background-position:0px;
    }
    to{
        background-position:100%;
    }
}
@-o-keyframes bkg-animation {
    from{
        background-position:0px;
    }
    to{
        background-position:100%;
    }
}
@keyframes bkg-animation {
    from{
        background-position:0px;
    }
    to{
        background-position:100%;
    }
}*/

h1 {
    font-family: 'DM Serif Text', serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 50px;
    color: #fff;
    margin-top: 75px;
    margin-bottom: 30px;
    text-align: center;
    max-width: inherit;
    position: absolute;
    left: 10%;
    right: 10%;
   text-shadow: 2px 1px 2px #000000;
}
.separator {
    margin-bottom: 40px;
}
/*h2 taken by css infografia*/
h2 {
    font-family: 'DM Serif Text', serif; 
    font-weight: 900; 
    font-size: 48px;
    line-height: 50px;
    color: #0D3433;
   text-align: center;
   width: 100%;
   margin: 4% auto 5% auto;
}
h3 {
    font-family: 'DM Serif Text', serif; 
    font-weight: 900; 
    font-size: 37px;
    line-height: 38px;
    color: #000;
   width: 80%;
   margin: 5% auto 0% auto;
   text-align: center;
   color: #2c2d27
}
h3.regularFlows {
    font-family: 'DM Serif Text', serif; 
    font-weight: 900; 
    font-size: 37px;
    line-height: 38px;
    color: #000;
   width: 80%;
   margin: 2% auto 4% auto;
   text-align: center;
   color: #2c2d27;
}
.IntroSpecial {
    font-family: 'Roboto', sans-serif; 
    font-weight: 300; 
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    margin: 145px auto 0px auto;
    text-align: center;
    max-width: 800px;
    position: absolute;
    left: 10%;
    right: 10%;
}
.IntroBlack {
  font-family: 'Roboto', sans-serif; 
    font-weight: 300; 
    font-size: 17px;
    line-height: 21px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
}
.WrapperDatos {
    width: 80%;
    height: 100px;
    /*background-color: aqua;*/
    position: absolute;
    top: 45%;
    left: 10%;
    right: 10%;
}
.updater_info {
    height: 25px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px; 
    text-align: center;
    margin-bottom: 30px;
    padding: 0 25px;
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    bottom: 8%;
    left: 10%;
    right: 10%;
}

/*.updater_info div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: cooleffect 5s linear infinite;
}*/

/*.updater_info span {
  float: left;
  width: 50%;
}*/
.SubDatos {
    width: 20%;
    height: 100px;
   /* background-color: yellow;*/
    margin: 0 auto;
    float: left;
    border-right: 1px dashed #fff;
    /*display: block;*/
   text-align: center;
}
.Category {
    font-family: 'Roboto', sans-serif; 
    font-weight: 300; 
    font-size: 17px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
 /*   display: inline-block;*/
}
/*.Detail {
    font-family: 'Roboto', sans-serif; 
    font-weight: 700; 
    font-size: 45px;
    color: #fff;
    text-align: center;
}*/
.WrapperIframe80 {
    max-width: 100%;
    margin: 0% auto;
    z-index: 10;
   background-color: rgb(51, 51, 51);
}

.Analisis {
    font-family: 'Roboto', sans-serif; 
    font-weight: 400; 
    font-size: 17px;
    line-height: 20px;
    color: #000;
    max-width: 1000px;
    margin: 0 auto 30px auto;
    text-align: center;
    padding: 8% 0%;
}
.LND_FC_footer {
    font-size: 12px;
    letter-spacing: 0.8px;
    font-family: 'Roboto', sans-serif; 
    text-align: center;
    padding-top: 10px;
    padding-bottom: 45px;
    margin: 0 auto;
    width: 100%;
}
.footercontainer {
    width: 80%; 
    margin: 0 auto;
}
.LND_FC_listado_id {
    clear: both;
    width: 100%;
    vertical-align: top;
    min-height: 265px;
    margin: 0 auto;
}
.LND_FC_listado_itm {
    width: 29.5%;
    /*float: left;*/
    display: inline-block;
    margin: 15px 30px 10px 0px;
    vertical-align: top;
}
span.footerp {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif; 
}
.endinglogo {
    width: 30%;
    display: block;
    margin: 0 auto;
}
.main {
    margin: 15px auto 40px auto;
}
.SANJOSE {
    width: 100%; 
    -moz-appearance: none;
    -webkit-appearance: none;
}
em {
    font-style: normal;
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 30px;
    color: #E87D1E;
    /* margin: 50px; */
}
ol {
    list-style-type: none;
    counter-reset: li-counter;
    width: 100%;
    margin-left: -10px;
    padding-left: 30px;
    margin-top: -10px;
}
ol > li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    line-height: 17px;
    padding-top: 4px;
}
ol > li:before {
    background-color: #333;
    border-radius: 50%;
    color: #ffffff;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-size: 14px;
    height: 25px;
    left: -25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
    font-weight: 700;
}
.maincreditos {
    max-width: 800px;
    margin: 0 auto;
}
.maincreditos p {
    color: #C9C9C7;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;
}
.maincreditos strong {
    color: #999; 
}
.selector_container {
max-width:600px; text-align: center; margin: 0 auto;
}
.hello {
    height: 50px;
    width: 100%;
    margin: 10px 0;
    background-image: url(https://www.nacion.com/gnfactory/especiales/infografias/2019/marzo/infologo2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
/*ESTILOS DE GOOGLE SPREADSHEETS*/
.Detail, .Detail2, .Detail3, .Detail4, .Detail5 {
width: 100%;
float: initial;
}
.Detail6 {
display: block;
width: 600px;
height: 50px;
overflow: hidden;
   margin: 0 auto;
}
.Detail7 {
   display: block;
   max-width:  80%;
   height: auto;
   margin: 7% 10% 10% 10%;
}
.Detail span, .Detail2 span, .Detail3 span, .Detail4 span, .Detail5 span {
font-family: 'Roboto', sans-serif; 
font-weight: 700; 
font-size: 42px;
color: #fff;
text-align: center;
}
.Detail6 span {
}
.Detail7 span {
font-family: 'Roboto', sans-serif; 
font-weight: 400; 
font-size: 21px;
line-height: 24px;
color: #fff;
text-align: center;
}
.WrapperIframeMapCR {
   height: auto;
   margin: 5% auto 0% auto;
   text-align: center
}
.WrapperIframeHorizontal {
   height: auto;
   margin: 5% auto 0% auto;
   text-align: center
}
.WrapperIframeHorizontal iframe {
   height: 450px;
   width: 100%
}
.WrapperIframeMapCR iframe {
   height: 520px;
   width: 70%;
   text-align: center
}
/*MediaQueries 450px or less Only*/
@media screen and (max-width: 450px){
.CV_CentralColumn {width: 95%; margin: 0 auto}
header .logo a {left: 15px;top: 6px;right: none;height: 47px} 
header .content .share .phone {display: block;}
header .content .share .face {display:none;}
#LND_FC_footer {width: 85%;margin: 0 auto;text-align: center;}
.LND_FC_listado_itm {width: 90%;float: none;margin: 32px auto;}
.endinglogo {width: 70%;}
.CVanalisis {padding: 15% 0%;}
h1 {font-size: 37px; margin: 80px auto 10px auto; max-width: 350px; line-height: 37px; }
.separator { margin-bottom: 100px;}
h2 {width: 80%; margin: 0% 10%; font-size: 36px;line-height: 36px}
h3 {font-size: 25px; line-height: 27px;width: 90%; margin: 10% 5% 1% 5%}
h4 {width: 90%; font-size: 32px;line-height: 30px;margin: 5% 5% 7% 5%;color: #0D3433}
h3.regularFlows {font-size: 25px;line-height: 24px; margin: 0% 5% 0% 5%;width: 90%;position: inherit}
.IntroSpecial {font-size: 14px; line-height: 17px; max-width: 300px; margin-top: 170px}
.IntroBlack { font-size: 17px;line-height: 17px;max-width: 300px;}
.WrapperDatos {width: 90%;height:300px;margin: 5% 5%; left: inherit;right: inherit; top: 43%}
.SubDatos {width: 100%;height: 52px;margin: 0 auto;float: none;border-right: inherit; border-bottom: 1px dashed #fff;}
.Category {width: 50%;text-align: center;float: left;font-size: 13px;line-height: 15px; padding-top: 9px}
.Detail {width: 50%;text-align: center;float: left; line-height: 0px; font-size: 45px;}
.Detail6 {width: 100%;text-align: center}
.Detail span, .Detail2 span, .Detail3 span, .Detail4 span, .Detail5 span {line-height: 16px; font-size: 32px}
.Detail7 span {font-size: 16px; line-height: 18px}
.BajadaHospitalizaciones p, .BajadaMapas p, .BajadaRecuperados p, .BajadaOtherFacts p {width: 90%; font-size: 16px; line-height: 18px; margin: 2% auto 5% auto;}
.updater_info {font-size: 14px; line-height: 14px; width: 80%; height: 50px;left: inherit;right: inherit;bottom: 2%; margin: 0% 10%}
.IntroPic {background-size: 400%; background-position: top;
/*-webkit-animation: bkg-animation 100s infinite alternate both linear;
-moz-animation: bkg-animation 100s infinite alternate both linear;
-o-animation: bkg-animation 100s infinite alternate both linear;
animation: bkg-animation 100s infinite alternate both linear;}  */ 
}
.may2 {background-size: 400%; background-position: top;}
.WrapperIframeHorizontal {width: 90%}
.WrapperIframeMapCR { width: 90%}
.WrapperIframeMapCR iframe {width: 100%}
.OC_Battery {width:95%; margin: 0% 2.5%}
.OC_BatteryMainContainer {height: auto}
.OC_BatteryMainContainer iframe {width: 80%; margin: 0% 10%; height: 400px}
.BatterySecundarys {display: block}
.BatterySecundarys iframe {width: 95%; margin: 0 2.5% 10px 2.5%; height: 460px;display: block}
.OC_Battery h5, .BatterySecundarys h5 {font-size: 25px;line-height: 25px;margin: 20% 5% 5% 5%;width: 90%}
h5.secundarios {font-size: 21px; line-height: 22px}
.BatterySecundarysContainer {width: 98%}
.CVregularFlowsBlock {padding: 8% 1%}
.HospiFrame001 {height: auto}
.HospiFrame001 iframe {height: 420px; margin-top:18px}
.HospiFramePie {width: 90%; margin: 15% 5% 0% 5%; height: auto}
.HospiFramePie iframe {height: 470px; margin-top:18px}
.noScrollFrame001, .noScrollFrame002 {width: 90%; margin: 10% 5% 0% 5%}
.noScrollFrame001 iframe, .noScrollFrame002 iframe {margin-top: 18px}
.cnt {height: 440px}
.showSingle {padding: 10px 8px; font-size: 13px}
}
/*MediaQueries 450px to 700px Only*/
@media (min-width: 450px) and (max-width: 700px) {
.CV_CentralColumn {width: 90%; margin: 0 auto}
header .logo a {left: 15px;top: 6px;right: none;height: 47px} 
header .content .share .phone {display: block;}
header .content .share .face {display:none;}
#LND_FC_footer {width: 85%;margin: 0 auto;text-align: center;}
.LND_FC_listado_itm {width: 90%;float: none;margin: 32px auto;}
.endinglogo {width: 70%;}
h1 {font-size: 44px; margin: 80px auto 10px auto; max-width: 350px; line-height: 42px; }
.separator { margin-bottom: 100px;}
h2 {width: 80%; margin: 0% 10%; font-size: 36px;line-height: 36px}
h3 {font-size: 27px; line-height: 28px;width: 90%; margin: 10% 5% 1% 5%}
h4 {width: 90%; font-size: 32px;line-height: 30px;margin: 5% 5% 7% 5%}
h3.regularFlows {font-size: 25px;line-height: 24px; margin: 0% 5% 0% 5%;width: 90%;position: inherit}
.IntroSpecial {font-size: 16px; line-height: 19px; max-width: 400px; margin-top: 200px}
.IntroBlack { font-size: 17px;line-height: 17px;max-width: 300px;}
.WrapperDatos {width: 90%;height:300px;margin: 5% 5%; left: inherit;right: inherit; top: 43%}
.SubDatos {width: 100%;height: 52px;margin: 0 auto;float: none;border-right: inherit; border-bottom: 1px dashed #fff;}
.Category {width: 50%;text-align: center;float: left;font-size: 13px;line-height: 15px; padding-top: 9px}
.Detail {width: 50%;text-align: center;float: left; line-height: 0px; font-size: 45px;}
.Detail6 {width: 100%;text-align: center}
.Detail span, .Detail2 span, .Detail3 span, .Detail4 span, .Detail5 span {line-height: 16px; font-size: 32px}
.Detail7 span {font-size: 17px; line-height: 18px}
.BajadaHospitalizaciones p, .BajadaMapas p, .BajadaRecuperados p, .BajadaOtherFacts p {width: 90%; font-size: 17px; line-height: 18px; margin: 2% 5% 5% 5%;}
.updater_info {font-size: 14px; line-height: 14px; width: 80%; height: 50px;left: inherit;right: inherit;bottom: 2%; margin: 0% 10%}
.IntroPic {background-size: 400%; background-position: top;
/*-webkit-animation: bkg-animation 100s infinite alternate both linear;
-moz-animation: bkg-animation 100s infinite alternate both linear;
-o-animation: bkg-animation 100s infinite alternate both linear;
animation: bkg-animation 100s infinite alternate both linear;}  */ 
}
.may2 {background-size: 400%; background-position: top;}
.WrapperIframeHorizontal {width: 90%}
.WrapperIframeMapCR { width: 90%}
.WrapperIframeMapCR iframe {width: 100%} 
.OC_Battery {width:95%; margin: 0 2.5%}
.OC_BatteryMainContainer {height: auto}
.OC_BatteryMainContainer iframe {height: 400px}
.BatterySecundarys {display: block}
.BatterySecundarys iframe {width: 70%; margin: 0 15% 10% 15%; height: 450px;display: block}
.OC_Battery h5, .BatterySecundarys h5 {font-size: 28px;line-height: 29px;margin: 10% 5% 5% 5%;width: 90%}
h5.secundarios {font-size: 25px; line-height: 24px}
.BatterySecundarysContainer {width: 98%}
.CVregularFlowsBlock {padding: 8% 1%}
.HospiFrame001 {height: auto}
.HospiFrame001 iframe {height: 500px; margin-top:18px}
.HospiFramePie {width: 90%; margin: 15% 5% 0% 5%; height: auto}
.HospiFramePie iframe {height: 500px; margin-top:18px}
.noScrollFrame001 iframe, .noScrollFrame002 iframe {margin-top: 18px}
.cnt {height: 520px}
.showSingle {padding: 10px 10px; font-size: 12px}
}
/*IPADS AVERAGE*/
@media (min-width: 700px) and (max-width: 1099px) { 
.CV_CentralColumn {width: 80%; margin: 0 auto}
h1 {margin-top: 130px; font-size: 54px }
h2 {font-size: 38px;line-height: 40px}
h3 {font-size: 28px;line-height: 30px}  
h4 {font-size: 38px; line-height: 40px}
.may2 {background-size: 300%;}
.IntroSpecial {margin-top: 250px; font-size: 18px; line-height: 19px}
.WrapperDatos {top:55%}
.Category {font-size: 15px}
.Detail span, .Detail2 span, .Detail3 span, .Detail4 span, .Detail5 span {
line-height: 50px; font-size: 32px}
.Detail7 span {font-size: 18px; line-height: 22px}
.WrapperIframeMapCR {width: 90%}
.WrapperIframeMapCR iframe {width: 100%} 
.WrapperIframeHorizontal {width: 70%}
.OC_Battery {width: 90%; margin: 0 5%}
.OC_Battery iframe {height: 400px}
.BatterySecundarys iframe {height: 500px}
.OC_Battery h5, .BatterySecundarys h5 {font-size: 30px; line-height: 32px}
.BajadaHospitalizaciones p, .BajadaMapas p, .BajadaRecuperados p, .BajadaOtherFacts p {width: 90%;margin: 2% auto 3% auto;font-size: 18px; line-height: 22px }
.OC_Battery {margin: 7% 5% 0% 5% }
.OC_Battery iframe {height: 500px}
.HospiFramePie {width: 100%; margin: 10% auto 0% auto;}
.HospiFramePie iframe {width: 80%; margin: 0 10%;height: 500px}
.cnt {height: 650px}
}
/*LAPTOPS AVERAGE*/
@media (min-width: 1100px) and (max-width: 1499px) { 
.CV_CentralColumn {width: 75%; margin: 0 auto}
h1 {margin-top: 110px; font-size: 55px }
h4 {width: 80%; margin: 0% 10%}
.WrapperIframeMapCR {width: 90%}
.WrapperIframeHorizontal {width: 100%}
.IntroSpecial {margin-top: 200px; font-size: 19px; line-height: 20px}
.WrapperDatos {top:55%}
.Detail7 span {font-size: 18px;line-height: 22px}
.BajadaHospitalizaciones p, .BajadaMapas p, .BajadaRecuperados p, .BajadaOtherFacts p {font-size: 18px;line-height: 22px}
.OC_BatteryMainContainer iframe {width: 50%; height: 480px;margin: 0% 25%}
.BatterySecundarysContainer iframe {height: 400px}
.HospiFramePie iframe {height: 450px}
.cnt {height: 650px}
} 
/*HUGE SCREENS*/
@media (min-width: 1500px) {
h1 {margin-top: 130px; font-size: 75px }
.WrapperIframeHorizontal {width: 80%; margin: 5% 10% 0% 10%}
.WrapperIframeMapCR { width: 70%; text-align: center}
.WrapperIframeHorizontal iframe {width: 100%}
.IntroSpecial {margin-top: 250px; font-size: 24px; line-height: 25px}
.WrapperDatos {top:61%}
.HospiFrame001 iframe {width: 70%; height: 500px; margin: 3% auto 0% auto}
.HospiFramePie iframe {width: 100%; height: 520px; margin: 3% auto 0% auto}
.OC_BatteryMainContainer iframe {width: 50%; height: 500px;margin: 0% 25%}
.BatterySecundarysContainer iframe {height: 430px}
}