.customPageCenteredContent {
  width: 90% !important;
  overflow: visible;
}

.columnDiv {
  display: inline-block;
  width: 20%;
  float: left;
  color: #5a5a5a;
  height: 100%;
  margin-right: 20px;
  margin-top: 50px;
}
.mainColumn {
  width: calc(80% - 20px);
  float: left;
}
.menuTitle {
  height: 40px;
  text-align: left;
  font-weight: 600;
  font-size: 27px;
  line-height: 31px;
  border-bottom: 1px solid #46a9d5;
}
.menuContainer {
  margin-top: 10px;
  max-height: calc(100% - 40px);
  overflow: auto;
}
.menu {
  display: block;
  min-height: 30px;
  line-height: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  padding-right: 20px;
}

.mainColumn {
  width: calc(75% - 20px);
  float: right;
  margin-top: 50px;
}
.searchDiv {
  width: 100%;
  height: 50px;
  float: left;
  display: flex;
  margin-bottom: 45px;
}
#search {
  width: calc(80% - 20px);
  padding-left: 20px;
  border: 1px solid #d9d9d9;
}
.searchButton {
  width: 20%;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #46a9d5;
  line-height: 50px;
  border: 1px solid #46a9d5;
  position: relative;
}
.mainDiv {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.selected {
  display: block;
}

/* Acceso */

.mainTitle {
  font-size: 28px;
  font-weight: 800;
  color: #5a5a5a;
}
.firstInfoContainer {
  width: 65%;
  float: left;
}
.secondInfoContainer {
  width: 35%;
  float: right;
}
.secondInfoContainer .info {
  text-align: right;
}
.info {
  margin: 15px auto;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #5a5a5a;
}
.imagesContainer {
  float: left;
  width: 100%;
  display: flex;
  color: #5a5a5a;
}
.secondInfoContainer .imagesContainer {
  justify-content: flex-end;
}
.helpButton {
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  width: 20%;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}
.helpButtonLeft {
  width: 99px;
}
.helpButtonRight {
  width: 103px;
}
.helpImage {
  height: 48px;
}
.helpText {
  width: 85%;
  text-align: center;
  font-size: 12px;
}
.subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #5a5a5a;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
}
.listContainer {
  float: left;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #5a5a5a;
  margin-bottom: 30px;
}
.contactSupportContainer {
  float: left;
  width: 100%;
}
.contactSupport {
  width: 500px;
  border: 1px solid #d9d9d9;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #5a5a5a;
  padding-left: 30px;
  margin-bottom: 50px;
}
.contactSupportAnswer {
  color: black;
}
@media screen and (max-width: 768px) {
  .customPageCenteredContent {
    width: 100% !important;
  }
  .columnDiv {
    width: 100%;
    margin-right: 0px;
  }
  .mainColumn {
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  #search {
    padding-left: 10px;
    font-size: 10px;
  }
  .searchButton {
    font-size: 14px;
  }

  /* Acceso */

  .mainTitle {
    font-size: 18px;
    text-align: center;
  }
  .firstInfoContainer {
    width: 100%;
    float: left;
  }
  .info {
    width: 80%;
    text-align: center;
    font-weight: 400;
  }
  .imagesContainer {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .searchDiv {
    display: none;
  }
  .helpButtonLeft {
    width: 32%;
    min-height: 100px;
  }
  .helpButton {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .secondInfoContainer {
    width: 100%;
    float: left;
  }
  .secondInfoContainer .info {
    text-align: center;
  }
  .secondInfoContainer .imagesContainer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .helpButtonRight {
    width: 32%;
    min-height: 100px;
  }
  .subtitle {
    font-weight: 800;
    font-size: 18px;
    text-align: center;
  }
  .listContainer ul {
    padding-left: 0px !important;
  }
  .listContainer ul li {
    text-align: center;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 15px;
    padding: 5px 2px;
    border: 1px solid #d9d9d9;
  }
  .contactSupport {
    width: calc(100% - 2px);
    text-align: center;
    padding-left: 0px;
    font-size: 14px;
  }
  .contactSupport p {
    margin-bottom: 0px;
  }
  .contactSupportAnswer {
    width: 70%;
    margin: auto;
    margin-bottom: 15px !important;
  }
}
