:root {
  --azul-default: #353e8a;
  --azul-claro-default: #384dbf;
}

.back-blue {
  background-color: var(--azul-default);
}

.logo-home__img {
  width: 250px;
}

.logo-footer {
  width: 150px;
}

.cabecalho {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.servicos {
  z-index: -1 !important;
  position: relative;
}

.btn-default {
  color: var(--azul-default);
  background-color: white;
  padding: 5px 35px;
  border-radius: 15px;
  border: none;
}

.btn-darkblue {
  color: white;
  background-color: var(--azul-default);
  padding: 5px 35px;
  border-radius: 15px;
  border: none;
}

.funcoes {
  background-image: url('../imgs/fundoFuncoes.png');
  min-height: 500px;
}

.lista__funcionalidades {
  list-style-type: none;
}

.lista__funcionalidades li::before {
  content: '';
  display: inline-flex;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url(../imgs/mark.png);
  background-repeat: no-repeat;
  margin-left: -10px;
  position: relative;
  top: 30px;
}

.titulo-card {
  font-size: 28px;
}

.titulo-card span {
  border-width: 0px 0px 5px 0px;
  border-style: solid;
  border-color: var(--azul-claro-default);
}

.card_descricao {
  margin-top: -43px;
}

.chamada {
  background-image: url('../imgs/fundoChamada.png');
  min-height: 440px;
}

.titulo-default {
  font-weight: bold;
  font-size: 36px;
}

.detalhes--left {
  padding-left: 8px;
}

.detalhes--bottom {
  padding-bottom: 10px;
}

.mensalidade,
.moedavalorplano,
.valorsetup {
  color: rgba(0, 0, 0);
}

.detalhes-plano {
  color: black;
  font-size: 18px;
}

.valorplano {
  font-size: 24px;
  font-weight: bold;
}

.valorAConsultar {
  font-size: 18px;
  font-weight: bold;
}

.valorsetup {
  font-size: 16px;
  padding-bottom: 13px;
  padding-top: 15px;
}

.card-plano {
  margin-left: 10px;
  margin-right: 10px;
}

.lista__funcionalidades--ul {
  border-left: 2px solid var(--azul-claro-default);
}

.li_funcionalidades--size {
  min-height: 490px;
}

.li_funcionalidades--nlinhas {
  font-size: 1.1rem !important;
}

.trapezio {
  border-bottom: 380px solid var(--azul-claro-default);
  border-left: 54px solid transparent;
  border-right: 110px solid transparent;
  height: 0;
  width: 733px;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-top: -20px;
}

.titulo-form {
  font-size: 60px;
  color: var(--azul-default);
  padding-bottom: 15px;
}

.subtitulo-form {
  font-size: 26px;
  color: var(--azul-default);
  padding-bottom: 15px;
}

.footer {
  background-image: url(../imgs/fundoChamada.png);
  font-size: 14px;
  font-weight: 100;
}
.logo-footer__img {
  height: 35px;
  width: 35px;
}

.home {
  color: var(--azul-default);
}

.home--titulo {
  font-size: 30px;
}

.form input {
  background-color: #d9d9d9;
}

.btn-login {
  padding-top: 30px;
  padding-right: 50px;
}

.home {
  margin-top: 100px;
}

.padding-bottom-5 {
  padding-bottom: 3rem !important;
}

@media (max-width: 576px) {
  .trapezio {
  }
  .font-5 {
    font-size: 0.85rem !important;
  }
  .padding-top-5 {
    padding-top: 1rem !important;
  }
  .padding-top-3 {
    padding-top: 0px !important;
  }
  .home--titulo {
    font-size: 20px;
  }
  .funcoes .card {
    width: 200px;
    height: 120px;
    background-color: var(--azul-default);
    border-radius: 15px;
    color: white;
  }
  .card_descricao {
    font-size: 12px;
    padding-top: 10px;
  }

  .card-func {
    margin-bottom: 36px;
  }

  .card_img {
    width: 70px;
    height: 70px;
    background-color: var(--azul-default);
    border-radius: 50px;
    position: relative;
    top: -31px;
    left: 67px;
  }
  .card_img img {
    width: 65px;
    height: auto;
  }

  .funcoes {
    padding-top: 20px;
  }

  .chamada {
    min-height: 156px;
  }
  .titulo-default {
    font-size: 20px;
  }

  .card-plano {
    width: 306px;
    margin-bottom: 10px;
  }

  .valorplano {
    font-size: 21px;
  }
  ol,
  ul {
    padding-left: 1rem;
  }

  .card-single {
    width: 250px;
  }

  .li_funcionalidades--size {
    min-height: 125px;
  }

  .titulo-form {
    font-size: 30px;
  }

  .subtitulo-form {
    font-size: 15px;
  }

  .padding-bottom-5 {
    padding-bottom: 1rem !important;
  }

  .copy {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .btn-login {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .trapezio {
    border-bottom: 360px solid var(--azul-claro-default);
    border-left: 27px solid transparent;
    border-right: 63px solid transparent;
    height: 0;
    width: 398px;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-top: -20px;
  }

  .mx-1 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .font-5 {
    font-size: 1.25rem;
  }
  .padding-top-5 {
    padding-top: 3rem !important;
  }
  .padding-top-3 {
    padding-top: 1rem !important;
  }
  .home--titulo {
    font-size: 30px;
  }
  .funcoes .card {
    width: 250px;
    height: 150px;
    background-color: var(--azul-default);
    border-radius: 15px;
    color: white;
  }
  .card_descricao {
    font-size: 1rem;
  }

  .card_img {
    width: 85px;
    height: 85px;
    background-color: var(--azul-default);
    border-radius: 50px;
    position: relative;
    top: -40px;
    left: 85px;
  }
  .card_img img {
    width: 78px;
    height: auto;
  }
  .titulo-default {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .chamada {
    min-height: 344px;
  }
  .font-5 {
    font-size: 1.25rem;
  }
  .padding-top-5 {
    padding-top: 3rem !important;
  }
  .padding-top-3 {
    padding-top: 1rem !important;
  }
  .home--titulo {
    font-size: 30px;
  }
  .funcoes .card {
    width: 227px;
    height: 137px;
    background-color: var(--azul-default);
    border-radius: 15px;
    color: white;
  }
  .card_descricao {
    font-size: 14px;
  }

  .card-plano {
    /* margin: 0px; */
  }

  .card-single {
    width: 340px;
    margin-bottom: 10px;
  }

  .card-split {
    margin-bottom: 10px;
  }

  .titulo-form {
    font-size: 25px;
  }

  .subtitulo-form {
    font-size: 20px;
  }

  .card_img {
    width: 78px;
    height: 78px;
    background-color: var(--azul-default);
    border-radius: 50px;
    position: relative;
    top: -40px;
    left: 73px;
  }
  .card_img img {
    width: 78px;
    height: auto;
  }
  .titulo-default {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .trapezio {
    border-bottom: 380px solid var(--azul-claro-default);
    border-left: 54px solid transparent;
    border-right: 110px solid transparent;
    height: 0;
    width: 733px;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-top: -20px;
  }
  .font-5 {
    font-size: 1.25rem;
  }
  .padding-top-5 {
    padding-top: 3rem !important;
  }
  .padding-top-3 {
    padding-top: 1rem !important;
  }
  .home--titulo {
    font-size: 30px;
  }
  .funcoes .card {
    width: 250px;
    height: 150px;
    background-color: var(--azul-default);
    border-radius: 15px;
    color: white;
  }
  .card_descricao {
    font-size: 1rem;
  }

  .card_img {
    width: 85px;
    height: 85px;
    background-color: var(--azul-default);
    border-radius: 50px;
    position: relative;
    top: -40px;
    left: 85px;
  }
  .card_img img {
    width: 78px;
    height: auto;
  }
  .titulo-default {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .trapezio {
    border-bottom: 380px solid var(--azul-claro-default);
    border-left: 54px solid transparent;
    border-right: 110px solid transparent;
    height: 0;
    width: 733px;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-top: -20px;
  }
  .font-5 {
    font-size: 1.25rem;
  }
  .padding-top-5 {
    padding-top: 3rem !important;
  }
  .padding-top-3 {
    padding-top: 1rem !important;
  }
  .home--titulo {
    font-size: 30px;
  }
  .funcoes .card {
    width: 250px;
    height: 150px;
    background-color: var(--azul-default);
    border-radius: 15px;
    color: white;
  }
  .card_descricao {
    font-size: 1rem;
  }

  .card_img {
    width: 85px;
    height: 85px;
    background-color: var(--azul-default);
    border-radius: 50px;
    position: relative;
    top: -40px;
    left: 85px;
  }
  .card_img img {
    width: 78px;
    height: auto;
  }
  .titulo-default {
    font-size: 36px;
  }
}

.mensalidade {
  border-width: 0px 0px 5px 0px;
  border-style: solid;
  border-color: var(--azul-claro-default);
}

ol,
ul {
  padding-left: 1rem;
}

.btn-login {
  position: absolute;
  right: 15px;
}

.setup {
  text-align: left;
}
