body {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #666666;
  line-height: normal;
}
span {
  display: inline-block;
}
#tray {
  display: none;
}
header {
  position: relative;
  width: 100%;
  z-index: 99;
}
#header_img {
  align-items: center;
  background: url(//cdn1.infocasas.com.uy/web/58923ae82342a_infocdn__fnd-blog.jpg) center / cover no-repeat;
  display: flex;
  height: 150px;
  justify-content: center;
  transition: all 0.2s linear;
}
#header_img a {
  transition: opacity 0.35s;
}
#header_img a img{
  max-height: 60px;
}
#header_img a:hover {
  opacity: 0.85;
}
#navicon,
#logo_mobile {
  display: none;
}
#header_categorias {
  background-color: #fff;
  border-bottom: solid 1px #999;
  height: 80px;
  position: relative;
}
#header_categorias.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header ul {
  background-color: #fff;
  height: 100%;
  text-align: center;
}
header li {
  display: inline-block;
  height: 100%;
}
#header_categorias a {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  height: 100%;
  padding: 0 1.5em;
}
.CEEE #header_categorias a.alSitio {
  color: #5fd2db;
  font-weight: bold;
}

.CEEE #mapa{
  width: 100%;
  height: 400px;
}

#header_categorias a.alSitio {
  color: #ff7043;
  font-weight: bold;
}

