:root {
  --primary-color: #0d6fb8;
  --secondary-color: #f68b1f;
  --alternate-color: #003053;
  --dark-color: #000000;
  --grey-color: #505050;
  --light-color: #FFFFFF;
  --custom-a: #f0f0f0;
  --custom-b: #5a5a5a;
  --custom-c: #0275d8;
}
footer .section-activadores {
  padding-top: 20px;
}

footer .section-activadores .nav-container .item{
  flex: 0 1 calc(100% / 3);
}

footer .section-activadores .nav-container .item .item-text{
  color: var(--alternate-color);
  font-weight: 500;
}

footer .section-menus{
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: rgba(13, 110, 184, 1);
}

footer .section-menus .footer-menu-column {
  flex: 0 1 calc(100% / 4);
  padding: 0 1rem;
}

footer .section-menus .footer-title {
  margin-bottom: 20px;
  position: relative;
}

footer .section-menus .footer-title span,
footer .section-menus .menu__wrapper a {
  color: var(--light-color);
  text-decoration: none;
}

footer .section-social-network {
  padding-top: 20px;
  padding-bottom: 20px; 
  background-color: rgba(240, 240, 240, 1);
}

footer .section-social-network .footer-social-network-title {
  max-width: 385px;
  flex: 0 0 385px;
}

footer .section-social-network .footer-social-network-title h6.h1 {
    color: var(--primary-color);
}

footer .section-social-network .footer-social-follow-icon {
  flex: 0 1 calc(100% - 385px);
}

footer .section-social-network .footer-social-follow-icon .social__network {
 align-items: center;
 height: 100%;
}

footer .section-polities {
  padding-top: 20px;
}

footer .section-polities ul.menu__wrapper .menu__item .menu__link {
  color: var(--primary-color) !important;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 700;
  text-transform: initial;
}

footer .section-logos-copyright {
  display: flex;
  padding: 12px 0;
}

.footer-copyright-column{
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-copyright-column:first-child {
  flex: 0 0 490px;
}

.footer-copyright-column .simple--icons--inner  {
  height: 100%;
  align-items: center;
}

footer .section-logos-copyright p{
  margin-bottom: 0;
}

footer .section-polities .menu__wrapper .menu__item {
  position: relative;
  padding: 0 5px;
  flex-grow: 1;
  text-align: center;
}

footer .section-polities .simple-menu li.menu__item.has-separator:after{
  border-right: 1px solid rgba(13,110,184,.2);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px){
  footer.footer{
    display: flex;
    flex-direction: column;
  }
  footer .section-menus .d--flex,
  footer .section-social-network .d--flex,
  footer .section-logos-copyright .d--flex,
  footer .section-polities .menu__wrapper{
    flex-wrap: wrap;
  }
  .dicon{
    display: flex !important;
  }

  footer .section-activadores .nav-container .item {
    flex: 1 1 calc(100% / 3);
  }

  footer .section-menus .footer-title {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  footer .section-menus .footer-menu-column {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  footer .section-logos-copyright .content-wrapper > .d--flex{
    flex-direction: column-reverse;
  }
  
  footer .section-menus .footer-menu-column,
  .footer-copyright-column:first-child {
    flex: 0 0 100%;
    margin-bottom: 0px;
  }

  .footer-copyright-column:first-child {
    margin-top: 20px;
  }

  footer .section-menus .footer-title :before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath d='m6.455 7.783-6.23-6.06a.73.73 0 0 1 0-1.054L.683.223a.782.782 0 0 1 1.083 0l5.23 5.089 5.24-5.094a.772.772 0 0 1 .54-.218.77.77 0 0 1 .543.218l.459.446a.73.73 0 0 1 0 1.053L7.542 7.783A.772.772 0 0 1 6.999 8a.772.772 0 0 1-.544-.217z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }

  footer .section-social-network .footer-social-network-title h6.h1 {
    text-align: center;
  }

  footer .section-social-network .footer-social-network-title,
  footer .section-social-network .footer-social-follow-icon {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .section-polities {
    order: 2;  
  }

  footer .section-polities .menu__wrapper .menu__item a.menu__link{
    font-size: 12px;
  }

  footer .section-polities .menu__wrapper .menu__item {
    flex: 0 0 50%;
    padding: 0 5px;
  }

  footer .section-polities .menu__wrapper .menu__item.has-separator:nth-child(even):after{
    display: none;
  }
}

@media only screen and (max-width: 1140px) {
  footer .section-activadores .nav-container .item {
    flex: 1 0 calc(100% / 3);
  }
  footer .section-activadores .menu-repeater .items {
    flex-wrap: wrap;
  }

  .footer-copyright-column:first-child{
    flex: 0 0 50%;
  }
}
@font-face {
  font-display: swap;
  font-family: Work Sans;
  font-weight: 400;
  src: url(https://www.unitec.mx/hubfs/01.UNITEC/assets/fonts/WorkSans-Regular.ttf)
}
@font-face {
  font-display: swap;
  font-family: Work Sans;
  font-weight: 500;
  src: url(https://www.unitec.mx/hubfs/01.UNITEC/assets/fonts/WorkSans-Medium.ttf)
}
@font-face {
  font-display: swap;
  font-family: Work Sans;
  font-weight: 700;
  src: url(https://www.unitec.mx/hubfs/01.UNITEC/assets/fonts/WorkSans-Bold.ttf)
}
:root {
  --primary-font: "Work Sans",sans-serif;
  --secondary-font: "Work Sans",sans-serif;
  --alternate-font: "Work Sans",sans-serif;
}