body {
  margin: 0;
  /* font-family: Monserrat, Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" */
  font-family: 'Montserrat',sans-serif;
}
h4{
  font-family: 'Montserrat',sans-serif;
}
img.cover_image{
  border: 1px solid #555;
}

/*
.homepage_image {
  width: 100vw;
  height: 20vh;
  min-height: 0vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
  */



.homepage_image {
  max-width: 100%;
  width: auto;
  height: auto;
  background-size: contain !important;
  background-repeat: no-repeat;
  
}

/*
@media screen and (min-width: 700px) {
  .homepage_image {
    background-size: cover; /* Only apply cover for larger screens
  }
}
*/

.footer-column-gris a{
  background-color: #333333;
  border-bottom: none;
}
.footer-usm {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: space-around;
  padding-top: 21px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: #005E90;
  flex-wrap: wrap;
  color: white;
  margin: 0;
}
.column {
    flex: 1;
    margin: 0 20px;
}
.column h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.column ul {
    list-style-type: none;
    padding: 0;
    line-height: 1;

}
/* .column ul li {
    margin-bottom: 5px;
} */
.column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.column ul li a:hover {
    text-decoration: underline;
}
.accreditation {
    text-align: center;
    flex: 1;
    margin: 0 20px;
    width: 150px;
}
.accreditation img {
    max-width: 100%;
    width: 150px;
}
.social-media i {
  width: 25px;
}

.privacy-policy {
    text-align: center;
    margin-top: 20px;
}
.social-media {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.social-media a {
    color: white;
    text-decoration: none;
}
.usm-logo {
    text-align: center;
    margin-top: 20px;
}
.usm-logo img {
    max-width: 150px;
}
.footer-usm-gris {
  background-color: #333333;
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer-container-azul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
} 
.footer-container-gris {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column-gris {
  flex: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-column-gris img {
  max-width: 150px;
  margin-bottom: 10px;
}



@media screen and (min-width: 1316px) {

.footer-column-gris {
  flex: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-column-gris img {
  max-width: 150px;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
.c1{
  margin-left: 0px;
}

.column{
  margin-left: 0px;
  margin-right: 300px;
  padding: 10px;
  white-space: nowrap;

}
.c2{
  margin-right: 0px;
}

.footer-container-gris {
  flex-direction: column;
}
.cruv{
  width: 200px;
}
}

/* HEADER   */
.header {
  background-color: #f8f9fa;
  /*background-color: #005E90;*/
  
  padding-top: 0px;
}

.nav-link {
  color: #207698;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.journal-logo-text {
  /*color: #FFF;*/
  color: #000;
  padding-top: 5px;
  /* font-family: 'Cardo', serif; */
  font-size: 40px;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 991px) {
  #show-modal {
      cursor: pointer;
      color: #207698;;
  }
}

.archive_issue_cover {
  border: 1px solid #555;
}

.site-footer{
  font-family: 'Montserrat';
  color:#fff;
  display: block;
  unicode-bidi: isolate;
}

.site-footer a{
  color:#fff
}