@font-face {
  font-family: 'Matrice';
  src: url('/fonts/MatriceBlack.otf') format('opentype');
}

/* .container {
  margin-top: 10px;
} */

/* MENU NAV */
.btn-contact-wpp {
  position: absolute;
  z-index: 2;
}

.slider {
  position: relative;
  width: 100%;
}

.slider img {
  width: 100%;
}

.nav-header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  text-shadow: 3px 3px 0px #000000;
}

.container-logo-nav {
  height: 100%;
}

.logo-nav img {
  width: 191px;
  height: 131px;
  margin: 10px 0 0 10px;
}

nav {
  height: 80%;
}

nav ul li a {
  color: white;
}

.slider nav ul li {
  font-weight: 800;

  display: inline;
  margin-right: 28px;
  color: white;
  transition: all 0.3s ease-in-out;
}

.slider nav ul li:hover {
  color: #fc2629;
  border-bottom: 3px solid white;
}

.description-erp-bg {
  width: 100%;
  position: relative;
  margin-top: -13px;
}

.description-erp {
  z-index: 1;
  position: absolute;
  width: 100%;
}

.description-er-container {
  display: flex;
}

.description-erp-bg-shape-red {
  position: absolute;
  clip-path: polygon(71.38% 0px, 100% 0px, 100% 100%, 52.56% 100%);
  background-color: #e12f2f;
  height: 3450px;
  width: 100%;
}

.description-erp-bg-shape-gray {
  position: absolute;
  height: 3450px;
  width: 100%;
  display: flex;
  clip-path: polygon(0px 0px, 73% 0px, 53.37% 100%, 0% 100%);
  background-color: #494440;
}

.description-erp-title-content {
  width: 50%;
  margin: 40px 130px 0 130px;
}

.description-erp-title h1 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
}

.description-erp-text {
  color: white;
}

.description-erp-text p {
  font-size: 1.3rem;
  font-family: Roboto;
  font-weight: 300;
  margin-top: 30px;
}

.description-erp-title-btn {
  background-color: #bd2326;
  color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 283px;
  height: 61px;
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
  border: none;
}

.buy-now {
  text-align: center;
}

.description-erp-title-btn:hover {
  background-color: white;
  color: #bd2326;
  border: 2px solid #bd2326;
  cursor: pointer;
}

.description-erp-title-image {
  width: 50%;
  height: 500px;
  margin: 60px 135px 40px 0;
}

.description-erp-title-image-text-header {
}

.description-erp-title-image-text h1 {
  position: absolute;
}

.description-erp-title-image img {
  width: 488px;
  height: 530px;
  border-radius: 3%;
  position: absolute;
}

/* DESCRIPTION ERP BUSINESS   */
.description-erp-business {
  z-index: 1;
}

.description-erp-business h1 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 2.3rem;
  color: white;
}

.description-erp-business-title {
  margin: 150px 250px 0 150px;
  text-align: center;
}

/* CARDS  */

