@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corben:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+NSW:wght@100..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
.bordeRight, .mensaje nav a, .llamado__intro--datos--sub h4, .perfil__intro--header--datos--sub h4, .perfil__intro--header--datos--ficha--linea {
  border-right: 1px solid #b5c3d1;
}
.dark-mode .bordeRight, .dark-mode .mensaje nav a, .mensaje nav .dark-mode a, .dark-mode .llamado__intro--datos--sub h4, .llamado__intro--datos--sub .dark-mode h4, .dark-mode .perfil__intro--header--datos--sub h4, .perfil__intro--header--datos--sub .dark-mode h4, .dark-mode .perfil__intro--header--datos--ficha--linea {
  border-right: 1px solid #4b4b4b;
}

.bordeBottom, .chat__mensajes--header, .chatListado__item, .llamado__intro--bloque--ficha line, .llamado .menuLateral__llamado--ficha line, .llamado .menuLateral ul li, .llamado .menuLateral__presentacion, .empresa__cont--intro--info--linea, .sucursales__item--linea, .perfil__intro--ficha--listado div, .perfil__intro--ficha--form h4, .perfil__intro--ficha--form--campo, .perfil .menuLateral ul li, .perfil .menuLateral__presentacion, .menuLateral__presentacion, .popup-valoracion__cont--modal--form--campo {
  border-bottom: 1px solid #b5c3d1;
}
.dark-mode .bordeBottom, .dark-mode .chat__mensajes--header, .dark-mode .chatListado__item, .dark-mode .llamado__intro--bloque--ficha line, .llamado__intro--bloque--ficha .dark-mode line, .dark-mode .llamado .menuLateral__llamado--ficha line, .llamado .menuLateral__llamado--ficha .dark-mode line, .dark-mode .llamado .menuLateral ul li, .llamado .menuLateral ul .dark-mode li, .dark-mode .empresa__cont--intro--info--linea, .dark-mode .sucursales__item--linea, .dark-mode .perfil__intro--ficha--listado div, .perfil__intro--ficha--listado .dark-mode div, .dark-mode .perfil__intro--ficha--form h4, .perfil__intro--ficha--form .dark-mode h4, .dark-mode .perfil__intro--ficha--form--campo, .dark-mode .perfil .menuLateral ul li, .perfil .menuLateral ul .dark-mode li, .dark-mode .menuLateral__presentacion, .dark-mode .popup-valoracion__cont--modal--form--campo {
  border-bottom: 1px solid #4b4b4b;
}

.bordeFull, .form__items--bloque, .zona-e__cont--item {
  border: 1px solid #b5c3d1;
}
.dark-mode .bordeFull, .dark-mode .form__items--bloque, .dark-mode .zona-e__cont--item {
  border: 1px solid #4b4b4b;
}

.notUltimo:last-child, .mensaje nav a:last-child, .chatListado__item:last-child, .llamado__intro--datos--sub h4:last-child, .llamado__intro--bloque--ficha line:last-child, .llamado .menuLateral__llamado--ficha line:last-child, .llamado .menuLateral ul li:last-child, .empresa__cont--intro--info--linea:last-child, .sucursales__item--linea:last-child, .perfil__intro--header--datos--sub h4:last-child, .perfil__intro--header--datos--ficha--linea:last-child, .perfil__intro--ficha--listado div:last-child, .perfil__intro--ficha--form--campo:last-child, .perfil .menuLateral ul li:last-child, .menuLateral__presentacion:last-child, .popup-valoracion__cont--modal--form--campo:last-child {
  border: none;
}

.notPrimero:first-child {
  border: none;
}

.opacity {
  transition: all 0.8s;
}
.opacity.hidden {
  opacity: 0;
}
.opacity.show {
  opacity: 1;
}

