/* DESKTOP */
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  .reverse {
    flex-direction: row-reverse;
  }

  /* ESTILIZAÇÃO RESPONSIVA MENU E BANNER */
  .listaNav {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 60vw;
    height: 92vh;
    background-color: #131313;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: transform 0.5s ease-in;
    transform: translateX(100%);
  }

  .listaNav li {
    margin-left: 0;
  }

  .logo-navbar img {
    width: 80%;
    height: 60%;
  }

  .mobile-menu {
    display: block;
  }

  .center #texto {
    margin: 5vh 0;
  }

  .center #txtBanner {
    font-size: 3.5vh;
    margin: 1.5vh 0;
  }

  .center #btnSaibaMais {
    width: 20%;
    height: 5vh;
    margin: 1.5vh 0;
  }
  /* FIM >>> ESTILIZAÇÃO RESPONSIVA MENU E BANNER */

  /* ESTILIZAÇÃO RESPONSIVA QUEM SOMOS|OBJETIVOS */
  .box-content-about {
    width: 80%;
    height: 35vh;
    margin: 3vh 0;
  }

  .box-content-about .img-about,
  .box-content-about .img-about2 {
    width: 100%;
    height: 100%;
  }

  .box-content-about .img-about img {
    width: 70%;
    height: 100%;
    padding: 2vh;
  }

  .box-content-about .img-about2 img {
    width: 60%;
    height: 80%;
    padding: 2vh;
  }

  .text-about {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
  }

  .text-about .center {
    height: 100%;
  }

  .text-about .center h2 {
    font-size: 4vh;
  }

  .text-about .center p {
    font-size: 1.5vh;
  }
  /* FIM >>> ESTILIZAÇÃO RESPONSIVA QUEM SOMOS|OBJETIVOS */

  /* ESTILIZAÇÃO RESPONSIVA PRINCIPIOS */
  .center .container-principles {
    width: 100%;
    margin: 3vh 0;
  }

  .center .container-principles #principles-content {
    width: 100%;
  }

  #principles-content .title-principles h2 {
    font-size: 4vh;
    margin: 0;
    padding: 0;
  }

  .title-principles .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  #card-principles {
    width: 100%;
  }

  #card-principles.card-animated img {
    height: 60px;
    width: 60px;
    max-width: 100%;
    max-height: 100%;
  }

  .card-animated {
    width: 30%;
    height: 25vh;
    box-shadow: #ffffff17 -5px 6px 4px;
    border-radius: 10px;
    margin: 2.5vh 0;
  }

  .card-animated p {
    font-size: 4vh;
    margin-top: 1vh;
  }

  .card-animated:hover {
    transform: translateY(-7px);
    transition: 0.4s;
    box-shadow: #ffffff10 -5px 6px 4px;
  }

  .card-animated:hover img,
  .card-animated:hover p {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }

  .card-animated img,
  .card-animated .title2 {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
  }

  .card-animated:not(:hover) {
    transform: translateY(0px);
    transition: 0.4s;
  }

  .text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }

  .card-animated:hover .text {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    font-size: 2.5vh;
  }
  /* FIM >>> ESTILIZAÇÃO RESPONSIVA PRINCIPIOS */

  /* =========== ESTILIZAÇÃO PRODUTO =================== */
  .container-product {
    width: 100%;
    margin: 2vh 0;
  }

  .title-product {
    height: auto;
    width: fit-content;
  }

  .title-product h2 {
    font-size: 4vh;
    margin: 0;
    padding: 0;
  }

  .title-product .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  .card-product {
    width: 80%;
    margin: 2vh 0;
  }

  .card-product .content-card {
    width: fit-content;
    margin: 3vh 0;
  }

  .card-product .content-card img {
    width: 20vh;
    height: 20vh;
  }

  .card-product .content-card h2 {
    font-size: 4vh;
    letter-spacing: 0.5vh;
    margin: 0;
    padding: 0;
  }
  /* FIM DA ESTILIZAÇÃO DO PRODUTO */

  /* ESTILIZAÇÃO EQUIPE */
  #hasSlides {
    width: 100%;
    height: 80vh;
    position: relative;
  }

  #team {
    width: 90%;
    border-radius: 10px;
  }

  .title-team {
    margin: 2vh 0;
  }

  .title-team h2 {
    font-size: 4vh;
    margin: 0;
    padding: 0;
  }

  .title-team .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  .slides .slide img {
    width: 100%;
    height: 65vh;
    border-radius: 10px;
  }

  .slides {
    display: flex;
    width: 600%;
    height: 100%;
  }
  /* FIM ESTILIZAÇÃO EQUIPE */

  /* =========== ESTILIZAÇÃO FORM CONTATO =================== */
  #image-contact {
    width: 40%;
    height: 100%;
  }

  #image-contact img {
    width: 70%;
    height: 70%;
  }

  #form-contact {
    width: 60%;
    height: 100%;
  }

  .title-contact h2 {
    font-size: 4vh;
    margin: 0;
    padding: 0;
  }

  .title-contact .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  #container-emailPhone {
    width: 100%;
  }

  .input-emailPhone {
    width: 45%;
  }

  .input-emailPhone p {
    font-size: 2vh;
  }

  .input-emailPhone input {
    width: 100%;
    height: 5vh;
    flex-shrink: 0;
    border-radius: 0.3125rem;
    border: 1px solid #6248ae;
    background: #1d1c1c;
    color: #fff;
    font-family: ABeeZee;
    font-size: 1.5vh;
    font-weight: 400;
  }

  .input-emailPhone input::placeholder {
    font-size: 2vh;
    font-weight: 400;
    padding-left: 1vh;
  }

  #container-message {
    margin: 2vh 0;
    width: 100%;
  }

  #container-message p {
    font-size: 2vh;
    font-weight: 400;
  }

  #container-message textarea {
    width: 100%;
    height: 15vh;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #6248ae;
    background: #1d1c1c;
    color: #fff;
    font-family: ABeeZee;
    font-size: 1.5vh;
    font-weight: 400;
  }

  #container-message textarea::placeholder {
    font-size: 2vh;
    font-weight: 400;
    padding-left: 1vh;
    padding-top: 1vh;
  }

  #form-contact button {
    width: 9.375rem;
    height: 1.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  /* =========== FIM >>> ESTILIZAÇÃO FORM CONTATO =================== */

  .footer {
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #0f0f0f;
  }

  #inputNovidades input {
    width: 25vh;
    height: 3.5vh;
    flex-shrink: 0;
    font-size: 1.5vh;
  }

  #inputNovidades input::placeholder {
    padding-left: 1vh;
  }

  #btnEnviar {
    width: 10vh;
    height: 3.5vh;
    font-size: 1.5vh;
  }

  #inputNovidades img {
    width: 12.4375rem;
    height: 1.9375rem;
    flex-shrink: 0;
  }

  #inputNovidades p {
    font-size: 0.75rem;
  }

  .logoNovidades {
    width: 50%;
    height: 100%;
    gap: 3rem;
  }

  .logoNovidades img {
    width: 25vh;
    height: 5vh;
    flex-shrink: 0;
  }

  .redesSociais {
    width: 50%;
    height: 5rem;
    gap: 3rem;
  }

  .redesSociais img {
    width: 3.5vh;
    height: 3.5vh;
  }

  .modal-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  #modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #191919;
    width: 90%;
    height: 60%;
    border-radius: 2vh;
  }

  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 10%;
    padding: 0 5vh;
  }

  .modal-header .title {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .modal-header .title h2 {
    color: #fff;
    font-family: "Amiko";
    font-size: 4vh;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .modal-header .underline {
    justify-self: start;
    align-self: flex-start;
    background-color: #a32da3;
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  #close-modal {
    background-color: #080808;
    width: 5vh;
    height: 5vh;
    border: none;
    border-radius: 50%;
    color: #ffff;
    font-size: 2vh;
    cursor: pointer;
  }

  .modalBody {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 85%;
  }

  #container1 {
    width: 60%;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .divServer {
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 40%;
    width: 90%;
    border-radius: 1rem;
    overflow: hidden;
  }

  .modelo {
    width: 120%;
    height: 120%;
  }

  #descricaoProduto {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    width: 90%;
    border-radius: 1rem;
  }

  #textoModal {
    width: 90%;
    font-size: 2vh;
    text-align: center;
    color: #fff;
  }

  #container2 {
    width: 40%;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #container2 #div-graficos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .grafico {
    width: 100%;
    height: 32%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .grafico .card-graph {
    width: 95%;
    height: 85%;
    border-radius: 1vh;
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1vh;
  }

  .img-graph {
    height: 90%;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 0.5vh 0.5vh;
  }

  .img-graph img {
    height: 15vh;
    width: 80vh;
  }

  .grafico .card-graph h4 {
    font-size: 2.5vh;
    font-family: ABeeZee;
    align-self: self-start;
    color: #fff;
    margin: 0;
  }
}

