@font-face {
  font-family: Nimbus Bold;
  src: url("../Font/NimbusSanNov-Bol.otf");
}

@font-face {
  font-family: Nimbus;
  src: url("../Font/NimbusSanNov-Reg.otf");
}

@font-face {
  font-family: Nimbus Light;
  src: url("../Font/NimbusSanNov-Lig.otf");
}

:root {
  --orange: #f09b00;
  --lightBlue: #00acd6;
  --lightGrey: #bebebe;
  --darkBlue: #006f95;
  --darkGrey: #4d4d4d;
  --lightGreen: #00c600;
  --yellow: #ffee2273;
  --darkBlueOpacity: #006f958a;
  --lightBlueOpacity: #00acd696;
}

body {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

* {
  font-family: Nimbus;
}

.ocultar {
  display: none !important;
}

.menu {
  position: relative;
}

.cabecera.close {
  display: none;
}

.cabeceraMovil.open {
  display: block;
}

.cabeceraMovil {
  display: none;
}

.cabecera {
  background-color: white;
  display: flex;
  padding: 2rem 3rem 1rem 3rem;
  background-image: url("../Img/bannerOfertas.png");
  max-height: 25rem;
  height: 25rem;
  align-items: flex-start;
  gap: 4rem;
  justify-content: space-between;
  flex-wrap: wrap;
  /* background-size: 100%; */
}

.cabeceraNoHome {
  background-image: none;
  height: auto;
}

.cabecera img {
  width: 15rem;
}

.cabecera .iconHome img,
.cabeceraMovil.open .iconHome img {
  max-width: 3rem;
}

.cabecera .enlaces {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
}

.cabecera a {
  font-family: Nimbus Bold;
  color: white;
  text-decoration: none;
  font-size: 17px;
}

.cabecera.cabeceraNoHome a {
  color: var(--darkBlue);
}

a.special,
.cabecera.cabeceraNoHome a.special {
  background-color: var(--lightBlueOpacity);
  padding: 5px 20px;
  border-radius: 10px;
  color: white;
}

.cabecera a:hover {
  cursor: pointer;
  scale: 1.1;
  color: var(--lightBlue) !important;
}

a.special:hover,
.cuadroBuscar input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 15px 0px #ffffff;
  box-shadow: 0px 0px 15px 0px #ffffff;
  color: white !important;
  text-decoration: none;
}

.cabecera.cabeceraNoHome a.special:hover {
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
}

.cuadroBuscar {
  width: 100%;
  /*   background-color: var(--lightBlueOpacity);
 */
  padding: 1rem 0rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  width: 53vw;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0%);
}

.cuadroBuscar h2 {
  color: #ffffff;
  font-family: Nimbus Bold;
  font-size: 35px;
  margin: 0;
}

.cuadroBuscar .buscador {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}

.cuadroBuscar input,
.cuadroBuscar select {
  font-family: Nimbus;
  font-size: 18px;
  border-radius: 5px;
  border: transparent;
  padding: 10px 5px;
  height: fit-content;
  width: 20rem;
}

.cuadroBuscar input[type="submit"] {
  background-color: var(--darkBlue);
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  font-size: 23px;
}

.subirAutomatico {
  width: fit-content;
  /*   background-color: var(--lightBlue);
 */
  border-radius: 50%;
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  /*   background-color: white;
 */
}

.subirAutomatico svg {
  background-color: white;
  border-radius: 50%;
  border: transparent;
}

.subirAutomatico:hover {
  cursor: pointer;
  scale: 1.1;
}

.subirAutomatico img {
  max-width: 3rem;
}

.button {
  font-family: Nimbus Bold;
  font-size: 22px;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 10px 20px;
  width: fit-content;
  margin: 0 auto;
}

.button.darkBlue {
  background-color: var(--darkBlue);
}

.button:hover {
  cursor: pointer;
}

.button.darkBlue:hover {
  background-color: var(--darkBlue);
}

.foto .misDatos {
  color: white;
}

.foto .misDatos h2 {
  color: white;
  font-family: Nimbus Bold;
  margin: 0;
}

.cabecera .iniciales {
  position: relative;
}

.cabecera .iniciales img {
  max-width: 45px;
  border-radius: 50%;
  padding: 5px;
}

.menuHorizontal .alerta{
  top: -10px !important;
}

.cabecera .iniciales.ver a {
  border: 4px solid white;
  text-align: center;
  width: 40px !important;
  height: 35px;
  padding: 10px;
  font-family: Nimbus Bold;
  font-size: 25px;
  border-radius: 50%;
  color: white;
  text-transform: uppercase;
}

.cabecera .iniciales.ver a:hover,
.cabecera .iniciales img:hover {
  text-decoration: none;
  background-color: white;
  color: var(--darkBlue);
}

.cabecera .iniciales .logoHome:hover,
.cabecera .iniciales a:has(.logoHome):hover,
.enlaces a:has(.logoHome):hover {
  background-color: transparent;
  scale: 1;
}

.cabecera .iniciales {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.cabecera .etiqueta {
  max-width: 3rem !important;
  border-radius: 0% !important;
  border: none !important;
  width: 2rem;
}

.cabecera .etiqueta:hover {
  background-color: transparent !important;
  cursor: pointer;
}

.cabecera .verOpcionesLogin {
  position: absolute; /* Fuera del flujo para evitar afectar otros elementos */
  top: 5rem; /* Ajusta según la ubicación deseada */
  right: 0;
  max-height: 0; /* Inicialmente colapsado */
  overflow: hidden; /* Esconde contenido excedente */
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out; /* Transición suave */
  opacity: 0;
  visibility: hidden;
}

.cabecera .verOpcionesLogin.open {
  display: flex !important;
  gap: 2rem;
  position: absolute;
  top: 5rem;
  right: 0;
  padding: 0rem;
  border-radius: 10px;
  width: 94.5vw;
  justify-content: end;
  border-bottom: 2px solid white;
  border-radius: 0;
  max-height: 99vh; /* Ajusta esto según el contenido */
  opacity: 1;
  visibility: visible;
  align-items: center;
}

.cabecera .verOpcionesLogin.open img {
  width: 2rem;
}

.cabecera .verOpcionesLogin.open a {
  color: white;
}

.cabecera .enlaces {
  position: relative;
}

.menu {
  position: relative;
}

.overlay {
  width: 100%;
  background-color: #006f95c2;
  position: absolute;
  height: 100%;
  top: 0;
}

.cuerpoHome {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: start;
  column-gap: 2rem;
}

.enlacesPortalEmpleo {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 2rem;
  padding-left: 1rem;
  gap: 1rem;
  margin-top: 5rem;
}

.enlacesPortalEmpleo img {
  width: 40px;
  height: 40px;
}

.enlacesPortalEmpleo img:hover {
  scale: 1.3;
}

.menu .topCabecera {
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  z-index: 999;
}

/* MENU NO HOME */
.menuNoHome {
  position: relative;
  padding: 2rem 3rem 1rem 3rem;
  margin-bottom: 3rem;
  height: 3rem;
}

.menuNoHome .cabeceraNoHome {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 95%;
}

.menuNoHome .cabeceraNoHome .logo {
  width: 15rem;
}

.menuNoHome .cabeceraNoHome .menu {
  width: 4rem;
}

.menuNoHome .cabeceraNoHome .menu:hover {
  cursor: pointer;
}

.menuNoHome .cabeceraNoHome .menuBurger {
  height: 0;
  display: flex;
  padding: 0 1rem; /* Padding horizontal inicial, vertical 0 */
  overflow: hidden;
  transition: height 0.7s ease-in-out, padding 0.7s ease-in-out;
  position: absolute;
  flex-direction: column;
  gap: 1.5rem;
  right: 0.5rem;
  top: 4.5rem;
  background-color: white;
  box-shadow: 0px 0px 10px 0px #000000;
  z-index: 9999;
  border-radius: 10px;
  align-items: flex-end;
}

.menuNoHome .cabeceraNoHome .menuBurger.open {
  overflow: hidden;
}

.menuNoHome .cabeceraNoHome .menuBurger a {
  font-family: Nimbus Bold;
  color: var(--darkBlue);
  text-decoration: none;
  font-size: 19px;
}

/* MENU NO HOME */

/* Menu Horizontal */
.menuHorizontal {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem .5rem 2rem;
  position: sticky;
  top: 0;
  z-index: 999999999;
  background-color: white;
}

.menuHorizontal.sombra {
  -webkit-box-shadow: 0px 5px 14px -10px #000000;
  box-shadow: 0px 5px 14px -10px #000000;
}

.menuHorizontal .cabeceraNoHome {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.menuHorizontal .cabeceraNoHome img {
  width: 12rem;
}

.menuHorizontal .cabeceraNoHome .iniciales {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  border-radius: 0%;
  font-size: initial;
  border: none;
  padding: initial;
}

.menuHorizontal .cabeceraNoHome .iniciales .iconosDcha {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.5rem;
  font-size: initial;
}

.menuHorizontal .cabeceraNoHome .iniciales.dos {
  width: 100%;
}

.menuHorizontal .cabeceraNoHome .iniciales a img {
  width: 2.5rem !important;
  border-radius: 0%;
}

.menuHorizontal .cabeceraNoHome .etiqueta {
  width: 1.5rem;
  border-radius: 0%;
}

.menuHorizontal .cabeceraNoHome .etiqueta:hover {
  cursor: pointer;
}

.menuHorizontal .menuBarraHorizontal {
  max-height: 0; /* Inicialmente el menú está cerrado */
  overflow: hidden; /* Oculta el contenido fuera del área visible */
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out; /* Transición suave de altura y padding */
  padding: 0rem 2rem; /* Padding cerrado */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  gap: 2rem;
  align-items: center;
  margin: 1rem 0rem;
}

.menuHorizontal .menuBarraHorizontal.open {
  max-height: 1000px; /* Un valor suficientemente alto para que el menú se despliegue */
  padding: 1rem 2rem; /* Padding abierto */
  border-bottom: 2px solid var(--darkBlue);
  justify-content: end;
  margin: 1rem 0rem 2rem 0rem;
}

.menuHorizontal .menuBarraHorizontal a {
  font-family: Nimbus Bold;
  color: var(--darkBlue);
  text-decoration: none;
  font-size: 17px;
}

.menuHorizontal .menuBarraHorizontal a:hover {
  scale: 1.1;
  color: var(--lightBlue);
}

.menuHorizontal .menuBarraHorizontal img {
  width: 2rem;
}

.headlineEnter {
  padding: 1rem 2rem 0rem 2rem;
  font-family: Nimbus Bold;
  text-transform: uppercase;
  color: var(--darkBlue);
  max-width: 94%;
  margin: 0 auto;
}

/* Menu horizontal */

.menuHorizontal .special {
  background-color: var(--darkBlue);
  text-decoration: none;
  font-size: 20px;
  font-family: Nimbus Bold;
}

.menuHorizontal .special:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.49);
}

