/* color */
/* fonts */
.wancho {
  max-width: calc(100% - 200px);
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .wancho {
    max-width: 1280px;
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  .wancho {
    width: 94%;
  }
}
.footer-logos {
  border-top: 1px solid rgba(0,0,0,0.3);
  padding: 9px 0 9px 0;
}
@media screen and (max-width: 767px) {
  .footer-logos {
    padding-top: 110px;
  }
}
.footer-logos-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-logos-item {
  max-width: 207px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: calc(5px + (35 - 5) * ((100vw - 320px) / (1920 - 320)));
  margin-right: calc(5px + (35 - 5) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 1024px) {
  .footer-logos-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-logos-img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footerBottomWrapper {
    padding-top: 34px;
  }
}
.b1rights {
  font-family: 'Raleway', sans-serif;
  padding: 81px 0 0 0;
}
.b1rights_content {
  border-bottom: 1px solid #cecece;
  position: relative;
  z-index: 2;
  padding-bottom: 39px;
}
.b1rights_figura {
  width: calc(100px + (323 - 100) * ((100vw - 320px) / (1920 - 320)));
  position: absolute;
  top: 101px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b1rights_figura {
    display: none;
  }
}
.b1rights_figura img {
  display: block;
  width: 100%;
  height: auto;
}
.b1rights_title {
  display: flex;
  align-items: center;
  line-height: 18px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .b1rights_title {
    line-height: 1.1;
    font-size: 14px;
  }
}
.b1rights_title:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #de2826;
  margin: 0 8px 0 0;
}
.b1rights_subtitle {
  display: block;
  max-width: 892px;
  width: 100%;
  line-height: 57px;
  color: #000;
  font-weight: 250;
  font-size: 52px;
  position: relative;
  padding-bottom: 33px;
  margin: 0 0 33px 0;
}
@media screen and (max-width: 767px) {
  .b1rights_subtitle {
    line-height: 1.2;
    font-size: 30px;
  }
}
.b1rights_subtitle:after {
  content: "";
  width: 98px;
  height: 1px;
  background-color: #de2826;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b1rights_subtitle strong {
  font-weight: 500;
}
.b1rights_description {
  display: block;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1rights_description {
    line-height: 1.4;
    font-size: 16px;
  }
}
.b1rights_description strong {
  font-weight: 600;
}
.b1rights_download {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.b2rights {
  font-family: 'Raleway', sans-serif;
}
.b2rights_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #cecece;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .b2rights_content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.b2rights_title {
  display: block;
  max-width: 318px;
  width: 100%;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  margin: 10px 64px 10px 0;
}
@media screen and (max-width: 1366px) {
  .b2rights_title {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b2rights_title {
    line-height: 1.2;
    font-size: 16px;
    margin-right: 0;
  }
}
.b2rights_info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b2rights_info {
    flex-direction: column;
  }
}
.b2rights_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 75px;
}
@media screen and (max-width: 1366px) {
  .b2rights_item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b2rights_item {
    align-items: center;
    margin-right: 0;
  }
}
.b2rights_item:last-child {
  margin-right: 0;
}
.b2rights_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background-color: #de2826;
  color: #fff;
  font-size: 24px;
  margin: 0 18px 0 0;
}
@media screen and (max-width: 767px) {
  .b2rights_icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 10px;
  }
}
.b2rights_textup {
  display: block;
  line-height: 18px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
@media screen and (max-width: 767px) {
  .b2rights_textup {
    line-height: 1;
    letter-spacing: 1px;
    font-size: 15px;
  }
}
.b2rights_textdown {
  display: block;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2rights_textdown {
    font-size: 20px;
  }
}
.b2rights_textdown a {
  color: #000;
}
@media screen and (min-width: 1025px) {
  .b2rights_textdown a {
    transition: all 0.25s ease;
  }
  .b2rights_textdown a:hover {
    opacity: 0.7;
  }
}
.b2rights_textdown p {
  margin: 0;
}
.b3rights {
  font-family: 'Raleway', sans-serif;
  padding-top: 42px;
  padding-bottom: 81px;
}
.b3rights_title {
  display: block;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .b3rights_title {
    line-height: 1.2;
    font-size: 20px;
  }
}
.b3rights_form {
  background-color: #f5f5f5;
  padding: 61px 78px 61px 78px;
}
@media screen and (max-width: 1024px) {
  .b3rights_form {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .b3rights_form {
    padding: 60px 15px;
  }
}
.b3rights_form .g4Radio .wpcf7-list-item-label:after {
  background-color: #90040b;
}
.b3rights_form .g4Input,
.b3rights_form .g4Textarea,
.b3rights_form .g4Select {
  margin-bottom: 24px;
}
.b3rights_form .g4Input input,
.b3rights_form .g4Textarea textarea {
  background: rgba(255,255,255,0.3);
}
.b3rights_form .g4File {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .b3rights_form .g4FileBox {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.b3rights_form .g4FileBox i {
  order: 0;
}
.b3rights_form .g4FileBox .g4FileTextFormat {
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .b3rights_form .g4FileBox .g4FileTextFormat {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .b3rights_form .g4FileTextFormat {
    flex: inherit;
    white-space: inherit;
    text-overflow: inherit;
    overflow: inherit;
    text-align: left;
    line-height: 1.3;
    margin-top: 3px;
  }
}
.b3rights_form .g4Radio label,
.b3rights_form .g4Radio .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .b3rights_form .g4Radio label,
  .b3rights_form .g4Radio .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.b3rights_head {
  border-bottom: 1px solid rgba(84,88,90,0.5);
  padding-bottom: 20px;
  margin-bottom: 33px;
}
.b3rights_form_title {
  display: flex;
  line-height: 18px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.b3rights_form_title:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #de2826;
  margin: 0 8px 0 0;
}
.b3rights_form_subtitle {
  display: block;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .b3rights_form_subtitle {
    line-height: 1.4;
    font-size: 14px;
  }
}
.b3rights_person {
  margin-bottom: 32px;
}
.b3rights_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b3rights_box {
  width: calc(100% / 3 - 16px);
}
@media screen and (max-width: 960px) {
  .b3rights_box {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .b3rights_box {
    width: 100%;
  }
}
.b3rights_legal {
  border-bottom: 1px solid rgba(84,88,90,0.5);
}
.b3rights_legal .g4Radio {
  padding-bottom: 37px;
}
.b3rights_type {
  border-bottom: 1px solid rgba(84,88,90,0.5);
  padding-top: 44px;
}
.b3rights_type .g4Radio {
  padding-bottom: 21px;
}
.b3rights_type .g4Radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 24px;
}
.b3rights_type .wpcf7-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b3rights_type .wpcf7-list-item {
  width: calc(100% / 2 - 31px);
}
@media screen and (max-width: 960px) {
  .b3rights_type .wpcf7-list-item {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 767px) {
  .b3rights_type .wpcf7-list-item {
    width: 100%;
  }
}
.b3rights_description {
  padding-top: 37px;
}
.b3rights_additional .g4File {
  margin-bottom: 24px;
}
.b3rights_additional_text {
  display: block;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  margin-bottom: 23px;
}
.b3rights_additional_text p {
  margin: 0;
}
.b3rights_info {
  display: block;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 32px 0;
}
.b3rights_info p {
  margin: 0;
}
.b3rights_term {
  margin-top: 12px;
  margin-bottom: 14px;
}
.b3rights_term .g4Terminos {
  padding: 0 0 8px 0;
}
.b3rights_button {
  margin-top: 20px;
}
