.master_footer {
  background: #2e3a47;
}

.master_footer .footer {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.master_footer .subfooter {
  height: 30px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid white;
}

.master_footer .subfooter p,
.master_footer .subfooter a {
  color: white;
  font-size: 12px;
}

.master_footer .subfooter a {
  font-weight: 600;
}

.master_footer .sec_footer {
  width: calc(100% / 5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0px 4rem 0 0;
}

.master_footer .logo_footer.sec_footer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: .8rem;
}

.master_footer .logo_footer.sec_footer img {
  width: 100%;
}

.master_footer .line_right {
  border-right: 1px solid white;
}

.master_footer .sec_footer h2 {
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.master_footer .logo_footer.sec_footer p,
.master_footer .sec_footer ul li .link_footer {
  color: white;
  font-size: 0.8rem;
  font-weight: 400;
}

.master_footer .sec_footer ul {
  list-style-image: url("../assets/imagenes/menu-point-decoration.svg");
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}

.master_footer .botonera-footer-desktop {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.master_footer .botonera-footer-mobile {
  display: none;
}

.noticias_footer.sec_footer a:nth-child(3) h2{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 0.5rem;
}

.noticias_footer.sec_footer a:nth-child(3) h2::before{
  content: "";
  background-image: url(../assets/imagenes/ico-linkedin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline-block;
}

@media only screen and (min-width: 360px) and (max-width: 1024px) {
  .master_footer .botonera-footer-mobile {
    display: block;
  }

  .master_footer .footer {
    flex-direction: column;
  }

  .master_footer .sec_footer {
    width: 100%;
  }

  .master_footer .logo_footer.sec_footer {
    width: 75%;
    margin: 0rem auto 2rem;
  }

  .master_footer .botonera-footer-desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: none;
  }

  .botonera-footer-mobile .navbar-nav .dropdown-menu {
    position: static !important;
    transform: translate3d(0px, 0px, 0px) !important;
    background: #2e3a47;
    border: none;
  }

  .botonera-footer-mobile.dropdown-menu.show li {
    margin-bottom: 1rem;
  }

  .botonera-footer-mobile .dropdown-menu {
    list-style-image: url(../assets/imagenes/menu-point-decoration.svg);
    margin: 1rem 0 0 2rem !important;
  }

  .botonera-footer-mobile .dropdown-menu li {
    margin-bottom: 1rem;
  }

  .botonera-footer-mobile .navbar-nav .nav-item .nav-link {
    color: white;
    border-bottom: 1px solid #8ac5e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0.2rem;
  }

  .botonera-footer-mobile .navbar-nav .nav-item {
    margin-bottom: 1rem;
  }

  .botonera-footer-mobile .nav-link.dropdown-toggle::after {
    content: "";
    display: block;
    background-image: url(../assets/imagenes/footer-white-arrow-r.svg);
    height: 15px;
    width: 15px;
    background-size: 8px;
    background-repeat: no-repeat;
    border-radius: 0;
    border: none;
  }

  .botonera-footer-mobile .nav-link.dropdown-toggle.show::after {
    content: "";
    display: block;
    background-image: url(../assets/imagenes/footer-white-arrow-b.svg);
    height: 15px;
    width: 15px;
    background-size: 12px;
    background-repeat: no-repeat;
    border-radius: 0;
    border: none;
  }

  .botonera-footer-mobile .dropdown-menu li a {
    color: white;
  }

  .master_footer .sec_footer a {
    margin: 0 auto;
  }

  .noticias_footer.sec_footer h2:nth-child(1){
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.5rem;
    margin-top: 1.5rem;
  }

  .noticias_footer.sec_footer h2:nth-child(1)::before{
    content: "";
    background-image: url(../assets/imagenes/ico-linkedin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
  }
}
