/**
* @copyright Fundación Carlos Slim
* @author Jael Orea Arenas
*/
@font-face {
  font-family: 'Museo-Sans';
  src: url("assets/fonts/Museo-Sans/MuseoSansRounded300.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo-Sans-Bold';
  src: url("assets/fonts/Museo-Sans/MuseoSansRounded500.woff") format('woff');
  font-weight: 500;
  font-style: bold;
}
body {
  margin: 0 auto;
  min-height: 900px;
}
.background_1 {
  position: fixed;
  background-image: url("assets/cambio-climatico/fondo-01-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.background_2 {
  position: absolute;
  background-image: url("assets/cambio-climatico/fondo-02-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 130vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pages {
  min-height: 800px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_wrapper {
  background: rgba(0,190,242,0.2);
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
  padding: 40px;
}
.title_container {
  padding-bottom: 20px;
  margin-top: 25px;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
  background: #67c549;
  border-radius: 10px;
}
.main_title {
  width: 500px;
  height: 85px;
  margin: 0 auto;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 2.5rem;
  color: #fff;
  line-height: 48px;
  padding: 10px;
}
.secondary_title {
  margin: 0 auto;
  font-family: 'Museo-Sans';
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.third_title {
  width: 600px;
  height: 85px;
  margin: 0 auto;
  margin-top: 100px;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  color: #008000;
  line-height: 48px;
  padding: 10px;
  text-align: center;
}
.main_paragraph {
  max-width: 600px;
  height: 70px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 35px;
  color: #fff;
  padding: 10px;
}
.secondary_paragraph {
  max-width: 600px;
  height: 70px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 35px;
  color: #fff;
  padding: 10px;
  border-top: solid 2px #67c549;
}
div,
p,
li {
  color: #fff;
  font-size: 1.5rem;
}
.page:not(:first-child) {
  display: none;
}
.page_content {
  position: relative;
  margin-top: 10px;
}
.index_content {
  margin-top: 110px;
}
.img-primary {
  max-width: 150px;
  width: 100%;
  margin: 30px auto 10px;
}
.btn-group {
  margin: 50px auto 30px;
  text-align: center;
}
.btn {
  background: #67c549;
  display: block;
  /*min-width: 250px;*/
  width: auto;
  margin: 15px auto;
  padding: 10px 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  border: solid 2px transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.6s ease;
  box-sizing: border-box;
  color: #67c549;

  margin-top: 5rem;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  background-color: #67c549;
  color: #fff;
}
.btn-border {
  background: transparent;
  color: #67c549;
  border-color: #67c549;
}
form {
  margin-top: 135px;
}
.form-item:not(:first-child) {
  display: none;
}
fieldset {
  width: 650px;
  margin: 0 auto;
  background: rgba(255,127,0,0.5);
  border-radius: 10px;
  box-shadow: rgba(0,0,0,0.16) 0px 1px 4px;
  padding: 40px;
  margin-top: 50px;
  border-color: transparent;
}
.question {
  position: relative;
  font-family: 'Museo-Sans-Bold';
  font-size: 1.6rem;
  font-weight: bold;
  color: #113b4d;
  line-height: 35px;
  text-align: center;
  padding-bottom: 15px;
}
.question:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 2px;
  right: 0;
  bottom: 0;
  left: 1px;
}
.options {
  margin: 30px 0;
  padding: 0;
}
.option:hover {
  color: #67c549;
}
.option {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  color: #113b4d;
}
.option input[type="radio"] {
  display: none;
}
.option input[type="radio"]:checked ~ .radio-label {
  background: #67c549;
  color: #fff;
}
.option input[type="radio"]:disabled ~ .radio-label {
  cursor: not-allowed;
}
.radio-label {
  background: #fff;
  display: block;
  padding: 15px 20px;
  text-align: left;
  border-radius: 1rem;
  cursor: pointer;
  font-family: 'Museo-Sans';
  text-align: center;
}
.item {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.feedback_format {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin-top: 50px;
}
.feedback-img img {
  max-width: 150px;
  margin-top: 200px;
  padding-right: 50px;
}
.feedback_paragraph {
  width: 500px;
  height: 85px;
  margin: 0 auto;
  font-family: 'Museo-Sans';
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
  /*color: #113b4d;*/
  color: #fff;
  line-height: 28px;
  padding: 10px;
}
.points {
  height: 80px;
  padding: 5px;
  /*color: #113b4d;*/
  color: #fff;
  font-family: 'Museo-Sans-Bold';
  font-size: 1.2rem;
  text-align: center;
  border: 2px solid rgba(255,127,0,0.5);
  border-radius: 50px;
  background: rgba(255,127,0,0.5);
  margin-bottom: 20px;
}
.points p {
  color: #fff;
  margin: 0 auto;
  line-height: 1.7rem;
}
.centering {
  margin-top: 11vh;
}
/*.btn-margin-top {
  margin-top: 90px;
}*/
@media screen and (max-width: 720px) {
  .index {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .index_wrapper {
    padding: 10px;
    margin-top: 0px;
  }
  .main_title {
    width: 200px;
    height: 65px;
    font-size: 1.2rem;
    line-height: 26px;
    text-align: center;
  }
  .main_paragraph {
    font-size: 1.2rem;
    line-height: 25px;
    /*margin-bottom: 50px;*/
  }
  
  .secondary_paragraph {
    font-size: 1.2rem;
    line-height: 26px;
    height: 90px;
  }
  .question {
    font-size: 1.2rem;
    line-height: 26px;
  }
  .background_2 {
    height: 150vh;
  }
  .background_2 {
    font-size: 1.1rem;
  }
  div,
  p,
  li {
    color: #000;
    font-size: 1.2rem;
  }
  /*.btn {
    margin-top: -40px;
  }*/
  form {
    margin-top: 105px;
  }
  fieldset {
    width: 200px;
    font-size: 1.55rem;
  }
  .feedback_format {
    display: flex;
    flex-direction: column;
  }
  .feedback-img img {
    max-width: 85px;
    margin-top: 15vh;
    padding-right: 1px;
  }
  .feedback_paragraph {
    width: 90vw;
    font-size: 0.9rem;
    line-height: 20px;
  }
  .points {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 90vw;
    height: 70px;
    /*height: 13vh;
    padding: 10px;*/
  }
  .points p {
    color: #fff;
  }
  /*.m_001 {
    margin-bottom: 180px !important;
  }*/
  /*.m_002 {
    margin-bottom: 265px !important;
  }
  .m_003 {
    margin-bottom: 200px !important;
  }*/
}