:root {
  --blue-100: #efeef6;
  --blue-200: #aba9c3;
  --blue-300: #817ea5;
  --blue-500: #001871;
  --blue-600: #242054;
  --blue-700: #1b183f;
  --view-port: 1124px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Inter", Arial, Helvetica, sans-serif;
}

body {
  width: 100%;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.view-port-width {
  max-width: var(--view-port) !important;
  margin: 0 5%;
}

.wpcf7-submit {
  margin-top: 32px;
}

.blue-button,
.wpcf7-submit {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;

  border-radius: 600px;
  background: #33a3ff;

  padding: 14px 24px;

  width: 270px;

  max-height: 63px;

  border: none;

  cursor: pointer;

  transition: all ease 0.5s;
}

.blue-button:hover {
  transform: scale(1.09);
}

.whatsApp-button {
  img {
    width: 24.603px;
    height: 24.603px;
    margin-right: 4px;
  }
  display: flex;
  /* max-width: 178.603px; */
  height: 45px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 475.138px;
  background: #00d287;

  color: #fff;
  font-family: Inter;
  font-size: 16.402px;
  font-style: normal;
  font-weight: 700;

  transition: all ease 0.5s;

  border: transparent;

  cursor: pointer;
}

.whatsApp-button:hover {
  transform: scale(1.04);
}

.tab-separator {
  width: 100%;
  max-width: var(--view-port);
  height: 1px;

  background-color: #e8edf0;

  margin: 84px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;

  color: var(--blue-600);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;

  span a {
    text-decoration: none;
    color: var(--blue-600);
  }

  img {
    height: 10px;
  }
}

.float-view {
  position: fixed;

  border-radius: 0px 0px 16px 0px;
  background: #00135a;
  height: 310px;

  z-index: 20000;

  top: 40%;
  left: 0;

  .float-view-content {
    width: 198px;
    height: 100%;

    transition: all ease 0.5s;

    display: flex;
    flex-direction: column;
    padding-top: 35px;

    margin-left: -198px;

    background-image: linear-gradient(#55a7f050, #00135a);

    .title {
      color: #fff;
      text-align: center;
      font-family: Poppins;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;

      margin: 0;
    }

    .float-download-catalog {
      color: #33a3ff;
      text-align: center;
      font-family: Poppins;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;

      margin-top: 20px;

      cursor: pointer;
    }

    .img-wrapper {
      width: 100%;

      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex: 1;

      img {
        width: 90%;
      }
    }
  }
}

.float-view-toggle {
  border-radius: 0px 12px 12px 0;
  background: #33a3ff;

  position: absolute;

  cursor: pointer;

  width: 46px;
  height: 210px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  top: 0;
  right: -46px;

  div {
    transform: rotate(-90deg);
  }

  span {
    color: #061d64;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    text-transform: uppercase;
    white-space: nowrap;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    align-self: stretch;
  }
}

.modal-wrapper {
  width: 500px;
  height: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 200000;
  background: #00000080;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .modal-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  #openSearch {
    display: none;
  }
}

.modal-content {
  padding: 58px;

  background-color: #fff;

  border-radius: 16px;

  display: flex;
  flex-direction: column;

  position: relative;

  .close-button {
    width: 24px;
    height: 24px;

    background-color: transparent;
    border: transparent;

    cursor: pointer;

    position: absolute;
    top: 13px;
    right: 13px;

    img {
      width: 100%;
    }
  }

  .row {
    display: flex;
    width: 100%;
    gap: 21px;
  }

  .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .title {
    color: var(--blue-700);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
  }
  .logo {
    width: 54px;
    height: 38px;
  }

  .subtitle {
    color: var(--blue-600);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
}

.modal-content-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 481px;
  margin-top: 31px;

  input {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: 1px solid var(--Azul-200, #aba9c3);

    padding: 14px 22px;

    color: var(--Azul-400, #001871);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  input::placeholder {
    color: var(--Azul-400, #001871);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .submit-button {
    width: 175px;
    height: 48px;
    border-radius: 600px;
    background: #00d287;

    border: 1px solid transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    /* 18/semi */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.45px;

    transition: all ease 0.5s;

    margin-top: 14px;

    cursor: pointer;
  }

  .submit-button:hover {
    transform: scale(1.04);
  }
}