.notificaciones .notificacionImg {
  max-width: 2rem;
}

.notificaciones {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  align-items: center;
}

.notificaciones .alerta {
  position: absolute;
  top: 0px; /* Ajusta para mover la bolita hacia arriba */
  right: -5px; /* Ajusta para mover la bolita hacia la izquierda */
  display: inline-block;
  width: 20px; /* Tamaño de la bolita */
  height: 20px; /* Tamaño de la bolita */
  background-color: red; /* Color de fondo */
  color: white; /* Color del número */
  font-size: 12px; /* Tamaño del número */
  font-weight: bold; /* Peso del número */
  text-align: center; /* Centra horizontalmente el número */
  line-height: 20px; /* Centra verticalmente el número */
  border-radius: 50%; /* Hace la bolita circular */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
}

/* Contenedor de las notificaciones */
.listadoNotificaciones {
  background-color: white;
  padding: 0; /* Sin padding al inicio para evitar parpadeos */
  border-radius: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 15rem;
  max-width: 20rem;
  left: 0;
  top: calc(100% + 10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* height: 0; /* Altura inicial cerrada */
  max-height: 0;
  overflow-y: scroll; /* Oculta el contenido fuera de los límites */
  opacity: 0; /* Inicialmente invisible */
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease; /* Transiciones suaves */
  z-index: 10;
}

.listadoNotificaciones.mostrar {
  max-height: 20rem; /* Altura máxima cuando está abierto */
  opacity: 1; /* Totalmente visible */
}

.listadoNotificaciones::-webkit-scrollbar {
  width: 8px;
}

.listadoNotificaciones::-webkit-scrollbar-thumb {
  background-color: var(--lightBlue);
  border-radius: 4px;
}

.listadoNotificaciones::-webkit-scrollbar-thumb:hover {
  background-color: var(--lightBlue);
}

.listadoNotificaciones::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.listadoNotificaciones .notificacion {
  padding: 10px 15px;
  border-bottom: 1px solid var(--lightGrey);
  display: flex;
  flex-direction: column-reverse;
}

.listadoNotificaciones .notificacion:last-child {
  border-bottom: none;
}

.listadoNotificaciones .notificacion .txt {
  font-family: Nimbus Bold;
  color: #000000;
  font-size: initial;
  text-align: left;
}

.listadoNotificaciones .notificacion .fecha {
  color: var(--lightGrey);
  font-size: 15px;
  text-align: end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.3rem;
  margin-top: 0.2rem;
}

.listadoNotificaciones .notificacion[data-leida="1"] .txt {
  opacity: 0.7;
  font-family: Nimbus Light !important;
  color: #000000;
  font-size: initial;
  text-align: left;
}

.listadoNotificaciones .notificacion.leida {
  opacity: 0.7;
}

.listadoNotificaciones .notificacion.leida .txt {
  font-family: Nimbus Light;
  color: #000000;
  font-size: initial;
  text-align: left;
}

.listadoNotificaciones .borrar img {
  max-width: 1rem;
}

.listadoNotificaciones .borrar img:hover {
  scale: 1.5;
  cursor: pointer;
}

.listadoNotificaciones .borrar button {
  background-color: none;
  border: none;
  background-color: transparent;
}

.listadoNotificaciones a {
  color: var(--lightBlue) !important;
  font-family: Nimbus Light;
  font-size: 16px;
}
.listadoNotificaciones a:hover {
  color: var(--lightBlue) !important;
  cursor: pointer;
}

.footerWrap {
  background-color: var(--darkBlue);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footerWrap .f2 {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: Nimbus Light;
  font-style: italic;
  font-size: 16px;
  color: white;
  border-top: 1px solid white;
  padding-top: 2rem;
  margin-top: 1rem;
}

.footerWrap .frase {
  font-family: Nimbus Bold;
  color: white;
  font-size: 25px;
  text-align: left;
}

.footerWrap a {
  color: white;
  font-family: Nimbus;
  font-size: 16px;
  text-decoration: none;
  font-style: initial;
}

.footerWrap .mensaje {
  font-family: Nimbus Bold;
  color: white;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.footerWrap .mensaje img {
  max-width: 10rem;
}
.footerWrap .mensaje img:first-of-type {
  margin-top: 1.7rem;
}

.footerWrap a:hover {
  cursor: pointer;
  text-decoration: underline;
  scale: 1.1;
}

.footerWrap .imp {
  color: white;
  font-size: 19px;
  font-family: Nimbus Bold;
}

.footerWrap .f1 {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  grid-template-columns: 35% 20% 20% 20%;
}

.footerWrap .f1 .contacto,
.footerWrap .f1 .nosotros,
.footerWrap .f1 .conocenos {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
}

.noOfertas {
  display: none;
}

.noOfertas.open {
  display: flex;
  flex-direction: column;
}

.bannerNoOfertas {
  display: block;
  position: relative;
  width: 95%;
  margin: 5rem auto;
}

.bannerNoOfertas img {
  width: 100%;
}

.bannerNoOfertas .ban:hover {
  scale: 1.3;
  cursor: pointer;
  z-index: 999999999999999999999999;
}

.bannerNoOfertas .banners {
  display: grid;
  flex-direction: row;
  justify-content: start;
  gap: 1%;
  margin-top: 4rem;
  margin-left: 1rem;
  grid-template-columns: repeat(4, 24%);
}

.bannerNoOfertas .ban {
  position: relative;
}

.bannerNoOfertas .color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bannerNoOfertas .color.tt {
  background-color: #a7009196;
}

.bannerNoOfertas .color.tech {
  background-color: #dd7600a4;
}

.bannerNoOfertas .color.sales {
  background-color: #968d28a9;
}

.bannerNoOfertas .texto {
  font-family: Nimbus Bold;
  font-size: 30px;
  position: absolute;
  z-index: 9999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.bannerNoOfertas .barraColor {
  width: 6rem;
  height: calc(100% + 5rem);
  position: absolute;
  top: 0rem;
  left: 0;
  background-color: var(--darkBlue);
  z-index: -1;
}

.bannerNoOfertas .infoExtra {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--lightBlue);
  font-family: Nimbus Bold;
  font-size: 30px;
}

.noOfertas .formularioWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.noOfertas .formularioWrap .texto {
  max-width: 50%;
  font-family: Nimbus;
  font-size: 19px;
  text-align: center;
  padding: 3rem;
}

.noOfertas .formularioContacto {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  max-width: 100%;
  margin: 2rem auto 0rem auto;
  padding: 1rem;
  border-radius: 10px;
  align-items: end;
}

.noOfertas .formularioWrap .ups {
  font-family: Nimbus Bold;
  font-size: 19px;
  color: var(--darkGrey);
}

.noOfertas .formularioWrap .edit {
  font-family: Nimbus Bold;
  font-size: 19px;
  color: var(--lightBlue);
}

.noOfertas .formularioContacto .dato {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.noOfertas .formularioContacto label {
  font-family: Nimbus Bold;
  font-size: 17px;
  color: var(--darkGrey);
}

.noOfertas .formularioContacto input[type="text"],
.noOfertas .formularioContacto input[type="email"] {
  border: none;
  border-bottom: 2px solid var(--lightBlue);
  font-family: Nimbus Light;
  width: 20rem;
  max-width: 100%;
}

.noOfertas .formularioContacto b {
  font-family: Nimbus Bold;
  color: red;
}


.switch-button {
  display: inline-block;
}
.switch-button .switch-button__checkbox {
  display: none;
}
.switch-button .switch-button__label {
  background-color: red;
  width: 2rem;
  height: 1rem;
  border-radius: 3rem;
  display: inline-block;
  position: relative;
}
.switch-button .switch-button__label:before {
  transition: .2s;
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: lightgray;
  content: '';
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px black;
}
.switch-button .switch-button__checkbox:checked + .switch-button__label {
  background-color: green;
}
.switch-button .switch-button__checkbox:checked + .switch-button__label:before {
  transform: translateX(1rem);
}

.switch-button__label:hover{
  cursor: pointer;
}

.switch-button__label.checked:hover{
  cursor: no-drop;
}


/* Responsive */

@media (max-width: 1460px) {
  .cuadroBuscar {
    width: 70vw;
  }
  .cuadroBuscar input,
  .cuadroBuscar select {
    width: 15rem;
  }
}

@media (max-width: 1225px) {
  .cabecera a {
    font-size: 17px;
  }
  .cuadroBuscar h2 {
    font-size: 30px;
  }
  .cuadroBuscar {
    gap: 1rem;
  }
}

@media (max-width: 1046px) {
  .cuadroBuscar h2 {
    font-size: 20px;
  }
}

@media (max-width: 1025px) {
  .menuHorizontal {
    padding-bottom: 2rem;
  }
  .cabecera a:hover {
    scale: 1;
  }
  .cabecera .verOpcionesLogin.open {
    z-index: 999;
    background-color: var(--darkBlue);
    flex-direction: column;
    align-items: end;
    right: 0;
    border-top: none;
    -webkit-box-shadow: 0px 6px 15px 0px #000000;
    box-shadow: 0px 6px 15px 0px #000000;
  }
  .cabecera {
    height: 5rem;
  }
  .menuHorizontal .menuBarraHorizontal,
  .menuHorizontal .menuBarraHorizontal.open {
    position: absolute;
    top: 4rem;
    flex-direction: column;
    border-top: none;
    background-color: white;
    right: 0;
    width: 80%;
    z-index: 999999999999;
    align-items: end;
    -webkit-box-shadow: 0px 6px 15px 0px #000000;
    box-shadow: 0px 6px 15px 0px #000000;
  }

  .cuadroBuscar .buscador {
    display: grid;
    grid-template-columns: repeat(2, 45%);
  }
  .cuadroBuscar select {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .cuadroBuscar input,
  .cuadroBuscar select {
    width: 100%;
  }
  .cuadroBuscar {
    padding: 1rem;
  }
  .cuadroBuscar {
    width: 95vw;
    position: initial;
    transform: translate(0, 0);
    border-radius: 0px;
    align-items: center;
  }

  .cabecera .verOpcionesLogin.open {
    gap: 0rem;
    width: 90vw;
  }

  .cabecera .verOpcionesLogin.open a {
    border-bottom: 2px solid white;
    width: 100%;
    text-align: right;
    padding: 1rem 1rem;
  }

  .cabecera .verOpcionesLogin.open a:last-of-type {
    border-bottom: none;
  }

  .menuHorizontal .menuBarraHorizontal {
    gap: 0rem;
  }
  .menuHorizontal .menuBarraHorizontal a {
    border-bottom: 2px solid var(--darkBlue);
    width: 100%;
    text-align: right;
    padding: 1rem 0rem;
  }
  .menuHorizontal .menuBarraHorizontal a:last-child {
    border: none;
  }

  .footerWrap .f1 {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    row-gap: 2rem;
    column-gap: 1rem;
  }
  .footerWrap .f1 .mensaje {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .bannerNoOfertas .banners {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 1010px) {
  .cabecera {
    height: 8rem;
    padding: 2rem 1rem;
    background-size: contain;
  }
}

@media (max-width: 890px) {
  .formularioWrap {
    flex-direction: column !important;
  }
  .noOfertas .formularioWrap .texto {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .cuerpoHome {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
  .enlacesPortalEmpleo {
    flex-direction: row;
    align-self: self-start;
    position: initial;
    margin-top: 0.5rem;
  }
  .menuHorizontal .cabeceraNoHome img {
    width: 12rem;
  }
  .footerWrap .f1 {
    grid-template-columns: repeat(1, 100%);
    justify-content: center;
  }

  .footerWrap .f1 .mensaje {
    justify-content: center;
    align-items: center;
  }

  .footerWrap .f2 {
    flex-direction: column;
    align-items: center;
  }
  .menuHorizontal .cabeceraNoHome .iniciales {
    width: fit-content;
  }
  .menuHorizontal .cabeceraNoHome a img {
    width: 10rem !important;
  }
}

@media (max-width: 575px) {
  .noOfertas .formularioContacto .dato {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .noOfertas .formularioWrap {
    max-width: 98%;
    margin: 0 auto;
  }
  .noOfertas .formularioContacto {
    max-width: 100%;
    width: 100%;
    padding: initial;
    align-items: center;
  }
  .noOfertas .formularioContacto input[type="text"],
  .noOfertas .formularioContacto input[type="email"],
  .noOfertas .formularioContacto textarea {
    width: 60%;
  }
}

@media (max-width: 540px) {
  .cuadroBuscar .buscador {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: initial;
    padding-left: 1rem;
    width: 90%;
  }
  .cuadroBuscar {
    padding: 1rem 0rem;
    align-items: flex-start;
  }
  .cuadroBuscar h2 {
    padding: 0rem 1rem;
  }

  .bannerNoOfertas .infoExtra {
    font-size: 20px;
  }
}

@media (max-width: 525px) {
  .cabecera {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .menuHorizontal {
    padding: 0.5rem;
  }
}

@media (max-width: 425px) {
  .cabecera {
    height: 12rem;
  }
  .cabecera img {
    width: 12rem;
  }
  .bannerNoOfertas .banners {
    grid-template-columns: repeat(1, 100%);
  }

  .menuHorizontal .cabeceraNoHome .iniciales.dos {
    flex-direction: column;
  }
  .cabecera .enlaces {
    flex-direction: column;
  }
  .cabecera .verOpcionesLogin.open {
    top: 13rem;
  }
  .listadoNotificaciones {
    top: 4rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

@media (max-width: 375px) {
  .menu .topCabecera {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .cabecera .verOpcionesLogin.open {
    right: initial;
    padding: 0.5rem;
  }
  .listadoNotificaciones {
    right: initial;
  }
  .menuHorizontal .cabeceraNoHome {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 0.7rem;
  }

  .menuHorizontal .cabeceraNoHome .iniciales,
  .menuHorizontal .cabeceraNoHome a,
  .menuHorizontal .cabeceraNoHome .enlaces {
    width: fit-content;
    margin: 0 auto;
  }

  .menuHorizontal .cabeceraNoHome .iniciales {
    justify-content: center;
  }
  .menuHorizontal .menuBarraHorizontal,
  .menuHorizontal .menuBarraHorizontal.open {
    top: 8.3rem;
  }

  .bannerNoOfertas .barraColor {
    width: 3em;
  }
}

@media (max-width: 365px) {
  .menuHorizontal {
    padding: 0.5rem;
  }
}

@media (max-width: 330px) {
  .menu .topCabecera {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.7rem;
  }
  .cabecera {
    height: 6.5rem;
  }
  .menuHorizontal .cabeceraNoHome {
    flex-direction: column;
    align-items: center;
  }
  .menuHorizontal .cabeceraNoHome .iniciales {
    justify-content: center;
  }
  .menuHorizontal .menuBarraHorizontal,
  .menuHorizontal .menuBarraHorizontal.open {
    padding: 0rem;
    top: 7.5rem;
  }
}
