@media all and (min-width: 769px) and (max-width: 991px) {
  body .row {
    --bs-gutter-x: none;
  }
  body h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #234833;
    text-transform: uppercase;
  }
  body h2 {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    color: #234833;
  }
  body h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #949393;
  }
  body h6 {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #234833;
    line-height: 15px;
    font-weight: 500;
  }
  body .area-texto {
    margin-left: 1em;
  }
  body .area-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
  body .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;
    line-height: 2em;
    transition: 0.3s;
  }
  body .area-btn button:hover {
    background: rgba(0, 128, 0, 0);
    border: 1px solid #2fad66;
    color: #2fad66;
    transition: 0.3s;
  }
  body nav {
    background-color: #ffffff;
  }
  body nav .navbar-collapse {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  body nav .navbar-nav {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    width: 90%;
    max-width: 533.75px;
    min-width: 533.75px;
  }
  body 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;
  }
  body nav .navbar-nav li a {
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 600;
    color: #234833;
  }
  body nav .navbar-nav li .blue-company {
    color: #6ba6b6;
  }
  body nav .btn-logIn {
    font-size: 0.72rem;
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: #234833;
    margin-right: 2em;
  }
  body nav .btn-logIn::after {
    content: '';
    display: block;
    width: 75%;
    height: 1px;
    margin-top: 2px;
    background-color: #234833;
    margin: 0 auto;
  }
  body nav .btn-logIn:focus {
    border: 0px;
  }
  body nav .btn-cadastrar {
    width: 100px;
    border: none;
  }
  body header {
    width: 100%;
    height: auto;
    min-height: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body header section {
    width: 90%;
    background-color: #ffffff;
    margin-top: 1em;
  }
  body header section .box-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  body header section .box-img img {
    width: 400px;
  }
  body header section .box-content h6 {
    margin-top: 1.5em;
    margin-bottom: -0.2em;
    width: 45%;
    min-width: 90px;
  }
  body header section .box-content h1 {
    text-align: start;
    width: 100%;
  }
  body header section .box-content .sub {
    margin: 0;
    margin-top: -0.9em;
    font-size: 0.8rem;
    text-transform: none;
    width: 50%;
  }
  body header section .box-content .sub::after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin-top: 0.8em;
    margin-left: 0.2em;
    background-color: currentColor;
  }
  body header section .box-content .area-btn i {
    font-size: 1.5rem !important;
    vertical-align: middle;
    margin-right: 0.2em;
  }
  body #nossos-laudos-sec {
    width: 100%;
    height: auto;
    min-height: 700px;
    background: linear-gradient(
      358.65deg,
      rgb(231, 231, 231) 33.5%,
      rgb(255, 255, 255) 98.92%
    );
  }
  body #nossos-laudos-sec .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  body #nossos-laudos-sec .box-content h3 {
    margin-top: 0.8em;
  }
  body #nossos-laudos-sec .box-content h2 {
    margin-top: 0.8em;
  }
  body #nossos-laudos-sec .box-content ul {
    display: grid;
    justify-items: stretch;
    justify-content: center;
    grid-template-columns: auto auto;
    width: 100%;
    margin-bottom: 2em;
    column-gap: 5em;
    row-gap: 20px;
  }
  body #nossos-laudos-sec .box-content ul li {
    text-align: center;
    height: auto;
    min-height: 3em;
    width: 100%;
    min-width: 14.5em;
  }
  body #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;
  }
  body #nossos-laudos-sec .box-content ul li .back-default {
    background-image: url(../../img/nossos-laudos/small/default-li.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body #nossos-laudos-sec .box-content ul li .back-variant {
    background-image: url(../../img/nossos-laudos/small/variant-li.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body #nossos-laudos-sec .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;
  }
  body #nossos-laudos-sec .box-img img {
    filter: drop-shadow(10px 30px 18px rgba(0, 0, 0, 0.286));
    width: 400px;
  }
  body #nosso-diferencial-sec {
    width: 100%;
    height: auto;
    min-height: 780px;
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body #nosso-diferencial-sec .box-img {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 300px;
  }
  body #nosso-diferencial-sec .box-img img {
    width: 400px;
  }
  body #nosso-diferencial-sec .box-content {
    width: 90%;
  }
  body #nosso-diferencial-sec .box-content p {
    margin-left: 1.5em;
  }
  body #nosso-diferencial-sec .box-content h2 {
    text-align: end;
  }
  body #nosso-diferencial-sec .box-content .box-p2::after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin-top: 0.8em;
    margin-left: 0.2em;
    background-color: currentColor;
  }
  body #nosso-app-sec {
    width: 100%;
    height: auto;
    min-height: 780px;
    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;
  }
  body #nosso-app-sec .box-img {
    width: 100%;
  }
  body #nosso-app-sec .box-content {
    width: 90%;
  }
  body #nosso-app-sec .box-content p {
    width: 78%;
  }
  body #nosso-app-sec .box-content p::after {
    content: '';
    display: block;
    width: 25%;
    height: 1px;
    margin-top: 0.8em;
    margin-left: 0.2em;
    background-color: currentColor;
  }
  body #nosso-app-sec .box-content .area-btn a {
    font-size: 0.8rem;
    border-radius: 2px;
    color: #fff;
    background-color: #49c579;
    text-transform: uppercase;
  }
  body #nosso-app-sec .box-content .area-btn i {
    font-size: 1.5rem !important;
    vertical-align: middle;
    margin-right: 0.2em;
  }
  body #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;
  }
  body #personalize-app-sec .box-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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;
  }
  body #personalize-app-sec .box-img img {
    width: 600px;
    filter: drop-shadow(-8px 12px 10px rgba(0, 0, 0, 0.286));
  }
  body #personalize-app-sec .box-input-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  body #personalize-app-sec .box-input-radio .engloba-input-radio {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    background: #b9e1c6;
    height: 45px;
    width: 200px;
    border-radius: 40px;
    justify-items: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  body #personalize-app-sec .box-input-radio .engloba-input-radio .form-check {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  body
    #personalize-app-sec
    .box-input-radio
    .engloba-input-radio
    .form-check
    .form-check-input:checked {
    border: 2px solid #ffffff;
  }
  body
    #personalize-app-sec
    .box-input-radio
    .engloba-input-radio
    .form-check
    .form-check-input:checked[type='radio'] {
    background-image: none;
  }
  body
    #personalize-app-sec
    .box-input-radio
    .engloba-input-radio
    .form-check
    #blue-light {
    background-color: #32adaf;
  }
  body #personalize-app-sec .box-input-radio .engloba-input-radio .form-check #purple {
    background-color: #324aaf;
  }
  body #personalize-app-sec .box-input-radio .engloba-input-radio .form-check #red {
    background-color: #e92321;
  }
  body #personalize-app-sec .box-input-radio .engloba-input-radio .form-check #green {
    background-color: #5aa64c;
  }
  body #personalize-app-sec .box-input-radio .engloba-input-radio .form-check #pink {
    background-color: #fc8180;
  }
  body #personalize-app-sec .box-input-radio .engloba-input-radio .form-check #yellow {
    background-color: #f8c73e;
  }
  body #personalize-app-sec .box-content {
    margin-top: 3em;
    width: 90%;
  }
  body #company-sec {
    width: 100%;
    height: auto;
    min-height: 700px;
    background: #f8f4eb;
    background-image: url(../../img/company/medium/background-tab.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;
  }
  body #company-sec .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body #company-sec .box-content h2 {
    font-size: 2.9rem;
    font-weight: 500;
    color: #c25958;
  }
  body #company-sec .box-content h2 span {
    color: #258eae;
  }
  body #company-sec .box-content h3 {
    color: #258eae;
    margin-bottom: 2.5em;
  }
  body #company-sec .box-content p {
    width: 80%;
  }
  body #company-sec .area-btn {
    margin-bottom: 2em;
  }
  body #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;
  }
  body #company-sec .area-btn a:hover {
    background: #c25958;
    color: #f8f4eb;
    transition: 0.3s;
  }
  body footer {
    width: 100%;
    height: auto;
    min-height: 1130px;
    background-color: #2fad66;
    color: #ffffff;
  }
  body footer section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body footer section article {
    text-align: center;
  }
  body footer section article .box-content-list {
    margin-top: 1em;
  }
  body 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;
  }
  body footer section article .box-content-list ul {
    text-transform: capitalize;
    margin-top: 1.7em;
  }
  body footer section article .box-content-list ul li {
    width: 50%;
    margin: 0 auto;
  }
  body footer section article .box-content-list ul li a {
    color: white;
    text-decoration: none;
  }
  body footer section article .box-content-list ul li a i {
    font-size: 4rem;
  }
  body footer section article .box-content-list ul li a .bxl-whatsapp {
    font-size: initial;
  }
  body footer section article .end-footer {
    margin-top: 3em;
  }
  body footer section article .end-footer::before {
    content: '';
    display: block;
    height: 1px;
    background-color: currentColor;
    margin-bottom: 1em !important;
    width: 90%;
    margin: 0 auto;
  }
  body .modal-dialog {
    min-height: 550px;
  }
  body .modal-dialog .modal-content {
    min-height: 780px;
    width: 100%;
    background-image: url('../../img/modais/med/background-entrar-cadastrar.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 21px;
  }
  body .modal-dialog .modal-content .modal-header {
    height: 7em;
  }
  body .modal-dialog .modal-content .modal-header .row .menu-list {
    justify-content: flex-start;
  }
  body .modal-dialog .modal-content .modal-body {
    column-gap: 1em;
  }
  body .modal-dialog .modal-content .modal-body .box-formulario {
    height: auto;
    min-height: 100px;
    margin-left: inherit;
  }
  body .modal-dialog .modal-content .modal-body .box-formulario form {
    column-gap: 1em;
    margin-top: 0.8em;
  }
  body .modal-dialog .modal-content .modal-body .box-formulario form .form-control {
    font-size: 0.86rem;
  }
  body .modal-dialog .modal-content .modal-body .box-formulario .col-lg-6 {
    width: 48%;
  }
  body .modal-retornos .modal-content {
    background-image: inherit;
    min-height: 400px;
  }
  body .modal-retornos .modal-content .modal-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body .modal-retornos .modal-content .modal-body .box-conteudo-retorno .box-img img {
    width: 500px;
  }
  body .modal-retornos .modal-sucesso {
    background: linear-gradient(330.29deg, #abffa9 -37.83%, #ffffff 42.22%);
  }
  body .modal-retornos .modal-erro {
    background: linear-gradient(137.33deg, #ffffff 50%, #ff9c9c 179.23%);
  }
  body #recuperarSenha .modal-content {
    background-image: url('../../img/modais/med/background-recuperar-senha.png');
  }
}
@media all and (min-width: 769px) and (max-width: 831px) {
  body nav .area-btn {
    min-width: 160px;
  }
  body nav .area-btn .btn-logIn {
    margin-right: 0.5em;
  }
}

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