html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: sans-serif;
  font-size: 11px;
  color: #808080;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  /* max-width: 1440px; */
  /* max-height: 800px; */
}
/* .content-area {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin-top: 180px;
} */
.main-content {
  /* position: absolute; */
  height: 100%;
  width: 100%;
  /* top: 50%;
  max-width: 1440px;
  left: 50%;
  margin-top: -300px;
  margin-left: -500px; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: 127px;
  background-color: #e8e8e8;
  width: 100%;
}
.footer,
.menu {
  height: 53px;
  background-color: #393536;
  color: white;
  z-index: 100;
  position: absolute;
  width: 100%;
}
.menu {
  top: 127px;
}
.footer {
  bottom: 0px;
  opacity: 0.7;
}
#home-content {
  margin-top: 127px;
  height: 100%;
}
#home-content .menu {
  background-color: #1c1d1e;
}
.menu a {
  text-decoration: none;
  color: white;
}
#home-content .footer,
#home-content .menu {
  background-color: #1c1d1e;
}
#home-footer,
#home-menu {
  /* position: relative; */
  opacity: 0.25;
  /* top: 127px; */
  /* width: 100%; */
}
.footer a {
  text-decoration: none;
  color: white;
}
.header a {
  text-decoration: none;
  color: #393536;
}
.footer a:hover,
.header a:hover,
.menu a:hover {
  color: #af0917;
}
.logo {
  padding: 30px;
}
.header ul,
.footer ul,
.menu ul {
  position: relative;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: right;
  height: 53px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
.header li,
.footer li,
.menu li {
  float: left;
  font-size: 16px;
}
.separator {
  padding: 18px 0;
}
.highlithed {
  background: none repeat scroll 0 0 #af0917;
  color: white !important;
}
.highlithed span {
  color: white !important;
}
.choose {
  color: #af0917;
}
.subMenu {
  padding: 19px 8px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
img {
  float: left;
  border: 0px;
}
.middle-content {
  height: 615px;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.left-column {
  width: 40%;
  float: left;
  height: 100%;
  overflow-y: scroll;
}
.left-column p {
  margin-bottom: 0;
  margin-top: 0;
}
.left-column li:first-child {
  margin-top: 0;
}
.left-column li {
  margin-top: 15px;
}
.content-left-column {
  height: 80%;
  padding: 34px 15px 10px 38px;
}

h2 {
  font-size: 14px;
  color: #393536;
  text-transform: lowercase;
  font-weight: normal;
  margin: 0 13px 15px 0;
}

.content-left-column p {
  font-size: 12px;
}
.scroll_content {
  height: 100%;
}
.right-column {
  /* float: left; */
  position: relative;
  right: 0px;
  width: 75%;
  height: 100%;
  overflow: hidden;
}
.hide {
  display: none;
}

.notVisible {
  visibility: hidden;
}
img.fade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  float: none;
  object-fit: cover;
  object-position: center;
}
img.fondo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.estudio_titulo {
  font-size: 14px !important;
  color: #393536;
  margin-bottom: 5px !important;
}
.estudio_titulo.ofrecemos {
  margin-top: 25px;
}
.estudio_texto {
  font-size: 13px !important;
  line-height: 17px;
  padding: 0 18px 0 0;
  color: #808080;
  letter-spacing: -0.2pt;
}
.volver {
  padding: 20px 30px;
}
.bold {
  font-weight: bold;
}
.description {
  font-size: 11px;
  margin-top: 5px;
}

.item-div {
  font-size: 12px;
  margin-right: 2px;
  color: #393536;
}
.items-group tr {
  height: 30px;
}
.clientes-name .item-div {
  text-transform: none;
}
.clientes-name .description {
  margin-top: 2px;
}
.left-column .clientes-name li {
  margin-top: 10px;
}

@media only screen and (max-width: 700px) {
  body {
    overflow: hidden;
  }

  .logo {
    width: 80%;
    padding: 5%;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #home-content .separator {
    rotate: 90deg;
    padding: 0 8px;
  }
  #home-content .menu ul {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home-content .menu li {
    font-size: 4vw;
    margin: 1vh;
    width: max-content;
  }
  #home-content .menu {
    height: 100%;
    padding: 2vh 0;
  }
  .menu li,
  .footer li {
    font-size: 2.5vw;
    margin: 0 1.5vh;
  }
  .subMenu {
    padding-left: 0;
    padding-right: 0;
  }
  .menu .separator,
  .footer .separator {
    margin: 0;
  }
  .footer .subMenu {
    padding: 0px 1vw;
  }
  .middle-content {
    flex-direction: column;
  }
  .left-column {
    width: 100%;
    height: auto;
    max-height: 50%;
    overflow-y: scroll;
    margin-bottom: 2vh;
  }
  .right-column {
    width: 100%;
    max-height: 50%;
  }
  /* .left-column,
  .right-column {
    width: 100%;
    height: auto;
  }
  .left-column {
    order: 2;
  }
  .right-column {
    order: 1;
  }
  .content-left-column {
    height: auto;
    padding: 20px 15px 10px 15px;
  }
  .left-column p,
  .content-left-column h2 {
    text-align: center;
  }
  .content-left-column h2 {
    margin: 0;
  } */
}
