.container_2{
  width: 100%;
  background-color: #f2f2f2;
}
.container_program{
  width: 80%;
  margin: 0 auto;
  padding: 12vh 0;
}
.back{
  position: absolute;
  top: 3px;
  left: 8px;
  color: #676767;
}
.back:hover{
  color: white;
}
.back h4{
  margin:0;
  font-weight: 100;
}
.days{
  display: inline-block;
  width: 60%;
}
.day_box{
  padding: 40px 20px;
  margin: 10px 0;
  max-height: 130px;
  overflow: hidden;
}
.day_box_expand{
  max-height: none !important;
  overflow: auto !important;
}
#day_1, #day_3{
  background-color: #FFAE01;
}
#day_2{
  background-color: #1d1d1d;
}
.day_header{
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: top;
}
.day_header h2{
  color: white;
  letter-spacing: 1px;
}
#day_2 h3{
  color: #FFAE01;
}
.day_header h2, .day_header h3{
  margin-top: 0;
}
.day_expand{
  display: inline-block;
  width: 50px;
}
.day_expand_btn{
  position: relative;
  width: 50px;
  height: 50px;
  border: solid 2px white;
  border-radius: 50%;
  transition: all .2s;
}
.day_expand_btn:hover{
  cursor: pointer;
  background-color: white;
}
.day_expand_btn_pressed:hover{
  background-color: #1d1d1d !important;
}
#day_2 .day_expand_btn_pressed:hover{
  background-color: #FFAE01 !important;
}
.left_arm, .right_arm{
  position: absolute;
  top: 20px;
  transform-origin: top center;
  height: 20px;
  width: 4px;
  background-color: #1d1d1d;
  transition: all .2s;
}
.left_arm{
  left: 10px;
  transform: rotate(-45deg);
}
.right_arm{
  right: 10px;
  transform: rotate(45deg);
}
#day_2 .left_arm, #day_2 .right_arm{
  background-color: #FFAE01;
}
.left_arm_cross, .right_arm_cross{
  top: 14px;
  height: 31px;
  background-color: white !important;
}
.left_arm_cross{
  left: 12px;
}
.right_arm_cross{
  right: 12px;
}
#day_2 .day_content table{
  color: white;
  -webkit-font-smoothing: antialiased;
}
.day_content{
  margin-top: 30px;
}
.day_content td{
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 2px white;
}
.day_content td a{
  font-size: 0.8em;
}
.day_content td:nth-child(odd){
  padding-right: 10px;
}
.day_content table{
  border-spacing: 0;
  width: 100%;
}
.room{
  display: block;
  margin-bottom:0px;
  margin-top: 4px;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}
.room:not(:first-of-type){
  margin-top: 30px;
  padding-top: 5px;
  border-top: solid 1px #1d1d1d;
}
#day_2 .room{
  color: #FFAE01;
}
#day_2 .room:not(:first-of-type){
  border-color: #FFAE01;
}
.program_explainer{
  display: inline-block;
  width: calc(38% - 40px);
  padding: 40px 20px;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #ccc;
  vertical-align: top;
}
.program_explainer p{
  margin-bottom: 10px;
}
.program_explainer h2{
    margin-top: 0;
}




/*PHONE LANDSCAPE FIX*/
@media only screen and (max-width: 767px) {
  .container_program{
    width: 92%;
    padding: 10vh 0;
  }
  .back{
    top: 15px;
    left: 15px;
  }
  .days{
    display: block;
    width: 100%;
  }
  .day_box{
    padding: 20px 10px;
    margin: 10px auto;
    max-height: 100px;
    overflow: hidden;
  }
  .day_box_3{
    max-height: 120px;
  }
  .day_box_expand{
      margin-left: -4.5%;
      margin-right: -4.5%;
  }
  .day_content{
    margin-top: 0;
  }
  td{
    display: block;
  }
  td:nth-child(odd){
    width: 100% !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 1.2em;
    margin-top: 20px;
    color: white;
  }
  td:nth-child(even){
    padding-top: 5px;
  }
  .day_content td:nth-child(even){
    border-top: none;
  }
  .program_explainer{
    display: block;
    width: calc(100% - 20px);
    padding: 20px 10px;
    margin-top: 10px;
    margin-left: 0
  }
  .program_explainer p{
    margin-bottom: 10px;
  }
  .program_explainer h2{
      margin-top: 0;
  }



}
/*TABLETTOS*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .back{
    top: 15px;
    left: 15px;
  }
  .days{
    width: 100%;
  }
  .program_explainer{
    width: calc(100% - 40px);
    margin-left: 0;
  }

}
