@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;
}

html {
  scroll-behavior: smooth;
  body {
    background-color: transparent !important;
    margin: 0;
    #header,
    header,
    hr,
    #footer,
    footer {
      display: none;
    }
    .landing-page {
      width: 100%;
      display: flex;
      justify-content: center;
      > section {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        .background-container {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          position: relative;
          padding: 55px 0 25px;
          background-image: url("../img/landing-page-e-book-programa-de-excelencia/lp-bg.png");
          background-position: top;
          background-size: 1920px;
          background-repeat: no-repeat;
          .header-container {
            max-width: 1090px;
            width: calc(100% - 110px);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 55px;
            @media (max-width: 767px) {
              width: calc(100% - 40px);
              padding: 0 20px;
            }
            @media (max-width: 549px) {
              gap: 10px;
            }
            > div {
              width: 100%;
              display: flex;
              justify-content: flex-start;
              @media (max-width: 549px) {
                justify-content: center;
              }
              > img {
                width: 290px;
              }
            }
            > h1 {
              width: calc(100% - 260px);
              font-family: "Catamaran", sans-serif;
              font-size: 50px;
              font-weight: 700;
              line-height: 1.2em;
              text-align: center;
              color: #ffffff;
              margin: 0;
              @media (max-width: 1280px) {
                font-size: 45px;
              }
              @media (max-width: 991px) {
                width: 100%;
              }
              @media (max-width: 767px) {
                font-size: 35px;
              }
              @media (max-width: 549px) {
                font-size: 32px;
              }
            }
            > h2 {
              width: calc(100% - 260px);
              font-family: "Catamaran", sans-serif;
              font-size: 50px;
              font-weight: 200;
              text-align: center;
              color: #ffffff;
              margin-bottom: 12px;
              @media (max-width: 991px) {
                width: 100%;
              }
              @media (max-width: 767px) {
                font-size: 35px;
                line-height: 1em;
                margin: 20px 0 0 0;
              }
            }
            > p {
              width: calc(100% - 260px);
              font-family: "Catamaran", sans-serif;
              font-size: 50px;
              font-weight: 200;
              text-align: center;
              color: #ffffff;
              line-height: 1.4em;
              margin: 0;
              @media (max-width: 991px) {
                width: 100%;
                font-size: 45px;
              }
              @media (max-width: 767px) {
                line-height: 1.2em;
                font-size: 35px;
              }
            }
            > a {
              width: 460px;
              display: flex;
              justify-content: center;
              border: none;
              padding: 10px;
              border-radius: 50px;
              background-color: #ffffff;
              margin-top: 30px;
              cursor: pointer;
              box-shadow: -3px 3px 13px 7px #181a1b3d;
              text-decoration: none;
              @media (max-width: 767px) {
                width: 280px;
                padding: 5px;
              }
              > span {
                font-family: "Catamaran", sans-serif;
                font-size: 40px;
                font-weight: 700;
                background-image: linear-gradient(90deg, #594898, #e7424c)!important;
                background-clip: text;
                -webkit-background-clip: text;
                color: transparent;
                -webkit-text-fill-color: transparent;
                line-height: 1.7em;
                @media (max-width: 767px) {
                  font-size: 25px;
                }
              }
            }
          }
          .content-container {
            width: 100%;
            display: flex;
            justify-content: center;
            border-radius: 80px 80px 0 0;
            background-color: #f5f5f5;
            margin-top: 50px;
            box-shadow: -3px 3px 13px 7px #181a1b3d;
            z-index: 1;
            .content-body {
              max-width: 1090px;
              width: calc(100% - 110px);
              padding: 55px;
              z-index: 1;
              @media (max-width: 767px) {
                width: calc(100% - 40px);
                padding: 30px 20px 0;
                border-radius: 40px 40px 0 0;
              }
              > h1 {
                font-family: "Catamaran", sans-serif;
                font-size: 48px;
                font-weight: 700;
                line-height: 1em;
                margin: 0 0 30px 0;
                color: #575756;
                @media (max-width: 1280px) {
                  font-size: 38px;
                }
                @media (max-width: 767px) {
                  font-size: 30px;
                }
              }
              > p {
                font-family: "Catamaran", sans-serif;
                font-size: 29px;
                font-weight: 200;
                line-height: 1em;
                margin: 0;
                color: #575756;
                @media (max-width: 767px) {
                  font-size: 22px;
                }
              }
              > strong {
                font-family: "Catamaran", sans-serif;
                font-size: 24px;
                font-weight: 700;
                color: #575756;
                @media (max-width: 767px) {
                  font-size: 22px;
                }
              }
              > div {
                width: 100%;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                gap: 10px;
                margin-bottom: 25px;
                > img {
                  width: 35px;
                  @media (max-width: 767px) {
                    width: 25px;
                  }
                }
                > div {
                  display: flex;
                  flex-direction: column;
                  gap: 5px;
                  > h1 {
                    font-family: "Catamaran", sans-serif;
                    font-size: 28px;
                    font-weight: 700;
                    line-height: 1.3em;
                    margin: 0;
                    color: #575756;
                    @media (max-width: 767px) {
                      font-size: 20px;
                    }
                  }
                  > p {
                    font-family: "Catamaran", sans-serif;
                    font-size: 25px;
                    font-weight: 200;
                    margin: 0;
                    color: #575756;
                    @media (max-width: 767px) {
                      font-size: 18px;
                      line-height: 1em;
                    }
                  }
                }
              }
              > .first {
                margin-top: 30px;
              }
            }
          }
          &::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url("../img/landing-page-e-book-programa-de-excelencia/lp-semi-logo.png");
            background-size: 1100px;
            background-repeat: no-repeat;
            background-position: top;
            background-position-y: 325px;
            mix-blend-mode: overlay;
            pointer-events: none;
          }
          &::after {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(90deg, #594898, #e7424c)!important;
            mix-blend-mode: overlay;
            pointer-events: none;
          }
        }
        .form-background {
          width: 100%;
          display: flex;
          justify-content: center;
          background-color: #f5f5f5;
          .form-container {
            max-width: 1090px;
            width: calc(100% - 110px);
            display: flex;
            flex-direction: column;
            gap: 50px;
            padding: 55px;
            @media (max-width: 767px) {
              width: calc(100% - 40px);
              padding: 20px;
            }
            @media (max-width: 549px) {
              gap: 30px;
            }
            > h1 {
              font-family: "Catamaran", sans-serif !important;
              font-size: 50px;
              font-weight: 700;
              line-height: 1em;
              color: #da5864;
              margin: 0;
              @media (max-width: 991px) {
                font-size: 30px;
              }
              @media (max-width: 767px) {
                text-align: center;
              }
              @media (max-width: 549px) {
                font-size: 25px;
                line-height: 1em;
              }
            }
            .form-content {
              width: 100%;
              > 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: 767px) {
                        flex-direction: column;
                      }
                      > label {
                        width: calc(50% - 5px);
                        @media (max-width: 767px) {
                          width: 100%;
                          font-size: 17px;
                        }
                      }
                    }
                  }
                  p {
                    width: 100%;
                    margin: 0;
                    > label {
                      display: flex;
                      flex-direction: column;
                      gap: 10px;
                      font-family: "Catamaran", sans-serif;
                      font-weight: 200;
                      font-size: 20px;
                      line-height: 1em;
                      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;
                          font-size: 20px;
                          @media (max-width: 549px) {
                            font-size: 16px;
                          }
                        }
                        > span {
                          color: #dc3232;
                        }
                      }
                    }
                  }
                  > p:has(> input) {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 30px;
                    @media (max-width: 549px) {
                      margin-top: 20px;
                    }
                    > input {
                      width: 400px;
                      height: 70px;
                      border: none;
                      font-family: "Catamaran", sans-serif;
                      font-size: 35px;
                      font-weight: 700;
                      background-image: linear-gradient(
                        90deg,
                        #594898,
                        #e7424c
                      );
                      color: #ffffff;
                      border-radius: 50px;
                      cursor: pointer;
                      @media (max-width: 767px) {
                        font-size: 17px;
                      }
                    }
                    > span {
                      position: absolute;
                      right: 100px;
                      margin: 0;
                    }
                  }
                }
                .form-success-message {
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  gap: 30px;
                  padding: 30px 40px;
                  > h1 {
                    font-family: "Catamaran", sans-serif !important;
                    font-size: 50px;
                    font-weight: 700;
                    line-height: 1em;
                    color: #da5864;
                    margin: 0;
                  }
                  > div {
                    display: flex;
                    flex-direction: column;
                    > p {
                      font-family: "Catamaran", sans-serif !important;
                      font-size: 35px;
                      font-weight: 200;
                      line-height: 1em;
                      text-align: center;
                      margin: 0;
                      &.bold {
                        font-weight: 700;
                      }
                    }
                    > a {
                      font-family: "Catamaran", sans-serif !important;
                      font-size: 40px;
                      font-weight: 700;
                      line-height: 1em;
                      color: #da5864;
                      text-align: center;
                      cursor: pointer;
                    }
                  }
                }
              }
            }
            .meet-container {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              > img {
                width: 160px;
                margin: 0 0 25px 0;
              }
              > p {
                max-width: 700px;
                width: 100%;
                font-family: "Catamaran", sans-serif;
                font-size: 25px;
                font-weight: 200;
                text-align: center;
                margin: 0 0 25px 0;
                color: #575756;
                @media (max-width: 549px) {
                  font-size: 20px;
                  line-height: 1em;
                }
              }
              > a {
                font-family: "Catamaran", sans-serif;
                font-size: 30px;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                color: #575756;
                margin-top: -20px;
                @media (max-width: 549px) {
                  font-size: 25px;
                  margin-top: -30px;
                }
              }
            }
          }
        }
      }
    }
  }
}
