
.text-center {
 text-align: center !important;
}
header {
 display: flex;
 flex-flow: column;
 justify-content: center;
 position: relative;
}
.caret {
 border-bottom: 5px solid transparent;
 border-left: 5px solid #8abb2b;
 border-top: 5px solid transparent;
 display: inline-block;
 height: 0;
 margin: 0 2px 0 0;
 width: 0;
}
.redes-sociales-pie .list-inline > li {
 color: #ccc;
 display: inline-block;
 font-size: 120%;
 padding-left: 0;
 padding-right: 5px;
}
footer {
 display: flex;
 flex-flow: column wrap;
}
footer section {
 display: flex;
}
footer section.newsletter form {
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 width: 100%;
 flex: 0 auto;
 align-items: center;
}
footer .newsletter a {
 flex: 0 1 225px;
}
footer .newsletter h2 {
 flex: 2 1 auto;
}
footer .newsletter .input-group {
 flex: 1 1 auto;
 display: flex;
 justify-content: flex-end;
}
footer .newsletter {
 padding: 20px;
 border-top: 1px solid #f2f0ed;
}
footer .newsletter h2 {
 color: #333;
 font-size: 21px;
 font-weight: 400;
 margin: 0;
 text-transform: uppercase;
 line-height: 40px;
 text-align: right;
 padding-right: 20px;
}
footer .newsletter input {
 background: transparent none repeat scroll 0 0;
 border-color: #ccc currentcolor #ccc #ccc;
 border-right: medium none;
 border-radius: 0;
}
footer .newsletter .form-control {
 border: 1px solid #ccc;
 height: 34px;
 padding: 0 12px;
 color: #ccc;
 font-size: 14px;
 font-weight: 200;
}
footer .newsletter .form-control:focus {
 border-color: #ccc;
 box-shadow: none;
}
footer .newsletter .form-control::-moz-placeholder {
 color: #ccc;
}
footer .newsletter .input-group .form-control {
 position: relative;
 z-index: 2;
 width: 100%;
 margin-bottom: 0;
}
footer .newsletter .input-group-btn {
 background: transparent none repeat scroll 0 0;
 border-color: #ccc;
}
footer .newsletter .input-group-btn .btn {
 background: transparent none repeat scroll 0 0;
 border: 1px solid #ccc;
 border-radius: 0;
 height: 100%;
}
footer .newsletter .input-group-btn i {
 color: #999;
 font-size: 14px;
 font-weight: 200;
}
footer .footer {
 padding: 20px;
 background: #646567;
 justify-content: space-between;
}
footer .footer a {
 font-weight: 400;
 color: #fff;
}
footer .footer p {
 color: #fff;
 font-size: 14px;
 border-left: 2px solid #999;
 padding-left: 20px;
}
footer .simple-list {
 width: 300px;
}
footer .simple-list li {
 color: #fff;
 margin-bottom: 5px;
 display: inline-block;
 margin-right: 5px;
}
@supports (display: grid) {
 footer .simple-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: auto;
 }
}
footer .simple-list li:before {
 font-family: FontAwesome;
 content: "\f105";
 margin-right: 10px;
}
footer .simple-list a {
 color: #fff;
 font-size: 17px;
 font-weight: 400;
}
footer .copyright {
 color: #fff;
 padding: 15px;
 background: #333;
 justify-content: space-between;
}
footer .copyright p {
 color: #fff;
 font-size: 13px;
 margin-top: 13px;
 margin-bottom: 0;
}
footer .copyright .text-R {
 font-size: 11px;
}
footer .copyright a {
 color: #89bb27;
 font-weight: 400;
}
@media all and (max-width: 780px) {
 footer section.newsletter form {
  justify-content: left;
 }
 footer .newsletter h2 {
  text-align: left;
 }
 footer .footer {
  flex-flow: column;
 }
 footer .footer div:first-child {
  order: 1;
  padding-top: 20px;
 }
 footer .copyright {
  color: #fff;
  padding: 5px 0px 30px 0px;
  background: #333;
  justify-content: space-between;
 }

 footer .copyright div {
  align-items: center;
  padding: 0px 0;
  text-align: center;
  font-size: 11px;
 }
 footer .copyright .redes-sociales {
  display: flex;
  justify-content: center;
  margin-top:1em;
 }
}
.m-image {
 text-align: center;
}
.m-autor {
 margin-top: 0;
 text-transform: uppercase;
 padding: 0;
 font-weight: 400;
 font-family: sans-serif;
 color: #8abb2b;
 font-size: 16px;
}
.m-fecha {
 margin-top: 0;
 text-transform: uppercase;
 padding: 0;
 font-weight: 400;
 font-family: sans-serif;
 font-size: 16px;
}
.destacado .m-titulo,
.destacado .m-titulo a {
 font-size: 30px;
 line-height: 34px;
 padding-bottom: 0;
 padding-top: 9px;
}
.fondo-gris {
 background: #eee;
 padding: 0;
}
@supports (display: grid) {
 .fondo-gris {
  padding: 15px;
 }
}
.especial .modulo,
.lo .modulo {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex !important;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
.especial .modulo .m-texto {
 -webkit-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 padding: 0 10px;
}
.especial.listado .modulo .m-texto {
 -webkit-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 padding: 0 10px;
 margin-top: 10px;
}
.especial .modulo img {
 order: 0;
}
.especial .modulo .m-categoria {
 order: 1;
}
.especial .modulo .m-titulo {
 order: 2;
}
.especial .modulo .m-entradilla {
 order: 3;
}
.especial.listado .modulo .m-titulo {
 order: 1;
}
.especial.listado .modulo .m-autor {
 order: 2;
}
.especial.listado .modulo .m-fecha {
 order: 3;
}
.especial.listado .modulo .m-entradilla {
 order: 4;
}
.lo .modulo .m-texto {
 -webkit-box-flex: 1;
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 padding: 0 10px;
}
.lo .modulo img {
 order: 0;
}
.lo .modulo .m-categoria {
 order: 1;
}
.lo .modulo .m-titulo {
 order: 2;
}
.lo .modulo .m-entradilla {
 order: 3;
}
.relacionados .modulo {
 position: relative;
}
.relacionados .modulo .m-texto {
 background: linear-gradient(
  to bottom,
  transparent 50%,
  rgba(0, 0, 0, 0.5) 80%,
  rgba(80, 80, 80, 1) 94%
 );
 padding: 0.5rem 0.5rem 0;
 color: #fff;
 position: absolute;
 bottom: 0;
 top: auto;
 width: 100%;
 height: 100%;
 align-items: flex-end;
 display: flex;
}
.relacionados .m-titulo {
 padding-bottom: 0;
 font-size: 20px;
}
.relacionados .m-titulo a {
 color: #fff;
}
@supports (display: grid) {
 .relacionados .modulo {
  position: relative;
  background: rgba(90, 88, 89, 1);
 }
}
.especial .modulo {
 border-bottom: 1px solid #c8c8c8;
 margin-bottom: 5px;
 padding-bottom: 10px;
 padding-top: 5px;
}
cab-destacado .especial .modulo .m-categoria,
.zona-tienda .modulo .m-categoria {
 padding: 0;
 margin: 0;
 font-weight: 700;
 text-transform: uppercase;
 font-family: sans-serif;
 font-size: 14px;
}
.especial .modulo .m-categoria a,
.zona-tienda .modulo .m-categoria a {
 color: #8abb2b;
 font-size: 14px;
 line-height: 22px;
 padding: 0;
}
.especial .modulo img {
 margin: 10px auto;
 max-width: 212px;
 min-width: 212px;
}
@supports (display: grid) {
 @media all and (max-width: 779px) {
  .especial.listado .modulo img {
   max-width: 100%;
  }
 }
 @media all and (max-width: 780px) {
  .especial .modulo {
   flex-flow: column;
  }
  .especial .modulo img {
   max-width: 100%;
  }
 }
}
.especial .modulo .m-titulo,
.zona-tienda .modulo .m-titulo {
 font-size: 20px;
 line-height: 24px;
 padding-bottom: 4px;
 padding-top: 2px;
}
.especial.listado .modulo .m-titulo {
 font-size: 19px;
 line-height: 20px;
 padding-bottom: 0;
 padding-top: 2px;
 margin-bottom: 0rem;
}
.especial .modulo .m-entradilla,
.zona-tienda .modulo .m-entradilla {
 line-height: 18px;
 color: #222;
 font-size: 15px;
 font-weight: 300;
 text-align: justify;
 font-family: sans-serif;
 overflow: hidden;
}
.lo .modulo {
 border-bottom: 0 solid #c8c8c8;
 margin-bottom: 5px;
 padding-bottom: 0;
}
.lo .modulo .m-titulo {
 font-size: 16px;
 line-height: 16px;
 padding-bottom: 4px;
 padding-top: 0;
}
.lo .modulo .m-entradilla {
 font-size: 14px;
 line-height: 14px;
 overflow: hidden;
 margin-bottom: 4px;
}
.lo .modulo .m-categoria {
 padding: 0;
 font-weight: 700;
 text-transform: uppercase;
 font-family: sans-serif;
 font-size: 14px;
}
.lo .modulo .m-categoria a {
 color: #8abb2b;
 font-size: 12px;
 line-height: 15px;
 padding: 0;
}
.lo .modulo img {
 display: block;
 max-height: 100%;
 max-width: 100%;
 min-width: 125px;
}
#lo-mas .nav {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
}
#lo-mas .nav-tabs > li {
 float: left;
 margin-bottom: -1px;
}
#lo-mas .nav-tabs > li > a {
 margin-right: 2px;
 line-height: 1.42857143;
 border: 1px solid transparent;
 border-radius: 4px 4px 0 0;
}
#lo-mas .nav-tabs > li > a:hover {
 border-color: #eee #eee transparent;
}
#lo-mas .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
 color: #555;
 background-color: #fff;
 border: 1px solid #ddd;
 border-bottom-color: transparent;
}
#lo-mas {
 margin: 20px 0;
}
#lo-mas ul.nav li a {
 padding: 5px;
 font-size: 85%;
 font-weight: 700;
 color: #222;
}
#lo-mas ul.nav li a:hover {
 color: #222;
}
#lo-mas ul.nav li.active a {
 padding: 5px;
 font-size: 85%;
 color: #8abb2b;
 font-weight: 700;
 background-color: #fff;
 border: 1px solid #ddd;
 border-bottom-color: rgb(221, 221, 221);
 border-bottom-color: transparent;
}
#lo-mas .tab-content {
 padding: 10px;
 border: 1px solid #ddd;
}
#lo-mas .tab-content .tab-pane.fade {
 display: none;
}
#lo-mas .tab-content .tab-pane.fade.active {
 display: block;
}
@media (max-width: 780px) {
 .fondo-gris {
  padding: 0;
 }
 .fondo-gris .m-texto {
  padding: 10px;
 }
}
#publicidad-superior {
 margin: 0 auto;
 text-align: center;
}
.publi-hogarmania {
 margin: 1rem auto;
 align-content: center !important;
}
@supports (display: grid) {
 .publi-hogarmania {
  margin: 1rem auto 0;
 }
}
.publi-hogarmania:first-child {
 margin: 0 auto;
}
.embed-responsive {
 position: relative;
 display: block;
 width: 100%;
 padding: 0;
 overflow: hidden;
 height: auto;
}
.embed-responsive::before {
 display: block;
 content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}
