@font-face {
  font-family: "TelegrafRegular";
  src: url("../fonts/Telegraf-Regular.eot");
  src: url("../fonts/Telegraf-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Telegraf-Regular.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TelegrafSemiBold";
  src: url("../fonts/Telegraf-SemiBold.eot");
  src: url("../fonts/Telegraf-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Telegraf-SemiBold.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TelegrafUltraBold";
  src: url("../fonts/Telegraf-UltraBold.eot");
  src: url("../fonts/Telegraf-UltraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Telegraf-UltraBold.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SharpGroteskBook";
  src: url("../fonts/SharpGrotesk-Book15.eot");
  src: url("../fonts/SharpGrotesk-Book15.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SharpGrotesk-Book15.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SharpGroteskSemiBold";
  src: url("../fonts/SharpGrotesk-SemiBold15.eot");
  src: url("../fonts/SharpGrotesk-SemiBold15.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SharpGrotesk-SemiBold15.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SharpGroteskBold";
  src: url("../fonts/SharpGrotesk-Bold15.eot");
  src: url("../fonts/SharpGrotesk-Bold15.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SharpGrotesk-Bold15.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000000;
  font-family: "TelegrafRegular", "Arial";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

body.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in {
  padding-top: 0 !important;
}

body.toolbar-fixed.toolbar-horizontal div.page {
  margin-top: 80px;
}

body.toolbar-fixed.toolbar-vertical div.page {
  margin-top: 40px;
}

.toolbar-oriented .toolbar-bar {
  z-index: 9999;
}

#toolbar-administration+.page .fixed-menu-content {
  top: auto;
}

a {
  color: #0056b3;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: underline;
}

ul {
  padding-left: 25px;
}

main {
  padding-top: 52px;
}

.r-0 {
  right: 0;
}

.z-index-max {
  z-index: 999999;
}

.d-none-noi {
  display: none;
  /* sin el important */
}

/* Tipografías */
.font-telegraf-regular {
  font-family: "TelegrafRegular";
}

.font-telegraf-semibold {
  font-family: "TelegrafSemiBold";
}

.font-telegraf-ultrabold {
  font-family: "TelegrafUltraBold";
}

.font-Sharp-Grotesk-Book {
  font-family: "SharpGroteskBook";
}

.font-Sharp-Grotesk-SemiBold {
  font-family: "SharpGroteskSemiBold";
}

.font-Sharp-Grotesk-Bold {
  font-family: "SharpGroteskBold";
}

/* Encabezados */
h1 {
  font-family: "SharpGroteskBold";
  font-size: calc(1.75892857rem + 1.51785714vw);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
}

h2 {
  font-family: "SharpGroteskSemiBold";
  font-size: calc(1.49107143rem + 0.98214286vw);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: normal;
}

h3 {
  font-size: calc(1.26785714rem + 0.53571429vw);
}

h4 {
  font-size: calc(1.17857143rem + 0.35714286vw);
}

h5 {
  font-size: calc(1.08928571rem + 0.17857143vw);
}

h6 {
  font-size: calc(1.04464286rem + 0.08928571vw);
}

h3,
h4,
h5,
h6 {
  font-family: "TelegrafUltraBold";
  font-weight: normal;
}

/* Color de textos */
.text-black {
  color: #000000;
}

.text-yellow-color {
  color: #fdba30;
}

.text-cyan {
  color: #00b9ff;
}

.text-azul {
  color: #0056b3;
}

.text-gray,
.text-grey-light {
  color: #6d6d6d;
}

.text-gray-40 {
  color: #d9d9d9 !important;
  /* Para el footer */
}

.color-unset {
  color: unset;
}

/* Color de fondos */
.bg-black {
  background: #000;
}

.bg-cyan {
  background: #00b9ff;
}

.bg-gray {
  background: #6d6d6d;
}

.bg-morado {
  background: #9500ff;
}

.bg-section {
  background: #f6f6f6;
}

.bg-white {
  background: #ffffff;
}

.bg-yellow {
  background: #fdba30;
}

.bg-yellow-30 {
  background: #fdba3099;
}

/* Bordes */
.border-yellow-30 {
  border: 3px solid #fdba3099;
}

/* Tamaño de textos */
.size-13 {
  font-size: 13px;
}

.size-14 {
  font-size: 14px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-22 {
  font-size: 22px;
}

.size-24 {
  font-size: 24px;
}

.size-28 {
  font-size: 28px;
}

.size-30 {
  font-size: 30px;
}

.size-40 {
  font-size: 40px;
}

/* Botones */
.btn-primary-upn {
  background: #fdba30;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #000000;
  font-family: "TelegrafUltraBold";
  padding: 16px 24px;
}

.btn-primary-upn:hover,
.btn-primary-upn:focus {
  background: #FDC979;
  color: #000000;
  text-decoration: none;
}

.btn-secondary-upn {
  background: #000000;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-family: "TelegrafUltraBold";
  padding: 16px 24px;
}

.btn-secondary-upn:hover,
.btn-secondary-upn:focus {
  background: #333333;
  color: #ffffff;
  text-decoration: none;
}

.btn-morado-upn {
  background: #9500ff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-family: "TelegrafUltraBold";
  padding: 16px 24px;
}

.btn-morado-upn:hover,
.btn-morado-upn:focus {
  background: #A82EFF;
  color: #fff;
  text-decoration: none;
}

.btn-morado-upn:disabled,
.btn-morado-upn.disabled {
  background: #D191FF;
}

.btn-morado-upn:active,
.btn-morado-upn:not(:disabled):not(.disabled):active {
  background: #7F00D9;
  color: #fff;
}

.btn-magenta-upn {
  background: #FF5EE8;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #000000;
  font-family: "TelegrafUltraBold";
  padding: 16px 24px;
}

.btn-magenta-upn:hover,
.btn-magenta-upn:focus {
  background: #FF91EF;
  color: #000000;
  text-decoration: none;
}

.btn-outline-morado {
  border: 2px solid #6A00B5;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  color: #6A00B5;
  display: block;
  font-family: "TelegrafUltraBold";
  padding: 0.8em 1.6em;
  text-decoration: none;
}

.btn-outline-morado:hover,
.btn-outline-morado:focus {
  background: #A82EFF;
  border: 2px solid #A82EFF;
  color: #fff;
  text-decoration: none;
}

.btn-outline-morado:disabled,
.btn-outline-morado.disabled {
  background: #D191FF;
  border: 2px solid #D191FF;
}

.btn-outline-morado:active,
.btn-outline-morado:not(:disabled):not(.disabled):active {
  background: #7F00D9;
  border: 2px solid #7F00D9;
  color: #fff;
}

.yellow-icon-btn i {
  background: #fdba30;
  border-radius: 50%;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);
  color: #000000;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}

.yellow-icon-btn:hover i,
.yellow-icon-btn:focus i {
  background: #FDC979;
  color: #000000;
}

.yellow-icon-btn:hover,
.yellow-icon-btn:focus {
  text-decoration: none;
}

/* Estilos de tablas */
table thead tr th {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

table tbody tr th {
  background: #FDC979;
}

table tbody tr td {
  border: 1px solid #eaeaea;
  padding: 10px;
}

/* Estilos generales */
.not-underlined:hover {
  text-decoration: none;
}

.align-vertically {
  display: flex;
  align-items: center;
}

.height-inherit {
  height: inherit;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1.1;
}

/* Footer */
.height-footer {
  background: #000;
  position: relative;
  overflow: hidden;
}

.social-network-link {
  transition: transform .3s ease;
}

.social-network-link:focus,
.social-network-link:hover {
  transform: scale(1.3);
}

/* Login */
.path-acceso #block-upn-content form {
  margin: auto;
  width: 300px;
}

.path-acceso #block-upn-content .form-control {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #d6d2d2;
}

.path-acceso #block-upn-content .user-login-form .form-submit {
  padding: 10px;
}

.path-accediendo #block-upn-content form {
  margin: auto;
  width: 300px;
}

.path-accediendo #block-upn-content .form-control {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #d6d2d2;
}

.path-accediendo #block-upn-content .user-login-form .form-submit {
  padding: 10px;
}

.path-acceso main nav.tabs,
.path-accediendo main nav.tabs {
  display: none;
}

/* Breadcrumb */
.breadcrumb {
  background-color: transparent;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li a {
  margin-right: 25px;
}

.breadcrumb li a:after {
  content: "";
  top: 7px;
  right: 10px;
  width: 9px;
  height: 9px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.breadcrumb li:last-child a:after {
  content: unset;
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75%;
  }
}

@media (min-width: 1200px) {
  main {
    padding-top: 118px;
  }
}

@media (min-width: 1440px) {
  main {
    padding-top: 126px;
  }

  h1 {
    font-size: 3.125rem;
  }

  h2 {
    font-size: 2.375rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .container-xl-upn {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
}