.container1{
  margin-left: auto; 
  margin-right: auto; 
  max-width: 1400px;
  margin-bottom: 50px;
}

header.container{
  padding: 0px !important;
  
}
footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

}
article img{
  width: 100%;
}

nav{
  height: 50px;
  padding: 13px;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

nav a{
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #930F00;
  margin-right: 15px;
}

.title-header{
  max-width: 260px;
  margin-top: 12px !important;
 
  flex: 0 0 50%;
  }

.title-article{
  display: none;
}

.left-profile-external{
  background-color: #fff;
  border-bottom: 1px solid #cfd3d9;
  min-height: 85px;
}

.left-profile-external img {
  padding: 4px;
  width: 100%;
}

.logo-left img {
  max-width: 153px;
  float: left;
  margin-top: 12px;
  margin-left: 10px;
}

.logo-right img {
  max-width: 260px;
  float: right;
  margin-right: 10px;
}

.title-header{
  text-align: center;
  margin: auto;
  left: 0px;
  right: 0px;
  position: absolute;
}

.panels{
  text-align: center;
  font-weight: bold;
}

.panels > div.panel{
  max-width: 205px;
  border-top: 10px solid #1c4189;
  min-height: 100px;
  padding: 15px;
  margin: 10px;
}

.panels a{
  text-decoration: none;
}

div.panel:hover{
  background-color: #1c4189;
  color: #fff;
}

.open{
  text-align: right;
}

.open img{
  width: 24px;
}

#footer-right {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  opacity: 33%;
  float: right;
  padding: 6px;
}

@media only screen and (max-width: 1100px) {
    
  .logo-left img {
    max-width: 110px;    
  }

  .logo-right img {
    max-width: 200px;    
  }

}

@media only screen and (max-width: 700px) {
    
  .title-header{
    display: none;
  }
  .title-article{
    display: inline;

  }

}

@media only screen and (max-width: 523px) {
    
  .panels{
    margin: auto;
    width: 60%;
  }

}