.embed-responsive-21by9::before {
 padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
 padding-top: 56.25%;
}
.embed-responsive-4by3::before {
 padding-top: 75%;
}
.embed-responsive-1by1::before {
 padding-top: 100%;
}
.zona-ficha {
 font-size: 18px;
}
#ficha #redes_sociales {
 order: 1;
}
#ficha .conten-autor {
 order: 2;
}
#ficha .m-texto {
 order: 3;
}
.articulo {
 text-align: justify;
}
.articulo h3,
.articulo .estilos-h3 {
 margin-bottom: 20px;
 font-weight: 400;
 border-bottom-width: thin;
 border-bottom-color: #7d7d7d;
 padding-bottom: 5px;
 font-size: 22px;
}
.articulo h6,
.articulo .estilos-h2,
.articulo h2 {
 margin-bottom: 20px;
 font-weight: 500;
 border-bottom-width: thin;
 border-bottom-color: #7d7d7d;
 border-bottom-style: solid;
 padding-bottom: 5px;
 font-size: 1.5rem;
}
.ingredientes,
.menu-diario,
.bloque-detalle {
 box-shadow: 0 0 2px #ccc;
 padding: 2.14286rem;
 border-radius: 0.25rem;
 list-style: square;
 margin-bottom: 1rem;
}
.bloque-detalle li.bloque-detalle-encabezado {
 font-weight: 700;
 list-style: none;
 text-indent: -15px;
 margin-bottom: 10px;
 grid-column: 1 / 3;
 list-style: none !important;
}
@supports (display: grid) {
 @media (min-width: 780px) {
  .ingredientes,
  .bloque-detalle {
   display: grid;
   list-style: square;
   grid-template-columns: 1fr 1fr;
  }
  .menu-diario {
   display: grid;
   grid-template-columns: auto 1fr;
   margin-bottom: 1.3rem;
  }
  .menu-diario p {
   padding-right: 1rem;
  }
 }
}
.ingredientes li,
.bloque-detalle li {
 padding: 0 2rem 0 0;
 margin-left: 1rem;
}
.consejos {
 box-shadow: 0 0 2px #ccc;
 padding: 2.14286rem;
 border-radius: 0.25rem;
}
.g-brd-gray-light-v1 {
 border-color: #eee !important;
 margin-top: 0.5rem;
 margin-bottom: 1.3rem;
}
.conten-autor {
 display: flex;
 flex-flow: column;
 justify-content: end;
 border-bottom: 1px solid #eee;
 padding: 0rem 0 1rem !important;
}
p.autor {
 margin-bottom: 0.2rem;
}
#redes {
 border-bottom: 1px solid #7d7d7d;
 border-top: 1px solid #7d7d7d;
 clear: both;
 margin: 10px 0 10px;
 padding-top: 5px;
 padding-left: 0px;
 padding-bottom: 5px;
 display: flex;
 flex-flow: wrap;
 justify-content: space-between;
 align-items: baseline;
}
#redes .autor {
 color: #8abb2b;
 display: inline-block;
 font-size: 12px;
 font-weight: 700;
 text-transform: uppercase;
 margin-right: 10px;
}
#redes .autor .foto {
 display: inline-block;
 margin-right: 5px;
 vertical-align: middle;
}
#redes .autor .nombre {
 display: inline-block;
}
#redes .imprimir {
 display: inline-block;
 margin-right: 10px;
}
#redes .imprimir .fa {
 margin-left: 5px;
}
#redes .contenidoestrellas {
 display: inline-block;
}
#redes .valoracion-estrellas {
 margin-right: 10px;
 color: #666;
 display: inline-block;
}
#redes .valoracion-estrellas h5 {
 color: #222;
 font-size: 100%;
 display: inline-block;
}
.circle {
 border-radius: 50%;
 margin: 0.15em;
 font-size: 1em;
 color: #666;
 padding: 0.5em 0.6em;
}
.social-media {
 display: inline-block;
}
.social-media .fa-facebook,
.social-media .fa-twitter,
.social-media .fa-pinterest,
.social-media .fa-google-plus {
 color: #8abb2b;
 font-size: 1.2em;
}
.fa-whatsapp {
  color: #fff!important;
}
.social-media .fa-facebook.circle {
    padding-left: 0;
}
.tags-relacionados {
 border-bottom: 1px solid #7d7d7d;
 border-top: 1px solid #7d7d7d;
 clear: both;
 margin: 15px 0 0;
 padding-top: 5px;
 padding-left: 0;
 padding-bottom: 5px;
}
.tags-relacionados a {
 color: #8abb2b;
 text-transform: none;
 font-weight: 700;
 padding: 0 0 0 3px;
}
.titulo-destacados {
 margin-bottom: 0;
 text-align: left;
}
.titulo-destacados span {
 display: inline-flex;
 background-color: #8abb2b;
 color: #fff;
 font-size: 18px;
 font-weight: 700;
 padding: 5px;
 text-transform: uppercase;
}
[class*="u-block-hover"] {
 position: relative;
 max-width: 100%;
 margin: 0;
 overflow: hidden;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
[class*="u-block-hover"],
[class*="u-block-hover"]::before,
[class*="u-block-hover"]::after {
 transition: all 0.3s ease;
}
.galeria-img-block {
 position: relative;
 border: solid 1px transparent;
 margin-bottom: 0.5rem;
 box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
.galeria-txt-block {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 -webkit-backface-visibility: hidden;
 z-index: 1;
 width: 100%;
}
.galeria-txt-block .h1 {
 color: #fff !important;
 display: block;
 text-transform: uppercase;
}
.galeria-icon-block {
 position: relative;
 display: inline-block;
 text-align: center;
 transition: all 0.2s ease-in-out;
 width: 5rem;
 height: 5rem;
 font-size: 2.14286rem;
 background-color: rgba(0, 0, 0, 0.5);
 color: #fff;
 border-radius: 50%;
}
.galeria-icon-block > i {
 position: relative;
 top: 50%;
 display: block;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 2;
}
.g-bg-black-gradient-opacity-v1,
.g-bg-black-gradient-opacity-v1--after::after {
 background: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75))
  repeat scroll 0 0 rgba(0, 0, 0, 0);
}
[class*="u-block-hover__additional"] {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}
.u-block-hover__additional--fade {
 opacity: 0;
}
.u-block-hover:hover .u-block-hover__additional--fade {
 opacity: 1;
 -webkit-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 transform: translate(0, 0);
}
.galeria-contenedor {
 justify-items: center;
 margin: 0 auto;
}
@media (max-width: 477px) {
 .galeria-contenedor {
  max-width: 300px;
 }
}
@media (min-width: 478px) {
 .galeria-contenedor {
  max-width: 448px;
 }
}
@media (min-width: 768px) {
 .galeria-contenedor {
  max-width: 699px;
 }
}
@media (min-width: 992px) {
 .galeria-contenedor {
  max-width: 960px;
 }
}
@media (min-width: 1023px) {
 .galeria-contenedor {
  max-width: 655px;
 }
}
.aside-menu-logo {
 display: flex;
 flex-direction: column;
}
.aside-buscador-socials {
 display: flex;
 flex-direction: row;
 justify-content: flex-end;
}
.aside-participacion {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
}
.logotipo {
 max-width: 400px;
 margin: 0 20px 0 0;
}
@media (min-width: 781px) {
 #bid-menumovil {
  display: none;
 }
}
.header-interior #buscador {
 width: 300px;
 margin-top: 5px;
 flex: 0 35%;
}
@media (max-width: 780px) {
 .aside-participacion {
  display: none;
 }
 #buscador {
  width: 100%;
 }
 .search i.fa-search {
  background: #8abb2b;
  border-color: #8abb2b;
 }
 .gsc-search-button-v2,
 .gsc-search-button-v2:hover,
 .gsc-search-button-v2:focus {
  border-color: #8abb2b !important;
  background-color: #8abb2b !important;
  background-image: none;
  filter: none;
 }
 .header-interior #buscador {
  width: 100%;
 }
}
@media (min-width: 781px) {
 .search-portada {
  display: none;
 }
}
.pagination {
 border-radius: 4px;
 display: inline-block;
 margin: 0 0;
 padding-left: 0;
}
.pagination > li {
 display: inline;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
 background-color: #72c02c;
 border-color: #72c02c;
 color: #fff;
}
.pagination > li > a,
.pagination > li > span {
 color: #666;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
 margin-left: 0;
 border-top-left-radius: 4px;
 border-bottom-left-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
 position: relative;
 float: left;
 padding: 6px 12px;
 margin-left: -1px;
 line-height: 1.42857143;
 color: #666;
 text-decoration: none;
 background-color: #fff;
 border: 1px solid #ddd;
}
.pagination-box {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
@media (max-width: 460px) {
 .pagination-box {
  display: block;
 }
}
#ficha img.izquierda {
 float: left;
 margin: 0 10px 0 0;
}
#ficha img.derecha {
 float: right;
 margin: 0 0 0 10px;
}
#ficha p.centrado {
 text-align: center;
}
#ficha p.izquierda {
 text-align: left;
}
#ficha p.derecha {
 text-align: right;
}
@media (max-width: 550px) {
 #ficha img.izquierda {
  width: 100%;
  padding-bottom: 10px;
 }
}
.oculto {
 display: none;
}
.top-logo {
 width: 100%;
 height: 40px;
 padding: 10px 18px;
 border-bottom: 1px solid #f2f2f2;
 z-index: 10;
 display: flex;
 justify-content: center;
}
.nombre-logo img {
 width: 150px !important;
}
section.zona-ficha .articulo ul {
 margin-left: 1rem;
}
section.zona-ficha .articulo ul li {
 list-style: square;
 padding-bottom: 1rem;
}
section.zona-ficha .articulo ul.ingredientes {
 margin-left: 0px !important;
}
@media (max-width: 780px) {
 body {
  font-size: 18px;
 }
 footer .footer p {
  font-size: 18px;
 }
}
.cupones {
 width: 650px;
}
@media (max-width: 767px) {
 .cupones {
  width: 320px;
 }
}
.zona-feed-items .modulo .m-titulo {
 font-size: 18px;
 line-height: 22px;
 padding-bottom: 4px;
 padding-top: 2px;
}
.zona-feed-items article a {
 display: inline-block;
 overflow: hidden;
 max-height: 137px;
}
@media (max-width: 780px) {
 .zona-feed-items .modulo a img {
  display: block;
  max-height: 100%;
  max-width: 125px;
  min-width: 125px;
 }
 .zona-feed-items .modulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
 }
 .zona-feed-items .modulo .m-texto {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
 }
 .zona-feed-items h1.m-titulo a {
  font-size: 14px;
 }
 .zona-feed-items {
  padding: 16px 8px;
 }
 .zona-feed-items article {
  background-color: #fff;
 }
}
.inline {
 display: inline;
}