#header_categorias a.alSitio:hover{
  color: #fff;
}
#header_categorias a:hover,
#header_categorias li.selected a {
  background-color: #FF7043;
  color: #fff;
}
header span {
  margin-top: 15px;
}
/*.navegacion-wrapper{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}*/
.noticia_wrapper {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.clearfix {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Index */
.new_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.new_wrapper.contraido {
  padding-top: 180px;
}
.new_main {
  width: calc(900px + (100% - 900px - 406px) / 2);
}
.main_holder {
  float: right;
  padding: 60px 16px 100px 0;
  width: 900px;
}
.main_holder section {
    position: relative;
}
.new_main h2,
.new_main h1 {
  border-left: solid 8px #f07238;
  color: #000;
  font-size: 30px;
  font-weight: normal;
  padding: 6px 15px;
}
.new_main h2 a,
.new_main h1 a {
  color: #000;
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.new_main h2 a:hover,
.new_main h1 a:hover {
  color: #FF7043;
}
.new_main h2 i,
.new_main h1 i {
  display: none;
}
.ultimas_wrapper {
  width: 100%;
}
.main_holder .noticia.grande {
  margin-right: 4%;
  width: 47.5%;
}
.main_holder .noticia.grande:last-child {
  margin-right: 0;
}
.new_sidebar {
  width: calc(406px + (100% - 900px - 406px) / 2);
}
.sidebar_holder {
  width: 406px;
}
.sidebar_holder .noticia.chica {
  width: 100%;
}

.opciones.chica {
  width: 100%;
}
.portada_guia .portada_noticias {
  width: 90%;
}
.portada_guia .noticia.grande {
  margin: 30px 2.5%;
  padding-bottom: 0;
  width: 30%;
}
.portada_guia .noticia.grande:first-child {
    margin-left: 0;
}
.portada_guia .noticia.grande:last-child {
    margin-right: 0;
}
.new_main.seccion .noticia.grande {
  margin-right: 4%;
}
.ultimas_wrapper {
  margin: 25px 0 75px 0;
  position: relative;
  z-index: 2;
}
.ultimas_slider {
  width: 100%;
}
.ultimas_slider .slick-dots {
  bottom: -40px;
}
.slick-list,
.slick-track {
  overflow-y: visible;
}
.ultima_noticia {
  height: 100%;
  margin: 0 10px 5px 10px;
  position: relative;
  width: 100%;
}
.noticia-imagen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ultima_noticia .noticia-imagen {
  border: solid 1px #efefef;
  display: block;
  margin-top: 0;
  height: 0;
  padding-bottom: 40%;
  width: 100%;
}
.desc_holder {
  background-color: rgba(230, 230, 230, 0.9);
  bottom: 1px;
  height: 80px;
  left: 1px;
  padding: 10px 15px;
  position: absolute;
  width: calc(100% - 2px);
}
.desc_holder .noticia-titulo {
  margin-bottom: 2px;
}
.desc_holder .noticia-titulo h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.desc_holder .noticia-titulo h3 a,
.desc_holder .noticia-tags {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.anterior,
.proxima {
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: none!important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ultimas_wrapper:hover .anterior,
.ultimas_wrapper:hover .proxima {
  display: block!important;
}
.anterior.slick-disabled,
.proxima.slick-disabled {
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
}
.anterior i,
.proxima i {
  font-size: 50px;
  text-shadow: 1px 1px 5px #000;
}
.anterior.slick-disabled i,
.proxima.slick-disabled i {
  text-shadow: none;
}
.anterior {
  left: 0;
}
.proxima {
  right: 0;
}
.noticia.grande {
  border-bottom: none;
  display: inline-block;
  margin: 25px 20px 0 0;
  padding-bottom: 30px;
  vertical-align: top;
  width: 380px;
}
.noticia.grande:last-child {
  margin-right: 0;
}
.noticia.grande .noticia-imagen {
  border: solid 1px #fafafa;
  height: 0;
  margin-top: 0;
  padding-bottom: 40%;
  width: 100%;
  display: block;
}
.noticia.grande .noticia-info {
  margin: 5px 0;
}
.noticia.grande h3 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
}
.portada_noticias-infocasas h2,
.portada_noticias-infocasas h1 {
  border-left: solid 8px #ff7043;
}
.ver_todas {
    border: solid 1px #eb663d;
    border-radius: 3px;
    color: #eb663d;
    margin:0 auto 30px auto;
    display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
    width: 200px;
}
.ver_todas:hover, .CEEE .ver_todas:hover {
    background: #eb663d;
    color: #fff;
}


.new_sidebar {
  background-color: #fafafa;
  border-left: solid 1px #f4f4f4;
}
.sidebar_holder {
  padding: 60px 0 40px 20px;
}
.new_sidebar section {
  margin-top: 50px;
}
.new_sidebar section:first-child {
  margin-top: 0;
}

.CEEE .sidebar_header{
    background-color: #2bb9e0;
}
.sidebar_header {
  align-items: center;
  background-color: #eb663d;
  color: #fff;
  display: flex;
  height: 49px;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
  width: 100%;
}
.sidebar_header img {
  height: 90%;
  margin-right: 10px;
  width: auto;
}
.sidebar_header h3 {
  font-size: 20px;
  font-weight: normal;
}
.flecha_sidebar {
  bottom: -10px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  width: 30px;
}

.menuMobileBlog {
    width: 100%;
    height: 79px;
    max-width: 1440px;
    margin: 0 auto;
}

.CEEE .flecha_sidebar:after {
  background-color: #2bb9e0;
}

.flecha_sidebar:after {
  background-color: #eb663d;
  bottom: 5px;
  content: '';
  height: 20px;
  position: absolute;
  right: 3px;
  transform: rotate(45deg);
  width: 20px;
}
.sidebar_noticias {
  height: calc(840px);
  overflow: hidden;
}
.sidebar_noticias .slick-list,
.sidebar_noticias .slick-track {
  overflow-y: hidden;
}
.noticia.chica {
  border-bottom: none;
  min-height: 260px;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  /*width: 320px;*/

}
.noticia.chica .noticia-imagen {
  background-color: #666;
  border: solid 1px #f4f4f4;
  height: 0;
  margin-top: 0;
  padding-bottom: 40%;
  display: block;
  width: 100%;
}

.opciones.chica .noticia-imagen {
  background-color: #666;
  border: solid 1px #f4f4f4;
  height: 0;
  margin-top: 0;
  padding-bottom: 40%;
  display: block;
  width: 100%;
}
.new_sidebar .noticia-info {
  margin: 5px 0;
}
.new_sidebar .noticia-titulo {
  margin-bottom: 5px;
}
.new_sidebar .noticia h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
}

.CEEE .tag{
  background-color: #148aa5;
}

.CEEE .tag:hover{
  background-color: #2bb9e0;
}



.tag {
  background-color: #4db7ad;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  margin: 3px auto;
  padding-left: 20px;
  width: 90%;
}
.tag:hover {
  background-color: #009090;
}
.tag a {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 100%;
}
.sidebar_suscribir {
  position: relative;
}
#blog_suscribir {
  position: relative;
  width: 100%;
}
#blog_suscribir input {
  font-size: 16px;
  height: 40px;
  margin-bottom: 8px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
#blog_suscribir input::-webkit-input-placeholder {
  color: #999;
}
#blog_suscribir input::-moz-placeholder {
  color: #999;
}
#blog_suscribir input::-ms-input-placeholder {
  color: #999;
}
#blog_suscribir input::placeholder {
  color: #999;
}
#blog_suscribir button {
  background-color: #eb663d;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  width: 100%;
}
#blog_suscribir button:hover {
  background-color: #ff7043;
}
.suscribir_exito {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.exito_holder {
  left: 0;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
}
.suscribir_exito i {
  color: #808080;
  font-size: 32px;
}
.mensaje_exito {
  display: block;
  margin: 10px auto;
  width: 70%;
}
.portada_guia {
  background-color: #efefef;
  position: relative;
  width: 100%;
}

.CEEE .portada_guia:last-child{
  background-color: #fff;
}
.guia_img {
  left: 50%;
  position: absolute;
  text-align: center;
  top: -49px;
  transform: translateX(-50%);
}
.portada_guia .portada_noticias {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1306px;
  padding: 65px 0 25px 0;
}
.portada_guia .noticia.grande .noticia-imagen {
  border: solid 1px #fff;
}
.slick-dots {
  height: 30px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  z-index: 90;
}
.slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0 10px;
}
.CEEE .slick-dots li button {
  background-color: #d2f9f8;

}
  .slick-dots li button {
  background-color: #fc830b;
  border-radius: 50%;
  height: 15px;
  opacity: 0.8;
  width: 15px;
}
.slick-dots li button::before {
  content: "";
}
li.slick-active button {
  background-color: #ff7043;
  opacity: 1;
}

