/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

/* Reder configs */
[v-cloak] {
  display: none !important;
}

footer.footer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
footer.footer.visible {
  opacity: 1;
  visibility: visible;
}

/**
 * 1. root for custom variables
 */
:root {
  --soft-gray: #6e808e;
  --disabled-gray: #b8b8b8;
  --light-soft-gray: #e4ebf1;
  --light-gray: #b5c0c6;
  --black: #4f4f4f;
  --white: #ffffff;
  --red: #df0714;
  --orange: #f1b949;
  --turquoise: #74a4a9;
  --olive: #a8ad00;
  --pink: #ee81a8;
}
/**
 * 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;
  background-color: #f9fbfd;
}

/**
   * 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 */
  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;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

p,
h1,
h2,
h3,
h4,
h5,
span,
article,
section {
  font-family: "Poppins", sans-serif;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

p > span {
  padding-left: 0.3rem;
}

/****************************************************************************************
 *  End of Normalize.css
 ****************************************************************************************/

/****************************************************************************************
 *  Vue Styles
 ****************************************************************************************/

[v-cloak] {
  display: none;
}

/***************************************************************************************
  *  End of Vue Styles
***************************************************************************************/

/***************************************************************************************
  *  Custom Styles
***************************************************************************************/

* {
  font-family: "Poppins", sans-serif;
}

/* Or if you prefer to target specific elements */
body {
  font-family: "Poppins", sans-serif;
}

.pointer {
  cursor: pointer;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4ebf1;
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.14);
  padding-left: 100px;
  padding-right: 100px;
  height: 94px;
  padding-bottom: 20px !important;
  padding-top: 20px !important;

  z-index: 10;
  min-height: 76px;
}
.header .welcome,
.header .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .welcome {
  color: #4f4f4f;
  font-size: 17px;
  font-weight: 500;
}
.header .item {
  color: var(--soft-gray);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header .item-active {
  position: relative;
  color: #df0714;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header .item-active::before {
  content: " ";
  background-color: #df0714;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -15px;
}

.notification_window {
  position: absolute;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
  right: 0;
  top: 35px;
  width: 600px;
  height: 800px;
  display: grid;
  border-radius: 10px;
}

.notification_window header {
  height: 3rem;
  align-content: center;
  text-align: center;
  margin-bottom: 1rem;
}

.notification_window h2 {
  font-size: 1.3rem;
  font-weight: 500;
}

.notification_window .notification_mark_btn {
  border: 1px solid transparent;
  padding: 0px;
  background-color: transparent;
  z-index: 1;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
}

.btn_notificaciones {
  border-radius: 0.5rem;
  padding: 0.5rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  text-align: center;
  color: black;
}
.btn_notificaciones_active {
  background-color: #feb22a29;
  color: #f1b949;
  padding: 0.5rem;
  border-radius: 0.5rem;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 500;
}

.notificacion_container:hover button {
  border: 1px solid #cbd5e1;
  border-radius: 2rem;
}

.footer {
  box-shadow: 0px -5px 17px 0px rgba(116, 164, 169, 0.06);
}
.footer .icons-container-wrapper {
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #ffffff;
}
.footer .footer_contact {
  color: #ffffff;
  background-color: var(--soft-gray);
}

.footer_contact {
  padding: 1.5rem 1rem;
}

.footer_contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_contact li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer_contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer_contact ul {
    flex-direction: column;
    gap: 1rem;
  }

  .footer_contact li {
    justify-content: center;
  }
}

.logout_btn {
  padding: 4px 10px;
  background-color: #ffecec;
  border-radius: 6px;
}

.btn-primary {
  inset: all;
  color: #ffffff;
  background-color: #f1b949;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 10px;
}

.badge {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3px 9px;
  display: inline-flex;
  border-radius: 10px;
  vertical-align: middle;
  align-self: center;
}

.badge-red {
  background: rgba(238, 129, 168, 0.19);
  color: #cc000c;
}

.badge-green {
  color: #747701;
  background: rgba(168, 173, 0, 0.16);
}

.badge-yellow {
  color: #dd9300;
  background-color: rgba(241, 185, 73, 0.27);
}

.paragraph {
  font-size: 1rem;
  color: #4f4f4f;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}

.divider {
  width: 100%;
  background-color: #c9c9c9;
  height: 1px;
}

/* Calendar */
.calendar {
  border-radius: 10px;
  max-width: 437px;
  background: white;
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.14);
  width: 100%;
  padding: 0 0 15px;
}

.calendar .title {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 600;
}

.calendar .calendar__header {
  padding: 15px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4ebf1;
}

.calendar .calendar__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  padding: 0 10px;
}

.calendar .calendar__weekend,
.disabled-day {
  color: #a5a5a5;
}

.calendar .calendar__day {
  padding: 10px;
  justify-self: center;
  position: relative;
}

.calendar .calendar_day-current {
  background-color: red;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*clip-path: circle(40%);*/
}

.calendar .calendar__event-red {
  color: red;
  cursor: pointer;
}

.calendar .calendar__event-pink {
  color: #ee81a8;
}

.calendar .calendar__day-current .calendar__event-gold {
  color: #f1b949;
}

.calendar .calendar__event-yellow {
  color: #f1b949;
  cursor: pointer;
}

.calendar .calendar__event-red::after {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: red;
  position: absolute;
  top: 29px;
  color: red;
  right: 50%;
  transform: translateX(50%);
  clip-path: circle(40%);
}

.calendar .calendar__event-pink::after {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #ee81a8;
  position: absolute;
  top: 29px;
  color: #ee81a8;
  right: 50%;
  transform: translateX(50%);
  clip-path: circle(40%);
}

.calendar .calendar__event-yellow::after {
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #f1b949;
  position: absolute;
  top: 29px;
  color: #f1b949;
  right: 50%;
  transform: translateX(50%);
  clip-path: circle(40%);
}