/*cambios suscribete*/

.socials {
 display: flex;
 margin-top: 0px;
}

.socials li a {
 color: #bbb;
}

.button-suscribete {
 color: #8abb2b;
 padding: 0;
 border: 0px solid #8abb2b !important;
 text-transform: uppercase;
 font-size: 15px;
}

@media only screen and (max-width: 780px) {
 .redes-sociales-pie {
  display: block !important;
  margin-top: 1em;
 }
 .redes-sociales-pie a {
  display: block !important;
 }
 footer .copyright {
  flex-direction: column !important;
 }
 footer .copyright div:first-child {
  margin-bottom: 0.5em;
 }
 .hogarmaniacab .logotipo {
  margin: 0 10px 0 0;
  width: 150px;
 }
 .button-suscribete {
  color: #8abb2b;
  padding: 0;
  border: 0px solid #8abb2b !important;
  text-transform: uppercase;
  font-size: 15px;
 }
 .top-logo {
  justify-content: space-between;
 }
}

@media only screen and (min-width: 781px) {
 .button-suscribete {
  color: #8abb2b;
  padding: 0.1em 0.5em;
  border: 1px solid #8abb2b !important;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
 }
 .button-suscribete:hover {
  background-color: #8abb2b;
  color: #fff;
  text-decoration: none;
 }
}

