@charset "UTF-8";
@font-face {
  font-family: Catamaran;
  font-weight: 300;
  font-style: normal;
  src: local("Catamaran Light"), local("Catamaran-300"), url("../fonts/Catamaran-300.woff2") format("woff2"), url("../fonts/Catamaran-300.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Catamaran;
  font-weight: 400;
  font-style: normal;
  src: local("Catamaran"), local("Catamaran-regular"), url("../fonts/Catamaran-regular.woff2") format("woff2"), url("../fonts/Catamaran-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Catamaran;
  font-weight: 700;
  font-style: normal;
  src: local("Catamaran Bold"), local("Catamaran-700"), url("../fonts/Catamaran-700.woff2") format("woff2"), url("../fonts/Catamaran-700.woff") format("woff");
  font-display: swap;
}
body {
  max-width: 1100px;
  margin: auto !important;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: #0183e4;
}
a:hover {
  text-decoration: underline;
}
.padding {
  padding: 0 1em;
}
.center {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
.align-center {
  text-align: center;
}
.max_width {
  max-width: 1100px;
  margin: auto;
}
.max-width-600 {
  max-width: 600px !important;
  margin: auto;
}
.max-width-300 {
  max-width: 300px !important;
  margin: auto;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-0_5 {
  margin-top: 0.5em !important;
}
.margin-top-1 {
  margin-top: 1em !important;
}
.margin-top-2 {
  margin-top: 2em !important;
}
.margin-top-3 {
  margin-top: 3em !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-0_5 {
  margin-bottom: 0.5em !important;
}
.margin-bottom-1 {
  margin-bottom: 1em !important;
}
.margin-bottom-2 {
  margin-bottom: 2em !important;
}
.margin-bottom-3 {
  margin-bottom: 3em !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-3 {
  padding-bottom: 3em !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-1 {
  padding-left: 16px !important;
}
.padding-right-1 {
  padding-right: 16px !important;
}
.padding-lr-1 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.display-block {
  display: block;
}
.position-relative {
  position: relative;
}
.float-right {
  float: right;
}
.no-strong {
  font-weight: 400 !important;
}
.link {
  cursor: pointer;
}
.hr--black {
  border-bottom-color: #00b1ba;
}
.hr--dotted {
  border-bottom-style: dotted;
}
.hr--dashed {
  border-bottom-style: dashed;
}
@media (min-width: 1025px) {
  .solo-mobile {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .solo-desktop {
    display: none !important;
  }
}
.clear {
  font-size: 0;
}
.clear > * {
  font-size: 16px;
}
.clear_both {
  clear: both;
}
.display_block {
  display: block !important;
}
.desplegable {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 0.6, 1), margin-bottom 0.5s ease-in-out;
  -ms-transition: max-height 0.5s cubic-bezier(1, 0, 0.6, 1), margin-bottom 0.5s ease-in-out;
  -moz-transition: max-height 0.5s cubic-bezier(1, 0, 0.6, 1), margin-bottom 0.5s ease-in-out;
  -o-transition: max-height 0.5s cubic-bezier(1, 0, 0.6, 1), margin-bottom 0.5s ease-in-out;
  transition: max-height 0.5s cubic-bezier(1, 0, 0.6, 1), margin-bottom 0.5s ease-in-out;
}
.desplegable.active {
  max-height: 19000px;
  margin-bottom: 0;
}
.lang_ja .faux_p,
.lang_ja p {
  line-height: 2 !important;
}
.lang_ja .titulo {
  line-height: 1.5 !important;
}
.columna-3 {
  width: 32.33% !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin-left: 0.75% !important;
  margin-right: 0.75% !important;
}
.columna-3.primera {
  margin-left: 0 !important;
}
.columna-3.ultima {
  margin-right: 0 !important;
}
.clearfix {
  font-size: 0;
}
.clearfix > * {
  font-size: 16px;
}
html {
  color: #333;
  background: #fff;
  font-family: Catamaran, sans-serif;
}
.faux_p,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
hr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0.5em 0 1em 0;
}
*,
:active {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
span[data-pin-log] {
  z-index: 7 !important;
}
small {
  line-height: 1.2;
  display: block;
  margin: 1em 0;
}
.float-left {
  float: left;
}
.italic {
  font-style: italic;
}
blockquote {
  margin: 1em 0 0 2em;
  font-style: italic;
}
blockquote:before {
  color: #999;
  content: "“";
  display: block;
  font: italic 400%/1 Cochin, Georgia, "Times New Roman", serif;
  height: 0;
  margin-left: -0.3em;
}
#mediaquery {
  display: none;
  content: "mobile";
}
@media (min-width: 480px) {
  #mediaquery {
    content: "breakpoint_1";
  }
}
@media (min-width: 600px) {
  #mediaquery {
    content: "breakpoint_1.5";
  }
}
@media (min-width: 840px) {
  #mediaquery {
    content: "breakpoint_2";
  }
}
@media (min-width: 950px) {
  #mediaquery {
    content: "breakpoint_2.5";
  }
}
@media (min-width: 1025px) {
  #mediaquery {
    content: "breakpoint_3";
  }
}
@media (min-width: 1100px) {
  #mediaquery {
    content: "breakpoint_4";
  }
}
.faux_p,
p {
  font-size: 1.1em;
  line-height: 1.4;
  color: #333;
  padding: 0 1em 1em;
}
@media screen and (min-width: 480px) {
  .faux_p,
  p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 840px) {
  .faux_p,
  p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .faux_p,
  p {
    font-size: 1.2em;
  }
}
.faux_p h1 {
  display: inline;
  font-weight: 700;
}
.logo {
  max-height: 35px;
  position: absolute;
  top: -3px;
  left: 0;
}
@media (max-width: 1025px) {
  .logo {
    max-height: 26px;
    top: 4px;
    left: 26px;
  }
}
.logo-directory {
  height: 40px;
  width: 151px;
  float: left;
}
@media (max-width: 1025px) {
  .logo-directory {
    width: 103px;
  }
}
.logo-directory .logo {
  max-height: 28px;
}
@media (max-width: 1025px) {
  .logo-directory .logo {
    max-height: 20px;
  }
}
#ambito {
  white-space: nowrap;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 26px;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  #ambito {
    font-size: 8px;
    padding-top: 24px;
  }
}
#ambito a {
  cursor: pointer;
  color: #3d5162;
  background-image: url("../images/blue-arrow.png");
  background-position: 90% 42%;
  background-repeat: no-repeat;
  background-size: 7px auto;
  padding: 0 16px 0 0;
}
.dropbtn {
  background-color: #4caf50;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:focus,
.dropbtn:hover {
  background-color: #3e8e41;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #3d5162;
  left: 0;
  top: 62px;
  overflow: auto;
  z-index: 12;
  width: 100%;
  border-top: 1px solid #f2fafa;
  max-height: calc(100vh - 62px);
  padding: 0 0 1em;
}
@media (max-width: 1025px) {
  .dropdown-content {
    top: 50px;
  }
}
.dropdown-content .toda-espania {
  padding: 1em 0;
}
.dropdown-content ul {
  margin: 16px 0;
}
.dropdown-content .columna-ciudades {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: top;
  width: 24.8%;
}
@media (max-width: 1025px) {
  .dropdown-content .columna-ciudades {
    width: 100%;
  }
}
.dropdown-content .columna-ciudades a {
  background-position: center center;
  background-size: cover;
  display: block;
  font-size: 2em;
  font-weight: 800;
  height: 85px;
  letter-spacing: 2pt;
  margin-bottom: 16px;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.dropdown-content .columna-provincias {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: top;
  width: 74.8%;
}
@media (max-width: 1025px) {
  .dropdown-content .columna-provincias {
    width: 100%;
  }
}
.dropdown-content .columna-provincias .provincias {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
@media (max-width: 840px) {
  .dropdown-content .columna-provincias .provincias {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 480px) {
  .dropdown-content .columna-provincias .provincias {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.dropdown-content .titulillo {
  border-bottom: 1px solid #f2fafa;
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}
.dropdown-content a {
  color: #fff;
  padding: 0.25em 0.75em;
  text-decoration: none;
  border-radius: 4px;
  display: block;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.dropdown-content a:hover {
  background-color: #fff;
  color: #00b1ba;
}
.show {
  display: block;
}
.titulo {
  text-decoration: none !important;
}
.titulo.titulo--hub {
  font-size: 1.4em;
  line-height: 1.2;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding: 0 0.3em 0 0.1em;
  margin: 0.5em 0 0 0;
  color: #333;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--hub {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--hub {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--hub {
    font-size: 1.8em;
  }
}
.titulo.titulo--hub .hubicon {
  margin: 0.25em 0.15em 0.25em 0.25em;
}
.titulo.titulo--search {
  width: calc(100% - 1em);
  font-size: 1.4em;
  line-height: 1.2;
  border-bottom: 1px solid #333;
  display: inline-block;
  padding: 0 0.3em 0 0.1em;
  margin: 0.1em 0.5em 0.5em 0.5em;
  color: #333;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--search {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--search {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--search {
    font-size: 1.8em;
  }
}
.titulo.titulo--search h1 {
  display: inline;
}
.titulo.titulo--search small {
  font-size: 60%;
}
.titulo.titulo--search .hubicon {
  margin-bottom: 0.25em;
}
.titulo.titulo--bloque {
  font-size: 1.1em;
  display: inline-block;
  line-height: 1.2;
  margin-top: 0.5em;
  color: #333;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--bloque {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--bloque {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--bloque {
    font-size: 1.2em;
  }
}
.titulo.titulo--carrusel-raza {
  font-size: 1em;
  display: inline-block;
  line-height: 1.2;
  color: #333;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--carrusel-raza {
    font-size: 1em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--carrusel-raza {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--carrusel-raza {
    font-size: 1.1em;
  }
}
.titulo.titulo--resultado {
  font-size: 1.1em;
  display: inline;
  line-height: 1.2;
  margin: 0.5em 0.5em 0 0;
  color: #333;
}
@media screen and (min-width: 840px) {
  .titulo.titulo--resultado {
    font-size: 1.3em;
  }
}
.titulo.titulo--articulo {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 0.5em 0 0.5em;
  margin: 0.2em 0 0.25em 0;
  color: #333;
  display: block;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--articulo {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--articulo {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--articulo {
    font-size: 2.2em;
  }
}
.titulo.titulo--estrenos {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0.5em 0 0.25em 0;
  color: #333;
  display: block;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--estrenos {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--estrenos {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--estrenos {
    font-size: 2.2em;
  }
}
.titulo.titulo--formulario {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 400;
  padding: 0 0.5em 0 0.5em;
  margin: 2.5em 0 0.25em 0;
  color: #333;
  display: block;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--formulario {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--formulario {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--formulario {
    font-size: 1.4em;
  }
}
.titulo.titulo--h2 {
  font-size: 1.35em;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 0.3em 0 0.1em;
  margin: 0.5em 0.75em 0.25em 0.75em;
  color: #333;
  display: block;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--h2 {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--h2 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--h2 {
    font-size: 1.7em;
  }
}
.titulo.titulo--apartado {
  padding-top: 70px;
  margin-top: -70px;
}
@media (min-width: 1025px) {
  .titulo.titulo--apartado {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.titulo.titulo--relacionados {
  padding-bottom: 0.5em;
}
.apartado h3,
.intro h3,
.titulo.titulo--h3 {
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 0.3em 0 0.1em;
  margin: 0.5em 1em 0.25em 1em;
  color: #333;
  display: block;
}
@media screen and (min-width: 480px) {
  .apartado h3,
  .intro h3,
  .titulo.titulo--h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 840px) {
  .apartado h3,
  .intro h3,
  .titulo.titulo--h3 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .apartado h3,
  .intro h3,
  .titulo.titulo--h3 {
    font-size: 1.4em;
  }
}
.titulo.titulo--place {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .titulo.titulo--place {
    max-width: 80%;
  }
}
.titulo.titulo--linea {
  display: block;
  font-weight: 400;
  margin: 1em 0.75em 0.75em 0.75em;
  padding: 0;
  line-height: 0;
  border-bottom: 1px solid #333;
  color: #333;
}
.titulo.titulo--linea.sin-margin-lateral {
  margin: 1em 0 1.5em 0;
}
.titulo.titulo--linea .pastilla {
  font-size: 1.2em;
  display: inline-block;
  line-height: 1.05;
  padding: 0.25em 0.5em;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 480px) {
  .titulo.titulo--linea .pastilla {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 840px) {
  .titulo.titulo--linea .pastilla {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1025px) {
  .titulo.titulo--linea .pastilla {
    font-size: 1.4em;
  }
}
.columna-post .titulo.titulo--linea {
  display: block;
}
@media (min-width: 840px) {
  aside > .titulo.titulo--linea {
    display: none;
  }
}
.titulo.titulo--playlist {
  font-weight: 400;
  color: #00b1ba;
  line-height: 1.2;
}
.titulo.titulo--footer {
  font-size: 0.9em;
  margin: 0 0 0.5em 0;
}
@media screen and (min-width: 840px) {
  .titulo.titulo--footer {
    font-size: 1em;
  }
}
.titulo.titulo--infografia {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 840px) {
  .titulo.titulo--infografia {
    font-size: 1.49em;
  }
}
.titulo .destacado {
  padding: 0 0.1em 0 0;
  font-size: 80%;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
}
.titulo small {
  display: inline;
}
.hubicon {
  background-color: transparent;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15em 0 0;
  background-image: url("../images/hubsicons.png");
  background-repeat: no-repeat;
}
.hubicon.directory {
  background-image: url("../images/hubsicons-directory.png");
}
.hubicon.xs {
  width: 5px;
  height: 5px;
  background-size: 10px;
}
.hubicon.s {
  width: 10px;
  height: 10px;
  background-size: 20px;
}
.hubicon.m {
  width: 15px;
  height: 15px;
  background-size: 30px;
}
.hubicon.hubicon--menu,
.hubicon.l {
  width: 25px;
  height: 25px;
  background-size: 50px;
}
.hubicon.l-custom {
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.hubicon.xl {
  width: 35px;
  height: 35px;
  background-size: 70px;
}
.hubicon.xxl {
  width: 60px;
  height: 60px;
  background-size: 120px;
}
.positivo.hubicon--enfermedades-y-condiciones.xs {
  background-position: 0 0;
}
.positivo.hubicon--enfermedades-y-condiciones.s {
  background-position: 0 0;
}
.positivo.hubicon--enfermedades-y-condiciones.m {
  background-position: 0 0;
}
.positivo.hubicon--enfermedades-y-condiciones.l {
  background-position: 0 0;
}
.positivo.hubicon--enfermedades-y-condiciones.xl {
  background-position: 0 0;
}
.positivo.hubicon--enfermedades-y-condiciones.xxl {
  background-position: 0 0;
}
.negativo.hubicon--enfermedades-y-condiciones.xs {
  background-position: -5px 0;
}
.negativo.hubicon--enfermedades-y-condiciones.s {
  background-position: -10px 0;
}
.negativo.hubicon--enfermedades-y-condiciones.m {
  background-position: -15px 0;
}
.negativo.hubicon--enfermedades-y-condiciones.l {
  background-position: -25px 0;
}
.negativo.hubicon--enfermedades-y-condiciones.xl {
  background-position: -35px 0;
}
.negativo.hubicon--enfermedades-y-condiciones.xxl {
  background-position: -60px 0;
}
.hubicon--menu.hubicon--enfermedades-y-condiciones {
  background-position: -25px 0;
}
@media (min-width: 1025px) {
  .hubicon--menu.hubicon--enfermedades-y-condiciones {
    background-position: 0 0;
  }
}
.positivo.hubicon--vida-saludable.xs {
  background-position: 0 -5px;
}
.positivo.hubicon--vida-saludable.s {
  background-position: 0 -10px;
}
.positivo.hubicon--vida-saludable.m {
  background-position: 0 -15px;
}
.positivo.hubicon--vida-saludable.l {
  background-position: 0 -25px;
}
.positivo.hubicon--vida-saludable.xl {
  background-position: 0 -35px;
}
.positivo.hubicon--vida-saludable.xxl {
  background-position: 0 -60px;
}
.negativo.hubicon--vida-saludable.xs {
  background-position: -5px -5px;
}
.negativo.hubicon--vida-saludable.s {
  background-position: -10px -10px;
}
.negativo.hubicon--vida-saludable.m {
  background-position: -15px -15px;
}
.negativo.hubicon--vida-saludable.l {
  background-position: -25px -25px;
}
.negativo.hubicon--vida-saludable.xl {
  background-position: -35px -35px;
}
.negativo.hubicon--vida-saludable.xxl {
  background-position: -60px -60px;
}
.hubicon--menu.hubicon--vida-saludable {
  background-position: -25px -25px;
}
@media (min-width: 1025px) {
  .hubicon--menu.hubicon--vida-saludable {
    background-position: 0 -25px;
  }
}
.boton {
  font-family: Catamaran, sans-serif;
  line-height: 1.2;
  font-weight: 300;
  background-color: #00b1ba;
  color: #fff;
  border: 2px solid #00b1ba;
  border-radius: 2px;
  padding: 0.3em 0.5em 0.2em 0.5em;
  display: block;
  margin: 1em auto;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.boton:hover {
  background-color: transparent;
  color: #00b1ba;
  border-color: #00b1ba;
}
.boton:focus {
  box-shadow: 0 0 1px 1px #00b1ba;
}
.boton:active {
  box-shadow: 0 0 0 2px #00b1ba;
}
.boton.xs {
  font-size: 0.8em;
}
@media screen and (min-width: 480px) {
  .boton.xs {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 840px) {
  .boton.xs {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1025px) {
  .boton.xs {
    font-size: 0.9em;
  }
}
.boton.s {
  font-size: 1em;
}
@media screen and (min-width: 480px) {
  .boton.s {
    font-size: 1em;
  }
}
@media screen and (min-width: 840px) {
  .boton.s {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1025px) {
  .boton.s {
    font-size: 1.1em;
  }
}
.boton.m {
  font-size: 1.1em;
}
@media screen and (min-width: 480px) {
  .boton.m {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 840px) {
  .boton.m {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .boton.m {
    font-size: 1.2em;
  }
}
.boton.l {
  font-size: 1.4em;
}
@media screen and (min-width: 840px) {
  .boton.l {
    font-size: 1.49em;
  }
}
a.boton {
  display: inline-block;
  text-decoration: none;
}
a.boton.youtube {
  background-color: red;
  border: 2px solid red;
}
a.boton.youtube:hover {
  background-color: #e30000;
  color: #fff;
  border-color: #e30000;
}
.social a {
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  border: none !important;
  padding: 0.3em 0.5em 0.2em 0.5em !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.social a:hover {
  opacity: 0.8;
}
.compartir a,
.social a {
  cursor: pointer;
}
.compartir [class*="social-icon"]:before,
.social [class*="social-icon"]:before {
  content: "";
  display: block;
  background-image: url("../images/social.png");
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.compartir [class*="follow-icon"]:before,
.social [class*="follow-icon"]:before {
  content: "";
  display: block;
  background-image: url("../images/social_follow.png");
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.compartir [class*="facebook"],
.social [class*="facebook"] {
  background-color: #3b5998;
  border-color: #3b5998;
}
.compartir [class*="linkedin"],
.social [class*="linkedin"] {
  background-color: #2977c9;
  border-color: #2977c9;
}
.compartir [class*="tiktok"],
.social [class*="tiktok"] {
  background-color: #000;
  border-color: #000;
}
.compartir [class*="tiktok"]:before,
.social [class*="tiktok"]:before {
  background-position: center -150px;
}
.compartir [class*="twitter"],
.social [class*="twitter"] {
  background-color: #00aced;
  border-color: #00aced;
}
.compartir [class*="twitter"]:before,
.social [class*="twitter"]:before {
  background-position: center -25px;
}
.compartir [class*="pinterest"],
.social [class*="pinterest"] {
  background-color: #bd081c;
  border-color: #bd081c;
}
.compartir [class*="pinterest"]:before,
.social [class*="pinterest"]:before {
  background-position: center -50px;
}
.compartir [class*="youtube"],
.social [class*="youtube"] {
  background-color: #e30000;
  border-color: #e30000;
}
.compartir [class*="youtube"]:before,
.social [class*="youtube"]:before {
  background-position: center -100px;
}
.compartir [class*="instagram"],
.social [class*="instagram"] {
  background-color: #3f729b;
  border-color: #3f729b;
  background: linear-gradient(#2e4df4, transparent), linear-gradient(90deg, #fee285, transparent), linear-gradient(-90deg, #e2198e, transparent), linear-gradient(-90deg, #f11b64, transparent);
}
.compartir [class*="instagram"]:before,
.social [class*="instagram"]:before {
  background-position: center -125px;
}
.compartir [class*="whatsapp"],
.social [class*="whatsapp"] {
  background-color: #43d854;
  border-color: #43d854;
}
.compartir [class*="whatsapp"]:before,
.social [class*="whatsapp"]:before {
  background-position: center -175px;
}
.compartir [class*="imprimir"],
.social [class*="imprimir"] {
  background-color: #a8dede;
  border-color: #a8dede;
  color: #00b1ba !important;
}
.compartir [class*="imprimir"]:before,
.social [class*="imprimir"]:before {
  background-position: center -125px;
}
@media (max-width: 950px) {
  .compartir [class*="imprimir"],
  .social [class*="imprimir"] {
    display: none !important;
  }
}
.compartir [class*="descargar"],
.social [class*="descargar"] {
  background-color: #bbe5e5;
  border-color: #bbe5e5;
  color: #00b1ba !important;
}
.compartir [class*="descargar"]:before,
.social [class*="descargar"]:before {
  background-position: center -150px;
}
.input {
  -webkit-appearance: none;
  color: #333;
  padding: 0.3em 0.5em;
  border: 2px solid #00b1ba;
  border-radius: 4px;
  vertical-align: top;
  display: inline-block;
}
.input:focus {
  outline: 0;
  background-color: #ededed;
}
.input::-webkit-input-placeholder {
  color: #777;
}
.input::-moz-placeholder {
  color: #777;
}
.input:-ms-input-placeholder {
  color: #777;
}
.input:-moz-placeholder {
  color: #777;
}
.input.search {
  border-color: #3d5162;
  border-radius: 4px 0 0 4px;
  height: 35px;
  font-style: italic;
  font-size: 0.9em;
}
.position-relative .input {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 2px solid #00b1ba;
  margin: 0 0.35em 0 0;
  border-radius: 2px;
  top: -2px;
  position: relative;
  color: #3d5162;
  line-height: 1.1;
  padding-left: 0.1em;
}
input[type="checkbox"]:checked + label:before {
  content: "\2714\FE0E";
}
input[type="checkbox"]:disabled + label:before {
  border-color: #f2fafa;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 2px solid #00b1ba;
  margin: 0 0.4em 0 0;
  border-radius: 50%;
  top: -2px;
  position: relative;
  color: #3d5162;
  line-height: 1.1;
  padding-left: 0.1em;
}
input[type="radio"]:checked + label:before {
  background-color: #00b1ba;
  box-shadow: inset 0 0 0 3px #fff;
}
input[type="radio"]:disabled + label:before {
  border-color: #f2fafa;
}
.checkbox-wrapper [type="checkbox"]:checked + label,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.checkbox-wrapper [type="checkbox"]:checked + label:before,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper [type="checkbox"]:checked + label:after,
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after {
  content: "✔";
  position: absolute;
  top: 0.1em;
  left: 0.2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #e7711b;
  transition: all 0.2s;
}
.checkbox-wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type="checkbox"]:disabled:checked + label:before,
.checkbox-wrapper [type="checkbox"]:disabled:not(:checked) + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrapper [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type="checkbox"]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper input[type="checkbox"]:checked + label::before {
  content: "";
}
.checkbox-wrapper [type="checkbox"]:checked:focus + label:before,
.checkbox-wrapper [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #00f;
}
.checkbox-wrapper label:hover:before {
  border: 2px solid #e7711b !important;
}
.select {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 1em 0;
  width: 100%;
  position: relative;
}
.select .position-relative:after {
  position: absolute;
  top: 1em;
  right: 1em;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #333;
}
.select select {
  width: 100%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  color: #333;
  padding: 0.4em 0.5em 0.2em 0.5em;
  border: 2px solid #00b1ba;
  border-radius: 4px;
  vertical-align: top;
}
.select select:required:invalid {
  color: #5e5e5e !important;
}
.select option[value=""][disabled] {
  display: none;
}
.select option {
  color: #000;
}
textarea {
  -webkit-appearance: none;
  color: #333;
  line-height: 1.2;
  padding: 0.55em 0.5em;
  margin: 0 0 1em 0;
  border: 2px solid #00b1ba;
  border-radius: 4px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  resize: vertical;
  min-height: 100px;
  display: block;
}
textarea:focus {
  outline: 0;
  background-color: #ededed;
}
@media (max-width: 600px) {
  .foto textarea {
    padding-bottom: 90px;
  }
}
textarea::-webkit-input-placeholder {
  color: #777;
}
textarea::-moz-placeholder {
  color: #777;
}
textarea:-ms-input-placeholder {
  color: #777;
}
textarea:-moz-placeholder {
  color: #777;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  text-align: center;
  padding: 0.3em 0.5em 0.2em 0.5em;
  margin: 0.5em auto 2.6em auto;
  font-size: 1.4em;
}
@media (min-width: 840px) {
  .spinner {
    margin: 0.5em auto 2.075em auto;
  }
}
@media screen and (min-width: 480px) {
  .spinner {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 840px) {
  .spinner {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  .spinner {
    font-size: 1.8em;
  }
}
.spinner .spin {
  display: inline-block;
  background-image: url("../images/spinner_1.png");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  -webkit-animation: spin 1s infinite cubic-bezier(0.75, 0, 0.75, 1);
  -ms-animation: spin 1s infinite cubic-bezier(0.75, 0, 0.75, 1);
  -moz-animation: spin 1s infinite cubic-bezier(0.75, 0, 0.75, 1);
  -o-animation: spin 1s infinite cubic-bezier(0.75, 0, 0.75, 1);
  animation: spin 1s infinite cubic-bezier(0.75, 0, 0.75, 1);
}
.spinner .spin.recetasgratis_pt {
  background-image: url("../images/spinner.png");
}
.ad {
  text-align: center;
  margin: 0 auto 2em auto;
  display: block;
}
.ad.ad--margin-auto {
  margin: 0 auto 2em auto !important;
}
.ad.publibyafs.ad--inlinesearch {
  margin-left: 10px;
}
.ad.ad--minheight--50 {
  min-height: 50px;
}
.ad.ad--minheight--90 {
  min-height: 90px;
}
.ad.ad--minheight--100 {
  min-height: 100px;
}
.ad.ad--minheight--180 {
  min-height: 180px;
}
.ad.ad--minheight--250 {
  min-height: 250px;
}
.ad.ad--minheight--280 {
  min-height: 280px;
}
.ad.ad--minheight--300 {
  min-height: 300px;
}
.ad.ad--minheight--320 {
  min-height: 320px;
}
.ad.ad--minheight--425 {
  min-height: 425px;
}
.ad.ad--minheight--600 {
  min-height: 600px;
}
.ad.ad--skyfloat {
  top: 94px;
  position: fixed;
}
.ad.ad--skyfloat.ad--skyfloat-right {
  left: 50%;
  margin-left: 552px;
}
.ad.ad--skyfloat.ad--skyfloat-left {
  right: 50%;
  margin-right: 552px;
}
@media (min-width: 840px) {
  .pegajoso--activo {
    position: fixed !important;
    top: 62px;
    z-index: 7;
  }
}
@media (min-width: 1100px) {
  .pegajoso--activo {
    top: 95px;
  }
  .ctrl-search .pegajoso--activo {
    top: 76px;
  }
}
.ad.breakpoint_1 {
  display: none;
}
.ad.breakpoint_1-5 {
  display: none;
}
.ad.breakpoint_2 {
  display: none;
}
.ad.breakpoint_2-5 {
  display: none;
}
.ad.breakpoint_3 {
  display: none;
}
.ad.breakpoint_4 {
  display: none;
}
.ad.mobile {
  display: block;
}
@media (min-width: 480px) {
  .ad.mobile {
    display: none;
  }
  .ad.breakpoint_1-5 {
    display: none;
  }
  .ad.breakpoint_2 {
    display: none;
  }
  .ad.breakpoint_2-5 {
    display: none;
  }
  .ad.breakpoint_3 {
    display: none;
  }
  .ad.breakpoint_4 {
    display: none;
  }
  .ad.breakpoint_1 {
    display: block;
  }
}
@media (min-width: 600px) {
  .ad.mobile {
    display: none;
  }
  .ad.breakpoint_1 {
    display: none;
  }
  .ad.breakpoint_2 {
    display: none;
  }
  .ad.breakpoint_2-5 {
    display: none;
  }
  .ad.breakpoint_3 {
    display: none;
  }
  .ad.breakpoint_4 {
    display: none;
  }
  .ad.breakpoint_1-5 {
    display: block;
  }
}
@media (min-width: 840px) {
  .ad.mobile {
    display: none;
  }
  .ad.breakpoint_1 {
    display: none;
  }
  .ad.breakpoint_1-5 {
    display: none;
  }
  .ad.breakpoint_2-5 {
    display: none;
  }
  .ad.breakpoint_3 {
    display: none;
  }
  .ad.breakpoint_4 {
    display: none;
  }
  .ad.breakpoint_2 {
    display: block;
  }
}
@media (min-width: 950px) {
  .ad.mobile {
    display: none;
  }
  .ad.breakpoint_1 {
    display: none;
  }
  .ad.breakpoint_1-5 {
    display: none;
  }
  .ad.breakpoint_2 {
    display: none;
  }
  .ad.breakpoint_3 {
    display: none;
  }
  .ad.breakpoint_4 {
    display: none;
  }
  .ad.breakpoint_2-5 {
    display: block;
  }
}
@media (min-width: 1025px) {
  .ad.mobile {
    display: none;
  }
  .ad.breakpoint_1 {
    display: none;
  }
  .ad.breakpoint_1-5 {
    display: none;
  }
  .ad.breakpoint_2 {
    display: none;
  }
  .ad.breakpoint_2-5 {
    display: none;
  }
  .ad.breakpoint_4 {
    display: none;
  }
  .ad.breakpoint_3 {
    display: block;
  }
}
@media (min-width: 1100px) {
  .ad.mobile {
    display: none;
  }
  .ad.breakpoint_1 {
    display: none;
  }
  .ad.breakpoint_1-5 {
    display: none;
  }
  .ad.breakpoint_2 {
    display: none;
  }
  .ad.breakpoint_2-5 {
    display: none;
  }
  .ad.breakpoint_3 {
    display: none;
  }
  .ad.breakpoint_4 {
    display: block;
  }
}
.stars {
  font-size: 0.8em;
}
.stars .total {
  position: relative;
  width: 90px;
  height: 14.4px;
  background-image: url("../images/estrellato.png");
  background-size: 90px;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
}
.stars a:hover {
  text-decoration: underline;
}
.stars .desc-valoracion {
  text-decoration: none;
  color: #00b1ba;
  margin-left: 0.5em;
  font-size: 0.8em;
}
.stars .valoracion {
  height: 14.4px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/estrellato.png");
  background-size: 90px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.recomendado-incrustado {
  margin: 0 1em 1em 1em;
}
.intro + .recomendado-incrustado {
  margin: 0 1em 1em 1em;
}
.recomendado-incrustado .texto {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  padding: 0 0.3em 0 0.1em;
  margin: 0.5em 0 0.5em 0;
  color: #333;
  display: block;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .recomendado-incrustado .texto {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 840px) {
  .recomendado-incrustado .texto {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  .recomendado-incrustado .texto {
    font-size: 1.2em;
  }
}
@media (min-width: 840px) {
  .columna-post {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px - 2em);
  }
}
@media (min-width: 840px) {
  aside {
    border-left: 1px solid #cdecec;
    width: 316px;
    float: right;
    margin-right: 1em;
  }
  aside .ad {
    margin: 1em 0 1em 1em;
  }
}
article + aside {
  margin-top: 2em;
}
@media (min-width: 840px) {
  .ctrl-raza.action-lista aside,
  .ctrl-search aside {
    border-left: none;
    border-right: 1px solid #cdecec;
    float: left;
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
.pulgar {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 0.9em;
  color: #3d5162;
}
.pulgar:first-child {
  margin-right: 0.75em;
}
@media screen and (min-width: 840px) {
  .pulgar {
    font-size: 1em;
  }
}
.pulgar:active:before,
.pulgar:focus:before {
  box-shadow: inset 0 0 15px 0 rgba(0, 177, 186, 0.5), 0 0 15px 0 rgba(0, 177, 186, 0.5);
}
.pulgar:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("../images/thumb.png");
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
.pulgar[data-js-selector="karma-positivo"]:before {
  background-position: left top;
}
.pulgar.no_votado[data-js-selector="karma-positivo"]:before {
  background-position: left bottom;
}
.pulgar[data-js-selector="karma-negativo"]:before {
  background-position: right top;
}
.pulgar.no_votado[data-js-selector="karma-negativo"]:before {
  background-position: right bottom;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 0.5em;
  z-index: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 2.4s ease 0s;
}
.video img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  margin: 0 !important;
}
@media (min-width: 840px) {
  article .video {
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: calc(55.96% - 1em);
  }
}
.cargando,
.procesando {
  position: relative;
  overflow: hidden;
}
.cargando:after,
.procesando:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  color: #3d5162;
  font-size: 1.4em;
  font-weight: 600;
  text-align: left;
  padding: 0 0.5em;
  -webkit-animation: puntos linear infinite 4s;
  -ms-animation: puntos linear infinite 4s;
  -moz-animation: puntos linear infinite 4s;
  -o-animation: puntos linear infinite 4s;
  animation: puntos linear infinite 4s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes puntos {
  0% {
    content: "·";
  }
  10% {
    content: "· ·";
  }
  20% {
    content: "· · ·";
  }
  30% {
    content: "· · · ·";
  }
  40% {
    content: "· · · · ·";
  }
  50% {
    content: "· · · · · ·";
  }
  60% {
    content: "· · · · · · ·";
  }
  70% {
    content: "· · · · · · · ·";
  }
  80% {
    content: "· · · · · · · · ·";
  }
  90% {
    content: "· · · · · · · · · ·";
  }
  100% {
    content: "· · · · · · · · · · ·";
  }
}
@-moz-keyframes animationFrames {
  0% {
    content: "·";
  }
  10% {
    content: "· ·";
  }
  20% {
    content: "· · ·";
  }
  30% {
    content: "· · · ·";
  }
  40% {
    content: "· · · · ·";
  }
  50% {
    content: "· · · · · ·";
  }
  60% {
    content: "· · · · · · ·";
  }
  70% {
    content: "· · · · · · · ·";
  }
  80% {
    content: "· · · · · · · · ·";
  }
  90% {
    content: "· · · · · · · · · ·";
  }
  100% {
    content: "· · · · · · · · · · ·";
  }
}
@-webkit-keyframes animationFrames {
  0% {
    content: "·";
  }
  10% {
    content: "· ·";
  }
  20% {
    content: "· · ·";
  }
  30% {
    content: "· · · ·";
  }
  40% {
    content: "· · · · ·";
  }
  50% {
    content: "· · · · · ·";
  }
  60% {
    content: "· · · · · · ·";
  }
  70% {
    content: "· · · · · · · ·";
  }
  80% {
    content: "· · · · · · · · ·";
  }
  90% {
    content: "· · · · · · · · · ·";
  }
  100% {
    content: "· · · · · · · · · · ·";
  }
}
@-o-keyframes animationFrames {
  0% {
    content: "·";
  }
  10% {
    content: "· ·";
  }
  20% {
    content: "· · ·";
  }
  30% {
    content: "· · · ·";
  }
  40% {
    content: "· · · · ·";
  }
  50% {
    content: "· · · · · ·";
  }
  60% {
    content: "· · · · · · ·";
  }
  70% {
    content: "· · · · · · · ·";
  }
  80% {
    content: "· · · · · · · · ·";
  }
  90% {
    content: "· · · · · · · · · ·";
  }
  100% {
    content: "· · · · · · · · · · ·";
  }
}
@-ms-keyframes animationFrames {
  0% {
    content: "·";
  }
  10% {
    content: "· ·";
  }
  20% {
    content: "· · ·";
  }
  30% {
    content: "· · · ·";
  }
  40% {
    content: "· · · · ·";
  }
  50% {
    content: "· · · · · ·";
  }
  60% {
    content: "· · · · · · ·";
  }
  70% {
    content: "· · · · · · · ·";
  }
  80% {
    content: "· · · · · · · · ·";
  }
  90% {
    content: "· · · · · · · · · ·";
  }
  100% {
    content: "· · · · · · · · · · ·";
  }
}
.tags {
  margin: 0 0 1.5em 0;
  padding: 0 1em;
}
.tags .titulo {
  text-align: left;
  margin: 1em 0 1.5em 0;
}
@media (min-width: 840px) {
  .tags {
    width: calc(100% + 0.5em);
    padding: 0 0 0 1em;
  }
  .tags .titulo {
    margin: 1em 0.5em 1.5em 0;
  }
}
.tags .tag {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color: #005054;
  border-radius: 2px;
  border: 2px solid #00b1ba;
  display: inline-block;
  line-height: 1.2;
  padding: 0.3em 0.5em;
  margin: 0 0.5em 0.5em 0;
}
.tags .tag:hover {
  background-color: #6ef8ff;
}
.tags .topview {
  width: 100%;
  padding-bottom: 0.4em;
}
.tags .topview div {
  float: left;
  border-radius: 2px;
  border: 2px solid #00b1ba;
  line-height: 23px;
  width: 23px;
  position: relative;
  text-align: center;
}
.tags .topview a {
  margin-left: 10px;
  color: #333;
}
.error {
  background-color: #d9534f;
  position: absolute;
  bottom: 100%;
  color: #fff;
  border-radius: 5px 5px 0 0;
  margin-bottom: -0.15em;
  padding: 0 0.5em;
  line-height: 1;
  font-size: 0.8em;
}
.error:not(:empty) {
  padding: 0.5em;
}
@media screen and (min-width: 840px) {
  .error {
    font-size: 0.8em;
  }
}
.error:not(:empty) + input,
.error:not(:empty) + textarea {
  margin-top: 2em;
  border-color: #d9534f;
}
@media (min-width: 600px) {
  .columna .error:not(:empty) + input,
  .columna .error:not(:empty) + textarea {
    margin-top: 1em;
  }
}
header {
  padding: 0.5em 1em;
  background-color: #00b1ba;
  color: #fff;
  height: 50px;
  position: fixed;
  -webkit-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (min-width: 1025px) {
  header {
    padding: 1em;
    height: 62px;
  }
}
header .max_width {
  position: relative;
}
.header-gap {
  padding-top: 50px;
}
@media (min-width: 840px) {
  .header-gap {
    padding-top: 62px;
  }
}
.search-form {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  background-color: #3d5162;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1025px) {
  header .search-form {
    top: 1em;
  }
}
.search-form .button {
  background-color: #3d5162;
  border: none;
  border-radius: 0 2px 2px 0;
  color: #fff !important;
  font-family: Catamaran, sans-serif;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  padding: 0.5em 0.6em 0.2em 0.4em;
  height: 34px;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.search-form .button span {
  display: none;
  font-size: 1.2em;
  line-height: 1.2;
}
.search-form .button:hover {
  background-color: #00e2ed;
}
@media (min-width: 1025px) {
  header .search-form .button {
    padding: 0.5em 2em 0.5em 2.2em;
    border-radius: 0 4px 4px 0;
  }
  header .search-form .button img {
    display: none;
  }
  header .search-form .button span {
    display: block;
  }
}
.search-form .input.text.search {
  width: 0;
  padding: 0;
  height: 34px;
  -webkit-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  position: relative;
}
.search-form .input.text.search.open,
.search-form .input.text.search:focus {
  width: 175px;
  padding: 0.3em 0.75em;
  outline: 0;
}
@media (min-width: 1025px) {
  header .search-form {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: -0.5em 0 0 0;
    top: 0.5em;
    left: -10em;
  }
  header .search-form .input.text.search,
  header .search-form .input.text.search:focus {
    width: 170px;
    padding: 0.3em 0.75em;
    outline: 0;
  }
}
@media (min-width: 1100px) {
  header .search-form .input.text.search,
  header .search-form .input.text.search:focus {
    width: 175px;
  }
}
@media (min-width: 1025px) {
  .salir-form {
    left: -15em !important;
  }
}
footer {
  line-height: 1.2;
  clear: both;
  background-color: #f2fafa;
  color: #3d5162;
}
@media (max-width: 950px) {
  footer .only-desktop {
    display: none;
  }
}
footer .max_width {
  padding: 1em 1em 0 1em;
}
footer .max_width + .max_width {
  padding-top: 0;
}
footer a {
  color: #00b1ba;
  display: inline-block;
}
footer img {
  height: 50px;
}

footer .grupo-enlaces {
  margin: 0 0 0.5em 1em;
}
footer .grupo-enlaces a {
  font-size: 0.8em;
  padding-left: 0.75em;
  margin-left: 0.5em;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 840px) {
  footer .grupo-enlaces a {
    font-size: 0.8em;
  }
}
footer .grupo-enlaces a:not(:first-child) {
  border-left: 1px dashed rgba(0, 177, 186, 0.4);
}
footer .lista-enlaces {
  margin: 0 0 0.75em 0;
}
footer .lista-enlaces a {
  font-size: 0.8em;
  width: 100%;
  padding-left: 0.75em;
  margin-left: 0.5em;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 840px) {
  footer .lista-enlaces a {
    font-size: 0.8em;
  }
}
footer .lista-enlaces a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 7px 7px 0 0;
  background-color: rgba(0, 177, 186, 0.4);
  vertical-align: top;
}
footer .margen-imagenes a {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 480px) {
  footer .columna {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1em);
    margin-right: 1em;
  }
}
@media (min-width: 840px) {
  footer .columnas--3 .columna {
    width: calc(33.33% - 1em);
  }
}
@media (min-width: 1025px) {
  footer .columnas--4 .columna {
    width: calc(25% - 1em);
  }
}
footer .subfooter {
  font-size: 0.8em;
  background-color: #00b1ba;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
}

footer .subfooter a {
  color: #fff;
}

footer .ltm-logo {
  margin: 0 0.5em 1em 0 !important;
  display: inline-block;
  vertical-align: middle;
}
footer .ltm-logo img {
  max-height: 30px;
}
footer .social a {
  margin-bottom: 0.3em;
}
.hamburguesa {
  float: left;
  cursor: pointer;
  max-width: 30px;
  margin: 8px 15px 0 0px;
}
@media (min-width: 1025px) {
  .hamburguesa {
    display: none;
  }
}
.menu-abierto .cerrar-menu {
  position: fixed;
  left: 280px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.menu {
  text-align: right;
}
.cine,
.comunidad,
.de-compras,
.de-noche,
.descubre,
.restaurantes {
  vertical-align: top;
  color: #fff;
  display: none;
  text-transform: uppercase;
  height: 62px;
  cursor: default;
  background-color: rgba(61, 81, 98, 0.3);
  font-weight: 600;
  -webkit-pointer-events: all;
  -ms-pointer-events: all;
  -moz-pointer-events: all;
  -o-pointer-events: all;
  pointer-events: all;
  padding: 0 1.5em;
  -webkit-transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out;
}
.cine .centrar,
.comunidad .centrar,
.de-compras .centrar,
.de-noche .centrar,
.descubre .centrar,
.restaurantes .centrar {
  display: table-cell;
  vertical-align: middle;
}
.cine .table,
.comunidad .table,
.de-compras .table,
.de-noche .table,
.descubre .table,
.restaurantes .table {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .cine,
  .comunidad,
  .de-compras,
  .de-noche,
  .descubre,
  .restaurantes {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .de-compras,
  .de-noche,
  .restaurantes {
    -webkit-transition: padding 0.3s ease-in-out;
    -ms-transition: padding 0.3s ease-in-out;
    -moz-transition: padding 0.3s ease-in-out;
    -o-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out;
    padding: 0 1.5em;
  }
  .de-compras.logged,
  .de-noche.logged,
  .restaurantes.logged {
    padding: 0 40px 0 60px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 93% 45%;
    background-size: 15px;
    position: relative;
  }
  .share-on .de-compras.logged,
  .share-on .de-noche.logged,
  .share-on .restaurantes.logged {
    padding: 0 40px 0 45px;
  }
  .share-on .de-compras.logged .imagen,
  .share-on .de-noche.logged .imagen,
  .share-on .restaurantes.logged .imagen {
    width: 25px;
    height: 25px;
    top: 3px;
  }
}
.de-compras .imagen,
.de-noche .imagen,
.restaurantes .imagen {
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  position: absolute;
  top: -1px;
  left: 8px;
  width: 35px;
  height: 35px;
  margin: 0.5em 0.75em 0.5em 0;
  border-radius: 50%;
  border: 2px solid #333;
  box-shadow: 0 0 0 1px #fff;
  float: left;
  background-color: #f2fafa;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .de-compras .imagen,
  .de-noche .imagen,
  .restaurantes .imagen {
    top: 5px;
    left: 10px;
  }
}
.de-compras .imagen img,
.de-noche .imagen img,
.restaurantes .imagen img {
  width: 100%;
  display: block;
  margin: 0;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.comunidad {
  background-color: #00b1ba;
  text-decoration: none !important;
  cursor: pointer;
}
.comunidad:hover {
  background-color: #008087;
}
a.cine,
a.de-compras,
a.de-noche,
a.restaurantes {
  cursor: pointer;
  text-decoration: none !important;
}
.descubre {
  margin: 0 2px;
  padding: 0 40px 0 1.5em;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: 88% 45%;
  background-size: 15px;
}
.lista_menu {
  position: fixed;
  overflow-y: scroll;
  width: 280px;
  left: -280px;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  padding: 1em 0;
  background-color: #00b1ba;
}
@media (min-width: 950px) {
  .lista_menu a.hidden {
    display: none;
  }
}
.lista_menu::-webkit-scrollbar {
  display: none;
}
.lista_menu a {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.2rem;
  display: block;
  text-align: left;
  padding: 0.35em 0.75em;
  line-height: 1.2em;
}
.lista_menu a:hover {
  text-decoration: none !important;
}
.lista_menu a.actual {
  border-left: 10px solid #3d5162;
}
@media (min-width: 1025px) {
  .lista_menu a {
    color: #00b1ba;
  }
}
.container {
  overflow-x: hidden;
  width: 100%;
  margin-bottom: -1.65em;
}
.container .main-content {
  position: relative;
  left: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.container.menu-abierto .lista-cine,
.container.menu-abierto .lista_menu {
  left: 0;
}
.container.menu-abierto .main-content {
  left: 280px;
}
.container.menu-abierto .main-content .compartir,
.container.menu-abierto .main-content .filtros,
.container.menu-abierto .main-content header {
  left: 280px;
  right: -280px;
}
.container.menu-abierto .main-content .filtros .cerrar {
  right: -280px;
}
@media (min-width: 1025px) {
  .container.menu-abierto .lista-cine,
  .container.menu-abierto .lista_menu {
    left: initial;
  }
  .container.menu-abierto .main-content {
    left: 0;
  }
  .container.menu-abierto .main-content .compartir,
  .container.menu-abierto .main-content header {
    left: 0;
    right: 0;
  }
  .container,
  .main-content {
    overflow-x: initial !important;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 62px;
    z-index: 12;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
  }
  .menu .wrap-menu {
    position: relative;
  }
  .menu-item {
    margin: 0 2px;
  }
  .menu-item.comunidad {
    margin: 0 -2px;
  }
  .lista_menu {
    width: 600px;
  }
  .lista_menu a {
    width: 50%;
  }
  .lista_menu {
    -webkit-pointer-events: all;
    -ms-pointer-events: all;
    -moz-pointer-events: all;
    -o-pointer-events: all;
    pointer-events: all;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    left: initial;
    bottom: initial;
    right: 0;
    top: 61px;
    position: absolute;
    background-color: #fff;
    border: 1px solid #00b1ba;
    overflow: auto;
    box-shadow: 0 0 40px -5px rgba(23, 50, 70, 0.75);
  }
  .lista_menu .hubicon {
    margin: 0 0.45em 0 0;
  }
  .lista_menu a {
    display: inline-block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .lista_menu a.actual,
  .lista_menu a:hover {
    border-left: none;
    border-top: 1px solid #cdecec;
    border-bottom: 1px solid #cdecec;
  }
  .lista_menu a.actual {
    font-weight: 600;
  }
  .lista_menu a.actual + a + a:hover {
    border-top: 1px solid transparent;
  }
  .lista_menu a:hover + a + .actual {
    border-top: 1px solid transparent;
  }
}
.descubre:hover + .lista_menu {
  opacity: 1;
  visibility: visible;
}
.lista_menu:hover {
  opacity: 1;
  visibility: visible;
}
.descubre:hover,
.menu-item:not(.comunidad):hover {
  background-color: #3d5162;
}
@media (max-width: 1025px) {
  .descubre,
  .menu-item {
    display: block;
    position: fixed;
    height: 50px;
    left: -280px;
    width: 280px;
    text-align: center;
    display: none;
  }
  .comunidad {
    top: 0;
  }
  .comunidad + .descubre + .lista_menu {
    top: 50px;
  }
  .container.menu-abierto .cine,
  .container.menu-abierto .comunidad,
  .container.menu-abierto .de-compras,
  .container.menu-abierto .de-noche,
  .container.menu-abierto .restaurantes {
    left: 0;
  }
  .cine,
  .de-compras,
  .de-noche,
  .restaurantes {
    background-color: #302a37;
  }
  .cine:hover,
  .de-compras:hover,
  .de-noche:hover,
  .restaurantes:hover {
    background-color: #3d5162;
  }
  .de-compras {
    top: 0;
  }
  .restaurantes {
    top: 50px;
  }
  .de-noche {
    top: 100px;
  }
  .cine {
    top: 150px;
  }
}
.info_articulo {
  font-size: 0.8em;
  position: relative;
  margin: 0.25em 1em 0 1em;
}
@media screen and (min-width: 840px) {
  .info_articulo {
    font-size: 0.8em;
  }
}
@media (min-width: 480px) {
  .info_articulo {
    margin: 0.75em 1em 0.25em 1em;
  }
}
.info_articulo .daticos {
  padding: 0 0 0.25em 0;
  line-height: 1.2;
  border-bottom: 1px solid #cdecec;
}
@media (min-width: 480px) {
  .info_articulo .daticos {
    margin: 0 0 0 58px;
    border-left: 1px solid #cdecec;
    padding: 0 0 0.25em 0.5em;
  }
  .info_articulo .daticos.noimgautor {
    margin-left: 0;
  }
}
.info_articulo .daticos .stars {
  margin: 0 0.25em 0 0;
  display: inline-block;
  vertical-align: top;
}
.info_articulo .daticos .votos {
  vertical-align: top;
}
.info_articulo .daticos * {
  line-height: 1.2;
}
.info_articulo .daticos > * {
  display: inline-block;
  vertical-align: top;
  color: #333;
}
.info_articulo .daticos .datico:not(:first-child) {
  border-left: 1px solid #cdecec;
  padding: 0 0 0 7px;
  margin: 0 5px 5px 0;
}
.info_articulo .daticos .datico:first-child {
  margin: 0 5px 5px 0;
}
.info_articulo .daticos .nbsp {
  display: none;
}
@media (min-width: 480px) {
  .info_articulo .daticos .nbsp {
    display: block;
  }
  .info_articulo .daticos .datico + .nbsp {
    display: none;
  }
}
.info_articulo.info_articulo--sin-autor .daticos {
  margin: 0 0 1em 0;
}
@media (min-width: 480px) {
  .info_articulo.info_articulo--sin-autor .daticos {
    padding: 0 0 0 0.5em;
  }
}
.info_articulo .autor {
  position: relative;
  padding: 0.5em 0 0 30px;
}
@media (min-width: 480px) {
  .info_articulo .autor {
    padding: 0.5em 0 0 58px;
  }
}
.info_articulo .autor.noimgautor {
  padding-left: 0;
}
.info_articulo .autor .nombre_autor {
  line-height: 18px;
  margin-bottom: 0.5em;
  display: inline-block;
}
.info_articulo .img_autor {
  border-radius: 50%;
  background-color: #f2fafa;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  top: 0.25em;
  margin: 0 !important;
  z-index: 2;
}
@media (min-width: 480px) {
  .info_articulo .img_autor {
    width: 50px;
    height: 50px;
    top: -30px;
  }
}
.info_articulo .img_autor img {
  width: 100%;
  display: block;
  margin: 0 !important;
}
.info_articulo .stars {
  margin: 0.33em 0.5em;
}
.info_articulo .date_publish {
  color: grey;
  line-height: 18px;
  margin-bottom: 0.5em;
}
@media (min-width: 1025px) {
  .info_articulo .date_publish {
    margin-bottom: 1em;
  }
}
.place-item {
  position: relative;
}
.place-item h2 {
  float: left;
}
.place-item.highlighted {
  background-color: rgba(235, 235, 235, 0.4);
  margin-bottom: 30px;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.item-city {
  margin-top: 4px;
  padding: 0;
  font-size: 20px;
}
.info-apartado {
  display: inline-block;
  width: 100%;
}
.info-apartado .phone {
  float: left;
  min-width: 128px;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .info-apartado .phone {
    float: none;
    width: auto;
  }
}
.apartado {
  margin: 0 0 1.5em 0;
}
.apartado .orden {
  font-size: 1.8em;
  font-weight: 800;
  color: #333;
  float: left;
  padding: 0.25em 0.5em;
  line-height: 0;
  margin: 0.5em 0 0 0.5em;
}
@media screen and (min-width: 480px) {
  .apartado .orden {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 840px) {
  .apartado .orden {
    font-size: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .apartado .orden {
    font-size: 2em;
  }
}
.apartado .destacado {
  font-weight: 400;
  float: left;
}
.apartado .destacado img {
  width: 20px;
  float: left;
}
.apartado .destacado span {
  float: right;
  margin-left: 6px;
}
@media (min-width: 1025px) {
  .apartado .destacado span {
    margin-top: -2px;
  }
}
@media (min-width: 1025px) {
  .apartado .destacado {
    position: absolute;
    top: 22px;
    right: 25px;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 0;
  }
}
.apartado.last {
  margin-bottom: 0 !important;
}
.apartado.list {
  display: inline-block;
}
.apartado.list .imagen_wrap {
  float: left;
  margin: 0 1em 0 1.3em;
  max-width: 300px;
}
@media (max-width: 600px) {
  .apartado.list .imagen_wrap {
    float: none;
    margin: 0;
    max-width: 100%;
  }
}
.apartado.list img {
  margin: 0 !important;
}
.apartado.list .phone span {
  background-image: url("../images/phone.png");
  background-position: 10% 40%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding: 0 0 0 21px;
}
.apartado.apartado--galeria {
  margin-bottom: 1.5em !important;
}
.apartado.apartado--galeria .imagenes {
  padding: 8px 0 16px;
  text-align: center;
}
.apartado.apartado--galeria .imagen {
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 3px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 840px) {
  .apartado.apartado--galeria .imagen {
    width: 150px;
    height: 150px;
  }
}
.apartado.apartado--galeria .videos {
  padding: 8px 0 16px;
  text-align: center;
}
.apartado.apartado--galeria .video {
  position: relative;
  width: 80%;
  height: 140px;
  margin: 0 0 10px 1%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
@media (min-width: 480px) {
  .apartado.apartado--galeria .video {
    width: 30%;
    height: 130px;
  }
}
.apartado.apartado--galeria .video .thumbnail-video {
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.apartado.apartado--galeria .video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("../images/play-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px;
  z-index: 1;
}
.apartado.apartado--galeria .video:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.apartado.apartado--refs {
  overflow-wrap: break-word;
}
.comentarios {
  margin-top: -30px;
  padding: 30px 1em 0 1em;
  content-visibility: auto;
}
@media (min-width: 840px) {
  .comentarios {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.resultado {
  display: inline-block;
  overflow: hidden;
  margin: 0 16px 2em 0;
  vertical-align: top;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.resultado .info_img {
  display: none;
}
.resultado .info_snippet {
  display: block;
  font-size: 0.9em;
}
@media screen and (min-width: 840px) {
  .resultado .info_snippet {
    font-size: 1em;
  }
}
.resultado .stars {
  display: inline-block;
}
@media (max-width: 480px) {
  .resultado.snippet .position-imagen {
    float: left;
    max-width: 100px;
    margin: 0 0.75em 0.25em 0;
    padding-bottom: 100px;
  }
  .resultado.snippet .categoria {
    display: none;
  }
  .resultado:not(.snippet) {
    max-width: 300px;
    width: calc(100% - 1em);
    text-align: center;
  }
  .resultado:not(.snippet) .titulo {
    font-weight: 400;
    display: inherit;
  }
  .resultado:not(.snippet) .intro {
    display: none;
  }
  .resultado:not(.snippet) .info_img {
    display: block;
  }
  .resultado:not(.snippet) .info_snippet {
    display: none;
  }
  .resultado:not(.snippet) .stars {
    display: inherit;
    position: absolute;
    z-index: 1;
    top: 1em;
    left: 1em;
    padding: 0.5em 0.5em;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 0.48);
  }
}
.resultado .intro {
  font-size: 0.9em;
  line-height: 1.2;
  margin: 0.5em 0 0.5em 0;
  color: grey;
}
@media screen and (min-width: 840px) {
  .resultado .intro {
    font-size: 1em;
  }
}
.resultado .destacado,
.resultado .nuevo {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #e83030;
  color: #fff;
  font-size: 0.8em;
  padding: 0.3em 0.75em;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  box-shadow: 0 0 5px 0 rgba(179, 26, 26, 0.5);
  z-index: 1;
}
.resultado .dif,
.resultado .temporada {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.3em 0.75em;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  z-index: 1;
}
.resultado .dif.dif--1,
.resultado .temporada.dif--1 {
  background-color: #0f8a0f;
  box-shadow: 0 0 5px 0 rgba(10, 67, 10, 0.5);
}
.resultado .dif.dif--2,
.resultado .temporada.dif--2 {
  color: #333;
  background-color: #e8e830;
  box-shadow: 0 0 5px 0 rgba(45, 45, 6, 0.5);
}
.resultado .dif.dif--3,
.resultado .temporada.dif--3 {
  background-color: #e8a730;
  box-shadow: 0 0 5px 0 rgba(179, 125, 26, 0.5);
}
.resultado .dif.dif--4,
.resultado .temporada.dif--4 {
  background-color: #e83030;
  box-shadow: 0 0 5px 0 rgba(179, 26, 26, 0.5);
}
.resultado .temporada {
  background-color: #0183e4;
  box-shadow: 0 0 5px 0 #0183e4;
}
.resultado .mas_algo {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #e97f32;
  color: #fff;
  font-size: 0.8em;
  padding: 0.3em 0.75em;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  box-shadow: 0 0 5px 0 rgba(187, 90, 20, 0.5);
  z-index: 1;
}
.resultado .titulo {
  font-size: 1.1em;
  display: block;
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 840px) {
  .resultado .titulo {
    font-size: 1.2em;
  }
}
.resultado .position-imagen {
  margin: 0 auto 0.25em auto;
  max-width: 300px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f2fafa;
}
@media (min-width: 480px) {
  .resultado .position-imagen {
    float: left;
    width: 150px;
    margin: 0 0.75em 0.25em 0;
  }
}
@media (min-width: 840px) {
  .resultado .position-imagen {
    width: 200px;
    max-width: 300px;
  }
}
.resultado .video-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("../images/play-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px;
  z-index: 1;
}
.resultado .imagen {
  -webkit-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  opacity: 1;
  height: auto;
}
.resultado .categoria {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.resultado .categoria .wrap {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
}
.resultado .categoria .etiqueta {
  font-size: 0.8em;
  background-color: #fff;
  display: inline-block;
  padding: 0.5em 0.75em 0.1em 0.75em;
  line-height: 1.2em;
  color: #333;
  vertical-align: bottom;
}
@media screen and (min-width: 480px) {
  .resultado .categoria .etiqueta {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 840px) {
  .resultado .categoria .etiqueta {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1025px) {
  .resultado .categoria .etiqueta {
    font-size: 0.9em;
  }
}
.resultado .categoria .hubicon {
  margin-right: 0.15em;
}
.resultado .info_snippet span:not(:first-child):before {
  content: " - ";
}
.resultado:hover .titulo {
  color: #00b1ba;
  text-decoration: none;
}
.resultado:hover .imagen {
  opacity: 0.9;
  transform: scale(1.05, 1.05);
}
.resultado .position-imagen {
  padding-bottom: 50%;
}
@media (min-width: 480px) {
  .resultado .position-imagen {
    padding-bottom: 150px;
  }
}
@media (min-width: 840px) {
  .resultado .position-imagen {
    padding-bottom: 200px;
  }
}
@media (min-width: 840px) {
  .ctrl-autor.action-index .bloquegroup div:nth-of-type(14n + 14),
  .ctrl-autor.action-index .bloquegroup div:nth-of-type(14n + 5),
  .ctrl-index.action-index .bloquegroup div:nth-of-type(14n + 14),
  .ctrl-index.action-index .bloquegroup div:nth-of-type(14n + 5) {
    max-width: 600px;
    width: calc(50% - 1em);
  }
  .ctrl-autor.action-index .bloquegroup div:not(:nth-of-type(14n + 5)):not(:nth-of-type(14n + 14)) .position-imagen,
  .ctrl-index.action-index .bloquegroup div:not(:nth-of-type(14n + 5)):not(:nth-of-type(14n + 14)) .position-imagen {
    padding-bottom: 100%;
  }
}
.bloque {
  display: inline-block;
  width: calc(100% - 1em);
  max-width: 300px;
  margin: 0 1em 2em 0;
  vertical-align: top;
  position: relative;
}
.bloque.test-ab {
  width: calc(50% - 1em);
}
@media (min-width: 480px) {
  .bloque {
    width: calc(50% - 1em);
  }
}
@media (min-width: 840px) {
  .bloque {
    width: calc(25% - 1em);
  }
}
.bloque .stars {
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 1em;
  padding: 0.5em 0.5em;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(119, 119, 119, 0.48);
}
.bloque .compartido {
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 0.8em;
  padding: 0.25em 0.5em;
  background-color: #fff;
  color: #00b1ba;
  font-size: 1em;
  line-height: 1.2;
  box-shadow: 0 0 10px 0 rgba(119, 119, 119, 0.48);
}
.bloque .destacado,
.bloque .nuevo {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #e83030;
  color: #fff;
  font-size: 0.8em;
  padding: 0.3em 0.75em;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  box-shadow: 0 0 5px 0 rgba(179, 26, 26, 0.5);
  z-index: 1;
}
.bloque .temporada {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.3em 0.75em;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  z-index: 1;
  background-color: #0183e4;
  box-shadow: 0 0 5px 0 #0183e4;
}
.bloque .mas_algo {
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #e97f32;
  color: #fff;
  font-size: 0.8em;
  padding: 0.3em 0.75em;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  box-shadow: 0 0 5px 0 rgba(187, 90, 20, 0.5);
  z-index: 1;
}
.bloque .titulo {
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.bloque .position-imagen {
  position: relative;
  overflow: hidden;
  background-color: #f2fafa;
}
.bloque .video-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url("../images/play-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px;
  z-index: 1;
}
.bloque .imagen {
  -webkit-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 1s ease-in-out;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  opacity: 1;
  height: auto;
}
.bloque .categoria {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.bloque .categoria .wrap {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
}
.bloque .categoria .etiqueta {
  font-size: 0.8em;
  background-color: #fff;
  display: inline-block;
  padding: 0.5em 0.75em 0 0.75em;
  line-height: 1.2em;
  color: #333;
  vertical-align: bottom;
}
@media screen and (min-width: 480px) {
  .bloque .categoria .etiqueta {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 840px) {
  .bloque .categoria .etiqueta {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1025px) {
  .bloque .categoria .etiqueta {
    font-size: 0.9em;
  }
}
.bloque .categoria .hubicon {
  margin-right: 0.35em;
}
.bloque:not(.current):hover .titulo {
  color: #00b1ba;
}
.bloque:not(.current):hover .imagen {
  opacity: 0.9;
  transform: scale(1.05, 1.05);
}
.bloque.current {
  background-color: #e0f3f3;
  padding: 3px;
}
.compartido + .destacado,
.stars + .destacado {
  top: 4em;
}
.compartido + .mas_algo,
.stars + .mas_algo,
.stars + .nuevo {
  top: 4em;
}
.dif + .mas_algo,
.dif + .nuevo,
.temporada + .mas_algo,
.temporada + .nuevo {
  top: 4em;
}
.stars + .dif,
.stars + .temporada {
  top: 4em;
}
.stars + .dif + .mas_algo,
.stars + .dif + .nuevo,
.stars + .temporada + .mas_algo,
.stars + .temporada + .nuevo {
  top: 7em;
}
@media (min-width: 480px) {
  .stars + .dif + .mas_algo,
  .stars + .dif + .nuevo,
  .stars + .temporada + .mas_algo,
  .stars + .temporada + .nuevo {
    display: none;
  }
}
@media (min-width: 840px) {
  .stars + .dif + .mas_algo,
  .stars + .dif + .nuevo,
  .stars + .temporada + .mas_algo,
  .stars + .temporada + .nuevo {
    display: block;
  }
}
.transicion_altura {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out;
}
.transicion_altura.active {
  max-height: 19000px;
}
.bloque .position-imagen {
  padding-bottom: 50%;
}
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto;
}
.relacionados.bottom {
  padding-top: 1em;
}
.relacionados .bloque {
  max-width: inherit;
  width: calc(100% - 1em);
}
@media (min-width: 480px) {
  .relacionados .bloque {
    width: calc(50% - 1em);
  }
}
.relacionados .bloque .position-imagen {
  padding-bottom: 22.5%;
  width: 45%;
  float: left;
}
.relacionados .bloque .position-imagen .nuevo,
.relacionados .bloque .position-imagen .stars {
  display: none;
}
.relacionados .bloque .titulo--bloque {
  margin-top: 0;
  width: 55%;
  padding-left: 0.8em;
  text-align: left;
}
@media (min-width: 840px) {
  aside .relacionados .bloque {
    width: 100%;
  }
  aside .relacionados .bloque .position-imagen {
    padding-bottom: 50%;
    width: 100%;
  }
  aside .relacionados .bloque .position-imagen .nuevo,
  aside .relacionados .bloque .position-imagen .stars {
    display: inherit;
  }
  aside .relacionados .bloque .titulo--bloque {
    margin-top: 0.5em;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.comentario {
  margin: 0 auto 0 auto;
  padding: 0;
  display: table;
  width: 100%;
}
.comentario:not(:last-of-type) {
  border-bottom: 1px solid #00b1ba;
  margin: 0 auto 1em auto;
  padding: 0 0 1em 0;
}
.comentario .imagen {
  background-image: url("../images/fake-user.png");
  background-position: center 12px;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 45px;
  height: 45px;
  margin: 0 0.5em 0.5em 0;
  border-radius: 50%;
  float: left;
  background-color: #f2fafa;
  overflow: hidden;
}
.comentario .imagen img {
  width: 100%;
  display: block;
  margin: 0;
}
.comentario .nombre {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 840px) {
  .comentario .nombre {
    font-size: 1em;
  }
}
.comentario .puntuacion {
  float: right;
  margin-bottom: 0.5em;
  text-align: right;
}
.comentario .puntuacion small {
  margin: 0;
}
.comentario .stars {
  display: inline-block;
}
.comentario .fecha {
  font-size: 0.8em;
  line-height: 1.2;
}
@media screen and (min-width: 840px) {
  .comentario .fecha {
    font-size: 0.8em;
  }
}
.comentario .texto {
  overflow: hidden;
  clear: both;
  font-size: 0.9em;
  line-height: 1.2;
  word-break: break-word;
}
@media screen and (min-width: 840px) {
  .comentario .texto {
    font-size: 1em;
  }
}
.comentario .texto br {
  margin: 0 0 1em 0;
  display: block;
  content: "";
}
.comentario .texto .adjunto-comentario-thumbnail {
  cursor: zoom-in;
  float: left;
  max-width: 90px;
  margin: 0 0.5em 0.5em 0;
}
.comentario .texto .adjunto-comentario-zoom {
  display: none;
  cursor: zoom-out;
  margin: 0 auto 1em auto;
  max-width: 100%;
}
.comentario .acciones {
  display: table;
  width: 100%;
  margin: 1em 0 0;
}
.comentario .acciones .boton {
  display: inline-block;
  margin: 0;
}
.comentario .respuestas {
  margin: 1.5em 0 0 1.5em;
}
.comentario.highlighted {
  padding: 1em;
  background-color: #e7f6f6;
}
.formulario {
  padding: 0 1em 1em 1em;
  width: 100%;
  display: table;
  margin: 1em auto 1em auto;
}
.formulario label {
  display: block;
  font-size: 0.8em;
  line-height: 1.2;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 840px) {
  .formulario label {
    font-size: 0.8em;
  }
}
.formulario .rating {
  text-align: center;
  margin: 0 0 0.8em 0;
  font-size: 1.4em;
}
.formulario .rating .label,
.formulario .rating .texto {
  display: inline-block !important;
  font-size: 0.8em;
  display: block;
  font-style: italic;
  margin: 0 0.4em 0 0;
  color: #00b1ba;
}
.formulario .rating .selector--starts {
  margin-top: 8px;
  line-height: 0;
}
.formulario .rating .texto {
  font-weight: 600;
}
.formulario .rating .valoracion {
  display: none;
}
.formulario .rating .valoracion + label {
  background-color: transparent;
  width: 25px;
  height: 25px;
  background-image: url("../images/estrellato.png");
  background-size: 156.25px;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px 0 5px;
}
.formulario .rating .valoracion + label:before {
  display: none !important;
}
.formulario .rating .valoracion:checked + label {
  background-position: left bottom;
}
.formulario .rating .valoracion:checked + label ~ * {
  background-position: left top;
}
@media (min-width: 1025px) {
  .formulario .copy-tactil {
    display: none;
  }
}
.formulario .copy-raton {
  display: none;
}
@media (min-width: 1025px) {
  .formulario .copy-raton {
    display: block;
  }
}
@media (min-width: 600px) {
  .comentario-nombre-mail {
    display: flex;
    gap: 12px;
  }

  .formulario .columna {
    /* width: 49%; */
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
  }
  /* .formulario .columna.izquierda {
    margin-right: 0.71%;
  }
  .formulario .columna.derecha {
    margin-left: 0.71%;
  } */
}
@media (max-width: 600px) {
  .formulario .position-relative.foto textarea {
    min-height: 150px;
  }
}
.formulario .position-relative.foto .arrastrar {
  border: 2px dashed #00b1ba;
  font-size: 0.9em;
  background-color: #fff;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  padding: 0.9em 1em 0.5em 1em;
  text-align: left;
}
@media screen and (min-width: 840px) {
  .formulario .position-relative.foto .arrastrar {
    font-size: 1em;
  }
}
.formulario .position-relative.foto .arrastrar .copy-tactil {
  margin-top: 0.25em;
}
.formulario .position-relative.foto .arrastrar:not(.imagen-subida) .icono-camara {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  border: 2.16px solid #3d5162;
  background-color: #f2fafa;
  width: 27px;
  height: 21.6px;
  border-radius: 2.7px;
  position: relative;
  float: left;
  margin: 0 0.75em 0 0;
}
.formulario .position-relative.foto .arrastrar:not(.imagen-subida) .icono-camara:before {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  content: "";
  position: absolute;
  bottom: 100%;
  width: 13.5px;
  height: 2.7px;
  border: 2.16px solid #3d5162;
  background-color: #f2fafa;
  border-radius: 1.62px 1.62px 0 0;
  left: 50%;
  margin-left: -8.91px;
}
.formulario .position-relative.foto .arrastrar:not(.imagen-subida) .icono-camara:after {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  content: "";
  width: 10.8px;
  height: 10.8px;
  border: 2.16px solid #3d5162;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -7.56px;
  left: 50%;
  margin-left: -7.56px;
}
.formulario .position-relative.foto .arrastrar.imagen-subida .icono-camara {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  border: 2.16px solid #fff;
  background-color: #3d5162;
  width: 27px;
  height: 21.6px;
  border-radius: 2.7px;
  position: relative;
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: block !important;
}
.formulario .position-relative.foto .arrastrar.imagen-subida .icono-camara:before {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  content: "";
  position: absolute;
  bottom: 100%;
  width: 13.5px;
  height: 2.7px;
  border: 2.16px solid #fff;
  background-color: #3d5162;
  border-radius: 1.62px 1.62px 0 0;
  left: 50%;
  margin-left: -8.91px;
}
.formulario .position-relative.foto .arrastrar.imagen-subida .icono-camara:after {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  content: "";
  width: 10.8px;
  height: 10.8px;
  border: 2.16px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -7.56px;
  left: 50%;
  margin-left: -7.56px;
}
.formulario .position-relative.foto .arrastrar.imagen-subida {
  background-position: center;
  background-size: cover;
  border-style: solid;
}
@media (max-width: 600px) {
  .formulario .position-relative.foto .arrastrar.imagen-subida {
    height: 80px;
  }
}
@media (min-width: 600px) {
  .formulario .position-relative.foto textarea {
    width: calc(100% - 214px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1em 0;
  }
  .formulario .position-relative.foto .arrastrar {
    width: 200px;
    height: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    bottom: initial;
    text-align: center;
  }
  .formulario .position-relative.foto .arrastrar:not(.imagen-subida) .icono-camara {
    float: none;
    display: block;
    margin: 0.5em auto 0.5em auto;
  }
  .formulario .position-relative.foto .arrastrar .copy-raton {
    font-size: 0.8em;
  }
}
.formulario .boton {
  float: right;
  margin: 0 0 0 0.5em;
}
.formulario .legal {
  display: inline-block;
  margin-top: 2em;
}
.formulario.buskan textarea {
  min-height: auto;
}
.formulario.buskan:after {
  display: block;
  clear: both;
  content: "";
  position: relative;
  bottom: -16px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #cdecec;
}
.formulario.buskan .faux_p,
.formulario.buskan p {
  background-image: url("../images/logoask.png");
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: -3px 42%;
  padding: 10px 0 10px 49px;
  text-align: left;
}
@media (min-width: 600px) {
  .formulario.buskan {
    width: 90%;
  }
  .formulario.buskan:after {
    left: -6%;
    width: 112%;
  }
  .formulario.buskan .faux_p,
  .formulario.buskan p {
    background-size: 40px;
    padding-left: 40px;
  }
}
.indice {
  background-color: #f2fafa;
  padding: 0.5em 0 0.5em 0;
  margin: 0 1em 2em 1em;
  max-width: 500px;
  font-size: 15px;
  border: 1px solid #00b1ba;
  border-radius: 2px;
}
.indice ol {
  padding-bottom: 0.5em;
  counter-reset: li;
}
.indice ol li {
  line-height: 1.2;
  position: relative;
}
.indice ol li:before {
  content: counters(li, ".") ". ";
}
.message {
  display: block;
  max-width: 300px;
  margin: 1em auto;
  padding: 0.75em 1em;
  line-height: 1.2;
  font-style: italic;
  background-color: #fff;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .message {
    max-width: 200px;
  }
}
.message.message--success {
  color: #357935;
  border: 1px solid #357935;
}
.message.message--error {
  color: #a02622;
  border: 1px solid #a02622;
}
.message.message--warning {
  color: #996300;
  border: 1px solid #996300;
}
.message.message--info {
  color: #01497e;
  border: 1px solid #01497e;
}
.compartir {
  background: rgba(242, 250, 250, 0.9);
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  color: #3d5162;
  overflow: hidden;
}
@media (max-width: 840px) {
  .compartir {
    -webkit-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  }
}
.compartir .timer {
  float: left;
  margin: 0.8em;
  padding: 0.3em 0.5em;
  color: #00b1ba;
  border: 2px solid;
  width: 80px;
  text-align: center;
  font-size: 0.9em;
}
.compartir .questions {
  float: right;
  margin: 1em 1em 1em 0;
  color: #00b1ba;
  font-size: 0.9em;
  line-height: 2.2em;
}
@media (max-width: 1025px) {
  .compartir {
    position: fixed;
    top: -100%;
  }
  .compartir.active {
    top: 50px;
  }
  .compartir .max_width {
    width: 100%;
    padding: 1em;
  }
  .compartir .max_width.test {
    padding: 0;
  }
  .compartir span:not(.answered_questions) {
    padding: 0.3em 0;
    line-height: 1.2;
    display: block;
  }
  .compartir a {
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.5em;
    line-height: 1.2;
    margin: 0 0.25em 0.25em 0;
  }
}
@media (min-width: 1025px) {
  .compartir {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
  }
  .compartir a,
  .compartir span:not(.answered_questions) {
    text-decoration: none;
    font-size: 0.8em;
    padding: 0.3em 0.5em;
    vertical-align: top;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) and (min-width: 840px) {
  .compartir a,
  .compartir span:not(.answered_questions) {
    font-size: 0.8em;
  }
}
@media (min-width: 1025px) {
  .compartir a {
    color: #fff;
  }
  .compartir a:hover {
    opacity: 0.8;
  }
}
.share-on .barra-titulo-articulo {
  top: 0 !important;
}
@media (min-width: 1025px) {
  .share-on header {
    top: -62px !important;
  }
}
.share-off .compartir {
  top: -120px !important;
}
.share-off .menu-item {
  height: 62px !important;
}
.share-off .descubre {
  height: 62px !important;
}
.share-off .lista_menu {
  top: 62px !important;
}
.share-off header {
  top: 0 !important;
}
.open-compartir {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 600;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/compartir.png");
  background-size: 16px;
  padding-top: 21px;
  float: right;
  margin-right: 3.5em;
}
@media (min-width: 1025px) {
  .open-compartir {
    display: none;
  }
}
.compartir--test {
  text-align: center;
}
.compartir--test .social-icon {
  padding: 1em 1.75em !important;
  margin: 0 1em 0.5em;
}
.compartir--test .social-icon:before {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb {
  margin: 0.75em 1em 0.25em 1em;
  font-size: 0.8em;
  line-height: 1.4em;
}
@media screen and (min-width: 840px) {
  .breadcrumb {
    font-size: 0.8em;
  }
}
.breadcrumb li {
  display: none;
}
@media (min-width: 840px) {
  .breadcrumb li {
    display: inline;
  }
}
.breadcrumb li:not(:last-child):after {
  content: "›";
  font-size: 1.4em;
  line-height: 0.7em;
  margin: 0 0 0 0.25em;
}
@media (min-width: 840px) {
  .breadcrumb li:not(:last-child):after {
    line-height: 1em;
  }
}
@media (min-width: 840px) {
  .breadcrumb {
    line-height: initial;
  }
  .breadcrumb + .titulo {
    margin-top: 0.15em;
  }
}
.breadcrumb.mobile {
  margin-bottom: 1em;
}
.breadcrumb.mobile li {
  display: inline;
}
@media (min-width: 840px) {
  .breadcrumb.mobile li {
    display: none;
  }
}
@media (min-width: 840px) {
  hr.mobile {
    display: none;
  }
}
.filtros .name {
  color: #0183e4;
}
@media (max-width: 840px) {
  .filtros {
    display: none;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed;
    top: 50px;
    padding: 1em;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2fafa;
    z-index: 9;
    -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
  }
  .filtros.active {
    display: block;
  }
  .filtros .titulo {
    display: none;
  }
  .filtros .cerrar {
    -webkit-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    position: fixed;
    right: 0.5em;
    top: 72px;
    padding: 1em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .filtros .cerrar:after,
  .filtros .cerrar:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #3d5162;
  }
  .filtros .cerrar:before {
    top: 0;
    bottom: 0;
    width: 2px;
    left: 50%;
    margin-left: -1px;
  }
  .filtros .cerrar:after {
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
  }
  .filtros .titulo-grupo {
    font-weight: 700;
    color: #3d5162;
    padding: 0;
  }
  .filtros .grupo {
    padding: 0.25em 1em 1em;
  }
  .filtros .subgrupo {
    padding: 0.25em 1em 2em;
  }
  .filtros .filtro {
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 0.3em 0;
    padding: 0.3em 0.5em 0.3em 0.5em;
    background-color: #fff;
    border: 1px solid gray;
  }
  .filtros .filtro .results {
    font-size: 0.8em;
    margin-top: 0.15em;
    font-style: italic;
    color: gray;
  }
  .filtros .filtro:hover a {
    text-decoration: none;
  }
  .filtros .filtro.active {
    background-color: #c7e6c7;
    border-color: #449d44;
    color: #449d44;
  }
  .filtros .filtro.active a {
    color: #449d44;
  }
  .filtros .filtro.active:before {
    content: "\2714\FE0E";
  }
}
@media (min-width: 840px) {
  .filtros {
    padding: 0 0 0 1em;
  }
  .filtros .filtro,
  .filtros .titulo-grupo {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .filtros .titulo {
    margin-left: 0;
    margin-top: 0;
  }
  .filtros .titulo-grupo {
    font-weight: 700;
    color: #3d5162;
    padding: 0 0 0 1.1em;
    position: relative;
  }
  .filtros .titulo-grupo:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00b1ba;
    border-top: 6px solid transparent;
    top: 0.1em;
    left: 0;
    -webkit-transform-origin: center 10px;
    -ms-transform-origin: center 10px;
    -moz-transform-origin: center 10px;
    -o-transform-origin: center 10px;
    transform-origin: center 10px;
  }
  .filtros .titulo-grupo.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .filtros .grupo {
    display: none;
    padding: 0 1em 1em;
  }
  .filtros .grupo.active {
    display: block;
  }
  .filtros .grupo .filtro {
    position: relative;
    display: block;
    line-height: 1.2;
    margin: 0;
    padding: 0.3em 1.8em 0.3em 0.5em;
  }
  .filtros .grupo .filtro:before {
    content: "";
    display: inline-block;
    border: 1px solid #00b1ba;
    width: 12px;
    height: 12px;
    margin: 0 0.5em 0 0;
    background-color: #f2fafa;
    color: #3d5162;
    border-radius: 2px;
    line-height: 0.8;
  }
  .filtros .grupo .filtro:hover {
    background-color: #0183e4;
  }
  .filtros .grupo .filtro:hover a,
  .filtros .grupo .filtro:hover span {
    text-decoration: none;
    color: #fff;
  }
  .filtros .grupo .filtro.active {
    background-color: #5cb85c;
  }
  .filtros .grupo .filtro.active a,
  .filtros .grupo .filtro.active span {
    color: #fff;
  }
  .filtros .grupo .filtro.active:before {
    content: "\2714\FE0E";
  }
  .filtros .grupo .filtro.active:hover {
    background-color: #d9534f;
  }
  .filtros .grupo .filtro.active:hover:before {
    content: "";
  }
  .filtros .grupo .filtro .results {
    position: absolute;
    right: 0.5em;
    top: 0.35em;
    font-size: 0.8em;
    margin-top: 0.15em;
    font-style: italic;
  }
}
@media (min-width: 840px) {
  .filtrar-resultados {
    display: none;
  }
}
.subgrupo-nivel-1 {
  padding: 0 1em 1em 2em !important;
}
.subgrupo-nivel-2 {
  padding: 0 1em 1em 3em !important;
}
.subgrupo-nivel-3 {
  padding: 0 1em 1em 4em !important;
}
.categorias-home {
  padding: 0 0 30px 16px;
}
.categorias-home .categoria {
  text-align: left;
  display: inline-block;
  width: 94%;
  width: calc(100% - 1em);
  max-width: 300px;
  vertical-align: top;
  line-height: 1.2;
  border: 1px solid gray;
  border-radius: 2px;
  margin: 0 1em 25px 0;
  padding: 0.75em 1em;
}
@media (min-width: 480px) {
  .categorias-home .categoria {
    width: 46.55%;
    width: calc(50% - 1em);
  }
}
@media (min-width: 840px) {
  .categorias-home .categoria {
    width: 31.2%;
    width: calc(33.33% - 1em);
  }
}
@media (min-width: 1025px) {
  .categorias-home .categoria {
    width: 18.5%;
    width: calc(20% - 1em);
  }
}
.categorias-home .categoria .sub-categorias a {
  font-size: 0.8em;
  line-height: 1.2;
  display: inline-block;
  margin: 0 0 0.25em 0.75em;
  text-align: left;
  color: gray;
}
.categorias-home .categoria .hubicon {
  display: block;
  margin: -30px 0 5px 0;
  background-color: #fff;
}
.categorias-home .categoria .titulo {
  font-size: 1.1em;
  font-weight: 700;
  color: #595959;
  margin-bottom: 0.05em;
  text-align: left;
  display: inline-block;
}
.categorias-home .categoria a.titulo:hover {
  text-decoration: underline !important;
}
.ficha-item .gallery {
  float: left;
}
.ficha-item .gallery .elastislide-horizontal {
  padding: 0;
}
.ficha-item .gallery .elastislide-horizontal nav span.elastislide-next {
  right: -7px;
}
.ficha-item .gallery .elastislide-horizontal nav span.elastislide-prev {
  left: -7px;
}
.ficha-item .gallery .image-preview {
  position: relative;
}
.ficha-item .gallery .image-preview .total-images {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
}
.ficha-item .gallery .image-preview img {
  margin: 0;
}
.ficha-item label {
  font-weight: 600;
  color: #333;
  margin-top: 3px;
}
.ficha-item .ficha-content {
  padding-bottom: 10px;
}
.ficha-item .ficha-content .location span {
  background-image: url("../images/location.png");
  background-position: 10% 40%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding: 0 0 0 18px;
}
.ficha-item .ficha-content .phone span {
  background-image: url("../images/phone.png");
  background-position: 10% 40%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding: 0 0 0 21px;
}
.ficha-item .ficha-content .whatsapp span {
  background-image: url("../images/social.svg");
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-left: 5px;
  filter: brightness(0.4) sepia(1) hue-rotate(40deg) saturate(5);
  background-position: center -173.75px;
}
.ficha-item .ficha-content .whatsapp span a {
  cursor: pointer;
}
.ficha-item .ficha-content .faux_p,
.ficha-item .ficha-content p {
  font-size: 1em;
  padding: 0 1em 0.3em 1.2em;
  color: #7e7e7e;
}
.ficha-item .ficha-content .share a {
  cursor: pointer;
  display: inline-block;
}
.ficha-item .ficha-content .share label {
  float: left;
}
.ficha-item .ficha-content .share [class*="social-icon"]:before {
  content: "";
  display: block;
  background-image: url("../images/social-black.png");
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.ficha-item .ficha-content .share [class*="twitter"]:before {
  background-position: center -24px;
}
.ficha-item .ficha-content .share [class*="instagram"]:before {
  background-position: center -73.75px;
}
.ficha-item .ficha-content .share [class*="youtube"]:before {
  background-position: center -50px;
}
.ficha-item .ficha-content .share [class*="tiktok"]:before {
  background-position: center -100px;
}
.business-data {
  height: 65px;
  padding: 0;
  text-align: center;
  margin: 0 1em 2em;
}
.business-data .business-container {
  height: 100%;
  border: 1px solid #d7d7d7;
  margin: 0 auto;
}
.business-data .business-container li {
  height: 100%;
  display: inline-block;
  border-right: 1px solid #d7d7d7;
  margin: 0 0 0 -2.8px !important;
  width: 25%;
}
.business-data .business-container li:last-child {
  border-right: none !important;
}
.business-data .business-container li a {
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  color: #666;
  display: block;
  font-size: 13px;
  height: 100%;
  padding-top: 40px;
  width: 100%;
}
.business-data .business-container li a.map {
  background-image: url("../images/location.png");
}
.business-data .business-container li a.phone {
  background-image: url("../images/phone.png");
  float: none;
  min-width: 100%;
}
.business-data .business-container li a.mail {
  background-image: url("../images/mail.png");
}
.business-location {
  display: table;
  padding: 1em 1.5em;
  width: 100%;
}
.business-location .faux_p,
.business-location p {
  font-size: 1em;
  line-height: 24px;
  padding: 0 0 0.3em;
  color: #7e7e7e;
}
.business-location label {
  color: #333;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.business-location .map-link {
  background-image: url("../images/map.jpg");
  background-repeat: no-repeat;
  background-position: center 37%;
  height: 120px;
  padding: 2%;
  transition: all 0.5s ease;
}
@media (min-width: 480px) {
  .business-location .map-link {
    background-position: center top;
    height: 250px;
  }
}
.business-location .map-link a.map-container {
  position: relative;
  border: 3px solid #fff;
  height: 100%;
  display: flex;
  justify-content: center;
}
.business-location .map-link h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background-image: url("../images/map-location-white.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 32px 31px;
  align-self: center;
  text-align: center;
  padding-top: 38px;
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.5em 0 0.25em;
}
@media (min-width: 600px) {
  .business-location .map-link h2 {
    font-size: 24px;
  }
}
.business-location .map-link a.map-container:hover {
  text-decoration: none;
}
.business-location .map-link:hover {
  padding: 5%;
}

@media (max-width: 600px) {
  .ficha-item {
    display: block;
  }
  .ficha-item .ficha-content {
    float: none;
    padding-left: 0;
    margin-top: 16px;
    display: inline-block;
    padding-top: 10px;
  }
  .ficha-item .ficha-content.place {
    margin-top: 0;
  }
}


@media (min-width: 840px) {
  [data-js-selector="videoplayer"] {
    bottom: -150px;
  }
}
[type="checkbox"] + label img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  top: 3px;
}
.subir-foto {
  position: relative;
}
.subir-foto .icono-camara {
  cursor: pointer;
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  border: 3.2px solid #d0d0d0;
  background-color: #b3b3b3;
  width: 40px;
  height: 32px;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
  left: 4em;
}
.subir-foto .icono-camara:before {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  content: "";
  position: absolute;
  bottom: 100%;
  width: 20px;
  height: 4px;
  border: 3.2px solid #d0d0d0;
  background-color: #b3b3b3;
  border-radius: 2.4px 2.4px 0 0;
  left: 50%;
  margin-left: -13.2px;
}
.subir-foto .icono-camara:after {
  -webkit-box-sizing: initial;
  -ms-box-sizing: initial;
  -moz-box-sizing: initial;
  -o-box-sizing: initial;
  box-sizing: initial;
  content: "";
  width: 16px;
  height: 16px;
  border: 3.2px solid #d0d0d0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -11.2px;
  left: 50%;
  margin-left: -11.2px;
}
.subir-foto .tooltip {
  position: absolute;
  right: 100%;
  right: calc(100% + 1.5em);
  top: 50%;
  margin-top: -11px;
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 0.3em 0.5em;
  white-space: nowrap;
}
.marco-sugerir-foto {
  margin: 1em auto 1em auto;
  padding: 1em;
  max-width: 600px;
  background-color: #f2fafa;
}
.carrusel-search {
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: scroll;
  max-width: 100%;
  white-space: nowrap;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .carrusel-search {
    overflow-x: hidden;
  }
}
.carrusel-search .item {
  width: 75px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  white-space: normal;
}
.carrusel-search .item img {
  width: 75px;
  height: 75px;
}
.carrusel-search .item:hover img {
  opacity: 0.7;
}
.carrusel-search .item:hover .titulo {
  color: #00b1ba;
}
@media (min-width: 840px) {
  .carrusel-search .item {
    width: 100px;
  }
  .carrusel-search .item img {
    width: 100px;
    height: 100px;
  }
}
.carrusel-search .anterior,
.carrusel-search .siguiente {
  display: none;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .carrusel-search .anterior.active,
  .carrusel-search .siguiente.active {
    display: block;
  }
}
.carrusel-search .anterior .table,
.carrusel-search .siguiente .table {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.carrusel-search .anterior .table .cell,
.carrusel-search .siguiente .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.carrusel-search .icono {
  background-image: url("../images/galeria.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: relative;
}
.carrusel-search .anterior {
  left: 0;
}
.carrusel-search .anterior .icono {
  background-position: center -50px;
}
.carrusel-search .siguiente {
  right: 0;
}
.carrusel-search .siguiente .icono {
  background-position: center 0;
}
article {
  padding: 0;
  font-weight: 300;
}
article ol,
article ul:not(.schedule-list) {
  font-size: 1.1em;
  line-height: 1.4;
  color: #333;
  padding: 0 1em 1em;
}
@media screen and (min-width: 480px) {
  article ol,
  article ul:not(.schedule-list) {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 840px) {
  article ol,
  article ul:not(.schedule-list) {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  article ol,
  article ul:not(.schedule-list) {
    font-size: 1.2em;
  }
}
article ol ol,
article ul ul {
  font-size: 1em;
  padding-left: 1em;
}
article ul li {
  padding-left: 0.45em;
  margin: 0.25em 0 0 0.35em;
  line-height: 1.2;
}
article ul li:before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  display: inline-block;
  background-color: #333;
  margin: 0 0.5em 0 0;
}
article ul li.ingrediente.titulo {
  margin-left: -0.5em;
  font-weight: 600;
  font-style: italic;
}
article ul li.ingrediente.titulo:before {
  display: none;
}
article ul.business-container,
article ul.elastislide-list,
article ul.schedule-list {
  padding: 0;
  margin: 0;
}
article ul.business-container li,
article ul.elastislide-list li,
article ul.schedule-list li {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
article ul.business-container li:before,
article ul.elastislide-list li:before,
article ul.schedule-list li:before {
  content: none;
}
article .imagen.lupa img {
  cursor: zoom-in;
}
article .imagen.lupa:after {
  content: "";
  background-image: url("../images/galeria.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5em;
  right: 0.8em;
  background-position: 0 -90px;
  cursor: pointer;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
@media (min-width: 1025px) {
  article .imagen.lupa:after {
    opacity: 0.5;
  }
}
@media (min-width: 1025px) {
  article .imagen.lupa:hover:after {
    opacity: 1;
  }
}
article ul li span {
  font-size: 1.1em;
}
@media screen and (min-width: 480px) {
  article ul li span {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 840px) {
  article ul li span {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1025px) {
  article ul li span {
    font-size: 1.2em;
  }
}
article ol {
  counter-reset: li;
}
article ol li {
  padding-left: 0.45em;
  margin: 0.25em 0 0 0.35em;
  line-height: 1.2;
  position: relative;
}
article ol li:before {
  font-weight: 600;
  content: counter(li) ". ";
  counter-increment: li;
  display: inline-block;
  position: relative;
  margin: 0 0.5em 0 0;
}
article .multicolumna ul {
  width: 100%;
  columns: 2;
}
@media (min-width: 1025px) {
  article .multicolumna ul {
    columns: 3;
  }
}
article .multicolumna ul li {
  margin: 0 0 0 0.35em;
  padding-top: 0.25em;
}
article .video + .intro {
  margin-top: 1em;
}
article .ingrediente + .ingrediente.titulo {
  margin-top: 1em;
}
article .ingrediente a {
  display: inline-block;
}
article .ingredientes {
  padding: 0 2em;
}
article .ingredientes li {
  padding-left: 0;
}
article .ingredientes li:before {
  display: none;
}
article .ingredientes li label:before {
  line-height: 0.5;
}
article .ingredientes li [type="checkbox"]:checked + label {
  text-decoration: line-through;
}
article .ingredientes li [type="checkbox"]:checked + label a {
  text-decoration: line-through;
}
article .ingredientes-amp {
  padding: 0 2em;
}
article .ingredientes-amp li {
  padding-left: 0;
}
article .ingredientes-amp li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 2px solid #00b1ba;
  margin: 0 0.35em 0 0;
  border-radius: 2px;
  top: -2px;
  position: relative;
  color: #3d5162;
  line-height: 1.1;
  padding-left: 0.1em;
  background-color: transparent;
}
article .necesitas {
  padding: 0 2em;
}
article .necesitas li {
  padding-left: 0;
}
article img {
  display: block;
  max-width: 100%;
  margin: 1em auto 0 auto;
  height: auto;
}
article .elastislide-img,
article .img-responsive {
  margin: 0;
}
article .elastislide-img {
  max-width: inherit;
}
article .imagen_wrap {
  text-align: center;
}
article .imagen {
  display: inline-block;
  position: relative;
  margin: 0.25em auto 0.25em auto;
}
article .imagen img {
  margin: 0;
}
article .imagen .imagen_caption {
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  line-height: 1.2;
  padding: 0.3em 0.5em;
  font-size: 0.8em;
}
@media screen and (min-width: 840px) {
  article .imagen .imagen_caption {
    font-size: 0.8em;
  }
}
article .intro {
  overflow: hidden;
  width: 100%;
}
article .intro .imagen_wrap,
article .intro .video_wrap {
  display: block;
  margin: 0.25em auto;
  max-width: 100%;
}
article .intro .imagen_wrap .imagen,
article .intro .video_wrap .imagen {
  margin: 0;
}
article .intro .video_wrap {
  width: 100%;
}
article .anunciate {
  float: right;
  font-size: 14px;
}
@media (min-width: 600px) {
  article .intro .imagen_wrap,
  article .intro .video_wrap {
    margin: 0 auto 1em auto;
  }
  article .intro .imagen_wrap:not(.full-width),
  article .intro .video_wrap {
    float: left;
    margin: 0 1em 0.5em 1em;
    max-width: 300px;
  }
  article .intro .video_wrap {
    max-width: 400px;
    margin-bottom: 1.5em;
  }
  article .intro .imagen_wrap.full-width {
    max-width: 600px;
  }
}
.barra-titulo-articulo {
  display: none;
}
@media (min-width: 840px) {
  .barra-titulo-articulo {
    display: block;
    cursor: pointer;
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: top 0.3s ease-in-out, min-height 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out, min-height 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, min-height 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, min-height 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, min-height 0.3s ease-in-out;
    background-color: #00b1ba;
    color: #fff;
    font-weight: 600;
    font-size: 1.35em;
  }
}
@media screen and (min-width: 840px) and (min-width: 480px) {
  .barra-titulo-articulo {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 840px) and (min-width: 840px) {
  .barra-titulo-articulo {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 840px) and (min-width: 1025px) {
  .barra-titulo-articulo {
    font-size: 1.7em;
  }
}
@media (min-width: 840px) {
  .barra-titulo-articulo .max_width {
    overflow: hidden;
    background-image: url("../images/icono.png");
    background-repeat: no-repeat;
    background-position: 11px 40%;
    background-size: 24px;
    padding-left: 40px;
    position: relative;
  }
  .barra-titulo-articulo .max_width.recetasgratis_pt {
    background-image: url("../images/icono_1.png");
  }
  .barra-titulo-articulo .wrap_titulo-barra-articulo {
    width: 45%;
    line-height: 1.2;
    padding: 0.3em 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 480px) {
  .dos-columnas li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 0 0 0.5em;
  }
  .double-column {
    columns: 2;
    padding-left: 0;
  }
}
.up-arrow:before {
  content: "\2191";
}
.back_top {
  text-align: center;
  background: #00b1ba;
  color: #fff;
  padding: 0.5em;
  display: block;
}
.back_top .up-arrow {
  margin-left: 0.5em;
}
@media (min-width: 480px) {
  .back_top {
    display: none;
  }
}
.back_top_desktop {
  display: none;
}
@media (min-width: 480px) {
  .back_top_desktop {
    z-index: 100;
    position: fixed;
    background: #3d5162;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .back_top_desktop .up-arrow {
    color: #fff;
    position: relative;
    top: 7px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .back_top_desktop:hover {
    cursor: pointer;
    background: #293743;
  }
  .back_top_desktop:hover span {
    top: 5px;
  }
}
.printer .info_articulo .stars {
  display: none !important;
}
.printer .info_articulo .daticos {
  border-left: none;
  padding: 0 0 0.25em 0;
  margin: 0;
}
.printer .info_articulo .autor {
  padding: 0.25em 0 0 30px;
}
.printer .info_articulo .img_autor {
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  top: 0.25em;
  margin: 0 !important;
  z-index: 2;
}
.printer article {
  width: 100%;
  overflow: hidden;
}
.printer article a {
  position: relative;
  margin-bottom: 1em;
  display: inline-block;
}
.printer article a:after {
  content: " [" attr(href) "] ";
  font-size: 70%;
  font-weight: 200;
  position: absolute;
  top: 95%;
  left: 0;
  width: 100000%;
}
.printer article a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #0183e4;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.printer article .indice a:after {
  display: none;
}
.printer article .indice {
  page-break-before: always;
}
.printer article ul li:before {
  content: "\2751";
  background-color: transparent;
  font-size: 0.8em;
  margin: 0 1.1em 0 -1.6em;
}
.galeria {
  background-color: rgba(33, 33, 36, 0.98);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  overflow: scroll;
}
.galeria::-webkit-scrollbar {
  display: none;
}
.galeria .imagen_usuario {
  text-align: left;
  padding: 0 1em;
}
.galeria .ad {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin: 0 auto 2em auto;
}
.galeria .icono {
  background-image: url("../images/galeria.png");
  background-size: 50px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  position: relative;
}
.galeria .cerrar,
.galeria .contador {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2em;
  z-index: 20;
}
.galeria .titulo-galeria {
  position: absolute;
  font-weight: 600;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5em 1em;
  z-index: 20;
  line-height: 1.2;
  text-align: center;
  font-size: 1.1em;
  text-align: center;
  background-color: rgba(82, 82, 89, 0.5);
}
@media (max-width: 840px) {
  .galeria .titulo-galeria {
    display: none;
  }
}
@media screen and (min-width: 840px) {
  .galeria .titulo-galeria {
    font-size: 1.2em;
  }
}
.galeria .contador {
  top: 1.5em;
  left: 0;
  text-align: center;
}
.galeria .contador .wrap_contador {
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border-radius: 2px;
}
.galeria .cerrar {
  cursor: pointer;
}
.galeria .anterior,
.galeria .siguiente {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1em;
  z-index: 1;
}
.galeria .anterior .icono,
.galeria .siguiente .icono {
  position: absolute;
  top: 50%;
}
.galeria .anterior {
  left: 0;
  width: 15%;
}
.galeria .anterior .icono {
  background-position: center -50px;
  left: 1em;
}
.galeria .siguiente {
  right: 0;
  width: 85%;
}
.galeria .siguiente .icono {
  background-position: center 0;
  right: 1em;
}
.galeria.galeria--video .anterior,
.galeria.galeria--video .siguiente {
  top: 45%;
  bottom: initial;
  width: 50px;
  height: 50px;
}
.galeria.galeria--video .anterior .icono,
.galeria.galeria--video .siguiente .icono {
  top: 0;
}
.galeria.galeria--video .anterior .icono {
  left: 0;
}
.galeria.galeria--video .siguiente .icono {
  right: 0;
}
.galeria .publi {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.galeria .publi .anuncio-falso {
  background-color: red;
  width: 600px;
  height: 70px;
  margin: 0 auto;
}
.galeria .max-width-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  height: 80vh;
}
.galeria .table {
  display: table;
  height: 100%;
  width: 100%;
}
.galeria .cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.galeria .cell--img {
  max-width: 780px;
  height: 100%;
  position: relative;
}
.galeria .cell--img img {
  max-width: 100%;
}
.galeria .cell--img .imagen {
  display: none;
}
.galeria .cell--img .imagen.active {
  display: block;
}
.galeria .cell--publi {
  width: 160px;
}
.galeria .cell--publi.breakpoint_1 {
  display: none;
}
.galeria .cell--publi.breakpoint_1-5 {
  display: none;
}
.galeria .cell--publi.breakpoint_2 {
  display: none;
}
.galeria .cell--publi.breakpoint_2-5 {
  display: none;
}
.galeria .cell--publi.breakpoint_3 {
  display: none;
}
.galeria .cell--publi.breakpoint_4 {
  display: none;
}
.galeria .cell--publi.mobile {
  display: table-cell;
}
@media (min-width: 480px) {
  .galeria .cell--publi.mobile {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_3 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_4 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1 {
    display: table-cell;
  }
}
@media (min-width: 600px) {
  .galeria .cell--publi.mobile {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_3 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_4 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1-5 {
    display: table-cell;
  }
}
@media (min-width: 840px) {
  .galeria .cell--publi.mobile {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_3 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_4 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2 {
    display: table-cell;
  }
}
@media (min-width: 950px) {
  .galeria .cell--publi.mobile {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_3 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_4 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2-5 {
    display: table-cell;
  }
}
@media (min-width: 1025px) {
  .galeria .cell--publi.mobile {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_4 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_3 {
    display: table-cell;
  }
}
@media (min-width: 1100px) {
  .galeria .cell--publi.mobile {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_1-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_2-5 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_3 {
    display: none;
  }
  .galeria .cell--publi.breakpoint_4 {
    display: table-cell;
  }
}
@media (max-width: 840px) {
  .galeria .cerrar,
  .galeria .contador {
    top: 70px;
  }
}
.galeria .cerrar .icono {
  background-size: 23px;
  width: 23px;
  height: 23px;
  background-position: center -46px;
}
.galeria .cerrar .icono:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  box-shadow: 0 0 35px 30px rgba(33, 33, 36, 0.17);
  z-index: -1;
  left: 50%;
  top: 50%;
}
.bg-galeria {
  display: none;
}
.bg-galeria.active {
  display: table;
}
.bg-galeria.active .galeria {
  opacity: 1;
}
.bg-galeria ::selection {
  background-color: transparent;
}
.bg-galeria ::-moz-selection {
  background-color: transparent;
}
.bg-galeria * {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.galeria .cell--img img {
  max-height: 100vh;
}
@media (min-width: 840px) {
  .galeria .cell--img img {
    max-height: 80vh;
  }
  .bg-galeria {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .galeria-table {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    position: relative;
  }
  .galeria {
    position: relative;
    opacity: 0;
    display: table;
    margin: 0 auto 0 auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    width: 100%;
    max-width: 1000px;
    min-width: 780px;
    min-height: 600px;
    padding: 50px 0.75em 0.75em 0.75em;
  }
  .galeria .cerrar {
    padding: 0.55em;
  }
  .galeria .cerrar .icono:before {
    display: none;
  }
  .galeria .titulo-galeria {
    background-color: #00b1ba;
  }
  .galeria .contador .wrap_contador {
    background-color: #00b1ba;
    color: #fff;
  }
  .galeria .imagen_caption {
    color: #333;
  }
  .galeria .imagen_usuario {
    color: #333;
  }
}
.resultados {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 480px) {
  .resultados:not(.snippet) {
    text-align: center;
  }
}
.resultados .multicolumna {
  columns: 2;
  margin-left: 1em;
}
@media (min-width: 600px) {
  .resultados .multicolumna {
    columns: 3;
  }
}
.resultados .multicolumna .resultado {
  margin: 0 16px 1em 0;
}
.descripcion_categoria {
  font-size: 0.9em;
  padding: 0 1em 1.5em;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 840px) {
  .descripcion_categoria {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .descripcion_categoria:not(.expand) {
    overflow: hidden;
    max-height: 88px;
    position: relative;
  }
  .descripcion_categoria:not(.expand).imagen {
    max-height: 190px;
  }
  .descripcion_categoria:not(.expand):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 15px;
    box-shadow: 0 0 35px 25px #fff;
  }
  .descripcion_categoria:not(.expand):after {
    content: attr(data-etiqueta);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #0183e4;
  }
}
.descripcion_categoria .imagen_categoria {
  float: right;
  width: 150px;
  margin: 0 0 1em 1em;
}
@media (min-width: 480px) {
  .descripcion_categoria .imagen_categoria {
    float: left;
    margin: 0 1em 1em 0;
  }
}
.paginator_wrap {
  text-align: center;
  margin-bottom: 3em;
}
.paginator_wrap .paginator {
  display: inline-block;
}
.paginator_wrap .paginator .current,
.paginator_wrap .paginator a {
  color: #fff;
  background-color: #00b1ba;
  float: left;
  padding: 0.3em 0.8em;
  margin: 0 0.2em;
  text-decoration: none;
}
.paginator_wrap .paginator a:hover {
  background-color: #3d5162;
}
.paginator_wrap .paginator .current {
  background-color: #3d5162;
}
@media (min-width: 840px) {
  aside + .resultados {
    width: calc(100% - 316px - 1em);
  }
}
.perfil-autor {
  display: table;
  width: 100%;
  padding: 2em 1em 0 1em;
}
.perfil-autor.about {
  padding: 1em;
  margin: 0 0 1em 1em;
  background-color: #f2fafa;
}
.perfil-autor.about .bio {
  margin: 0;
}
.perfil-autor.about:hover .img_name {
  color: #00b1ba;
  text-decoration: none;
}
.perfil-autor .occupation {
  font-weight: 700;
}
.perfil-autor .img_autor {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin: 0 1em 0.25em 0;
}
.perfil-autor .img_name,
.perfil-autor h1 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 480px) {
  .perfil-autor .img_name,
  .perfil-autor h1 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 840px) {
  .perfil-autor .img_name,
  .perfil-autor h1 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1025px) {
  .perfil-autor .img_name,
  .perfil-autor h1 {
    font-size: 2.2em;
  }
}
.perfil-autor .img_name {
  display: block;
  color: #333;
}
.perfil-autor .bio {
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 840px) {
  .perfil-autor .bio {
    font-size: 1.1em;
  }
}
.perfil-autor .bio a {
  display: block;
}
.perfil-autor .social {
  margin-bottom: 1em;
}
.perfil-autor .social .boton {
  display: inline-block;
  margin: 0 0.75em 0 0;
  font-weight: 700;
}
.perfil-autor .posts {
  display: none;
}
.perfil-autor .posts.active {
  display: block !important;
}
.contador-perfil-autor {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.2;
  margin: 0.75em 0 0 0.75em;
  cursor: pointer;
}
@media screen and (min-width: 840px) {
  .contador-perfil-autor {
    font-size: 1.3em;
  }
}
.contador-perfil-autor.active {
  border-bottom: 1px solid;
  font-weight: 600;
}
@media (max-width: 480px) {
  .perfil-autor {
    padding: 0 !important;
  }
  .perfil-autor.about {
    margin: 0 0 1em;
  }
  .perfil-autor.about .bio {
    display: none;
    margin: 0 0 2em;
  }
  .perfil-autor.about .bio.active {
    display: inline-block !important;
  }
  .perfil-autor .grupo_autor {
    background-color: #f2fafa;
    text-align: center;
    padding: 2em 1em 1em 1em;
  }
  .perfil-autor .grupo_autor .img_autor {
    float: none;
    display: inline-block;
    margin: 0;
  }
  .perfil-autor .bio {
    margin-top: 1em;
  }
  .perfil-autor .bio,
  .perfil-autor .social {
    padding: 0 1em;
  }
}
.elastislide-list {
  list-style-type: none;
  display: none;
}
.no-js .elastislide-list {
  display: block;
}
.elastislide-carousel ul li {
  min-width: 20px;
}
.elastislide-wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 60px;
  text-align: left;
}
.elastislide-wrapper.elastislide-loading {
  background-repeat: no-repeat;
  background-position: center center;
}
.elastislide-horizontal {
  padding: 0 1em 1em;
}
.elastislide-vertical {
  padding: 40px 10px;
}
.elastislide-carousel {
  overflow: hidden;
  position: relative;
}
.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.elastislide-horizontal ul {
  white-space: nowrap;
}
.elastislide-carousel ul li {
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block;
}
.elastislide-vertical ul li {
  display: block;
}
.elastislide-carousel ul li a {
  display: inline-block;
  width: 100%;
}
.elastislide-carousel ul li a img {
  display: block;
  border: 2px solid #fff;
}
.elastislide-list:not(.full-width) li a img {
  max-width: 100%;
}
.elastislide-wrapper nav span {
  position: absolute;
  background: #ddd url("../images/nav_thumbs.png") no-repeat 4px 3px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.elastislide-wrapper nav span:hover {
  opacity: 1;
}
.elastislide-horizontal nav span {
  top: 50%;
  left: -6px;
  margin-top: -11px;
}
.elastislide-vertical nav span {
  top: 10px;
  left: 50%;
  margin-left: -11px;
  background-position: -17px 5px;
}
.elastislide-horizontal nav span.elastislide-next {
  right: 10px;
  left: auto;
  background-position: -9px -1px;
}
.elastislide-horizontal nav span.elastislide-prev {
  right: auto;
  left: 10px;
  background-position: 4px -1px;
}
.elastislide-vertical nav span.elastislide-next {
  bottom: 10px;
  top: auto;
  background-position: -17px -18px;
}
footer .columna:last-child {
  text-align: right;
  margin-right: 0;
  padding-top: 14px;
}
.scroll,
.hl-accent {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
 .open-compartir {
  margin-right: 0;
 }
 .logo {
  left: 46px;
 }
 .header-gap {
  padding-top: 24px;
 }
}
@media screen and (max-width: 768px) {
  aside {
    display: none;
  }
  #order-form,
  .figure-reset,
  .imagen {
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
}
@media screen and (max-width: 480px) {
  footer .columnas--2,
  .back_top,
  .breadcrumb.mobile {
    display: none;
  }
}
#polit .padding p {
  padding: 0 0 10px 0 !important;
}
#polit .padding *,
#agreement  .padding * {
  font-size: 12px;
  line-height: 1.2;
}
#polit ul,
#polit ol,
#agreement ul,
#agreement ol {
  list-style-type: initial;
}