/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.ms-info {
  color: #166fe5;
}

.ms-error {
  color: #ff471a;
}

.ms-warning {
  color: #ffd11a;
}

.ms-ok {
  color: #33cc33;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fw-1 {
  font-weight: 100 !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}

p {
  color: #1c1e21;
  font-size: 2rem;
  line-height: 2;
}

.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3 {
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 4rem;
}

h3 {
  font-size: 2.8rem;
  text-align: center;
  text-transform: uppercase;
}

ul {
  padding: 0;
  list-style: none;
}

.seccion {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .seccion {
    padding: 8rem 0;
  }
}

.login {
  background-color: #f0f2f5;
}
.login__contenedor {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .login__contenedor {
    margin: auto;
    width: 50rem;
  }
}
@media (min-width: 1024px) {
  .login__contenedor {
    margin: auto;
    width: 98rem;
  }
}
.login__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 7rem);
}
@media (min-width: 768px) {
  .login__grid {
    height: calc(100vh - 25rem);
  }
}
@media (min-width: 1024px) {
  .login__grid {
    height: calc(100vh - 15rem);
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.login__heading {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1c1e21;
  margin: 2rem 0;
}
.login__logo-agencia {
  margin: 0 auto;
  width: 18rem;
}
@media (min-width: 768px) {
  .login__logo-agencia {
    width: 35rem;
  }
}
.login__text {
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}

.login-form {
  font-family: "Roboto", sans-serif;
  width: 100%;
  background-color: #FFFFFF;
  padding: 3rem 2rem 0 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}
.login-form__heading, .login-form__heading--error {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  text-transform: capitalize;
  font-weight: 500;
  color: #166fe5;
}
.login-form__heading--error {
  color: #ff471a;
  text-transform: none;
  font-weight: 4what00;
}
.login-form__label {
  display: block;
}
.login-form__input {
  width: 100%;
  border-radius: 0.6rem;
  background-color: #FFFFFF;
  height: 2.2rem;
  line-height: 1.6rem;
  color: #1c1e21;
  border: 1px solid #dddfe2;
  vertical-align: middle;
  font-size: 1.8rem;
  padding: 2.8rem 1.6rem;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2rem;
  outline: none;
  transition: 0.5s;
}
.login-form__input:focus {
  border: 1px solid #166fe5;
}
.login-form__submit {
  background-color: #166fe5;
  font-size: 2rem;
  padding: 1.2rem 4rem;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  padding: 1.75rem 1.6rem;
  border-radius: 0.6rem;
  font-family: "Raleway", sans-serif;
}
.login-form__submit:hover {
  cursor: pointer;
  background-color: #1258b6;
}
@media (min-width: 768px) {
  .login-form__submit {
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .login-form__submit {
    display: block;
    width: 100%;
  }
}
.login-form__hr {
  margin: 2rem 0;
  border: 1px solid #dadde1;
}
.login-form__notificacion-activa {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  text-align: right;
  color: #38aa22;
  transition: 0.3s;
  font-family: "Raleway", sans-serif;
}
.login-form__notificacion-activa:hover {
  color: #2a8019;
  cursor: pointer;
}
.login-form__notificacion-inactiva {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  text-align: right;
  color: #8f97a3;
  font-family: "Raleway", sans-serif;
}

.footer {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__agencia {
  display: flex;
  flex-direction: column;
}
.footer__nombre-agencia {
  text-transform: none;
  font-size: 1.7rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__nombre-agencia {
    text-align: left;
  }
}
.footer__campo {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
.footer__icono {
  font-size: 1.2rem;
}
.footer__direccion {
  font-family: "Raleway", sans-serif;
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .footer__copyright {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.footer__powerby {
  margin: 1rem 0 0 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.footer__version {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin: 0.5rem 0 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__powerby, .footer__version {
    text-align: right;
  }
}

.footer-app {
  margin-top: 2rem;
}
.footer-app__grid {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.header-app {
  padding: 1rem 0 0 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header-app__grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.header-app__agencia {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .header-app__agencia {
    align-items: flex-start;
  }
}
.header-app__nombre {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .header-app__nombre {
    flex-direction: row;
    align-items: baseline;
  }
}
.header-app__agencia-grid {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #166fe5;
}
@media (min-width: 768px) {
  .header-app__agencia-grid {
    font-size: 3.2rem;
  }
}
.header-app__exportador {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .header-app__exportador {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .header-app__exportador::before {
    content: "/";
    font-size: 1.8rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.header-app__logo {
  font-size: 2.5rem;
  color: rgba(22, 111, 229, 0.8);
}
.header-app__direccion {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.header-app__telefono {
  margin: 0;
  font-size: 1.2rem;
  color: #737373;
  font-family: "Roboto", sans-serif;
}
.header-app__icono {
  font-size: 1.2rem;
  color: #737373;
}
.header-app__opciones {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .header-app__opciones {
    margin-top: 0;
    display: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.header-app__fecha {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  color: #666666;
  font-weight: 600;
  text-transform: capitalize;
}
.header-app__salir {
  background-color: #e6e6e6;
  font-size: 1.5rem;
  padding: 0.8rem 3rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: #1c1e21;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  border-radius: 0.5rem;
}
.header-app__salir:hover {
  cursor: pointer;
  background-color: #cdcdcd;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type=checkbox],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}

#menu li,
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #FFFFFF;
  border-width: 1px 0px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
  position: relative;
  display: block;
  color: #1c1e21;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}

#toggle-menu {
  font-weight: 700;
}

#menu,
#toggle-menu {
  background-color: #FFFFFF;
}

#toggle-menu,
#menu a {
  padding: 1.2rem 1.5rem;
}

#menu a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#menu a:hover {
  font-weight: 700;
}

#menu .sub-menu {
  display: none;
}

#menu input[type=checkbox]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #1c1e21;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
  position: absolute;
  right: 2.5rem;
  top: 1rem;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  color: #1c1e21;
  font-size: 2.5rem;
}

#menu .drop-icon {
  line-height: 1;
}

#menu .drop-icon:hover {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #menu .main-menu {
    display: unset;
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: -1rem;
  }

  #toggle-menu,
#menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 0px 0px 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0rem 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 25rem;
    z-index: 3000;
  }

  #menu .sub-menu,
#menu input[type=checkbox]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type=checkbox] + .sub-menu {
    display: block;
  }
}
.menu__disabled-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

#menu a.menu__disabled-link {
  color: #94a2b8;
}

.pf-message {
  width: 95%;
  height: 25rem;
  margin: 4rem auto;
  padding: 0;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: 0 none;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .pf-message {
    width: 50rem;
  }
}

.message__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  background-color: #f0f2f5;
  align-items: flex-start;
  height: calc(25rem - 6rem);
}
.message__icono {
  grid-column: 1/2;
  margin: 2rem auto;
  font-size: 5.5rem;
}
.message__contenido {
  grid-column: 2/6;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.message__heading {
  text-align: left;
  margin: 2rem 0 0 0;
  font-family: "Raleway", sans-serif;
  text-transform: none;
}
.message__descripcion {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #4d4d4d;
  font-weight: 400;
  overflow-y: auto;
  height: 12rem;
}
.message__footer {
  display: flex;
  align-items: center;
  height: 6rem;
  justify-content: flex-end;
  padding-right: 2rem;
}
.message__close {
  border: 1px solid #1c1e21;
  font-size: 1.5rem;
  padding: 0.8rem 3rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #1c1e21;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
}
.message__close:hover {
  cursor: pointer;
  background-color: #f0f2f5;
}

.main-menu {
  padding: 4rem 0;
}
.main-menu__grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .main-menu__grid {
    width: 1024px;
    display: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
  }
}

.card-menu {
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 2rem;
  font-family: "Raleway", sans-serif;
  border-radius: 0.5rem;
}
.card-menu__heading {
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.card-menu__heading--title {
  text-transform: none;
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .card-menu__heading--title {
    font-size: 2.2rem;
  }
}
.card-menu__icono {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .card-menu__icono {
    font-size: 4rem;
  }
}
.card-menu__content {
  height: 5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .card-menu__content {
    font-size: 1.5rem;
  }
}
.card-menu__footer {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-bg__formto1 {
  background: linear-gradient(155deg, #d6f5d6 40%, #b3d9ff 60%, #4db8ff 100%);
  box-shadow: 5px 5px 38px rgba(77, 184, 255, 0.5);
}

.menu-bg__formto3 {
  background: linear-gradient(155deg, #4db8ff 10%, #b3d9ff 40%, #d6f5d6 80%);
  box-shadow: 5px 5px 38px rgba(152, 230, 152, 0.3);
}

.menu-bg__formto2 {
  box-shadow: 5px 5px 38px rgba(0, 0, 0, 0.1);
}

.boton__width {
  width: 20rem;
}

.boton__formato1,
.ui-commandlink.ui-widget.boton__formato1 {
  border: 1px solid #1c1e21;
  font-size: 1.5rem;
  padding: 0.8rem 3rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #1c1e21;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
}
.boton__formato1:hover,
.ui-commandlink.ui-widget.boton__formato1:hover {
  cursor: pointer;
  background-color: #f0f2f5;
}

.boton__formato1--disable,
.ui-commandlink.ui-widget.boton__formato1--disable {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}

.notificacion__header {
  background-color: #f0f2f5;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .notificacion__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.notificacion__heading {
  margin: 0;
  text-transform: none;
  font-family: "Raleway", sans-serif;
  color: #166fe5;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .notificacion__heading {
    font-size: 2.6rem;
  }
}
.notificacion__heading--2 {
  font-size: 1.5rem;
  color: #1c1e21;
}
@media (min-width: 768px) {
  .notificacion__heading--2 {
    font-size: 1.9rem;
  }
}
.notificacion__close {
  border: 1px solid #1c1e21;
  font-size: 1.5rem;
  padding: 0.8rem 3rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #1c1e21;
  background-color: #FFFFFF;
  text-decoration: none;
  transition: font-weight 0.3s ease;
  border-radius: 0.5rem;
}
.notificacion__close:hover {
  cursor: pointer;
  font-weight: 700;
}
.notificacion__contenido {
  margin-inline: 1rem;
  border-bottom: 1px solid #d1d7e1;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.notificacion__contenido:last-of-type {
  border-bottom: 0;
}
.notificacion__download-heading {
  font-family: "Roboto", sans-serif;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.notificacion__link {
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.notificacion__link-lista {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.notificacion__link-nombre, .notificacion__link-descarga {
  font-size: 1.4rem;
  line-height: 1.5;
}
.notificacion__link-nombre {
  margin: 0;
  padding: 0;
}
.notificacion__link-descarga {
  color: #1c1e21;
  font-weight: 500;
}

.boton__primario {
  border: 1px solid #166fe5;
  font-size: 1.5rem;
  padding: 0.6rem 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  background-color: #166fe5;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 0.2rem;
}
.boton__primario:hover {
  cursor: pointer;
  background-color: #1258b6;
  border-color: #1258b6;
}
.boton__primario--disable {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  background-color: rgba(22, 111, 229, 0.5);
  border-color: rgba(22, 111, 229, 0.1);
}
.boton__success {
  border: 1px solid #248f24;
  font-size: 1.5rem;
  padding: 0.6rem 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #248f24;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 0.2rem;
}
.boton__success:hover {
  cursor: pointer;
  background-color: rgba(51, 204, 51, 0.1);
}
.boton__secundario {
  border: 1px solid black;
  font-size: 1.5rem;
  padding: 0.6rem 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: black;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 0.2rem;
}
.boton__secundario:hover {
  cursor: pointer;
  background-color: rgba(240, 242, 245, 0.7);
}
.boton__success--disable, .boton__secundario--disable {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: rgba(115, 115, 115, 0.5);
  border-color: rgba(115, 115, 115, 0.5);
}
.boton__primario, .boton__success, .boton__secundario {
  min-width: 8rem;
}

.link__icono {
  color: #1c1e21;
}
.link__principal--disable {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.link__icono--disable {
  color: rgba(28, 30, 33, 0.5);
}

.ui-commandlink.ui-widget.boton__primario,
.ui-commandlink.ui-widget.boton__secundario,
.ui-commandlink.ui-widget.boton__success {
  transition: none;
  text-decoration: none;
  font-size: 1.5rem !important;
  font-family: "Raleway", sans-serif;
}

.ui-commandlink.ui-widget.boton__primario,
.ui-commandlink.ui-widget.boton__primario-cb--disable {
  color: #FFFFFF !important;
}

.ui-commandlink.ui-widget.boton__secundario {
  color: #1c1e21;
}

.ui-commandlink.ui-widget.boton__success {
  color: #248f24;
}

.ui-commandlink.ui-widget.boton__success--disable,
.ui-commandlink.ui-widget.boton__primario--disable,
.ui-commandlink.ui-widget.boton__secundario--disable {
  color: rgba(115, 115, 115, 0.5);
}

.parrafo__caja {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid rgba(77, 77, 77, 0.2);
  padding: 1rem;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .parrafo__caja {
    display: unset;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(10, 1fr);
    align-items: center;
  }
}
.parrafo__caja--info {
  background-color: rgba(22, 111, 229, 0.1);
}
.parrafo__caja--error {
  background-color: rgba(255, 71, 26, 0.1);
}
.parrafo__caja--warning {
  background-color: rgba(255, 209, 26, 0.08);
}
.parrafo__icono {
  margin: 0 auto;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .parrafo__icono {
    font-size: 3rem;
  }
}
.parrafo__icono--info {
  color: #166fe5;
}
.parrafo__icono--error {
  color: #ff471a;
}
.parrafo__icono--warning {
  color: #dcb000;
}
.parrafo__contenido {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (min-width: 768px) {
  .parrafo__contenido {
    grid-column: 2/11;
  }
}
.parrafo__heading {
  text-transform: none;
  margin: 0;
  font-size: 2.1rem;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .parrafo__heading {
    text-align: left;
  }
}
.parrafo__mensaje {
  margin: 0;
  line-height: 1.2;
  font-size: 1.3rem;
  text-align: justify;
  color: #4d4d4d;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.parrafo__titulo {
  text-transform: none;
  text-align: left;
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
.parrafo__titulo--border {
  border-bottom: 1px solid #edeff3;
  margin-bottom: 0.5rem;
}
.parrafo__texto {
  line-height: 1.3;
  font-size: 1.3rem;
  margin: 0 0 0.6rem 0;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
@media (min-width: 768px) {
  .parrafo__texto {
    text-align: justify;
  }
}
.parrafo__resaltar {
  font-weight: 700;
  font-size: 1.5rem;
}

.semilla {
  font-size: 1.05rem;
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.dtg__main-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}
.dtg__h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  overflow-x: hidden;
  line-height: 1;
}
.dtg__h1, .dtg__h1--icon {
  font-size: 1.4rem;
}
.dtg__h1--light {
  font-weight: 100;
}
.dtg__h1--success {
  color: #009933;
}
.dtg__h1--alert {
  color: #ff471a;
}
.dtg__h1--violeta {
  color: #944dff;
}
.dtg__h1--gris {
  color: #737373;
}
.dtg__h2--primario {
  color: #0073e6;
}
.dtg__small {
  font-weight: 100;
  font-family: inherit;
  line-height: inherit;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.dtg__h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  overflow-x: hidden;
  line-height: 1;
  font-size: 1.2rem;
}
.dtg__h2--violeta {
  color: #944dff;
}
.dtg__texto {
  line-height: 1;
  font-size: 1.2rem;
}
.dtg__texto--bold {
  font-weight: 500;
}
.dtg__texto--light {
  font-weight: 100;
}
.dtg__texto--grow-1 {
  flex-grow: 1;
}
.dtg__subtitulo {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.dtg__subtitulo--wt-1 {
  flex-grow: 0;
  flex-basis: 7.5rem;
}
.dtg__subtitulo--wt-2 {
  flex-grow: 0;
  flex-basis: 4rem;
}
.dtg__link {
  line-height: 1;
  border-bottom: 1px solid rgba(115, 115, 115, 0.6);
  padding-bottom: 0.2rem;
}
.dtg__link:hover {
  border-bottom: 1px solid #737373;
}
.dtg__link:hover i, .dtg__link:hover span {
  font-weight: bold;
  cursor: pointer;
}
.dtg__opciones {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.dtg__boton,
.ui-commandlink.ui-widget.dtg__boton {
  font-size: 1.1rem !important;
  padding: 0.6rem 1rem;
}

.h {
  margin: 0 0 0 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.h__heading-large {
  font-size: 3rem;
}
.h__heading-medium {
  font-size: 2.5rem;
}
.h__heading-small {
  font-size: 2rem;
}
.h__heading-campo {
  font-size: 1.5rem;
}
.h__light {
  font-weight: 100;
}
.h__texto {
  font-size: 1.5rem;
  font-weight: 100;
}
.h small {
  margin-left: 0.5rem;
  font-weight: 100;
  font-size: 0.6em;
}
.h i {
  margin-right: 0.5rem;
}

.ff-principal {
  font-family: "Roboto", sans-serif !important;
}

.ff-secundaria {
  font-family: "Raleway", sans-serif !important;
}

.heading__line-right {
  padding: 1rem 1.5rem;
  line-height: 1;
  margin: 0;
  border-left: 0.7rem solid #166fe5;
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
}

.separador {
  margin: 0;
  padding: 0;
}
.separador::after {
  content: "";
  border-bottom: 1px solid #dee2e9;
  width: 95%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .separador::after {
    width: 80%;
  }
}

.pf-message-2 {
  width: 95%;
  height: 30rem;
  margin: 4rem auto;
  padding: 0;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  border: 0 none;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .pf-message-2 {
    width: 50rem;
  }
}

.popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f2f5;
  padding: 1rem;
}
.popup__heading {
  margin: 0;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.popup__close {
  font-size: 1.6rem;
  color: #5a5a5a;
}
.popup__close :hover {
  color: #1c1e21;
  cursor: pointer;
}
.popup__main {
  padding: 0.5rem;
  min-height: 20rem;
  max-height: 50rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup__footer {
  padding: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.trk-aereo__resumen {
  background-color: #edf4fd;
  border: 1px solid #cde0fa;
  border-radius: 0.4rem;
}
.trk-aereo__estado-global {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.5rem 1rem;
}
.trk-aereo__estado-global p {
  margin: 0;
  line-height: 1;
}
.trk-aereo__awb {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trk-aereo__awb {
    font-size: 1.8rem;
  }
}
.trk-aereo__awb small {
  font-size: 0.6em;
  font-weight: 100;
  margin-left: 0.5rem;
}
.trk-aereo__estado {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trk-aereo__estado {
    font-size: 1.5rem;
  }
}
.trk-aereo__estado--pending {
  color: #737373;
}
.trk-aereo__estado--departed {
  color: #944dff;
}
.trk-aereo__estado--delayed, .trk-aereo__estado--canceled {
  color: #ff471a;
}
.trk-aereo__estado--arrived {
  color: #009933;
}
.trk-aereo__estado--pending {
  color: #737373;
}
.trk-aereo__estado--departed {
  color: #944dff;
}
.trk-aereo__estado--delayed, .trk-aereo__estado--canceled {
  color: #ff471a;
}
.trk-aereo__estado--arrived {
  color: #009933;
}
.trk-aereo__resumen-rutagrid {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.trk-aereo__resumen-ruta {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  font-family: "Roboto", sans-serif;
}
.trk-aereo__resumen-rutaitem {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .trk-aereo__resumen-rutaitem {
    font-size: 1.2rem;
  }
}
.trk-aereo__resumen-ruta-etd {
  margin-top: 0.5rem;
}
.trk-aereo__resumen-ruta-fecha {
  margin-top: 0.3rem;
  font-size: 1rem;
  color: #737373;
}
.trk-aereo__resumen-rutaitem--primario {
  color: #944dff;
}
.trk-aereo__resumen-rutaitem--large {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trk-aereo__resumen-rutaitem--large {
    font-size: 1.8rem;
  }
}
.trk-aereo__ruta-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 1rem;
}
.trk-aereo__ruta {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  font-family: "Roboto", sans-serif;
}
.trk-aereo__rutaitem {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
}
.trk-aereo__rutaitem small {
  font-size: 0.9em;
  font-weight: 100;
  margin-left: 0.3rem;
}
@media (min-width: 768px) {
  .trk-aereo__rutaitem {
    font-size: 1.2rem;
  }
}
.trk-aereo__rutaitem--large {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trk-aereo__rutaitem--large {
    font-size: 1.8rem;
  }
}
.trk-aereo__ruta-etd {
  margin-top: 0.5rem;
}
.trk-aereo__ruta-icono {
  font-size: 2.5rem;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.trk-aereo__ruta-estado-pending {
  color: #737373;
}
.trk-aereo__ruta-estado-departed {
  color: #944dff;
}
.trk-aereo__ruta-estado-arrived {
  color: #009933;
}
.trk-aereo__ruta-estado-canceled, .trk-aereo__ruta-estado-delayed {
  color: #ff471a;
}
.trk-aereo__ruta-fecha {
  margin-top: 0.3rem;
  font-size: 1rem;
  color: #737373;
}

.ruta-wrapper {
  margin-bottom: 1rem;
}
.ruta-wrapper:last-of-type {
  margin-bottom: 0;
}
.ruta-wrapper:last-of-type::after {
  border-bottom: none;
}
.ruta-wrapper::after {
  content: "";
  margin: 0 auto;
  width: 80%;
  border-bottom: 1px solid #e7eaef;
  display: block;
}

.trk-maritimo__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background-color: #e4effc;
}
.trk-maritimo__label, .trk-maritimo__caption {
  line-height: 1;
  margin: 0;
  font-family: "Raleway", sans-serif;
}
.trk-maritimo__label {
  flex-grow: 1;
  flex-basis: 30%;
  font-size: 1.3rem;
}
.trk-maritimo__caption {
  font-weight: 600;
  flex-grow: 1;
  flex-basis: 70%;
  font-size: 1.6rem;
}
.trk-maritimo__movimiento-wrapper {
  overflow-x: auto;
}
.trk-maritimo__fila {
  display: flex;
  flex-direction: row;
  padding: 0.8rem 0 0.5rem 0;
  border-bottom: 1px solid #f0f2f5;
}
.trk-maritimo__fila > * {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  line-height: 1;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
}
.trk-maritimo__fila--50 {
  flex-basis: 50%;
}
.trk-maritimo__fila--100 {
  flex-basis: 50%;
}
.trk-maritimo__fila--33 {
  flex-basis: 33.3%;
}
.trk-maritimo__heading {
  font-size: 1.3rem;
  color: #4d4d4d;
  font-weight: 400;
}
.trk-maritimo__texto {
  font-size: 1rem;
  color: #575d66;
  font-weight: 100;
}
@media (min-width: 768px) {
  .trk-maritimo__texto {
    font-size: 1.3rem;
  }
}
.trk-maritimo__fila--wrapper {
  flex-grow: 1;
  display: flex;
}
.trk-maritimo__fila-icono {
  flex-grow: 0;
  flex-basis: 3rem;
}
.trk-maritimo__fila--vertical {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.trk-maritimo__fila--vertical > * {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.trk-maritimo__texto--green {
  color: #009933;
  font-weight: 600;
}
.trk-maritimo__texto--violeta {
  color: #944dff;
  font-weight: 600;
}
.trk-maritimo__texto--rojo {
  color: #ff471a;
  font-weight: 600;
}
.trk-maritimo__texto--disable {
  color: #888f9a;
}

.error {
  width: 100%;
  height: 100vh;
  background-color: #f0f2f5;
}
.error__contenedor {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 5rem;
}
.error__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 6rem 30rem 6rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.error__header {
  padding: 1rem;
  background-color: #166fe5;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  align-items: center;
}
.error__heading {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .error__heading {
    font-size: 2.8rem;
  }
}
.error__content {
  display: flex;
}
.error__icon {
  color: #166fe5;
}
.error__content-aside {
  flex-grow: 0;
  flex-basis: 15rem;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  font-size: 7rem;
}
.error__content-main {
  flex-grow: 0;
  flex-basis: 35rem;
  padding: 3rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.error__titulo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .error__titulo {
    font-size: 2.8rem;
  }
}
.error__mensaje {
  padding: 0;
  margin: 2rem 0 0 0;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  color: #595959;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .error__mensaje {
    font-size: 2.2rem;
  }
}
.error__footer {
  padding-right: 1rem;
  border-top: 1px solid #e1e5eb;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Dialogo elimina padding */
body .ui-dialog .ui-dialog-content,
.ui-dialog .ui-dialog-content {
  padding: 0;
}

body .ui-datatable .ui-datatable-data > tr > td,
body .ui-datatable thead th {
  padding: 0.5rem 0.2rem;
}

body .ui-datatable thead th .ui-column-title,
.ui-datatable tbody td {
  font-family: "Roboto", sans-serif;
}

body .ui-datatable thead th .ui-column-title {
  font-size: 1.4rem;
}

.ui-datatable tbody td {
  font-size: 1.2rem;
  vertical-align: top;
}

.field > label {
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

body .ui-inputfield {
  padding: 0.5rem;
}

body .ui-inputfield.ui-state-focus,
body .ui-selectonemenu.ui-state-focus {
  box-shadow: none;
}

.field {
  margin-bottom: 0.4rem;
}

.ui-outputpanel.field {
  margin-top: 0.3rem;
}

.field > label.label-disable {
  font-size: 1.2rem;
}

.field > label.label-disable {
  font-weight: 100;
}

.ui-datatable.base-line tbody td {
  vertical-align: baseline;
}

body .ui-message {
  padding: 0.2rem 0.2rem;
  display: block;
}

.contactoDT .ui-datatable-scrollable-body {
  height: 150px !important;
  max-height: 150px !important;
}

.ui-message-error-icon {
  display: none !important;
}

.ui-message-info-icon {
  font-size: 1.6rem;
}

.ui-message-error,
.ui-message-info {
  background-color: transparent !important;
  border: none !important;
  margin: 0.2rem 0 0 0 !important;
  padding: 0 !important;
}

.ui-message-error-detail {
  margin: 0 !important;
}

.ui-message-info-detail {
  font-size: 1.6rem;
}