/*modulo suscribete*/
.aside-suscribete {
 margin: 1em 0px;
 padding: 1em 0.75em !important;
 background: #8abb2b;
}
.aside-suscribete .aside-title {
 margin-bottom: 0.5rem;
 font-size: 16px;
 font-weight: bold;
}
.aside-suscribete .aside-title span {
 color: #4b6816;
}
.aside-suscribete .aside-subtitle {
 font-size: 13px;
}
.bloque-email {
 display: flex;
}
.aside-suscribete input {
 width: 180px;
 font-size: 14px;
 box-sizing: border-box;
 margin-right: 8px;
 border: 1px solid #e9e9e9;
 box-shadow: 0;
 font-weight: 400;
 margin-bottom: 0;
 background: #fff;
 color: #777;
 display: inline-block;
 height: 30px;
 line-height: 42px;
 box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
 vertical-align: baseline;
 text-indent: 6px;
}
.aside-suscribete button {
 font-weight: 400;
 margin-bottom: 0;
 font-size: 13px;
 text-transform: uppercase;
 padding: 0 11px;
 border-radius: 10px;
 border: none;
 display: inline-block;
 height: 30px;
 line-height: 30px;
 cursor: pointer;
 vertical-align: baseline;
 white-space: nowrap;
 background: #4b6816;
 color: #fff;
}

