body {
  padding: 0;
  margin: 0;
  background: #f9f9fa;
  font-family: "Montserrat", sans-serif;
  color: #4F4F4F; }

p {
  font-size: 14px;
  line-height: 26px; }

.text-link-green {
  color: #202B4F;
  text-decoration: underline; }
  .text-link-green:hover {
    text-decoration: none; }

.top {
  width: 100%;
  padding: 25px 0;
  position: absolute;
  display: flex;
  justify-content: center; }
  .top .top-wrapper {
    max-width: 1120px;
    width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute; }
  .top .claim-top {
    font-size: 14px;
    line-height: 22px;
    color: white; }

.hero {
  height: 200px;
  background-color: black;
  background-image: url("../img/hero-guiaseae.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero .top {
    top: 0; }
    .hero .top .top-wrapper .claim-top {
      color: white; }
  .hero .bottom {
    max-width: 1120px;
    width: 96%;
    margin: 0 auto;
    color: white;
    position: relative;
    top: 40px; }
    .hero .bottom h1 {
      margin-bottom: 0;
      font-size: 42px;
      line-height: 42px;
      font-weight: 500; }
    .hero .bottom h3 {
      margin-top: 0;
      font-size: 42px;
      font-weight: 500; }
  .hero .hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1055px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    color: white; }
    .hero .hero-content .hero-img {
      top: 120px;
      position: relative; }
    .hero .hero-content .hero-text {
      top: 60px;
      position: relative;
      padding-left: 40px; }

.hero-btn {
  background: #e32e35;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 31px;
  color: black;
  font-weight: 600;
  padding: 15px 0;
  margin-top: 20px;
  height: auto;
  text-decoration: none;
  display: block;
  max-width: 180px;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease; }
  .hero-btn:hover {
    opacity: 0.5; }

.wrapper-home {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto; }

.wrapper-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 150px; }
  .wrapper-grid .item-grid {
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(48% - 40px);
    background: white;
    padding: 10px 20px 20px 20px;
    text-decoration: none;
    color: #4F4F4F;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0; }
    .wrapper-grid .item-grid .item-grid-img {
      width: 155px;
      padding-top: 15px; }
      .wrapper-grid .item-grid .item-grid-img img {
        width: 100%;
        height: auto; }
    .wrapper-grid .item-grid .item-grid-text {
      padding: 15px 0 0 15px;
      width: calc(100% - 155px); }
      .wrapper-grid .item-grid .item-grid-text .item-grid-label {
        font-size: 11px;
        color: #4F4F4F; }
      .wrapper-grid .item-grid .item-grid-text .item-grid-title {
        margin: 10px 0;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        color: black; }
      .wrapper-grid .item-grid .item-grid-text p {
        margin: 0; }
      .wrapper-grid .item-grid .item-grid-text .icon-arrow {
        position: absolute;
        bottom: 20px;
        right: 20px; }
    .wrapper-grid .item-grid:hover {
      box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2); }

.item-grid--btn {
  background-color: #202B4F;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  float: right;
  margin-top: 20px; }

.home-title {
  margin-top: 50px; }
  .home-title h3 {
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    opacity: 0.7; }

.thumb-guias {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 230px; }

.wrapper-ficha--hero {
  width: calc(100% - 40px);
  height: 330px;
  background-color: black;
  background-image: url("../img/bg-hero-ficha.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  padding: 20px; }
  .wrapper-ficha--hero .wrapper-hero {
    max-width: 1120px;
    width: 96%;
    height: inherit;
    margin: 0 auto;
    position: relative; }
  .wrapper-ficha--hero .wrapper-ficha-hero--top {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .wrapper-ficha--hero .wrapper-ficha-hero--title {
    width: calc(100% - 580px);
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    padding: 35px 170px 35px 30px; }
    .wrapper-ficha--hero .wrapper-ficha-hero--title h2 {
      opacity: 0.7;
      margin: 0;
      padding: 0;
      font-weight: 100;
      font-size: 20px;
      margin-bottom: 10px; }
    .wrapper-ficha--hero .wrapper-ficha-hero--title h1 {
      color: #202B4F;
      margin: 0;
      padding: 0;
      font-family: "EB Garamond", serif;
      font-weight: 500;
      font-size: 46px;
      line-height: 40px; }

.wrapper-ficha {
  max-width: 1120px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 100px; }
  .wrapper-ficha .wrapper-ficha--content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #f0f0f1;
    padding-bottom: 40px; }
    .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--left {
      width: calc(100% - 400px);
      padding: 20px 0 20px 0; }
    .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--form {
      width: 360px;
      background-color: #b2b2b2;
      position: sticky;
      top: 0;
      margin-top: -118px; }
      .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--form .form-hero {
        background-color: #4a4a4a;
        color: white;
        text-align: center;
        padding: 21px 15px;
        position: relative; }
        .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--form .form-hero h4 {
          margin: 0;
          padding: 0;
          font-size: 20px; }
        .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--form .form-hero p {
          margin: 0;
          padding: 0; }
        .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--form .form-hero .icon-arrow-form {
          position: absolute;
          bottom: -12px;
          right: 20px; }
      .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--form #landingForm {
        padding: 20px 25px; }

.ficha {
  background-color: #f0f0f1 !important; }

.ficha-block-text {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  background: #f0f0f1; }
  .ficha-block-text h3 {
    width: 100%;
    display: block;
    font-size: 26px;
    position: relative;
    color: black;
    margin-bottom: 30px; }
    .ficha-block-text h3::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: black;
      bottom: -10px;
      left: 0; }
  .ficha-block-text ul {
    padding: 0 0 0 23px; }
    .ficha-block-text ul li {
      margin-bottom: 3px;
      font-size: 14px;
      line-height: 26px; }
  .ficha-block-text.half {
    width: 48%; }

.ficha-block-text--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.ficha-block-banner {
  background-color: #202B4F;
  padding: 30px 20px;
  text-align: center;
  color: white;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
  width: calc(100% - 40px);
  float: left; }

.ficha-bio {
  border-top: 3px solid #202B4F;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px; }
  .ficha-bio .ficha-bio--avatar {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .ficha-bio .ficha-bio--avatar img {
      border-radius: 100%;
      display: block;
      overflow: hidden;
      object-fit: cover;
      width: 140px;
      height: 140px;
      margin-bottom: 20px; }
  .ficha-bio .ficha-bio--text {
    padding-left: 30px; }
    .ficha-bio .ficha-bio--text h4 {
      padding: 0;
      margin: 0;
      color: #202B4F;
      font-size: 24px;
      line-height: 28px; }
  .ficha-bio .ficha-bio--linkedin path {
    fill: #3b66be; }

.title {
  font-size: 52px;
  line-height: 52px;
  font-weight: 600; }
  .title.ficha {
    color: #202B4F;
    background-color: transparent !important; }
  .title.home {
    color: white;
    font-size: 41px;
    line-height: 48px; }
  .title.grid {
    color: #4F4F4F;
    font-size: 26px;
    line-height: 28px; }

.subtitle {
  font-weight: 400; }
  .subtitle.ficha {
    font-size: 14px;
    line-height: 26px;
    background-color: transparent !important; }
  .subtitle.home {
    font-size: 14px;
    line-height: 22px; }

.label {
  font-size: 11px;
  line-height: 16px;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  margin: 20px 0; }
  .label.ficha {
    border: 1px solid #4F4F4F; }
  .label.home {
    border: 1px solid white; }

.fv-plugins-bootstrap .fv-help-block {
  font-size: 11px !important;
  background: #dc3545;
  color: white !important;
  margin: 0;
  position: relative;
  top: -16px;
  padding: 2px; }

footer {
  width: calc(100% - 40px);
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #4F4F4F;
  border-top: 1px solid rgba(118, 118, 118, 0.15); }
  footer a {
    color: #4F4F4F; }
  footer .footer-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; }
    footer .footer-legal span {
      margin: 0 10px; }

.home footer {
  background: #f0f0f1;
  position: fixed;
  bottom: 0;
  left: 0; }

.form .form-header {
  color: white; }
  .form .form-header .title-form {
    font-weight: 500;
    margin: 0; }
  .form .form-header .subtitle-form {
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    margin: 10px 0 20px 0; }

.ffl-wrapper {
  position: relative;
  display: block;
  padding-top: 1rem; }

.ffl-label {
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  position: absolute;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  top: 2rem;
  left: 10px; }
  .ffl-label.ffl-floated .ffl-label {
    top: 0; }

.ffl-label {
  color: #909090;
  line-height: 1.2; }

.ffl-floated .ffl-label {
  color: white;
  font-size: 13px;
  top: -5px;
  left: 0; }

form:after {
  content: "";
  display: block;
  clear: both; }

input, textarea, select {
  transition: border-bottom 100ms ease;
  display: block;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin-bottom: 1rem;
  box-shadow: none;
  appearance: none;
  outline: none;
  background-color: white;
  border-style: none;
  height: 50px;
  font-size: 16px;
  color: #888;
  border-radius: 3px; }

select {
  width: 100%;
  margin-top: 15px;
  background: url(../img/arrow-select.svg) no-repeat center right 10px;
  background-color: white;
  background-size: 15px;
  -webkit-appearance: none; }

input:hover, textarea:hover, select:hover {
  border-bottom-width: 1px;
  border-bottom-color: #909090; }

input:focus, textarea:focus, select:focus {
  border-bottom-width: 1px;
  border-bottom-color: #0289f3; }

textarea {
  resize: none;
  min-height: 1.875rem; }

label > span {
  color: #cccccc; }

[type="submit"] {
  transition: background-color 0.3s ease;
  border: none;
  background-color: #0289f3;
  color: #ffffff;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 1rem;
  float: right; }
  [type="submit"]:hover, [type="submit"]:focus {
    background-color: #027bda; }

.form-item-combo {
  padding-top: 1rem; }

.form-item i {
  display: none; }

.wrapper-input {
  display: flex;
  justify-content: space-between; }

.wrapper-mobile {
  width: 60%; }

.wrapper-cp {
  width: 30%; }

.layer-lopd {
  height: 38px;
  overflow-y: scroll;
  border: none;
  padding: 0;
  margin-top: 20px;
  font-size: 11px;
  line-height: 13px;
  color: white; }
  .layer-lopd p {
    font-size: 11px;
    line-height: 13px; }
  .layer-lopd a {
    color: white;
    text-decoration: underline; }

.check {
  display: flex;
  color: white;
  font-size: 12px;
  margin-top: 20px; }
  .check input {
    width: auto;
    height: auto;
    -webkit-appearance: checkbox;
    margin: 0 5px 0 0; }

.form-small {
  color: white;
  font-style: italic;
  font-size: 13px; }

.action {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-top: 10px; }
  .action .form-btn {
    width: 100%;
    background: #FDCB60;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 31px;
    color: black;
    font-weight: 600;
    padding: 20px 0;
    height: auto;
    transition: all 0.5s ease; }
    .action .form-btn:hover {
      opacity: 0.5; }

.sms-layer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0;
  padding-bottom: 20px;
  display: none; }
  .sms-layer .sms-module-title {
    margin: 5px 0 10px 0;
    color: white;
    text-align: center; }
  .sms-layer .sms-module-action {
    display: flex; }
    .sms-layer .sms-module-action #smsCode {
      width: 130px;
      margin-right: 10px; }
    .sms-layer .sms-module-action .form-btn {
      background: #FDCB60;
      box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 31px;
      color: black;
      font-weight: 600;
      padding: 0;
      height: auto;
      transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14px; }
      .sms-layer .sms-module-action .form-btn:hover {
        opacity: 0.5; }

.sms-module.active {
  display: block; }
  .sms-module.active .hidden {
    display: none; }

.gracias .hero {
  height: 100px; }
.gracias .form-tarjeton {
  padding: 30px;
  border: 3px solid #202B4F;
  border-radius: 20px;
  margin-top: 60px; }
.gracias .form-gracias {
  margin-bottom: 150px; }
  .gracias .form-gracias h3 {
    text-align: center;
    color: #202B4F;
    font-size: 32px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 200;
    border-bottom: 1px solid #202B4F;
    padding-bottom: 30px;
    margin-bottom: 20px; }
  .gracias .form-gracias form.form-tarjeton-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .gracias .form-gracias form.form-tarjeton-content .form-item {
      width: 48%; }
      .gracias .form-gracias form.form-tarjeton-content .form-item label {
        color: black; }
    .gracias .form-gracias form.form-tarjeton-content .form-item-combo {
      width: 100%; }
    .gracias .form-gracias form.form-tarjeton-content .layer-lopd {
      height: 38px;
      overflow-y: scroll;
      margin: 15px 0;
      font-size: 11px;
      text-align: left;
      line-height: 13px;
      color: black; }
      .gracias .form-gracias form.form-tarjeton-content .layer-lopd a {
        color: black;
        text-decoration: underline; }
    .gracias .form-gracias form.form-tarjeton-content .action input {
      background: #FDCB60;
      box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
      border-radius: 31px;
      color: black;
      font-weight: 600;
      margin-top: 20px;
      height: auto;
      text-decoration: none;
      display: block;
      text-align: center;
      font-size: 14px;
      transition: all 0.5s ease;
      float: left;
      padding: 20px 30px;
      width: auto;
      max-width: initial;
      text-transform: capitalize;
      font-weight: 800;
      float: inherit;
      margin: 0 auto; }
      .gracias .form-gracias form.form-tarjeton-content .action input:hover {
        opacity: 0.5; }

.message-ok {
  padding: 100px 20px;
  text-align: center;
  display: none; }
  .message-ok span {
    display: block; }

.mobile-action-bar {
  width: 100%;
  bottom: 0;
  left: 0;
  background: #dea324;
  position: fixed;
  text-align: center;
  display: none; }
  .mobile-action-bar .btn-mobile-action-bar {
    padding: 20px 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block; }

#sst_container {
  display: none;
  background: rgba(92, 173, 36, 0.9);
  padding: 10px;
  color: white;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%; }
  #sst_container #cookies {
    display: flex;
    align-items: center;
    justify-content: center; }
    #sst_container #cookies a {
      margin-left: 15px;
      text-decoration: underline;
      color: white;
      font-size: 14px; }

.ot-sdk-cookie-policy-group-desc,
#cookie-policy-description {
  font-size: 13px !important;
  line-height: 22px !important; }

.modal-body {
  font-size: 13px;
  color: #696969;
  line-height: 22px; }
  .modal-body h2, .modal-body h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .modal-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px !important;
    line-height: 22px !important; }

/* filtros */
.home-filters {
  max-width: calc(1120px - 20px);
  width: calc(96% - 20px);
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 6px;
  border-radius: 0;
  margin-bottom: 40px;
  background-color: white; }
  .home-filters ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .home-filters ul li {
      padding: 10px;
      margin: 0; }
      .home-filters ul li a {
        color: #686868;
        text-decoration: none;
        position: relative;
        font-size: 14px; }
        .home-filters ul li a:hover {
          color: black;
          text-decoration: none; }
      .home-filters ul li.active a {
        color: black; }
        .home-filters ul li.active a:before {
          content: "";
          width: 100%;
          height: 1px;
          background-color: black;
          display: block;
          position: absolute;
          bottom: -7px;
          left: 0; }

#loader {
  display: none;
  padding: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center; }

.home-filters--mobile {
  display: none; }
  .home-filters--mobile select {
    border: 1px solid #f0f0f0; }

.ficha-labels {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 10px 0 40px 0;
  font-size: 14px;
  color: #96959d; }
  .ficha-labels li {
    border: 1px solid #787878;
    padding: 6px 13px;
    color: #787878;
    margin: 0 20px 0 0; }

.ficha-highlights {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .ficha-highlights .ficha-highlights-item {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 35px;
    position: relative;
    font-size: 14px;
    color: #96959d; }
    .ficha-highlights .ficha-highlights-item:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 50%;
      top: 10px;
      right: 0;
      background-color: #4A4A4A; }
    .ficha-highlights .ficha-highlights-item svg {
      width: 35px;
      height: 35px;
      margin-right: 10px;
      color: #4A4A4A; }
    .ficha-highlights .ficha-highlights-item:last-child {
      padding-right: 0; }
      .ficha-highlights .ficha-highlights-item:last-child:before {
        content: none; }
    .ficha-highlights .ficha-highlights-item:first-child {
      padding-left: 0; }

.wrapper-reproductor {
  padding: 50px 0; }

.audio-intro,
.audio-download {
  width: 96%;
  max-width: 1117px;
  margin: 0 auto 40px; }

.audio-download {
  margin-top: 80px; }

.audio-download--btn {
  background: #202B4F;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block; }

.audio-download--text {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  opacity: 0.8;
  max-width: 450px;
  width: 100%;
  margin-top: 10px; }

.list--guias #no-guides--altern {
  border: 1px solid;
  color: #721c24;
  background-color: #f8d7da;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0.7; }

@media (max-width: 991px) {
  .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--left {
    width: 100%;
    padding: 0; }
  .wrapper-ficha .wrapper-ficha--content .wrapper-ficha-content--form {
    width: 100%;
    margin-top: 0; }

  .wrapper-ficha--hero .wrapper-ficha-hero--title {
    padding: 15px;
    width: calc(100% - 30px); }

  .ficha-block-banner {
    width: calc(100% - 42px);
    border: 2px solid #202B4F;
    color: #202B4F;
    background-color: transparent; }

  .home-filters--mobile {
    display: block; }

  .home-filters.desktop {
    display: none; }

  .home footer {
    position: inherit; }

  .mobile-action-bar {
    display: block; }
    .mobile-action-bar.hidden {
      display: none; } }
@media (max-width: 768px) {
  .wrapper-ficha .wrapper-left,
  .wrapper-ficha .wrapper-right {
    width: 100%; }
  .wrapper-ficha .wrapper-right {
    padding-top: 0;
    background-position: center top; }

  .cover-book.content {
    display: none; }

  .top .claim-top {
    color: #4F4F4F; }

  .hero .hero-content .hero-text {
    position: initial;
    padding-left: 30px; }
    .hero .hero-content .hero-text .title.home {
      font-size: 42px;
      line-height: 42px; }
    .hero .hero-content .hero-text .subtitle.home {
      display: none; }
  .hero .hero-content .hero-img {
    position: initial;
    top: 0;
    margin-top: 100px; }

  .home-title {
    margin-top: 30px; }

  .wrapper-grid {
    flex-wrap: wrap; }
    .wrapper-grid .item-grid {
      margin-bottom: 30px;
      width: calc(100% - 40px); }
      .wrapper-grid .item-grid:hover {
        box-shadow: none; }

  .ficha-block-banner {
    font-size: 24px;
    line-height: 30px;
    padding: 12px 20px; } }
@media (max-width: 560px) {
  .ficha-block-text--wrapper {
    flex-wrap: wrap; }

  .ficha-block-text {
    margin-bottom: 0; }
    .ficha-block-text.half {
      width: 100%; }

  .wrapper-ficha .wrapper-ficha--hero .wrapper-ficha-hero--title {
    width: calc(100% - 80px);
    padding: 20px; }

  .wrapper-ficha .wrapper-ficha--hero {
    height: 300px; }

  .wrapper-ficha--hero .wrapper-ficha-hero--title h1 {
    font-size: 36px; }

  .ficha-block-text + .ficha-block-text {
    margin-bottom: 40px; }

  .top .claim-top {
    display: none; }

  .hero {
    padding-bottom: 40px;
    height: 230px; }
    .hero .bottom {
      top: 60px; }
      .hero .bottom h1 {
        font-size: 36px; }
      .hero .bottom h3 {
        font-size: 24px; }
    .hero .hero-content {
      flex-wrap: wrap; }
      .hero .hero-content .hero-img {
        width: 200px; }
        .hero .hero-content .hero-img img {
          width: 100%;
          height: auto; }
      .hero .hero-content .hero-text {
        margin-top: 100px;
        padding-left: 15px;
        width: calc(100% - 215px); }
        .hero .hero-content .hero-text .title.home {
          font-size: 32px;
          line-height: 32px; }

  .wrapper-ficha--hero {
    width: calc(100% - 20px);
    height: 300px;
    padding: 10px; }
    .wrapper-ficha--hero .wrapper-hero {
      width: 100%; }

  .wrapper-reproductor {
    padding: 20px 0; } }
@media (max-width: 414px) {
  .ficha-bio .ficha-bio--avatar img {
    width: 90px;
    height: 90px; }

  .hero .hero-content .hero-img {
    width: 130px;
    top: 0;
    margin: 0; }
    .hero .hero-content .hero-img img {
      width: 100%;
      height: auto; }
  .hero .hero-content .hero-text {
    width: calc(100% - 160px); }

  .thumb-guias {
    width: 150px;
    padding-right: 15px;
    padding-bottom: 0;
    position: relative;
    top: 10px; }

  .item-grid--btn {
    padding: 10px 20px;
    font-size: 13px; }

  .ficha-labels li {
    padding: 6px 3px;
    margin: 0 6px 0 0;
    font-size: 12px;
    text-align: center; }

  .ficha-highlights .ficha-highlights-item {
    padding: 0px 25px;
    flex-direction: column;
    text-align: center;
    justify-content: center; }
    .ficha-highlights .ficha-highlights-item svg {
      margin-right: 0; }

  .claim-top {
    display: none; } }

/*# sourceMappingURL=style-dp.css.map */
