p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #333;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

svg, img {
  max-width: 100%;
}

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 1280px) {
  html, body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  html, body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.grid {
  width: min(92%, 90rem);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #333;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #333;
}

a.button {
  display: inline-table;
  padding: 0.938rem 1.874rem;
  border-radius: 14px;
  background-color: #B8FF0E;
  font-size: 1rem;
  color: #133F58;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 500px) {
  a.button {
    font-size: 16px;
  }
}
a.button:hover {
  background-color: #0eefff;
  color: #000;
}

.sec-hero {
  background: url("../imagens/bg-hero.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 130%;
  background-color: #133F58;
}
.sec-hero .grid {
  justify-content: center;
  padding: 7.813rem 0;
}
.sec-hero .grid .desc {
  max-width: 47.12rem;
  text-align: center;
}
.sec-hero .grid .desc .logo {
  margin-bottom: 2rem;
}
.sec-hero .grid .desc h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.sec-hero .grid .desc h2 strong {
  color: #B8FF0E;
}
.sec-hero .grid .desc p {
  color: #fff;
  padding-top: 2rem;
  max-width: 80%;
  margin: 0 auto;
}
.sec-hero .grid .desc .ico-down {
  padding-top: 2rem;
}

.sec-hero-dest {
  background-color: #133F58;
  padding-bottom: 5rem;
}
.sec-hero-dest .grid {
  padding: 0 8rem;
}
@media screen and (max-width: 1440px) {
  .sec-hero-dest .grid {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 500px) {
  .sec-hero-dest .grid {
    padding: 0 20px;
  }
}
.sec-hero-dest .item {
  background: rgb(1, 220, 255);
  background: linear-gradient(120deg, rgb(1, 220, 255) 0%, rgb(103, 8, 210) 100%);
  width: 32%;
  padding: 3px;
  border-radius: 25px;
}
@media screen and (max-width: 500px) {
  .sec-hero-dest .item {
    width: 100%;
    margin: 1rem 0;
  }
}
.sec-hero-dest .item .background {
  background-color: #133F58;
  padding: 2rem 1.5rem;
  border-radius: 25px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  min-height: 150px;
}
.sec-hero-dest .item .background .ico {
  width: 97px;
  height: 97px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-hero-dest .item .background .ico img {
  width: 50px;
}
.sec-hero-dest .item .background .desc {
  width: calc(100% - 120px);
  align-self: center;
}
.sec-hero-dest .item .background .desc h3 {
  color: #fff;
  padding-top: 0;
  font-size: 1rem;
  font-weight: bold;
}
.sec-hero-dest .item .background .desc p {
  padding-top: 2px;
  color: #fff;
  font-size: 0.765rem;
}
@media screen and (max-width: 500px) {
  .sec-hero-dest .item .background .desc p {
    font-size: 1rem;
  }
}

.sec-planos {
  background-color: #133F58;
}
.sec-planos .tt {
  max-width: 47.12rem;
  text-align: center;
  margin: 0 auto;
}
.sec-planos .tt h3 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.sec-planos .tt p {
  color: #fff;
  padding-top: 2rem;
  max-width: 80%;
  margin: 0 auto;
}
.sec-planos .tt a.link {
  color: #B8FF0E;
  display: inline-table;
  margin-top: 2rem;
}
.sec-planos .tt a.link span {
  vertical-align: middle;
}
.sec-planos .tt a.link span.ico {
  margin-left: 1rem;
}
.sec-planos .tab-planos {
  padding: 4rem 0 3rem 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 4rem;
}
.sec-planos .tab-planos [data-tab-content] {
  display: none !important;
}
.sec-planos .tab-planos .active[data-tab-content] {
  display: block !important;
}
.sec-planos .tab-planos .tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sec-planos .tab-planos .tab {
  cursor: pointer;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  margin-bottom: 2rem;
}
.sec-planos .tab-planos .tab.active {
  opacity: 1;
}
.sec-planos .tab-planos .tab-content {
  margin-left: 20px;
  margin-right: 20px;
}
.sec-planos .tab-planos .content-planos {
  width: 100%;
}
.sec-planos .tab-planos .content-planos .grid {
  width: 100%;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1440px) {
  .sec-planos .tab-planos {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .sec-planos .tab-planos {
    padding: 4rem 0 2rem 2rem;
    gap: 0;
    width: 95%;
    max-width: 100%;
  }
}
.sec-planos .tab-planos .item {
  background: rgb(1, 220, 255);
  background: linear-gradient(120deg, rgb(1, 220, 255) 0%, rgb(103, 8, 210) 100%);
  width: calc(20% - 1rem);
  padding: 3px;
  border-radius: 25px;
}
@media screen and (max-width: 1440px) {
  .sec-planos .tab-planos .item {
    width: calc(25% - 0.5rem);
  }
}
@media screen and (max-width: 500px) {
  .sec-planos .tab-planos .item {
    margin: 10px;
  }
}
.sec-planos .tab-planos .item .container {
  background-color: #133F58;
  padding: 2rem;
  border-radius: 25px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec-planos .tab-planos .item .container {
    padding: 2rem;
  }
}
.sec-planos .tab-planos .item .container h3 {
  width: 100%;
  font-size: 1.333rem;
  color: #0bc6fa;
  font-weight: bold;
}
.sec-planos .tab-planos .item .container h3 small {
  display: block;
  color: #fff;
  font-size: 0.85rem;
}
.sec-planos .tab-planos .item .container p {
  color: #fff;
  padding-top: 1.5rem;
  vertical-align: middle;
}
.sec-planos .tab-planos .item .container .value {
  font-size: 3rem;
}
@media screen and (max-width: 1440px) {
  .sec-planos .tab-planos .item .container .value {
    font-size: 3rem;
  }
}
.sec-planos .tab-planos .item .container .sub {
  font-size: 0.887rem;
  font-weight: normal;
}
.sec-planos .tab-planos .item .container .month {
  font-size: 0.75rem;
  font-weight: normal;
}
.sec-planos .tab-planos .item .container .price {
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: dotted 2px #fff;
  padding-bottom: 1.6rem;
  line-height: 1;
  padding-top: 10px;
}
.sec-planos .tab-planos .item .container .info-plan {
  min-height: 160px;
}
@media screen and (max-width: 500px) {
  .sec-planos .tab-planos .item .container .info-plan {
    min-height: auto;
  }
}
.sec-planos .tab-planos .item .container a.button {
  margin-top: 2rem;
}
.sec-planos .tab-planos .item .container a:not(.button) {
  display: block;
  padding-top: 1rem;
  color: #fff;
  font-size: 0.814rem;
  text-decoration: underline;
  font-weight: 600;
}
.sec-planos .tab-planos .item .container .plan-gb {
  display: inline-table;
  padding: 0.938rem 1.874rem;
  border-radius: 14px;
  background-color: #072231;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1rem;
}
.sec-planos .prime {
  background-color: #072231;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 5rem 6.875rem;
  border-radius: 25px;
}
@media screen and (max-width: 500px) {
  .sec-planos .prime {
    padding: 4rem 3rem;
    margin-top: 2rem;
  }
}
.sec-planos .prime .desc {
  width: 70%;
}
@media screen and (max-width: 500px) {
  .sec-planos .prime .desc {
    width: 100%;
  }
}
.sec-planos .prime h3 {
  font-size: 2.375rem;
  color: #fff;
  font-weight: bold;
}
.sec-planos .prime p {
  font-size: 1.563rem;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .sec-planos .prime p {
    font-size: 1.33333rem;
  }
}
.sec-planos .prime .btns {
  align-self: center;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .sec-planos .prime .btns {
    width: 100%;
    margin-top: 2rem;
  }
}
.sec-planos .prime .btns a.button {
  width: 100%;
  text-align: center;
}

.sec-clientes {
  margin-top: -10rem;
  padding: 16rem 0 8rem 0;
  background: url("../imagens/bg-radar-cloud-gradient.jpg");
  background-size: cover;
  background-position: bottom;
}
.sec-clientes .tt {
  width: 100%;
  padding: 0 1rem;
}
.sec-clientes .tt h2 {
  font-size: 2.375rem;
  font-weight: bold;
  color: #133F58;
}
.sec-clientes .list-clientes {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.sec-clientes .list-clientes .item {
  padding: 0.5rem;
}
.sec-clientes .list-clientes .item .container {
  border-radius: 25px;
  border: 2px solid #f3f3f3;
  padding: 0 1rem;
}
.sec-clientes .list-clientes .item img {
  border-radius: 25px;
}

.sec-eficiencia {
  background-color: #fff;
  padding: 8rem 0;
}
@media screen and (max-width: 500px) {
  .sec-eficiencia {
    padding: 60px 0;
  }
}
.sec-eficiencia .desc {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .sec-eficiencia .desc {
    width: 100%;
    padding: 0 30px;
  }
}
.sec-eficiencia .desc h2 {
  font-size: 3rem;
  color: #072231;
  font-weight: bold;
  line-height: 1;
}
.sec-eficiencia .desc h3 {
  font-size: 1.5rem;
  color: #133F58;
  font-weight: bold;
  padding-top: 10px;
}
.sec-eficiencia .desc p {
  padding-top: 1rem;
}
.sec-eficiencia .desc details {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #c4c4c4;
}
.sec-eficiencia .desc details ::marker {
  font-size: 0.9rem;
  vertical-align: middle;
}
.sec-eficiencia .desc details summary {
  font-size: 1.45rem;
  color: #133F58;
  font-weight: bold;
  cursor: pointer;
}
.sec-eficiencia .desc a.button {
  margin-top: 2rem;
}
.sec-eficiencia .img {
  width: 50%;
  border-radius: 25px;
}
.sec-eficiencia .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
@media screen and (max-width: 500px) {
  .sec-eficiencia .img {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
}

.sec-processo {
  padding-bottom: 5rem;
}
.sec-processo .tt {
  max-width: 47.12rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .sec-processo .tt {
    padding: 0 20px;
  }
}
.sec-processo .tt h2 {
  font-size: 2.111rem;
  font-weight: bold;
  line-height: 1;
  color: #133F58;
}
.sec-processo .tt h3 {
  font-size: 1rem;
  padding-top: 2rem;
  max-width: 80%;
  margin: 0 auto;
}
.sec-processo .list-process {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
}
.sec-processo .list-process .item {
  width: calc(33.3333% - 1rem);
  border: 2px solid #f3f3f3;
  box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 3.889rem 2.778rem;
  border-radius: 25px;
}
.sec-processo .list-process .item h4 {
  font-size: 12px;
  text-transform: uppercase;
}
.sec-processo .list-process .item h3 {
  font-size: 1.333rem;
  font-weight: bold;
  color: #133F58;
}
@media screen and (max-width: 500px) {
  .sec-processo .list-process .item {
    width: 100%;
  }
}
.sec-processo .btn {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}

.sec-plataforma-de-nuvem {
  background: url("../imagens/bg-plataforma.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 130%;
  background-color: #133F58;
  padding: 7.56rem 0;
}
.sec-plataforma-de-nuvem .desc {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .desc {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
}
.sec-plataforma-de-nuvem .desc h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.sec-plataforma-de-nuvem .desc p {
  color: #fff;
}
.sec-plataforma-de-nuvem .desc a.button {
  margin-top: 2rem;
}
.sec-plataforma-de-nuvem .list-itens {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .list-itens {
    width: 100%;
  }
}
.sec-plataforma-de-nuvem .list-itens .item {
  padding: 0 0 4rem 0;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .list-itens .item {
    padding: 0 0 20px 0;
  }
}
.sec-plataforma-de-nuvem .list-itens .item .container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.sec-plataforma-de-nuvem .list-itens .item .ico {
  width: 157px;
  height: 157px;
  background: linear-gradient(120deg, rgb(1, 220, 255) 0%, rgb(103, 8, 210) 100%);
  border-radius: 25px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.sec-plataforma-de-nuvem .list-itens .item .ico svg,
.sec-plataforma-de-nuvem .list-itens .item .ico path {
  width: 90px;
  height: 90px;
  fill: #fff;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .list-itens .item .ico svg,
  .sec-plataforma-de-nuvem .list-itens .item .ico path {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .list-itens .item .ico {
    width: 90px;
    height: 90px;
    margin: 0px 0 0 20px;
  }
}
.sec-plataforma-de-nuvem .list-itens .item .txt {
  width: calc(100% - 180px);
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .list-itens .item .txt {
    width: 100%;
    padding: 20px;
  }
}
.sec-plataforma-de-nuvem .list-itens .item .txt h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}
.sec-plataforma-de-nuvem .list-itens .item .txt p {
  color: #fff;
  padding-top: 1rem;
}
.sec-plataforma-de-nuvem .desempenho {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-top: 5rem;
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .desempenho .desc-desempenho {
    width: 100%;
    order: 2;
    padding: 20px;
  }
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho h1 {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding-top: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .desempenho .desc-desempenho h1 {
    font-size: 30px;
  }
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .desempenho .desc-desempenho h2 {
    font-size: 1.5rem;
  }
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho p {
  color: #fff;
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho details {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #c4c4c4;
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho details ::marker {
  font-size: 0.9rem;
  vertical-align: middle;
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho details summary {
  font-size: 1.45rem;
  color: #133F58;
  font-weight: bold;
  cursor: pointer;
}
.sec-plataforma-de-nuvem .desempenho .desc-desempenho a.button {
  margin-top: 2rem;
}
.sec-plataforma-de-nuvem .desempenho .img {
  width: 50%;
}
.sec-plataforma-de-nuvem .desempenho .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
@media screen and (max-width: 500px) {
  .sec-plataforma-de-nuvem .desempenho .img {
    width: 100%;
    order: 1;
    height: 300px;
  }
}

.sec-contato {
  background: url("../imagens/bg-contato.jpg");
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}
@media screen and (max-width: 500px) {
  .sec-contato {
    padding: 5rem 0;
  }
}
.sec-contato .grid {
  max-width: 700px;
}
@media screen and (max-width: 500px) {
  .sec-contato .grid {
    width: 95%;
  }
}
.sec-contato .grid form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.sec-contato .grid h2 {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 2.111rem;
  color: #133F58;
}
.sec-contato .grid h2 + p {
  text-align: center;
  padding-top: 1rem;
}
.sec-contato .grid .container {
  padding: 35px 30px;
  margin-top: 40px;
  width: 100%;
}
.sec-contato .grid .container label {
  width: 100%;
}
.sec-contato .grid .container label.w50 {
  width: 48%;
}
.sec-contato .grid .container label P {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #333;
  margin-bottom: 4px;
}
.sec-contato .grid .container label .textfield {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: #ccc 1px solid;
}
.sec-contato .grid .container label textarea.textfield {
  resize: vertical;
}
.sec-contato .grid .container button.button {
  display: inline-table;
  padding: 0.938rem 1.874rem;
  border-radius: 14px;
  background-color: #B8FF0E;
  font-size: 1rem;
  color: #133F58;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
}
.sec-contato .grid .container button.button:hover {
  background-color: #0eefff;
  color: #000;
}

.sec-rodape {
  background-color: #133F58;
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .sec-rodape .grid {
    flex-flow: column;
    justify-content: center;
    gap: 20px;
    row-gap: 30px;
    align-items: center;
    text-align: center;
  }
}
.sec-rodape p {
  padding-top: 1rem;
  color: #fff;
}
.sec-rodape h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}
.sec-rodape .selo {
  align-self: flex-end;
}
@media screen and (max-width: 500px) {
  .sec-rodape .selo {
    align-self: center;
  }
}

.configure-container-form {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  padding: 4rem 6rem;
  border-radius: 25px;
  margin-bottom: 2rem;
  display: none;
}
@media screen and (max-width: 500px) {
  .configure-container-form {
    padding: 4rem 3rem;
  }
}
.configure-container-form h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .configure-container-form h2 {
    font-size: 18px;
  }
}
.configure-container-form h2 + p {
  color: #fff;
  padding-top: 1.5rem;
  font-size: 0.9rem;
  margin-bottom: 3rem;
  max-width: 80%;
}
@media screen and (max-width: 500px) {
  .configure-container-form h2 + p {
    font-size: 14px;
    max-width: 100%;
  }
}
.configure-container-form h2 + p a {
  color: #B8FF0E;
  display: inline-table;
  margin-top: 2rem;
}
.configure-container-form h2 + p a span {
  vertical-align: middle;
}
.configure-container-form h2 + p a span.ico {
  margin-left: 1rem;
}
.configure-container-form h3.plano-select {
  font-size: 1rem;
  color: #B8FF0E;
  font-weight: bold;
}
.configure-container-form form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
.configure-container-form form .col {
  width: calc(50% - 30px);
  text-align: left;
}
@media screen and (max-width: 500px) {
  .configure-container-form form .col {
    width: 100%;
  }
}
.configure-container-form form .plan input[type=radio] {
  position: absolute;
  opacity: 0;
}
.configure-container-form form .plan {
  cursor: pointer;
  width: 48.5%;
}
.configure-container-form form .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}
.configure-container-form form .plan .plan-details span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-top: 0;
  font-weight: bold;
}
.configure-container-form form .plan .plan-details p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding-top: 15px;
}
.configure-container-form form .plan input[type=radio]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #133F58;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #000;
  -webkit-box-shadow: 0px 0px 0px 2px #133F58;
  box-shadow: 0px 0px 0px 2px #133F58;
}
.configure-container-form form .plan input[type=radio]:checked + .plan-content {
  border: 2px solid #133F58;
  background: rgba(0, 0, 0, 0.16);
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
@media screen and (max-width: 991px) {
  .configure-container-form form .plan {
    width: 100%;
  }
  .configure-container-form form .plan.complete-plan {
    margin-top: 20px;
  }
  .configure-container-form form .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }
  .configure-container-form form .plan input[type=radio]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media screen and (max-width: 767px) {
  .configure-container-form form .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}
@media screen and (max-width: 540px) {
  .configure-container-form form .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }
  .configure-container-form form .plan input[type=radio]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }
  .configure-container-form form .plan .plan-content .plan-details {
    width: 100%;
  }
  .configure-container-form form .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.configure-container-form .total-cost {
  padding-top: 2rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.configure-container-form .total-cost .select-vs-linux {
  width: 100%;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  display: none;
}
.configure-container-form .total-cost .select-vs-linux label {
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}
.configure-container-form .total-cost a.button {
  width: calc(50% - 10px);
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
}
.configure-container-form .total-cost a.button.email {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .configure-container-form .total-cost a.button.email {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .configure-container-form .total-cost a.button {
    width: 100% !important;
    padding: 2rem;
  }
}
.configure-container-form .total-cost table {
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin: 25px 0 10px 0;
}
.configure-container-form .total-cost table tr:first-child td {
  border-top: 0;
}
.configure-container-form .total-cost table td {
  padding: 1rem;
  color: #fff;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.configure-container-form .total-cost table td span {
  font-weight: bold;
}
.configure-container-form .total-cost table td.total {
  font-size: 18px;
  background: #fff;
  border-radius: 20px;
  color: #133F58;
}
@media screen and (max-width: 500px) {
  .configure-container-form .total-cost table td.total {
    font-size: 16px;
  }
}
.configure-container-form .campField {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0px 0;
  border-radius: 25px;
  padding: 0.5rem 1rem;
  margin: 1.4rem 0;
  background-color: rgba(0, 0, 0, 0.16);
  min-height: 120px;
  border: 2px solid rgba(0, 0, 0, 0.38);
}
@media screen and (max-width: 500px) {
  .configure-container-form .campField {
    padding: 1rem 2rem;
  }
}
.configure-container-form .campField.msg {
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 2rem;
}
.configure-container-form .campField.msg .check {
  width: 30px;
  text-align: center;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.configure-container-form .campField.msg .txt {
  width: calc(100% - 50px);
}
.configure-container-form .campField.msg .txt h3 {
  font-size: 1rem;
  color: #B8FF0E;
  text-transform: uppercase;
  font-weight: bold;
}
.configure-container-form .campField.msg .txt p {
  text-transform: unset;
  font-size: 0.9rem;
  font-weight: normal;
  padding-top: 15px;
}
.configure-container-form .campField .label {
  width: 35%;
  text-align: right;
  padding-right: 1rem;
}
@media screen and (max-width: 500px) {
  .configure-container-form .campField .label {
    width: 100%;
    text-align: left !important;
  }
}
.configure-container-form .campField .label p {
  width: 100%;
  padding: 0;
}
.configure-container-form .campField .field {
  width: 65%;
}
@media screen and (max-width: 500px) {
  .configure-container-form .campField .field {
    width: 100%;
    margin-top: 10px;
  }
}
.configure-container-form .campField p {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
}
.configure-container-form .btn {
  width: 100%;
}
.configure-container-form .btn p {
  width: 100%;
  color: #fff;
  padding-top: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.configure-container-form .btn button.button {
  display: inline-table;
  padding: 0.938rem 1.874rem;
  border-radius: 14px;
  background-color: #B8FF0E;
  font-size: 1rem;
  color: #133F58;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 1rem;
  border: none;
}
.configure-container-form .btn button.button:hover {
  background-color: #0eefff;
  color: #000;
}
.configure-container-form .field {
  color: #fff;
  /* Track: webkit browsers */
  /* Track: Mozilla Firefox */
  /* Thumb: webkit */
  /* Thumb: Firefox */
  /*=============
    Aesthetics 
    =========================*/
}
.configure-container-form .field input[type=range] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: calc(100% - 100px);
  cursor: pointer;
  outline: none;
  /*  slider progress trick  */
  overflow: hidden;
  border-radius: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .configure-container-form .field input[type=range] {
    width: calc(100% - 80px);
  }
}
.configure-container-form .field input[type=range]::-webkit-slider-runnable-track {
  height: 15px;
  background: #ccc;
  border-radius: 16px;
}
.configure-container-form .field input[type=range]::-moz-range-track {
  height: 15px;
  background: #ccc;
  border-radius: 16px;
}
.configure-container-form .field input[type=range]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: #000;
  transform: scale(1.1);
  border-radius: 50%;
  border: 2px solid #B8FF0E;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #B8FF0E;
}
.configure-container-form .field input[type=range]::-moz-range-thumb {
  height: 5px;
  width: 5px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #B8FF0E;
  /*  slider progress trick  */
  box-shadow: -407px 0 0 400px #B8FF0E;
}
.configure-container-form .field body {
  font-family: system-ui;
}
.configure-container-form .field h1 {
  color: #4b4949;
  text-align: center;
}
.configure-container-form .field .wrapper {
  color: #4b4949;
  background: #B8FF0E;
  max-width: 400px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.configure-container-form .field .range {
  display: flex;
  align-items: center;
  max-width: 500px;
  height: 4rem;
  width: 80%;
  background: #fff;
  padding: 0px 10px;
}

.contact-container {
  position: fixed;
  width: 28vw;
  right: 0;
  background-color: #072231;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 4vw;
  box-shadow: -630px 0px 30px 740px rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.contact-container .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
}
.contact-container .close svg {
  max-width: 20px;
}
@media screen and (max-width: 1440px) {
  .contact-container {
    padding: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .contact-container {
    width: 100vw;
    padding: 3rem;
  }
  .contact-container h2 {
    font-size: 14px;
  }
}
.contact-container h2 + p {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 14px;
}
.contact-container label {
  width: 100%;
}
.contact-container label.w50 {
  width: 48%;
}
.contact-container label P {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-top: 15px;
}
@media screen and (max-width: 1440px) {
  .contact-container label P {
    font-size: 12px;
  }
}
.contact-container label .textfield {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: #ccc 1px solid;
}
@media screen and (max-width: 1440px) {
  .contact-container label .textfield {
    padding: 8px;
  }
}
.contact-container label textarea.textfield {
  resize: vertical;
}
.contact-container button.button {
  display: inline-table;
  padding: 0.938rem 1.874rem;
  border-radius: 14px;
  background-color: #B8FF0E;
  font-size: 1rem;
  color: #133F58;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact-container button.button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-container button.button {
    padding: 15px;
    font-size: 16px;
  }
}
.contact-container button.button:hover {
  background-color: #0eefff;
  color: #000;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #333;
}

/*# sourceMappingURL=style.css.map */