.CEEE li.slick-active button {
  background-color: #5fd2db;
 
}
.portada_guia .ver_todas {
  margin: 20px auto 90px auto;
}

.portada_guia .ver_todas:hover {
  color: #fff;
}
/*.seccion-header{
  background-image: url('img/portada.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  height: 270px;
}
.seccion-navegacion{
  background-color: #FFFFFF;
}
.seccion-navegacion ul{
  list-style-type: none;
}
.seccion-navegacion ul li{
  display: inline-block;
  width: 24.6%;
  position: relative;
  border-bottom: 5px solid transparent;
}

.seccion-navegacion ul li.selected{
  border-bottom-color: rgba(0,0,0,0.3);
}
.seccion-navegacion ul li a{
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  line-height: 47px;
  font-size: 18px;
  position: relative;
  display: block;
}
.seccion-navegacion ul li i{
  font-size: 17px;
  position: absolute;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.seccion-navegacion ul li.navegacion-noticias i{
}
.seccion-navegacion ul li a span{
  display: inline-block;
  font-weight: 400;
}
.seccion-navegacion ul li:hover i{
  position: absolute;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
    font-size: 120px;
    opacity: 0.2;
    left: 25%;
    top: -50%;
}
.navegacion-noticias{
  background-color: #239993;
}
.navegacion-economia{
  background-color: #538F22;
}
.navegacion-decoracion{
  background-color: #E09100;
}
.navegacion-curiosidades{
  background-color: #823658;
}
.seccion-navegacion ul li.navegacion-noticias:hover{
  -webkit-transition: opacity .2s, background-color .2s;
  -moz-transition: opacity .2s, background-color .2s;
  transition: opacity .2s, background-color .2s;
  background-color: #00847E;
}
.seccion-navegacion ul li.navegacion-economia:hover{
  -webkit-transition: opacity .2s, background-color .2s;
  -moz-transition: opacity .2s, background-color .2s;
  transition: opacity .2s, background-color .2s;
  background-color: #3C8600;
}
.seccion-navegacion ul li.navegacion-decoracion:hover{
  -webkit-transition: opacity .2s, background-color .2s;
  -moz-transition: opacity .2s, background-color .2s;
  transition: opacity .2s, background-color .2s;
  background-color: #C58D00;
}
.seccion-navegacion ul li.navegacion-curiosidades:hover{
  -webkit-transition: opacity .2s, background-color .2s;
  -moz-transition: opacity .2s, background-color .2s;
  transition: opacity .2s, background-color .2s;
  background-color: #6E0F3A;
}*/
/* Secciones */
.new_main.seccion h1 {
  border-left: solid 8px #f07238;
  color: #000;
  font-size: 36px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 20px;
  padding: 8px 20px;
}
.new_main.seccion .noticia.grande {
  margin: 0 20px 40px 0;
}
.new_main.seccion .noticia.grande:nth-child(even) {
  margin-right: 0;
}
.noposts {
  font-size: 20px;
}
/* viejos */
.seccion-noticias {
  padding-top: 60px;
  transition: all 0.5s linear;
}
.noticia {
  line-height: 1.3;
  border-bottom: 1px solid #e5e5e5;
}
.noticia-titulo,
.noticia-titulo h1,
.noticia-titulo h2,
.noticia-titulo h3 {
  color: #333;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 300;
  padding: 0;
}
.noticia-titulo a {
  color: #444444;
  transition: all 0.2s linear;
  font-size: 22px;
}
.noticia-titulo a:hover {
  opacity: 0.8;
}
.noticia-info {
  color: #4d4d4d;
}
.noticia-arriba {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.noticia-autor {
  font-style: italic;
  color: #333333;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px dotted #cccccc;
}
.noticia-categoria {
  color: #4d4d4d;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 3px;
  /*border-bottom: 1px dotted #cccccc;*/

}
.noticia-fecha {
  color: #4d4d4d;
}

.CEEE .noticia-tags,
.CEEE .noticia-tags a{
  color: #5fd2db;
}

.noticia-tags,
.noticia-tags a {
  color: #ff7043;
  cursor: pointer;
  font-weight: bold;
}
.noticia-tags a:hover {
  color: #fc830b;
}

.CEEE a:hover {
  color: #5fd2db;
}

.noticia-imagen {
  margin-top: 23px;
}
.noticia-imagen img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.noticia-copete {
  font-size: 17px;
  margin: 24px 0;
}
.noticia-ver-mas {
  background-color: #5fd2db;
  font-size: 30px;
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  width: auto;
  padding: 15px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  border: none;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.noticia-ver-mas:hover {
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
  color: #ffffff;
  background-color: #E77300;
}
.noticia-compartir li {
  display: inline-block;
}
.noticia-compartir li a {
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 2px;
}
.noticia-compartir li a i {
  position: relative;
}
.noticia-compartir li a:hover i {
  -webkit-transition: opacity .2s, color .2s;
  -moz-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s;
  opacity: 0.8;
  top: -5px;
}
.noticia-compartir li.compartir-whatsapp i {
  color: #25d366;
}
.noticia-compartir li.compartir-facebook i {
  color: #3b5998;
}
.noticia-compartir li.compartir-twitter i {
  color: #55acee;
}
.noticia-compartir li.compartir-linkedin i {
  color: #0077b5;
}
.noticia-compartir li.compartir-gplus i {
  color: #dd4b39;
}
.noticia-compartir li.compartir-mail i {
  color: #4db7ad;
}
.noticia-comparte {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.noticia-compartir.grande li a {
  font-size: 35px;
}
/*.seccion-footer {
  background-color: #4D4D4D;
  color: #ffffff;
  padding: 60px 0 0 0;
  font-weight: 500;
}*/
/* Ajustes footer */
.columna-en-cuatro {
  width: 24.5%;
}
.promoAppiOS .ctrans {
  background: url('https://cdn1.infocasas.com.uy/web/57866694a7130_infocdn__cel-pieapp-21.png') no-repeat;
}
/* Ampliada */
.noticia-desarrollo {
  margin: 40px auto;
  font-size: 16px;
  margin-top: 0;
}
.noticia-desarrollo img {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.noticia.ampliada .noticia-imagen img, .solo_desarrollo img {
    border: solid 1px #efefef;
}
.noticia-desarrollo iframe {
  width: 100%!important;
  height: auto!important;
  min-height: 315px!important;
}
.swipebox {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
  max-width: 640px;
  text-align: center;
  width: 90vw;
}
.overrideCenter {
  text-align: center!important;
}
.noticia-desarrollo a {
  color: #fc830b;
}
.noticia-desarrollo a:hover {
  color: #df6c19;
}

.CEEE .noticia-desarrollo a {
  color: #5fd2db;
}


.CEEE .noticia-desarrollo a:hover {
  color: #2bb9e0;
}

.noticia-desarrollo p {
  margin-bottom: 20px;
}
.noticia-desarrollo p a {
  font-size: 17px !important;
  line-height: 30px !important;
}
.noticia-desarrollo p span {
  font-family: Helvetica, sans-serif !important;
  color: #333333 !important;
  font-size: 17px !important;
  line-height: 30px !important;
}
.noticia-copete p span {
  font-family: Helvetica, sans-serif !important;
  color: #333333 !important;
  font-size: 17px !important;
  line-height: 30px !important;
}
.noticia-desarrollo p strong {
  font-family: Helvetica, sans-serif !important;
  color: #333333 !important;
  font-size: 17px !important;
  line-height: 30px !important;
}
.noticia-desarrollo .pie {
  margin-top: 50px;
}
.noticia-desarrollo .pie .solo-texto {
  border: 1px solid #CCCCCC;
  border-top-color: #888888;
  position: relative;
  z-index: 1;
  border-radius: 3px;
}
.noticia-desarrollo .pie .imagen {
  top: -92px;
  left: -50px;
  display: inline-block;
  border-radius: 50%;
  background-color: #eeeeee;
  height: 100px;
  overflow: hidden;
  width: 100px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
}
.noticia-desarrollo .pie .publicado-por {
  background-color: #A7A9AC;
  color: #ffffff;
  font-size: 17px;
  padding: 5px 0;
  border-bottom: 1px solid #888888;
}
.pie-parecio {
  font-size: 19px;
  margin-bottom: 20px;
}
.likes {
  padding: 5px 0;
}
.like_holder {
    display: inline-block;
}
.likes .like_holder img {
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.likes .like_holder:hover img {
  opacity: 0.8;
  top: -5px;
}
/*.columna-en-tres {
  width: 32%;
  vertical-align: top;
  padding: 0 25px 40px 0px;
  display: inline-block;
}
.footer-header {
  display: block;
  font-size: 14px;
}
.footer-sub-header {
  display: block;
  font-size: 13px;
  color: #929292;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 300;
}
.tags-cloud {
  color: #ffffff;
  max-width: 200px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
}
.tags-cloud li {
  display: block;
}
.tags-cloud li a {
  color: #C5C5C5;
  text-decoration: none;
}
.tags-cloud li a:hover {
  -webkit-transition: opacity .2s, color .2s;
  -moz-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s;
  color: #777777;
}
.suscripcion-exitosa {
  display: none;
  color: #C5C5C5;
  font-weight: 300;
}
.newsletter-container {
  position: relative;
  border-radius: 3px;
  border: 0;
  padding: 1px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.newsletter-container i {
  position: absolute;
  color: #cccccc;
  top: 2px;
  left: 2px;
  font-size: 16px;
}
.footer-newsletter input[type=text] {
  font-family: Helvetica, sans-serif;
  display: block;
  color: #666666;
  padding: 5px 10px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  outline: 0;
  font-weight: 500;
  border: 0;
  padding-left: 30px;
}
.newsletter-blog-submit {
  font-family: Helvetica, sans-serif;
  display: block;
  color: #666666;
  padding: 5px 10px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  background-color: #5fd2db;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
  text-align: center;
}
.footer-seguinos-links li {
  list-style-type: none;
}
.footer-seguinos-links li a {
  font-size: 14px;
  display: inline-block;
  border-radius: 50px;
  color: #C5C5C5;
  font-weight: 300;
}
.footer-seguinos-links li a i {
  margin-right: 5px;
  opacity: 0.5;
  position: relative;
  left: -5px;
}
.footer-seguinos-links li a:hover {
  -webkit-transition: opacity .2s, color .2s;
  -moz-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s;
  color: #777777;
}*/
.likes .thumbs-disabled {
  opacity: 0.3;
}
.likes .thumbs-disabled:hover {
  opacity: 0.5;
}
.relacionadas-wrapper {
  border-top: solid 1px #ddd;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 60px;
  width: 90%;
  clear: both;
}
.relacionadas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.relacionadas-header {
  font-size: 30px;
  line-height: 28px;
  font-weight: 500;
  display: block;
  position: relative;
}
.relacionada {
  margin-right: 30px;
  padding-bottom: 30px;
  width: 380px;
}
.relacionada:nth-child(3n) {
  margin-right: 0;
}
.relacionada:last-child {
  margin-right: 0;
}
.noticia.relacionada {
  border-bottom: none;
}
.relacionada .noticia-titulo h3 {
  font-size: 22px;
  line-height: normal;
}
.relacionada .noticia-imagen a {
  background-position: center;
  background-size: cover;
  display: block;
  height: 0;
  padding-bottom: 40%;
  width: 100%;
}
.relacionadas .noticia-info {
  margin: 7px 0;
}
/*.relacionadas-imagen{
  display: block;
}
.relacionadas-imagen img{
  border-radius: 3px;
}
.relacionadas-titulo{
  display: block;
  text-decoration: none;
  color: #666666;
  margin-top: 15px;
  line-height: 20px;
}*/
.centerVerticalToParent {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */

  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */

  transform: translateY(-50%);
}
#dummyPost {
  display: none;
}
.ajaxPag {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 5px;
  width: 160px;
  margin: 0 auto;
  color: #777777;
  text-align: center;
  cursor: pointer;
  display: block;
}
.ajaxPag:hover {
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ajaxPag:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#login-with-pop {
  max-width: 340px !important;
}
#userLogged .nav-tooltip li {
  height: 35px !important;
}
.navegacion-wrapper li {
  cursor: pointer;
}
.mobile-menu {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 99999999999999999999;
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.mobile-categorias {
  position: fixed;
  z-index: 2;
  width: 100%;
  top: 50px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  display: none;
}
.mobile-categorias li {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}
.mobile-categorias li a {
  color: #ffffff;
  padding: 24px 0;
  display: block;
}
.mobile-wrapper {
  width: 90%;
  margin: 0 auto;
}
.noticia-compartir li.compartir-whatsapp {
  display: none;
}
.formError,
.formError .formErrorContent {
  line-height: 1.5;
  z-index: 1;
}
.formError {
  left: 3px!important;
  opacity: 1!important;
}
.formError .formErrorContent {
  background-color: #666;
  padding: 10px;
}
.noticia.ampliada {
  border-bottom: 0;
}

.poweredBy img {
    width: 100%;
    max-width: 140px;
    margin-bottom: 25px;
    display: block;
}

.poweredBy {
    width: 100%;
}


#paseosSection{
    background-color: #efefef;
    position: relative;
    width: 100%;
}

#paseosSection .imagesTitle{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.closeMainMenu{
  display: none;
}

/*------------media queries---------------*/
@media screen and (max-width: 1500px) {
  #header_categorias a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 1350px) {
  #header_categorias a {
    padding: 0 0.6em;
  }
  .new_main {
    width: 59vw;    
  }
  .main_holder {
    width: 55vw;    
  }
  .new_sidebar {
    width: 39vw;
  }
  .sidebar_holder {
    width: 35vw;
  }
  .relacionadas-header {
    display: inline-block;
  }
  .relacionada:nth-child(3n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  #header_categorias a {
    font-size: 14px;
  }
  .wrapper {
    max-width: 640px;
  }
  .columna-en-cuatro {
    width: auto;
  }
  .footer-tags,
  .footer-newsletter {
    display: none;
  }

  .CEEE .poweredBy img{
    margin: 0 auto;
  }
}
@media screen and (max-width: 1080px) {
  .noticia-compartir li.compartir-whatsapp {
    display: inline-block;
  }
  .noticia-comparte {
    font-size: 24px;
    margin-bottom: 0;
  }
  .noticia-compartir.grande li a {
    font-size: 30px;
  }
  .noticia-desarrollo .pie {
    margin-top: 30px;
  }
  .likes img {
    height: 70px;
    width: auto;
  }
  .relacionadas-wrapper {
    padding-top: 40px;
    width: 640px;
  }
  .relacionadas {
    display: block;
    width: 100%;
  }
  .relacionada {
    margin-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .relacionada .noticia-imagen a {
    height: 260px;
  }
  header {
    background-color: rgba(0, 0, 0, 0);
    height: 50px;
    transition: height 0.2s linear, background 0.5s linear;
    position: fixed;
  }
  header.abierto {
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
  }
  #header_img,
  header ul {
    display: none;
  }
  #navicon,
  #logo_mobile {
    display: block;
  }
  .CEEE #navicon {
    color: #969696;
    }
  #navicon {
    color: #ff7043;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: 10px;
  }
  #logo_mobile {
    background: url("https://cdn2.infocasas.com.uy/web/5ee3722bdec05_infocdn__logo-infocasas@2x.png") center / contain no-repeat;
    height: 30px;
    margin: 0 auto;
    width: 45%;
    float: left;
    margin-left: 20px;
  }

  .CEEE #logo_mobile {
    float: left;
    background: url(//cdn1.infocasas.com.uy/web/597a30fe83545_infocdn__logo-ceee.png) center / contain no-repeat;
  }

  .CEEE #navicon, #navicon{
    right: 5%;
    left: auto;
  }

  #logo_mobile a {
    height: 100%;
    width: 100%;
  }
  #logo_mobile a:hover {
    background-color: transparent;
  }
  #header_categorias {
    height: 50px;
    padding-top: 8px;
  }
