#main {
  margin-bottom: 50px;
}
section {
  padding: 0;
  overflow: unset;
}

.master-informacion-seccion-hero-banner {
  padding-top: 20px;
}

.hero-banner-master-informacion {
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
}

.master-informacion-seccion-texto {
  margin-top: 40px;
}

.accordion {
  background-color: transparent;
  color: #343434 !important;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 1.5rem;
  width: 100%;
  text-align: left;
  border: 1px solid black;
  border-bottom: 0.5px solid black;
  border-radius: 10px;
  transition: 0.4s;
  position: relative;
  margin-bottom: 0.5rem;
}
.accordion:hover {
  color: #c69a20 !important;
  border-color: #c69a20 !important;
}
.accordion-final {
  /*border-bottom: 1px solid black;*/
  border-radius: 10px;
}
.active {
  background-color: none;
  color: #c69a20 !important;
  border-color: #c69a20 !important;
  font-family: Gill-Sans-Bold !important;
}
h3 {
  font-size: 15px;
}
.panel p {
  margin-bottom: 30px;
}

.panel {
  padding: 0 18px;
  background-color: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #313945;
  border-bottom: 1px solid #313945;
  position: absolute;
  right: 10px;
  content: ' ';
  top: 16px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.accordion:hover:after {
  border-color: #c69a20;
  transform: rotate(-45deg);
}

.accordion.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  border-color: #c69a20;
  top: 15px;
}
.accordion:focus:after {
  border-color: #313945;
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  #main {
    margin-bottom: 150px;
  }
  .master-informacion-seccion-hero-banner {
    padding-top: 40px;
  }
  .master-informacion-seccion-texto {
    margin-top: 60px;
  }
  h3 {
    font-size: 20px;
  }
}
