@font-face {
  font-family: "Catamaran";
  src: url("../fontawesome/webfonts/catamaran/Catamaran-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Catamaran";
  src: url("../fontawesome/webfonts/catamaran/Catamaran-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "impact";
  src: url("../fontawesome/webfonts/impact/impact.ttf") format("truetype");
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  #header,
  #footer,
  .page-header,
  .page-footer, 
  hr {
    display: none;
  }
  body {
    margin: 0;
    .landing-page {
      width: 100%;
      display: flex;
      justify-content: center;
      #mensagem-customizada-vidi {
        text-align: center;
        font-size: 18px;
        color: #4a4a49;
        font-family: "Catamaran", sans-serif !important;
        h2{
          color: #c4484c;
          font-size: 50px !important;
          font-weight: 700;
        }
        a{
          text-decoration: none;
          cursor: pointer;
          color: #c4484c;
          font-weight: 700;
          font-size: 25px;
        }
      }
      > section {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        background: linear-gradient(
          110deg,
          #c4484c 0%,
          #c4484c 40%,
          #ffc000 100%
        );
        > header {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 30px;
          padding: 20px 50px 50px;
          background-image: url("../img/landing-page-live/lp_header_bg.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          @media (max-width: 991px) {
            padding: 10px 30px 30px;
          }
          @media (max-width: 549px) {
            padding: 10px 10px 50px 10px;
          }
          > .lp-container {
            width: 100%;
            max-width: 1180px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            @media (max-width: 1279px) {
              max-width: 892px;
            }
            @media (max-width: 991px) {
              max-width: 708px;
            }
            @media (max-width: 549px) {
              width: calc(100% - 20px);
              max-width: none;
            }
            > .header-logo {
              width: 400px;
              @media (max-width: 549px) {
                max-width: 230px;
              }
              img {
                width: 100%;
                height: 100%;
                object-fit: cover;
              }
            }
            > .header-content {
              display: flex;
              align-items: flex-end;
              gap: 135px;
              @media (max-width: 1279px) {
                gap: 90px;
              }
              @media (max-width: 991px) {
                gap: 30px;
              }
              @media (max-width: 767px) {
                flex-direction: column;
                align-items: center;
              }
              > .header-content-left {
                display: flex;
                flex-direction: column;
                gap: 30px;
                @media (max-width: 1279px) {
                  gap: 16px;
                }
                @media (max-width: 991px) {
                  gap: 30px;
                }
                @media (max-width: 767px) {
                  align-items: center;
                }
                > .title {
                  font-family: "Catamaran", sans-serif !important;
                  font-size: 65px;
                  font-weight: 200;
                  line-height: 1em;
                  letter-spacing: 10px;
                  text-transform: uppercase;
                  margin: 0;
                  color: white;
                  @media (max-width: 1279px) {
                    font-size: 60px;
                  }
                  @media (max-width: 991px) {
                    font-size: 40px;
                    margin: 0 0 10px 0;
                  }
                }
                > .subtitle {
                  font-family: "Catamaran", sans-serif !important;
                  font-size: 85px;
                  font-weight: 700;
                  line-height: 1em;
                  letter-spacing: 2px;
                  margin: 0;
                  color: white;
                  @media (max-width: 1279px) {
                    font-size: 48px;
                  }
                  @media (max-width: 991px) {
                    font-size: 42px;
                  }
                  @media (max-width: 767px) {
                    text-align: center;
                  }
                  @media (max-width: 549px) {
                    font-size: 40px;
                  }
                }
                > .content {
                  font-family: "Catamaran", sans-serif !important;
                  font-size: 30px;
                  font-weight: 200;
                  line-height: 1em;
                  margin: 0;
                  color: white;
                  @media (max-width: 1279px) {
                    font-size: 27px;
                  }
                  @media (max-width: 991px) {
                    font-size: 19px;
                  }
                  @media (max-width: 767px) {
                    text-align: center;
                  }
                  > span {
                    font-weight: 700;
                  }
                }
                > .date-box {
                  width: 100%;
                  display: flex;
                  gap: 60px;
                  @media (max-width: 767px) {
                    justify-content: center;
                  }
                  > div {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    > :nth-child(1) {
                      font-family: "Catamaran", sans-serif !important;
                      font-size: 35px;
                      font-weight: 200;
                      line-height: 1em;
                      letter-spacing: 5px;
                      text-transform: uppercase;
                      color: white;
                      margin: 0;
                      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                      @media (max-width: 1279px) {
                        font-size: 35px;
                      }
                      @media (max-width: 991px) {
                        font-size: 25px;
                      }
                    }
                    > :nth-child(2) {
                      font-family: "impact", sans-serif !important;
                      font-size: 80px;
                      line-height: 0.9em;
                      letter-spacing: 3px;
                      color: #ffc000;
                      margin: 0;
                      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                      @media (max-width: 1279px) {
                        font-size: 65px;
                      }
                      @media (max-width: 991px) {
                        font-size: 50px;
                      }
                    }
                  }
                }
                > a {
                  width: 300px;
                  display: flex;
                  justify-content: center;
                  border: none;
                  padding: 20px;
                  border-radius: 50px;
                  background-color: #ffffff;
                  margin-top: 30px;
                  cursor: pointer;
                  box-shadow: -3px 3px 13px 7px #181a1b3d;
                  text-decoration: none;
                  @media (max-width: 991px) {
                    width: 200px;
                    margin-top: 20px;
                    padding: 15px;
                  }
                  > span {
                    font-family: "Catamaran", sans-serif !important;
                    font-size: 25px;
                    font-weight: 700;
                    line-height: 1em;
                    text-transform: uppercase;
                    color: #c4484c;
                    @media (max-width: 991px) {
                      font-size: 18px;
                    }
                  }
                }
              }
              > .header-content-right {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
                > p {
                  font-family: "Catamaran", sans-serif !important;
                  font-size: 40px;
                  font-weight: 200;
                  line-height: 1em;
                  color: white;
                  text-transform: uppercase;
                  margin: 0 0 -40px 0;
                  @media (max-width: 1279px) {
                    font-size: 30px;
                  }
                  @media (max-width: 991px) {
                    font-size: 25px;
                  }
                }
                > .picture-box {
                  display: flex;
                  gap: 30px;
                  @media (max-width: 549px) {
                    gap: 10px;
                  }
                  > div {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    > .picture-content {
                      width: 220px;
                      height: 220px;
                      margin-bottom: 10px;
                      position: relative;
                      @media (max-width: 1279px) {
                        width: 170px;
                        height: 170px;
                      }
                      @media (max-width: 991px) {
                        width: 150px;
                        height: 150px;
                        margin-bottom: 10px;
                      }
                      @media (max-width: 549px) {
                        width: 140px;
                        height: 140px;
                      }
                      > span {
                        position: absolute;
                        background: #ffc000;
                        color: #c4484c;
                        padding: 2px 10px;
                        border-radius: 4px;
                        bottom: 0;
                        left: 0;
                        transform: translate(-15%, -30px);
                        font-family: "Catamaran", sans-serif !important;
                        font-size: 22px;
                        font-weight: 700;
                        line-height: 1em;
                        box-shadow: -3px 3px 13px 7px #181a1b3d;
                      }
                      > img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 100%;
                        box-shadow: -3px 3px 13px 7px #181a1b3d;
                      }
                    }
                    > .name {
                      font-family: "impact", sans-serif !important;
                      font-size: 28px;
                      line-height: 1em;
                      color: white;
                      margin: 0;
                      @media (max-width: 1279px) {
                        font-size: 22px;
                      }
                      @media (max-width: 991px) {
                        font-size: 20px;
                      }
                      @media (max-width: 549px) {
                        font-size: 18px;
                      }
                    }
                    > .role,
                    > .company {
                      font-family: "Catamaran", sans-serif !important;
                      font-size: 24px;
                      font-weight: 200;
                      line-height: 1em;
                      color: white;
                      margin: 0;
                      @media (max-width: 1279px) {
                        font-size: 18px;
                      }
                      @media (max-width: 991px) {
                        font-size: 16px;
                      }
                      @media (max-width: 549px) {
                        font-size: 15px;
                      }
                    }
                  }
                }
              }
            }
          }
        }
        > main {
          display: flex;
          justify-content: center;
          padding: 50px 50px 450px 50px;
          background: linear-gradient(45deg, #d9d9d9 0%, #ffffff 100%);
          @media (max-width: 991px) {
            padding: 30px 30px 450px 30px;
          }
          @media (max-width: 549px) {
            padding: 50px 10px 600px 10px;
          }
          > .lp-container {
            width: 100%;
            max-width: 1000px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            @media (max-width: 1279px) {
              max-width: 892px;
            }
            @media (max-width: 991px) {
              max-width: 708px;
            }
            @media (max-width: 767px) {
              max-width: 490px;
            }
            @media (max-width: 549px) {
              width: calc(100% - 20px);
              max-width: none;
            }
            > .icon-contents {
              display: flex;
              flex-direction: column;
              gap: 5px;
              @media (max-width: 549px) {
                gap: 15px;
              }
              > :nth-child(2) {
                > img {
                  margin-top: -10px;
                }
              }
              > div {
                display: flex;
                align-items: flex-start;
                gap: 20px;
                @media (max-width: 549px) {
                  gap: 10px;
                }
                > img {
                  width: 150px;
                  @media (max-width: 991px) {
                    width: 100px;
                  }
                  @media (max-width: 549px) {
                    width: 50px;
                  }
                }
                > p {
                  font-family: "Catamaran", sans-serif !important;
                  font-size: 29px;
                  font-weight: 200;
                  line-height: 1.2em;
                  margin: 0;
                  color: #4a4a49;
                  @media (max-width: 1279px) {
                    font-size: 25px;
                  }
                  @media (max-width: 991px) {
                    font-size: 18px;
                  }
                  @media (max-width: 549px) {
                    font-size: 16px;
                  }
                  > span {
                    font-weight: 700;
                  }
                }
              }
              > :nth-child(2) {
                align-items: center;
              }
            }
            > .divisor {
              width: 100%;
              height: 10px;
              background: linear-gradient(to right, #c4484c 0%, #ffc000 100%);
              margin: 50px 0;
              @media (max-width: 991px) {
                margin: 20px 0;
              }
            }
            > .check-contents {
              display: flex;
              flex-direction: column;
              gap: 20px;
              > div {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                @media (max-width: 991px) {
                  gap: 15px;
                }
                > span {
                  display: flex;
                  align-items: center;
                  > img {
                    width: 80px;
                    @media (max-width: 991px) {
                      width: 50px;
                    }
                  }
                  > p {
                    font-family: "Catamaran", sans-serif !important;
                    font-size: 40px;
                    font-weight: 700;
                    line-height: 1em;
                    margin: 0 0 -10px 0;
                    color: #4a4a49;
                    @media (max-width: 991px) {
                      font-size: 25px;
                    }
                    @media (max-width: 549px) {
                      font-size: 20px;
                    }
                  }
                }
                > p {
                  font-family: "Catamaran", sans-serif !important;
                  font-size: 26px;
                  font-weight: 200;
                  line-height: 1.2em;
                  margin: 0;
                  color: #4a4a49;
                  @media (max-width: 1279px) {
                    font-size: 25px;
                  }
                  @media (max-width: 991px) {
                    font-size: 18px;
                  }
                  &.alert {
                    font-weight: 700;
                    color: #c4484c;
                    padding: 0px;
                  }
                  > span {
                    font-weight: 700;
                  }
                }
              }
              > .divisor {
                width: 100%;
                height: 1px;
                background-color: #cacaca;
                margin: 30px 0 10px 0;
              }
            }
          }
        }
        > .divisor {
          width: 100%;
          height: 20px;
          background-color: white;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          .form-content {
            width: 100%;
            max-width: 800px;
            position: absolute;
            @media (max-width: 991px) {
              max-width: 720px;
            }
            @media (max-width: 767px) {
              max-width: 500px;
            }
            @media (max-width: 549px) {
              width: calc(100% - 20px);
              max-width: none;
            }
            > div {
              display: flex;
              background-color: #efefef;
              padding: 30px 60px;
              border-radius: 25px;
              box-shadow: -3px 3px 13px 7px #181a1b3d;
              @media (max-width: 767px) {
                padding: 30px;
              }
              > .screen-reader-response {
                display: none;
              }
              > form {
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 20px;
                > .hidden-fields-container {
                  display: none;
                }
                > .input-container {
                  width: 100%;
                  display: flex;
                  gap: 20px;
                  @media (max-width: 767px) {
                    flex-direction: column;
                  }
                  > p {
                    display: flex;
                    gap: 10px;
                    @media (max-width: 549px) {
                      flex-direction: column;
                    }
                    > label {
                      width: calc(50% - 5px);
                      @media (max-width: 767px) {
                        font-size: 17px;
                      }
                      @media (max-width: 549px) {
                        width: 100%;
                      }
                    }
                  }
                }
                > .checkbox-container {
                  display: flex;
                  flex-direction: column;
                  gap: 5px;
                  > h1 {
                    font-family: "Catamaran", sans-serif !important;
                    font-weight: 200;
                    font-size: 20px;
                    line-height: 1;
                    color: #575756;
                    @media (max-width: 767px) {
                      font-size: 17px;
                    }
                  }
                  > p {
                    > span {
                      > span {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;
                        > span {
                          margin: 0;
                          > label {
                            display: flex;
                            align-items: center;
                            gap: 5px;
                            > input[type="checkbox"] {
                              appearance: none;
                              -webkit-appearance: none;
                              width: 16px;
                              height: 16px;
                              border-radius: 6px;
                              border: none;
                              background-color: #ffffff;
                              box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
                              cursor: pointer;
                              transition: background-color 0.2s ease,
                                transform 0.2s ease;
                              &:checked {
                                background-color: #007bff;
                                box-shadow: 0 0 6px rgba(0, 123, 255, 0.5);
                                position: relative;
                                &::after {
                                  content: "✔";
                                  color: white;
                                  font-size: 10px;
                                  position: absolute;
                                  top: 1px;
                                  left: 4px;
                                }
                              }
                            }
                            > span {
                              width: calc(100% - 30px);
                              font-size: 20px;
                              @media (max-width: 767px) {
                                font-size: 17px;
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                }
                p {
                  width: 100%;
                  margin: 0;
                  > label {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    font-family: "Catamaran", sans-serif !important;
                    font-weight: 200;
                    font-size: 20px;
                    line-height: 1;
                    color: #575756;
                    @media (max-width: 767px) {
                      font-size: 17px;
                    }
                    @media (max-width: 549px) {
                      font-size: 16px;
                    }
                    > span {
                      display: flex;
                      flex-direction: column;
                      gap: 5px;
                      > input {
                        width: calc(100% - 40px);
                        height: 50px;
                        border: none;
                        border-radius: 50px;
                        padding: 5px 20px;
                        font-family: "Catamaran", sans-serif !important;
                        font-size: 20px;
                        @media (max-width: 549px) {
                          font-size: 16px;
                        }
                      }
                      > span {
                        color: #dc3232;
                      }
                    }
                  }
                }
                > p:has(> input) {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin-top: 30px;
                  @media (max-width: 549px) {
                    margin-top: 20px;
                  }
                  > input {
                    width: 375px;
                    height: 60px;
                    border: none;
                    font-family: "Catamaran", sans-serif !important;
                    font-size: 35px;
                    font-weight: 700;
                    background-color: #ffc000;
                    color: #ffffff;
                    border-radius: 50px;
                    cursor: pointer;
                    @media (max-width: 767px) {
                      font-size: 17px;
                    }
                  }
                  > span {
                    position: absolute;
                    right: 100px;
                    margin: 0;
                  }
                }
              }
            }
          }
        }
        > footer {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 10px;
          padding: 450px 50px 50px;
          @media (max-width: 549px) {
            padding: 600px 10px 50px;
          }
          .footer-logo {
            width: 400px;
            margin-bottom: 20px;
            @media (max-width: 549px) {
              max-width: 230px;
            }
            img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }
          > p {
            max-width: 700px;
            width: 100%;
            font-family: "Catamaran", sans-serif !important;
            font-size: 25px;
            font-weight: 200;
            text-align: center;
            line-height: 1em;
            color: white;
            margin: 0;
          }
          > a {
            font-family: "Catamaran", sans-serif !important;
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            line-height: 1em;
            text-decoration: none;
            color: white;
            margin: 0;
          }
        }
      }
    }
  }
}