.description-erp-business-cards {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 80px;
}
.card {
  height: 218px;
  width: 329px;

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

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

.card-header-title {
  font-family: Roboto;
  font-weight: bold;
  font-size: 22px;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

.card-body h4 {
  text-align: center;
  margin-top: -28px;
  color: wheat;
}

.card-body-img img {
  width: 370px;
  height: 170px;
  border-radius: 10px;
}

.card-body-img:hover img {
  opacity: 0.5;
}

.description-erp-title-image-text {
  width: 100%;
  height: 100%;
}

.description-erp-title-image-text h1 {
  color: white;
  text-shadow: 5px 2px 0px #000000;
}

.style-number-seven {
  color: #bd2226;
  text-shadow: 7px 2px 0px #000000;
  font-family: 'Libre Franklin', sans-serif;

  line-height: 0px;
  letter-spacing: 0em;
  font-style: normal;
  font-size: 143px;
}

/* CARDS BLOG */

.description-erp-business-card-blog {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.card-blog {
  width: 257px;
  height: 359px;

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

.card-client-body {
  margin-bottom: 5px;
}

.card-client-body img {
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
  border: 5px solid white;
}

.card-blog-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-blog-header-title h3 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
}

/* NOSSA HISTORIA  */

.our-history-content {
  display: flex;
  margin-top: 50px;
}

.our-history-description-wrapper {
  width: 575px;
}

.our-history-description {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our-history-description-title h2 {
  font-size: 36px;
  font-family: Roboto;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.our-history-description-text p {
  color: white;
  text-align: start;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px 0;

  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px,
    rgb(0, 0, 0) -0.416147px 0.909297px 0px,
    rgb(0, 0, 0) -0.989993px 0.14112px 0px,
    rgb(0, 0, 0) -0.653644px -0.756803px 0px,
    rgb(0, 0, 0) 0.283662px -0.958924px 0px,
    rgb(0, 0, 0) 0.96017px -0.279416px 0px;
}

.our-history-video {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-history-video video {
  width: 90%;
  border: 10px solid #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 13px;
}

/* NOSSOS CLIENTES */

.our-clients-content {
  margin-top: 70px;
}

.card-client-wrapper {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-left: 90px; */
  display: flex;
  justify-content: space-around;
}

.our-clients-title h2 {
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-size: 2.1875rem;
  color: white;
}

.card-client {
  margin-top: 50px;
  width: 308px;
  height: 515px;
}

.card-client-title {
  font-size: 20px;
  text-align: center;
  color: white;

  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px,
    rgb(0, 0, 0) -0.416147px 0.909297px 0px,
    rgb(0, 0, 0) -0.989993px 0.14112px 0px,
    rgb(0, 0, 0) -0.653644px -0.756803px 0px,
    rgb(0, 0, 0) 0.283662px -0.958924px 0px,
    rgb(0, 0, 0) 0.96017px -0.279416px 0px;
}

/* BG SOLUÇÕES */

.bg-solutions-divider {
  height: 3440px;
}

.bg-solutions {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  height: 100%;
  width: 100%;
  background: #1a1d24;
}

.bg-solutions img {
  width: 100%;
}

.bg-solutions-content {
  position: absolute;
}

.bg-solutions-title {
  width: 850px;
  text-align: center;
}

.bg-solutions-title h2 {
  color: white;
  font-family: Roboto;
  font-weight: bold;
  font-size: 36px;
}

.bg-solutions-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.bg-solutions-btn button {
  width: 243px;
  height: 52px;
  background: #bd2326;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border: none;
}

.bg-solutions-btn button:hover {
  background-color: white;
  color: #bd2326;
  border: 2px solid #bd2326;
  cursor: pointer;
}

/* BG CELLPHONE  */

.bg-cellphone {
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bg-cellphone-content {
  width: 95%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bg-cellphone img {
  width: 100%;
}

.bg-cellphone-title {
  width: 440px;
}

.bg-cellphone-title h2 {
  color: white;
  font-size: 36px;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
}

.bg-cellphone-btn {
  margin-top: 40px;
}

.bg-cellphone-btn button {
  width: 243px;
  height: 50px;
  background: #bd2326;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border: none;
}

.bg-cellphone-btn button:hover {
  background-color: white;
  color: #bd2326;
  border: 2px solid #bd2326;
  cursor: pointer;
}

/* FOOTER */

.footer {
  width: 100%;
  height: 480px;
  background-color: rgba(35, 35, 35, 1);
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  padding: 0 30px 0 30px;
}

.logo-ibr-class img {
  width: 232px;
  height: 170px;
  margin-top: 10px;
}

.info-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 40px 0 40px;
  color: white;
  margin-top: 20px;

  font-weight: 300;
}

.border-footer {
  opacity: 0.2;
  border: 1px solid #ffffff;
  margin-top: 30px;
  width: 100%;
}

.info-company {
  color: white;
  padding: 0 40px 0 40px;
}

.info-company p {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
}

.item-contact {
  display: flex;
  margin-top: 5px;
}

.item-contact img {
  color: white;
}

.item-contact p {
  margin-left: 10px;
}

.horario-atendimento p {
  margin-top: 10px;
}

.social-icons {
  margin-top: 10px;
  display: flex;
  justify-content: end;
}

.social-icons img {
  height: 30px;
  width: 30px;
  margin-left: 15px;
}

.title-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 98%;
  height: auto;
  position: absolute;
  top: 80px;
  font-family: 'MatriceBlack', sans-serif;
  font-weight: 700;
  text-align: end;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  letter-spacing: 0.024em;
  color: white;
  text-shadow: 7px 3px 0px #000000;
}

#btn-mobile {
  display: none;
}
