/* span.lead {
  font-style: oblique;
}

[data-country] i {
  font-size: 100%;
}

.author {
  font-size: 75%;
  line-height: 1;
  opacity: .75;
  text-transform: uppercase;
}

[data-country] {
  font-size: 50%;
  line-height: 1;
  opacity: .5;
  margin-left: .4rem;
  text-transform: uppercase;
} */

.slider .badges {
  display: none;
}

.sliders .card {
  margin-top: 4.8rem;
}

.card .splash {
  background: #eeeeee;
}

[data-category="Possíveis reservas"] .label {
  background: #006194;
}

.card .splash figure {
  background: #1b1825;
  border-radius: 9999px;
  overflow: hidden;
  position: absolute;
  width: 30%;
  left: 50%;
  transform: translate( -50%, -50% );
}

p .column .material-icons:first-child {
  width: 4.8rem;
}

.card .tagline {
  /* opacity: .5; */
}

.splash figure img {
  opacity: 1;
}

.carousel .card .splash {
  border-radius: .8rem .8rem 0 0;
  overflow: hidden;
  /* padding: 20% 0; */
  padding: 20% 0 0;
  margin-bottom: 10%;
}

.slider .card .splash {
  background: none;
  padding: 0 0 15% 0;
}

@media( max-width: 480px ) {
  .carousel .card .splash {
    padding: 25% 0 0;
  }
}

[data-section="detalhes"] p {
  display: flex;
  flex-direction: row;
}

[data-section="detalhes"] p a {
  border-color: #ccc;
  font-size: 1.6rem !important;
}

[data-section="detalhes"] p,
[data-section="detalhes"] a {
  webkit-text-size-adjust: 100%;
}
