/**
* @copyright Fundación Carlos Slim
* @author Jael Orea
*/
/******** COLORS *********/
/******** FONT FAMILY *********/
@font-face {
  font-family: 'Proxima-Nova-Regular';
  src: url("assets/fonts/proxima-nova-regular/Proxima-Nova-Regular.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fairview-Small-Caps';
  src: url("assets/fonts/fairview-smallcaps/Fairview-SmallCaps.woff") format('woff');
  font-weight: 300;
  font-style: normal;
}
/******** BODY STYLE *********/
body {
  height: 100%;
  width: 100%;
  font-family: 'Proxima-Nova-Regular';
  margin: 0px;
  padding: 0px;
}
/******** COLORS *********/
.color-01 {
  color: #58843d;
}
/******** MARGINS *********/
.margin-top-01 {
  margin-top: -50px;
}
.margin-bottom-01 {
  margin-top: 15px;
}
.instructions-style {
  padding-top: 0px;
}
/******** FONTS *********/
.font-bold {
  font-weight: bold;
}
/******** BUTTON *********/
button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: none;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-group {
  text-align: center;
}
.btn {
  background: #58843d;
  display: block;
  min-width: 250px;
  width: auto;
  margin: 15px auto;
  padding: 10px 15px;
  font-family: 'Fairview-Small-Caps';
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.6s ease;
  box-sizing: border-box;
  cursor: pointer;
}
.btn:hover {
  box-shadow: rgba(0,0,0,0.5) 0px 5px 15px;
}
.btn-row-col:last-child {
  text-align: right;
}
.btn-group-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 550px;
  margin: 40px auto 15px;
  padding-top: 15px;
  border-top: solid 2px #58843d;
}
.btn-icon {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.input-btn {
  border: none;
}
.icon-prev,
.icon-next {
  background: url("../images/pabio/cambio-climatico/arrow-c-climatico.png") no-repeat center/27px;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.icon-next {
  transform: rotate(180deg);
}
.btn-text {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
/******** OTHER *********/
div,
p,
li {
  font-size: 1.3rem;
}
a {
  box-sizing: border-box;
}
a:focus {
  outline: none;
}
h1,
h2 {
  font-family: 'Fairview-Small-Caps';
  font-weight: 400;
  text-align: center;
}
h1 {
  margin: 30px 0 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1 span {
  background: #fff;
  display: block;
  margin: 20px 0;
  padding: 2px 5px;
  color: #1e1e1e;
}
h2 {
  margin: 50px 0 15px;
  color: #58843d;
  font-size: 2.8rem;
}
.header {
  position: relative;
  background: url("../images/pabio/cambio-climatico/banner.jpg") no-repeat;
  background-size: 100% 85%;
  height: 210px;
  max-width: 1200px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.pages {
  max-width: 1200px;
  margin: 0 auto;
}
.page:not(:first-child) {
  display: none;
}
.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box {
  max-width: 600px;
  height: 160px;
  text-align: center;
  border: solid 3px #58843d;
}
.form-item {
  display: none;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}
.question {
  padding: 20px;
  border: solid 3px #58843d;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.form-item-img {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.form-item-img img {
  max-width: 300px;
}
.form-item-img-02 {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.form-item-img-02 img {
  max-width: 300px;
}
.options {
  text-align: center;
}
.option {
  display: inline-block;
}
.option:first-child {
  margin-right: 10px;
}
.option:last-child {
  margin-left: 10px;
}
.option span {
  color: #fff;
  background: #58843d;
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  font-family: 'Fairview-Small-Caps';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.6s ease;
  cursor: pointer;
}
.option input[type="radio"] {
  display: none;
}
.option input[type="radio"]:checked ~ span {
  color: #1e1e1e;
}
.option input[type="radio"]:disabled ~ span {
  opacity: 0.8;
  cursor: not-allowed;
}
.option span:hover {
  box-shadow: rgba(0,0,0,0.5) 0px 5px 15px;
}
.items {
  margin-bottom: 30px;
}
.item {
  display: none;
}
.item-box {
  max-width: 550px;
  margin-top: 30px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border: solid 3px #58843d;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.item-box p:last-child {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.m-left {
  margin-left: 6px;
}
/******** RESPONSIVE *********/
@media screen and (max-width: 600px) {
  .header {
    height: 150px;
  }
  div,
  p,
  li,
  table {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  .instructions-style {
    font-size: 1.1rem;
  }
  .box {
    max-width: 400px;
    height: 110px;
    padding-bottom: 15px;
  }
  .item-box {
    max-width: 390px;
  }
  .form-item {
    margin-top: 30px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
    max-width: 390px;
  }
}
