/* Oculta elementos automáticos del tema en la página de contacto */
body.page-id-113 .default-header,
body.page-id-113 .post-index {
  display: none !important;
}

#o360-contact {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  overflow: hidden;
  color: #071b33;
  background: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

#o360-contact *,
#o360-contact *::before,
#o360-contact *::after {
  box-sizing: border-box;
}

.o360-contact-hero {
  display: flex;
  min-height: calc(100vh - 112px);
  align-items: center;
  padding: 88px 0;
}

.o360-contact-container {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
}

.o360-contact-copy {
  max-width: 940px;
}

.o360-contact-label {
  margin: 0 0 28px;
  color: #2458dc;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#o360-contact h1 {
  max-width: 900px;
  margin: 0;
  color: #071b33;
  font-family: Manrope, Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.o360-contact-description {
  max-width: 620px;
  margin: 36px 0 0;
  color: #58708a;
  font-size: 21px;
  line-height: 1.55;
}

.o360-contact-author {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #2458dc;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color 160ms ease;
}

.o360-contact-author:hover {
  color: #2458dc;
}

.o360-contact-author:focus {
  outline: 3px solid #8da8ff;
  outline-offset: 3px;
}

.o360-contact-channels {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -20px 0;
  border-top: 1px solid #d8e4ef;
  font-style: normal;
}

.o360-contact-channels a {
  position: relative;
  display: flex;
  width: calc(50% - 40px);
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  padding: 28px 58px 28px 0;
  border-bottom: 1px solid #d8e4ef;
  color: #071b33;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease;
}

.o360-contact-channels a:hover {
  color: #2458dc;
  border-color: #2458dc;
}

.o360-contact-channels a:focus {
  outline: 3px solid #8da8ff;
  outline-offset: 4px;
}

.o360-contact-channels span {
  margin-bottom: 8px;
  color: #58708a;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.o360-contact-channels strong {
  font-family: Manrope, Arial, sans-serif;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.o360-contact-channels i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -18px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 980px) {
  .o360-contact-container {
    width: calc(100% - 64px);
  }
}

@media (max-width: 719px) {
  .o360-contact-hero {
    min-height: auto;
    padding: 72px 0 88px;
  }

  #o360-contact h1 {
    font-size: 54px;
  }

  .o360-contact-description {
    font-size: 19px;
  }

  .o360-contact-channels {
    display: block;
    margin: 64px 0 0;
  }

  .o360-contact-channels a {
    width: 100%;
    min-height: 118px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  #o360-contact h1 {
    font-size: 44px;
  }

  .o360-contact-description {
    margin-top: 28px;
  }

  .o360-contact-channels strong {
    font-size: 23px;
  }
}