.copyright > div:first-child {
 margin-top: 4px;
}

/*prob btf*/
@media (min-width: 340px) and (max-width: 374px) {
 .publi-hogarmania {
  max-width: 328px;
 }
}
@media (min-width: 375px) and (max-width: 415px) {
 .publi-hogarmania {
  max-width: 343px;
 }
}
@media (min-width: 416px) and (max-width: 575px) {
 .publi-hogarmania {
  max-width: 384px;
 }
}
@media (min-width: 576px) and (max-width: 640px) {
 .publi-hogarmania {
  max-width: 384px;
 }
}
@media (min-width: 641px) and (max-width: 720px) {
 .publi-hogarmania {
  max-width: 609px;
 }
}
/*margenes partner*/
@media screen and (min-width: 768px) {
 .breadcrumb {
  margin-top: 1em;
 }
}

/*ajustes cls header*/
@media screen and (max-width: 360px) {
 header {
  height: 90px;
 }
}
@media screen and (max-width: 375px) {
 header {
  height: 94px;
 }
}
@media screen and (max-width: 414px) {
 header {
  height: 100px;
 }
}
@media screen and (max-width: 768px) {
 header {
  height: 114px;
 }
}
@media screen and (max-width: 991px) {
 .top-logo {
  padding: 5px 18px;
  height: auto;
 }
}
/*cls partners
.partners{
  height:0;
} a utilizar cuando no hay partner*/
/*indice de contenido*/
.indice-contenido {
    padding: 1em!important;
    margin-bottom: 1em;
}
.indice-contenido a{
    color:#709a1f;
}
.indice-contenido {
    background-color: #efefef;
                      }
