p {
  color: #5B5B5B;
  line-height: 1.3em;
}

.solucoes .topo {
  justify-content: space-between;
}
.solucoes .topo p {
  width: 88%;
  padding-bottom: 15px;
}

.topo figure {
  border-radius: 10px;
  position: relative;
}
.topo figure img {
  z-index: 2;
  position: relative;
  border-radius: 10px;
}
.topo figure::before {
  content: "";
  border-radius: 10px;
  width: 165px;
  height: 165px;
  border: 1px solid #03003b;
  margin: -20px 0 0 -20px;
  position: absolute;
}

.cards {
  z-index: 5;
  position: relative;
}
.cards .wp-block-column {
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px 20px;
  color: var(--secondary-color);
  border: 1px solid #A7A8D9;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.cards .wp-block-image {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards p {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1em;
}

.cards__box__round {
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px 20px;
  color: var(--secondary-color);
  border: 1px solid #A7A8D9;
}
.cards__box__round figure {
  text-align: center;
}
.cards__box__round p {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1em;
  text-align: center;
}

.box {
  border: 1px solid var(--secondary-color);
  padding: 60px 60px 0px;
  margin-top: -48px;
  position: relative;
  background-color: var(--white-color);
}
.box h2 {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 2.8em;
  padding-bottom: 40px;
}
.box figure {
  position: absolute;
  text-align: center;
  width: 100%;
  /*top: 35%;*/
}

.box-wrapper {
  border: 1px solid var(--secondary-color);
  padding: 60px;
  margin-top: -48px;
  background-color: var(--white-color);
}

/*
.box figure{position: absolute;bottom: -73px;left: 130px;}
.box .wp-block-columns{align-items: center;}
*/
.text-center {
  text-align: center;
  position: relative;
}

/*.cards .wp-block-column:not(:first-child) {margin-left: 20px !important;}*/
label {
  font-size: 13px;
  padding-left: 10px;
}

textarea {
  background-color: #F9F9F9;
  border: 1px solid #9E9E9E;
  padding: 10px 15px;
  margin: 5px 0 20px;
  font-size: 1.4em;
  width: 100%;
  max-height: 150px;
}

input {
  background-color: #F9F9F9;
  border: 1px solid #9E9E9E;
  padding: 10px 15px;
  margin: 5px 0 20px;
  font-size: 1.4em;
  width: 100%;
  max-height: 150px;
}
input.wpcf7-form-control.wpcf7-submit {
  margin: 10px 0 0;
  font-size: 13px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  padding: 17px;
}

.wpcf7-not-valid-tip {
  margin: -20px 0 30px;
}

/* Laptop */
/* Tablet */
/* Mobile default */
@media only screen and (max-width: 767px) {
  .box {
    margin-top: -38px;
    background: var(--white-color);
    padding: 20px 20px 200px;
  }
  .solucoes .topo .p {
    width: 100%;
  }
  /*.cards {display: grid !important; grid-template-columns: 1fr 1fr !important;}*/
}
@media only screen and (max-width: 599px) {
  h1 {
    font-size: 2.2em;
  }
  input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
  }
  /*.cards .wp-block-column:not(:first-child) {margin-left: 5px !important;}*/
  .cards .wp-block-column {
    flex-basis: auto;
    margin: 5px;
    padding: 20px;
  }
  /*.cards .wp-block-column {flex-basis: auto;max-width: calc(50% - 10px);margin: 5px;padding: 20px;}*/
  .wp-block-contact-form-7-contact-form-selector {
    margin-top: 40px;
  }
  .cards p {
    font-size: 10px;
  }
  .topo figure {
    margin-top: 50px;
  }
  .box figure {
    position: relative;
    top: 0;
  }
  .box figure img {
    max-height: 100px;
    width: auto;
  }
}
.cards .card-solucao {
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px 20px;
  color: var(--secondary-color);
  border: 1px solid #A7A8D9;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.cards .card-solucao p {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 1em;
}
.cards .card-solucao b {
  font-weight: bold;
}
.cards .card-solucao figure {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-toggle-desc {
  background: none;
  border: none;
  color: var(--secondary-color);
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
}

.card-solucao__content {
  margin-top: 15px;
}

.card-solucao {
  position: relative;
}

.btn-floating {
  position: absolute;
  bottom: -18px;
  /* controla o quanto sai pra fora */
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-floating:hover {
  background-color: var(--white-color);
  color: var(--secondary-color);
  border: var(--secondary-color);
}

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