.comment {
  background: rgba(228, 235, 241, 0.51);
  border-radius: 5px;
  display: flex;
  align-items: start;
  gap: 18px;
  padding: 18px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.comment .name {
  font-size: 1rem;
  color: #4f4f4f;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.comment .paragraph {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}
.comment .time {
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: calc(1rem - 4px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
}

.reset_input {
  border: none;
  outline: none;
  background-color: none;
}
.reset_input:focus {
  outline: none;
}

.reset_input:focus {
  outline: none;
  border: none;
}

.input-group {
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  padding: 8px;
}

.input-group input:focus {
  outline: none;
  border: none;
}

.input-group input {
  border: none;
  outline: none;
}

.post .title {
  font-size: 1.875rem;
  color: #4f4f4f;
  font-weight: 600;
  line-height: normal;
}
.post .subtitle {
  font-size: 21px;
  color: #4f4f4f;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  margin-bottom: 15px;
}
.post .post_time {
  color: #4f4f4f;
  font-size: calc(1rem + 3px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.post .post-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.14);
  padding: 15px 9px;
  margin-bottom: 15px;
  max-width: 436px;
}
.post .post-card .title {
  font-size: 21px;
  margin-bottom: 10px;
}
.post .post-card .paragraph {
  font-size: 14px !important;
  font-weight: 400;
  text-align: justify;
  padding-bottom: 15px;
}
.post .post-card .post-card_photo {
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}
.post .post-card .time {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments .subtitle {
  font-size: 21px;
  color: #4f4f4f;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  margin-bottom: 15px;
}

/* here */

.noticias-home {
  max-width: 912px;
  padding: 20px 0;
}
.noticias-home-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.noticias-home-title {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.noticias-home-link {
  color: #df0714;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 4px;
}
.noticias-home-link img {
  width: 16px;
  aspect-ratio: 1/1;
}

.noticias-estaticas {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 44px;
}
.noticias-estaticas-card {
  display: flex;
  width: max-content;
  max-width: 100%;
  min-width: 911px;
  padding: 12px 15px;
  gap: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.14);
  background-color: #ffffff;
}
.noticias-estaticas-card-textblock {
  display: flex;
  flex-direction: column;
  width: 47%;
}
.noticias-estaticas-card-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.noticias-estaticas-card-date {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.noticias-estaticas-card-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.noticias-estaticas-card-subtitle {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.noticias-estaticas-card-subtitle:hover {
  text-decoration: underline;
}

.noticias-estaticas-card-par {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.noticias-estaticas-img {
  display: flex;
  width: 432px;
  height: 200px;
}
.noticias-estaticas-img img {
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
}

.noticias-recurrentes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 36px;
  width: 100%;
  margin-bottom: 44px;
}
.noticias-recurrentes-card {
  display: flex;
  flex-direction: column;
  width: 436px;
  height: 427px;
  padding: 15px 9px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.14);
  background-color: #ffffff;
}
.noticias-recurrentes-card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.noticias-recurrentes-card-date {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.noticias-recurrentes-card-img {
  margin-bottom: 24px;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.noticias-recurrentes-card-img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  min-height: 200px;
}
.noticias-recurrentes-card-textblock {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.noticias-recurrentes-card-subtitle {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.noticias-recurrentes-card-subtitle:hover {
  text-decoration: underline;
}

.noticias-recurrentes-card-par {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*
    Cambio Categorias
*/

.category-color {
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3px 9px;
  border-radius: 5px;
}

/* Publicaciones general */

.breadcrumb {
  width: 100%;
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px 0 23px 124px;
  background-color: #f9fbfd;
}

.breadcrumb a {
  all: unset;
  cursor: pointer;
}

.banner {
  width: 100%;
  height: 424px;
  padding: 99px 130px;
  display: flex;
  align-items: end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner-layer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-container {
  padding: 20px 30px;
  width: 100%;
  border-bottom: solid 1px #fff;
  position: relative;
  z-index: 2;
}

.banner-title {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-section {
  padding: 85px 126px;
  display: flex;
  background-color: #f9fbfd;
  width: 100%;
  gap: 127px;
}

.search-section {
  display: flex;
  justify-content: end;
}

.categories-section-container {
  width: 360px;
  background-color: #f9fbfd;
}

.categories-section {
  padding: 20px 32px 40px;
  width: 360px;
  border: solid 1px #e4ebf1;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.1);
  background-color: #ffffff;
}

.categories-title {
  padding: 16px 0;
  width: 100%;
  border-bottom: solid 1px #e7e7e7;
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.categories-option {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.category-option {
  display: flex;
  align-items: center;
  gap: 14px;
}

.category-input {
  all: unset;
  border: 1px var(--soft-gray) solid;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.category-input:active,
.category-input:focus,
.category-input:checked {
  all: unset;
  border: 1px #df0714 solid;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #df0714;
}

.noticias-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.noticias-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.noticias-top-title {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.noticias-top-search {
  display: flex;
  position: relative;
}
.noticias-top-search input {
  all: unset;
  width: 239px;
  height: 30px;
  padding: 0 14px 4px;
  border: solid 1px var(--soft-gray);
  border-radius: 6px;
}
.noticias-top-search input::placeholder {
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.noticias-top-search svg {
  position: absolute;
  right: 12px;
  top: 11px;
}

.noticiasxcategorias {
  max-width: 912px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.lista-noticias {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 36px;
  width: 100%;
}

.article-subtitle {
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  padding: 24px 0;
}

.post-link {
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  width: fit-content;
  border-radius: 10px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  color: #4d9fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  box-shadow: 0px 12px 23px -3px rgba(0, 0, 0, 0.1);
  margin-top: 27px;
}

.rte_content * {
  margin-bottom: 1rem;
}

.rte_content ul,
.rte_content ol,
.rte_content li {
  margin-left: 20px;
  margin-bottom: 0.5rem;
  list-style-type: revert;
}

.rte_content > ul:last-child,
.rte_content > ul:first-child {
  margin-bottom: 1rem;
}

.post_rich_text {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.post_rich_text p {
  margin-bottom: 1rem;
}

.post_rich_text ul {
  margin-left: 20px;
}

.post_rich_text ul li {
  text-indent: 10px;
  list-style: outside;
}

.post_rich_text ul li::before {
  content: "";
  margin-right: -10px;
}

.post_rich_text ul li::marker {
  color: red;
}

/* Pagination */

.pagination_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
  padding: 15px 15px;
  border-radius: 2px;
  cursor: pointer;
}

.pagination_btn:hover {
  background-color: #eef3f7;
}

.pagination_btn_selected {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
  padding: 15px 15px;
  border-radius: 2px;
  background-color: #df0714;
  cursor: default;
}

.pagination_nav_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 9px;
  cursor: pointer;
}

.pagination_nav_btn:hover {
  background-color: #eef3f7;
}

/* Own pagination */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  gap: 5px;
  height: 2rem;
  justify-content: center;
}

.pagination li {
  width: 2rem;
}

.pagination p {
  width: 100%;
  height: 100%;
  text-align: center;
}

.pagination button {
  text-align: center;
  width: 100%;
  height: 100%;
}

.pagination .active button {
  background-color: #df0714;
  color: white;
  border-radius: 10%;
  font-weight: bold;
}

/* Publicaciones general */

/* Componentes estaticos Home */
.home_container button[aria-current="true"] {
  background-color: #df0714;
}

.home_container button[aria-current="false"] {
  background-color: #e4ebf1;
}

.home_container .points {
  bottom: -40px;
}

.home_container .item-carrusel {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.active-row {
  filter: invert(60%) sepia(98%) saturate(992%) hue-rotate(22deg)
    brightness(90%) contrast(105%) !important;
}

.disabled-row {
  filter: invert(70%) sepia(0%) saturate(73%) hue-rotate(204deg)
    brightness(104%) contrast(82%) !important;
}

.home-static {
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.14);
}
.home-static-title {
  color: #df0714;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-static-title2 {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-static-title-span {
  color: #f1b949;
}
.home-static-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 5px 0;
}
.home-static-content-items {
  display: flex;
  padding: 0 10px;
  justify-content: space-around;
  align-items: center;
}
.home-static-content-items img {
  aspect-ratio: 1/1;
  width: 54px;
  border-radius: 54px;
  object-fit: cover;
}
.home-static-content-items-name {
  color: #4f4f4f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 232px;
}
.home-static-content-items-prof {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.4px;
  width: 103px;
}
.home-static-content-items-cong {
  color: #f1b949;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
}
.home-static-more {
  color: #df0714;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.home_boletin_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0;
}

.home_boletin_section_img {
  width: 100%;
  height: 216px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}

.home_boletin_section_img img {
  object-fit: cover;
}

.home_boletin_section_textbox {
  display: flex;
  padding-left: 25px;
  gap: 6px;
}

.home_boletin_section_text {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.home_boletin_section_hltext {
  color: #f1b949;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.home_gallery {
  display: flex;
  flex-wrap: wrap;
  width: 434px;
  height: 788px;
  column-gap: 18px;
  padding: 22px 22px 43px;
  position: relative;
}

.home_photo {
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
}

.home_photo img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.photo1 {
  width: 242px;
  height: 128px;
}

.photo2 {
  width: 130px;
  height: 242px;
  right: 18px;
}

.photo3 {
  width: 243px;
  height: 100px;
  top: 166px;
}

.photo4 {
  width: 128px;
  height: 144px;
  top: 284px;
}

.photo5 {
  width: 243px;
  height: 144px;
  top: 284px;
  right: 18px;
}

.photo6 {
  width: 243px;
  height: 128px;
  top: 446px;
}

.photo7 {
  width: 243px;
  height: 154px;
  top: 592px;
}

.photo8 {
  width: 129px;
  height: 300px;
  top: 446px;
  right: 18px;
}

/* Componentes estaticos Home */

/* Pag en construccion */
.pag_en_const {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  height: 75vh;
  width: 100%;
  margin-bottom: -80px;
}

.pag_en_const_text {
  color: var(--soft-gray);
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
}
/* Pag en construccion */
/* Icon section */
.icon-session {
  aspect-ratio: 1/1;
  width: 54px;
  border-radius: 54px;
  object-fit: cover;
}
/* Icon section */

/* Galeria */
.gallery-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 53px;
  row-gap: 48px;
}
.gallery_card {
  width: 457px;
  height: 301px;
  padding: 20px 16px 30px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 18px;
  background-color: #eef3f7;
}

.gallery_card_img {
  width: 426px;
  height: 173px;
  border-radius: 8px;
}

.gallery_card_title {
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.gallery_card_date {
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.gallery_card_textbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gallery_card_count {
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

/* Galeria palte adentro */
.folder_galeria {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 62px;
  padding: 99px 130px 140px;
}

.folder_galeria_titlebox {
  display: flex;
  gap: 16px;
}

.folder_galeria_title {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.folder_galeria_count {
  display: flex;
  align-items: center;
  background-color: #74a4a93b;
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  padding: 0 8px;
  border-radius: 31px;
}

.galeria {
  column-count: 3;
  column-gap: 1em;
}

.galeria-img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .galeria {
    column-count: 3;
  }
}

@media (max-width: 800px) {
  .galeria {
    column-count: 2;
  }
}

@media (max-width: 400px) {
  .galeria {
    column-count: 1;
  }
}

/* Galeria palte adentro*/
/* Galeria */
/* Modal */

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 716px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 31px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  max-height: 90vh;
}
.modal-close {
  color: #aaa;
  line-height: 50px;
  position: absolute;
  right: 31px;
  text-align: center;
  top: 24px;
  width: 18px;
  text-decoration: none;
}

.modal-close:hover {
  color: black;
}

.modal_header {
  display: flex;
  padding: 0 0 16px;
  margin: 0 0 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.modal_header_group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.modal_header_title {
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.modal_header_dot {
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #ee81a8;
  border-radius: 50%;
}

.modal_header_date {
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.modal_event {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 53px;
  margin: 0 0 18px;
  border-bottom: 1px solid #e5e5e5;
}

.modal_event_type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.modal_event_title {
  color: #383838;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}

.modal_event_description {
  color: #383838;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  width: 50%;
  margin-bottom: 20px;
}

.modal_groups {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.modal_event_location {
  color: #383838;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 300;
  line-height: 29px;
}

.modal_event_link {
  color: #383838;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: underline;
}

.modal_notRelevant {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
}

.modal_notRelevant_title {
  color: #df0714;
  font-family: Poppins;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.modal_notRelevant_title_span {
  color: #ffa839;
}

/* Modal */
/* Celebraciones Views */
.inpt_label {
  position: absolute;
  top: 1rem;
  left: 0;
  pointer-events: none;
  transform: translateY(-120%) scale(0.7);
  padding-inline: 0.3rem;
  color: var(--soft-gray);
  font-family: Poppins;
  background-color: #f9fbfd;
}

.inpt_select {
  display: block;
  width: 200px;
  padding: 1rem;
  border-radius: 7px;
  color: var(--soft-gray);
  background-color: transparent;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.inpt_text {
  display: block;
  width: 200px;
  padding: 1rem;
  border-radius: 7px;
  color: var(--soft-gray);
  border: 1px solid var(--soft-gray);
  background-color: transparent;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.inpt_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  background-color: #ffa839;
  padding: 0 30px;
  border-radius: 7px;
}

.table_head {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  background-color: var(--soft-gray);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.table_row:nth-child(odd) {
  background-color: #eef3f7;
}

.t_h_1,
.t_b_1 {
  width: 152px;
  display: flex;
  justify-content: center;
}

.t_b_1 img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.placeholder_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ffecec;
  color: #cc000c;
  font-size: 18px;
  font-weight: 700;
}

.t_h_2,
.t_b_2 {
  width: 300px;
  display: flex;
  justify-content: start;
}

.t_h_3,
.t_b_3 {
  width: 245px;
  display: flex;
  justify-content: start;
}

.t_h_4,
.t_b_4 {
  width: 255px;
  display: flex;
  justify-content: start;
}

.t_h_5,
.t_b_5 {
  width: 200px;
  display: flex;
  justify-content: start;
}

.t_b_5 {
  color: #cc000c;
}

.t_b_5 span {
  background-color: #ffecec;
  border-radius: 51px;
  padding: 5px 15px;
}

.t_h_6,
.t_b_6 {
  width: 200px;
  display: flex;
  justify-content: start;
}

.t_h_7,
.t_b_7 {
  width: 20px;
  display: flex;
  justify-content: start;
}

.t_b_7 {
  color: #f1b949;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2px;
}

.table_row {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  color: #4f4f4f;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

/* Login */
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 720px;
  height: 69.5vh;
  width: 100%;
  background-color: #cc000c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 660px;
  padding: 100px 50px;
  border-radius: 10px;
  background-color: transparent;
  backdrop-filter: blur(40px);
}

.login_textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 24px;
  margin-bottom: 44px;
}

.login_title {
  color: #df0714;
  font-size: 46px;
  font-weight: 600;
  line-height: 30px;
}

.login_hl {
  color: #ffa839;
}

.login_text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.login_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0 55px;
  margin-bottom: 22px;
}

.login_username {
  width: 450px;
  height: 52px;
  padding: 10px 40px;
  border-radius: 10px;
}

.login_password {
  width: 450px;
  height: 52px;
  padding: 10px 40px;
  border-radius: 10px;
}

.login_forget {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  align-self: flex-start;
}

.login_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  background-color: #f1b949;
  border-radius: 10px;
}

.login form {
  width: 100%;
  padding: 0 55px;
}

.login_btn_365 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 10px 0;
  border-radius: 10px;
  width: 100%;
  background-color: #4d9fff;
}
/* Login */
/* Nuestra Empresa */

.nuestra_empresa_selection {
  padding: 28px 24px;
  width: 85%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px #74a4a924;
  border: solid 1px #e4ebf1;
  border-radius: 4px;
  position: absolute;
}

.nuestra_empresa_selection_title {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  padding: 14px 7px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 14px;
}

.nuestra_empresa_selection_options {
  padding: 12px 16px;
  color: var(--soft-gray);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}

.nuestra_empresa_selection_options_selected {
  padding: 12px 16px;
  color: #df0714;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  background-color: #ffa1a42e;
  cursor: pointer;
  border-radius: 5px;
}

/* Nuestra Historia */
.nuestra_historia {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.nuestra_historia_title {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.nuestra_historia_textblock {
  display: flex;
  gap: 32px;
}

.nuestra_historia_text {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.nuestra_historia_text h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.nuestra_historia_text h3 {
  font-size: 1.17em;
  font-weight: bold;
}

.nuestra_historia_text h4 {
  font-weight: bold;
}

.nuestra_historia_text ul {
  margin-left: 20px;
  list-style-type: revert;
}

.nuestra_historia_text a {
  color: revert;
  text-decoration: revert;
}

.nuestra_historia_img1 {
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: 50%;
}

.nuestra_historia_img2 {
  width: 100%;
  overflow: hidden;
}

.nuestra_historia_img2 img {
  object-fit: cover;
  width: 100%;
}
/* Nuestra Historia */
/* Mision, Vision y Valores */

.mvv {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 95px;
}

.mvv_title {
  color: #4f4f4f;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 36px;
}

.mvv_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 56px 0;
  margin: 1.5rem 0;
}

.mvv_textblock {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 458px;
}

.mvv_subtitle {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.mvv_text {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.mvv_gallery {
  position: relative;
  min-width: 200px;
  max-width: 360px;
}

.mvv_gallery1_1 {
  box-shadow: 0px 4px 8px 0px #00000040;
  border: solid 9px white;
  border-radius: 3px;
  display: flex;
  position: relative;
}

.mvv_gallery1_1 img {
  object-fit: cover;
  width: 100%;
}

.vector_1_1 {
  position: absolute;
  bottom: -22px;
  right: -22px;
}

.mvv_gallery1_2 {
  position: absolute;
  height: 46%;
  width: 50%;
  box-shadow: 0px 4px 8px 0px #00000040;
  border: solid 9px white;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  left: -22px;
  bottom: -44px;
}

.mvv_gallery1_2 img {
  object-fit: cover;
  width: 100%;
}

.mvv_gallery2_1 {
  box-shadow: 0px 4px 8px 0px #00000040;
  border: solid 9px white;
  border-radius: 3px;
  display: flex;
  position: relative;
}

.mvv_gallery2_1 img {
  object-fit: cover;
  width: 100%;
}

.vector_2_1 {
  position: absolute;
  left: -22px;
  top: -22px;
}

.mvv_gallery2_2 {
  position: absolute;
  box-shadow: 0px 4px 8px 0px #00000040;
  border: solid 9px white;
  border-radius: 3px;
  height: 46%;
  width: 50%;
  display: flex;
  right: -22px;
  bottom: -44px;
}

.mvv_gallery2_2 img {
  object-fit: cover;
  width: 100%;
}

.mvv_gallery3_1 {
  box-shadow: 0px 4px 8px 0px #00000040;
  border: solid 9px white;
  border-radius: 3px;
  display: flex;
  position: relative;
}

.vector_3_1 {
  position: absolute;
  left: -22px;
  top: -22px;
}

.vector_3_2 {
  position: absolute;
  bottom: -22px;
  right: -22px;
}

.mvv_gallery3_1 img {
  object-fit: cover;
  width: 100%;
}

.mvv_gallery3_2 {
  position: absolute;
  box-shadow: 0px 4px 8px 0px #00000040;
  border: solid 9px white;
  border-radius: 3px;
  right: -75px;
  top: -60px;
  height: 46%;
  width: 50%;
  display: flex;
}

.mvv_gallery3_2 img {
  object-fit: cover;
  width: 100%;
}

.mvv_gallery3_3 {
  position: absolute;
  box-shadow: 0px 4px 8px 0px #00000040;
  border: solid 9px white;
  border-radius: 3px;
  display: flex;
  left: -75px;
  bottom: -60px;
  height: 46%;
  width: 50%;
}

.mvv_gallery3_3 img {
  object-fit: cover;
  width: 100%;
}

/* Mision, Vision y Valores */

/* Linea de Tiempo */
.lineaT {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.lineaT_container {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}

.lineaT_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 236px;
  height: 281px;
  background-color: #fff;
  border: 1px solid #e4ebf1;
  box-shadow: 0px 4px 10px 0px #74a4a924;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.lineaT_card_open {
  justify-content: end !important;
}

.lineaT_title,
.lineaT_p,
.lineaT_card_year {
  color: #4f4f4f;
}

.lineaT_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.lineaT_card_year {
  color: var(--soft-gray);
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}

.lineaT_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow-y: scroll;
  height: 80%;
}

.lineaT_info::-webkit-scrollbar {
  width: 8px;
}

.lineaT_info::-webkit-scrollbar-track {
  border-radius: 10px;
}

.lineaT_info::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.lineaT_info::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lineaT_p {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 8px;
}

.header-icon {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6e808e;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 76px;
  top: 65px;
  z-index: 2;
  border-radius: 50%;
  transition: opacity 0.5s ease, top 0.5s ease;
}

.header-icon.moved-up {
  top: -41px;
  opacity: 1;
}

.header-icon.moved-down {
  top: 50px;
  opacity: 0;
}

.header-icon img {
  width: 50%;
}

.bgColor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 5px;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center center;
}

.bgColor.rotated {
  opacity: 1;
  transform: rotate(12deg);
}

.bgColor.no-rotated {
  opacity: 0;
  transform: rotate(0deg);
}

/* Linea de Tiempo */

/* Nuestros Lideres */

.lideres {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.lideres_title {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.lideres_container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.lideres_card {
  position: relative;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  background-color: #fff;
  box-shadow: 0px 14px 18px -9px #04488e38;
  border: solid 1px #e9e9e9;
  border-radius: 5px;
}

.lideres_card img {
  width: 191px;
  height: 182px;
  border-radius: 3px;
}

.lideres_card_body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 1rem;
  max-width: 85%;
}

.lideres_card_name {
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  width: 85%;
}

.lideres_card_presentation {
  color: #383838;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}

.lideres_card_description {
  color: #4f4f4f;
  font-size: 14px;
  word-break: break-word;
  text-align: justify;
  width: 85%;
}

.lideres_card_description h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.lideres_card_description h3 {
  font-size: 1.17em;
  font-weight: bold;
}

.lideres_card_description h4 {
  font-weight: bold;
}

.lideres_card_description ul {
  margin-left: 20px;
  list-style-type: revert;
}

.lideres_card_description a {
  color: revert;
  text-decoration: revert;
}

.linkedin {
  color: #000f71;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.lideres_card .lideres_card_icon {
  position: absolute;
  top: -1px;
  right: 28px;
  width: 52px;
  height: 71px;
  border-radius: 0;
}

/* Nuestros Lideres */
/* Memorias Anuales */

.memorias {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 100%;
}

.memorias_title {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.memorias_container {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
}

.memorias_card {
  display: flex;
  flex-direction: column;
  width: 311px;
  height: 300px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0px 5px 10px 0px #ababab40;
}

.memorias_card_year {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 25px;
  border-radius: 4px;
  height: 158px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 46px;
}

.memorias_card_data {
  padding: 12px 22px 19px;
  display: flex;
  flex-direction: column;
}

.memorias_card_date {
  color: var(--soft-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
}

.memorias_card_title {
  color: #374754;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 32px;
}

.memorias_card_descarga {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #df0714;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
}
/* Memorias Anuales */
/* Repositorio de Documentos */

.repo {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 100%;
}

.repo_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.repo_title {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.repo_select_group {
  position: relative;
}

.repo_select_label {
  color: var(--soft-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  pointer-events: none;
  transform: translateY(-120%) scale(0.7);
  padding-inline: 0.3rem;
  background-color: #f9fbfd;
}

.repo_select {
  all: unset;
  display: block;
  width: 200px;
  padding: 13px 16px;
  border: 1px solid var(--soft-gray);
  border-radius: 7px;
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.repo_search_group {
  position: relative;
}

.repo_search {
  all: unset;
  width: 227px;
  height: 42px;
  padding: 0 34px 4px 14px;
  gap: 10px;
  border-radius: 7px;
  border: 1px solid var(--soft-gray);
}

.repo_search::placeholder {
  color: var(--soft-gray);
  font-size: 14px;
  font-weight: 400;
}

.repo_search_icon {
  position: absolute;
  right: 16px;
  top: 17px;
}

.repo_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 46px;
  column-gap: 56px;
}

.repo_card {
  display: flex;
  flex-direction: column;
  width: 311px;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 5px 10px 0px #ababab40;
  background-color: #fff;
}

.repo_card_img {
  width: 311px;
  height: 158px;
  border-radius: 5px;
}

.repo_card_textbox {
  display: flex;
  flex-direction: column;
  padding: 12px 22px 25px;
}

.repo_card_date {
  color: var(--soft-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 8px;
}

.repo_card_title {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
}

.repo_card_download {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #df0714;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
}
/* Repositorio de Documentos */
/* Nuestra Empresa */
/* Celebraciones Views */
/* Mi Perfil View */

.profile_header {
  display: flex;
  width: 100%;
  height: 411px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.profile_info {
  width: 100%;
  display: flex;
  justify-content: start;
  margin-bottom: 17px;
}

.profile_name {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.profile_position {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.profile_nav {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 102px;
  background-color: #fff;
}

.profile_img {
  width: 211px;
  height: 211px;
  border-radius: 50%;
  align-self: self-end;
}

.profile_placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 211px;
  border-radius: 50%;
  align-self: self-end;
  background-color: #ffecec;
  color: #cc000c;
  font-size: 72px;
  font-weight: 700;
}

.profile_nav_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.profile_link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4f4f4f;
  text-align: center;
  cursor: pointer;
}

.profile_link_disabled {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--disabled-gray);
  text-align: center;
  cursor: pointer;
}

.profile_link a,
.profile_link_disabled a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 0.75rem 1.5rem;
  text-align: center;
}

.profile_link:not(.disabled) a:hover {
  color: #df0714;
}

.profile_link_selected a {
  color: #df0714;
}

.profile_section {
  padding: 50px 0 50px 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info_main {
  padding: 56px 0 100px 0;
}

.info_container {
  display: flex;
  flex-direction: column;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px #74a4a924;
}

.info_title {
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.info_info {
  width: 100%;
  height: 100%;
  max-width: 400px;
}

.info_mark {
  height: 100%;
  border: 1px solid #e4ebf1;
  margin: 0rem 6rem;
}

.info_content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.info_information {
  color: var(--soft-gray);
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

/* Mi Perfil View */
.page_presentation_container {
  width: 100%;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  margin: 4rem auto;
  padding: 2rem 0;
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}

.page_presentation_container * {
  padding: 0 2.5rem;
}

.page_presentation_container .title {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 600;
}

.page_presentation_container .description {
  color: var(--soft-gray);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

/* Solicitudes */
.solicitudes_textbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1530px;
  gap: 18px;
  text-align: left;
  padding-bottom: 54px;
}

.solicitudes_title {
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.solicitudes_text {
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  max-width: 868px;
}

.solicitudes_select {
  display: flex;
  width: 100%;
  max-width: 1530px;
  flex-wrap: wrap;
  gap: 2rem;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4ebf1;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e4ebf1;
}

.card-disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4ebf1;
  border-radius: 0.375rem;
  background-color: var(--light-soft-gray);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: not-allowed;
}

.solicitudes_select_option {
  padding: 1rem 7rem;
  margin-bottom: 3rem;
}

.card:hover .svg-icon-container svg path {
  fill: var(--white);
}

.card:hover {
  background-color: var(--bnf-hover-color);
}

.card:hover * p {
  color: var(--white) !important;
}

.selectedCard {
  background-color: var(--bnf-hover-color);
}

.selectedCard .svg-icon-container svg path {
  fill: var(--white);
}

.selectedCard * p {
  color: var(--white) !important;
}

.solicitudes_realizadas {
  display: flex;
  width: 100%;
  max-width: 1530px;
  flex-direction: column;
  padding: 40px 0 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(116, 164, 169, 0.141);
}

.solicitudes_realizadas_head {
  padding: 0 53px 26px;
  border-bottom: 1px solid #e4ebf1;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solicitudes_head_title {
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.solicitudes_realizadas_body {
  padding: 0 53px;
}

.solicitudes_realizadas_table {
  width: 100%;
}

.sr_table_head {
  height: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: var(--soft-gray);
  color: #ffffff;
  font-size: 17px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  align-content: center;
}

.sr_table_row {
  height: 80px;
  font-size: 15px;
  color: #4f4f4f;
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  cursor: pointer;
}

.sr_table_row:nth-child(odd) {
  background-color: #eef3f7;
}

.sr_t_h {
  height: 100%;
}

.sr_t_h,
.sr_t_b {
  width: 100%;
  display: grid;
  justify-content: start;
  align-items: center;
  padding: 20px 10px 20px 20px;
}

.sr_t_b .status {
  text-align: center;
}

.PENDING,
.PENDING_BY_GG,
.PENDIENTE,
.INPROCESS,
.RETURN,
.CANCEL,
.COMPLETED,
.COMPLETADA,
.APROBADA,
.APPROVED,
.APPROVED_BY_GG,
.REJECTED,
.RECHAZADA,
.REJECTED_BY_GG {
  padding: 2px 14px 2px 14px;
  border-radius: 5px;
  height: 2rem;
  width: 11rem;
  text-align: center;
  align-content: center;
  text-wrap: wrap;
  font-size: 14px;
}

.PENDING,
.PENDIENTE,
.PENDING_BY_GG {
  color: #f1b949;
  background-color: #f1b94926;
}

.INPROCESS {
  color: #124fc2;
  background-color: #6494ed5e;
}

.APROBADA,
.APPROVED,
.APPROVED_BY_GG,
.COMPLETED,
.COMPLETADA {
  color: #247c09;
  background-color: #95f27955;
}

.CANCEL,
.REJECTED,
.REJECTED_BY_GG,
.RETURN,
.RECHAZADA {
  color: #ec1c24;
  background-color: #ec1c2421;
}

.request_status_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 48px;

  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
/* Vacaciones */
.solicitudes_container {
  width: 100%;
  margin: auto;
  max-width: 1530px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px #74a4a924;
}

.solicitudes_data_planificacion {
  padding: 0 2.5rem;
  display: grid;
  grid-template-rows: auto auto;
  gap: 3rem;
}

.step_solicitudes_head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4ebf1;
  gap: 1.5rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.solicitudes_instructions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 61px;
}

.solicitudes_instructions img {
  width: 100%;
  object-fit: contain;
}

.solicitudes_next_step {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}

.solicitudes_info {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  justify-content: center;
  max-width: 498px;
  text-align: center;
}

.vacaciones_info {
  display: none;
  /* display: grid; */
  grid-template-rows: repeat(3, 1fr);
  border-bottom: 1px solid #e4ebf1;
  gap: 2rem;
  padding-bottom: 3rem;
}

.vacaciones_info_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: start;
  align-items: baseline;
  gap: 1rem;
}

.vacaciones_info_key {
  color: #4f4f4f;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.vacaciones_info_value {
  color: var(--soft-gray);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.vacaciones_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem 2.5rem;
}

.vacaciones_form_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}

.vacaciones_form_title {
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.vacaciones_form_add {
  color: #df0714;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.forms_container_md {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 50px;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0 1rem 0;
}

.forms_formularios {
  margin-bottom: 15px;
}

.form_group {
}

.form_error {
  color: #df0714;
  margin: -0.7rem 0.7rem 30px auto;
  font-size: 0.8rem;
}

.form_select_label {
  color: var(--soft-gray);
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%) translateX(0.5rem) scale(0.8);
  background-color: #fff;
}

.input_calendar {
  width: 100%;
  padding: 13px 16px;
  border-radius: 5px;
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
}

.input_text {
  all: unset;
  display: block;
  width: 200px;
  padding: 13px 16px;
  border: 1px solid var(--soft-gray);
  border-radius: 7px;
  color: var(--soft-gray);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.vacaciones_form_footer {
  display: flex;
  flex-direction: column;
  gap: 53px;
  width: 100%;
  padding: 1.25rem 2.5rem;
}

.vacaciones_form_info {
  display: grid;
  gap: 0.8rem;
}

.vacaciones_form_infoText {
  display: flex;
}

.vacaciones_form_infoText p {
  font-size: 15px;
  color: var(--soft-gray);
}

.vacaciones_form_infoText svg {
  display: inline-block;
  margin-right: 0.6rem;
  min-width: 1.2rem;
  min-height: 1.2rem;
  align-self: center;
}
.resumen_vacaciones_form_btn,
.vacaciones_form_btn {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}

.vacaciones_form_btn {
  grid-template-columns: auto auto;
  padding-right: 3.5rem;
}

.solicitudes_button {
  border-radius: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  width: 10rem;
  height: 2.5rem;
  justify-content: center;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select select::after,
.custom-select::after {
  content: "\25BC"; /* Código de la flecha */
  font-size: 12px;
  color: #333;
  position: absolute;
  top: 50%;
  right: 28px;
  pointer-events: none;
  transform: translateY(-50%);
}

.custom-select select {
  background-image: none; /* Sobrescribir el estilo de flowbite */
  appearance: none; /* Elimina el estilo por defecto */
  -webkit-appearance: none; /* Para Safari */
  -moz-appearance: none; /* Para Firefox */
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.custom-select select:focus {
  outline: none;
}

.btn_basics {
  width: 10rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  height: 45px;
}

.btn_save {
  background-color: #df0714;
}

.btn_save:disabled {
  background-color: #df071576;
}

.btn_save:not(:disabled):hover {
  background-color: #950811f0;
}

.btn_send {
  background-color: #ffa839;
}

.btn_send:disabled {
  background-color: #ffa83976;
}

.btn_send:not(:disabled):hover {
  background-color: #c98b1cf0;
}

.btn_cancel {
  background-color: #555353c6;
}

.btn_cancel:disabled {
  background-color: #8f898970;
}

.btn_cancel:not(:disabled):hover {
  background-color: #3a3a3af0;
}

.btn_enjoy {
  background-color: #269604c9;
}

.btn_enjoy:hover {
  background-color: #27870a;
}

.btn_notEnjoy {
  background-color: #df0714;
}

.btn_notEnjoy:hover {
  background-color: #950811f0;
}

.btn_report {
  background-color: #197abae8;
}

.btn_report:hover {
  background-color: #25638c;
}

/* periodo de disfrute */
.disfrute_container {
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  overflow-x: auto;
}

.disfrute_container h3 {
  color: #4f4f4f;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.disfrute_top {
  width: 100%;
  padding: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  background-color: var(--soft-gray);
  border-radius: 7px 7px 0 0;
}

.difrute_head {
  padding: 10px 27px;
  width: 100%;
  background-color: #eef3f7;
}

.difrute_head h4 {
  color: #4f4f4f;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.disfrute_tabla {
  min-width: 680px;
}

.disfrute_tabla_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
}

.disfrute_tabla_container div {
  border: none;
}

.disfrute_tabla_container div:nth-child(-n + 3) {
  border-bottom: 1px solid black;
}

.disfrute_tabla_container div:nth-child(1),
.disfrute_tabla_container div:nth-child(4) {
  border-right: 1px solid black;
}

.disfrute_tabla_container div:nth-child(3),
.disfrute_tabla_container div:nth-child(6) {
  border-left: 1px solid black;
}

.disfrute_tabla_celda {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 27px;
}

.miPerfil-main {
  margin-bottom: auto !important;
  width: 100%;
  position: relative;
}

.miPerfil-main .profile-banner {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 150px 0;
  position: relative;
  z-index: 1;
}

.miPerfil-main .profile-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 2;
}

.miPerfil-main .profile-info img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-left: 100%;
}

.miPerfil-main .profile-info h1 {
  margin: 0;
  font-size: 24px;
  color: #333;
  display: none;
}

.miPerfil-main .nav {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 25%;
}

.miPerfil-main .nav a {
  text-decoration: none;
  color: #333;
  margin: 0 15px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.miPerfil-main .nav a:hover {
  color: #000;
}
/* Beneficios */
.beneficio-img-container {
  min-width: 200px;
  height: 10rem;
}

.beneficio-img-container:hover .svg-icon-container svg path {
  fill: var(--white);
}

.beneficio-img-container:hover {
  background-color: var(--bnf-hover-color);
}

.beneficio-img-container:hover * p {
  color: var(--white) !important;
}

.beneficio-img {
  height: 84px;
  width: 84px;
}
/* Mi Perfil */

.pasos-container {
  display: flex;
  justify-content: space-between;
  position: relative; /* Relative positioning for the line */
  padding: 50px 0; /* Space for the step line */
}

.paso {
  width: 32%;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative; /* For absolute positioning of the number circles */
}

.numero-paso {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent; /* Cambiado a transparente */
  color: #ff000f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border: 2px solid #ff000f;
}

.paso h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.paso p {
  font-size: 16px;
  color: #666;
}

.linea-mamei {
  width: 100px; /* Ajusta el ancho según tu preferencia */
  height: 2px; /* Ajusta el grosor según tu preferencia */
  background-color: darkorange;
  margin: 0 10px; /* Espacio entre la línea y los pasos */
}

/* Loader */
.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 40px;
}

.loader_sm {
  border: 0.3rem solid #f3f3f3;
  border-top: 0.3rem solid #3498db;
  border-right: 0.3rem solid #3498db;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: spin 2s linear infinite;
  margin: -0.5rem 0.7rem 0 1rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Intermark */

/* Modal window */
dialog {
  border-radius: 1rem;
  text-align: center;
  align-content: center;
}

dialog::backdrop {
  /* display: none; */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Mi perfil */
.article-insider {
  margin: auto;
  width: 90%;
  max-width: 1530px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0px 4px 10px 0px #74a4a924;
}

.article-insider > * {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.opt_selector {
  width: 14rem;
  height: 2rem;
  border-radius: 7px;
  border-color: #dbdbdb;
  box-shadow: 0px 2px 2px 0px #74a4a924;
  font-size: 0.8rem;
  padding-left: 0.75rem;
  color: var(--soft-gray);
}

.table_div {
  min-height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.875rem;
  text-wrap: balance;
  word-break: break-word;
  align-content: center;
}

.table_div > * {
  height: 100%;
  align-content: center;
}

@media (max-width: 768px) {
  .forms_container_md {
    display: grid;
    max-width: 20rem;
    grid-template-rows: 100% auto auto;
    grid-template-columns: none;
    align-items: center;
    margin: 1rem 0 1rem 0;
  }

  .forms_container_md:nth-child(even) {
    display: grid;
    background-color: red;
    align-content: center;
  }
}

.max-w-400 {
  max-width: 400px;
}

.login-status form {
  margin: 0;
}

/* ==========================
   ESTILOS GENERALES CALENDARIOS
   ========================== */

/**
 * Estilo del calendario: fondo blanco, borde gris claro, sombra suave y bordes redondeados.
 */
.flatpickr-calendar {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

/**
 * Ajuste del margen derecho del selector de meses dentro del mes actual.
 */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  margin-right: 1rem;
}

/**
 * Cambio de color de las flechas de navegación a blanco para mejor visibilidad.
 */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  stroke: white !important;
}

/* ==========================
   DÍAS DE LA SEMANA
   ========================== */

/**
 * Fondo rojo y texto blanco para la barra de los días de la semana.
 */
.flatpickr-weekdays {
  background-color: rgb(223, 7, 20);
  color: white !important;
  font-weight: 300;
}

/**
 * Estilo de los nombres de los días de la semana (blanco y negrita ligera).
 */
.flatpickr-weekday {
  color: white !important;
  font-weight: 400;
}

/* ==========================
   ESTILOS PARA LOS RANGOS
   ========================== */

/**
 * Estilos para el primer día del rango: fondo naranja, texto blanco y bordes redondeados a la izquierda.
 */
.flatpickr-day.startRange {
  background-color: #ffa839 !important;
  color: white !important;
  border: 1px solid #ffa839 !important;
  border-radius: 20px 0 0 20px !important;
}

/**
 * Estilo del fondo blanco y texto negro para los meses en el calendario.
 */
.flatpickr-months .flatpickr-month {
  background: white !important;
  color: black !important;
}

/**
 * Estilos para el selector de mes/año: fondo blanco, texto negro y borde gris.
 */
.flatpickr-months .flatpickr-monthDropdown-months,
.flatpickr-current-month input {
  background: white !important;
  color: black !important;
  border: 1px solid #ccc !important;
}

/**
 * Estilo consistente para los selects de mes y año: fondo blanco y texto negro.
 */
.flatpickr-monthDropdown-months select,
.flatpickr-current-month select {
  background: white !important;
  color: black !important;
  border: 1px solid #ccc !important;
}

/**
 * Fondo rojo en el contenedor de los días de la semana y meses para resaltar estas secciones.
 */
.flatpickr-weekdaycontainer,
.flatpickr-months .flatpickr-month,
.flatpickr-weekdaycontainer .flatpickr-weekday {
  background-color: rgb(223, 7, 20) !important;
}

/**
 * Estilos para el último día del rango: fondo naranja, texto blanco y bordes redondeados a la derecha.
 */
.flatpickr-day.endRange {
  background-color: #ffa839 !important;
  color: white !important;
  border: 1px solid #ffa839 !important;
  border-radius: 0 20px 20px 0 !important;
}

/* ==========================
   ESTILOS PARA EL DÍA ACTUAL
   ========================== */

/**
 * Resalta el día actual con un borde rojo.
 */
.flatpickr-day.today {
  border: 1px solid rgb(223, 7, 20) !important;
}

/**
 * Cambia el color de fondo y texto cuando el cursor está sobre el día actual.
 */
.flatpickr-day.today:hover {
  background-color: #e2e2e2;
  color: #484848;
}

/**
 * Añade un sombreado entre el primer y último día del rango seleccionado.
 */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #e2e2e2;
}

/**
 * Estilo para los días seleccionados: borde naranja y fondo amarillo/naranja.
 */
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  border-color: rgb(241 185 73);
  background-color: #ffa839;
}

/**
 * Bullet activo de la paginación en el carrusel con fondo rojo.
 */
.swiper-pagination-bullet-active {
  background-color: #df0714;
}

/* Validaciones de form */
.select-error {
  border: 2px solid red;
}
.error-text {
  color: red;
  font-size: 0.8em;
  margin-top: 5px;
  display: block;
}

[v-cloak] {
  display: none !important;
}

.dialog-beneficios {
  border: none;
  padding: 0;
  background: transparent;
  outline: none;
}

.header-grid-gyg {
  display: grid;
  grid-template-columns:
    100px
    100px
    220px
    220px
    170px
    170px
    220px
    270px
    130px
    130px
    70px;
  width: auto;
}

.header-grid-nogyg {
  display: grid;
  grid-template-columns:
    100px
    220px
    220px
    170px
    170px
    220px
    270px
    130px
    130px
    70px;
  width: auto;
}
/* Estructura organizacional */

/* Animación del menú desplegable */
.menu-slide-enter-active,
.menu-slide-leave-active {
  transition: all 0.25s ease;
}
.menu-slide-enter-from,
.menu-slide-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}
.menu-slide-enter-to,
.menu-slide-leave-from {
  transform: translateY(0);
  opacity: 1;
}

/* Animación para subitems de menú (expand/collapse) */
.collapse-enter-active,
.collapse-leave-active {
  transition: all 0.3s ease;
}
.collapse-enter-from,
.collapse-leave-to {
  max-height: 0;
  opacity: 0;
}
.collapse-enter-to,
.collapse-leave-from {
  max-height: 500px; /* Ajusta según tus subitems */
  opacity: 1;
}
.employee-tooltip {
  position: absolute;
  background: #2c2c2c;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  max-width: 280px;
  white-space: normal;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateY(6px); /* animación de subida */
}

.employee-tooltip.show {
  opacity: 1;
  transform: translateY(0);
}

/* Uniformes */

.motivo_radios {
  display: flex;
  gap: 24px;
  align-items: center;
}

.radio_custom {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  gap: 8px;
}

/* Ocultamos el radio nativo */
.radio_custom input {
  display: none;
}

/* Estado normal */
.radio_mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ffa839;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Estado activo */
.radio_custom input:checked + .radio_mark {
  background-color: #ffa839;
}

/* Bola blanca interior */
.radio_custom input:checked + .radio_mark::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}

.inpt_select_uniformes {
  width: 100%;
  padding: 3px 10px;
  border-radius: 8px;
  color: var(--soft-gray);
  font-size: 14px;
  line-height: 21px;
}

#uniformes .inpt_select_uniformes--cantidad {
  text-align: right;
}

/* Modal resumen uniformes: celdas de solo lectura para mostrar datos de la solicitud */
#uniformes .modal-resumen .modal-resumen-dato {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.625rem;
  min-height: 2.75rem;
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
  color: var(--soft-gray);
  background-color: #F0F0F0;
  border: 1px solid #D1D5DB;
  box-sizing: border-box;
}
#uniformes .modal-resumen .modal-resumen-dato-prenda {
  width: 100%;
  min-width: 0;
  max-width: 560px;
}

/* Modal resumen uniformes: campos numéricos alineados a la derecha */
#uniformes .modal-resumen .modal-resumen-numero {
  display: flex;
  flex-direction: column;
  text-align: right;
}
#uniformes .modal-resumen .modal-resumen-numero > * {
  width: fit-content;
}
#uniformes .modal-resumen .modal-resumen-dato-numero {
  text-align: right;
  justify-content: flex-end;
}

.precio_uniforme {
  color: var(--soft-gray);
  background-color: transparent !important;
}

/* Tabla de Uniformes - columnas distribuidas uniformemente */
#uniformes .table_head,
#uniformes .table_row {
  display: flex;
  width: 100%;
}

#uniformes .t_h_1,
#uniformes .t_h_2,
#uniformes .t_h_3,
#uniformes .t_h_4,
#uniformes .t_h_5,
#uniformes .t_b_1,
#uniformes .t_b_2,
#uniformes .t_b_3,
#uniformes .t_b_4,
#uniformes .t_b_5 {
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
