header.interno .titulo-pagina,
.modal-title,
footer .col-md-4:nth-child(2) ul,
main .hs {
  position: relative;
  z-index: 0;
  font-family: 'Neris', 'Roboto', sans-serif;
  font-weight: 100;
}

main.hs b,
main.hs strong,
main .hs.bold {
  font-weight: 900;
}

.img-sanitize {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}

[data-subtitle]:after {
  content: attr(data-subtitle);
  z-index: -1;
  position: relative;
  font-family: 'Southland', cursive;
  font-size: 2.5em;
  color: #E0E0E0;
  text-transform: none;
  display: block;
  margin-top: -0.6em;
  margin-bottom: -0.5em;
  line-height: 1.5;
}

.btn-arrow {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 0 solid transparent;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: 'Neris', 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0.5rem 3rem;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color .25s ease-in-out,background-color .25s ease-in-out,border-radius .25s ease-in-out,box-shadow .25s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  width: 0;
  transform: translate(100%, -50%);
  transition: .25s linear;

  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid #B62A12;
}

.btn-arrow:focus,
.btn-arrow:hover {
  color: #B62A12;
}

.text-white .btn-arrow:focus,
.text-white .btn-arrow:hover {
  color: inherit;
}

.text-white .btn-arrow:focus:before,
.text-white .btn-arrow:hover:before {
  border-left-color: currentColor;
}

/*

.btn-arrow:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #B62A12;
  transform: translateX(-100%);
  transition: .25s linear;
}

.btn-arrow:hover:before {
  width: 100%;
  background: #B62A12;
  border-top-width: 2rem;
  border-bottom-width: 2rem;
  transition: .25s ease, width .25s ease;
}

.btn-arrow:hover:after {
  transform: translate(0);
}
*/

.translate-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-white {
  color: white;
}

.z-index-1 {
  z-index: 1;
}

.w-100 {
  width: 100%;
}

.foto.overlay {
  position: relative;
  display: inline-block;
  background: #1c1c1c;
}

.foto.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}

.foto.overlay:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}
