@media all and (min-width: 991px) {
  .row {
    --bs-gutter-x: none;
  }
  h1 {
    font-size: 5.5rem;
    font-weight: 600;
    color: #234833;
    text-transform: uppercase;
    line-height: 87px;
    letter-spacing: 4px;
  }
  h2 {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    color: #234833;
  }
  h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #949393;
  }
  h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #ffffff;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #234833;
    line-height: 20px;
    font-weight: 500;
  }
  .area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
  .area-btn button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #2fad66;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8rem;
    height: 32px;
    transition: 0.3s;
  }
  .area-btn button:hover {
    background: rgba(0, 128, 0, 0);
    border: 1px solid #2fad66;
    color: #2fad66;
    transition: 0.3s;
  }
  nav {
    background-color: #ffffff;
  }
  nav .engloba-items-nav {
    width: 80%;
  }
  nav .engloba-items-nav .navbar-collapse {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  nav .engloba-items-nav .navbar-nav {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 90%;
    max-width: 533.75px;
    min-width: 533.75px;
  }
  nav .engloba-items-nav .navbar-nav li {
    width: auto;
    min-width: 42.19px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  nav .engloba-items-nav .navbar-nav li a {
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 600;
    color: #234833;
  }
  nav .engloba-items-nav .navbar-nav li a:hover {
    color: rgb(85, 145, 83) !important;
  }
  nav .engloba-items-nav .navbar-nav li .blue-company {
    color: #6ba6b6;
  }
  nav .engloba-items-nav .area-btn {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: auto auto;
  }
  nav .engloba-items-nav .area-btn .btn-logIn {
    font-size: 0.72rem;
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: #234833;
    margin-right: 2em;
    width: 30%;
    height: fit-content;
  }
  nav .engloba-items-nav .area-btn .btn-logIn::after {
    content: '';
    display: block;
    width: 75%;
    height: 1px;
    margin-top: -21px;
    background-color: #234833;
    margin: 0 auto;
  }
  nav .engloba-items-nav .area-btn .btn-logIn:focus {
    border: 0px;
  }
  nav .engloba-items-nav .area-btn .btn-cadastrar {
    width: 100px;
    border: none;
  }
  header {
    width: 100%;
    height: auto;
    min-height: 780px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  header section {
    width: 90%;
    background-color: #ffffff;
  }
  header section .engloba-conteudo {
    height: auto;
    margin-bottom: 6em;
  }
  header section .engloba-conteudo .box-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header section .engloba-conteudo .box-img img {
    width: 450px;
  }
  header section .engloba-conteudo .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  header section .engloba-conteudo .box-content h6 {
    margin-top: 1.5em;
    width: 56%;
    min-width: 90px;
  }
  header section .engloba-conteudo .box-content h1 {
    text-align: start;
    width: 100%;
  }
  header section .engloba-conteudo .box-content .sub {
    margin: 0;
    text-transform: none;
    width: 60%;
  }
  header section .engloba-conteudo .box-content .sub::after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin-top: 0.8em;
    margin-left: 0.2em;
    background-color: currentColor;
  }
  header section .engloba-conteudo .box-content .area-btn {
    width: 90%;
  }
  header section .engloba-conteudo .box-content .area-btn i {
    font-size: 1.2rem !important;
    margin-right: 0.2em;
  }
  header section article {
    margin-bottom: 8em;
  }
  header section article .container-como-funciona {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 18.375em;
    width: 100%;
    background-color: #6fc695;
    border-radius: 30px;
  }
  header section article .container-como-funciona .items-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 14.3125em;
    width: 90%;
  }
  #nossos-laudos-sec {
    width: 100%;
    height: auto;
    min-height: 900px;
    background: linear-gradient(
      358.65deg,
      rgb(231, 231, 231) 33.5%,
      rgb(255, 255, 255) 98.92%
    );
    background-image: url('../../img/nossos-laudos/large/background.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #nossos-laudos-sec .box-content {
    text-align: center;
  }
  #nossos-laudos-sec .box-content h3 {
    margin-top: 0.8em;
  }
  #nossos-laudos-sec .box-content h2 {
    margin-top: 0.8em;
  }
  #nossos-laudos-sec .box-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 2em;
    column-gap: 5em;
    row-gap: 5em;
  }
  #nossos-laudos-sec .box-content ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: 0;
    align-items: center;
    flex-direction: row;
    text-align: center;
    height: auto;
    min-height: 5em;
    width: 100%;
    min-width: 14.5em;
  }
  #nossos-laudos-sec .box-content ul li span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    min-height: 50px;
    color: #ffffff;
    font-size: 1rem;
  }
  #nossos-laudos-sec .box-content ul li .back-default {
    background-image: url(../../img/nossos-laudos/large/default-li.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #nossos-laudos-sec .box-content ul li .back-variant {
    background-image: url(../../img/nossos-laudos/large/variant-li.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #nossos-laudos-sec .box-engloba-content {
    margin-top: 3em;
    display: grid;
    grid-template-columns: auto auto auto;
  }
  #nossos-laudos-sec .box-engloba-content .box-img {
    margin-top: 0.8em;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #nossos-laudos-sec .box-engloba-content .box-img img {
    filter: drop-shadow(10px 30px 18px rgba(0, 0, 0, 0.286));
    width: 400px;
  }
  #nosso-diferencial-sec {
    width: 100%;
    height: auto;
    min-height: 636px;
    background: linear-gradient(183.89deg, #d0ffba -264.25%, #ffffff 58.61%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #nosso-diferencial-sec .row {
    width: 100%;
  }
  #nosso-diferencial-sec .row .box-img {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    min-height: 300px;
  }
  #nosso-diferencial-sec .row .box-img img {
    width: 500px;
  }
  #nosso-diferencial-sec .row .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-content: center;
  }
  #nosso-diferencial-sec .row .box-content .area-texto {
    width: 80%;
  }
  #nosso-diferencial-sec .row .box-content .area-texto p {
    width: 84%;
  }
  #nosso-diferencial-sec .row .box-content .area-texto .box-p2::after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin-top: 0.8em;
    margin-left: 0.2em;
    background-color: currentColor;
  }
  #nosso-diferencial-sec .row .box-content .area-btn {
    width: 40%;
    min-width: 105.857px;
  }
  #nosso-app-sec {
    width: 100%;
    height: auto;
    min-height: 100px;
    background: linear-gradient(180deg, #e6ffe7 -10.1%, #ffffff 124.9%);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  #nosso-app-sec .row {
    width: 100%;
  }
  #nosso-app-sec .row .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  #nosso-app-sec .row .box-content .area-texto {
    margin-top: 6em;
    width: 80%;
  }
  #nosso-app-sec .row .box-content .area-texto p {
    line-height: 35px;
    width: 78%;
  }
  #nosso-app-sec .row .box-content .area-texto p::after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin-top: 0.8em;
    margin-left: 0.2em;
    background-color: currentColor;
  }
  #nosso-app-sec .row .box-content .area-texto .area-btn {
    width: 66%;
  }
  #nosso-app-sec .row .box-content .area-texto .area-btn a {
    font-size: 0.8rem;
    border-radius: 2px;
    color: #fff;
    background-color: #49c579;
    text-transform: uppercase;
  }
  #nosso-app-sec .row .box-content .area-texto .area-btn i {
    font-size: 1.5rem !important;
    vertical-align: middle;
    margin-right: 0.2em;
  }
  #personalize-app-sec {
    width: 100%;
    height: auto;
    min-height: 700px;
    background: #fcfaf7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #personalize-app-sec .row {
    width: 100%;
  }
  #personalize-app-sec .row .box-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    background-image: url('../../img/personalize/small/imagens-interacao/fundo.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  #personalize-app-sec .row .box-img img {
    width: 600px;
    filter: drop-shadow(-8px 12px 10px rgba(0, 0, 0, 0.286));
  }
  #personalize-app-sec .row .box-input-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio {
    display: grid;
    grid-template-columns: auto;
    background: #b9e1c6;
    height: auto;
    width: calc(1% + 30px);
    border-radius: 40px;
    justify-items: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio .form-check {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio .form-check input {
    cursor: pointer;
  }
  #personalize-app-sec
    .row
    .box-input-radio
    .engloba-input-radio
    .form-check
    .form-check-input:checked {
    border: 2px solid #ffffff;
  }
  #personalize-app-sec
    .row
    .box-input-radio
    .engloba-input-radio
    .form-check
    .form-check-input:checked[type='radio'] {
    background-image: none;
  }
  #personalize-app-sec
    .row
    .box-input-radio
    .engloba-input-radio
    .form-check
    #blue-light {
    background-color: #32adaf;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio .form-check #purple {
    background-color: #324aaf;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio .form-check #red {
    background-color: #e92321;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio .form-check #green {
    background-color: #5aa64c;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio .form-check #pink {
    background-color: #fc8180;
  }
  #personalize-app-sec .row .box-input-radio .engloba-input-radio .form-check #yellow {
    background-color: #f8c73e;
  }
  #personalize-app-sec .row .box-content {
    margin-top: 3em;
    width: 41.66666667%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  #personalize-app-sec .row .box-content .area-texto {
    width: 80%;
  }
  #company-sec {
    width: 100%;
    height: auto;
    min-height: 700px;
    background: #f8f4eb;
    background-image: url(../../img/company/large/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #company-sec .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #company-sec .box-content h2 {
    font-size: 2.9rem;
    font-weight: 500;
    color: #c25958;
    margin-bottom: 0.4em;
  }
  #company-sec .box-content h2 span {
    color: #258eae;
  }
  #company-sec .box-content h3 {
    color: #258eae;
    margin-bottom: 2.5em;
  }
  #company-sec .box-content p {
    width: 40%;
  }
  #company-sec .area-btn {
    margin-bottom: 2em;
  }
  #company-sec .area-btn a {
    font-size: 0.8rem;
    background: rgba(0, 128, 0, 0);
    border: 2px solid #c25958;
    color: #c25958;
    width: 130px;
    transition: 0.3s;
    text-transform: uppercase;
  }
  #company-sec .area-btn a:hover {
    background: #c25958;
    color: #f8f4eb;
    transition: 0.3s;
  }
  #company-sec .box-img {
    margin-top: 3em;
  }
  footer {
    width: 100%;
    height: auto;
    background-color: #2fad66;
    color: #ffffff;
  }
  footer section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer section article {
    text-align: center;
  }
  footer section article .box-content-list {
    margin-top: 1em;
  }
  footer section article .box-content-list h4::after {
    content: '';
    display: block;
    background-color: currentColor;
    height: 1px;
    width: 70%;
    max-width: 118px;
    margin: 0 auto;
    margin-top: 10px;
  }
  footer section article .box-content-list ul {
    text-transform: capitalize;
    margin-top: 1.7em;
  }
  footer section article .box-content-list ul li {
    width: 70%;
    margin: 0 auto;
  }
  footer section article .box-content-list ul li a {
    color: white;
    text-decoration: none;
  }
  footer section article .box-content-list ul li a i {
    font-size: 4rem;
  }
  footer section article .box-content-list ul li a .bxl-whatsapp {
    font-size: initial;
  }
  footer section article .end-footer {
    margin-top: 3em;
  }
  footer section article .end-footer::before {
    content: '';
    display: block;
    height: 1px;
    background-color: currentColor;
    margin-bottom: 1em !important;
    width: 100%;
    margin: 0 auto;
  }
  .modal-dialog {
    min-height: 550px;
  }
  .modal-dialog .modal-content {
    min-height: 550px;
    width: 80%;
    background-image: url('../../img/modais/large/background-entrar-cadastrar.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  .modal-dialog .modal-content .modal-header {
    height: 7em;
  }
  .modal-dialog .modal-content .modal-header .row .menu-list {
    justify-content: center;
  }
  .modal-dialog .modal-content .modal-body {
    column-gap: 1em;
  }
  .modal-dialog .modal-content .modal-body .box-formulario {
    height: auto;
    min-height: 100px;
    margin-left: 2em;
  }
  .modal-dialog .modal-content .modal-body .box-formulario form {
    column-gap: 1em;
    margin-top: 0.8em;
  }
  .modal-dialog .modal-content .modal-body .box-formulario form .form-control {
    font-size: 0.86rem;
  }
  .modal-dialog .modal-content .modal-body .box-formulario .col-xl-6 {
    width: 48%;
  }
  .modal-retornos .modal-content {
    min-height: 400px;
  }
  .modal-retornos .modal-content .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .modal-retornos .modal-content .modal-body .box-conteudo-retorno .box-img img {
    width: 500px;
  }
  #recuperarSenha .modal-content {
    background-image: url('../../img/modais/large/background-recuperar.png');
  }
  #recuperarSenha
    .modal-content
    .modal-body
    .row
    .box-formulario
    form
    .input-group
    .input-group-text {
    border-bottom: 3px solid #599938;
  }
  #recuperarSenha
    .modal-content
    .modal-body
    .row
    .box-formulario
    form
    .input-group
    .input-group-text
    i {
    color: #599938;
  }
  #recuperarSenha
    .modal-content
    .modal-body
    .row
    .box-formulario
    form
    .input-group
    .form-control {
    border-right: 3px solid #599938;
    border-bottom: 3px solid #599938;
  }
  #recuperarSenha .modal-content .modal-body .row .box-formulario .box-btn-entrar input {
    background: #599938;
    border: 1px solid #599938;
  }
  #recuperarSenha
    .modal-content
    .modal-body
    .row
    .box-formulario
    .box-btn-entrar
    input:hover {
    background: #3e642a;
    border: 1px solid #3e642a;
  }
}
@media all and (min-width: 991px) and (max-width: 1130px) {
  h1 {
    font-size: 4rem;
  }
}
@media all and (min-width: 1367px) {
  body h2 {
    font-size: 2.9rem;
  }
  body header section .engloba-conteudo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 4em;
  }
  body header section .engloba-conteudo .box-img img {
    width: 470px;
  }
  body header section .engloba-conteudo .box-content {
    width: 50%;
  }
  body header section .engloba-conteudo .box-content .area-btn {
    width: 70%;
  }
  body header section article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  body header section article .container-como-funciona {
    width: 70%;
  }
  body #nosso-diferencial-sec {
    min-height: 1000px;
  }
  body #nosso-diferencial-sec .row .box-img img {
    width: 770px;
  }
  body #personalize-app-sec {
    min-height: 900px;
  }
  body #personalize-app-sec .row .box-img {
    background-position: 33em;
  }
  body #company-sec {
    min-height: 1000px;
  }
  body #company-sec .box-content h2 {
    font-size: 3.6rem;
  }
  body #company-sec .box-content h3 {
    font-size: 1.4rem;
  }
}

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