.general-container .page-header {
  background: #3451A3 url('../../assets/img/backgrounds/footer_background.png') no-repeat center;
  background-size: cover;
  border-width: 1px 1px 0px 1px; 
  border-style: solid; 
  border-color: #3451A3 #3451A3 #FFF #3451A3;    
}

.page-header .header-logo-slogan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}

/*.page-header .header-logo-slogan .header-logo -No es necesario darle estilo*/

.page-header .header-logo-slogan .header-slogan {
  background: #87BBD7; 
  padding: 7px 45px 7px 45px;
  color: #3451A3;
  font-weight: 700;
  border-radius: 50px;
}

.page-header .header-section-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 20px;
}

.header-section-button .section-button {
  width: 150px;
  background-color: transparent;
  padding: 10px 30px 10px 30px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50px;
  margin-bottom: 20px;
}

.page-header .header-section-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.header-section-menu .section-menu {
  width: 150px;
  background-color: transparent;
  padding: 10px 30px 10px 30px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.log-out {
  width: 50px;
  text-decoration: none;
  background-color: transparent;
  padding: 10px 30px 10px 30px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50px;
  margin-left: auto; 
  margin-right: 20px;
  margin-bottom: 5px;
}

.log-out .icon {
  display: flex;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  .page-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .page-header .header-logo-slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header-logo-slogan .header-slogan {
    padding: 7px 35px 7px 35px;
  }
}

@media (max-width: 576px) { 
  .page-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .page-header .header-section-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .log-out {
    width: 150px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
}