/* TABLET */
@media (max-width: 1023px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .listaNav {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 60vw;
    height: 92vh;
    background-color: #131313;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: transform 0.5s ease-in;
    transform: translateX(100%);
  }

  .listaNav li {
    margin-left: 0;
  }

  .logo-navbar img {
    width: 90%;
    height: 65%;
  }

  .mobile-menu {
    display: block;
  }

  .center #texto {
    margin: 2vh 0;
  }

  .center #txtBanner {
    font-size: medium;
    margin: 1vh 0;
  }

  .center #btnSaibaMais {
    width: 20%;
    height: 3vh;
    border-radius: 5px;
    margin: 1vh 0;
    font-size: 1.5vh;
  }

  /* ESTILIZAÇÃO RESPONSIVA QUEM SOMOS|OBJETIVOS */
  .box-content-about {
    width: 80%;
    height: 25vh;
    margin: 2.5vh 0;
  }

  .box-content-about .img-about,
  .box-content-about .img-about2 {
    width: 100%;
    height: 100%;
  }

  .box-content-about .img-about img {
    width: 70%;
    height: 100%;
    padding: 2vh;
  }

  .box-content-about .img-about2 img {
    width: 55%;
    height: 90%;
    padding: 2vh;
  }

  .text-about {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
  }

  .text-about .center {
    height: 100%;
  }

  .text-about .center h2 {
    font-size: 3vh;
  }

  .text-about .center p {
    font-size: 1.5vh;
  }
  /* FIM >>> ESTILIZAÇÃO RESPONSIVA QUEM SOMOS|OBJETIVOS */

  /* ESTILIZAÇÃO RESPONSIVA PRINCIPIOS */
  .center .container-principles {
    width: 100%;
    margin: 1.5 vh 0;
  }

  .center .container-principles #principles-content {
    width: 100%;
  }

  #principles-content .title-principles h2 {
    font-size: 2.5vh;
    margin: 0;
    padding: 0;
  }

  .title-principles .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  #card-principles {
    width: 100%;
  }

  #card-principles .card-animated img {
    height: 60px;
    width: 60px;
    max-width: 100%;
    max-height: 100%;
  }

  .card-animated {
    width: 30%;
    height: 20vh;
    box-shadow: #ffffff17 -5px 6px 4px;
    border-radius: 10px;
    margin: 2vh 0;
  }

  .card-animated p {
    font-size: 3vh;
    margin-top: 1vh;
  }

  .card-animated:hover {
    transform: translateY(-7px);
    transition: 0.4s;
    box-shadow: #ffffff10 -5px 6px 4px;
  }

  .card-animated:hover img,
  .card-animated:hover p {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }

  .card-animated img,
  .card-animated .title2 {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
  }

  .card-animated:not(:hover) {
    transform: translateY(0px);
    transition: 0.4s;
  }

  .text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }

  .card-animated:hover .text {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    font-size: 2vh;
  }
  /* FIM >>> ESTILIZAÇÃO RESPONSIVA PRINCIPIOS */

  /* =========== ESTILIZAÇÃO PRODUTO =================== */
  .container-product {
    width: 100%;
    margin: 2vh 0;
  }

  .title-product {
    height: auto;
    width: fit-content;
  }

  .title-product h2 {
    font-size: 2.5vh;
    margin: 0;
    padding: 0;
  }

  .title-product .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  .card-product {
    width: 80%;
    margin: 2vh 0;
  }

  .card-product .content-card {
    width: fit-content;
    margin: 2vh 0;
  }

  .card-product .content-card img {
    width: 15vh;
    height: 15vh;
  }

  .card-product .content-card h2 {
    font-size: 2vh;
    letter-spacing: 0.5vh;
    margin: 0;
    padding: 0;
  }
  /* FIM DA ESTILIZAÇÃO DO PRODUTO */

  /* ESTILIZAÇÃO EQUIPE */
  #hasSlides {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  #team {
    width: 90%;
    border-radius: 10px;
  }

  .title-team {
    margin: 2vh 0;
  }

  .title-team h2 {
    font-size: 2.5vh;
    margin: 0;
    padding: 0;
  }

  .title-team .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  .slides .slide img {
    width: 100%;
    height: 40vh;
    border-radius: 10px;
  }

  .slides {
    display: flex;
    width: 600%;
    height: 100%;
  }

  .navigation {
    position: absolute;
    bottom: 5%;
    transform: translate();
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .bar {
    width: 8vw;
    height: 3vh;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.6s;
  }
  /* ESTILIZAÇÃO EQUIPE */

  /* =========== ESTILIZAÇÃO FORM CONTATO =================== */
  #image-contact {
    width: 40%;
    height: 100%;
  }

  #image-contact img {
    width: 70%;
    height: 70%;
  }

  #form-contact {
    width: 60%;
    height: 100%;
  }

  .title-contact {
    margin: 1vh;
  }

  .title-contact h2 {
    font-size: 2.5vh;
    margin: 0;
    padding: 0;
  }

  .title-contact .underline {
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  #container-emailPhone {
    width: 100%;
  }

  .input-emailPhone {
    width: 45%;
  }

  .input-emailPhone p {
    font-size: 1.5vh;
  }

  .input-emailPhone input {
    width: 100%;
    height: 3.5vh;
    flex-shrink: 0;
    border-radius: 0.3125rem;
    border: 1px solid #6248ae;
    background: #1d1c1c;
    color: #fff;
    font-family: ABeeZee;
    font-size: 1.5vh;
    font-weight: 400;
  }

  .input-emailPhone input::placeholder {
    font-size: 1.5vh;
    font-weight: 400;
    padding-left: 1vh;
  }

  #container-message {
    margin: 2vh 0;
    width: 100%;
  }

  #container-message p {
    font-size: 1.5vh;
    font-weight: 400;
  }

  #container-message textarea {
    width: 100%;
    height: 10vh;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #6248ae;
    background: #1d1c1c;
    color: #fff;
    font-family: ABeeZee;
    font-size: 1.5vh;
    font-weight: 400;
  }

  #container-message textarea::placeholder {
    font-size: 1.5vh;
    font-weight: 400;
    padding-left: 1vh;
    padding-top: 1vh;
  }

  #form-contact button {
    width: 15vh;
    height: 3.5vh;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  /* =========== FIM >>> ESTILIZAÇÃO FORM CONTATO =================== */

  .footer {
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #0f0f0f;
  }

  .footer .center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #inputNovidades input {
    width: 20vh;
    height: 3.5vh;
    flex-shrink: 0;
    font-size: 1.5vh;
  }

  #inputNovidades input::placeholder {
    padding-left: 1vh;
  }

  #btnEnviar {
    width: 10vh;
    height: 3.5vh;
    font-size: 1.5vh;
  }

  #inputNovidades p {
    font-size: 0.75rem;
  }

  .logoNovidades {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    gap: 3rem;
  }

  .logoNovidades img {
    width: 25vh;
    height: 5vh;
    flex-shrink: 0;
  }

  .redesSociais {
    width: 100%;
    height: 50%;
    gap: 3rem;
  }

  .redesSociais img {
    width: 3vh;
    height: 3vh;
    margin-bottom: 1vh;
  }

  .reverse {
    flex-direction: row-reverse;
  }

  .modal-container {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: fixed;
  }

  #modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #191919;
    width: 80%;
    height: 80%;
    border-radius: 2vh;
  }

  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 15%;
    padding: 0 5vh;
  }

  .modal-header .title {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .modal-header .title h2 {
    color: #fff;
    font-family: "Amiko";
    font-size: 4vh;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .modal-header .underline {
    justify-self: start;
    align-self: flex-start;
    background-color: #a32da3;
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  #close-modal {
    background-color: #080808;
    width: 5vh;
    height: 5vh;
    border: none;
    border-radius: 50%;
    color: #ffff;
    font-size: 2vh;
    cursor: pointer;
  }

  .modalBody {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 85%;
  }

  #container1 {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .divServer {
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 40%;
    width: 90%;
    border-radius: 1rem;
    overflow: hidden;
  }

  .modelo {
    width: 120%;
    height: 120%;
  }

  #descricaoProduto {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    width: 90%;
    border-radius: 1rem;
  }

  #textoModal {
    width: 90%;
    font-size: 2vh;
    text-align: center;
    color: #fff;
  }

  #container2 {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #container2 #div-graficos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .grafico {
    width: 100%;
    height: 32%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .grafico .card-graph {
    width: 95%;
    height: 85%;
    border-radius: 1vh;
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1vh;
  }

  .img-graph {
    height: 90%;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 0.5vh 0.5vh;
  }

  .img-graph img {
    height: 15vh;
    width: 80vh;
  }

  .grafico .card-graph h4 {
    font-size: 2.5vh;
    font-family: ABeeZee;
    align-self: self-start;
    color: #fff;
    margin: 0;
  }

  .modal-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  #modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #191919;
    width: 90%;
    height: 70%;
    border-radius: 2vh;
  }

  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 10%;
    padding: 0 5vh;
  }

  .modal-header .title {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .modal-header .title h2 {
    color: #fff;
    font-family: "Amiko";
    font-size: 4vh;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .modal-header .underline {
    justify-self: start;
    align-self: flex-start;
    background-color: #a32da3;
    width: 80px;
    height: 5px;
    border-radius: 20px;
    margin: 0;
  }

  #close-modal {
    background-color: #080808;
    width: 5vh;
    height: 5vh;
    border: none;
    border-radius: 50%;
    color: #ffff;
    font-size: 2vh;
    cursor: pointer;
  }

  .modalBody {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    height: 85%;
  }

  #container1 {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .divServer {
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 40%;
    width: 90%;
    border-radius: 1rem;
    overflow: hidden;
  }

  .modelo {
    width: 120%;
    height: 120%;
  }

  #descricaoProduto {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    width: 90%;
    border-radius: 1rem;
  }

  #textoModal {
    width: 90%;
    font-size: 2vh;
    text-align: center;
    color: #fff;
  }

  #container2 {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #container2 #div-graficos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .grafico {
    width: 100%;
    height: 32%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .grafico .card-graph {
    width: 95%;
    height: 85%;
    border-radius: 1vh;
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1vh;
  }

  .img-graph {
    height: 90%;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 0.5vh 0.5vh;
  }

  .img-graph img {
    height: 10vh;
    width: 80vh;
  }

  .grafico .card-graph h4 {
    font-size: 2.5vh;
    font-family: ABeeZee;
    align-self: self-start;
    color: #fff;
    margin: 0;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .listaNav {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 60vw;
    height: 92vh;
    background-color: #131313;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: transform 0.5s ease-in;
    transform: translateX(100%);
  }

  .listaNav li {
    margin-left: 0;
  }

  .mobile-menu {
    display: block;
  }

  .center #texto {
    margin: 1.5vh 0;
  }

  .container-head #banner {
    height: 20vh;
  }

  .center #txtBanner {
    width: 80%;
    font-size: 2vh;
    margin: 0.5vh 0;
  }

  .center #btnSaibaMais {
    width: 40%;
    height: 3.5vh;
    margin: 1vh 0;
    font-size: 1.5vh;
    border-radius: 5px;
  }

  .logo-navbar img {
    width: 80%;
    height: 60%;
  }

  /* ESTILIZAÇÃO RESPONSIVA QUEM SOMOS|OBJETIVOS */
  .container {
    width: 100%;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #252525;
  }

  .container .center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .box-content-about {
    background-color: #6248ae;
    width: 80%;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1vh 0;
  }

  .box-content-about .img-about,
  .box-content-about .img-about2 {
    width: 100%;
    height: 50%;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .box-content-about .img-about img {
    width: 150%;
    height: 150%;
    margin-top: 20%;
  }

  .box-content-about .img-about2 img {
    width: 80%;
    height: 140%;
    margin-top: 30%;
  }

  .text-about {
    width: 100%;
    height: 50%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .text-about .center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .text-about .center h2 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: Amiko;
    font-size: 2vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .text-about .center p {
    color: #fff;
    text-align: center;
    font-family: ABeeZee;
    font-size: 1.5vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  /* FIM >>> ESTILIZAÇÃO RESPONSIVA QUEM SOMOS|OBJETIVOS */

  /* ESTILIZAÇÃO RESPONSIVA PRINCIPIOS */
  .center .container-principles {
    width: 100%;
    margin: 1 vh 0;
  }

  .center .container-principles #principles-content {
    width: 100%;
  }

  #card-principles {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }

  #principles-content .title-principles h2 {
    font-size: 1.5vh;
    margin: 0;
    padding: 0;
  }

  .title-principles .underline {
    width: 60px;
    height: 2px;
    border-radius: 20px;
    margin: 0;
  }

  #card-principles .card-animated img {
    height: 40px;
    width: 40px;
    max-width: 100%;
    max-height: 100%;
  }

  .card-animated {
    width: 70%;
    height: 15vh;
    box-shadow: #ffffff17 -3px 4px 2px;
    border-radius: 10px;
    margin: 1.5vh 0;
  }

  .card-animated p {
    font-size: 1.5vh;
    margin-top: 1vh;
  }

  .card-animated:hover {
    transform: translateY(-7px);
    transition: 0.4s;
    box-shadow: #ffffff10 -5px 6px 4px;
  }

  .card-animated:hover img,
  .card-animated:hover p {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }

  .card-animated img,
  .card-animated .title2 {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
  }

  .card-animated:not(:hover) {
    transform: translateY(0px);
    transition: 0.4s;
  }

  .text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }

  .card-animated:hover .text {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
    font-size: 1vh;
  }
  /* FIM >>> ESTILIZAÇÃO RESPONSIVA PRINCIPIOS */

  /* =========== ESTILIZAÇÃO PRODUTO =================== */
  .container-product {
    width: 100%;
    margin: 1vh 0;
  }

  .title-product {
    height: auto;
    width: fit-content;
  }

  .title-product h2 {
    font-size: 1.5vh;
    margin: 0;
    padding: 0;
  }

  .title-product .underline {
    width: 60px;
    height: 2px;
    border-radius: 20px;
    margin: 0;
  }

  .card-product {
    width: 90%;
    height: 15vh;
    margin: 1vh 0;
  }

  .card-product .content-card {
    width: fit-content;
    margin: 1vh 0;
  }

  .card-product .content-card img {
    width: 9vh;
    height: 9vh;
  }

  .card-product .content-card h2 {
    font-size: 2vh;
    letter-spacing: 0.5vh;
    margin: 0;
    padding: 0;
  }
  /* FIM DA ESTILIZAÇÃO DO PRODUTO */

  /* ESTILIZAÇÃO EQUIPE */
  #hasSlides {
    width: 100%;
    height: 25vh;
    position: relative;
  }

  #team {
    width: 90%;
    border-radius: 10px;
  }

  .title-team {
    margin: 2vh 0;
  }

  .title-team h2 {
    font-size: 1.5vh;
    margin: 0;
    padding: 0;
  }

  .title-team .underline {
    width: 45px;
    height: 2px;
    border-radius: 20px;
    margin: 0;
  }

  .slides .slide img {
    width: 100%;
    height: 15vh;
    border-radius: 10px;
  }

  .slides {
    display: flex;
    width: 600%;
    height: 100%;
  }

  .navigation {
    position: absolute;
    bottom: 5%;
    transform: translate();
    display: flex;
    align-self: center;
    justify-content: center;
  }

  .bar {
    width: 8vw;
    height: 2vh;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.6s;
  }
  /* ESTILIZAÇÃO EQUIPE */

  /* =========== ESTILIZAÇÃO FORM CONTATO =================== */
  #container-contact {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #252525;
  }

  #image-contact {
    display: none;
  }

  #form-contact {
    width: 100%;
    height: 100%;
  }

  .title-contact {
    margin: 1vh;
  }

  .title-contact h2 {
    font-size: 1.5vh;
    margin: 0;
    padding: 0;
  }

  .title-contact .underline {
    width: 45px;
    height: 2px;
    border-radius: 20px;
    margin: 0;
  }

  #container-emailPhone {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #252525;
  }

  .input-emailPhone {
    width: 100%;
    margin: 1vh 0;
  }

  .input-emailPhone p {
    font-size: 1.5vh;
  }

  .input-emailPhone input {
    width: 100%;
    height: 4vh;
    flex-shrink: 0;
    border-radius: 0.3125rem;
    border: 1px solid #6248ae;
    background: #1d1c1c;
    color: #fff;
    font-family: ABeeZee;
    font-size: 1.5vh;
    font-weight: 400;
  }

  .input-emailPhone input::placeholder {
    font-size: 1.5vh;
    font-weight: 400;
    padding-left: 1vh;
  }

  #container-message {
    margin: 1vh 0;
    width: 100%;
  }

  #container-message p {
    font-size: 1.5vh;
    font-weight: 400;
  }

  #container-message textarea {
    width: 100%;
    height: 10vh;
    font-size: 1.5vh;
    font-weight: 400;
  }

  #container-message textarea::placeholder {
    font-size: 1.5vh;
    font-weight: 400;
    padding-left: 1vh;
    padding-top: 1vh;
  }

  #form-contact button {
    width: 15vh;
    height: 3.5vh;
    font-size: 0.9375rem;
    font-weight: 400;
  }
  /* =========== FIM >>> ESTILIZAÇÃO FORM CONTATO =================== */

  .footer {
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #0f0f0f;
  }

  .footer .center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #inputNovidades {
    display: none;
  }

  .logoNovidades {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .logoNovidades img {
    width: 50%;
    height: 30%;
  }

  .redesSociais {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 3rem;
  }

  .redesSociais img {
    width: 2vh;
    height: 2vh;
    margin-bottom: 1vh;
  }

  .modal-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  #modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #191919;
    width: 90%;
    height: 90%;
    border-radius: 2vh;
  }

  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 5%;
    padding: 0 5vh;
  }

  .modal-header .title {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .modal-header .title h2 {
    color: #fff;
    font-family: "Amiko";
    font-size: 2.5vh;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .modal-header .underline {
    justify-self: start;
    align-self: flex-start;
    background-color: #a32da3;
    width: 40px;
    height: 3px;
    border-radius: 20px;
    margin: 0;
  }

  #close-modal {
    background-color: #080808;
    width: 3.5vh;
    height: 3.5vh;
    border: none;
    border-radius: 50%;
    color: #ffff;
    font-size: 2vh;
    cursor: pointer;
  }

  .modalBody {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    height: 85%;
  }

  #container1 {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .divServer {
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 40%;
    width: 90%;
    border-radius: 1rem;
    overflow: hidden;
  }

  .modelo {
    width: 120%;
    height: 120%;
  }

  #descricaoProduto {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    width: 100%;
    border-radius: 1rem;
  }

  #textoModal {
    width: 85%;
    font-size: 1.3vh;
    text-align: center;
    color: #fff;
  }

  #container2 {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #container2 #div-graficos {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .grafico {
    width: 100%;
    height: 32%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .grafico .card-graph {
    width: 95%;
    height: 85%;
    border-radius: 1vh;
    background-color: #141414;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1vh;
  }

  .img-graph {
    height: 90%;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 0.5vh 0.5vh;
  }

  .img-graph img {
    height: 10vh;
    width: 80vh;
  }

  .grafico .card-graph h4 {
    font-size: 2.5vh;
    font-family: ABeeZee;
    align-self: self-start;
    color: #fff;
    margin: 0;
  }
}
