/* OCCHIUZZI V34 · marca completa legible y sin recortes. */

.site-rail .rail-brand {
  height: 104px;
  width: 100% !important;
  min-width: 0;
  padding: 10px 4px 8px;
  gap: 4px;
  overflow: hidden;
}

.site-rail .rail-brand::before {
  width: 54px;
  height: 31px;
  flex: 0 0 31px;
  background-size: 108px 61px;
  background-position: 50% 0;
}

.site-rail .rail-brand::after {
  content: 'CLAUDIO OCCHIUZZI\A OPERACIONES\A INMOBILIARIAS';
  width: 100%;
  max-width: 84px;
  white-space: pre-line;
  overflow-wrap: normal;
  font-size: 6.2px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.22;
  text-align: center;
}

.oc34-footer-brand {
  display: flex;
  width: min(310px, 100%);
  flex-direction: column;
  align-items: center;
  color: #07315d;
  text-align: center;
}

.oc34-footer-brand__mark {
  display: block;
  width: 190px;
  height: 110px;
  background-image: url('../brand/logo-color.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 380px 214px;
}

.oc34-footer-brand strong {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid currentColor;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.1;
  text-transform: uppercase;
}

.oc34-footer-brand small {
  display: block;
  margin-top: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .site-rail .rail-brand {
    width: 128px !important;
    min-width: 128px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .site-rail .rail-brand::after {
    max-width: 112px;
    font-size: 6.5px;
  }
}

@media (max-width: 650px) {
  .site-rail .rail-brand {
    width: 119px !important;
    min-width: 119px;
  }

  .site-rail .rail-brand::before {
    width: 46px;
    height: 26px;
    flex-basis: 26px;
    background-size: 92px 52px;
  }

  .site-rail .rail-brand::after {
    max-width: 106px;
    font-size: 6.1px;
  }

  .oc34-footer-brand {
    width: min(280px, 100%);
  }

  .oc34-footer-brand strong {
    font-size: 17px;
  }

  .oc34-footer-brand small {
    font-size: 9px;
  }
}
