*, *::before, *::after {
  box-sizing: border-box; }

.new-content .authenticity {
  text-align: center;
  max-width: 931px;
  margin: auto;
  padding: 60px 0; }
  .new-content .authenticity h2 {
    font-size: 42px;
    font-family: Vollkorn,serif;
    font-weight: 300;
    margin-bottom: 50px;
    color: #000; }
  .new-content .authenticity h3 {
    font-size: 24px;
    font-family: Vollkorn,serif;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 25px;
    color: #000; }
    .new-content .authenticity h3 span {
      color: #c81b1b; }
  .new-content .authenticity p {
    font-size: 15px;
    font-weight: 500; }

.new-content .form-wrapper {
  display: flex;
  min-height: 200px;
  background-color: #ece0ce; }
  .new-content .form-wrapper .form-image {
    background-image: url(../assets/img/bg-form.png);
    background-size: contain;
    width: 50%; }
    .new-content .form-wrapper .form-image .image {
      background-image: url(../assets/img/form-image.webp);
      height: 100%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: right; }
  .new-content .form-wrapper .form-content {
    padding: 35px;
    display: flex;
    align-items: center; }
    .new-content .form-wrapper .form-content .form {
      width: 420px; }
      .new-content .form-wrapper .form-content .form p {
        font-family: Vollkorn,serif;
        font-size: 20px; }
      .new-content .form-wrapper .form-content .form .form-input {
        padding: 8px 0; }
      .new-content .form-wrapper .form-content .form .form-flex {
        display: flex;
        gap: 20px; }
        .new-content .form-wrapper .form-content .form .form-flex input {
          flex: 1; }
      .new-content .form-wrapper .form-content .form input[type="text"] {
        height: 52px;
        border: 1px solid #000;
        border-radius: 3px;
        width: 100%;
        font-size: 16px;
        padding: 0 20px; }
        .new-content .form-wrapper .form-content .form input[type="text"]::placeholder {
          color: #666;
          opacity: 1;
          /* Firefox */ }
        .new-content .form-wrapper .form-content .form input[type="text"].error {
          border-color: #c81b1b; }
          .new-content .form-wrapper .form-content .form input[type="text"].error::placeholder {
            color: #c81b1b; }
      .new-content .form-wrapper .form-content .form .checkbox {
        position: relative;
        font-size: 13px;
        display: flex;
        align-items: center; }
        .new-content .form-wrapper .form-content .form .checkbox input[type="checkbox"] {
          border: 1px solid red;
          position: relative;
          margin: .4rem; }
        .new-content .form-wrapper .form-content .form .checkbox input[type="checkbox"]:before {
          content: '';
          background: #c81b1b;
          border: 1px solid #000;
          border-radius: 2px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1;
          width: 13px;
          height: 13px;
          transition: background .3s ease-in-out; }
        .new-content .form-wrapper .form-content .form .checkbox input[type="checkbox"]:checked:after {
          content: '';
          background: transparent;
          border-left: 2px solid white;
          border-bottom: 2px solid white;
          position: absolute;
          top: 0;
          left: 0;
          width: 60%;
          height: 30%;
          z-index: 2;
          transform: rotate(-45deg) translate(-1px, 4px); }
    .new-content .form-wrapper .form-content .form-button {
      display: flex;
      justify-content: flex-end;
      padding-top: 20px; }
    .new-content .form-wrapper .form-content button {
      height: 52px;
      border: 1px solid #000;
      cursor: pointer;
      border-radius: 3px;
      width: 200px;
      font-size: 16px;
      color: #fff;
      background-color: #c81b1b;
      text-transform: uppercase; }
      .new-content .form-wrapper .form-content button:hover {
        height: 52px;
        border: 1px solid #000;
        border-radius: 3px;
        width: 200px;
        font-size: 16px;
        color: #c81b1b;
        background-color: #fff;
        text-transform: uppercase; }
    .new-content .form-wrapper .form-content .rooftag-data {
      width: 420px;
      padding: 16px;
      border: 1px solid #a7a7a7;
      display: flex;
      flex-direction: column;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.4);
      text-align: center; }
      .new-content .form-wrapper .form-content .rooftag-data .wrap-input {
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .new-content .form-wrapper .form-content .rooftag-data .wrap-input h3 {
          font-family: Vollkorn,serif;
          font-size: 20px;
          margin: 0;
          text-transform: uppercase; }
        .new-content .form-wrapper .form-content .rooftag-data .wrap-input .result {
          font-family: Vollkorn,serif;
          font-size: 16px;
          margin: 0;
          color: #5d5656; }
          .new-content .form-wrapper .form-content .rooftag-data .wrap-input .result.active {
            color: #4f974f; }
        .new-content .form-wrapper .form-content .rooftag-data .wrap-input .img-tag {
          display: flex;
          width: 200px;
          height: 200px;
          margin: 8px auto; }
          .new-content .form-wrapper .form-content .rooftag-data .wrap-input .img-tag img {
            width: 100%; }
        .new-content .form-wrapper .form-content .rooftag-data .wrap-input p.data {
          text-align: left;
          display: block;
          width: 100%;
          padding-left: 30px;
          margin-bottom: 0; }
        .new-content .form-wrapper .form-content .rooftag-data .wrap-input ol.data-list {
          text-align: left;
          display: block;
          width: 100%;
          padding-left: 30px; }
      .new-content .form-wrapper .form-content .rooftag-data .tags {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center; }
        .new-content .form-wrapper .form-content .rooftag-data .tags .img-tag {
          padding: 5px;
          flex: 0 0 130px;
          height: auto;
          display: flex;
          justify-content: flex-end;
          margin: 0; }
          .new-content .form-wrapper .form-content .rooftag-data .tags .img-tag:nth-child(even) {
            justify-content: flex-start; }
          .new-content .form-wrapper .form-content .rooftag-data .tags .img-tag img {
            opacity: 0.7; }
            .new-content .form-wrapper .form-content .rooftag-data .tags .img-tag img:hover {
              opacity: 1; }
              .new-content .form-wrapper .form-content .rooftag-data .tags .img-tag.selected {
                opacity: 1; }

.new-content .info-content {
  display: flex;
  min-height: 433px; }
  .new-content .info-content .info-image {
    width: 50%;
    background-image: url(../img/info-image.png);
    background-repeat: no-repeat;
    background-position: right; }
  .new-content .info-content .info-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 35px;
    width: 423px; }
    .new-content .info-content .info-text p {
      font-size: 15px;
      font-weight: 500; }
      .new-content .info-content .info-text p a {
        color: #c81b1b;
        text-decoration: none; }

@media only screen and (max-width: 767px) {
  .new-content .form-wrapper {
    flex-direction: column; }
    .new-content .form-wrapper .form-image,
    .new-content .form-wrapper .form-content {
      width: 100%; }
    .new-content .form-wrapper .form-content {
      padding: 16px; }
      .new-content .form-wrapper .form-content .form {
        width: 100%; }
    .new-content .form-wrapper .form-image {
      height: 170px; }
      .new-content .form-wrapper .form-image .image {
        height: 100%;
        background-image: url(../img/image-form.webp);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain; }
  .new-content .info-content {
    flex-direction: column;
    padding: 16px 0; }
    .new-content .info-content .info-image,
    .new-content .info-content .info-text {
      width: 100%; }
    .new-content .info-content .info-image {
      height: 200px;
      background-size: contain; } }

.velo-modal-tour {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
  display: none; }
  .velo-modal-tour.velo-modal-tour--show {
    display: flex; }

.modal-vik {
  color: #171717;
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  line-height: 140%;
  box-sizing: inherit;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 999999;
  padding: 40px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  align-items: center;
  width: 55%;
  height: 60vh;
  display: none;
  flex-direction: column;
  min-height: 500px; }
  .modal-vik h3 {
    font-size: 24px;
    font-family: Vollkorn,serif;
    font-weight: 300;
    color: #000; }
  .modal-vik.modal-vik-close--show {
    display: flex; }

.modal-vik-close {
  font-family: Montserrat,sans-serif;
  box-sizing: inherit;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 40px;
  line-height: 38px;
  position: absolute;
  cursor: pointer;
  z-index: 13;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50px;
  top: 5px;
  right: 5px;
  transition: .5s; }
  .modal-vik-close:hover {
    font-family: Montserrat,sans-serif;
    box-sizing: inherit;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 40px;
    line-height: 38px;
    position: absolute;
    cursor: pointer;
    z-index: 13;
    border: 2px solid #fff;
    border-radius: 50px;
    top: 5px;
    right: 5px;
    background-color: #c81b1b;
    color: #caab69;
    transform: rotate(180deg);
    transition: .5s; }

.modal-vik--content-modal {
  color: #171717;
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  line-height: 140%;
  box-sizing: inherit;
  width: 100%; }
  .modal-vik--content-modal iframe {
    width: 100%;
    height: 390px;
    border: none; }

    .Cargando {
      visibility: hidden;
      display: inline-block;
      background-color: #23282d; /* Dark Gray 800 */
      opacity: 0.75;
      width: 24px;
      height: 24px;
      border: none;
      border-radius: 100%;
      padding: 0;
      margin: 0 24px;
      position: relative;
    }

    .Cargando:disabled {
      cursor: not-allowed
  }
    
    div.submitting .Cargando {
      visibility: visible;
    }
    
    .Cargando::before {
      content: '';
      position: absolute;
      background-color: #fbfbfc; /* Light Gray 100 */
      top: 4px;
      left: 4px;
      width: 6px;
      height: 6px;
      border: none;
      border-radius: 100%;
      transform-origin: 8px 8px;
      animation-name: spin;
      animation-duration: 1000ms;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
    }
