/* --------------------------------- Desktop -------------------------------- */

/*.rsrc-right {
    background-color: #fff;
    padding-top: 25px;
    position: sticky;
    top: 3rem;
}*/
ul.wp-most-popular {
    list-style-type: none;
}
ul.wp-most-popular li {
    margin-bottom: 40px;
    font-size: 1.4em;
    font-weight: bolder;
}
.entry-content {
    font-size:1.2em;
    line-height:1.8em;
    color:#000;
}
.rsrc-content {
    padding-top: 0px;
}
/* -- start curencies -- */

.currencies {
     font-family: 'Libre Baskerville', serif;
     font-size: 1em;
     padding: 10px;
     border: 0px;
     display: flex;
     width: 90%;
     margin-bottom: -45px;
     margin: 0 auto;
}
.value-type {
    width: 33%;
}
.currency-title {
     padding: 0px 5px 0px 5px;
     border: 0px;
}
.currencies td {
     border: 0px;
     width: 50%;
}
.currency-type {
     margin-bottom: -6px;
     font-size: 0.8em;
     display: flex;
}
.currency-type div{
     width: 50%;
     padding: 0px 5px 0px 5px;
}
.currency-type div span {
     color: green;
     font-weight: bolder;
}
.currency-value {
     font-size: 1.2em;
}
.currency-copyright {
     font-size: 0.8em;
     padding-left: 5%;
     margin: -30px 0px 20px 16px; 
}
.currency-copyright span {
    font-weight: bolder;
}
.clickio-atf-mobile {
          display: none;
}
/* -- ´Buscar´ text -- */
#searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0px;
  padding-left: 10px;
  font-family: arial;
}
#searchform #s {
  width: 75%;
  margin-right: 30px;
}


/* -- ad units styles */
.home_ad_unit {
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.center_banner {
  text-align:center; 
  background-color:white; 
  padding-top:40px; 
  padding-bottom:20px;
  width: 70%;
  margin: 0 auto;
}
.desktop_banner {
  display: block;
}
.mobile_banner {
           display: none;
        }

/* -- start zocalo desktop -- */
        .zocalo_container {
		/*width: 50%;
		margin: auto;*/
                 position: fixed;
                 z-index: 9999999999;
                 bottom: 90px;
                 left: 8%;
	}
	.zocalo_adunit {
		position: fixed;
                 z-index: 999999999;
                 bottom: 0;
                 right: 35%;
                 width: 728px;
                 height: 90px;
	}
	.susc {
		/*background: url("https://www.eleconomista.com.ar/wp-content/uploads/2018/11/suscripcion-728x90.png");*/
		width: 728px;
		height: 90px;
		z-index: 9999;
	}
	.adhesion {
		background-color: rgb(255,255,255,0.8);
		width: 100%;
		height: 90px;
		position: fixed;
		z-index: 999;
		bottom: 0;
	}
	.news_img {
		position: fixed;
                 z-index: 99999999;
                 bottom: 0;
                 right: 35%;
                 width: 728px;
                 height: 90px;
	}
	.closeBtn {
	    position: fixed;
    	    right: 34%;
    	    width: 26px;
    	    bottom: 72px;
    	    z-index: 999999999999;
	}
/* -- end zocalo desktop -- */
        .zocalo_mob_container {
            display: none;
        }


/* --------------------------------- Mobile -------------------------------- */

@media only screen and (max-width: 985px) {
.zocalo_container {
            display: none;
        }
.zocalo_mob_container {
            display: block;
        }
.desktop_banner {
           display: none;
        }
.mobile_banner {
           display: block;
           margin-top: 20px;
           margin-bottom: 20px;
        }
}


/* ---------------------------------------------------- */
@media only screen and (max-width: 600px) {
     table {
         margin-bottom: 0px;
     }
    .euro {
         display: none;
     }
    .real {
         display: none;
     }
    .currencies {
         display: block;
         font-size: 1em;
         padding: 10px;
         border: 0px;
         width: 90%;
         margin-bottom: -45px;
    }
    .currency-title {
         padding: 0px 5px 0px 5px;
         border: 0px;
         width: 480px;
     }
     .currency-type{
          width: 300px;
      }
     .currency-value {
          width: 300px;
          font-size: 1.6em;
      }
      .currency-copyright {
          font-size: 0.6em;
          padding-left: 5%;
          margin: 40px 0px 20px 16px; 
      }
      /* -- end currencies -- */
      /* -- start clickio ad ATF-mobile -- */
      .clickio-atf-mobile {
          display: block;
          margin-top: 30px;
          text-align: -webkit-center;
      }
      /* -- start notas cabezal adsense --*/
      .notas_cabezal_adsense {
          display: none;
       }
       /* -- separacion de logos social en top, en mobile --*/
      .headerflot {
          line-height: 60px;
       }
       /* -- ad units styles */
      .home_ad_unit {
       text-align: center;
       }
       .mobile_ad {
            margin-top: 60px;
            margin-bottom: 20px;
       }
       .home_ad_unit_mobile {
            display: none;
       }
       .desktop_banner {
           display: none;
       }
       .mobile_banner {
           display: block;
       }
        .zocalo_mob_container {
               /*width: 50%;
		margin: auto;*/
                 position: fixed;
                 z-index: 9999999999;
                 bottom: 0;
                 left: 8%;
       }
/* -- back_top button mobile */
      #back-top {
	       bottom: 50px;
        }
       
}
}