/* Colors */
/* Afternoon 10:
Verde: #027B63
Amarillo: #F1C435
Naranga: #F2A534
*/
/* Morning 2:
Azul: #9CD5CO
Amarillo: #F2DA5D
Crema: #F3CA99
Naranga: #F29545
Rojo: #F26934
*/

/*Container buttons section chapters*/
.section_container_buttons_chapters {
  display: flex;
  justify-content: left;
  align-items: left;
  flex-wrap: wrap;
  padding: 0px 0px;
  margin: 0px 0px;
}
.section_container_buttons_chapters_box {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-wrap: wrap;
  padding: 0px 0px;
  margin: 0px 0px;
}
/*End container buttons section chapters*/

/*Header: rt5-3: #f2a534*/
.header_css {
  background-color: #f2a534;
  color: #000000;
  min-height: 200px;
}

.header_css img {
  max-width: 400px;
  padding: 15px 20px;
}

.header_css .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*End header*/

/*Container buttons section header*/
.container_buttons_links_header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_header a:hover {
  color: #f2a534;
}
/*End container buttons section header*/

/* section_1 */
.section_1 {
  margin: 0 auto;
  padding: 30px 30px;
  background: #f29545;
}
.section_1 .container {
  max-width: 1320px;
  display: flex;
  background: #f29545;
  flex-direction: row;
}
.section_1 .container .box {
  flex: 1;
  background: #f29545;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_1 .container .box:nth-of-type(1) {
  background: #f2da5d; /* rt5-5: #F2DA5D  */
  flex-grow: 1;
  text-align: left;
}
.section_1 .container .box:nth-of-type(2) {
  background: #f29545;
  flex-grow: 2;
  padding: 15px 20px;
}
.section_1 .container .boxa {
  flex: 1;
  background: #f29545;
  color: black;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
}
.section_1 .container .boxa:nth-of-type(1) {
  background: #f29545; /* rt5-5: #F2DA5D  */
  flex-grow: 2;
  text-align: left;
}
.section_1 .container .boxa:nth-of-type(2) {
  background: #f2da5d;
  flex-grow: 1;
  padding: 15px 20px;
  text-align: left;
}
.section_1 .container .box_two {
  flex: 1;
  background: #f29545;
  color: black;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
}
.section_1 .container .box_two:nth-of-type(1) {
  background: #f2da5d; /* rt5-5: #F2DA5D  */
  flex-grow: 1;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: left;
}
.section_1 .container .box_two:nth-of-type(2) {
  background: #f2da5d;
  flex-grow: 1;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: left;
}
.section_1 .container .box_three {
  flex: 1;
  background: #f29545;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_1 .container .box_three:nth-of-type(1) {
  background: #f29545;
  flex-grow: 1;
  text-align: left;
}
.section_1 .container .box_three:nth-of-type(2) {
  background: #f2da5d;
  flex-grow: 6;
  padding: 15px 20px;
}
.section_1 .container .box_three:nth-of-type(3) {
  background: #f29545;
  flex-grow: 1;
  padding: 15px 20px;
}
/*Container buttons section section_1a*/
.container_buttons_links_section_1a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_1a a:hover {
  color: #f2da5d;
}
/*End container buttons section section_1a*/
/*Container buttons section section_1b*/
.container_buttons_links_section_1b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_1b a:hover {
  color: #f29545;
}
/*End container buttons section section_1b*/
/* btn-section1 */
.btn-section1 {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f29545;
  border: 2px solid #f2da5d;
}
.btn-section1:hover {
  color: #000000;
  background-color: #f2da5d;
  border: 2px solid #f2da5d;
}
/* End btn-section1 */
/* btn-section1_box */
.btn-section1_box {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f2da5d;
  border: 2px solid #f29545;
}
.btn-section1_box:hover {
  color: #000000;
  background-color: #f29545;
  border: 2px solid #f29545;
}
/* End btn-section1_box */
/* End section_1 */