header ul {
    background-color: #666;
    height: 100%;
    position: absolute;
    width: 240px;
    padding-bottom: 25px;
}

  header li {
    display: block;
    height: 47px;
    width: 100%;
  }
  #header_categorias a {
    color: #fff;
    padding: 10px 0;
    width: 100%;
  }
  #header_categorias li.selected a {
    background-color: #666;
    font-weight: bold;
  }
  header span {
    margin: 0;
  }
  .seccion-noticias {
    padding-top: 90px;
  }
  .noticia-titulo h1 {
    font-size: 24px;
  }
  .new_wrapper {
    justify-content: center;
    padding-top: 90px;
    width: 100%;
  }
  .new_main {
    order: 1;
    width: 100%;
  }
  .main_holder {
    float: none;
    margin: 0 auto;
    max-width: 640px;
    padding: 0;
    padding-bottom: 60px;
      width: 90%;
  }
  .new_main h2,
  .new_main h1 {
    margin-bottom: 25px;
  }
  .new_main h2 a:hover {
    color: #000;
  }
  .new_main h2 span {
    display: inline-block;
    width: calc(58%);
  }
  .new_main h2 i,
  .new_main h1 i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .new_main h2 i.icon-angle-down,
  .new_main h1 i.icon-angle-down {
    display: none;
  }
  .desc_holder {
    background-color: transparent;
    bottom: auto;
    height: auto;
    position: relative;
  }
  .desc_holder .noticia-info {
    margin-bottom: 5px;
  }
  .desc_holder .noticia-titulo h3 a,
  .desc_holder .noticia-tags {
    white-space: normal;
  }
  .main_holder .noticia.grande,
  .portada_guia .noticia.grande {
    margin: 0;
    width: 100%;
  }
  .noticia.grande .noticia-info,
  .noticia.chica .noticia-info {
    margin: 10px 0 5px 0;
  }
  .ver_todas {
    width: 100%;
  }
  .new_sidebar {
    background-color: #efefef;
    border-left: none;
    border-top: solid 1px #ddd;
    order: 3;
    padding-bottom: 60px;
    width: 100%;
  }
  .sidebar_holder {
    margin: 0 auto;
    max-width: 640px;
    padding: 0;
    padding-top: 20px;
      width: 100%;
  }
  .sidebar_noticias {
    height: auto;
  }
  .noticia.chica {
    height: auto;
    margin: 10px;
    width: 100%;
  }
  .noticia.chica .noticia-imagen {
    border: solid 1px #fff;
  }
  .noticia.chica h3 {
    font-size: 20px;
  }
  .portada_guia {
    background-color: #fafafa;
    order: 2;
      padding-bottom: 30px;
  }
  .portada_guia .portada_noticias {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    padding: 60px 0 20px 0;
  }
  .portada_guia .noticia.grande, .portada_guia .noticia.grande:first-child, .portada_guia .noticia.grande:last-child {
    margin: 0 10px;
    padding-bottom: 10px;
  }
  .portada_guia .noticia.grande .noticia-imagen {
    border: solid 1px #efefef;
    margin-top: 10px;
  }
  .guia_img {
    max-width: 571px;
    width: 90%;
  }
  .guia_img img {
    width: 100%;
  }
  .portada_guia .ver_todas {
    background-color: #fff;
    color: #eb663d;
    margin: 20px auto 30px auto;
    max-width: 640px;
  }
  .portada_guia .ver_todas:hover {
    background-color: #eb663d;
    color: #fff;
  }
  .menuMobileBlog {
    width: 100%;
    height: 100vh;
    max-width: 250px;
    float: left;
    margin: inherit;
    display: block;
    overflow-y: auto;
    position: absolute;
    padding-top: 50px;
    z-index: -2;
    top: 7;
    background-color: #666;
    display: none;
}

