/*
* **********************************
* ################################## ESTILOS DE EXIBITION
* **********************************
*/

/*
========================
======================== PROGRAM
========================
*/

.program {
  margin-top: 5rem;
}

.program .container {
  background-color: #fee691;
  display: flex;
}

@media (max-width: 991px) {
  .program .container {
    flex-direction: column;
  }
}

.program-content {
  flex: 1;
  padding: 3rem;
}

.program-content .htmlchars h2 {
  font-size: 2.2rem !important;
  font-weight: 700;
  margin-bottom: 2.6rem;
}

.program-content .htmlchars p {
  color: #333333 !important;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.6rem;
}

.program-image {
  width: 40%;
}

@media (max-width: 991px) {
  .program-image {
    width: 100%;
  }
}

.program-image img {
  width: 100%;
  object-fit: cover;
}

/*
========================
======================== METHODOLOGY
========================
*/

.regulation {
  margin-top: 5rem;
}

.regulation h2 {
  width: 100%;
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 3rem;
}

.regulation .htmlchars {
  font-size: 1.6rem !important;
  line-height: 1.8rem;
}

.regulation .htmlchars p {
  color: #333333 !important;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.6rem;
}

.regulation-button {
  text-align: right;
}

.regulation-button .btn {
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 10px 16px !important;
  font-size: 1.8rem !important;
  color: #fff;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
  display: inline-block;
}

.regulation-button .btn:hover {
  background-color: #2e6da4;
}

/*
========================
======================== METHODOLOGY
========================
*/

.methodology {
  margin-top: 5rem;
}

.methodology .container {
  border-top: 1px solid #cccccc;
  padding-top: 5rem;
}

.methodology h2 {
  width: 100%;
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 3rem;
}

.methodology-image {
  max-width: 75rem;
  margin: 0 auto;
}

.methodology-image img {
  object-fit: cover;
}

.methodology-all {
  max-width: 75rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.methodology-all .item:not(:last-child) {
  margin-bottom: 1rem;
}

.methodology-all .item .titles {
  background-color: #f2f2f2 !important;
  transition: 0.3s;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 8px 10px;
  border-radius: 2px;
  transition: 0.4s;
  cursor: pointer;
}

.methodology-all .item:hover .titles {
  transition: 0.4s;
  border-color: #004587;
}

.methodology-all .item .titles h3 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}

.methodology-all .item .content {
  display: none;
  padding: 2rem 2rem 0 2rem;
  color: rgba(0, 0, 0, 0.75);
}

.methodology-all .item .content .htmlchars {
  text-align: left;
  font-size: 1.6rem !important;
}