/* section_2 */
.section_2 {
  margin: 0 auto;
  padding: 30px 30px;
  background: #f3ca99;
}
.section_2 .container {
  max-width: 1320px;
  display: flex;
  background: #f3ca99;
  flex-direction: row;
}
.section_2 .container .box {
  flex: 1;
  background: #f3ca99;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_2 .container .box:nth-of-type(1) {
  background: #027b63; /* rt5-5: #027B63  */
  flex-grow: 1;
  text-align: left;
}
.section_2 .container .box:nth-of-type(2) {
  background: #f3ca99;
  flex-grow: 2;
  padding: 15px 20px;
}
.section_2 .container .boxa {
  flex: 1;
  background: #f3ca99;
  color: black;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
}
.section_2 .container .boxa:nth-of-type(1) {
  background: #f3ca99; /* rt5-5: #027B63  */
  flex-grow: 2;
  text-align: left;
}
.section_2 .container .boxa:nth-of-type(2) {
  background: #027b63;
  flex-grow: 1;
  padding: 15px 20px;
  text-align: left;
}
.section_2 .container .box_two {
  flex: 1;
  background: #027b63;
  color: black;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
}
.section_2 .container .box_two:nth-of-type(1) {
  background: #027b63;
  flex-grow: 1;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: left;
}
.section_2 .container .box_two:nth-of-type(2) {
  background: #027b63;
  flex-grow: 1;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: left;
}
.section_2 .container .box_three {
  flex: 1;
  background: #f3ca99;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_2 .container .box_three:nth-of-type(1) {
  background: #f3ca99;
  flex-grow: 1;
  text-align: left;
}
.section_2 .container .box_three:nth-of-type(2) {
  background: #027b63;
  flex-grow: 6;
  padding: 15px 20px;
}
.section_2 .container .box_three:nth-of-type(3) {
  background: #f3ca99;
  flex-grow: 1;
  padding: 15px 20px;
}
/*Container buttons section section_2a*/
.container_buttons_links_section_2a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_2a a:hover {
  color: #027b63;
}
/*End container buttons section section_2a*/
/*Container buttons section section_2b*/
.container_buttons_links_section_2b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_2b a:hover {
  color: #f3ca99;
}
/*End container buttons section section_2b*/
/* btn-section2 */
.btn-section2 {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f3ca99;
  border: 2px solid #027b63;
}
.btn-section2:hover {
  color: #000000;
  background-color: #027b63;
  border: 2px solid #027b63;
}
/* End btn-section2 */
/* btn-section2_box */
.btn-section2_box {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #027b63;
  border: 2px solid #f3ca99;
}
.btn-section2_box:hover {
  color: #000000;
  background-color: #f3ca99;
  border: 2px solid #f3ca99;
}
/* End btn-section2_box */
/* End section_2 */

/* section_3 */
.section_3 {
  margin: 0 auto;
  padding: 30px 30px;
  background: #f2da5d;
}
.section_3 .container {
  max-width: 1320px;
  display: flex;
  background: #f2da5d;
  flex-direction: row;
}
.section_3 .container .box {
  flex: 1;
  background: #f2da5d;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_3 .container .box:nth-of-type(1) {
  background: #f29545; /* rt5-5: #F29545  */
  flex-grow: 1;
  text-align: left;
}
.section_3 .container .box:nth-of-type(2) {
  background: #f2da5d;
  flex-grow: 2;
  padding: 15px 20px;
}
.section_3 .container .boxa {
  flex: 1;
  background: #f2da5d;
  color: black;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
}
.section_3 .container .boxa:nth-of-type(1) {
  background: #f2da5d; /* rt5-5: #F29545  */
  flex-grow: 2;
  text-align: left;
}
.section_3 .container .boxa:nth-of-type(2) {
  background: #f29545;
  flex-grow: 1;
  padding: 15px 20px;
  text-align: left;
}
.section_3 .container .box_three {
  flex: 1;
  background: #f2da5d;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_3 .container .box_three:nth-of-type(1) {
  background: #f2da5d;
  flex-grow: 1;
  text-align: left;
}
.section_3 .container .box_three:nth-of-type(2) {
  background: #f29545;
  flex-grow: 6;
  padding: 15px 20px;
}
.section_3 .container .box_three:nth-of-type(3) {
  background: #f2da5d;
  flex-grow: 1;
  padding: 15px 20px;
}
/*Container buttons section section_3a*/
.container_buttons_links_section_3a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_3a a:hover {
  color: #f29545;
}
/*End container buttons section section_3a*/
/*Container buttons section section_3b*/
.container_buttons_links_section_3b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_3b a:hover {
  color: #f2da5d;
}
/*End container buttons section section_3b*/
/* btn-section3 */
.btn-section3 {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f2da5d;
  border: 2px solid #f29545;
}
.btn-section3:hover {
  color: #000000;
  background-color: #f29545;
  border: 2px solid #f29545;
}
/* End btn-section3 */
/* btn-section3_box */
.btn-section3_box {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f29545;
  border: 2px solid #f2da5d;
}
.btn-section3_box:hover {
  color: #000000;
  background-color: #f2da5d;
  border: 2px solid #f2da5d;
}
/* End btn-section3_box */
/* End section_3 */