.show {
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.show.hidden {
  opacity: 0;
  translate: 0 15px;
}
.show.show {
  opacity: 1;
  translate: 0 0;
}

.linkIcon div,
.linkIcon a {
  background-color: #222220;
  padding: 10px 15px;
  border-radius: 8px;
  color: #e7ca46;
  width: fit-content;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.linkIcon div:hover,
.linkIcon a:hover {
  color: #fff;
  background-color: #e7ca46;
}
.linkIcon div span,
.linkIcon a span {
  font-weight: 600;
}

.linkIconClean {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
  color: #222220;
  font-weight: 600;
}
.linkIconClean:hover {
  gap: 10px;
  color: #e7ca46;
}

.etiqueta {
  position: absolute;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  width: fit-content;
}

.caja, .chat, .login__form--ingresar form, .llamado__intro, .llamado .menuLateral, .buscarLlamado .menuLateral, .empresa__cont, .llamados__items--item, .candidatos__items--item, .perfil__intro, .perfil__landing, .perfil__cv, .perfil__trabajos, .perfil .menuLateral, .form__items--tools, .editarAcceso__main {
  border-radius: 10px;
  border: 1px solid #b5c3d1;
  background-color: #fff;
  padding: 20px 25px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
}
.dark-mode .caja, .dark-mode .chat, .dark-mode .login__form--ingresar form, .login__form--ingresar .dark-mode form, .dark-mode .llamado__intro, .dark-mode .llamado .menuLateral, .llamado .dark-mode .menuLateral, .dark-mode .buscarLlamado .menuLateral, .buscarLlamado .dark-mode .menuLateral, .dark-mode .empresa__cont, .dark-mode .llamados__items--item, .dark-mode .candidatos__items--item, .dark-mode .perfil__intro, .dark-mode .perfil__landing, .dark-mode .perfil__cv, .dark-mode .perfil__trabajos, .dark-mode .perfil .menuLateral, .perfil .dark-mode .menuLateral, .dark-mode .form__items--tools, .dark-mode .editarAcceso__main {
  border: 1px solid #4b4b4b;
  background-color: #292928;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3);
}
@media screen and (max-width: 576px) {
  .caja, .chat, .login__form--ingresar form, .llamado__intro, .llamado .menuLateral, .buscarLlamado .menuLateral, .empresa__cont, .llamados__items--item, .candidatos__items--item, .perfil__intro, .perfil__landing, .perfil__cv, .perfil__trabajos, .perfil .menuLateral, .form__items--tools, .editarAcceso__main {
    box-shadow: none;
    border: none;
  }
}

a {
  transition: all 0.2s;
}
a:hover {
  color: #29a9d8;
}

.bordeX, .sucursales__item, .popup-valoracion__cont--modal--empresa {
  border: 1px solid #b5c3d1;
}
.dark-mode .bordeX, .dark-mode .sucursales__item, .dark-mode .popup-valoracion__cont--modal--empresa {
  border: 1px solid #4b4b4b;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html.theme-boot * {
  transition: none !important;
}

html {
  scroll-behavior: smooth;
}
html h1 {
  font-size: clamp(1.75rem, 2vw + 1rem, 3rem);
  line-height: 1.25;
  font-weight: 800;
}
html h2 {
  font-size: clamp(1.25rem, 1.75vw + 1rem, 2.5rem);
  line-height: 1.25;
  font-weight: 700;
}
html h3 {
  font-size: clamp(1rem, 1.25vw + 1rem, 1.75rem);
  line-height: 1.15;
  font-weight: 600;
}
html h4 {
  font-size: clamp(0.5rem, 0.75vw + 1rem, 1.5rem);
  line-height: 1.15;
  font-weight: 600;
}
html h5 {
  font-size: clamp(0.4rem, 0.6vw + 1rem, 1.25rem);
  line-height: 1.15;
  font-weight: 700;
}
html h6 {
  font-size: clamp(0.2rem, 0.3vw + 1rem, 1.05rem);
  line-height: 1.15;
  font-weight: 600;
}
html P {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
html P.texto-lg {
  font-size: 1.25rem;
  line-height: 1.5;
}
html P strong {
  font-size: 1.1rem;
  font-weight: 700;
}
html P a {
  font-size: 1.1rem;
  font-weight: 500;
}
html a {
  font-size: 1rem;
  text-decoration: none;
  color: #63b2f3;
}
html span, html strong {
  font-size: 1rem;
}
html i {
  font-size: 1.2rem;
}
html ul {
  list-style: none;
}
html ul li {
  list-style: none;
}
html i {
  color: currentColor;
}
html button {
  font-family: "Instrument Sans", sans-serif;
  padding: 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}

body {
  font-family: "Instrument Sans", sans-serif;
  scroll-behavior: smooth;
}

img {
  font-style: italic;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  shape-margin: 1rem;
}

input, textarea, select {
  height: 55px;
  border-radius: 8px;
  box-shadow: none;
  border: none;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-inline: 15px;
  border: 1px solid #b5c3d1;
  background-color: #e6f0ff;
  color: #222220;
}
.dark-mode input, .dark-mode textarea, .dark-mode select {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #e6f0ff;
  border-color: #4b4b4b;
}

select[multiple] {
  height: 120px;
  padding-block: 10px;
  overflow-y: scroll;
}

textarea {
  padding-top: 15px;
  resize: vertical;
}

input[type=text], input[type=search], input[type=password], input[type=date], input[type=file], textarea, select {
  color: #222220;
}
.dark-mode input[type=text], .dark-mode input[type=search], .dark-mode input[type=password], .dark-mode input[type=date], .dark-mode input[type=file], .dark-mode textarea, .dark-mode select {
  color: #e6f0ff;
}
input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, input[type=date]:focus, input[type=file]:focus, textarea:focus, select:focus {
  outline: 0;
  border: 1px solid #25ac6f;
  box-shadow: rgb(236.8564593301, 214.9330143541, 115.1435406699) 0 0 0 1px inset, rgb(242.7129186603, 227.8660287081, 160.2870813397) 0 0 0 5px;
  background-color: #f2f5fc;
}
.dark-mode input[type=text]:focus, .dark-mode input[type=search]:focus, .dark-mode input[type=password]:focus, .dark-mode input[type=date]:focus, .dark-mode input[type=file]:focus, .dark-mode textarea:focus, .dark-mode select:focus {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #e6f0ff;
  box-shadow: #0076d6 0 0 0 1px inset, rgba(99, 178, 243, 0.3) 0 0 0 5px;
}
input[type=text]::placeholder, input[type=search]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, input[type=file]::placeholder, textarea::placeholder, select::placeholder {
  color: #222220;
}
.dark-mode input[type=text]::placeholder, .dark-mode input[type=search]::placeholder, .dark-mode input[type=password]::placeholder, .dark-mode input[type=date]::placeholder, .dark-mode input[type=file]::placeholder, .dark-mode textarea::placeholder, .dark-mode select::placeholder {
  color: #e6f0ff;
}

input[type=date] {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=text]:-webkit-autofill {
  background-color: #e6f0ff !important;
  color: #222220 !important;
}
.dark-mode input[type=text]:-webkit-autofill {
  background-color: rgba(26, 26, 25, 0.6235294118) !important;
  color: #e6f0ff !important;
}

input[type=button],
input[type=submit] {
  background-color: #222220;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  border-radius: 10px;
}
input[type=button]:hover,
input[type=submit]:hover {
  color: #222220;
  background-color: #e7ca46;
}
.dark-mode input[type=button]:hover,
.dark-mode input[type=submit]:hover {
  color: #222220;
  background-color: #fff;
}
.dark-mode input[type=button],
.dark-mode input[type=submit] {
  color: #222220;
  background-color: #e7ca46;
}

input[type=checkbox] {
  height: 20px;
  width: 20px;
}

input[type=file] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.dark-mode input[type=date]::-webkit-calendar-picker-indicator {
  color: #e6f0ff;
}

input[type=date]::-moz-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.dark-mode input[type=date]::-moz-calendar-picker-indicator {
  color: #e6f0ff;
}

input[type=date]:focus {
  outline: 0;
  border: 1px solid #25ac6f;
  box-shadow: rgb(236.8564593301, 214.9330143541, 115.1435406699) 0 0 0 1px inset, rgb(242.7129186603, 227.8660287081, 160.2870813397) 0 0 0 5px;
  background-color: #f2f5fc;
}
.dark-mode input[type=date]:focus {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #e6f0ff;
  box-shadow: #0076d6 0 0 0 1px inset, rgba(99, 178, 243, 0.3) 0 0 0 5px;
}
input[type=date]::placeholder {
  color: #222220;
}
.dark-mode input[type=date]::placeholder {
  color: #e6f0ff;
}

body {
  color: #222220;
  background-color: #f2f5fc;
  position: relative;
}
body.index {
  color: #222220;
  background-color: #e7ca46;
  position: relative;
}
body.index::before {
  --size: 45px;
  --line: color-mix(in lch, canvasText, transparent 70%);
  content: "";
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
  mask: linear-gradient(-20deg, transparent 50%, white);
  top: 0;
  transform-style: flat;
  pointer-events: none;
  z-index: -1;
}
.dark-mode body.index {
  color: #e6f0ff;
  background-color: #222220;
}
.dark-mode body.index::before {
  --size: 45px;
  --line: color-mix(in lch, #ffffff9c, transparent 70%);
  content: "";
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
  mask: linear-gradient(-20deg, transparent 50%, white);
  top: 0;
  transform-style: flat;
  pointer-events: none;
  z-index: -1;
}
body.indexLogin {
  color: #222220;
  background-color: #f2f5fc;
  position: relative;
}
body.indexLogin::before {
  --size: 45px;
  --line: color-mix(in lch, canvasText, transparent 70%);
  content: "";
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
  mask: linear-gradient(-20deg, transparent 50%, white);
  top: 0;
  transform-style: flat;
  pointer-events: none;
  z-index: -1;
}
.dark-mode body.indexLogin {
  color: #e6f0ff;
  background-color: #222220;
}
.dark-mode body.indexLogin::before {
  --size: 45px;
  --line: color-mix(in lch, #ffffff9c, transparent 70%);
  content: "";
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
  mask: linear-gradient(-20deg, transparent 50%, white);
  top: 0;
  transform-style: flat;
  pointer-events: none;
  z-index: -1;
}
.dark-mode body {
  color: #e6f0ff;
  background-color: #222220;
}

main {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
}
.hero__video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #e7ca46;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .hero__video {
    height: 75vh;
  }
}
.dark-mode .hero__video {
  background: #222220;
}
.hero__video::after {
  content: "";
  background: linear-gradient(180deg, rgba(231, 202, 70, 0) 0%, rgba(231, 202, 70, 0.1647058824) 15%, #e7ca46 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
  z-index: 10;
}
.dark-mode .hero__video::after {
  background: linear-gradient(180deg, rgba(34, 34, 32, 0) 0%, rgba(34, 34, 32, 0.2274509804) 15%, #222220 100%);
}
.hero__video video {
  display: block;
  transform: translate(0, -13%);
  opacity: 0.4;
  width: 100%;
  z-index: 0;
  height: 56.5vw;
}
@media screen and (max-width: 576px) {
  .hero__video video {
    height: auto;
    width: 1200px;
  }
}
.hero__cont {
  height: 90vh;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hero__cont {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .hero__cont {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .hero__cont {
    height: auto;
    padding-block: 50px;
  }
}
.hero__cont--logo svg {
  width: 500px;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .hero__cont--logo svg {
    width: 300px;
  }
}
.hero__cont--logo svg g {
  transition: all 0.2s;
  fill: url(#globalGradient);
}
.dark-mode .hero__cont--logo svg g {
  fill: url(#darkGradient);
}
.hero__cont--search {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__cont--search {
  align-items: center;
  width: 100%;
}
.hero__cont--search h1 {
  font-size: 33px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .hero__cont--search h1 {
    font-size: 26px;
  }
}
.hero__cont--search h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .hero__cont--search h2 {
    text-align: left;
    font-size: 18px;
  }
}
.hero__cont--search p {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .hero__cont--search p {
    text-align: left;
    font-size: 14px;
  }
}
.hero__cont--search--campo {
  position: relative;
  width: 100%;
  padding-block: 25px;
}
.hero__cont--search--campo input {
  border-radius: 60px;
  width: 100%;
  height: 75px;
  position: relative;
  padding-left: 70px;
  color: #222220;
  font-size: 18px;
  font-weight: 500;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .hero__cont--search--campo input {
    font-size: 14px;
    padding-left: 50px;
    height: 60px;
  }
}
.hero__cont--search--campo input::placeholder {
  color: rgb(112.8181818182, 112.8181818182, 106.1818181818);
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .hero__cont--search--campo input::placeholder {
    font-size: 14px;
  }
}
.hero__cont--search--campo input:focus::placeholder {
  display: none;
}
.hero__cont--search--campo::after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 30px;
  border-radius: 50%;
  background-color: #222220;
  z-index: 1;
  filter: blur(8px);
  opacity: 0.2;
}
.hero__cont--search--campo a {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  font-weight: 700;
  z-index: 5;
  background-color: #222220;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
.hero__cont--search--campo a:hover {
  background-color: #e7ca46;
  color: #222220;
}
@media screen and (max-width: 576px) {
  .hero__cont--search--campo a {
    background-color: transparent;
    color: #222220;
    aspect-ratio: 1/1;
    right: 0;
  }
  .hero__cont--search--campo a:hover {
    background-color: #e7ca46;
    color: #222220;
  }
}
.dark-mode .hero__cont--search--campo a {
  background-color: #fff;
  color: #222220;
}
@media screen and (max-width: 576px) {
  .hero__cont--search--campo a span {
    display: none;
  }
}
.hero__cont--search--campo small {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .hero__cont--search--campo small {
    left: 20px;
  }
}
.hero__cont--search--campo small i {
  font-size: 30px;
  color: #222220;
}
.dark-mode .hero__cont--search--campo small i {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .hero__cont--search--campo small i {
    font-size: 20px;
  }
}

.portada {
  position: relative;
}
.portada::before {
  --size: 45px;
  --line: color-mix(in lch, canvasText, transparent 70%);
  content: "";
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
  mask: linear-gradient(-20deg, transparent 50%, white);
  top: 0;
  transform-style: flat;
  pointer-events: none;
  z-index: -1;
}
.dark-mode .portada::before {
  --size: 45px;
  --line: color-mix(in lch, #ffffff9c, transparent 70%);
  content: "";
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50%/var(--size) var(--size);
  mask: linear-gradient(-20deg, transparent 50%, white);
  top: 0;
  transform-style: flat;
  pointer-events: none;
  z-index: -1;
}
.portada__cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .portada__cont {
    padding-inline: 15px;
  }
}
.portada__cont--item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.portada__cont--item figure {
  max-width: 500px;
  flex-shrink: 0;
}
.portada__cont--item figure img {
  width: 500px;
}
.portada__cont--item--info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.llamadosPortada {
  padding-block: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 576px) {
  .llamadosPortada {
    padding-inline: 15px;
  }
}
.llamadosPortada__titulos {
  justify-content: space-between;
  padding-block: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .llamadosPortada__titulos {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.slide-a {
  overflow: hidden;
}
.slide-a {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .slide-a {
    padding-inline: 15px;
  }
}
.slide-a__cont {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.slide-a__cont--escritorio {
  display: block;
}
@media screen and (max-width: 768px) {
  .slide-a__cont--escritorio {
    display: none;
  }
}
.slide-a__cont--tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .slide-a__cont--tablet {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .slide-a__cont--tablet {
    display: none;
  }
}
.slide-a__cont--celular {
  display: none;
}
@media screen and (max-width: 576px) {
  .slide-a__cont--celular {
    display: block;
  }
}

.zona-b {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .zona-b {
    padding-inline: 15px;
  }
}
.zona-b__titulos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-block: 15px;
}
.zona-b__cont {
  width: 100%;
  overflow: hidden;
}
.zona-b__cont--item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgb(112.8181818182, 112.8181818182, 106.1818181818);
  background-color: #e7ca46;
  padding: 10px;
  border-radius: 20px;
}
.dark-mode .zona-b__cont--item {
  border-color: #4b4b4b;
  background-color: #292928;
}
.zona-b__cont--item figure {
  border-radius: 10px;
  overflow: hidden;
}
.zona-b__cont--item--info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.light-mode .zona-b__cont--item--info a {
  color: #0076d6;
}
.zona-b__cont--item--info h3 {
  font-size: 22px;
  color: #fff;
}
.light-mode .zona-b__cont--item--info h3 {
  color: #222220;
}
.zona-b__cont--item--info h3 a {
  font-size: 22px;
  color: #fff;
}
.light-mode .zona-b__cont--item--info h3 a {
  color: #222220;
}
.zona-b__cont--item--info p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zona-b__cont--item--info h4 {
  font-size: 16px;
}

.zona-c {
  margin-block: 30px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 576px) {
  .zona-c {
    padding-inline: 15px;
  }
}
.zona-c__titulo h2 {
  font-size: 35px;
  color: #e7ca46;
  z-index: 2;
  text-align: center;
}
.zona-c__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.zona-c__items--1col {
  grid-column: 1/3;
}
.zona-c__items--2col {
  grid-column: auto;
}
@media screen and (max-width: 576px) {
  .zona-c__items--2col {
    grid-column: 1/3;
  }
}

.c-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-block-end: 15px;
  align-items: center;
}
.c-item figure a {
  transition: all 0.2s;
}
.c-item figure a img {
  transition: all 0.2s;
}
.c-item figure a:hover {
  opacity: 0.7;
}
.c-item figure a:hover img {
  scale: 1.1;
}
.c-item img {
  border-radius: 20px;
}
.c-item__imagen-centrada {
  grid-column: 1/3;
}
.c-item__info-centrada {
  grid-column: 1/3;
}
.c-item__imagen-alineada {
  grid-column: auto;
}
@media screen and (max-width: 576px) {
  .c-item__imagen-alineada {
    grid-column: 1/3;
  }
}
.c-item__info-alineada {
  grid-column: auto;
}
@media screen and (max-width: 576px) {
  .c-item__info-alineada {
    grid-column: 1/3;
  }
}
.c-item .img--derecha {
  order: 2;
}
@media screen and (max-width: 576px) {
  .c-item .img--derecha {
    order: 1;
  }
}
.c-item .info--derecha {
  order: 1;
}
@media screen and (max-width: 576px) {
  .c-item .info--derecha {
    order: 2;
  }
}

.item-zona-c {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.item-zona-c h2 a,
.item-zona-c a a {
  font-size: clamp(1.25rem, 1.75vw + 1rem, 2.5rem);
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.1s;
  color: #222220;
}
.dark-mode .item-zona-c h2 a,
.dark-mode .item-zona-c a a {
  color: #fff;
}
.item-zona-c h2 a:hover,
.item-zona-c a a:hover {
  opacity: 0.7;
}
.item-zona-c p {
  font-size: 18px;
  padding-block: 5px;
}
.item-zona-c p strong {
  font-size: 18px;
}
.item-zona-c a {
  color: #63b2f3;
  font-size: 16px;
}
.item-zona-c__precio {
  font-size: 40px;
  font-family: 800;
  color: #e7ca46;
}
.item-zona-c__precio--anterior {
  font-size: 20px;
  text-decoration: line-through;
  color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.item-zona-c__ampliar {
  transition: all 0.2s;
  margin-block: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
  background-color: #222220;
  border-radius: 15px;
  padding: 15px 30px;
  transition: all 0.3s;
  width: fit-content;
}
.dark-mode .item-zona-c__ampliar {
  background-color: #fff;
}
.item-zona-c__ampliar a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  border: none;
}
.dark-mode .item-zona-c__ampliar a {
  color: #222220;
}
@media screen and (max-width: 768px) {
  .item-zona-c__ampliar a {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .item-zona-c__ampliar a {
    font-size: 20px;
  }
}
.item-zona-c__ampliar a i {
  vertical-align: middle;
  color: #fff;
  font-size: 25px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .item-zona-c__ampliar a i {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .item-zona-c__ampliar a i {
    padding: 10px;
    font-size: 20px;
  }
}
.item-zona-c__ampliar:hover {
  opacity: 0.7;
}

.zona-d {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-block: 40px;
}
.zona-d__titulos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.zona-d__cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .zona-d__cont {
    padding-inline: 15px;
  }
}
.zona-d__cont > *:only-child {
  grid-column: 2;
}
@media screen and (max-width: 576px) {
  .zona-d__cont > *:only-child {
    grid-column: 1;
  }
}
@media screen and (max-width: 576px) {
  .zona-d__cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.zona-f {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-block: 15px;
}
.zona-f {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .zona-f {
    padding-inline: 15px;
  }
}
.zona-f__titulos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.zona-f__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .zona-f__items {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .zona-f__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.plan {
  border: 2px solid #222220;
  padding: 40px 25px;
  border-radius: 20px;
  background-color: #e7ca46;
  color: #222220;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dark-mode .plan {
  border-color: #4b4b4b;
  background-color: #292928;
  color: #fff;
}
.plan h3 {
  font-size: 28px;
  font-weight: 700;
}
.plan h4 {
  font-size: 18px;
  font-weight: 600;
}
.plan__precio {
  font-size: 50px;
}
.plan__precio h4 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 60px;
  font-weight: 800;
}
.plan__precio h4 strong {
  font-size: 30px;
}
.plan__precio h4 small {
  font-size: 20px;
  font-weight: 400;
}
.plan__btn {
  position: relative;
  display: inline-block;
  padding: 3px;
  border-radius: 60px;
  background: linear-gradient(45deg, #63b2f3, #0076d6);
  margin-block: 20px;
}
.plan__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #e7ca46;
  background: linear-gradient(45deg, #e7ca46, #e7ca46);
  color: #333;
  text-decoration: none;
  border-radius: 60px;
  text-align: center;
  transition: all 0.2s;
}
.dark-mode .plan__btn a {
  background: linear-gradient(45deg, #292928, #292928);
}
.plan__btn a span {
  font-size: 20px;
  font-weight: 600;
  color: #0076d6;
}
.dark-mode .plan__btn a span {
  color: #63b2f3;
}
.plan__btn a:hover {
  background: linear-gradient(45deg, #63b2f3, #0076d6);
}
.plan__btn a:hover span {
  color: #fff;
}
.plan__info {
  opacity: 0.75;
}
.plan__info p {
  font-size: 18px;
  line-height: 1.5;
}
.plan__info ul {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.plan__info ul li {
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
}
.plan__info ul li::before {
  content: "\f151";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.zona-g {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.zona-g__imagen-a {
  display: block;
}
@media screen and (max-width: 768px) {
  .zona-g__imagen-a {
    display: none;
  }
}
.zona-g__imagen-b {
  display: none;
}
@media screen and (max-width: 768px) {
  .zona-g__imagen-b {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .zona-g__imagen-b {
    display: none;
  }
}
.zona-g__imagen-c {
  display: none;
}
@media screen and (max-width: 576px) {
  .zona-g__imagen-c {
    display: block;
  }
}
.zona-g__info {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  position: absolute;
  height: 100%;
  left: 25px;
}
.zona-g__info {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .zona-g__info {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 768px) {
  .zona-g__info {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .zona-g__info {
    top: 0;
    left: 0;
  }
}
.zona-g__info figcaption {
  background: rgba(0, 0, 0, 0.7137254902);
  padding: 30px;
  max-width: 500px;
  border-radius: 15px;
}
.zona-g__info figcaption h4 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #e7ca46;
}
.zona-g__info figcaption h4 a {
  font-size: 40px;
  color: #e7ca46;
}
.zona-g__info figcaption .texto p {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 10px;
}
.zona-g__info figcaption .comprar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zona-g__info figcaption .precio {
  font-size: 28px;
  font-weight: 700;
}
.zona-g__info figcaption .boton {
  background: #e7ca46;
  color: #222220;
  display: inline-block;
  font-size: 18px;
  padding: 7px 15px 8px 15px;
  transition: all 0.1s ease-out;
  margin-bottom: 0;
  border-radius: 10px;
}
.zona-g__info figcaption .boton:hover {
  background: #222220;
  color: #e7ca46;
}

.zona-eBG {
  background-color: #f2f5fc;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-block: 150px 50px;
  margin-top: 50px;
  mask-image: linear-gradient(to bottom, transparent 0px, black 100px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 100px);
}
.dark-mode .zona-eBG {
  background-color: #222220;
}

.zona-e {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-block: 30px;
}
.zona-e__titulos {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.zona-e__cont {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .zona-e__cont {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .zona-e__cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.zona-e__cont--item {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zona-e__cont--item figure {
  background-color: #e7ca46;
  position: relative;
  height: 160px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: space-between;
  mask-image: linear-gradient(to top, transparent 0px, black 50px);
  -webkit-mask-image: linear-gradient(to top, transparent 0px, black 50px);
  padding-bottom: 190px;
}
.zona-e__cont--item figure img {
  height: 100%;
}
.zona-e__cont--item figure h2 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-inline: 15px;
  color: #222220;
}
.zona-e__cont--item figure h2 strong {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}
.zona-e__cont--item figure h2 span {
  font-size: 30px;
}
.zona-e__cont--item--info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner-a {
  margin-bottom: 30px !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .banner-a {
    padding-inline: 15px;
  }
}
.banner-a__item {
  width: auto;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.banner-a__titulo {
  text-align: center;
  padding-block: 45px 25px;
}

.banner-b__titulo {
  text-align: center;
  padding-block: 45px 25px;
}

.banner-b {
  margin-bottom: 30px !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .banner-b {
    padding-inline: 15px;
  }
}
.banner-b figure {
  border-radius: 10px;
  overflow: hidden;
}
.banner-b figure.imagen-a {
  display: block;
}
@media screen and (max-width: 768px) {
  .banner-b figure.imagen-a {
    display: none;
  }
}
.banner-b figure.imagen-b {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-b figure.imagen-b {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .banner-b figure.imagen-b {
    display: none;
  }
}
.banner-b figure.imagen-c {
  display: none;
}
@media screen and (max-width: 576px) {
  .banner-b figure.imagen-c {
    display: block;
  }
}

.header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 25px;
}
@media screen and (max-width: 576px) {
  .header {
    display: none;
  }
}
.header__cont {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .header__cont {
    padding-inline: 15px;
  }
}
.header__cont--logo a svg {
  height: 60px;
  fill: #222220;
}
.dark-mode .header__cont--logo a svg {
  fill: #fff;
}
.header__cont--menu {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.header__cont--menu #cambiarMode {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  padding: 10px 12px;
  border-radius: 10px;
}
.header__cont--menu #cambiarMode i {
  font-size: 24px;
}
.header__cont--menu #cambiarMode span {
  opacity: 0;
  transition: all 0.2s;
  transition-delay: 0.2;
  visibility: hidden;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  width: max-content;
  background-color: #222220;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}
.dark-mode .header__cont--menu #cambiarMode span {
  background-color: #fff;
  color: #222220;
}
.header__cont--menu #cambiarMode:hover {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #fff;
}
.header__cont--menu #cambiarMode:hover span {
  opacity: 1;
  visibility: visible;
}
.dark-mode .header__cont--menu #cambiarMode:hover {
  background-color: rgba(242, 245, 252, 0.7725490196);
  color: #222220;
}
.header__cont--menu--notificacion {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  padding: 10px 12px;
  border-radius: 10px;
}
.header__cont--menu--notificacion i {
  font-size: 24px;
}
.header__cont--menu--notificacion span {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  background-color: #e7ca46;
  color: #222220;
  padding: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
}
.header__cont--menu--notificacion:hover {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #fff;
}
.dark-mode .header__cont--menu--notificacion:hover {
  background-color: rgba(242, 245, 252, 0.7725490196);
  color: #222220;
}
.header__cont--menu--notificacion:hover > .submenuNotificaciones {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header__cont--menu .submenuNotificaciones {
  position: absolute;
  top: 120%;
  right: -15px;
  z-index: 100;
  width: max-content;
  margin-top: 10px;
  background-color: #fff;
  color: #222220;
  border: 1px solid #b5c3d1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.dark-mode .header__cont--menu .submenuNotificaciones {
  background-color: #222220;
  color: #fff;
}
.header__cont--menu .submenuNotificaciones ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 20px;
  align-items: flex-start;
  width: 100%;
}
.header__cont--menu .submenuNotificaciones ul li {
  width: 100%;
  padding-bottom: 15px;
}
.header__cont--menu .submenuNotificaciones ul li:last-child {
  padding-bottom: 0;
}
.header__cont--menu .submenuNotificaciones ul li a {
  border: none;
  padding: 0;
  border-radius: 0;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.header__cont--menu .submenuNotificaciones ul li a:hover {
  opacity: 0.6;
  color: #222220;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.dark-mode .header__cont--menu .submenuNotificaciones ul li a {
  color: #fff;
}
.header__cont--menu .submenuNotificaciones ul li a h5 {
  font-size: 15px;
  font-weight: 600;
}
.header__cont--menu--perfil {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.header__cont--menu--perfil:hover > .submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header__cont--menu--perfil figure {
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.header__cont--menu--perfil figure img {
  width: 100%;
}
.header__cont--menu--perfil span {
  font-size: 14px;
  font-weight: 600;
}
.header__cont--menu--perfil i {
  font-size: 16px;
}
.header__cont--menu .submenu {
  position: absolute;
  top: 120%;
  right: -15px;
  z-index: 100;
  width: 300px;
  margin-top: 10px;
  background-color: #fff;
  color: #222220;
  border: 1px solid #b5c3d1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.dark-mode .header__cont--menu .submenu {
  background-color: #222220;
  color: #fff;
}
.header__cont--menu .submenu ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 20px;
  align-items: flex-start;
  width: 100%;
}
.header__cont--menu .submenu ul li {
  width: 100%;
  padding-bottom: 15px;
}
.header__cont--menu .submenu ul li:last-child {
  padding-bottom: 0;
}
.header__cont--menu .submenu ul li a {
  border: none;
  padding: 0;
  border-radius: 0;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.header__cont--menu .submenu ul li a:hover {
  opacity: 0.6;
  color: #222220;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.dark-mode .header__cont--menu .submenu ul li a {
  color: #fff;
}
.header__cont--menu .submenu ul li a span {
  font-size: 14px;
  font-weight: 400;
}
.header__cont--menu .submenu ul li h5 {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
}
.header__cont--menu .submenu ul li h5 span {
  display: flex;
  align-items: center;
  gap: 0px;
  background-color: #e7ca46;
  color: #222220;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  padding: 5px;
}
.header__cont--menu small {
  font-size: 14px;
  font-weight: 500;
}
.header__cont--menu a {
  color: #222220;
  border: 2px solid currentColor;
  padding: 8px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.header__cont--menu a span {
  font-weight: 700;
  font-size: 14px;
  color: currentColor;
}
.header__cont--menu a i {
  font-size: 16px;
}
.header__cont--menu a:hover {
  background-color: #222220;
  color: #fff;
  border: 2px solid #222220;
}
.dark-mode .header__cont--menu a {
  color: #fff;
}
.dark-mode .header__cont--menu a:hover {
  background-color: #fff;
  color: #222220;
  border: 2px solid #fff;
}
.header__cont--menu a.btnEmpresa {
  background-color: #63b2f3;
  color: #fff;
  border-color: #63b2f3;
}
.header__cont--menu a.btnEmpresa:hover {
  background-color: #fff;
  color: #222220;
  border: 2px solid #fff;
}
.header__cont--menu a.btnLogin {
  background-color: #222220;
  color: #fff;
  border: 2px solid #222220;
}
.header__cont--menu a.btnLogin:hover {
  background-color: #fff;
  color: #222220;
  border: 2px solid #fff;
}
.dark-mode .header__cont--menu a.btnLogin {
  background-color: #e7ca46;
  color: #222220;
  border-color: #e7ca46;
}
.dark-mode .header__cont--menu a.btnLogin:hover {
  background-color: #fff;
  color: #222220;
  border: 2px solid #fff;
}
.header__cont--menu .btnRegistro {
  border: 2px solid currentColor;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #63b2f3;
  color: #fff;
  border-color: #63b2f3;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.header__cont--menu .btnRegistro::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
}
.header__cont--menu .btnRegistro:hover {
  background-color: #fff;
  color: #222220;
  border: 2px solid #fff;
}
.header__cont--menu .btnRegistro span {
  font-weight: 700;
  font-size: 14px;
  color: currentColor;
}
.header__cont--menu .btnRegistro i {
  font-size: 16px;
}
.header__cont--menu .btnRegistro:hover {
  background-color: #222220;
  color: #fff;
  border: 2px solid #222220;
}
.dark-mode .header__cont--menu .btnRegistro {
  color: #fff;
}
.dark-mode .header__cont--menu .btnRegistro:hover {
  background-color: #fff;
  color: #222220;
  border: 2px solid #fff;
}
.header__cont--menu .btnRegistro .submenuRegistro {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  position: absolute;
  top: calc(100% + 5px);
  right: 0px;
  z-index: 100;
  width: max-content;
  margin-top: 5px;
  background-color: #fff;
  color: #222220;
  border: 1px solid #b5c3d1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}
.dark-mode .header__cont--menu .btnRegistro .submenuRegistro {
  background-color: #222220;
  color: #fff;
}
.header__cont--menu .btnRegistro .submenuRegistro a {
  border: none;
  padding: 0;
  border-radius: 0;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.header__cont--menu .btnRegistro .submenuRegistro a:first-child {
  border-bottom: 1px solid #b5c3d1;
  padding-bottom: 10px;
}
.dark-mode .header__cont--menu .btnRegistro .submenuRegistro a {
  color: #fff;
}
.header__cont--menu .btnRegistro .submenuRegistro a:hover {
  color: #63b2f3;
  background-color: transparent;
}
.header__cont--menu .btnRegistro:hover .submenuRegistro {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header__cont--menu .btnOroHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.header__cont--menu .btnOroHeader a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  background-color: #e7ca46;
  border-color: #e7ca46;
  color: #222220;
}
.header__cont--menu .btnOroHeader a:hover {
  background-color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  border-color: #e7ca46;
}
.header__cont--buscador {
  width: 100%;
  padding-inline: 25px;
  position: relative;
}
.header__cont--buscador input {
  border-radius: 50px;
  width: 100%;
  padding-left: 50px;
  font-weight: 500;
}
.header__cont--buscador small {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  color: #222220;
}
.dark-mode .header__cont--buscador small {
  color: #fff;
}
.header__cont--buscador a {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background-color: #222220;
  padding: 6px 10px;
  border-radius: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.dark-mode .header__cont--buscador a {
  background-color: #fff;
  color: #222220;
}
.dark-mode .header__cont--buscador a:hover {
  background-color: #292928;
  color: #fff;
}
.header__cont--buscador a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.header__cont--buscador a span {
  font-size: 13px;
}

.menuMobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  color: #222220;
  z-index: 100;
  display: none;
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.2);
}
.dark-mode .menuMobile {
  background-color: #292928;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .menuMobile {
    display: block;
  }
}
.menuMobile__cont {
  padding-block: 8px;
  padding-inline: 15px;
}
.menuMobile__cont nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.menuMobile__cont nav ul li {
  width: 100%;
  position: relative;
}
.menuMobile__cont nav ul li .submenuNotificacionesMobile {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background-color: #fff;
  color: #222220;
  border: 1px solid #b5c3d1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.dark-mode .menuMobile__cont nav ul li .submenuNotificacionesMobile {
  background-color: #222220;
  color: #fff;
}
.menuMobile__cont nav ul li .submenuNotificacionesMobile ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.menuMobile__cont nav ul li .submenuNotificacionesMobile ul li a h5 {
  font-size: 13px;
  font-weight: 600;
}
.menuMobile__cont nav ul li small {
  position: absolute;
  top: -5px;
  right: 50%;
  transform: translateX(25px);
  background-color: #63b2f3;
  color: #fff;
  padding: 3px 8px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.menuMobile__cont nav ul li a, .menuMobile__cont nav ul li div {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  color: currentColor;
}
.menuMobile__cont nav ul li a span, .menuMobile__cont nav ul li div span {
  font-size: 12px;
  font-weight: 400;
}
.menuMobile__cont nav ul li a i, .menuMobile__cont nav ul li div i {
  font-size: 20px;
  font-weight: 700;
}
.menuMobile__cont nav ul li a figure, .menuMobile__cont nav ul li div figure {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.menuMobile__cont nav ul li a figure img, .menuMobile__cont nav ul li div figure img {
  width: 30px;
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.menuMobile-popup {
  background-color: rgba(0, 0, 0, 0.2352941176);
  backdrop-filter: blur(10px);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}
.menuMobile-popup.activo {
  opacity: 1;
  visibility: visible;
}
.menuMobile-popup__cont {
  background-color: #fff;
  color: #222220;
  padding: 25px;
  position: fixed;
  left: -100%;
  top: 0;
  width: 80vw;
  height: 100vh;
  overflow: hidden;
  z-index: 102;
  transition: all 0.3s;
}
.dark-mode .menuMobile-popup__cont {
  background-color: #292928;
  color: #fff;
  border-right: 1px solid #4b4b4b;
}
.activo .menuMobile-popup__cont {
  left: 0;
}
.menuMobile-popup__cont--logo svg {
  width: 130px;
  fill: currentColor;
}
.menuMobile-popup__cont--cerrar {
  position: absolute;
  top: 15px;
  right: 15px;
}
.menuMobile-popup__cont--cerrar i {
  font-size: 28px;
  color: currentColor;
}
.menuMobile-popup__cont nav {
  padding-block: 10px;
}
.menuMobile-popup__cont nav ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.menuMobile-popup__cont nav ul li {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-block: 15px;
  border-bottom: 1px solid #b5c3d1;
  position: relative;
}
.dark-mode .menuMobile-popup__cont nav ul li {
  border-color: #4b4b4b;
}
.menuMobile-popup__cont nav ul li a {
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuMobile-popup__cont nav ul li a div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuMobile-popup__cont nav ul li a i {
  font-size: 18px;
}
.menuMobile-popup__cont nav ul div.userIcon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuMobile-popup__cont nav ul div.userIcon figure {
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.menuMobile-popup__cont nav ul div.userIcon figure img {
  width: 60px;
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.menuMobile-popup__cont nav ul div.userIcon span {
  font-weight: 800;
}
.menuMobile-popup__cont .btnOroHeader {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.menuMobile-popup__cont .btnOroHeader a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  background-color: #e7ca46;
  color: #222220;
  padding: 15px;
  border-radius: 5px;
}
.menuMobile-popup__cont .btnOroHeader a span {
  font-weight: 800;
}

.header-mobile {
  justify-content: center;
  padding-block: 25px 15px;
  display: none;
}
.header-mobile svg {
  max-width: 180px;
  fill: currentColor;
}
@media screen and (max-width: 576px) {
  .header-mobile {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.menuMobileCV {
  display: none;
}
@media screen and (max-width: 576px) {
  .menuMobileCV {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px 15px 15px;
    transition: all 0.3s ease;
  }
  .menuMobileCV.scroll {
    display: flex;
    height: fit-content;
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .dark-mode .menuMobileCV.scroll {
    background-color: #222220;
  }
}
.menuMobileCV ul {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.menuMobileCV ul li a {
  color: currentColor;
}
.menuMobileCV ul li a span {
  font-size: 13px;
  font-weight: 600;
}

.tagOroMobile {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #e7ca46;
  color: #222220;
  width: fit-content;
  padding: 10px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 6px;
}

.menu-a ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.menu-a ul li a {
  color: currentColor;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  border: none !important;
  transition: all 0.2s;
}
.menu-a ul li a:hover {
  background-color: rgba(26, 26, 25, 0.6235294118);
}
.dark-mode .menu-a ul li a:hover {
  background-color: rgba(242, 245, 252, 0.7725490196);
}

.pie {
  padding-inline: 15px;
  padding-block: 30px 70px;
  z-index: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f2f5fc;
}
.dark-mode .pie {
  background-color: #222220;
}
@media screen and (max-width: 576px) {
  .pie {
    padding-block: 30px 100px;
  }
}
.pie__rrss {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  padding-block: 15px 0px;
}
.pie__rrss a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #222220;
  font-size: 20px;
  transition: all 0.2s;
}
.pie__rrss a i {
  font-size: 24px;
}
.pie__rrss a:hover {
  color: #e7ca46;
}
.dark-mode .pie__rrss a {
  color: #e6f0ff;
}
.dark-mode .pie__rrss a:hover {
  color: #e7ca46;
}
.pie__menu {
  padding-block: 25px;
}
.pie__menu ul {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 0px;
}
@media screen and (max-width: 576px) {
  .pie__menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.pie__menu ul li {
  border-right: 1px solid rgb(112.8181818182, 112.8181818182, 106.1818181818);
  padding-inline: 18px;
}
.pie__menu ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 576px) {
  .pie__menu ul li {
    border-right: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .pie__menu ul li::before {
    content: "\f135";
    font-family: bootstrap-icons !important;
    font-size: 18px;
  }
}
.pie__menu ul li a {
  font-weight: 400;
  color: #222220;
  font-size: 14px;
  cursor: pointer;
}
.pie__menu ul li a:hover {
  color: rgb(112.8181818182, 112.8181818182, 106.1818181818);
}
.dark-mode .pie__menu ul li a {
  color: #e6f0ff;
}
.dark-mode .pie__menu ul li a:hover {
  color: #e7ca46;
}
.pie__cont {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 50px;
  border-top: 1px solid #b5c3d1;
  border-bottom: 1px solid #b5c3d1;
}
@media screen and (max-width: 576px) {
  .pie__cont {
    flex-direction: column;
  }
}
.pie__cont--datos {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pie__cont--datos h3 {
  color: #e7ca46;
  font-size: 18px;
}
.pie__cont--datos h4 {
  font-size: 16px;
  font-weight: 400;
}
.pie__cont--datos--bloque span {
  font-size: 14px;
  font-weight: 400;
}
.pie__cont--datos--bloque strong {
  font-size: 14px;
}
.pie__cont--datos--suscripcion {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.pie__cont--datos--suscripcion--campo {
  padding-block: 15px;
  position: relative;
}
.pie__cont--datos--suscripcion--campo input {
  width: 100%;
}
.pie__cont--datos--suscripcion--campo a {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e7ca46;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  transition: all 0.2s;
}
.pie__cont--datos--suscripcion--campo a:hover {
  opacity: 0.7;
}
.pie__cont--datos--redes {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .pie__cont--datos--redes {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pie__cont--datos--redes a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #e7ca46;
  transition: all 0.2s;
}
.pie__cont--datos--redes a:hover {
  color: #222220;
}
.pie__cont--datos--redes a i {
  font-size: 20px;
}
.pie small {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  padding-block: 5px;
  text-align: center;
}
.pie__firma {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.pie__firma a {
  transition: all 0.2s;
}
.pie__firma a svg {
  width: 30px;
  fill: #222220;
  transition: all 0.2s;
}
.dark-mode .pie__firma a svg {
  fill: #e6f0ff;
}
.pie__firma a:hover svg {
  fill: rgb(112.8181818182, 112.8181818182, 106.1818181818);
}
.dark-mode .pie__firma a:hover svg {
  fill: #e7ca46;
}
.pie__firma a:hover img {
  opacity: 0.75;
  scale: 1.1;
}
.pie__firma a img {
  width: 30px;
  transition: all 0.2s;
}

.contacto {
  position: fixed;
  bottom: 15px;
  left: 15px;
}
.contacto a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222220;
  background-color: #fff;
  border: 2px solid #222220;
  padding: 8px 15px;
  border-radius: 50px;
  transition: all 0.2s;
}
.contacto a:hover {
  transform: translateY(-3px);
  color: #e7ca46;
  border-color: #e7ca46;
}
.contacto a span {
  font-size: 16px;
  font-weight: 700;
}
.contacto a i {
  font-size: 22px;
}

.perfil {
  padding-top: 120px;
  gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .perfil {
    grid-template-columns: repeat(1, 1fr);
  }
}
.perfil {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .perfil {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .perfil {
    padding-top: 0px;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.perfil__main {
  grid-column: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__intro {
  position: relative;
  padding: 25px 25px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .perfil__intro {
    flex-direction: column;
    align-items: flex-start;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 20px 15px;
  }
}
.perfil__intro--header {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header {
    flex-direction: column;
    width: 100%;
  }
}
.perfil__intro--header figure {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background-color: #222220;
  transition: all 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header figure {
    align-self: center;
  }
}
.perfil__intro--header figure img {
  max-width: 150px;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
}
.perfil__intro--header figure.perfilGaleria img {
  max-width: 150px;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.perfil__intro--header figure.perfilGaleria:hover img {
  opacity: 0.5;
}
.perfil__intro--header figure.perfilGaleria:hover::after {
  opacity: 1;
}
.perfil__intro--header figure.perfilGaleria:hover::before {
  opacity: 1;
}
.perfil__intro--header figure.perfilGaleria::after {
  content: "\f42b";
  font-family: bootstrap-icons !important;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.perfil__intro--header figure.perfilGaleria::before {
  content: "Ver Fotos";
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: calc(50% + 35px);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  z-index: 10;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header figure.perfilGaleria {
    position: relative;
    padding: 5px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-radius: 50%;
  }
  .perfil__intro--header figure.perfilGaleria::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 2px));
    z-index: 0;
  }
}
.perfil__intro--header--datos {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.perfil__intro--header--datos h3 {
  font-size: 20px;
  font-weight: 700;
}
.perfil__intro--header--datos--titulo {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header--datos--titulo {
    flex-direction: column;
  }
}
.perfil__intro--header--datos--titulo--nombre {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.perfil__intro--header--datos--titulo--contactar {
  margin-left: auto;
  color: #63b2f3;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header--datos--titulo--contactar {
    width: 100%;
  }
}
.perfil__intro--header--datos--titulo--contactar a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border: 2px solid currentColor;
  border-radius: 60px;
  color: currentColor;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header--datos--titulo--contactar a {
    width: 100%;
    justify-content: center;
  }
}
.perfil__intro--header--datos--titulo--contactar a:hover {
  background-color: #63b2f3;
  color: #fff;
  border-color: #63b2f3;
}
.perfil__intro--header--datos--titulo--contactar a span {
  font-size: 15px;
  font-weight: 600;
}
.perfil__intro--header--datos--titulo--contactar a i {
  font-size: 18px;
}
.perfil__intro--header--datos--sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.perfil__intro--header--datos--sub h4 {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
}
.perfil__intro--header--datos--ficha {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 10px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header--datos--ficha {
    flex-direction: column;
    align-items: flex-start;
  }
}
.perfil__intro--header--datos--ficha--linea {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--header--datos--ficha--linea {
    border-right: none !important;
  }
}
.perfil__intro blockquote {
  position: relative;
  margin-block: 20px;
  border-radius: 12px;
  padding: 15px;
  padding-left: 40px;
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  overflow: hidden;
  color: #222220;
  z-index: 1;
}
.perfil__intro blockquote span {
  font-size: 17px;
  font-style: italic;
  font-family: "Corben", serif;
  line-height: 1.25;
  z-index: 2;
  position: relative;
}
.perfil__intro blockquote:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 60px;
  color: #fff;
  opacity: 0.5;
  font-weight: normal;
  z-index: 1;
}
.perfil__intro blockquote:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -40px;
  right: -20px;
  line-height: 0px;
  font-size: 280px;
  color: #fff;
  opacity: 0.5;
  font-weight: normal;
  z-index: 0;
}
.perfil__intro--form {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.perfil__intro--form figure {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background-color: #222220;
  transition: all 0.2s;
}
.perfil__intro--form figure:hover img {
  opacity: 0.5;
}
.perfil__intro--form figure:hover::after {
  opacity: 1;
}
.perfil__intro--form figure::after {
  content: "\f4c9";
  font-family: bootstrap-icons !important;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.perfil__intro--form figure img {
  max-width: 220px;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.perfil__intro--form--campos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--form--campos {
    gap: 20px;
  }
}
.perfil__intro--form--campos--campo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .perfil__intro--form--campos--campo {
    align-items: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.perfil__intro--form--campos--campo input[type=file] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
.perfil__intro--form--campos--campo input {
  grid-column: 2/4;
}
@media screen and (max-width: 576px) {
  .perfil__intro--form--campos--campo input {
    width: 100%;
  }
}
.perfil__intro--form--campos--campo .tagify {
  grid-column: 2/4;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  padding: 15px 10px;
}
.dark-mode .perfil__intro--form--campos--campo .tagify {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #e6f0ff;
  border-color: #4b4b4b;
}
.perfil__intro--form--campos--campo label {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.perfil__intro--form--campos--campo label small {
  font-weight: 400;
  color: #63b2f3;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.perfil__intro--ficha--listado {
  padding-block: 15px;
}
.perfil__intro--ficha--listado div {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  gap: 5px;
  padding-block: 10px;
  align-items: center;
}
.perfil__intro--ficha--listado div strong {
  grid-column: 1/5;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--listado div strong {
    font-size: 13px;
  }
}
.perfil__intro--ficha--listado div span {
  grid-column: 5/13;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--listado div span {
    font-size: 14px;
  }
}
.perfil__intro--ficha--listado div span.alertInfo {
  color: #0076d6;
  font-weight: 600;
  font-size: 13px;
}
.perfil__intro--ficha--listado div h5 {
  grid-column: 1/13;
  padding-block: 15px 0;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--form {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.perfil__intro--ficha--form h4 {
  padding-block: 25px 10px;
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
}
.perfil__intro--ficha--form--campo {
  align-items: center;
  padding-block: 10px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.perfil__intro--ficha--form--campo textarea {
  resize: vertical;
  width: 100%;
}
.perfil__intro--ficha--form--campo--grupoChecks {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 300px;
  overflow: auto;
}
.perfil__intro--ficha--form--campo--grupoChecks--item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.perfil__intro--ficha--form--campo--grupoChecks--item label {
  font-weight: 500;
}
.perfil__intro--ficha--form--campo.campoFecha {
  position: relative;
}
.perfil__intro--ficha--form--campo.campoFecha input[type=date] {
  padding-right: 35px;
  position: relative;
  z-index: 1;
}
.perfil__intro--ficha--form--campo.campoFecha input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.perfil__intro--ficha--form--campo.campoFecha input[type=date]::-moz-calendar-picker-indicator {
  opacity: 0;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.perfil__intro--ficha--form--campo.campoFecha .custom-icon {
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%);
  pointer-events: none;
  color: #222220;
  font-size: 18px;
  z-index: 2;
  transition: all 0.15s;
}
.perfil__intro--ficha--form--campo.campoFecha .custom-icon:hover {
  opacity: 0.75;
}
.dark-mode .perfil__intro--ficha--form--campo.campoFecha .custom-icon {
  color: #e6f0ff;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--form--campo.campoFecha .custom-icon {
    bottom: 28px;
    transform: translateY(0%);
  }
}
.perfil__intro--ficha--form--campo div#div_ciudad {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.perfil__intro--ficha--form--campo div#div_ciudad select {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--form--campo {
    align-items: flex-start;
    width: 100%;
    border-bottom: none !important;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .perfil__intro--ficha--form--campo input, .perfil__intro--ficha--form--campo select {
    width: 100%;
  }
  .perfil__intro--ficha--form--campo input[type=checkbox] {
    width: auto;
  }
  .perfil__intro--ficha--form--campo.checks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
    padding-block: 10px;
    width: 100%;
  }
}
.perfil__intro--ficha--form--campo--doble {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--form--campo--doble {
    flex-direction: row;
  }
}
.perfil__intro--ficha--form--campo--doble--campo {
  position: relative;
}
.perfil__intro--ficha--form--campo--doble--campo input {
  text-align: right;
  width: 100%;
}
.perfil__intro--ficha--form--campo--doble--campo label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  font-size: 13px;
  font-weight: 600;
}
.perfil__intro--ficha--form--campo--full {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.perfil__intro--ficha--form--campo--full label i {
  font-size: 13px;
  opacity: 0.5;
  margin-right: 10px;
}
.perfil__intro--ficha--form--campo--full textarea {
  border: none !important;
  height: 200px !important;
}
.perfil__intro--ficha--form--campo input[type=file] {
  padding-top: 15px;
}
.perfil__intro--ficha--form--campo label {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.perfil__intro--ficha--form--campo label div {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.perfil__intro--ficha--form--campo label div span {
  display: block;
  color: #63b2f3;
  font-size: 13px;
  font-weight: 400;
}
.perfil__intro--ficha--form--campo label i {
  font-size: 13px;
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--form--campo label {
    font-size: 13px;
  }
}
.perfil__intro--ficha--form--campo #mostrarClaveIcon,
.perfil__intro--ficha--form--campo #mostrarClaveIconRep {
  position: absolute;
  bottom: 25px;
  right: 15px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--ficha--form--campo #mostrarClaveIcon,
  .perfil__intro--ficha--form--campo #mostrarClaveIconRep {
    bottom: 25px;
  }
}
.perfil__intro--ficha--form--campo #mostrarClaveIcon i,
.perfil__intro--ficha--form--campo #mostrarClaveIconRep i {
  cursor: pointer;
  transition: all 0.2s;
}
.perfil__intro--ficha--form--campo #mostrarClaveIcon i:hover,
.perfil__intro--ficha--form--campo #mostrarClaveIconRep i:hover {
  opacity: 0.75;
}
.perfil__intro--editar {
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .perfil__intro--editar {
    top: -20px;
    right: 10px;
  }
}
.perfil__intro--editar a {
  background-color: #e7ca46;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transition: all 0.2s;
}
.perfil__intro--editar a i {
  font-size: 16px;
}
.perfil__intro--editar a:hover {
  background-color: #63b2f3;
  color: #fff;
}
.perfil__intro--editar--btn a {
  background-color: #e7ca46;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  transition: all 0.2s;
}
.perfil__intro--editar--btn a:hover {
  background-color: #63b2f3;
  color: #fff;
}
.perfil__intro--editar--tool a {
  color: #fff;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 6px;
}
.perfil__landing {
  position: relative;
  padding: 20px 25px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.perfil__landing--cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__landing--cont--tag {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #e7ca46;
  font-weight: 800;
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: fit-content;
}
.perfil__landing--cont--tag span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #222220;
}
.perfil__landing--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  gap: 15px;
  flex-wrap: wrap;
}
.perfil__landing--galeria {
  border: 1px dashed #b5c3d1;
  padding: 15px;
  background-color: rgba(99, 178, 243, 0.3);
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .perfil__landing--galeria {
    max-width: 380px;
  }
}
.perfil__landing--galeria button {
  background-color: #e7ca46;
  color: #222220;
}
.perfil__landing--galeria .galeria__imagenes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.perfil__landing--galeria .galeria__imagenes .imagen-container {
  position: relative;
  display: inline-block;
}
.perfil__landing--galeria .galeria__imagenes .imagen-container .eliminar {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #df0043;
  color: white;
  border: none;
  font-size: 13px;
  width: 15px;
  height: 15px;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.perfil__landing--galeria .galeria__imagenes .imagen-container .eliminar:hover {
  background-color: #e7ca46;
}
.perfil__landing--galeria .galeria__imagenes img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.perfil__landing--galeria .galeria__imagenes img:hover {
  border-color: #e7ca46;
}
.perfil__landing--galeria .zona-arrastre {
  align-items: center;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__landing--galeria .zona-arrastre p {
  text-align: center;
}
.perfil__landing--galeria .zona-arrastre i {
  font-size: 60px;
}
.perfil__landing--galeria #btnSubir {
  display: none;
}
.perfil__landing--galeria input {
  width: 100%;
}
.perfil__landing--prevBg {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__landing--prevBg--cont {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  gap: 30px;
}
.perfil__landing--prevBg--cont--desk {
  grid-column: 1/5;
  background-color: #f2f5fc;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 380px;
  border: 1px solid #b5c3d1;
  mask-image: linear-gradient(to top, transparent 0%, black 45%, black 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 45%, black 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dark-mode .perfil__landing--prevBg--cont--desk {
  border: 1px solid rgba(255, 255, 255, 0.1647058824);
  background-color: #222220;
}
@media screen and (max-width: 576px) {
  .perfil__landing--prevBg--cont--desk {
    display: none;
  }
}
.perfil__landing--prevBg--cont--desk figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 160px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.perfil__landing--prevBg--cont--desk figure img {
  width: 100%;
  object-fit: cover;
}
.perfil__landing--prevBg--cont--desk--perfil {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  padding-inline: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__landing--prevBg--cont--desk--perfil--img {
  border-radius: 50%;
  overflow: hidden;
  width: fit-content;
  border: 4px solid #adadad;
}
.perfil__landing--prevBg--cont--desk--perfil--img img {
  width: 120px;
}
.perfil__landing--prevBg--cont--desk--perfil--layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.perfil__landing--prevBg--cont--desk--perfil--layout span {
  background-color: rgba(0, 0, 0, 0.1215686275);
  height: 50px;
  border-radius: 10px;
  width: 100%;
}
.perfil__landing--prevBg--cont--desk--perfil--layout span:nth-child(2n+1) {
  grid-column: 1/2;
}
.perfil__landing--prevBg--cont--desk--perfil--layout span:nth-child(2n) {
  grid-column: 2/4;
}
.dark-mode .perfil__landing--prevBg--cont--desk--perfil--layout span {
  background-color: #292928;
}
.perfil__landing--prevBg--cont--mobile {
  grid-column: 5/7;
  background-color: #f2f5fc;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  height: 380px;
  border: 3px solid #b5c3d1;
  mask-image: linear-gradient(to top, transparent 0%, black 45%, black 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 45%, black 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dark-mode .perfil__landing--prevBg--cont--mobile {
  border: 3px solid rgba(255, 255, 255, 0.1647058824);
  background-color: #222220;
}
@media screen and (max-width: 576px) {
  .perfil__landing--prevBg--cont--mobile {
    grid-column: 1/7;
  }
}
.perfil__landing--prevBg--cont--mobile figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 130px;
}
.perfil__landing--prevBg--cont--mobile--perfil {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__landing--prevBg--cont--mobile--perfil--img {
  border-radius: 50%;
  overflow: hidden;
  width: fit-content;
  border: 4px solid #adadad;
}
.perfil__landing--prevBg--cont--mobile--perfil--img img {
  width: 120px;
}
.perfil__landing--prevBg--cont--mobile--perfil--layout {
  width: 100%;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__landing--prevBg--cont--mobile--perfil--layout span {
  background-color: rgba(0, 0, 0, 0.1215686275);
  border-radius: 10px;
  width: 100%;
}
.perfil__landing--prevBg--cont--mobile--perfil--layout span:nth-child(2n+1) {
  height: 20px;
}
.perfil__landing--prevBg--cont--mobile--perfil--layout span:nth-child(2n) {
  height: 50px;
}
.dark-mode .perfil__landing--prevBg--cont--mobile--perfil--layout span {
  background-color: #292928;
}
.perfil__cv {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 576px) {
  .perfil__cv {
    padding: 20px 10px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
  }
}
.perfil__cv--header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgb(212.8181818182, 212.8181818182, 210.1818181818);
  color: #222220;
  z-index: 2;
}
.dark-mode .perfil__cv--header {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #e6f0ff;
}
.perfil__cv--header h4 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .perfil__cv--header h4 {
    font-size: 20px;
  }
}
.perfil__cv--header i {
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  .perfil__cv--header i {
    font-size: 24px;
  }
}
.perfil__cv--items {
  padding-left: 35px;
  padding-block: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.perfil__cv--items::before {
  content: "";
  width: 2px;
  height: calc(100% - 180px);
  position: absolute;
  top: 45px;
  left: 7px;
  background-color: #e7ca46;
  mask-image: linear-gradient(to bottom, #000 60%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.perfil__cv--items--item {
  position: relative;
  border: 1px solid #b5c3d1;
  padding: 15px 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dark-mode .perfil__cv--items--item {
  border: 1px solid #e7ca46;
}
.perfil__cv--items--item:not(.itemCurso, .addEstudio, .habilidad) {
  width: fit-content;
  background-color: #f2f5fc;
}
.dark-mode .perfil__cv--items--item:not(.itemCurso, .addEstudio, .habilidad) {
  background-color: #292928;
}
.perfil__cv--items--item:not(.itemCurso, .addEstudio, .habilidad)::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 21%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  border: 4px solid rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.perfil__cv--items--item:not(.itemCurso, .addEstudio, .habilidad)::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 20%;
  transform: translate(0, -50%);
  rotate: -45deg;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border-left: 1px solid #b5c3d1;
  border-top: 1px solid #b5c3d1;
  background-color: #f2f5fc;
}
.dark-mode .perfil__cv--items--item:not(.itemCurso, .addEstudio, .habilidad)::after {
  background-color: #292928;
  border-left: 1px solid #e7ca46;
  border-top: 1px solid #e7ca46;
}
.perfil__cv--items--item.addEstudio {
  border: 1px solid #b5c3d1;
  width: fit-content;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #e9eef1;
  border-style: dashed;
  border-width: 2px;
}
.dark-mode .perfil__cv--items--item.addEstudio {
  background-color: #292928;
}
.perfil__cv--items--item.addEstudio:hover {
  background-color: #dde4e9;
}
.dark-mode .perfil__cv--items--item.addEstudio:hover {
  background-color: rgba(26, 26, 25, 0.6235294118);
}
.perfil__cv--items--item.addEstudio a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: all 0.2s;
}
.perfil__cv--items--item.addEstudio a i {
  font-size: 30px;
}
.perfil__cv--items--item.addEstudio a span {
  font-weight: 800;
}
.perfil__cv--items--item.itemCurso {
  border: 1px solid #b5c3d1;
  border-radius: 10px;
  padding: 20px;
}
.dark-mode .perfil__cv--items--item.itemCurso {
  border: 1px solid #4b4b4b;
}
.perfil__cv--items--item.itemCurso.addCurso {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #e9eef1;
  border-style: dashed;
  border-width: 2px;
  transition: all 0.2s;
}
.dark-mode .perfil__cv--items--item.itemCurso.addCurso {
  background-color: rgba(0, 0, 0, 0.368627451);
  border-color: #4b4b4b;
}
.perfil__cv--items--item.itemCurso.addCurso a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__cv--items--item.itemCurso.addCurso a i {
  font-size: 30px;
}
.perfil__cv--items--item.itemCurso.addCurso a span {
  font-weight: 700;
}
.perfil__cv--items--item.itemCurso.addCurso a:hover {
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
}
.perfil__cv--items--item.itemCurso.addCurso:hover {
  background-color: #dde4e9;
}
.dark-mode .perfil__cv--items--item.itemCurso.addCurso:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}
.perfil__cv--items--item--estado {
  color: #63b2f3;
  font-weight: 700;
  padding-block: 5px;
}
.perfil__cv--items--item--estado[data-text~=Cursando] {
  color: #df8612;
}
.perfil__cv--items--item--estado[data-text~=Completo] {
  color: #25ac6f;
}
.perfil__cv--items--item--estado[data-text~=Incompleto] {
  color: #e95a2f;
}
.perfil__cv--items--item--tiempos {
  color: #0076d6;
  font-weight: 500;
}
.dark-mode .perfil__cv--items--item--tiempos {
  color: #63b2f3;
}
.perfil__cv--items--item--titulo {
  padding-bottom: 5px;
}
.perfil__cv--items--item--titulo:not(.itemCurso) {
  display: flex;
  align-items: center;
  gap: 15px;
}
.perfil__cv--items--item--titulo.idioma {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0px;
}
.perfil__cv--items--item--titulo.habilitacion {
  justify-content: start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.perfil__cv--items--item--titulo.itemCurso {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.perfil__cv--items--item--titulo--verificado {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #25ac6f;
  font-weight: 800;
}
.perfil__cv--items--item--titulo--verificar {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #63b2f3;
  font-weight: 800;
  cursor: pointer;
}
.perfil__cv--items--item--titulo--verificar:hover {
  color: #25ac6f;
}
.perfil__cv--items--item--empresa {
  margin-block: 4px;
}
.perfil__cv--items--item--empresa div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  width: fit-content;
  border-radius: 50px;
  padding: 6px 15px;
  background-color: #e7ca46;
  color: #222220;
  transition: all 0.2s;
  cursor: pointer;
}
.perfil__cv--items--item--empresa div:hover {
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.perfil__cv--items--item--empresa div span {
  font-size: 13px;
}
.perfil__cv--items--item--empresa div i {
  font-size: 14px;
}
.perfil__cv--items--item--empresa div.evaluarExperiencia {
  background-color: #63b2f3;
  color: #fff;
}
.perfil__cv--items--item--empresa div.evaluarExperiencia:hover {
  background-color: #0076d6;
}
.perfil__cv--cursos {
  padding-block: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__cv--cursos--cont {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}
.perfil__cv--cursos--cont.informaticos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.perfil__cv--habilidades {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil__cv--habilidades--cont {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.perfil__cv--habilidades--cont--item {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dark-mode .perfil__cv--habilidades--cont--item {
  background-color: rgba(26, 26, 25, 0.6235294118);
}
.perfil__cv--habilidades--cont--item.agregarHabilidad {
  border: 1px dashed #63b2f3;
  background-color: #e9eef1;
}
.dark-mode .perfil__cv--habilidades--cont--item.agregarHabilidad {
  background-color: rgba(26, 26, 25, 0.6235294118);
}
.perfil__cv--habilidades--cont--item.agregarHabilidad a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.perfil__cv--habilidades--cont--item:hover {
  background-color: #dde4e9;
}
.dark-mode .perfil__cv--habilidades--cont--item:hover {
  background-color: #222220;
}
.perfil__trabajos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .perfil__trabajos {
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
}
.perfil .menuLateral {
  grid-column: 2;
  position: sticky;
  top: 10px;
  height: fit-content;
}
@media screen and (max-width: 576px) {
  .perfil .menuLateral {
    padding-inline: 15px;
    padding-block: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}
.perfil .menuLateral ul {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 576px) {
  .perfil .menuLateral ul {
    display: none;
  }
}
.perfil .menuLateral ul li {
  padding-block: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.perfil .menuLateral ul li a {
  font-weight: 600;
  color: #222220;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.perfil .menuLateral ul li a.irAtras {
  justify-content: flex-start;
  transition: all 0.2s;
}
.perfil .menuLateral ul li a.irAtras:hover {
  opacity: 0.75;
}
.perfil .menuLateral ul li a small {
  margin-left: auto;
  background-color: #e7ca46;
  color: #222220;
  padding: 6px;
  border-radius: 3px;
}
.dark-mode .perfil .menuLateral ul li a {
  color: #fff;
}
.perfil .menuLateral ul li.active {
  position: relative;
}
.perfil .menuLateral ul li.active::before {
  content: "\f135";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: -5px;
  font-size: 22px;
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
}
.perfil .menuLateral ul li.active a {
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  padding-left: 16px;
}
.perfil .menuLateral__presentacion {
  padding-block: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil .menuLateral__presentacion--titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.perfil .menuLateral__presentacion--titulo a {
  font-size: 14px;
  font-weight: 500;
}
.perfil .menuLateral__presentacion--help {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  padding: 10px;
  border-radius: 10px;
  color: #0076d6;
}
.perfil .menuLateral__presentacion--help span {
  font-size: 14px;
}
.perfil .menuLateral__presentacion--verCalificacion {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.perfil .menuLateral__presentacion--verCalificacion:hover {
  color: #63b2f3;
}
.perfil .menuLateral__presentacion--verCalificacion span {
  font-size: 13px;
  font-weight: 600;
}
.perfil .menuLateral__presentacion--items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.perfil .menuLateral__presentacion--items.calificacionOro {
  max-height: 280px;
  overflow: hidden;
  transition: max-height 0.28s ease;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0));
}
.perfil .menuLateral__presentacion--items.calificacionOro.expanded {
  -webkit-mask-image: none;
  mask-image: none;
  max-height: 800px;
}
.perfil .menuLateral__presentacion--items--item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  align-items: center;
}
.perfil .menuLateral__presentacion--items--item span {
  grid-column: 1/4;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .perfil .menuLateral__presentacion--items--item span {
    font-size: 12px;
  }
}
.perfil .menuLateral__presentacion--items--item small {
  column-gap: 8/9;
  font-size: 14px;
  text-align: end;
}
@media screen and (max-width: 576px) {
  .perfil .menuLateral__presentacion--items--item small {
    font-size: 12px;
  }
}
.perfil .menuLateral__presentacion--items--item--stats {
  background-color: rgb(242.7129186603, 227.8660287081, 160.2870813397);
  height: 8px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  grid-column: 4/8;
}
@media screen and (max-width: 576px) {
  .perfil .menuLateral__presentacion--items--item--stats {
    font-size: 12px;
    letter-spacing: 0.1;
  }
}
.perfil .menuLateral__presentacion--items--item--stats--progreso {
  height: 8px;
  background-color: #e7ca46;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease;
}
.perfil .menuLateral__presentacion--oro {
  padding-block: 15px 0px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil .menuLateral__presentacion--oro h5 {
  font-size: 15px;
  font-weight: 500;
}
.perfil .menuLateral__presentacion--oro a {
  background-color: #e7ca46;
  color: #222220;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s;
}
.perfil .menuLateral__presentacion--oro a:hover {
  background-color: #63b2f3;
  color: #fff;
}
.perfil .menuLateral__help {
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  color: #25ac6f;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.perfil .menuLateral__help span {
  font-size: 14px;
  font-weight: 500;
}
.perfil .menuLateral__help i {
  font-size: 24px;
}
.perfil .menuLateral__estado {
  padding: 15px;
  background-color: #e7ca46;
  color: #222220;
  border-radius: 10px;
  margin-block: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.perfil .menuLateral__estado--info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.perfil .menuLateral__estado--stats {
  flex-shrink: 0;
}
.perfil .menuLateral__estado--stats--borde {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}
.perfil .menuLateral__estado--stats--borde--porcion {
  border-radius: 50%;
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
  height: 75%;
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.perfil .menuLateral__estado--stats--borde--porcion.diezPor {
  background-image: conic-gradient(#e7ca46 0 36deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.veintePor {
  background-image: conic-gradient(#e7ca46 0 72deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.treintaPor {
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.cuarentaPor {
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.cincuentaPor {
  background-image: conic-gradient(#e7ca46 0 180deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.sesentaPor {
  background-image: conic-gradient(#e7ca46 0 216deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.setentaPor {
  background-image: conic-gradient(#e7ca46 0 245deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.ochentaPor {
  background-image: conic-gradient(#e7ca46 0 300deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.noventaPor {
  background-image: conic-gradient(#e7ca46 0 340deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcion.cienPor {
  background-image: conic-gradient(#e7ca46 0 360deg, #eaf3fb 0);
}
.perfil .menuLateral__estado--stats--borde--porcentaje {
  border-radius: 50%;
  background-color: #fff;
  height: 50%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.perfil .menuLateral__back {
  display: flex;
  align-items: center;
  gap: 5px;
}
.perfil .menuLateral__back a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.perfil .menuLateral__back a span {
  font-size: 14px;
}
.perfil .menuLateral h4 {
  text-align: center;
}

.campoPendiente {
  background-color: rgba(255, 111, 0, 0.3);
  padding: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 576px) {
  .menuLateral {
    position: relative;
    z-index: 3;
  }
}
.menuLateral__presentacion {
  padding-block: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menuLateral__presentacion--titulo {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuLateral__presentacion--titulo a {
  font-size: 14px;
  font-weight: 500;
}
.menuLateral__presentacion--help {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  padding: 10px;
  border-radius: 10px;
  color: #0076d6;
}
.menuLateral__presentacion--help span {
  font-size: 14px;
}
.menuLateral__presentacion--verCalificacion {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.menuLateral__presentacion--verCalificacion:hover {
  color: #63b2f3;
}
.menuLateral__presentacion--verCalificacion span {
  font-size: 13px;
  font-weight: 600;
}
.menuLateral__presentacion--items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.menuLateral__presentacion--items.calificacionOro {
  max-height: 280px;
  overflow: hidden;
  transition: max-height 0.28s ease;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0));
}
.menuLateral__presentacion--items.calificacionOro.expanded {
  -webkit-mask-image: none;
  mask-image: none;
  max-height: 800px;
}
.menuLateral__presentacion--items--item {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  align-items: center;
}
.menuLateral__presentacion--items--item span {
  grid-column: 1/5;
  font-size: 14px;
}
.menuLateral__presentacion--items--item--stats {
  background-color: rgb(242.7129186603, 227.8660287081, 160.2870813397);
  height: 8px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  grid-column: 5/9;
}
.menuLateral__presentacion--items--item--stats--progreso {
  height: 8px;
  background-color: #e7ca46;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease;
}
.menuLateral__presentacion--items--item small {
  grid-column: 9/11;
  text-align: end;
}
.menuLateral__presentacion--oro {
  padding-block: 15px 0px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menuLateral__presentacion--oro h5 {
  font-size: 15px;
  font-weight: 500;
}
.menuLateral__presentacion--oro a {
  background-color: #e7ca46;
  color: #222220;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s;
}
.menuLateral__presentacion--oro a:hover {
  background-color: #63b2f3;
  color: #fff;
}
.menuLateral__help {
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  color: #25ac6f;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuLateral__help span {
  font-size: 14px;
  font-weight: 500;
}
.menuLateral__help i {
  font-size: 24px;
}
.menuLateral__estado {
  padding: 15px;
  background-color: #e7ca46;
  color: #222220;
  border-radius: 10px;
  margin-block: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.menuLateral__estado--info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menuLateral__estado--stats {
  flex-shrink: 0;
}
.menuLateral__estado--stats--borde {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}
.menuLateral__estado--stats--borde--porcion {
  border-radius: 50%;
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
  height: 75%;
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menuLateral__estado--stats--borde--porcion.diezPor {
  background-image: conic-gradient(#e7ca46 0 36deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.veintePor {
  background-image: conic-gradient(#e7ca46 0 72deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.treintaPor {
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.cuarentaPor {
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.cincuentaPor {
  background-image: conic-gradient(#e7ca46 0 180deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.sesentaPor {
  background-image: conic-gradient(#e7ca46 0 216deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.setentaPor {
  background-image: conic-gradient(#e7ca46 0 245deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.ochentaPor {
  background-image: conic-gradient(#e7ca46 0 300deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.noventaPor {
  background-image: conic-gradient(#e7ca46 0 340deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcion.cienPor {
  background-image: conic-gradient(#e7ca46 0 360deg, #eaf3fb 0);
}
.menuLateral__estado--stats--borde--porcentaje {
  border-radius: 50%;
  background-color: #fff;
  height: 50%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.menuLateral .registroAuth {
  width: 100%;
  padding-block: 25px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .menuLateral .registroAuth.btnFixed {
    position: fixed;
    bottom: 70px;
    width: 94vw;
    z-index: 100;
  }
}
.menuLateral .registroAuth .registroAuth__check {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #b5c3d1;
  padding: 15px;
  border-radius: 6px;
}
.dark-mode .menuLateral .registroAuth .registroAuth__check {
  border: 1px solid #4b4b4b;
}
.dark-mode .menuLateral .registroAuth .registroAuth__check input[type=checkbox] {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #e6f0ff;
  border-color: #4b4b4b;
}
.menuLateral .registroAuth .registroAuth__check a {
  font-weight: 600;
}
.menuLateral .registroAuth input[type=button] {
  width: 100%;
}

.verificacionesEstado {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.verificacionesEstado .progress-bar-container {
  width: 100%;
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.verificacionesEstado .progress-bar {
  width: 0%;
  height: 25px;
  background-color: #25ac6f;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease;
}
.verificacionesEstado .progress-bar.verificacion10 {
  background-color: #25ac6f;
  width: 100% !important;
}
.verificacionesEstado .progress-bar.verificacion10 span {
  color: #fff;
}
.verificacionesEstado .progress-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222220;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.verificacionesEstado .progress-text.verificacion10 {
  color: #fff;
}
.verificacionesEstado .progress-text span {
  font-size: 14px;
}
.verificacionesEstado small {
  font-size: 14px;
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  color: #25ac6f;
  padding: 10px;
  border-radius: 6px;
}

.formsMultiples {
  position: relative;
}
.formsMultiples::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #b5c3d1;
  position: absolute;
  left: 10px;
  top: -20px;
  mask-image: linear-gradient(to bottom, #000 40%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}
.dark-mode .formsMultiples::before {
  background-color: #4b4b4b;
}
@media screen and (max-width: 576px) {
  .formsMultiples::before {
    left: 5px;
  }
}

.form__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__items.itemMultiple {
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .form__items.itemMultiple {
    margin-left: 20px;
  }
}
.form__items.itemMultiple::before {
  content: "";
  width: 60px;
  height: 50px;
  background-color: transparent;
  border-bottom: 2px solid #b5c3d1;
  border-left: 2px solid #b5c3d1;
  border-radius: 15px;
  position: absolute;
  top: -15px;
  left: -30px;
  mask-image: linear-gradient(to top, #000 50%, rgba(0, 0, 0, 0) 50%);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
  z-index: 0;
}
.dark-mode .form__items.itemMultiple::before {
  border-bottom: 2px solid #4b4b4b;
  border-left: 2px solid #4b4b4b;
}
@media screen and (max-width: 576px) {
  .form__items.itemMultiple::before {
    left: -15px;
    width: 50px;
  }
}
.form__items--multiple {
  background-color: #fff;
  margin-top: -12px;
}
.dark-mode .form__items--multiple {
  background-color: #292928;
  border-radius: 10px;
}
.form__items .aEliminar {
  position: relative;
  border-radius: 0 0 10px 10px;
}
.form__items .aEliminar .bloqueMultiple {
  opacity: 0.5 !important;
  pointer-events: none;
  filter: blur(2px);
}
.form__items .aEliminar .restaurarMultiple {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #fff;
  padding: 15px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  z-index: 10;
  opacity: 1;
}
.form__items .aEliminar .restaurarMultiple--texto {
  font-size: 13px;
  font-weight: 500;
}
.form__items .aEliminar .restaurarMultiple a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  color: #df0043;
  padding: 6px 8px;
  border-radius: 8px;
  justify-content: center;
  margin-top: 15px;
  width: fit-content;
  transition: all 0.2s;
}
.form__items .aEliminar .restaurarMultiple a:hover {
  background-color: #df0043;
  color: #fff;
}
.form__items .aEliminar .restaurarMultiple a span {
  font-size: 14px;
  font-weight: 600;
}
.form__items--tools {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #b5c3d1 !important;
  box-shadow: none !important;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px 10px 0 0 !important;
  z-index: 2;
}
.dark-mode .form__items--tools {
  background-color: #292928;
  border-radius: 10px 10px 0 0 !important;
  border: 2px solid #4b4b4b !important;
  box-shadow: none !important;
}
.form__items--tools a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #df0043;
  transition: all 0.2s;
}
.form__items--tools a:hover {
  opacity: 0.75;
}
.form__items--tools a span {
  font-size: 13px;
  font-weight: 700;
}
.form__items--tools a i {
  font-size: 16px;
}
.form__items--tools h5 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__items--tools h5 .numero_bloque {
  display: flex;
  align-items: center;
  gap: 0px;
  background-color: #e7ca46;
  color: #222220;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 25px;
  font-weight: 600;
}
.form__items--bloque {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  gap: 25px;
  padding: 15px;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .form__items--bloque {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.form__items--bloque.bloqueMultiple {
  border-radius: 0 0 10px 10px !important;
  border-width: 2px !important;
}
.form__items--bloque--campo {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__items--bloque--campo.fullCampo {
  grid-column: 1/3;
}
.form__items--bloque--campo.campoEmpresa .empresaSeleccionada {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 5px;
}
.form__items--bloque--campo.campoEmpresa .empresaSeleccionada a {
  background-color: #63b2f3;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  width: fit-content;
}
.form__items--bloque--campo.campoEmpresa .empresaSeleccionada a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.form__items--bloque--campo.campoFecha {
  position: relative;
}
.form__items--bloque--campo.campoFecha input[type=date] {
  padding-right: 35px;
  position: relative;
  z-index: 1;
}
.form__items--bloque--campo.campoFecha input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.form__items--bloque--campo.campoFecha input[type=date]::-moz-calendar-picker-indicator {
  opacity: 0;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.form__items--bloque--campo.campoFecha .custom-icon {
  position: absolute;
  right: 15px;
  bottom: 18px;
  pointer-events: none;
  color: #222220;
  font-size: 18px;
  z-index: 2;
  transition: all 0.15s;
}
.form__items--bloque--campo.campoFecha .custom-icon:hover {
  opacity: 0.75;
}
.dark-mode .form__items--bloque--campo.campoFecha .custom-icon {
  color: #e6f0ff;
}
.form__items--bloque--campo--actual {
  position: absolute;
  right: 10px;
  top: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.form__items--bloque--campo--actual label {
  font-size: 13px;
  font-weight: 600;
}
.form__items--bloque--campo input {
  color: #222220;
}
.form__items--bloque--campo label {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .form__items--bloque--campo label {
    font-size: 13px;
  }
}
.form__items--bloque--campo.campoVerificar {
  justify-content: space-between;
  padding: 10px 15px;
  position: relative;
  background-color: transparent;
  border: 1px solid #25ac6f;
  color: #25ac6f;
  border-radius: 10px;
  grid-column: 1/3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__input {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .form__items--bloque--campo.campoVerificar .campoVerificar__input {
    flex-direction: column;
  }
  .form__items--bloque--campo.campoVerificar .campoVerificar__input input[type=file] {
    width: inherit;
  }
}
.form__items--bloque--campo.campoVerificar .campoVerificar__input input[type=file] {
  width: inherit;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__input label {
  gap: 5px;
  flex-shrink: 0;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__archivo {
  padding-block: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools a {
  background-color: #63b2f3;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 13px;
  display: inline-block;
  max-width: 50vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools a:hover {
  background-color: #0076d6;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools .campoVerificar__archivo--tools--quitar {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgb(212.8181818182, 212.8181818182, 210.1818181818);
  color: #df0043;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools .campoVerificar__archivo--tools--quitar:hover {
  background-color: #df0043 !important;
  color: #fff;
}
.dark-mode .form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools .campoVerificar__archivo--tools--quitar {
  background-color: #fff;
}
.form__items--bloque--campo.campoVerificar .campoVerificar__archivo .campoVerificar__archivo--tools .campoVerificar__archivo--tools--quitar label {
  font-size: 13px;
  cursor: pointer;
}
.form__items--bloque.full {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.autocomplete-container {
  position: relative;
}

#autocomplete-input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.autocomplete-items {
  position: absolute;
  top: 110%;
  background-color: #f1f1f1;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  border: 1px solid #b5c3d1;
  border-radius: 6px;
  z-index: 1;
}
.autocomplete-items:empty {
  border: none;
}

.autocomplete-items div {
  padding: 8px;
  cursor: pointer;
  transition: all 0.15s;
}

.autocomplete-items div:hover {
  background-color: #e7ca46;
  color: #222220;
}

#form-container-titulos,
#form-container-cursos,
#form-container-habilidades,
#form-container-informatica,
#form-container-trabajo,
#form-container-idiomas {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#add-title,
#add-idioma,
#add-habilidad,
#add-informatica,
#add-trabajo,
#add-curso {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.2s;
  justify-content: center;
  margin-top: -25px;
  margin-bottom: 20px;
}
#add-title span,
#add-idioma span,
#add-habilidad span,
#add-informatica span,
#add-trabajo span,
#add-curso span {
  font-weight: 600;
}
#add-title:hover,
#add-idioma:hover,
#add-habilidad:hover,
#add-informatica:hover,
#add-trabajo:hover,
#add-curso:hover {
  color: #63b2f3;
}

.help {
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  color: #25ac6f;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.help span {
  font-size: 13px;
  font-weight: 500;
}
.help span strong {
  font-size: 13px;
}
.help i {
  font-size: 26px;
}
.help.alert {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  color: #0076d6;
}

.btnMobRegistro {
  display: none;
}
@media screen and (max-width: 576px) {
  .btnMobRegistro {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .btnMobRegistro a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background-color: #e7ca46;
    color: #222220;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s;
    justify-content: center;
  }
  .btnMobRegistro a:hover {
    background-color: #63b2f3;
    color: #fff;
  }
}

.popup-valoracion {
  background-color: rgba(0, 0, 0, 0.4392156863);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 110;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.dark-mode .popup-valoracion {
  background-color: rgba(0, 0, 0, 0.6352941176);
}
.popup-valoracion.show {
  opacity: 1;
  visibility: visible;
}
.popup-valoracion__cont {
  background-color: #fff;
  position: absolute;
  left: 50%;
  transition: all 0.2s;
  border-radius: 15px 15px 0 0;
  transform: translateX(-50%);
  bottom: -100%;
  scale: 0.5;
  transform-origin: bottom left;
  transition-delay: 0.1s;
  max-height: 90vh;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.popup-valoracion__cont::-webkit-scrollbar {
  width: 8px;
}
.popup-valoracion__cont::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.popup-valoracion__cont::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont {
    max-height: 97vh;
    width: 100%;
  }
}
.dark-mode .popup-valoracion__cont {
  background-color: #222220;
  border: 1px solid #3f3e3e;
}
.show .popup-valoracion__cont {
  bottom: 0%;
  scale: 1;
}
.popup-valoracion__cont--modal {
  position: relative;
  padding: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont--modal {
    padding: 25px 15px;
    width: 100%;
  }
}
.popup-valoracion__cont--modal h2 {
  font-size: 16px;
}
.popup-valoracion__cont--modal h3 {
  font-size: 18px;
}
.popup-valoracion__cont--modal--ref {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-valoracion__cont--modal--ref--tit {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.popup-valoracion__cont--modal--ref--tit span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.popup-valoracion__cont--modal--ref--tit span::after {
  content: "|";
  font-size: 13px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  font-weight: 400;
}
.popup-valoracion__cont--modal--ref--graf {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background-color: #e7ca46;
  background: linear-gradient(90deg, #df0043 0%, #e7ca46 25%, rgb(236.8564593301, 214.9330143541, 115.1435406699) 75%, #25ac6f 100%);
  padding: 3px 20px;
  border-radius: 30px;
}
.popup-valoracion__cont--modal--ref--graf span {
  font-size: 14px;
  font-weight: 500;
  color: #222220;
}
.popup-valoracion__cont--modal #items_calificar {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  max-height: 50vh;
  padding-right: 10px;
}
.popup-valoracion__cont--modal #items_calificar::-webkit-scrollbar {
  width: 6px;
}
.popup-valoracion__cont--modal #items_calificar::-webkit-scrollbar-track {
  background: transparent;
}
.popup-valoracion__cont--modal #items_calificar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.dark-mode .popup-valoracion__cont--modal #items_calificar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.popup-valoracion__cont--modal #items_calificar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-mode .popup-valoracion__cont--modal #items_calificar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.popup-valoracion__cont--modal--form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-block: 10px;
  border-bottom: 1px solid #b5c3d1;
}
.dark-mode .popup-valoracion__cont--modal--form {
  border-color: #4b4b4b;
}
.popup-valoracion__cont--modal--form--campo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.popup-valoracion__cont--modal--form--campo label {
  font-weight: 600;
  font-size: 18px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.popup-valoracion__cont--modal--form--campo label strong {
  font-size: 18px;
}
.popup-valoracion__cont--modal--form--campo label span {
  font-size: 15px;
  text-align: left;
}
.popup-valoracion__cont--modal--form--campo input {
  margin-top: 10px;
}
.popup-valoracion__cont--modal--form--campo--opciones {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont--modal--form--campo--opciones {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: start;
  }
}
.popup-valoracion__cont--modal--form--campo--opciones a {
  border: 2px solid currentColor;
  padding: 5px 12px;
  border-radius: 15px;
  font-weight: 700;
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  transition: all 0.2s;
}
.popup-valoracion__cont--modal--form--campo--opciones a:hover {
  background-color: #e7ca46;
  color: #222220;
  border-color: #e7ca46;
}
.popup-valoracion__cont--modal--form--campo--opciones a.calificacion_activa {
  background-color: #e7ca46;
  color: #222220;
  border-color: #e7ca46;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont--modal--form--campo--opciones a {
    padding: 10px;
    font-size: 14px;
    border-width: 1px;
  }
}
.popup-valoracion__cont--modal--resultado {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup-valoracion__cont--modal--resultado span {
  text-align: left;
}
.popup-valoracion__cont--modal--resultado.fullEvaluacion {
  max-height: 28vh;
  overflow-y: scroll;
  margin-block: 10px;
  border: 1px solid #b5c3d1;
  border-radius: 10px;
  padding: 15px;
}
.popup-valoracion__cont--modal--resultado--items {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.popup-valoracion__cont--modal--resultado--item {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #b5c3d1;
  padding-block: 6px;
  gap: 0;
}
.dark-mode .popup-valoracion__cont--modal--resultado--item {
  border-color: #4b4b4b;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont--modal--resultado--item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    gap: 4px;
  }
}
.popup-valoracion__cont--modal--resultado--item span {
  grid-column: 1/4;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont--modal--resultado--item span {
    font-size: 12px;
    grid-column: 1/3;
  }
}
.popup-valoracion__cont--modal--resultado--item small {
  grid-column: 10/11;
  text-align: end;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont--modal--resultado--item small {
    font-size: 14px;
    grid-column: 6/7;
  }
}
.popup-valoracion__cont--modal--resultado--item--stats {
  background-color: rgb(242.7129186603, 227.8660287081, 160.2870813397);
  height: 8px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  grid-column: 4/10;
}
@media screen and (max-width: 576px) {
  .popup-valoracion__cont--modal--resultado--item--stats {
    grid-column: 3/6;
  }
}
.popup-valoracion__cont--modal--resultado--item--stats small {
  position: absolute;
  top: 15px;
  background-color: #63b2f3;
  color: #f1f1f1;
  z-index: 5;
}
.popup-valoracion__cont--modal--resultado--item--stats--progreso {
  height: 8px;
  background-color: #e7ca46;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease;
}
.popup-valoracion__cont--modal--resultado--data {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.popup-valoracion__cont--modal--resultado--data span {
  margin-left: 0;
}
.popup-valoracion__cont--modal--cerrar {
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.2s;
  cursor: pointer;
}
.popup-valoracion__cont--modal--cerrar:hover {
  opacity: 0.5;
}
.popup-valoracion__cont--modal--cerrar i {
  font-size: 24px;
}
.popup-valoracion__cont--modal--empresa {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 10px;
}
.popup-valoracion__cont--modal--empresa figure {
  overflow: hidden;
  border-radius: 60px;
}
.popup-valoracion__cont--modal--empresa figure img {
  max-width: 50px;
}
.popup-valoracion__cont--modal--empresa--info {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
}
.popup-valoracion__cont--modal--empresa--info a {
  font-size: 14px;
  margin-left: auto;
}
.popup-valoracion__cont--modal--empresa--info a span {
  font-size: 13px;
  font-weight: 600;
}
.popup-valoracion__cont--modal--empresa--info--nombre {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  text-align: start;
}
.popup-valoracion__cont--modal--empresa--info--nombre span {
  font-size: 12px;
}
.popup-valoracion__cont--modal--empresa--info--nombre h5 {
  font-size: 14px;
}

.haceteOro {
  opacity: 1;
  position: relative;
  height: 120px;
  padding-top: 20px;
  margin-top: -60px;
}
.haceteOro::after {
  content: "";
  width: 105%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1921568627) 0%, rgba(255, 255, 255, 0.3882352941) 15%, #fff 100%);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.dark-mode .haceteOro::after {
  background: linear-gradient(180deg, rgba(34, 34, 32, 0.1921568627) 0%, rgba(34, 34, 32, 0.7960784314) 10%, #222220 100%);
}
.haceteOro__boton {
  position: absolute;
  padding-block: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  align-items: center;
  z-index: 50;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.haceteOro__boton h5 {
  font-size: 18px;
  text-align: center;
}
.haceteOro__boton a {
  background-color: #e7ca46;
  color: #222220;
  padding: 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s;
}
.haceteOro__boton a:hover {
  background-color: #63b2f3;
  color: #fff;
}

.galeria {
  background-color: rgba(0, 0, 0, 0.6352941176);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.dark-mode .galeria {
  background-color: rgba(0, 0, 0, 0.6352941176);
}
.galeria.show {
  z-index: 200;
  opacity: 1;
  visibility: visible;
}
.galeria__cont {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.2s;
  border-radius: 15px;
  transform: translate(-50%, 50%);
  bottom: -100%;
  scale: 0.5;
  transform-origin: bottom left;
  transition-delay: 0.1s;
  overflow: hidden;
  max-height: 100%;
}
.dark-mode .galeria__cont {
  background-color: #222220;
  border: 1px solid #3f3e3e;
}
@media screen and (max-width: 576px) {
  .galeria__cont {
    max-width: 90vw;
  }
}
.show .galeria__cont {
  bottom: 50%;
  scale: 1;
}
.galeria__cont--cerrar {
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 100;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
}
.dark-mode .galeria__cont--cerrar {
  background-color: #222220;
}
.galeria__cont--cerrar:hover {
  opacity: 0.5;
}
.galeria__cont--cerrar i {
  font-size: 24px;
}
.galeria__cont .slideGaleria {
  max-width: 960px;
  width: 100%;
  overflow: hidden;
}
.galeria__cont .slideGaleria figure {
  display: flex;
  justify-content: center;
}
.galeria__cont .slideGaleria figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  display: block;
}

.frases {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.frases h2 {
  font-size: 20px;
}
.frases blockquote {
  margin-block: 0px;
}
.frases .slideFrases {
  width: 100%;
  overflow: hidden;
}

@keyframes goldenShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.editOro {
  background: linear-gradient(145deg, rgb(153.5765550239, 129.5023923445, 19.9234449761) 0%, rgb(198.7200956938, 167.5693779904, 25.7799043062) 12%, #e7ca46 30%, rgb(236.8564593301, 214.9330143541, 115.1435406699) 45%, #e7ca46 60%, rgb(176.1483253589, 148.5358851675, 22.8516746411) 80%, #000 100%);
  background-attachment: fixed;
  padding: 20px 15px;
  border-radius: 15px;
  color: #222220;
  animation: goldenShine 10s ease-in-out infinite;
  border: 2px solid rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
@media screen and (max-width: 576px) {
  .editOro {
    max-width: calc(100vw - 40px);
  }
}

.galeriaEdit {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.galeriaEdit__cont {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.galeriaEdit__cont--item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #b5c3d1;
  border-radius: 10px;
  padding: 10px;
  flex-wrap: wrap;
}
.galeriaEdit__cont--item figure {
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
}
.galeriaEdit__cont--item figure img {
  width: 100%;
  height: auto;
  max-height: 80px;
}
.galeriaEdit h2 {
  font-size: 20px;
}
.galeriaEdit blockquote {
  margin-block: 0px;
}
.galeriaEdit .slideFrases {
  width: 100%;
  overflow: hidden;
}

.frases__check {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .frases__check {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.frases__check .item-check {
  border: 2px solid rgb(112.8181818182, 112.8181818182, 106.1818181818);
  border-radius: 10px;
  transition: all 200ms ease-out;
  padding: 20px 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transform: scale(1) translateZ(0);
  position: relative;
}
@media screen and (max-width: 576px) {
  .frases__check .item-check span {
    font-size: 13px;
  }
  .frases__check .item-check i {
    font-size: 16px;
  }
}
.frases__check .item-check:hover, .frases__check .item-check:checked {
  border-color: #222220;
  background-color: rgb(242.7129186603, 227.8660287081, 160.2870813397);
  color: #222220;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
}
.frases__check .item-check input[type=radio] {
  display: none;
}
.frases__check .item-check:has(input[type=radio]:checked) {
  border-color: #222220;
  color: #222220;
  background-color: #e7ca46;
}
.frases__check .item-check:has(input[type=radio]:checked)::after {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #63b2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  border-radius: 60%;
}
.frases__check .item-check label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.frases__check .item-check label blockquote {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.frases__check .item-check label blockquote h4 {
  font-size: 18px;
}
.frases__check .item-check label blockquote span {
  font-size: 14px;
  font-weight: 400;
}

.templates-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .templates-checks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.templates-checks .item-check {
  border: 2px solid rgb(112.8181818182, 112.8181818182, 106.1818181818);
  border-radius: 10px;
  transition: all 200ms ease-out;
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
  transform: scale(1) translateZ(0);
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 576px) {
  .templates-checks .item-check span {
    font-size: 13px;
  }
  .templates-checks .item-check i {
    font-size: 16px;
  }
}
.templates-checks .item-check .templateName {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.templates-checks .item-check .templateName h3 {
  font-size: 15px;
}
.templates-checks .item-check:hover, .templates-checks .item-check:checked {
  border-color: #222220;
  background-color: rgb(242.7129186603, 227.8660287081, 160.2870813397);
  color: #222220;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
}
.templates-checks .item-check input[type=radio] {
  display: none;
}
.templates-checks .item-check:has(input[type=radio]:checked) {
  border-color: #222220;
  color: #e7ca46;
  background-color: #222220;
}
.templates-checks .item-check:has(input[type=radio]:checked)::after {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #63b2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  border-radius: 60%;
}
.templates-checks .item-check label {
  transition: all 0.2s;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.templates-checks .item-check label--frame {
  width: 100%;
  border: 2px solid #b5c3d1;
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
  transition: all 0.2s;
  overflow: hidden;
}
.templates-checks .item-check label--frame img {
  width: 600px;
  height: auto;
  overflow: hidden;
}

.toast {
  position: fixed;
  left: 0px;
  bottom: 0;
  z-index: 100;
  padding: 15px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .toast {
    bottom: 80px;
  }
}
.toast-item {
  position: relative;
}
.toast-item .cerrarToast {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #222220;
  color: #fff;
  border-radius: 50px;
}
.toast-item .cerrarToast i {
  font-size: 18px;
  padding: 5px;
}
.toast__estado {
  padding: 15px;
  background-color: #e7ca46;
  color: #222220;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.toast__estado--info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toast__estado--stats {
  flex-shrink: 0;
}
.toast__estado--stats--borde {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}
.toast__estado--stats--borde--porcion {
  border-radius: 50%;
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
  height: 75%;
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.toast__estado--stats--borde--porcion.diezPor {
  background-image: conic-gradient(#e7ca46 0 36deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.veintePor {
  background-image: conic-gradient(#e7ca46 0 72deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.treintaPor {
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.cuarentaPor {
  background-image: conic-gradient(#e7ca46 0 90deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.cincuentaPor {
  background-image: conic-gradient(#e7ca46 0 180deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.sesentaPor {
  background-image: conic-gradient(#e7ca46 0 216deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.setentaPor {
  background-image: conic-gradient(#e7ca46 0 245deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.ochentaPor {
  background-image: conic-gradient(#e7ca46 0 300deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.noventaPor {
  background-image: conic-gradient(#e7ca46 0 340deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcion.cienPor {
  background-image: conic-gradient(#e7ca46 0 360deg, #eaf3fb 0);
}
.toast__estado--stats--borde--porcentaje {
  border-radius: 50%;
  background-color: #fff;
  height: 50%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.toast__help {
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  color: #25ac6f;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.toast__help span {
  font-size: 14px;
  font-weight: 500;
}
.toast__help i {
  font-size: 24px;
}

.popup-verificacion {
  background-color: rgba(0, 0, 0, 0.4392156863);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.dark-mode .popup-verificacion {
  background-color: rgba(0, 0, 0, 0.6352941176);
}
.popup-verificacion.show {
  opacity: 1;
  visibility: visible;
}
.popup-verificacion__cont {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.2s;
  border-radius: 15px;
  transform: translate(-50%, 50%);
  bottom: -100%;
  scale: 0.5;
  transform-origin: bottom left;
  transition-delay: 0.1s;
}
.dark-mode .popup-verificacion__cont {
  background-color: #222220;
  border: 1px solid #3f3e3e;
}
.show .popup-verificacion__cont {
  bottom: 50%;
  scale: 1;
}
.popup-verificacion__cont--modal {
  position: relative;
  padding: 25px;
  width: 50vw;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .popup-verificacion__cont--modal {
    width: 90vw;
  }
}
.popup-verificacion__cont--modal h2 {
  font-size: 24px;
}
.popup-verificacion__cont--modal h3 {
  font-size: 16px;
  font-weight: 500;
}
.popup-verificacion__cont--modal input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.popup-verificacion__cont--modal--cerrar {
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.2s;
  cursor: pointer;
}
.popup-verificacion__cont--modal--cerrar:hover {
  opacity: 0.5;
}
.popup-verificacion__cont--modal--cerrar i {
  font-size: 24px;
}

.promedio {
  align-items: center;
  padding-block: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.promedio svg {
  margin-top: -30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 145px;
}
.promedio span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
}
.promedio span strong, .promedio span small {
  font-size: 24px;
  font-weight: 700;
}

#circulo {
  stroke: #e7ca46;
  stroke-dasharray: 628.3;
  stroke-linecap: round;
}
#circulo.promedio0 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 0));
}
#circulo.promedio1 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 1));
}
#circulo.promedio2 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 2));
}
#circulo.promedio3 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 3));
}
#circulo.promedio4 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 4));
}
#circulo.promedio5 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 5));
}
#circulo.promedio6 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 6));
}
#circulo.promedio7 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 7));
}
#circulo.promedio8 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 8));
}
#circulo.promedio9 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 9));
}
#circulo.promedio10 {
  stroke-dashoffset: calc(628.3 * (0.5 - 0.05 * 10));
}

.editarAcceso {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editarAcceso {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .editarAcceso {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .editarAcceso {
    padding-top: 20px;
  }
}
.editarAcceso__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.editarAcceso__main a {
  color: #df0043;
  font-weight: 700;
  transition: all 0.2s;
  padding-bottom: 10px;
}
.editarAcceso__main a:hover {
  opacity: 0.75;
}
.editarAcceso__main--campo {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editarAcceso__main--campo #mostrarClaveIcon,
.editarAcceso__main--campo #mostrarClaveIconRep {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.editarAcceso__main--campo input {
  width: 100%;
}

.autocompleteList {
  max-height: 250px;
  top: 100%;
  overflow-y: auto;
  position: absolute;
  border-radius: 0 0 10px 10px;
  border: 1px solid #b5c3d1;
  border-top: none;
  background: white;
  color: #222220;
  z-index: 3;
  display: none;
}
.dark-mode .autocompleteList {
  background-color: #222220;
  border-color: #4b4b4b;
  color: #e6f0ff;
}

.autocompleteList div {
  padding: 5px 12px;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s;
}

.autocompleteList div:hover {
  background-color: #e7ca46;
}
.dark-mode .autocompleteList div:hover {
  color: #222220;
}

.verificacionesEstado {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.verificacionesEstado .progress-bar-container {
  width: 100%;
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.verificacionesEstado .progress-bar {
  width: 0%;
  height: 25px;
  background-color: #63b2f3;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease;
}
.verificacionesEstado .progress-bar.postulacion10 {
  background-color: #df0043;
  width: 100% !important;
}
.verificacionesEstado .progress-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #0076d6;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.verificacionesEstado .progress-text.postulacion10 {
  color: #fff;
}
.verificacionesEstado .progress-text span {
  font-size: 14px;
}
.verificacionesEstado small {
  font-size: 14px;
  color: #0076d6;
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  padding: 10px;
  border-radius: 6px;
}

.quitarEmpresa {
  display: flex;
  align-items: center;
  gap: 15px;
}
.quitarEmpresa a {
  color: #63b2f3;
  display: flex;
  align-items: center;
  gap: 5px;
}
.quitarEmpresa a:hover {
  opacity: 0.7;
}
.quitarEmpresa a span {
  font-size: 13px;
  font-weight: 600;
}
.quitarEmpresa a:last-child {
  color: #df0043;
}

.agregarEmpresa {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.agregarEmpresa a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #222220;
  background-color: #e7ca46;
  padding: 12px 16px;
  border-radius: 10px;
  cursor: pointer;
  width: fit-content;
  transition: all 0.2s;
}
.agregarEmpresa a:hover {
  opacity: 0.7;
}
.agregarEmpresa a span {
  font-size: 15px;
  font-weight: 700;
}
.agregarEmpresa a i {
  font-size: 15px;
}

.agregarEmpresaPopUp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 15px;
  max-height: 90vh;
  overflow-y: auto;
}
.agregarEmpresaPopUp::-webkit-scrollbar {
  width: 6px;
}
.agregarEmpresaPopUp::-webkit-scrollbar-track {
  background: transparent;
}
.agregarEmpresaPopUp::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.dark-mode .agregarEmpresaPopUp::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.agregarEmpresaPopUp::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-mode .agregarEmpresaPopUp::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.agregarEmpresaPopUp__filtro {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 10px;
}
@media screen and (max-width: 576px) {
  .agregarEmpresaPopUp__filtro {
    padding-inline: 10px;
    flex-direction: column;
  }
}
.agregarEmpresaPopUp__filtro--campo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  align-items: flex-start;
}
.agregarEmpresaPopUp__filtro--campo select {
  width: 100%;
}
.agregarEmpresaPopUp__filtro--campo input {
  width: 100%;
}
.agregarEmpresaPopUp__filtro button {
  background-color: #e7ca46;
  color: #222220;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: fit-content;
  align-self: flex-end;
  transition: all 0.2s;
}
.agregarEmpresaPopUp__filtro button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .agregarEmpresaPopUp__filtro button {
    width: 100%;
  }
}
.agregarEmpresaPopUp__inicio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding: 20px;
  width: 100%;
}
.agregarEmpresaPopUp__inicio i {
  font-size: 50px;
}
.agregarEmpresaPopUp__inicio h3 {
  font-size: 20px;
}
.agregarEmpresaPopUp__inicio span {
  font-size: 15px;
}
.agregarEmpresaPopUp__listado {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
  padding-inline: 10px;
}
.agregarEmpresaPopUp__listado .buscadorEmpresa {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.agregarEmpresaPopUp__listado .buscadorEmpresa input {
  width: 100%;
}
.agregarEmpresaPopUp__listado--items {
  max-height: 35vh;
  overflow-y: auto;
  padding-right: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .agregarEmpresaPopUp__listado--items {
    padding-right: 0px;
  }
}
.agregarEmpresaPopUp__listado--items::-webkit-scrollbar {
  width: 6px;
}
.agregarEmpresaPopUp__listado--items::-webkit-scrollbar-track {
  background: transparent;
}
.agregarEmpresaPopUp__listado--items::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.dark-mode .agregarEmpresaPopUp__listado--items::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.agregarEmpresaPopUp__listado--items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-mode .agregarEmpresaPopUp__listado--items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.agregarEmpresaPopUp__listado--items--item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.agregarEmpresaPopUp .paginacion {
  display: flex;
  align-items: center;
  gap: 5px;
}
.agregarEmpresaPopUp .paginacion a {
  background-color: transparent;
  border: 1px solid currentColor;
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
}
.agregarEmpresaPopUp .paginacion a:hover {
  background-color: #e7ca46;
  color: #222220;
  border-color: #e7ca46;
}
.agregarEmpresaPopUp .paginacion a.active {
  background-color: #e7ca46;
  color: #222220;
  border-color: #e7ca46;
}
.agregarEmpresaPopUp .btnSeleccionar {
  background-color: #e7ca46;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.agregarEmpresaPopUp .btnSeleccionar:hover {
  opacity: 0.7;
}

.empresas__check {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.empresas__check .item-check {
  border: 2px solid rgb(112.8181818182, 112.8181818182, 106.1818181818);
  border-radius: 10px;
  transition: all 200ms ease-out;
  padding: 10px 15px;
  cursor: pointer;
  transform: scale(1) translateZ(0);
  position: relative;
}
.empresas__check .item-check:hover, .empresas__check .item-check:checked {
  border-color: #222220;
  background-color: #e7ca46;
  color: #222220;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2);
}
.empresas__check .item-check:hover a, .empresas__check .item-check:checked a {
  color: #222220;
}
.empresas__check .item-check input[type=radio] {
  display: none;
}
.empresas__check .item-check:has(input[type=radio]:checked) {
  border-color: #222220;
  color: #222220;
  background-color: #e7ca46;
}
.empresas__check .item-check:has(input[type=radio]:checked)::after {
  content: "\f633";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #63b2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  border-radius: 60%;
}
.empresas__check .item-check:has(input[type=radio]:checked) a {
  color: #222220;
}
.empresas__check .item-check label {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  width: 100%;
}
.empresas__check .item-check label .infoEmpresa {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}
.empresas__check .item-check label .infoEmpresa h6 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.empresas__check .item-check label .infoEmpresa span {
  font-size: 14px;
  font-weight: 400;
}
.empresas__check .item-check label figure {
  border-radius: 50%;
  overflow: hidden;
}
.empresas__check .item-check label figure img {
  max-width: 60px;
}
.empresas__check .item-check label a {
  color: #63b2f3;
  margin-left: auto;
  margin-top: auto;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.empresas__check .item-check label a:hover {
  color: #222220;
}
.empresas__check .item-check label a span {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .empresas__check .item-check label a span {
    display: none;
  }
}
.empresas__check .item-check label a i {
  font-size: 13px;
}

.perfilIncompleto {
  background-color: #25ac6f;
  border: 1px solid #12774a;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.perfilIncompleto .perfilIncompleto__msj {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
}
.perfilIncompleto .perfilIncompleto__msj h3 {
  font-size: 17px;
}
.perfilIncompleto .perfilIncompleto__msj span {
  font-size: 14px;
}
.perfilIncompleto .perfilIncompleto__msj ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  font-size: 14px;
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  color: #25ac6f;
  padding: 15px;
  border-radius: 10px;
}
.perfilIncompleto .perfilIncompleto__msj ul li {
  list-style: none;
}
.perfilIncompleto .perfilIncompleto__msj ul li::before {
  content: "" !important;
}
.perfilIncompleto .perfilIncompleto__msj ul strong {
  font-size: 14px;
}
.perfilIncompleto a {
  background-color: #222220;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-top: 5px;
}
.perfilIncompleto a span {
  font-size: 16px;
}
.perfilIncompleto a i {
  font-size: 18px;
}
.perfilIncompleto a:hover {
  opacity: 0.7;
}

.contenido {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-block: 150px 20px;
}
@media screen and (max-width: 576px) {
  .contenido {
    padding-inline: 15px;
  }
}
.convocatorias .contenido {
  padding-block: 20px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .convocatorias .contenido {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .contenido {
    padding-block: 90px 15px;
  }
}
.contenido blockquote {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 35px;
  border-radius: 10px;
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.contenido blockquote p {
  color: #fff;
}
.contenido__galeria {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .contenido__galeria {
    padding-inline: 15px;
  }
}
.contenido__galeria--ampliada {
  padding-bottom: 0;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .contenido__galeria--ampliada {
    padding-inline: 15px;
  }
}
.contenido__galeria--ampliada figure {
  border-radius: 10px;
  overflow: hidden;
}
.contenido__galeria--mini {
  padding-bottom: 0;
}
.contenido__galeria--mini figure {
  border-radius: 8px;
  overflow: hidden;
}
.contenido__galeria figure {
  overflow: hidden;
  aspect-ratio: 2/1;
}
.contenido figure {
  border-radius: 15px;
  overflow: hidden;
}
.contenido__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contenido__tags--fecha {
  font-size: 18px;
  color: #222220;
}
.contenido__tags span {
  color: rgb(112.8181818182, 112.8181818182, 106.1818181818);
}
.contenido__tags--subtitulo {
  font-size: 18px;
  color: #222220;
  font-weight: 800;
  text-transform: uppercase;
}
.contenido__componentes {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .contenido__componentes {
    padding-inline: 15px;
  }
}
.contenido__componentes .componente {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 25px;
}
.contenido__componentes .componente #indice {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contenido__componentes .componente .zona_1 {
  border: 1px solid #b5c3d1;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.contenido__componentes .componente .zona_1 .zona_1__header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.contenido__componentes .componente .zona_1 .zona_1__header a {
  transition: all 0.2s;
}
.contenido__componentes .componente .zona_1 .zona_1__header a i {
  font-size: 24px;
}
.contenido__componentes .componente .zona_1 .zona_1__header a h2 {
  font-size: 16px;
  font-weight: 700;
}
.contenido__componentes .componente .zona_1 .zona_1__header a:hover {
  opacity: 0.8;
}
.contenido__componentes .componente .item {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 576px) {
  .contenido__componentes .componente .item {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.contenido__componentes .componente .item.invertido {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .contenido__componentes .componente .item.invertido {
    flex-direction: column;
  }
}
.contenido__componentes .componente .item.centrado {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-direction: column-reverse;
}
.contenido__componentes .componente .item.centrado figure div img {
  max-width: 1045px !important;
}
.contenido__componentes .componente .item.archivo {
  border: 1px solid #b5c3d1;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.contenido__componentes .componente .item.archivo .archivo__header {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.contenido__componentes .componente .item.archivo .archivo__header h2 {
  font-size: 18px;
  justify-content: flex-start;
  font-weight: 700;
}
.contenido__componentes .componente .item.archivo a {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #e7ca46;
  color: #222220;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.2s;
}
.contenido__componentes .componente .item.archivo a span {
  font-weight: 700;
}
.contenido__componentes .componente .item.archivo a i {
  font-size: 24px;
}
.contenido__componentes .componente .item.archivo a:hover {
  background-color: #63b2f3;
  color: #fff;
}
.contenido__componentes .componente .item.relacionado {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.contenido__componentes .componente .item.relacionado h2 a {
  font-size: 28px;
}
.contenido__componentes .componente .item.relacionado a.relacionado_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #e7ca46;
  border-radius: 8px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.2s;
}
.contenido__componentes .componente .item.relacionado a.relacionado_btn:hover {
  background-color: #222220;
}
.contenido__componentes .componente .item.relacionado a.relacionado_btn span {
  font-size: 13px;
  font-weight: 600;
}
.contenido__componentes .componente .item.itemLink {
  background-color: #222220;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.contenido__componentes .componente .item.itemLink:not(.invertido):not(.centrado) .item-info::before {
  content: "";
  position: absolute;
  left: -35px;
  transform: rotate(45deg) translate(-15px, -15px);
  top: calc(50% - 30px);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #222220;
}
.contenido__componentes .componente .item.itemLink.invertido:not(.centrado) .item-info::before {
  content: "";
  position: absolute;
  right: -35px;
  transform: rotate(45deg) translate(-15px, -15px);
  top: calc(50% - 30px);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #222220;
}
.contenido__componentes .componente .item.itemLink p {
  color: #fff;
}
.contenido__componentes .componente .item.itemLink .item-info {
  padding: 15px;
  flex-shrink: 1;
  width: 100%;
  position: relative;
}
.contenido__componentes .componente .item.itemLink .item-info h2 {
  font-weight: 700;
}
.contenido__componentes .componente .item.itemLink figure {
  max-width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .contenido__componentes .componente .item.itemLink figure {
    max-width: 100%;
  }
}
.contenido__componentes .componente .item.itemLink figure div img {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0;
}
@media screen and (max-width: 576px) {
  .contenido__componentes .componente .item.itemLink figure div img {
    width: 100%;
  }
}
.contenido__componentes .componente .item.itemLink h2 {
  color: #fff;
}
.contenido__componentes .componente .item.itemLink h2 a {
  color: #fff;
}
.contenido__componentes .componente .item figure {
  flex-shrink: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.contenido__componentes .componente .item figure div img {
  max-width: 1080px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 576px) {
  .contenido__componentes .componente .item figure div img {
    width: 100%;
  }
}
.contenido__componentes .componente .item .item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contenido__componentes .componente .item .item-info h2 {
  font-size: 28px;
}
.contenido__componentes .componente .item .item-info h2 a {
  font-size: 28px;
}
.contenido__componentes .componente .item img {
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.contenido__componentes .componente .item .ficha img {
  border-radius: 200px;
  overflow: hidden;
}
.contenido__componentes .componente .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}
.contenido__componentes .componente .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.paginacion {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .paginacion {
    padding-inline: 15px;
  }
}

.contenido__navegacion {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.contenido__navegacion a {
  color: #63b2f3;
  transition: all 0.2s;
  font-size: 13px;
}
.contenido__navegacion a:hover {
  opacity: 0.75;
}
.contenido__navegacion span {
  padding-inline: 15px;
  font-size: 13px;
}

.seccion-items {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 25px;
}
@media screen and (max-width: 576px) {
  .seccion-items {
    padding-inline: 15px;
  }
}
.seccion-items__item {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.convocatorias .seccion-items__item {
  border: 1px solid #b5c3d1;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.dark-mode .convocatorias .seccion-items__item {
  border: 1px solid #4b4b4b;
}
@media screen and (max-width: 576px) {
  .seccion-items__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.seccion-items__item--texto {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seccion-items__item--texto h2 {
  font-size: 28px;
}
.convocatorias .seccion-items__item--texto h2 {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .convocatorias .seccion-items__item--texto h2 {
    font-size: 18px;
  }
}
.seccion-items__item--texto h2 a {
  font-size: 28px;
}
.convocatorias .seccion-items__item--texto h2 a {
  font-size: 20px;
  color: currentColor;
}
.convocatorias .seccion-items__item--texto h2 a:hover {
  color: #63b2f3;
}
@media screen and (max-width: 576px) {
  .convocatorias .seccion-items__item--texto h2 a {
    font-size: 18px;
  }
}
.seccion-items__item--texto a {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.seccion-items__item--texto a:hover {
  gap: 10px;
}
.seccion-items__item--texto a span {
  font-size: 14px;
}
.seccion-items__item--texto a i {
  font-size: 18px;
}
.seccion-items__item .ampliarConvocatoria {
  position: absolute;
  top: 10px;
  right: 10px;
}
.seccion-items__item .ampliarConvocatoria a {
  justify-content: center;
  background-color: #f2f5fc;
  color: currentColor;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
.dark-mode .seccion-items__item .ampliarConvocatoria a {
  background-color: #292928;
}
@media screen and (max-width: 576px) {
  .seccion-items__item .ampliarConvocatoria a {
    height: 24px;
    width: 24px;
  }
}
.seccion-items__item .ampliarConvocatoria a i {
  font-size: 26px;
}
@media screen and (max-width: 576px) {
  .seccion-items__item .ampliarConvocatoria a i {
    font-size: 16px;
  }
}
.seccion-items__item .ampliarConvocatoria a:hover {
  background-color: #63b2f3;
  color: #fff;
}
.seccion-items__item.invertido {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .seccion-items__item.invertido {
    flex-direction: column;
  }
}
.seccion-items__item.centrado {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seccion-items__item figure {
  border-radius: 15px;
  overflow: hidden;
  flex-shrink: 0;
}
.seccion-items__item figure div img {
  max-width: 1080px;
}
.convocatorias .seccion-items__item figure div img {
  max-width: 200px;
}
@media screen and (max-width: 576px) {
  .seccion-items__item figure div img {
    width: 100%;
  }
}
.seccion-items__item img {
  transition: all 0.2s;
  overflow: hidden;
  border-radius: 15px;
}
.seccion-items__item img:hover {
  opacity: 0.75;
}

.contenido__galeria--mini .swiper-slide-thumb-active {
  opacity: 1 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.contenido__galeria--mini .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s;
}
.contenido__galeria--mini .swiper-slide:hover {
  opacity: 0.75;
}

.galeriaThumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .galeriaThumb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.galeriaThumb a {
  border-radius: 5px;
  overflow: hidden;
  width: 1 column;
  aspect-ratio: 4/3;
  display: flex;
  transition: all 0.2s;
}
.galeriaThumb a img {
  width: 100%;
  object-fit: cover;
}

.convocatorias {
  padding-top: 115px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .convocatorias {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .convocatorias {
    padding-top: 10px;
  }
}
.convocatorias__filtro {
  border: 1px solid #b5c3d1;
  background-color: #e5e8ee;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dark-mode .convocatorias__filtro {
  border: 1px solid #4b4b4b;
  background-color: #292928;
}
.convocatorias__filtro h6 {
  font-size: 20px;
}
.convocatorias__filtro--menu {
  border-bottom: 1px solid #b5c3d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.dark-mode .convocatorias__filtro--menu {
  border-color: #4b4b4b;
}
.convocatorias__filtro--menu nav ul {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.convocatorias__filtro--menu nav ul li a {
  justify-content: center;
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
  color: #222220;
  padding: 10px 15px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
.convocatorias__filtro--menu nav ul li a:hover {
  background-color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
}
.convocatorias__filtro--menu nav ul li a span {
  font-size: 12px;
  font-weight: 800;
}
.convocatorias__filtro--buscador {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.convocatorias__filtro--buscador--form {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .convocatorias__filtro--buscador--form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.convocatorias__filtro--buscador--form--campo {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1 1 0;
  min-width: 0;
}
.convocatorias__filtro--buscador--form--campo input,
.convocatorias__filtro--buscador--form--campo select {
  font-size: 13px;
}
.convocatorias__filtro--buscador--form--campo label {
  font-size: 14px;
  font-weight: 600;
}
.convocatorias__filtro--buscador--form--campoBtn {
  flex: 0 0 auto;
  width: auto;
}
@media screen and (max-width: 576px) {
  .convocatorias__filtro--buscador--form--campoBtn {
    width: 100%;
  }
}
.convocatorias__filtro--buscador--form--campoBtn input[type=button],
.convocatorias__filtro--buscador--form--campoBtn button {
  width: fit-content;
  white-space: nowrap;
  font-size: 14px;
  height: 53px;
}
@media screen and (max-width: 576px) {
  .convocatorias__filtro--buscador--form--campoBtn input[type=button],
  .convocatorias__filtro--buscador--form--campoBtn button {
    width: 100%;
  }
}
.convocatorias__filtro--buscador--reset {
  margin-top: 10px;
  cursor: pointer;
  color: #63b2f3;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.convocatorias__filtro--buscador--reset:hover {
  opacity: 0.7;
}
.convocatorias__filtro--buscador--reset span {
  font-size: 14px;
}
.convocatorias__cont {
  width: 100%;
}
.convocatorias__cont--items {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .convocatorias__cont--items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.convocatorias__contenido {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .convocatorias__contenido {
    padding-inline: 15px;
  }
}

.convocatoriaFicha {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.convocatoriaFicha__linea {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #b5c3d1;
  padding-block: 15px;
}
.dark-mode .convocatoriaFicha__linea {
  border-color: #4b4b4b;
}
.convocatoriaFicha__linea:last-child {
  border-bottom: none;
}
.convocatoriaFicha__linea span {
  font-size: 16px;
  font-weight: 600;
  flex: 0 0 150px;
}
.convocatoriaFicha__linea strong {
  font-size: 14px;
  flex: 1 1 0;
  min-width: 0;
}

.empresa {
  padding-top: 120px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .empresa {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .empresa {
    padding-top: 10px;
    padding-inline: 0;
  }
}
.empresa__cont {
  padding: 30px;
  position: relative;
  overflow: hidden;
  gap: 40px !important;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 25% 73%;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .empresa__cont {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .empresa__cont {
    border: none !important;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.empresa__cont--bg {
  height: 350px;
  background-color: #e7ca46;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .empresa__cont--bg {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .empresa__cont--bg {
    height: auto;
  }
}
.empresa__cont--bg img {
  opacity: 0.9;
}
@media screen and (min-width: 576px) {
  .empresa__cont--bg img {
    width: 100%;
    object-fit: cover;
  }
}
.empresa__cont--intro {
  position: relative;
  padding: 20px 25px;
  flex-wrap: wrap;
  overflow: hidden;
}
.empresa__cont--intro--ficha {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.empresa__cont--intro--ficha figure {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  flex-shrink: 0;
  background-color: #222220;
  transition: all 0.2s;
  cursor: pointer;
  border: 5px solid #fff;
}
@media screen and (max-width: 576px) {
  .empresa__cont--intro--ficha figure {
    max-width: 200px;
    align-self: center;
    margin-top: 40px;
  }
}
.empresa__cont--intro--ficha figure img {
  max-width: 100%;
  object-position: 50% 50%;
}
.empresa__cont--intro--ficha--datos {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.empresa__cont--intro--ficha--datos h3 {
  font-size: 18px;
  font-weight: 500 !important;
}
.empresa__cont--intro--ficha--datos h3 a {
  font-size: 18px;
}
.empresa__cont--intro--ficha--datos h4 {
  font-size: 16px;
  font-weight: 500 !important;
}
.empresa__cont--intro--ficha--datos h2 {
  font-size: 30px;
  font-weight: 700;
}
.empresa__cont--intro--ficha--datos--rrss {
  padding-block: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.empresa__cont--intro--ficha--datos--rrss a i {
  font-size: 24px;
}
.empresa__cont--intro--info {
  padding-block: 10px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.empresa__cont--intro--info--linea {
  padding-block: 8px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 10px;
}
.empresa__cont--intro--info--linea span {
  font-size: 15px;
}
.empresa__cont .perfil__intro--editar {
  position: absolute;
  right: 15px;
  top: 15px;
}
.empresa__cont .perfil__intro--editar .perfil__intro--editar--btn a,
.empresa__cont .perfil__intro--editar .perfil__intro--editar--tool a {
  padding: 6px 10px;
  gap: 5px;
  width: fit-content;
  height: auto;
}
.empresa__cont .perfil__intro--editar .perfil__intro--editar--btn a span,
.empresa__cont .perfil__intro--editar .perfil__intro--editar--tool a span {
  font-size: 13px;
  font-weight: 500;
}
.empresa__cont .perfil__intro--editar .perfil__intro--editar--btn a i,
.empresa__cont .perfil__intro--editar .perfil__intro--editar--tool a i {
  font-size: 14px;
}
.empresa__cont .perfil__intro--editar .perfil__intro--editar--tool a {
  background-color: rgba(255, 255, 255, 0.8509803922);
  backdrop-filter: blur(5px);
  border: none;
  color: #222220;
}
.empresa__main {
  grid-column: 2;
  width: 100%;
  margin-top: 350px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 576px) {
  .empresa__main {
    margin-top: 15px;
  }
}
.empresa__main ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.empresa__main ul li {
  position: relative;
  padding-left: 1.5rem;
}
.empresa__main ul li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.postulacionesEstado {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.postulacionesEstado .progress-bar-container {
  width: 100%;
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.postulacionesEstado .progress-bar {
  width: 0%;
  height: 25px;
  background-color: #63b2f3;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease;
}
.postulacionesEstado .progress-bar.postulacion10 {
  background-color: #df0043;
  width: 100% !important;
}
.postulacionesEstado .progress-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #0076d6;
  display: flex;
  font-weight: 600;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.postulacionesEstado .progress-text.postulacion10 {
  color: #fff;
}
.postulacionesEstado .progress-text span {
  font-size: 14px;
}
.postulacionesEstado small {
  font-size: 14px;
  color: #0076d6;
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  padding: 10px;
  border-radius: 6px;
}
.postulacionesEstado small a {
  color: #0076d6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.postulacionesEstado small a:hover {
  color: #63b2f3;
}

.sucursales {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .sucursales {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.sucursales__item {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sucursales__item figure {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.sucursales__item--info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sucursales__item h5 {
  padding-bottom: 10px;
}
.sucursales__item--linea {
  padding-block: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sucursales__item--linea h6 {
  font-weight: 500;
  font-size: 13px;
}

.llamados {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.llamados h2 {
  font-size: 24px;
}
.llamados__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.llamados__items--itemUnico {
  color: #25ac6f;
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  border-radius: 6px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.llamados__items--itemUnico i {
  font-size: 36px;
}
@media screen and (max-width: 576px) {
  .llamados__items--itemUnico i {
    font-size: 20px;
  }
}
.llamados__items--itemUnico h4 {
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .llamados__items--itemUnico h4 {
    font-size: 14px;
  }
}
.llamados__items--itemUnico a {
  background-color: #25ac6f;
  color: #fff;
  margin-left: auto;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .llamados__items--itemUnico a {
    font-size: 13px;
    margin-left: 0;
  }
}
.llamados__items--itemUnico a:hover {
  opacity: 0.7;
}
.llamados__items--itemUnico--info {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .llamados__items--itemUnico--info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.llamados__items--item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .llamados__items--item {
    align-items: flex-start;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.llamados__items--item--info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.llamados__items--item--info figure {
  overflow: hidden;
  border-radius: 80px;
  width: 80px !important;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .llamados__items--item--info figure {
    width: 40px !important;
  }
}
.llamados__items--item--info figure img {
  max-width: 100%;
  object-position: 50% 50%;
}
.llamados__items--item--info--titulos h3 {
  font-size: 22px;
}
.llamados__items--item--info--titulos h3 a {
  font-size: 22px;
  color: currentColor;
}
.llamados__items--item--info--titulos h3 a:hover {
  color: #63b2f3;
}
.llamados__items--item--info--titulos h4 {
  font-size: 18px;
  font-weight: 400 !important;
}
.llamados__items--item--info--titulos h5 {
  font-size: 14px !important;
  margin-top: -10px;
  color: #63b2f3;
}
.llamados__items--item--info--titulos--pausa {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #df0043;
}
.llamados__items--item--info--titulos--pausa i {
  font-size: 22px;
}
.llamados__items--item--info--titulos--pausa span {
  color: #df0043 !important;
  font-weight: 700;
}
.llamados__items--item p {
  font-size: 16px;
  opacity: 0.75;
  padding-block: 10px;
}
.llamados__items--item span {
  color: #63b2f3;
  font-size: 14px;
  font-weight: 500;
}
.llamados__items--item.destacado {
  border-width: 2px;
  border-color: #e7ca46;
}
.llamados__items--item--etiquetas {
  right: 15px;
  top: 15px;
  flex: 1 1 100%;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .llamados__items--item--etiquetas {
    position: relative;
    right: auto;
    top: 0;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.llamados__items--item--etiquetas span {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}
.llamados__items--item--etiquetas span.tagContrato {
  background-color: #e7ca46;
  color: #222220;
}
.llamados__items--item--etiquetas span.tagSueldo {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  color: #0076d6;
}

.candidatos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 25px;
}
.candidatos h2 {
  font-size: 24px;
}
.candidatos .slider-candidatos {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.candidatos__items {
  width: 100%;
  margin-bottom: 15px;
}
.candidatos__items.buscarCandidatos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .candidatos__items.buscarCandidatos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.candidatos__items--item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.candidatos__items--item.destacado {
  border-color: #e7ca46;
  border-width: 3px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item {
    padding: 10px;
  }
}
.candidatos__items--item figure {
  overflow: hidden;
  border-radius: 80px;
  aspect-ratio: 1/1;
  flex-grow: 0;
  width: 150px;
}
.candidatos__items--item figure img {
  width: 150px;
  object-position: 50% 50%;
}
.buscarCandidatos .candidatos__items--item figure {
  width: 120px;
}
@media screen and (max-width: 576px) {
  .buscarCandidatos .candidatos__items--item figure {
    width: 100px;
  }
}
.candidatos__items--item--info {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.buscarCandidatos .candidatos__items--item--info {
  align-items: flex-start;
}
.candidatos__items--item--info h3 {
  font-size: 22px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--info h3 {
    font-size: 18px;
  }
}
.candidatos__items--item--info h3 a {
  font-size: 22px;
  color: currentColor;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--info h3 a {
    font-size: 18px;
  }
}
.candidatos__items--item--info h3 a:hover {
  color: #63b2f3;
}
.candidatos__items--item--info a {
  color: #222220;
  transition: all 0.2s;
}
.dark-mode .candidatos__items--item--info a {
  color: #fff;
}
.candidatos__items--item--info a:hover {
  color: #63b2f3;
}
.candidatos__items--item--info h4 {
  font-size: 18px;
  font-weight: 400 !important;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--info h4 {
    font-size: 14px;
  }
}
.buscarCandidatos .candidatos__items--item--info h4 {
  padding-block: 0;
}
.candidatos__items--item--info p {
  font-size: 16px;
  opacity: 0.75;
  padding-block: 10px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--info p {
    font-size: 13px;
  }
}
.buscarCandidatos .candidatos__items--item--info p {
  padding-block: 0;
}
.candidatos__items--item--info span {
  color: #63b2f3;
  font-size: 14px;
  font-weight: 500;
}
.candidatos__items--item--info--oficios {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--info--oficios {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.candidatos__items--item--calificacion {
  margin-left: auto;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.candidatos__items--item--calificacion i {
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  font-size: 24px;
}
.candidatos__items--item--calificacion span {
  font-weight: 700;
  font-size: 20px;
}
.candidatos__items--item--calificacion small {
  opacity: 0.7;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--calificacion {
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .candidatos__items--item--calificacion span {
    font-size: 13px;
  }
  .candidatos__items--item--calificacion small {
    font-size: 12px;
  }
  .candidatos__items--item--calificacion i {
    font-size: 18px;
  }
}
.candidatos__items--item--tools {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools {
    top: 0px;
    right: 0px;
    position: relative;
  }
}
.candidatos__items--item--tools span.oro {
  background-color: #e7ca46;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 50px;
  color: #222220;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools span.oro {
    font-size: 13px;
    padding: 6px 6px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.candidatos__items--item--tools a {
  color: #63b2f3;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s;
}
.candidatos__items--item--tools a:hover {
  color: #0076d6;
}
.candidatos__items--item--tools a i {
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools a i {
    font-size: 18px;
  }
}
.candidatos__items--item--tools a span {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools a {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
}
.candidatos__items--item--tools--fav {
  color: #63b2f3;
  display: flex;
  align-items: center;
  gap: 5px;
}
.candidatos__items--item--tools--fav i {
  font-size: 24px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools--fav i {
    font-size: 18px;
  }
}
.candidatos__items--item--tools--fav span {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools--fav span {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--tools--fav {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
}
.candidatos__items--item--evaluacion {
  font-weight: 600;
  width: fit-content;
  border-radius: 50px;
  padding: 6px 15px;
  background-color: #e7ca46;
  color: #222220;
  transition: all 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--evaluacion {
    padding: 4px 12px;
  }
}
.candidatos__items--item--evaluacion:hover {
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.candidatos__items--item--evaluacion span {
  font-size: 13px;
}
@media screen and (max-width: 576px) {
  .candidatos__items--item--evaluacion span {
    font-size: 12px;
  }
}
.candidatos__items--item--evaluacion i {
  font-size: 14px;
}
.buscarCandidatos .candidatos__items--item {
  flex-direction: row;
  gap: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .buscarCandidatos .candidatos__items--item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.llamado {
  padding-top: 120px;
  gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .llamado {
    grid-template-columns: repeat(1, 1fr);
  }
}
.llamado {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .llamado {
    padding-inline: 15px;
  }
}
.llamado.cont-mensajes {
  display: flex;
  align-items: center;
  gap: 10px;
}
.llamado.cont-mensajes {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .llamado.cont-mensajes {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .llamado {
    padding-top: 15px;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.llamado.listado {
  display: grid;
  grid-template-columns: 25% 73%;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .llamado.listado {
    grid-template-columns: repeat(1, 1fr);
  }
}
.llamado__main {
  grid-column: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.listado .llamado__main {
  grid-column: 2;
}
.llamado__intro {
  position: relative;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .llamado__intro {
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    padding-inline: 15px;
  }
}
.llamado__intro figure {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.llamado__intro figure img {
  width: 100%;
  object-position: 50% 50%;
}
.llamado__intro--datos {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.llamado__intro--datos h3 {
  font-size: 16px;
  font-weight: 400;
}
.llamado__intro--datos h2 {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .llamado__intro--datos h2 {
    font-size: 28px;
  }
}
.llamado__intro--datos--fechas {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #63b2f3;
}
.llamado__intro--datos--fechas h4 {
  font-size: 14px;
}
.llamado__intro--datos--sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.llamado__intro--datos--sub h4 {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
}
.llamado__intro--etiquetas {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .llamado__intro--etiquetas {
    flex-wrap: wrap;
  }
}
.llamado__intro--etiquetas span {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
}
.llamado__intro--etiquetas span.tagContrato {
  background-color: #e7ca46;
  color: #222220;
}
.llamado__intro--etiquetas span.tagSueldo {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  color: #0076d6;
}
.llamado__intro--etiquetas span.tagTiempo {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  color: #0076d6;
}
.llamado__intro--bloque {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.llamado__intro--bloque h4 {
  font-size: 22px;
  font-weight: 800;
}
.llamado__intro--bloque p, .llamado__intro--bloque li {
  font-size: 1.1rem !important;
  font-family: "Instrument Sans", sans-serif !important;
}
.llamado__intro--bloque p span, .llamado__intro--bloque p strong, .llamado__intro--bloque li span, .llamado__intro--bloque li strong {
  font-size: 1.1rem !important;
}
.llamado__intro--bloque li {
  font-size: 1.1rem !important;
  margin-left: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.llamado__intro--bloque--ficha {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.llamado__intro--bloque--ficha line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding-block: 10px;
}
.llamado__intro--bloque--ficha line span {
  font-size: 15px;
  grid-column: 3/7;
}
.llamado__intro--bloque--ficha line strong {
  grid-column: 1/3;
}
.llamado__intro--llamado {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.llamado__intro--llamado--titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .llamado__intro--llamado--titulo {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.llamado__intro--llamado--titulo h3 {
  font-size: 18px;
  font-weight: 400;
}
.llamado__intro--llamado--titulo h3 span {
  font-size: 18px;
  font-weight: 400;
}
.llamado__intro--llamado--titulo h3 strong {
  font-size: 18px;
  font-weight: 600;
}
.llamado__intro--llamado--titulo h3 a {
  font-size: 24px;
  color: #222220;
}
.dark-mode .llamado__intro--llamado--titulo h3 a {
  color: #fff;
}
.llamado__intro--llamado--titulo--paginacion {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .llamado__intro--llamado--titulo--paginacion {
    margin-left: 0;
  }
}
.llamado__intro--llamado--titulo--paginacion span {
  font-size: 13px;
}
.llamado__intro--llamado--titulo--paginacion--btn div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.llamado__intro--llamado--titulo--paginacion--btn div a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: 1px solid rgb(112.8181818182, 112.8181818182, 106.1818181818);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 700;
  color: #222220;
  transition: all 0.2s;
}
.llamado__intro--llamado--titulo--paginacion--btn div a:hover {
  background-color: #222220;
  color: #fff;
}
.dark-mode .llamado__intro--llamado--titulo--paginacion--btn div a {
  border-color: #fff;
  color: #fff;
}
.dark-mode .llamado__intro--llamado--titulo--paginacion--btn div a:hover {
  background-color: #fff;
  color: #222220;
}
.llamado__intro--llamado--titulo--paginacion--btn div a.active {
  background-color: #e7ca46;
  color: #222220;
  border-color: #e7ca46;
}
.llamado__intro--pag {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .llamado__intro--pag {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.llamado__intro--pag--campo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.llamado__intro--pag--campo select {
  height: 36px;
  font-size: 14px;
  padding-left: 6px;
}
.llamado__intro--pag--campo label {
  font-size: 14px;
}
.llamado .menuLateral {
  grid-column: 2;
  position: sticky;
  top: 20px;
  height: fit-content;
}
@media screen and (max-width: 576px) {
  .llamado .menuLateral {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }
}
.listado .llamado .menuLateral {
  grid-column: 1;
}
.llamado .menuLateral__empresa {
  display: flex;
  align-items: center;
  gap: 15px;
}
.llamado .menuLateral__empresa figure {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.llamado .menuLateral__empresa figure img {
  width: 100%;
  object-position: 50% 50%;
}
.llamado .menuLateral__empresa--info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.llamado .menuLateral__empresa--info h3 {
  font-size: 20px;
}
.llamado .menuLateral__empresa--info h4 {
  font-size: 16px;
  font-weight: 400;
}
.llamado .menuLateral__empresa--info a {
  font-size: 14px;
  color: #63b2f3;
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid #63b2f3;
  width: fit-content;
  border-radius: 6px;
  margin-top: 6px;
}
.llamado .menuLateral__header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 10px;
}
.llamado .menuLateral__postulados {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.llamado .menuLateral__postulados h3 {
  font-size: 24px;
}
.llamado .menuLateral__postulados--avatares {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.llamado .menuLateral__postulados--avatares figure {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 75px;
  overflow: hidden;
  z-index: 2;
  border: 4px solid #fff;
}
.dark-mode .llamado .menuLateral__postulados--avatares figure {
  border: 4px solid #292928;
}
.llamado .menuLateral__postulados--avatares figure:nth-child(2) {
  margin-left: -30px;
  width: 60px;
  z-index: 1;
}
.llamado .menuLateral__postulados--avatares figure:nth-child(3) {
  margin-left: -30px;
  width: 60px;
  z-index: 0;
}
.llamado .menuLateral__postulados--avatares a {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #63b2f3;
  background-color: #63b2f3;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  transition: all 0.2s;
}
.llamado .menuLateral__postulados--avatares a:hover {
  color: #0076d6;
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
}
.llamado .menuLateral__postulados--avatares a span {
  font-size: 13px;
  font-weight: 700;
  color: currentColor;
}
@media screen and (max-width: 576px) {
  .llamado .menuLateral__postulados--avatares a {
    flex-basis: 100%;
    position: relative;
    width: fit-content;
    justify-content: center;
  }
}
.llamado .menuLateral__postulados--avatares span {
  font-size: 13px;
  font-weight: 600;
  color: #63b2f3;
}
.llamado .menuLateral__postulados--pausar a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: rgb(175.1722488038, 237.8277511962, 209.5167464115);
  color: #25ac6f;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  transition: all 0.2s;
  position: relative;
}
.llamado .menuLateral__postulados--pausar a:hover {
  background-color: #25ac6f;
  color: #fff;
}
.llamado .menuLateral__postulados--pausar a span {
  font-weight: 600;
  font-size: 18px;
}
.llamado .menuLateral__postulados--add a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #e7ca46;
  color: #222220;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  transition: all 0.2s;
  position: relative;
}
.llamado .menuLateral__postulados--add a:hover {
  background-color: #63b2f3;
  color: #fff;
}
.llamado .menuLateral__postulados--add a span {
  font-weight: 600;
  font-size: 18px;
}
.llamado .menuLateral__llamado {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.llamado .menuLateral__llamado--ficha {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.llamado .menuLateral__llamado--ficha line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 6px;
  font-size: 14px;
}
.llamado .menuLateral__llamado--ficha line span {
  font-size: 14px;
}
.llamado .menuLateral__llamado--ficha line strong {
  font-weight: 600;
  font-size: 14px;
}
.llamado .menuLateral__llamado h3 {
  font-size: 20px;
}
.llamado .menuLateral__back {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-top: 15px;
}
.llamado .menuLateral__back a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}
.llamado .menuLateral__back a i {
  font-size: 18px;
}
.llamado .menuLateral__back a span {
  font-size: 14px;
}
.llamado .menuLateral__back a:hover {
  gap: 10px;
}
.dark-mode .llamado .menuLateral__back a {
  color: #fff;
}
.llamado .menuLateral ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 10px;
}
.llamado .menuLateral ul li {
  padding-block: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.llamado .menuLateral ul li a {
  font-weight: 600;
  color: #222220;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.llamado .menuLateral ul li a small {
  margin-left: auto;
  background-color: #e7ca46;
  color: #222220;
  padding: 6px;
  border-radius: 3px;
}
.dark-mode .llamado .menuLateral ul li a {
  color: #fff;
}
.llamado .menuLateral ul li.active {
  position: relative;
}
.llamado .menuLateral ul li.active::before {
  content: "\f135";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: -5px;
  font-size: 22px;
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
}
.llamado .menuLateral ul li.active a {
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  padding-left: 16px;
}
.llamado .menuLateral__presentacion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 15px;
  position: relative;
}
.llamado .menuLateral__presentacion--titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.llamado .menuLateral__presentacion--titulo a {
  font-size: 14px;
  font-weight: 500;
}
.llamado .menuLateral__presentacion--help {
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  padding: 10px;
  border-radius: 10px;
  color: #0076d6;
}
.llamado .menuLateral__presentacion--help span {
  font-size: 14px;
}
.llamado .menuLateral__presentacion--items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.llamado .menuLateral__presentacion--items--item {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  align-items: center;
}
.llamado .menuLateral__presentacion--items--item span {
  grid-column: 1/4;
  font-size: 14px;
}
.llamado .menuLateral__presentacion--items--item small {
  column-gap: 8/9;
  text-align: end;
}
.llamado .menuLateral__presentacion--items--item--stats {
  background-color: rgb(242.7129186603, 227.8660287081, 160.2870813397);
  height: 8px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  grid-column: 4/8;
}
.llamado .menuLateral__presentacion--items--item--stats--progreso {
  height: 8px;
  background-color: #e7ca46;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.5s ease;
}
.llamado .menuLateral__presentacion--oro {
  padding-block: 15px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.llamado .menuLateral__presentacion--oro h5 {
  font-size: 15px;
  font-weight: 500;
}
.llamado .menuLateral__presentacion--oro a {
  background-color: #e7ca46;
  color: #222220;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s;
}
.llamado .menuLateral__presentacion--oro a:hover {
  background-color: #63b2f3;
  color: #fff;
}

.btnPostular {
  width: 100%;
}
.btnPostular a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #222220;
  color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  transition: all 0.2s;
  position: relative;
}
.btnPostular a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.btnPostular a span {
  font-weight: 600;
  font-size: 18px;
}
.dark-mode .btnPostular a {
  background-color: #e7ca46;
  color: #222220;
}
.dark-mode .btnPostular a:hover {
  background-color: #fff;
  color: #222220;
}

.btnPostular-mobile {
  position: fixed;
  bottom: 75px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-inline: 25px;
  display: none;
}
@media screen and (max-width: 576px) {
  .btnPostular-mobile.show {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.btnPostular-mobile__alert {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 15px;
  width: 100%;
  background-color: #e7ca46;
  color: #222220;
  border-radius: 10px;
}

.bgPopUp {
  display: none;
}
@media screen and (max-width: 576px) {
  .bgPopUp.active {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.651);
    display: flex;
    z-index: 100;
  }
}

.buscarLlamado {
  padding-top: 120px;
  gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 25% 73%;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .buscarLlamado {
    grid-template-columns: repeat(1, 1fr);
  }
}
.buscarLlamado {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .buscarLlamado {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .buscarLlamado {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
    padding-inline: 0;
  }
}
.buscarLlamado button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #e7ca46;
  color: #222220;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
}
.buscarLlamado button:hover {
  background-color: #63b2f3;
  color: #fff;
}
.buscarLlamado button span {
  font-weight: 600;
  font-size: 18px;
}
.buscarLlamado .menuLateral {
  grid-column: 1;
  position: sticky;
  top: 20px;
  height: fit-content;
}
@media screen and (max-width: 576px) {
  .buscarLlamado .menuLateral {
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 75px;
  }
  .buscarLlamado .menuLateral.active {
    position: fixed;
    height: auto;
    left: 0;
    bottom: 0;
    margin-top: 5vh;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .buscarLlamado .menuLateral.active .cerrarDrag {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-block: 25px 0px;
  }
  .buscarLlamado .menuLateral.active .cerrarDrag::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 7px;
    border-radius: 60px;
    background-color: #222220;
    opacity: 0.5;
  }
  .dark-mode .buscarLlamado .menuLateral.active .cerrarDrag::after {
    background-color: rgba(255, 255, 255, 0.5058823529);
  }
}
.buscarLlamado .menuLateral .cerrarFiltro {
  display: none;
}
@media screen and (max-width: 576px) {
  .buscarLlamado .menuLateral .cerrarFiltro {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .buscarLlamado .menuLateral .cerrarFiltro i {
    font-size: 30px;
  }
}
.buscarLlamado .menuLateral .cabezalFiltros__tit {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 15px;
}
.buscarLlamado .menuLateral .cabezalFiltros__tit h4 {
  padding-bottom: 0px;
}
.buscarLlamado .menuLateral .cabezalFiltros__tit a {
  color: currentColor;
  transition: all 0.2s;
}
.buscarLlamado .menuLateral .cabezalFiltros__tit a i {
  font-size: 24px;
}
.buscarLlamado .menuLateral .cabezalFiltros__tit a:hover {
  transform: translateX(-3px);
  color: #63b2f3;
}
.buscarLlamado .menuLateral .cabezalFiltros .verTodos {
  display: flex;
  align-items: center;
  gap: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  justify-content: start;
}
.buscarLlamado .menuLateral .cabezalFiltros .verTodos span {
  font-size: 13px;
}
.buscarLlamado .menuLateral .cabezalFiltros .verTodos i {
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .buscarLlamado .filtrosCont {
    height: auto;
    overflow-y: scroll;
  }
}
.buscarLlamado__filtros {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 8px;
}
.buscarLlamado__filtros h5 {
  flex-flow: column;
  font-size: 16px;
  font-weight: 400;
}
.buscarLlamado__filtros--items {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.buscarLlamado__filtros--items--item {
  background-color: #e7ca46;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 4px 8px;
  border-radius: 4px;
}
.buscarLlamado__filtros--items--item span {
  font-size: 13px;
  font-weight: 600;
}
.buscarLlamado__filtros--items--item i {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  transition: all 0.1s;
}
.buscarLlamado__filtros--items--item i:hover {
  background-color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  transform: scale(1.1);
}
.buscarLlamado .limpiarFiltros {
  margin-block: 6px;
}
.buscarLlamado .limpiarFiltros a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.buscarLlamado .limpiarFiltros a span {
  font-size: 13px;
  font-weight: 600;
}
.buscarLlamado__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-column: 2;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .buscarLlamado__main {
    padding-inline: 10px;
  }
}
.buscarLlamado h4 {
  padding-bottom: 15px;
}
.buscarLlamado__filtro {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.buscarLlamado__filtro h5 {
  font-size: 18px;
}
.buscarLlamado__filtro ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.buscarLlamado__filtro ul.active {
  opacity: 1;
  max-height: 40vh !important;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .buscarLlamado__filtro ul.active {
    padding-right: 10px;
  }
}
.buscarLlamado__filtro ul.active::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.buscarLlamado__filtro ul.active::-webkit-scrollbar-track {
  background: transparent;
}
.buscarLlamado__filtro ul.active::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.buscarLlamado__filtro ul.active::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.buscarLlamado__filtro ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.buscarLlamado__filtro ul li input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.buscarLlamado__filtro ul li:last-child {
  padding-bottom: 20px;
}
.buscarLlamado__filtro ul li.buscadorInterno {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 10px 5px 0px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.dark-mode .buscarLlamado__filtro ul li.buscadorInterno {
  background-color: #292928;
}
.buscarLlamado__filtro ul li.buscadorInterno input {
  width: 100%;
  font-size: 14px;
  height: 45px;
}
.buscarLlamado__filtro ul li.buscadorInterno input:focus {
  outline: 0;
  border: 1px solid #25ac6f;
  box-shadow: rgb(236.8564593301, 214.9330143541, 115.1435406699) 0 0 0 1px inset;
  background-color: #f2f5fc;
}
.dark-mode .buscarLlamado__filtro ul li.buscadorInterno input:focus {
  background-color: rgba(26, 26, 25, 0.6235294118);
  color: #e6f0ff;
  box-shadow: #0076d6 0 0 0 1px inset;
}
.buscarLlamado__filtro--titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid #b5c3d1;
  padding-top: 10px;
}
.dark-mode .buscarLlamado__filtro--titulo {
  border-top: 1px solid #4b4b4b;
}
.buscarLlamado__filtro--titulo h5 {
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
.buscarLlamado__filtro--titulo h5:hover {
  opacity: 0.7;
}
.buscarLlamado__filtro--titulo i {
  cursor: pointer;
  transition: all 0.2s;
}
.buscarLlamado__filtro--titulo i:hover {
  color: #63b2f3;
}
.buscarLlamado__filtro--rangos {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
.buscarLlamado__filtro--rangos input {
  width: 100%;
}
.buscarLlamado .candidatos {
  padding-block: 0 25px;
}

.filtrarCandidatos {
  display: none;
}
@media screen and (max-width: 576px) {
  .filtrarCandidatos {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .filtrarCandidatos span {
    font-size: 13px;
    font-weight: 700;
  }
}

.filtroVerificado {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filtroVerificado .grupo-check {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 5px;
  margin-left: 0 !important;
  border: 1px solid #b5c3d1;
  border-radius: 50px;
  width: 100%;
}
.dark-mode .filtroVerificado .grupo-check {
  border-color: #4b4b4b;
}
.filtroVerificado .grupo-check .item-check {
  flex-shrink: 0;
  border-radius: 50px;
  padding: 5px 10px;
}
.filtroVerificado .grupo-check .item-check.active {
  background-color: #e7ca46;
  color: #292928;
}
.filtroVerificado .grupo-check .item-check label {
  flex-shrink: 0;
}
.filtroVerificado .grupo-check .item-check label span a {
  color: currentColor;
  font-size: 13px;
  font-weight: 600;
}
.filtroVerificado .grupo-check .item-check label span a:hover {
  color: #222220;
}

.nuevoLlamado--fix {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2000;
}
@media screen and (max-width: 576px) {
  .nuevoLlamado--fix {
    bottom: 80px;
  }
}
.nuevoLlamado--fix a {
  background-color: #e7ca46;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: fit-content;
  padding: 6px 8px;
  border-radius: 10px;
  transition: all 0.2s;
}
.nuevoLlamado--fix a:hover {
  background-color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
}
.nuevoLlamado--fix a span {
  font-size: 14px;
  font-weight: 700;
}

.login {
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .login {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.login__design {
  background: linear-gradient(220deg, rgb(242.7129186603, 227.8660287081, 160.2870813397) 0%, #e7ca46 40%, rgb(228.0717703349, 195.533492823, 47.4282296651) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%25'%3E%3Cfilter id='n' x='0' y='0'%3E%3CfeTurbulence baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
  background-blend-mode: multiply;
  filter: contrast(1.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
  padding-inline: 50px;
}
@media screen and (min-width: 576px) {
  .login__design {
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.dark-mode .login__design {
  background: linear-gradient(220deg, rgb(86.5454545455, 86.5454545455, 81.4545454545) 0%, #222220 40%, rgb(20.8636363636, 20.8636363636, 19.6363636364) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%25'%3E%3Cfilter id='n' x='0' y='0'%3E%3CfeTurbulence baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
}
@media screen and (max-width: 576px) {
  .login__design {
    height: auto;
    padding-block: 120px 75px;
    padding-inline: 15px;
    align-items: center;
  }
}
.login__design .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.1;
}
.login__design--info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}
.login__design--info h4 {
  font-weight: 400;
}
.login__design--info svg {
  width: 380px;
  max-width: 380px;
  fill: #222220;
}
.dark-mode .login__design--info svg {
  fill: #e7ca46;
}
@media screen and (max-width: 576px) {
  .login__design--info svg {
    width: 280px;
  }
}
.login__design--tools {
  position: absolute;
  top: 25px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.login__design--tools #cambiarModeMobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .login__design--tools #cambiarModeMobile {
    display: flex;
  }
}
.login__design--tools #cambiarMode {
  display: none;
}
@media screen and (min-width: 576px) {
  .login__design--tools #cambiarMode {
    display: flex;
  }
}
.login__design--tools div,
.login__design--tools a {
  color: #222220;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.login__design--tools div span,
.login__design--tools a span {
  font-size: 13px;
  font-weight: 500;
}
.login__design--tools div i,
.login__design--tools a i {
  font-size: 20px;
}
.dark-mode .login__design--tools div,
.dark-mode .login__design--tools a {
  color: #fff;
}
.login__design--tools div:hover,
.login__design--tools a:hover {
  color: #0076d6;
}
.login__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .login__form {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .login__form {
    border-radius: 15px 15px 0 0;
    z-index: 2;
    background-color: #fff;
    margin-top: -25px;
    width: 100%;
  }
  .dark-mode .login__form {
    background-color: #222220;
  }
}
.login__form h2 {
  text-align: center;
}
.login__form--ingresar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .login__form--ingresar {
    width: 100%;
  }
}
.login__form--ingresar form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px;
}
.login__form--ingresar form .loginCampo {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.login__form--ingresar form .loginCampo input {
  width: 100%;
}
.login__form--ingresar form .loginCampo label {
  font-size: 14px;
}
.login__form--ingresar form .loginCampo .linkOlvido {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  font-weight: 600;
  color: #0076d6;
  cursor: pointer;
}
.login__form--ingresar form .loginCampo .linkOlvido:hover {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .login__form--ingresar form .loginCampo .linkOlvido {
    position: relative;
  }
}
.login__form--ingresar form .loginCampo i {
  position: absolute;
  font-size: 24px;
  right: 15px;
  bottom: 20px;
  cursor: pointer;
  transition: all 0.1s;
}
.login__form--ingresar form .loginCampo i:hover {
  scale: 1.1;
  color: #63b2f3;
}
.login__form--ingresar--registro {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
}
@media screen and (max-width: 576px) {
  .login__form--ingresar--registro {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.login__form--ingresar--registro--accesos {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .login__form--ingresar--registro--accesos {
    justify-content: flex-start;
  }
}
.login__form--ingresar--registro--accesos a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  justify-content: center;
  color: #fff;
  background-color: #222220;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.2s;
}
.login__form--ingresar--registro--accesos a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.dark-mode .login__form--ingresar--registro--accesos a {
  color: #222220;
  background-color: #fff;
}
.dark-mode .login__form--ingresar--registro--accesos a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.login .loginGoogle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.login .loginGoogle a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #63b2f3;
  color: #222220;
  transition: all 0.2s;
}
.login .loginGoogle a:hover {
  background-color: #222220;
  color: #fff;
  border-color: rgba(26, 26, 25, 0.6235294118);
}
.dark-mode .login .loginGoogle a:hover {
  background-color: #fff;
  border: 2px solid #63b2f3;
  color: #222220;
}
.dark-mode .login .loginGoogle a {
  background-color: #222220;
  color: #fff;
  border-color: #63b2f3;
}
.login .loginGoogle a span {
  font-weight: 700;
}
.login .loginGoogle a img {
  width: 20px;
}

.recuperarClave {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5333333333);
  z-index: 2;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.recuperarClave.active {
  opacity: 1;
  visibility: visible;
}
.recuperarClave__popUp {
  position: absolute;
  width: 90vw;
  max-width: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.2s;
  scale: 0.1;
}
.dark-mode .recuperarClave__popUp {
  background-color: #222220;
}
.active .recuperarClave__popUp {
  scale: 1;
}
.recuperarClave__popUp .cerrarRecuperar {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #222220;
  border-radius: 60px;
  padding: 4px 6px;
}
.recuperarClave__popUp .cerrarRecuperar i {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.recuperarClave__popUp h4 {
  font-size: 18px;
}
.recuperarClave__popUp form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recuperarClave__popUp form .loginCampo {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.recuperarClave__popUp form .loginCampo label {
  font-size: 14px;
}
.recuperarClave__popUp form .loginCampo input {
  width: 100%;
}

.chat__mensajes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chat__mensajes h2 {
  text-align: center;
  font-size: 30px;
  color: #e7ca46;
}
.chat__mensajes--header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
.chat__mensajes--header figure {
  width: 50px;
  overflow: hidden;
  border-radius: 60px;
}
.chat__mensajes--header h3 {
  font-size: 18px;
}
.chat__mensajes--header a {
  margin-left: auto;
  font-size: 13px;
}
.chat__mensajes--cont {
  height: 400px;
  padding-right: 15px;
  overflow-y: scroll;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.chat__mensajes--item {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 75%;
  position: relative;
}
.chat__mensajes--item--nombre {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat__mensajes--item--nombre img {
  width: 50px;
  overflow: hidden;
  border-radius: 60px;
}
.chat__mensajes--item--nombre--data {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.chat__mensajes--item h3 {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
}
.chat__mensajes--item span {
  font-size: 13px;
}
.chat__mensajes--item p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  padding-block: 10px;
}
.chat__mensajes--item.destinatario {
  background-color: rgb(228.7692307692, 223.0461538462, 249.7538461538);
  margin-inline-start: 15px;
  color: #222220;
}
.dark-mode .chat__mensajes--item.destinatario {
  background-color: rgb(47.1363636364, 47.1363636364, 44.3636363636);
  color: #e6f0ff;
}
.chat__mensajes--item.destinatario::before {
  background: radial-gradient(circle at 0 100%, transparent 80%, rgb(228.7692307692, 223.0461538462, 249.7538461538) 0);
  content: "";
  height: 50px;
  position: absolute;
  left: -42px;
  top: 0;
  transform: rotate(0deg);
  width: 50px;
}
.dark-mode .chat__mensajes--item.destinatario::before {
  background: radial-gradient(circle at 0 100%, transparent 80%, rgb(47.1363636364, 47.1363636364, 44.3636363636) 0);
}
.chat__mensajes--item.emisor {
  background-color: rgb(217.9807692308, 209.9038461538, 247.5961538462);
  align-self: flex-end;
  margin-inline-end: 15px;
  color: #222220;
}
.dark-mode .chat__mensajes--item.emisor {
  background-color: rgb(55.0181818182, 55.0181818182, 51.7818181818);
  color: #e6f0ff;
}
.chat__mensajes--item.emisor::before {
  background: radial-gradient(circle at 0 100%, transparent 80%, rgb(217.9807692308, 209.9038461538, 247.5961538462) 0);
  content: "";
  height: 50px;
  position: absolute;
  right: -42px;
  top: 0;
  transform: rotate(-90deg);
  width: 50px;
}
.dark-mode .chat__mensajes--item.emisor::before {
  background: radial-gradient(circle at 0 100%, transparent 80%, rgb(55.0181818182, 55.0181818182, 51.7818181818) 0);
}
.chat form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat form textarea {
  height: 200px;
  field-sizing: content;
  width: 100%;
  resize: vertical;
  font-family: "Instrument Sans", sans-serif;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}
.chat form input {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.2s;
  cursor: pointer;
}

.chatListado {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 20px;
}
.chatListado__item {
  padding: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
.chatListado__item:hover {
  background-color: rgba(99, 178, 243, 0.3);
}
.chatListado__item img {
  width: 40px;
  overflow: hidden;
  border-radius: 60px;
}
.chatListado__item--link {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-indent: -9999px;
}
.chatListado__item--info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.chatListado__item--info span {
  font-weight: 500;
  font-size: 13px;
}
.chatListado__item small {
  margin-left: auto;
  background-color: #63b2f3;
  color: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 5px 10px;
  font-weight: 600;
}
.chatListado__item.selected {
  background-color: rgba(99, 178, 243, 0.3);
  border-left: 4px solid #63b2f3;
}

.encuestaContrato {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 15px;
  align-items: center;
}
.encuestaContrato__opciones {
  display: flex;
  align-items: center;
  gap: 20px;
}
.encuestaContrato__opciones--opcion {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.encuestaContrato__opciones--opcion.contrato {
  background-color: #25ac6f;
  color: #fff;
}
.encuestaContrato__opciones--opcion.nocontrato {
  background-color: #df0043;
  color: #fff;
}
.encuestaContrato__opciones--opcion span {
  font-weight: 700;
}
.encuestaContrato__opciones--opcion i {
  font-size: 30px;
}
.encuestaContrato__opciones--opcion:hover {
  background-color: #e7ca46;
  color: #222220;
}
.encuestaContrato__opciones--opcion.activo {
  background-color: #e7ca46;
  color: #222220;
  box-shadow: inset 0 0 0 3px rgb(198.7200956938, 167.5693779904, 25.7799043062);
}
.encuestaContrato__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.encuestaContrato__form--help {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #e7ca46;
  padding: 15px;
  border-radius: 8px;
  color: #222220;
  margin-block: 10px;
}
.encuestaContrato__form--help h5 {
  font-size: 14px;
  font-weight: 700;
}
.encuestaContrato__form--help h4 {
  font-size: 16px;
  font-weight: 800;
}
.encuestaContrato__form--help span {
  font-size: 14px;
  padding-block: 10px;
}
.encuestaContrato__form--help span strong {
  font-weight: 700;
  font-size: 14px;
}
.encuestaContrato__form .campoForm {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.encuestaContrato__form .campoForm select {
  width: 100%;
}

.compraOro {
  min-height: 75vh;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.compraOro {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .compraOro {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .compraOro {
    min-height: 50vh;
    padding-top: 0;
  }
}
.compraOro__header {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
}
.compraOro__header--logo i {
  font-size: 40px;
  color: #e7ca46;
}
.compraOro__header--titulo h2 {
  font-weight: 400;
  font-family: "Playwrite AU NSW", cursive;
  font-size: 26px;
  text-align: center;
  margin-bottom: -10px;
  color: #e7ca46;
  z-index: 10;
}
.compraOro__cont {
  display: flex;
  align-items: center;
  gap: 10px;
}
.compraOro__cont--card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #e5e8ee;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #b5c3d1;
}
.compraOro__cont--card {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .compraOro__cont--card {
    padding-inline: 15px;
  }
}
.dark-mode .compraOro__cont--card {
  background-color: #292928;
  border: 1px solid #4b4b4b;
}
.compraOro__cont--card form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.compraOro__cont--card form .precioOro {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: baseline;
}
.compraOro__cont--card form .precioOro h2 {
  font-size: 40px;
  font-weight: 800;
}
.compraOro__cont--card form .precioOro span {
  opacity: 0.5;
  font-size: 18px;
}
.compraOro__cont--card--info ul {
  padding-block: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.compraOro__cont--card--info ul li {
  position: relative;
  padding-left: 1.5rem;
}
.compraOro__cont--card--info ul li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  font-size: 20px;
  color: #e7ca46;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.compraOro__cont--card--info span {
  line-height: 1.5;
}
.compraOro__cont--card--pago {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.compraOro__cont--card--pago--header {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
}
.compraOro__cont--card--pago--header img {
  border-radius: 10px;
  overflow: hidden;
  width: 110px;
  margin-left: 10px;
  background-color: #fff;
}
.compraOro__cont--card--pago--header span {
  font-size: 13px;
}
.compraOro__cont--card--pago--tarjetas {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
}
.compraOro__cont--card--pago--tarjetas .mediosDePago {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.compraOro__cont--card--pago--tarjetas .mediosDePago figure {
  border-radius: 6px;
  overflow: hidden;
  height: 35px;
  background-color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.compraOro__cont--card--pago--tarjetas .mediosDePago figure img {
  max-height: 30px;
}
.compraOro__cont--card--pago--tarjetas span {
  font-size: 12px;
}
.compraOro__respuesta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #e5e8ee;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #b5c3d1;
  justify-content: center;
  align-items: center;
}
.compraOro__respuesta {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .compraOro__respuesta {
    padding-inline: 15px;
  }
}
.dark-mode .compraOro__respuesta {
  background-color: #292928;
  border: 1px solid #4b4b4b;
}
.compraOro__respuesta i {
  font-size: 60px;
}

.oroUno__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  position: relative;
  font-family: "Mulish", sans-serif;
}
.oroUno__body::before {
  content: "";
  position: absolute;
  top: -800px;
  right: 50%;
  transform: translateX(50%);
  width: 800px;
  height: 800px;
  background-color: #2844cf;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 800px #2844cf;
  filter: drop-shadow(0 0 100px #2844cf);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .oroUno__body::before {
    width: 100vw;
  }
}
.oroUno__body .perfil__intro {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroUno__body .perfil__intro {
    padding-inline: 15px;
  }
}
.oroUno__header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 1000;
  width: 95vw;
}
.oroUno__header.scroll {
  top: 20px;
}
@media screen and (max-width: 576px) {
  .oroUno__header.scroll {
    top: 0;
    width: 100vw;
  }
}
.oroUno__header--cont {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  justify-content: space-between;
  padding: 30px;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .oroUno__header--cont {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 10px;
  }
}
.scroll .oroUno__header--cont {
  background-color: #e5e8ee;
  border: 1px solid rgba(145, 145, 145, 0.0980392157);
  opacity: 0.8;
  backdrop-filter: blur(5px);
  padding: 20px;
  border-radius: 10px;
}
.dark-mode .scroll .oroUno__header--cont {
  background-color: #222220;
  border: 1px solid rgba(255, 255, 255, 0.0980392157);
  opacity: 0.9;
}
@media screen and (max-width: 576px) {
  .scroll .oroUno__header--cont {
    border: 0px solid transparent;
    border-radius: 0;
    padding: 10px;
  }
}
.oroUno__header h1 {
  font-size: 20px;
}
.oroUno__header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .oroUno__header nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}
.oroUno__header nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroUno__header nav ul li a {
  color: currentColor;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s;
}
.oroUno__header nav ul li a:hover {
  color: #e7ca46;
}
.oroUno__header nav ul li a.active {
  color: #e7ca46;
}
.oroUno__header nav ul li a span {
  font-size: 14px;
  font-weight: 500;
}
.oroUno__header--tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroUno__header--tools #cambiarMode {
  cursor: pointer;
  transition: all 0.2s;
}
.oroUno__header--tools #cambiarMode:hover {
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .oroUno__header--tools #cambiarMode {
    display: none;
  }
}
.oroUno__header--tools #cambiarMode span {
  display: none;
}
.oroUno__header--tools #cambiarMode i {
  font-size: 24px;
}
.oroUno__header--tools #cambiarModeMobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .oroUno__header--tools #cambiarModeMobile {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .oroUno__header--tools #cambiarModeMobile span {
    display: none;
  }
  .oroUno__header--tools #cambiarModeMobile i {
    font-size: 16px;
  }
}
.oroUno__header--prestigio {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.oroUno__header--prestigio a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  color: currentColor;
}
.oroUno__header--prestigio a:hover {
  opacity: 0.5;
}
.oroUno__header--prestigio a svg {
  height: 30px;
  fill: currentColor;
}
@media screen and (max-width: 576px) {
  .oroUno__header--prestigio a svg {
    height: 24px;
  }
}
.oroUno__hero {
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding-block: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.oroUno__hero {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroUno__hero {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .oroUno__hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding-inline: 15px;
    padding-block: 110px;
  }
}
.oroUno__hero--img {
  max-width: 800px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.2), 0 0 20px rgba(0, 255, 255, 0.3), 0 0 40px rgba(0, 150, 255, 0.4), 0 0 80px rgba(0, 150, 255, 0.5);
  display: flex;
  flex-direction: column;
  gap: 0px;
  background-color: #e5e8ee;
}
.dark-mode .oroUno__hero--img {
  background-color: #292928;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.1), 0 0 20px rgba(0, 255, 255, 0.1), 0 0 40px rgba(0, 150, 255, 0.1), 0 0 80px rgba(0, 150, 255, 0.2);
}
.oroUno__hero--img figure {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #222220;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oroUno__hero--img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.oroUno__hero--img figure.perfilGaleria {
  position: relative;
  padding: 5px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius: 50%;
}
.oroUno__hero--info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.oroUno__hero--info--btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.oroUno__hero--info--btn a {
  background-color: #63b2f3;
  color: #fff;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 50px;
  flex-shrink: 0;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroUno__hero--info--btn a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.oroUno__hero--info--btn a span {
  font-weight: 700;
  font-size: 18px;
}
.oroUno__hero--info--btn a i {
  font-size: 18px;
}
.oroUno__hero--info--btn a.favorito {
  background-color: transparent;
  color: #63b2f3;
}
.oroUno__hero--info--btn a.favorito:hover {
  color: #e7ca46;
}
.oroUno__hero--info--contacto {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .oroUno__hero--info--contacto {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.oroUno__hero--info--contacto--tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroUno__hero--info--contacto--tools--item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.oroUno__hero--info--contacto--tools--item a {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: #222220;
}
.dark-mode .oroUno__hero--info--contacto--tools--item a {
  color: #fff;
}
.oroUno__hero--info--contacto--tools--item a:hover {
  color: #63b2f3;
}
.oroUno__hero--info--contacto--tools--item a i {
  font-size: 22px;
}
.oroUno__hero--info--contacto--tools--item a.web {
  margin-left: auto;
}
.oroUno__ficha {
  background-color: #e5e8ee;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oroUno__ficha {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroUno__ficha {
    padding-inline: 15px;
  }
}
.dark-mode .oroUno__ficha {
  background-color: #292928;
}
@media screen and (max-width: 576px) {
  .oroUno__ficha {
    margin-inline: 15px;
  }
}
.oroUno__ficha figure {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .oroUno__ficha figure {
    width: 120px;
    top: -60px;
  }
}
.oroUno__ficha figure.perfilGaleria {
  cursor: pointer;
  transition: all 0.2s;
  padding: 5px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius: 50%;
}
.oroUno__ficha figure.perfilGaleria img {
  border-radius: 50%;
  overflow: hidden;
}
.oroUno__ficha figure.perfilGaleria:hover {
  opacity: 0.7;
}
.oroUno__ficha--cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 40px;
}
.oroUno__ficha--cont ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.oroUno__ficha--cont ul h5 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.oroUno__ficha--cont ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border-bottom: 1px solid #b5c3d1;
  padding-block: 10px;
}
.dark-mode .oroUno__ficha--cont ul li {
  border-color: #4b4b4b;
}
.oroUno__ficha--cont ul li:last-child {
  border-bottom: none;
}
.oroUno__formacion {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroUno__formacion {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroUno__formacion {
    padding-inline: 15px;
  }
}
.oroUno__formacion--items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroUno__formacion--items--item {
  background-color: #e5e8ee;
  border-radius: 20px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  align-items: center;
}
.dark-mode .oroUno__formacion--items--item {
  background-color: #292928;
}
.oroUno__formacion--items--item--intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.oroUno__formacion--items--item--intro--tiempos {
  font-size: 30px;
  font-weight: 800;
}
.oroUno__formacion--items--item--info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.oroUno__formacion--otros {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #e5e8ee;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  margin-top: 25px;
}
.dark-mode .oroUno__formacion--otros {
  background-color: #292928;
}
.oroUno__formacion--otros--cont {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-block: 15px;
  flex-wrap: wrap;
}
.oroUno__formacion--otros--cont h6 {
  flex: 0 0 100%;
}
.oroUno__formacion--otros--cont--item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #b5c3d1;
  border-radius: 8px;
  padding: 12px 20px;
}
.dark-mode .oroUno__formacion--otros--cont--item {
  border-color: #4b4b4b;
}
.oroUno__formacion--otros--cont--tag {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #222220;
  color: #63b2f3;
}
.dark-mode .oroUno__formacion--otros--cont--tag {
  border-color: #4b4b4b;
}
.oroUno__trabajos {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oroUno__trabajos {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroUno__trabajos {
    padding-inline: 15px;
  }
}
.oroUno__trabajos--items {
  padding-left: 35px;
  padding-block: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroUno__trabajos--items::before {
  content: "";
  width: 2px;
  height: calc(100% - 180px);
  position: absolute;
  top: 35px;
  left: 10px;
  background-color: #63b2f3;
  mask-image: linear-gradient(to bottom, #000 60%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.oroUno__trabajos--items--item {
  position: relative;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  background-color: #e5e8ee;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.dark-mode .oroUno__trabajos--items--item {
  background-color: #292928;
}
.oroUno__trabajos--items--item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(193.7142857143, 224.75, 250.2857142857);
  border: 6px solid #0076d6;
}
.oroUno__trabajos--items--item--estado {
  color: #63b2f3;
  font-weight: 700;
  padding-block: 5px;
}
.oroUno__trabajos--items--item--estado[data-text~=Cursando] {
  color: #df8612;
}
.oroUno__trabajos--items--item--estado[data-text~=Completo] {
  color: #25ac6f;
}
.oroUno__trabajos--items--item--estado[data-text~=Incompleto] {
  color: #df0043;
}
.oroUno__trabajos--items--item--tiempos {
  color: #0076d6;
  font-weight: 500;
}
.oroUno__trabajos--items--item--titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .oroUno__trabajos--items--item--titulo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.oroUno__trabajos--items--item--titulo h4 {
  font-weight: 700;
}
.oroUno__trabajos--items--item--titulo span {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #63b2f3;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .oroUno__trabajos--items--item--titulo span {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.oroUno__trabajos--items--item--titulo--verificar {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #63b2f3;
  font-weight: 800;
  cursor: pointer;
}
.oroUno__trabajos--items--item--titulo--verificar:hover {
  color: #25ac6f;
}
.oroUno__trabajos--items--item--titulo--verificado {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #25ac6f;
  font-weight: 800;
}
.oroUno__trabajos--items--item--empresa {
  margin-block: 4px;
}
.oroUno__trabajos--items--item--empresa div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  width: fit-content;
  border-radius: 50px;
  padding: 6px 15px;
  background-color: #e7ca46;
  color: #222220;
  transition: all 0.2s;
  cursor: pointer;
}
.oroUno__trabajos--items--item--empresa div:hover {
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.oroUno__trabajos--items--item--empresa div span {
  font-size: 13px;
}
.oroUno__trabajos--items--item--empresa div i {
  font-size: 14px;
}
.oroUno__trabajos--items--item--empresa div.evaluarExperiencia {
  background-color: #63b2f3;
  color: #fff;
}
.oroUno__trabajos--items--item--empresa div.evaluarExperiencia:hover {
  background-color: #0076d6;
}
.oroUno__calificaciones {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroUno__calificaciones {
    padding-inline: 15px;
  }
}

.menuUserOro {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 2000;
}
.oroDos__body .menuUserOro {
  left: auto;
  right: 20px;
}
.menuUserOro__abrir {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #292928;
  border: 1px solid #464646;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  padding: 6px;
  cursor: pointer;
  transition: all 0.2s;
  width: fit-content;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.menuUserOro__abrir:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px 0 rgba(99, 178, 243, 0.3);
}
.oroDos__body .menuUserOro__abrir {
  left: auto;
  right: 20px;
}
.menuUserOro__abrir figure {
  overflow: hidden;
  max-width: 40px;
  border-radius: 50%;
}
.menuUserOro__abrir span {
  padding-right: 15px;
  color: #fff;
}
.menuUserOro__cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: #292928;
  border: 1px solid #464646;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: bottom left;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.menuUserOro__cont--cerrar {
  position: absolute;
  right: -5px;
  top: -5px;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  background-color: #fff;
  color: #222220;
  padding: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.menuUserOro__cont ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menuUserOro__cont ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.menuUserOro__cont ul li a {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.menuUserOro__cont ul li a span {
  font-size: 14px;
}
.menuUserOro__cont ul li a i {
  font-size: 16px;
}

.menuUserOro.is-open .menuUserOro__cont {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  visibility: visible;
}

.menuUserOro.is-open .menuUserOro__abrir {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

.oroDos {
  scroll-behavior: smooth;
}
.oroDos__body {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  font-family: "Nata Sans", sans-serif;
  width: 100%;
  scroll-behavior: smooth;
}
.oroDos__body .perfil__intro {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroDos__body .perfil__intro {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .oroDos__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.oroDos__header {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
  width: 300px;
  padding: 30px;
  background-color: #222220;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .oroDos__header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    height: 55px;
    padding: 10px;
    width: 100%;
  }
}
.oroDos__header--cont {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .oroDos__header--cont {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.oroDos__header--cont figure {
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .oroDos__header--cont figure {
    width: 80px;
    margin-top: 35px;
  }
}
.oroDos__header--cont figure.perfilGaleria {
  cursor: pointer;
  transition: all 0.2s;
  padding: 5px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .oroDos__header--cont figure.perfilGaleria {
    padding: 3px;
  }
}
.oroDos__header--cont figure.perfilGaleria img {
  border-radius: 50%;
  overflow: hidden;
}
.oroDos__header--cont figure.perfilGaleria:hover {
  opacity: 0.7;
}
.oroDos__header--cont nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .oroDos__header--cont nav {
    margin-left: auto;
  }
}
.oroDos__header--cont nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .oroDos__header--cont nav ul {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: row;
    align-items: center;
  }
}
.oroDos__header--cont nav ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroDos__header--cont nav ul li a {
  color: currentColor;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .oroDos__header--cont nav ul li a {
    font-size: 13px;
  }
}
.oroDos__header--cont nav ul li a:hover {
  color: #e7ca46;
}
.oroDos__header--cont nav ul li a.active {
  color: #e7ca46;
}
.oroDos__header--cont nav ul li a span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .oroDos__header--cont nav ul li a span {
    font-size: 11px;
    text-transform: none;
  }
}
.oroDos__header h1 {
  font-size: 20px;
}
.oroDos__header--tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroDos__header--tools #cambiarMode {
  cursor: pointer;
  transition: all 0.2s;
}
.oroDos__header--tools #cambiarMode:hover {
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .oroDos__header--tools #cambiarMode {
    display: none;
  }
}
.oroDos__header--tools #cambiarMode span {
  display: none;
}
.oroDos__header--tools #cambiarMode i {
  font-size: 24px;
}
.oroDos__header--tools #cambiarModeMobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .oroDos__header--tools #cambiarModeMobile {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .oroDos__header--tools #cambiarModeMobile span {
    display: none;
  }
  .oroDos__header--tools #cambiarModeMobile i {
    font-size: 16px;
  }
}
.oroDos__header--prestigio {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.oroDos__header--prestigio a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  color: currentColor;
}
.oroDos__header--prestigio a:hover {
  opacity: 0.5;
}
.oroDos__header--prestigio a svg {
  height: 30px;
  fill: currentColor;
}
@media screen and (max-width: 576px) {
  .oroDos__header--prestigio a svg {
    height: 20px;
  }
}
.oroDos__main {
  padding-left: 300px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .oroDos__main {
    padding-left: 0;
  }
}
.oroDos__hero {
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 100vh;
  align-items: center;
  justify-content: center;
  padding-block: 50px;
  padding-inline: 15px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .oroDos__hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding-inline: 25px;
    padding-block: 110px;
  }
}
.oroDos__hero figure {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.oroDos__hero figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.75;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000 60%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 60%);
}
.oroDos__hero figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 30%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 30%);
}
.oroDos__hero--info {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oroDos__hero--info {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroDos__hero--info {
    padding-inline: 15px;
  }
}
.oroDos__hero--info h1 {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-size: 60px;
}
@media screen and (max-width: 576px) {
  .oroDos__hero--info h1 {
    font-size: 40px;
  }
}
.oroDos__hero--info--btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 15px 5px;
  flex-wrap: wrap;
}
.oroDos__hero--info--btn a {
  background-color: #222220;
  color: #fff;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 5px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroDos__hero--info--btn a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.oroDos__hero--info--btn a span {
  font-weight: 700;
  font-size: 18px;
}
.oroDos__hero--info--btn a i {
  font-size: 18px;
}
.oroDos__hero--info--btn a.favorito {
  background-color: transparent;
  color: #222220;
}
.oroDos__hero--info--btn a.favorito:hover {
  color: #0076d6;
}
.oroDos__hero--info--contacto {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .oroDos__hero--info--contacto {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.oroDos__hero--info--contacto--tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroDos__hero--info--contacto--tools--item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.oroDos__hero--info--contacto--tools--item a {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: #222220;
}
.dark-mode .oroDos__hero--info--contacto--tools--item a {
  color: #fff;
}
.oroDos__hero--info--contacto--tools--item a:hover {
  color: rgb(112.8181818182, 112.8181818182, 106.1818181818);
}
.oroDos__hero--info--contacto--tools--item a i {
  font-size: 22px;
}
.oroDos__hero--info--contacto--tools--item a.web {
  margin-left: auto;
}
.oroDos__ficha {
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oroDos__ficha {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroDos__ficha {
    padding-inline: 15px;
  }
}
.oroDos__ficha h3 {
  font-family: "Caprasimo", serif;
  font-weight: 500;
}
.dark-mode .oroDos__ficha {
  background-color: #292928;
}
.oroDos__ficha figure {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .oroDos__ficha figure {
    width: 120px;
    top: -60px;
  }
}
.oroDos__ficha figure.perfilGaleria {
  cursor: pointer;
  transition: all 0.2s;
  padding: 5px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  border-radius: 50%;
}
.oroDos__ficha figure.perfilGaleria img {
  border-radius: 50%;
  overflow: hidden;
}
.oroDos__ficha figure.perfilGaleria:hover {
  opacity: 0.7;
}
.oroDos__ficha--cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 40px;
}
.oroDos__ficha--cont ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.oroDos__ficha--cont ul h5 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.oroDos__ficha--cont ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border-bottom: 1px solid #b5c3d1;
  padding-block: 10px;
}
.dark-mode .oroDos__ficha--cont ul li {
  border-color: #4b4b4b;
}
.oroDos__ficha--cont ul li:last-child {
  border-bottom: none;
}
.oroDos__formacion {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroDos__formacion {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroDos__formacion {
    padding-inline: 15px;
  }
}
.oroDos__formacion h2 {
  font-family: "Caprasimo", serif;
  font-weight: 500;
}
.oroDos__formacion--items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroDos__formacion--items--item {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #b5c3d1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
.dark-mode .oroDos__formacion--items--item {
  background-color: #292928;
}
.oroDos__formacion--items--item--intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.oroDos__formacion--items--item--intro h3 {
  font-family: "Caprasimo", serif;
  font-weight: 500;
}
.oroDos__formacion--items--item--intro--tiempos {
  font-size: 24px;
  font-weight: 400;
}
.oroDos__formacion--items--item--info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.oroDos__formacion--otros {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #b5c3d1;
  border-radius: 10px;
  padding: 30px;
  margin-top: 25px;
}
.dark-mode .oroDos__formacion--otros {
  background-color: #292928;
}
@media screen and (max-width: 576px) {
  .oroDos__formacion--otros {
    margin-top: 0;
  }
}
.oroDos__formacion--otros--cont {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-block: 15px;
  flex-wrap: wrap;
}
.oroDos__formacion--otros--cont h6 {
  flex: 0 0 100%;
}
.oroDos__formacion--otros--cont--item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #b5c3d1;
  border-radius: 8px;
  padding: 12px 20px;
}
.dark-mode .oroDos__formacion--otros--cont--item {
  border-color: #4b4b4b;
}
.oroDos__formacion--otros--cont--tag {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #222220;
  color: #fff;
}
.dark-mode .oroDos__formacion--otros--cont--tag {
  border-color: #4b4b4b;
}
.oroDos__trabajos {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oroDos__trabajos {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroDos__trabajos {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .oroDos__trabajos {
    padding-block: 10px;
  }
}
.oroDos__trabajos h2 {
  font-family: "Caprasimo", serif;
  font-weight: 500;
}
.oroDos__trabajos--items {
  padding-left: 35px;
  padding-block: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroDos__trabajos--items::before {
  content: "";
  width: 2px;
  height: calc(100% - 180px);
  position: absolute;
  top: 35px;
  left: 10px;
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
  mask-image: linear-gradient(to bottom, #000 60%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.oroDos__trabajos--items--item {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.oroDos__trabajos--items--item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e7ca46;
  border: 6px solid rgb(242.7129186603, 227.8660287081, 160.2870813397);
}
.oroDos__trabajos--items--item--estado {
  color: #63b2f3;
  font-weight: 700;
  padding-block: 5px;
}
.oroDos__trabajos--items--item--estado[data-text~=Cursando] {
  color: #df8612;
}
.oroDos__trabajos--items--item--estado[data-text~=Completo] {
  color: #25ac6f;
}
.oroDos__trabajos--items--item--estado[data-text~=Incompleto] {
  color: #df0043;
}
.oroDos__trabajos--items--item--tiempos {
  color: #0076d6;
  font-weight: 500;
}
.oroDos__trabajos--items--item--titulo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 5px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .oroDos__trabajos--items--item--titulo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.oroDos__trabajos--items--item--titulo h4 {
  font-weight: 700;
}
.oroDos__trabajos--items--item--titulo h3 {
  font-weight: 700;
}
.oroDos__trabajos--items--item--titulo span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
  font-weight: 700;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .oroDos__trabajos--items--item--titulo span {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.oroDos__trabajos--items--item--titulo--verificar {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #63b2f3;
  font-weight: 800;
  cursor: pointer;
}
.oroDos__trabajos--items--item--titulo--verificar:hover {
  color: #25ac6f;
}
.oroDos__trabajos--items--item--titulo--verificado {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #25ac6f;
  font-weight: 800;
}
.oroDos__trabajos--items--item--empresa {
  margin-block: 4px;
}
.oroDos__trabajos--items--item--empresa div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  width: fit-content;
  border-radius: 50px;
  padding: 6px 15px;
  background-color: #e7ca46;
  color: #222220;
  transition: all 0.2s;
  cursor: pointer;
}
.oroDos__trabajos--items--item--empresa div:hover {
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.oroDos__trabajos--items--item--empresa div span {
  font-size: 13px;
}
.oroDos__trabajos--items--item--empresa div i {
  font-size: 14px;
}
.oroDos__trabajos--items--item--empresa div.evaluarExperiencia {
  background-color: #63b2f3;
  color: #fff;
}
.oroDos__trabajos--items--item--empresa div.evaluarExperiencia:hover {
  background-color: #0076d6;
}
.oroDos__calificaciones {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroDos__calificaciones {
    padding-inline: 15px;
  }
}

.oroTres {
  scroll-behavior: smooth;
}
.oroTres__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  font-family: "IBM Plex Mono", monospace;
  width: 100%;
  scroll-behavior: smooth;
}
.oroTres__body .perfil__intro {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroTres__body .perfil__intro {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .oroTres__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.oroTres__body nav {
  display: none;
}
.oroTres__body nav.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100vh;
  background-color: #222220;
  position: fixed;
  top: 0;
  right: 0;
  width: 25vw;
  color: #fff;
  z-index: 2001;
  padding: 40px;
}
@media screen and (max-width: 576px) {
  .oroTres__body nav.active {
    width: 80vw;
  }
}
@media screen and (max-width: 576px) {
  .oroTres__body nav {
    margin-left: auto;
  }
}
.oroTres__body nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.oroTres__body nav ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroTres__body nav ul li a {
  color: currentColor;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .oroTres__body nav ul li a {
    font-size: 13px;
  }
}
.oroTres__body nav ul li a:hover {
  color: #e7ca46;
}
.oroTres__body nav ul li a.active {
  color: #e7ca46;
}
.oroTres__body nav ul li a span {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .oroTres__body nav ul li a span {
    font-size: 13px;
    text-transform: none;
  }
}
.oroTres__body nav ul .cerrarMenuT3 {
  cursor: pointer;
  transition: all 0.2s;
}
.oroTres__body nav ul .cerrarMenuT3:hover {
  opacity: 0.5;
}
.oroTres__body nav ul .cerrarMenuT3 i {
  font-size: 30px;
}
.oroTres__header {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 25px 15px;
  color: #222220;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  mix-blend-mode: difference;
}
@media screen and (max-width: 576px) {
  .oroTres__header {
    padding: 15px;
  }
}
.oroTres__header--cont {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.2s;
}
@media screen and (max-width: 576px) {
  .oroTres__header--cont {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.oroTres__header h1 {
  font-size: 20px;
}
.oroTres__header--tools {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.oroTres__header--tools--menu {
  cursor: pointer;
  transition: all 0.2s;
}
.oroTres__header--tools--menu:hover {
  opacity: 0.7;
}
.oroTres__header--tools--menu i {
  font-size: 40px;
}
.oroTres__header--prestigio {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.oroTres__header--prestigio a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  color: currentColor;
}
.oroTres__header--prestigio a:hover {
  opacity: 0.5;
}
.oroTres__header--prestigio a svg {
  height: 30px;
  fill: currentColor;
}
@media screen and (max-width: 576px) {
  .oroTres__header--prestigio a svg {
    height: 24px;
  }
}
.oroTres__main {
  width: 100%;
  padding-top: 75px;
}
.oroTres__intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
.oroTres__intro h3 {
  font-size: 15px;
  font-weight: 400;
}
.oroTres__intro h2 {
  color: #0076d6;
  font-size: 24px;
}
.oroTres__galeria {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 15px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .oroTres__galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .oroTres__galeria {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.oroTres__galeria figure {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-height: 500px;
  aspect-ratio: 4/3;
  background: #111;
  cursor: pointer;
  transition: all 0.2s;
}
.oroTres__galeria figure:hover img {
  scale: 1.1;
}
.oroTres__galeria figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s;
}
.oroTres__hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: relative;
  border: 1px solid #b5c3d1;
  border-radius: 20px;
  padding-top: 150px;
  overflow: hidden;
}
.oroTres__hero {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroTres__hero {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .oroTres__hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-inline: 10px;
    margin-inline: 10px;
    border-radius: 10px;
  }
}
.oroTres__hero--perfil {
  z-index: 2;
}
.oroTres__hero--perfil figure {
  border-radius: 70px;
  overflow: hidden;
  max-width: 140px;
}
.oroTres__hero--bg {
  z-index: 0;
  overflow: hidden;
}
.oroTres__hero--bg figure {
  height: 250px;
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.oroTres__hero--bg figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.oroTres__hero--info {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.oroTres__hero--info {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroTres__hero--info {
    padding-inline: 15px;
  }
}
.oroTres__hero--info h1 {
  font-size: 24px;
  color: #0076d6;
}
@media screen and (max-width: 576px) {
  .oroTres__hero--info h1 {
    font-size: 18px;
  }
}
.oroTres__hero--info h3 {
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .oroTres__hero--info h3 {
    font-size: 15px;
  }
}
.oroTres__hero--info p {
  font-size: 13px;
}
.oroTres__hero--info--btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 15px 5px;
}
.oroTres__hero--info--btn a {
  background-color: #222220;
  color: #fff;
  justify-content: center;
  padding: 15px 25px;
  border-radius: 5px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.oroTres__hero--info--btn a:hover {
  background-color: #e7ca46;
  color: #222220;
}
.oroTres__hero--info--btn a span {
  font-weight: 700;
  font-size: 18px;
}
.oroTres__hero--info--btn a i {
  font-size: 18px;
}
.oroTres__hero--info--btn a.favorito {
  background-color: transparent;
  color: #63b2f3;
}
.oroTres__hero--info--btn a.favorito:hover {
  color: #e7ca46;
}
.oroTres__hero--info--contacto {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 20px;
}
@media screen and (max-width: 576px) {
  .oroTres__hero--info--contacto {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.oroTres__hero--info--contacto--tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .oroTres__hero--info--contacto--tools {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.oroTres__hero--info--contacto--tools--item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.oroTres__hero--info--contacto--tools--item a {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: #222220;
}
.dark-mode .oroTres__hero--info--contacto--tools--item a {
  color: #fff;
}
.oroTres__hero--info--contacto--tools--item a:hover {
  color: rgb(112.8181818182, 112.8181818182, 106.1818181818);
}
.oroTres__hero--info--contacto--tools--item a i {
  font-size: 22px;
}
.oroTres__hero--info--contacto--tools--item a.web {
  margin-left: auto;
}
.oroTres__ficha {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
}
.oroTres__ficha {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroTres__ficha {
    padding-inline: 15px;
  }
}
.dark-mode .oroTres__ficha {
  background-color: #292928;
}
@media screen and (max-width: 576px) {
  .oroTres__ficha {
    margin-inline: 15px;
  }
}
.oroTres__ficha--cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.oroTres__ficha--cont h2 {
  font-weight: 500;
}
.oroTres__ficha--cont ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.oroTres__ficha--cont ul h5 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.oroTres__ficha--cont ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border-bottom: 1px solid #b5c3d1;
  padding-block: 10px;
}
.dark-mode .oroTres__ficha--cont ul li {
  border-color: #4b4b4b;
}
.oroTres__ficha--cont ul li:last-child {
  border-bottom: none;
}
.oroTres__formacion {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroTres__formacion {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroTres__formacion {
    padding-inline: 15px;
  }
}
.oroTres__formacion h2 {
  font-weight: 500;
}
.oroTres__formacion--items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.oroTres__formacion--items--item {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #b5c3d1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .oroTres__formacion--items--item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    align-items: flex-start;
  }
}
.dark-mode .oroTres__formacion--items--item {
  background-color: #292928;
}
.oroTres__formacion--items--item--intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.oroTres__formacion--items--item--intro h3 {
  font-weight: 500;
  color: #0076d6;
}
.oroTres__formacion--items--item--intro--tiempos {
  font-size: 18px;
  font-weight: 700;
}
.oroTres__formacion--items--item--info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.oroTres__formacion--otros {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #b5c3d1;
  border-radius: 10px;
  padding: 30px;
  margin-top: 25px;
}
.dark-mode .oroTres__formacion--otros {
  background-color: #292928;
}
@media screen and (max-width: 576px) {
  .oroTres__formacion--otros {
    margin-top: 0;
  }
}
.oroTres__formacion--otros--cont {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-block: 15px;
  flex-wrap: wrap;
}
.oroTres__formacion--otros--cont h6 {
  flex: 0 0 100%;
}
.oroTres__formacion--otros--cont--item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #b5c3d1;
  border-radius: 8px;
  padding: 12px 20px;
}
.dark-mode .oroTres__formacion--otros--cont--item {
  border-color: #4b4b4b;
}
.oroTres__formacion--otros--cont--tag {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #222220;
  color: #fff;
}
.dark-mode .oroTres__formacion--otros--cont--tag {
  border-color: #4b4b4b;
}
.oroTres__trabajos {
  padding-block: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oroTres__trabajos {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroTres__trabajos {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .oroTres__trabajos {
    padding-block: 10px;
  }
}
.oroTres__trabajos h2 {
  font-weight: 500;
}
.oroTres__trabajos--items {
  padding-left: 35px;
  padding-block: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.oroTres__trabajos--items::before {
  content: "";
  width: 2px;
  height: calc(100% - 180px);
  position: absolute;
  top: 35px;
  left: 10px;
  background-color: rgb(217.3928571429, 236.4375, 252.1071428571);
  mask-image: linear-gradient(to bottom, #000 60%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.oroTres__trabajos--items--item {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.oroTres__trabajos--items--item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #63b2f3;
  border: 6px solid rgb(193.7142857143, 224.75, 250.2857142857);
}
.oroTres__trabajos--items--item--estado {
  color: #63b2f3;
  font-weight: 700;
  padding-block: 5px;
}
.oroTres__trabajos--items--item--estado[data-text~=Cursando] {
  color: #df8612;
}
.oroTres__trabajos--items--item--estado[data-text~=Completo] {
  color: #25ac6f;
}
.oroTres__trabajos--items--item--estado[data-text~=Incompleto] {
  color: #df0043;
}
.oroTres__trabajos--items--item--tiempos {
  color: #0076d6;
  font-weight: 500;
}
.oroTres__trabajos--items--item--titulo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 5px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .oroTres__trabajos--items--item--titulo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.oroTres__trabajos--items--item--titulo h4 {
  font-weight: 700;
}
.oroTres__trabajos--items--item--titulo h3 {
  font-weight: 700;
}
.oroTres__trabajos--items--item--titulo span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #63b2f3;
  font-weight: 700;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .oroTres__trabajos--items--item--titulo span {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.oroTres__trabajos--items--item--titulo--verificar {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #63b2f3;
  font-weight: 800;
  cursor: pointer;
}
.oroTres__trabajos--items--item--titulo--verificar:hover {
  color: #25ac6f;
}
.oroTres__trabajos--items--item--titulo--verificado {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #25ac6f;
  font-weight: 800;
}
.oroTres__trabajos--items--item--empresa {
  margin-block: 4px;
}
.oroTres__trabajos--items--item--empresa div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  width: fit-content;
  border-radius: 50px;
  padding: 6px 15px;
  background-color: #e7ca46;
  color: #222220;
  transition: all 0.2s;
  cursor: pointer;
}
.oroTres__trabajos--items--item--empresa div:hover {
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.oroTres__trabajos--items--item--empresa div span {
  font-size: 13px;
}
.oroTres__trabajos--items--item--empresa div i {
  font-size: 14px;
}
.oroTres__trabajos--items--item--empresa div.evaluarExperiencia {
  background-color: #63b2f3;
  color: #fff;
}
.oroTres__trabajos--items--item--empresa div.evaluarExperiencia:hover {
  background-color: #0076d6;
}
.oroTres__calificaciones {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .oroTres__calificaciones {
    padding-inline: 15px;
  }
}

@media (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    transition: all 0.2s;
    opacity: 0;
    transform: translateY(5px);
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 15px;
  border: 1px solid #222220;
  padding: 10px 14px;
  border-radius: 50px;
  color: #fff;
  background-color: #222220;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  background-color: rgb(112.8181818182, 112.8181818182, 106.1818181818);
  color: #fff;
  border-color: rgb(112.8181818182, 112.8181818182, 106.1818181818);
}
@media (min-width: 1024px) {
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    transform: translateY(5px);
  }
}

.swiper-container {
  padding-bottom: 0;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
  transform: translateY(0px);
}
.swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.swiper-container:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  transform: translateY(0px);
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: center;
  padding-block: 30px;
}
.swiper-pagination-bullets span {
  color: #e7ca46;
}
.light-mode .swiper-pagination-bullets span {
  color: #63b2f3;
}
.swiper-pagination-bullets span:not(.swiper-pagination-bullet-active) {
  opacity: 0.5;
}
.swiper-pagination-bullets span.swiper-pagination-bullet {
  width: 18px;
  height: 5px;
  border-radius: 3px;
  background-color: #e7ca46;
}
.light-mode .swiper-pagination-bullets span.swiper-pagination-bullet {
  background-color: #63b2f3;
}
.swiper-pagination-bullets span.swiper-pagination-bullet .swiper-pagination-bullet-active {
  opacity: 1;
}

.contenido__galeria--mini .swiper-slide-thumb-active {
  opacity: 1 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.contenido__galeria--mini .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s;
}
.contenido__galeria--mini .swiper-slide:hover {
  opacity: 0.75;
}

.indexPantallas {
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.indexPantallas {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .indexPantallas {
    padding-inline: 15px;
  }
}
.indexPantallas h3 {
  padding-bottom: 25px;
}

.indexi2es {
  padding-top: 50px;
}
.indexi2es__cont {
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.indexi2es__cont {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .indexi2es__cont {
    padding-inline: 15px;
  }
}
.indexi2es__cont img.logo {
  width: 180px;
}

.tagify {
  min-height: 55px;
  max-height: 150px;
  border-radius: 8px;
  border: none;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #b5c3d1 !important;
  background-color: #e6f0ff;
  color: #222220;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow-y: auto;
  gap: 5px;
  padding: 4px 6px 4px 4px;
  width: 100%;
}
.tagify__tag {
  margin-block: 0px 0 !important;
}
.tagify__dropdown {
  border: 1px solid #b5c3d1;
  border-radius: 6px;
  box-shadow: none;
  background-color: #fff;
}
.tagify__input::after {
  color: currentColor !important;
}
.dark-mode .tagify__input::after {
  color: #e6f0ff !important;
}

.galeriaThumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .galeriaThumb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.galeriaThumb a {
  border-radius: 5px;
  overflow: hidden;
  width: 1 column;
  transition: all 0.2s;
}
.galeriaThumb a img {
  width: 100%;
  object-position: 50% 50%;
}

.lg-backdrop.in {
  background-color: rgba(0, 0, 0, 0.7607843137);
}

.lg-outer.lg-grab img.lg-object {
  border-radius: 15px;
}

.check-switch {
  position: relative;
  width: 120px;
  /* Ancho del switch */
  height: 40px;
  /* Altura del switch */
  background: rgb(193.7142857143, 224.75, 250.2857142857);
  /* Color de fondo */
  border-radius: 20px;
  /* Bordes redondeados */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Ocultar inputs */
  /* Slider */
  /* Cambios al seleccionar */
}
.check-switch input[type=radio] {
  display: none;
}
.check-switch label {
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: color 0.3s;
}
.check-switch label:first-of-type {
  right: 0;
  /* Alinea la etiqueta "USD" a la izquierda */
}
.check-switch label:last-of-type {
  left: 0;
  /* Alinea la etiqueta "$UY" a la derecha */
}
.check-switch .slider {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 10px);
  /* Ajusta al 50% menos el padding */
  height: 30px;
  background: #63b2f3;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.check-switch input#peso:checked ~ .slider {
  left: 5px;
}
.check-switch input#usd:checked ~ .slider {
  left: calc(50% + 5px);
}
.check-switch input#peso:checked + label {
  color: #fff;
  /* Cambia color del texto activo */
}
.check-switch input#usd:checked + label {
  color: #fff;
  /* Cambia color del texto activo */
}

.verificado {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #25ac6f;
  font-weight: 800;
}
.verificado span {
  font-weight: 600;
  color: currentColor;
  font-size: 16px;
}

.grupo-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.grupo-check .item-check {
  border: 3px solid transparent;
  border-radius: 5px;
  transition: all 200ms ease-out;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transform: scale(1) translateZ(0);
}
@media screen and (max-width: 576px) {
  .grupo-check .item-check span {
    font-size: 13px;
  }
  .grupo-check .item-check i {
    font-size: 16px;
  }
}
.grupo-check .item-check:active {
  transform: scale(0.96) translateZ(0);
}
.grupo-check .item-check:hover, .grupo-check .item-check:checked {
  border-color: #e7ca46;
  background-color: #e7ca46;
  color: #222220;
}
.grupo-check .item-check.active {
  border-color: #e7ca46;
  background-color: #e7ca46;
  color: #fff;
}
.grupo-check .item-check input[type=checkbox] {
  display: none;
}
.grupo-check .item-check label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.paginacion {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
}
.paginacion p {
  font-size: 13px;
}
.paginacion ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.paginacion ul li a {
  background-color: #fff;
  color: #222220;
  padding: 10px;
  border: 1px solid #b5c3d1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.dark-mode .paginacion ul li a {
  background-color: #222220;
  color: #fff;
  border: 1px solid #4b4b4b;
}
.paginacion ul li a.active {
  background-color: #e7ca46;
  border-color: #e7ca46;
  color: #222220;
}
.paginacion ul li a:hover {
  background-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
  color: #222220;
}

.cont-formulaario {
  background: transparent !important;
}

#cropperModal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
#cropperModal .cropperCont {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
}
#cropperModal .cropperCont img {
  max-width: 400px;
  max-height: 400px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 576px) {
  #cropperModal .cropperCont img {
    max-width: 300px;
    max-height: 300px;
  }
}
#cropperModal .cropperCont__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background-color: #e7ca46;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  margin-top: 15px;
  color: #222220;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
#cropperModal .cropperCont__btn:hover {
  background-color: rgb(198.7200956938, 167.5693779904, 25.7799043062);
}

#btn_edit_off input[type=button] {
  animation: blink 1s ease-in-out infinite;
  cursor: not-allowed;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.2;
  }
}
.mce-container {
  border-radius: 6px !important;
}

.remodal:has(#vtn_mostrar) .remodal-close {
  right: 10px;
  top: 10px;
  left: auto;
  background-color: #000;
  border-radius: 50px;
  z-index: 1000;
  transition: all 0.2s;
}
.remodal:has(#vtn_mostrar) .remodal-close:hover {
  background-color: #e7ca46;
  color: #222220;
}

.remodal {
  padding: 20px !important;
  max-width: 700px !important;
}
@media screen and (max-width: 576px) {
  .remodal {
    padding: 15px 10px !important;
  }
}

.remodal:has(.agregarEmpresaPopUp) {
  min-height: 50vh;
  max-width: 50vw !important;
}
@media screen and (max-width: 576px) {
  .remodal:has(.agregarEmpresaPopUp) {
    max-width: 95vw !important;
  }
}

.alert {
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: rgba(0, 144, 255, 0.75);
  border: 1px solid rgb(0, 115.2, 204);
  font-size: 14px;
}
.alert .alertBotones {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.alert .alertBotones a {
  background-color: #fff;
  color: #222220;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px !important;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.alert .alertBotones a:hover {
  background-color: #222220;
  color: #fff;
  border: 2px solid #222220;
}
.alert.alert-warning {
  background-color: rgba(245, 160, 27, 0.75);
  border: 1px solid rgb(211.7142857143, 132.7857142857, 9.2857142857);
}
.alert.alert-llamado {
  background-color: #e7ca46;
  border: 1px solid rgb(211.7142857143, 132.7857142857, 9.2857142857);
  color: #222220;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.alert.alert-llamado i {
  font-size: 40px;
}
.alert.alert-error {
  background-color: rgba(215, 49, 51, 0.75);
  border: 1px solid rgb(178.3658536585, 34.6341463415, 36.3658536585);
}
.alert.alert-ok {
  background-color: rgba(48, 208, 88, 0.75);
  border: 1px solid rgb(37.9330708661, 167.0669291339, 70.2165354331);
}
.alert.Oro {
  background-color: #222220;
  color: #e7ca46;
  border-color: rgb(236.8564593301, 214.9330143541, 115.1435406699);
}
.alert h3 {
  font-size: 18px;
}
.alert__msj {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.alert a {
  color: currentColor;
  text-decoration: underline;
  font-weight: 700;
}
.alert a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 576px) {
  #mensaje_usuario {
    position: fixed;
    top: 45px;
  }
}

.mensaje {
  padding-top: 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mensaje {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .mensaje {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 576px) {
  .mensaje {
    padding-top: 25px;
  }
}
.mensaje h1, .mensaje h2 {
  text-align: center;
}
.mensaje nav {
  display: flex;
  align-items: center;
  gap: 0px;
}
@media screen and (max-width: 576px) {
  .mensaje nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.mensaje nav a {
  padding-inline: 15px;
  color: #222220;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}
.dark-mode .mensaje nav a {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .mensaje nav a {
    border-right: none !important;
  }
}
.mensaje nav a:hover {
  opacity: 0.75;
}
.mensaje p {
  text-align: center;
}

.referencias {
  align-items: flex-start;
  margin-block: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.referencias ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  padding-bottom: 0 !important;
}
.referencias ul li {
  font-size: 14px;
  border-bottom: none !important;
  padding-block: 0 !important;
}
.referencias__linea {
  display: flex;
  align-items: center;
  gap: 5px;
}
.referencias i {
  font-size: 13px;
}

.alert-btns {
  justify-content: center;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert-btns__cancelar {
  background-color: transparent !important;
  color: #df0043 !important;
  border: 2px solid #df0043 !important;
}
.alert-btns__cancelar:hover {
  background-color: #df0043 !important;
  color: #fff !important;
}

.remodal {
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
.dark-mode .remodal {
  background-color: #222220;
  color: #fff;
}
.remodal .cont-formulario {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-block: 20px;
}
.remodal .cont-formulario .botones {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-top: 25px;
}
.remodal .cont-formulario .campoContacto {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.remodal .cont-formulario .campoContacto label {
  font-size: 14px;
  text-align: left;
}
.remodal .cont-formulario .campoContacto textarea {
  height: 150px;
}

/*# sourceMappingURL=estilos.css.map */