.indice-contenido ul {
    margin-left: 1em;
}
.indice-contenido ul li {
    list-style: square;
    margin-bottom: .1em;
}
.indice-contenido ul li ul {
    margin: 0em 1em .5em .5em;
}
.indice-contenido ul li ul li {
    list-style: none;
}
.indice-contenido ul li ul li::before {
    content: "- ";
    /* Insert content that looks like bullets */
}
.indice-contenido p {
    text-align: center;
    font-weight: 700;
}
.autor, .autor a{
    font-size: 18px;
}
/*cls publi propia*/
.publi-hogarmania:first-child.publi-propia {
  margin:1em 0 1em 0;
 }
@media screen and (max-width: 360px) {
 .publi-propia {
  height: 58px;
 }
}
@media screen and (max-width: 375px) {
 .publi-propia {
  height: 58px;
 }
}
@media screen and (max-width: 414px) {
 .publi-propia {
  height: 58px;
 }
}
@media screen and (min-width: 768px) {
 .publi-propia {
  height: 118px;
 }
}
/*cls first img de zona1-items*/
@media screen and (max-width: 360px) {
 .zona1-items-firstimg {
  height: 185px;
 }
}
@media screen and (max-width: 375px) {
 .zona1-items-firstimg {
  height: 193px;
 }
}
@media screen and (max-width: 414px) {
 .zona1-items-firstimg {
  height: 215px;
 }
}
@media screen and (min-width: 768px) {
 .zona1-items-firstimg {
  height: 414px;
 }
}
/*cls first img de zona especial*/
@media screen and (max-width: 360px) {
 .especial-firstimg {
  height: 171px;
 }
}
@media screen and (max-width: 375px) {
 .especial-firstimg {
  height: 171px;
 }
}
@media screen and (max-width: 414px) {
 .especial-firstimg {
  height: 171px;
 }
}
@media screen and (max-width: 768px) {
 .especial-firstimg {
  height: 171px;
 }
}

/*añadido 12/05/2021*/
.herramientas-h2{
    box-shadow: 0 0 2px #ccc;
    padding: 2.14286rem;
    border-radius: .25rem;
    margin-left:1rem;
    margin-bottom: 1.5rem;
}
.herramientas-h2 h2{
    font-weight: 700;
    margin-bottom: 1em;
    border-bottom-width: 0px;
    font-size: 1rem;
    font-size:18px;
}
section.zona-ficha .herramientas-h2 .bloque-detalle{
    margin-left:0;
    margin-bottom:0;
    padding:0;
    box-shadow: 0 0 0 #ccc;
}
@media screen and (max-width:768px){
.herramientas-h2{
    margin-left:0;
}
}

/*añadido 20210517*/
.num-valoracion{
    margin:0 0 0 0.5em;
    color:#8abb2b;
}

/*aniadido 20220601 para icono fa-star-o*/
.valoracion-estrellas span{
    display: inline-flex;
    column-gap: .3em;
  }
  .fa-star-o::before {
    display:none;
  }
  .fa-star-o {
    background-image: url('/img/fa-star-o.png');
    width: 15px;
    height: 15px;
  }