/* section_4 */
.section_4 {
  margin: 0 auto;
  padding: 30px 30px;
  background: #027b63;
}
.section_4 .container {
  max-width: 1320px;
  display: flex;
  background: #027b63;
  flex-direction: row;
}
.section_4 .container .box {
  flex: 1;
  background: #027b63;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_4 .container .box:nth-of-type(1) {
  background: #f3ca99; /* rt5-5: #F3CA99  */
  flex-grow: 1;
  text-align: left;
}
.section_4 .container .box:nth-of-type(2) {
  background: #027b63;
  flex-grow: 2;
  padding: 15px 20px;
}
.section_4 .container .boxa {
  flex: 1;
  background: #027b63;
  color: black;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
}
.section_4 .container .boxa:nth-of-type(1) {
  background: #027b63; /* rt5-5: #F3CA99  */
  flex-grow: 2;
  text-align: left;
}
.section_4 .container .boxa:nth-of-type(2) {
  background: #f3ca99;
  flex-grow: 1;
  padding: 15px 20px;
  text-align: left;
}
.section_4 .container .box_two {
  flex: 1;
  background: #f3ca99;
  color: black;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 15px 0px;
  text-align: center;
}
.section_4 .container .box_two:nth-of-type(1) {
  background: #f3ca99; /* rt5-5: #F2DA5D  */
  flex-grow: 1;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: left;
}
.section_4 .container .box_two:nth-of-type(2) {
  background: #f3ca99;
  flex-grow: 1;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: left;
}
.section_4 .container .box_three {
  flex: 1;
  background: #027b63;
  color: #000000;
  border-radius: 5px;
  margin: 20px 10px;
  padding: 15px 20px;
  text-align: center;
}
.section_4 .container .box_three:nth-of-type(1) {
  background: #027b63;
  flex-grow: 1;
  text-align: left;
}
.section_4 .container .box_three:nth-of-type(2) {
  background: #f3ca99;
  flex-grow: 6;
  padding: 15px 20px;
}
.section_4 .container .box_three:nth-of-type(3) {
  background: #027b63;
  flex-grow: 1;
  padding: 15px 20px;
}
/*Container buttons section section_4a*/
.container_buttons_links_section_4a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_4a a:hover {
  color: #f3ca99;
}
/*End container buttons section section_4a*/
/*Container buttons section section_4b*/
.container_buttons_links_section_4b {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_buttons_links_section_4b a:hover {
  color: #027b63;
}
/*End container buttons section section_4b*/
/* btn-section4 */
.btn-section4 {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #027b63;
  border: 2px solid #f3ca99;
}
.btn-section4:hover {
  color: #000000;
  background-color: #f3ca99;
  border: 2px solid #f3ca99;
}
/* End btn-section4 */
/* btn-section4_box */
.btn-section4_box {
  padding: 10px 10px;
  margin: 10px 10px 10px 10px;
  color: #000000;
  border-radius: 5px;
  text-decoration: none;
  background-color: #f3ca99;
  border: 2px solid #027b63;
}
.btn-section4_box:hover {
  color: #000000;
  background-color: #027b63;
  border: 2px solid #027b63;
}
/* End btn-section4_box */
/* End section_4 */

@media (max-width: 768px) {
  .section_container_buttons_chapters {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section_1 .container .boxa:nth-of-type(2) {
    max-width: 300px;
  }
  .section_2 .container .box:nth-of-type(2) {
    max-width: 300px;
  }
  .section_2 .container .boxa:nth-of-type(2) {
    max-width: 300px;
  }
  .section_3 .container .boxa:nth-of-type(2) {
    max-width: 300px;
  }
  .header_css .container {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
  }
  .section_1 .container {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .section_2 .container {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .section_3 .container {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .section_4 .container {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  #instructionsModalInstructions1 {
    max-width: 325px;
  }
}