.closeMainMenu {
    padding: 9px 7px;
    border-radius: 53px;
    background-color: #4db7ad;
    color: #fff;
    text-align: center;
    float: right;
    position: fixed;
    left: 225px;
    z-index: 10001;
    cursor: pointer;
    display: none;
    top: 70px;
    font-size: 16px;
}

.CEEE .closeMainMenu {
    background-color: #2bb9e0;
    }
 


}
@media screen and (max-width: 768px) {
  .ultimas_wrapper:hover .anterior,
  .ultimas_wrapper:hover .proxima {
    display: none!important;
  }
  .anterior,
  .proxima {
    display: none;
  }
  .noticia-arriba {
    flex-wrap: wrap;
  }
  .noticia-compartir {
    margin-bottom: 10px;
    width: 100%;
  }
  .noticia-info {
    order: 2;
  }
  .relacionadas-wrapper {
    width: 90%;
  }
  .sidebar_suscribir {
    position: relative;
    width: 95%;
    margin: 0 auto;
  }

}
@media screen and (max-width: 480px) {
  .new_wrapper {
    padding-top: 70px;
  }
  .wrapper {
    display: block;
  }
  .columna-en-cuatro {
    margin-left: 10px;
  }
}
/*@media (max-width: 940px) {
  .seccion-noticias{
    margin-top: 60px;
    padding-top: 40px;
  }
  .columna-en-tres{
    width: 100%;
  }
  .noticia-desarrollo .pie .imagen{
    display: none;
  }
  .footer-newsletter input[type=text]{
    padding-left:0; 
    margin-left:30px;
  }
  .tags-cloud{
    margin:0;
  }
  .newsletter-blog-submit{
    margin: 0;
    max-width: none;
  }
  .mobile-menu{
    display: inline;
  }
  .noticia-compartir li.compartir-whatsapp{
    margin-right: -10px;
    display: inline;
  }
  .noticia-compartir li.compartir-whatsapp a{
    font-size: 48px;
    position: relative;
    display: inline-block;
    top: -5px;
  }
  .noticia-compartir li.compartir-whatsapp.ampliada a{
    position: relative;
    display: inline-block;
    top: 5px;
    font-size: 30px;
  }
  .noticia-compartir li.compartir-mail,.noticia-compartir li.compartir-gplus,.noticia-compartir li.compartir-linkedin,.noticia-compartir li.compartir-twitter,.noticia-compartir li.compartir-facebook{
    display: none;
  }
  .noticia-compartir li.compartir-mail.ampliada,.noticia-compartir li.compartir-gplus.ampliada,.noticia-compartir li.compartir-linkedin.ampliada,.noticia-compartir li.compartir-twitter.ampliada,.noticia-compartir li.compartir-facebook.ampliada{
    display: inline;
  }
  .noticia-compartir li.compartir-mail.ampliada a,.noticia-compartir li.compartir-gplus.ampliada a,.noticia-compartir li.compartir-linkedin.ampliada a,.noticia-compartir li.compartir-twitter.ampliada a,.noticia-compartir li.compartir-facebook.ampliada a{
    font-size: 20px;
  }
  #top{
    display: none;
  }
  #nav {
    display: none;
  }
}

@media (max-width: 690px) {
  .noticia-desarrollo .pie .imagen{
    display: none;
  }
  .thumbs{
    display: block;
  }
}

@media (max-width: 560px) {
  .noticia-desarrollo .pie .imagen{
    display: none;
  }
  .noticia-compartir li.compartir-mail.ampliada a, .noticia-compartir li.compartir-gplus.ampliada a, .noticia-compartir li.compartir-linkedin.ampliada a, .noticia-compartir li.compartir-twitter.ampliada a, .noticia-compartir li.compartir-facebook.ampliada a{
    font-size: 15px;
  }
  .noticia-compartir li.compartir-whatsapp.ampliada a{
    font-size: 25px;
  }
  .footer-newsletter input[type=text]{
    width: 80%;
  }

  .noticia-compartir.pull-right li.compartir-whatsapp a{
    font-size: 40px;
  }
}

@media (max-width: 320px) {
  .noticia-compartir.pull-right li.compartir-whatsapp a{
    display: none;
  }
  .noticia-ver-mas{
    font-size: 12px;
  }
  .icon-angle-right{
    display: none;
  }
  .footer-seguinos-links i{
    display: none;
  }
  .noticia-info{
    display: none;
  }
  .noticia-titulo,.noticia-titulo h1,.noticia-titulo h2, .noticia-titulo h3{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 300;
    padding: 0;
  }
  .noticia {
    margin-bottom: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
  }

  #fb-root{
    margin-top: 80px;
  }
}*/


