@media only screen and (max-width: 1024px) {
    .Header__menuicon {
        display: none;
    }
}

@media (min-width: 48.1em) {
    .SearchContainer__searchBox {
        margin: 0  !important;
    }
}

.KbCategory__topic a {
  font-weight: 600 !important !important;
}

.KbDetailLtContainer__articleContent a {
  color: #76aafb !important;
}

.commonStyle__zt3Brand {
    color: #76aafb !important;
}

.Link__link2 {
    color: #76aafb;
}

.Header__homeContent{
    min-height: 385px !important;
}

.Header__logo img {
    max-height: 2.6rem !important;
    margin: 14px 0 !important;
}

.Icon__white {
    color: #7c98b6 !important;
}

.SearchContainer__searchBoxIcon {
    top: 0.738rem !important;
}

.AppContainer__keyBoardfocus, [data-focus-addes] {
  outline: solid 2px #76aafb !important;
}

.Input__searchBox:hover, .Input__searchBox:focus {
    box-shadow: none;
    border: 1px solid #76aafb !important;
}

.Icon__brand {
    color: #7c98b6;
}

.commonStyle__zt3BrandBg {
    background-color: #fff !important;
}

.Header__tabsTab {
    line-height: 2.3rem;
    border-bottom: 0.15rem solid transparent  !important;
    font-size: 0.9rem !important;
    max-width: none !important;
}

.LoginDetail__signin {
    font-size: 0.9rem !important;
    max-width: none !important;
    font-size: 0.9rem !important;
    border-bottom: 0.15rem solid transparent !important;
}

.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
        background-color: rgba(0, 0, 0, 0);
        min-height: 220px !important;
}

.AppContainer__breadCrumbsBox {
    display: none;
}

.Input__searchBox {
    width: 100%  !important;
    box-sizing: border-box !important;
    font-size: 1em !important;
    padding: .75em !important;
    border: 0 !important;
    color: #7c98b6 !important;
    transition: color .1s ease-in !important;
    min-height: 48px;
}

.KbCategory__box {
    box-shadow: none !important;
    border: none !important;
}

.KbCategory__topic a {
    font-size: 1.375rem !important;
    font-weight: 500 !important;
    line-height: 1.875rem !important;
}

.MediaObject__mediaFigure {
    display: none;
}

.KbCategory__topicContent {
    color: #516F90 !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    line-height: 1.5rem !important;
}

.Footer__footerBg {
    background: #000000;
    padding: 1.875rem 0;
  display: none
}

.ListHeader__header2 {
  
    color: #33475b !important;
}

#footerContainer {
  	background: #000000;
  	color: #fff;
    border-top: 1px solid #e6e6e6;
}

.Footer__container2 img {
    max-height: 2.4rem !important;
    padding: 0 1.375rem 0 0;
}

.Footer__container2 span {
    padding: 0.675rem 0 0 0  !important;
}

.Footer__container2 {
    text-align: left !important;
    padding: 1.15rem 1.5em !important;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}
/* Otros estilos... */

#footerContainer a {
  color: #fff !important;
  text-decoration: none !important;
}

#footerContainer a:hover,
#footerContainer a:focus {
  color: #ddd !important;
  text-decoration: underline !important;
}
#footerContainer img {
  max-height: 40px !important; /* Ajusta el valor a lo que prefieras */
  height: auto !important;
  width: auto !important;
}
#custom-footer td {
  padding: 30px 40px !important; /* Más espacio alrededor de cada columna */
  vertical-align: top !important;
}

#custom-footer h2 {
  font-size: 1rem !important;   /* Títulos más pequeños */
  margin-bottom: 8px !important;
  color: #fff !important;       /* Asegura texto blanco */
}
#custom-footer .logo-text {
  margin-top: 0px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  font-size: 10px !important;
  color: #fff !important;
}


