/* Estilos para ambos elementos, se ocultan por defecto */
#oficialPrincipalDesktop,
#oficialPrincipalDesktop_top,
#oficialPrincipalDesktop_unidades,
#oficialPrincipalDesktop_logo_redes,
#oficialPrincipalMobile,
#oficialPrincipalMobile_unidades,
#oficialPrincipalMobile_logo {
  display: none;
}

.azul {
  /* padding: 1.5rem 0rem; */
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}

.dropdown-2,
.no-dropdown-2 {
  background-color: #16325c;
  padding: 0.5rem 0;
  border-bottom: 0.5px solid #eeeeee;
}

.elemento-mobile-slide {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  text-align: start;
}

.elemento-mobile-noslide {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: start;
}

.azul-title {
  display: flex;
  align-items: center;

  gap: 11px;
}

.azul-title img {
  height: 100%;
}

/* prueba slide  */
.title-slide {
  display: flex;
  align-items: center;

  gap: 11px;
}

.title-slide img {
  height: 100%;
}

/* prueba slide  */

.azul-title,
.gris-title {
  padding: 1rem;
}

.dropdown-toggle-2,
.no-dropdown-2 a,
.no-dropdown-2 button {
  padding: 0 1rem;
  color: white !important;
}

.dropdown-idioma {
  background-color: #ccc;
  padding: 0.5rem 0;
  border: 0.5px solid #eeeeee;
}

.dropdown-toggle-idioma {
  padding: 0 1rem;
}

.dropdown-container-idioma {
  display: flex;
  justify-content: space-evenly;
}

/* .resources {
  /* display: flex;
    flex-wrap: wrap; */

  /* padding-bottom: 1rem;
} */

.resources-item {
  border-bottom: 0.5px solid #16325c;
}

/* oficial-principal2.php css */
.offcanvas-menu-principal {
  width: 300px;
}

.offcanvas-body {
  background-color: #eeeeee;
}

.btn-vacio {
  background: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.btn-vacio-UA {
  background: none;
  border: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  color: black;
}

.btn-vacio-UA i {
  font-size: 1rem;
  margin: 4px 4px 4px 8px;
}

.btn-vacio-principal {
  background: none;
  border: none;
  color: white;

  padding: 0.5rem 1rem;
}

/* slide.php css */
.title-slide {
  padding: 1rem 1.5rem;
}

.container-button-slide {
  background: #16325c;
  padding: 0.5rem 1.5rem;
}

.container-button-slide button {
  color: #fff;
}

.button-menu-slide {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
}

.button-flechita-mobile-slide {
  /* background: #522d80; */
  position: relative;
  margin-right: 10px;
}

.button-flechita-slide {
  width: 34px;
  height: 34px;
  /* background: #522d80; */
  position: relative;
  margin-right: 10px;
}

.button-flechita-slide svg {
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-flechita-slide path {
  fill: #fff;
}

.flechita-mobible-slide {
  height: auto;
  width: auto;
}

.flechita-mobible-slide svg {
  transform: translate(-50%, -50%) rotate(180deg);
}

.item-slide {
  color: black;
  border: none;
  padding-bottom: 1rem;
}

.item-slide :hover {
  color: #16325c;
}

.container-item-slide {
  /* padding-left: 0; */
  padding: 0.5rem 1.5rem;
  border-bottom: 0.5px solid #16325c;

  background: #eee;
}

/* .item-span-slide {
    border-bottom: 3px solid #16325c;
} */

.subitem-ul-slide {
  list-style: none;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0;
}

.subitem-ul-slide li {
  margin-left: 20px;
}

.subitem-li-slide:hover {
  color: #616161;
  text-decoration: none;
  /* background-color: #f5f5f5; */
}

.subitem-li-slide a:hover {
  color: #16325c;
}

.subitem-li-slide a {
  font-size: 0.85rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;

  color: black;
}

.item-without-slide {
  padding: 0.5rem 1.5rem;
}

.tiene-sub-slide {
  border-bottom: none;
  /* border-left: 4px solid #16325c;
  padding-left: 8px; */
  font-size: 1.1rem;
}

.tieneSubItem-Desktop p, .subitem-li-slide p {
  margin-bottom: 0;
}

.tieneSubItem-Desktop p a:hover {
  color: #16325c;
}

.element-title a:hover {
  color: #16325c;
}