.CEEE #header_img img {
    width: 100%;
    max-width: 270px;
}

.CEEE #header_img {
    background: url(//cdn1.infocasas.com.uy/web/5989bfc5c6f46_infocdn__fnd-blog-ceee.jpg) center / cover no-repeat;
    height: 170px;
}
 
.CEEE .variation .noticia_wrapper{
    width: 90%;
    max-width: 1100px;
}

.CEEE .variation .paseos {
    width: 37%;
    padding-right: 10px;
    padding-left: 3%;
    border-left: 1px solid #ddd;
    float: right;
}

.CEEE .variation .noticia.ampliada {
    width: 60%;
    margin-right: 1%;
    padding-top: 0px;
    float: left;
}

.CEEE .variation .seccion-noticias{
  padding-top: 0px;
} 


.CEEE .sugerencia {
    border: 1px solid #dbdbdb;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.CEEE .sugerencia a {
    color: #4e4e4e;
    font-size: 20px;
}

.CEEE .sugerencia span {
    font-size: 23px;
    display: block;
    font-weight: bold;
}

.CEEE .sugerencia img {
    width: 100%;
    max-width: 70px;
    padding-right: 5px;
}

.sugerencia i.icon-right-open {
    float: right;
    position: absolute;
    right: 3px;
    top: 22%;
    padding: 10px;
    background-color: #f07238;
    border-radius: 5px;
    color: #fff;
}

.localidadesCercanas, .balneariosCercanos, .paseosCercanos, .balnearioPadre{
  width: 100%;
  max-width: 767px;
  overflow: hidden;
  height: auto;
}

.opciones.chica {
    border-bottom: none;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    padding-top: 30px;
}

.slick-list.draggable{
  overflow: hidden;
}

section.sidebar_masleido {
    margin-bottom: 20px;
}

/*Banner EjuTv*/

.banner_ejuTV {
    margin-bottom: 30px;
}

.innerBanner {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.innerBanner img {
    max-width: 730px;
    border: 1px solid #e0e0e0;
    width: 100%;
}

@media screen and (max-width:980px) {

.CEEE .variation .paseos {
    width: 100%;
}

.CEEE .variation .noticia.ampliada {
    width: 100%;
}

}
@media screen and (max-width:768px) {

  .CEEE .variation .noticia_wrapper {
      width: 90%;
      max-width: 1100px;
  }
  .CEEE .variation .noticia.ampliada {
      flex-basis: 100%;
      padding-top: 55px;
      margin-right: 0px;
  }

  .CEEE .variation .paseos {
    width: 100%;
    flex-basis: 100%;
    max-width: 650px;
    border-left: 0px;
}

 

}