﻿header {
  z-index: 202;
}
.backSearch {
  position: absolute;
  background: rgb(41, 47, 69);
  height: 60px;
  width: 0;
  overflow: hidden;
  transition-duration: 0.4s;
}
.navigation .backSearch {
  right: calc(50% - 600px);
  z-index: 100;
  top: calc(50% - 30px);
}
.navigation > .container {
  background-color: #fff0;
  border: none;
  max-width: none;
}
.busquedaB {
  width: 90%;
  height: 40px;
  background: #fff;
  margin: 10px auto;
  overflow: hidden;
  border-radius: 5px;
}
.search-icon,
.close-search-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  float: left;
  transition-duration: 0.4s;
  cursor: pointer;
}
.search-icon:hover,
.close-search-icon:hover {
  background-color: #2f373d;
}
.search-icon:hover .buscar-icon,
.close-search-icon:hover .cerrar-icon {
  stroke: #fff;
}
.close-search-icon {
  float: right;
}
.buscar-icon,
.cerrar-icon {
  display: block;
  height: 100%;
  stroke: rgb(41, 47, 69);
  transition-duration: 0.4s;
}
.buscar-icon:hover,
.cerrar-icon:hover {
  stroke: #fff;
}
.busquedaInput,
.busquedaB input[type="text"] {
  width: calc(100% - 80px);
  float: left;
  font-size: 16px;
  font-family: "Roboto";
  height: 36px;
  margin-top: 2px;
  border: none;
}
.busquedaInput:focus-visible {
  outline: none;
}
.barra-fija {
  position: fixed;
  top: 0;
}
.busqueda_abierta {
  width: calc(100% - 280px);
}
#btn-search {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.search-out {
  display: none;
}
.navigation .menu-item > .sub-menu {
  transition-duration: 0.4s;
}
.search-out {
  display: none;
}
.top-header .container,
footer.footer .container {
  background-color: #fff0;
  border: none;
}
.ms-selectitem-icon,
.ms-ellipsis-icon-tile {
  width: 271px;
  height: 268px;
  max-width: none;
}
@media only screen and (max-width: 1300px) {
  .uwy.umb.userway_p1 {
    display: none;
  }
  .navigation .backSearch {
    right: 70px;
  }
}
.sOpen {
  top: 147px !important;
}
@media only screen and (max-width: 1024px) {
  .navigation .menu-item .menu-item a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .navigation .backSearch {
    display: none !important;
  }
  .search-out.search-busqueda {
    top: 97px;
    width: 100%;
    z-index: 21;
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .search-out.search-busqueda {
    top: 117px;
  }
  .sOpen {
    top: 166px !important;
  }
}
.s4-pr.s4-notdlg {
  float: right;
}
.mMenu_cont {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.mMenu_cont > li.static.dynamic-children.selected > ul.dynamic {
  list-style: none;
  padding: 1px;
  height: 57px;
  position: static;
  border: none;
  font-weight: 300;
  background: #fff0;
  box-shadow: none;
  display: block;
}
.s4-pr.s4-notdlg a,
.s4-pr.s4-notdlg {
  color: #fff;
}
.cont-PM .fa,
.cont-SM .fa,
.submenu-PM,
.submenu-SM {
  display: none;
}
.link-PN {
  float: left;
  font-size: 14px;
  transition-duration: 0.4s;
  position: relative;
  margin: 0;
}
.link-PN a {
  text-decoration: none;
  transition-duration: 0.4s;
}
.link_primer_n {
  padding: 20px 14px;
  display: block;
  border-bottom: 1px solid rgb(41, 47, 69);
}
.submenu-PM {
  width: 325px;
  position: absolute;
  top: 61px;
  overflow: hidden;
  left: 0;
  padding: 0;
  background-color: #4c5b65;
  transition-duration: 0.4s;
}
.submenu-PM > li.dynamic.dynamic-children,
.cont-SM {
  width: 100%;
  position: relative;
}
.cont-SM {
  overflow: auto;
}
.link_second_n {
  display: block;
  padding: 20px;
  transition-duration: 0.4s;
  border-bottom: 1px solid #424e56;
}
.submenu-SM {
  position: absolute;
  padding: 0 1px;
  background-color: #424e56;
  width: 325px;
  top: 0;
  list-style: none;
  left: 100%;
}
.submenu-SM li.dynamic {
  width: 100%;
}
.link_tercer_n {
  width: 100%;
  padding: 20px;
  display: block;
}
@media only screen and (min-width: 1300px) {
  .link_primer_n:hover,
  .link-PN:hover .link_primer_n,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  button:hover {
    background-color: #2f373d;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .cont-PM:hover + .submenu-PM,
  .cont-SM:hover + .submenu-SM {
    display: block;
  }
  .submenu-PM:hover {
    display: block;
  }
  .submenu-PM:hover + .cont-SM .link_primer_n {
    background-color: #4c5b65;
  }
  .link_second_n:hover {
    background-color: #2f373d;
  }
  .link_tercer_n:hover {
    background-color: #000;
  }
}
@media only screen and (max-width: 1300px) {
  #mainmenu {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #2f373d;
    height: calc(100vh - 96px);
    overflow: auto;
    display: none;
  }
  #mainmenu.menu-visible {
    display: block;
  }
  .cont-PM {
    overflow: hidden;
  }
  .link-PN {
    width: 100%;
    border-bottom: 1px solid #394b57;
  }
  .link_primer_n {
    width: calc(100% - 60px);
    float: left;
    border: none;
  }
  .cont-PM .fa.arrow-PM {
    display: block;
    position: static !important;
    float: left;
    color: #fff !important;
    width: 59px !important;
    height: 59px;
  }
  .cont-PM .fa.arrow-PM:hover {
    background-color: #161f25 !important;
  }
  .submenu-PM.sub-visible {
    display: block;
    position: static;
    width: 100%;
  }
  .arrow-PM.sub-visible {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 329px) {
  #mainmenu {
    position: absolute;
    top: 60px;
    height: calc(100vh - 116px);
  }
}
@media only screen and (max-width: 305px) {
  .search-out.search-busqueda {
    top: 137px;
  }
}
@media (min-width: 701px) and (max-width: 749px) {
  .search-out.search-busqueda {
    top: 117px;
  }
}
@media (min-width: 521px) and (max-width: 683px) {
  .search-out.search-busqueda {
    top: 117px;
  }
}
@media (min-width: 397px) and (max-width: 520px) {
  .search-out.search-busqueda {
    top: 117px;
  }
}
@media (min-width: 250px) and (max-width: 396px) {
  .search-out.search-busqueda {
    top: 137px;
  }
}
.footer {
  background-color: rgb(41, 47, 69) !important;
}

#panel-menu {
  padding-top: 80px !important;
}
@media only screen and (max-width: 1300px) {
  #panel-menu {
    padding-top: 0px !important;
  }
}
