.menu{
  width: 100%;
  height: 100%;
  position: relative;
}
.menu .background{
  width: 100%;
  height: 64rem;
  position: absolute;
  z-index: 0;
}
.menu .background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.menu .content{
  position: relative;
  height: 64rem;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.menu .content .title{
  width: 100%;
}
.menu .content h1{
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.5rem;
  text-align: left;
  color: #fff;
  max-width: 66rem;
  max-width: 50%;
  margin: 3rem 0;
}
.campaign_description{
  width: 100%;
  height: 100%;
  background-color: #DF2820;
}
.campaign_description .content{
  width: 100%;
  height: 100%;
  padding: 2rem 0 5.5rem;
  display: flex;
  flex-direction: column;
}
.campaign_description .content h2{
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: left;
  color: #fff;
  padding-bottom: 1rem;
}
.campaign_description .content p{
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: left;
  color: #fff;
  padding-bottom: 3rem;
}
.campaign_description .content a{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-align: center;
  color: #DF2820;
  background-color: #FFFFFF;
  padding: 0.8rem 5.5rem 1.5rem;
  border-radius: 0.7rem;
  margin: 1.6rem 0 1.6rem 5rem;
  max-width: 38rem;
  margin: 0 auto;
}
.form{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem;
  background-color: #FFFFFFc4;
  border-radius: 1.6rem;
}
 .form .fd{
  width: 100%;
  position: relative;
}
.form input{
  width: 100%;
  padding: 1.2rem 1rem;
  margin-bottom: 0.3rem;
  transition: all 0.3s linear;
  border-bottom: 0.1rem solid #707070;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: left;
  color: #707070;
}
.form select{
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.6rem;
  transition: all 0.3s linear;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: left;
  color: #707070;
  border-bottom: 0.1rem solid #707070;
}
.form select option{
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-align: left;
  color: #707070;
}
.bt_send{
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.2rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #DF2820;
  padding: 0.8rem 2rem;
  border-radius: 0.7rem;
  margin: 1.6rem 0rem 0rem;
  max-width: 38rem;
  cursor: pointer;
}
.text_company{
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
}
.text_company .desc_company{
  width: 100%;
  height: 100%;
  padding: 3.5rem 0 7rem;
  display: flex;
  flex-direction: column;
}
.text_company .desc_company .text{
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #707070;
}
.text_company .desc_company .text p{
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: left;
  color: #707070;
  padding-bottom: 1.5rem;
}
.text_company .desc_company .text p strong{
  font-weight: 800;
}
.text_company .desc_company .notes{
  width: 100%;
  height: 100%;
  padding: 2rem 0 5.5rem;
}
.text_company .desc_company .notes h3{
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: left;
  color: #707070;
  padding-bottom: 3rem;
}
.text_company .desc_company .notes p{
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.9rem;
  text-align: left;
  color: #707070;
}
.text_company .desc_company .bt_send{
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #DF2820;
  padding: 0.8rem 2rem 1.5rem;
  border-radius: 0.7rem;
  margin: 0 auto;
  max-width: 38rem;
  cursor: pointer;  
}
.banner_donativo{
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(239,239,239,1) 50%, rgba(239,239,239,1) 100%);
  margin-bottom: 6rem;
}
.banner_donativo .content{
  width: 100%;
  height: 100%;
  position: relative;
}
.banner_donativo .content .image{
  width: 100%;
  height: 100%;
  border-radius: 1.9rem;
  position: relative;
  z-index: 1;
}
.banner_donativo .content .image img{
  width: 100%;
  height: 100%;
  border-radius: 1.9rem;
}
.banner_donativo .content .info{
  position: absolute;
  top: 7rem;
  left: 10rem;
  z-index: 2;
}
.banner_donativo .content .info h2{
  font-weight: 400;
  font-size: 8rem;
  line-height: 8.5rem;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 5rem; 
}
.banner_donativo .content .info h2 strong{
  font-weight: bold;
  font-style: italic;
}
.banner_donativo .content .info p{
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 3.2rem;
  text-align: left;
  color: #FFFFFF;
}
.banner_donativo .content a{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-align: center;
  color: #DF2820;
  background-color: #FFFFFF;
  padding: 0.8rem 5.6rem 1.5rem;
  border-radius: 0.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  z-index: 3;
}
.checkbox-wrapper-4{
  width: 100%;
  margin: 1.5rem 0 0;
  position: relative;
}
.checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
    display: flex;
    align-items: center;
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
    color: #707070;        
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(0.9);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
    max-width: 47rem;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }