:root {
  --gray-200: #eee;
  --gray-300: #e0e0e0;
  --gray-700: #616161;
  --gray-900: #212121;

  --primary: #026cb6;
  --success: #68bd0e;
  --danger: #e1251b;
  --warning: #ffb82e;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.container {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}
.contact-alert {
  width: 100%;
  background: #f2f2f2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 45px;
}
.contact-alert ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}
.contact-alert ul li {
  margin: 0 10px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}

.contact-alert ul li a {
  text-decoration: none;
  color: #4f4f4f;
}

.contact-alert ul li img {
  margin-right: 5px;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.header-main h1 {
  color: var(--primary);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
}
.header-main h1 a {
  color: var(--primary);
  text-decoration: none;
}

.header-main nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main nav a {
  color: var(--gray-700);
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 10px;
}
.header-main nav a.active {
  color: var(--primary);
}

.title-section {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
}

.title-section::after {
  content: " ";
  width: 45px;
  height: 3px;
  background: var(--primary);
  display: block;
  margin: 20px 0;
}

.title-section-center {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.title-section-center::after {
  content: " ";
  width: 50px;
  height: 3px;
  background: var(--primary);
  display: block;
  margin: 16px auto;
}

.space-section {
  margin-bottom: 100px;
}

.banner-item {
  background: #eee;
  height: 500px;
  width: 100vw;
  background-size: cover;
  background-position: center;
}

.banner1 {
  background-image: url("../imagens/servicos-de-limpeza-rj-mobile.webp");
}
.banner2 {
  background-image: url("../imagens/servicos-cooperagem-mobile.webp");
}
.banner3 {
  background-image: url("../imagens/terceirizacao-telemarketing-mobile.webp");
}

.banner-ouvidoria {
  background-image: url("../imagens/ouvidoria-multiply-servicos-mobile.webp");
}

.banner .box-text {
  width: 100%;
  max-width: 430px;
  color: #fff;
}

.banner .box-text h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 120%;
}
.banner .box-text h2::after {
  content: " ";
  width: 45px;
  height: 3px;
  background: var(--primary);
  display: block;
  margin: 20px 0;
}

.banner .box-text p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 30px;
}

.banner .box-text button,
.banner .box-text .button {
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  height: 50px;
  width: 268px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  padding: 10px 20px;
}

.banner .align-center {
  display: flex;
  align-items: center;
  height: 100%;
}
.owl-nav {
  display: none;
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-dots:last-child {
  display: none;
}

#carrousel1 {
  margin-bottom: 35px;
}

#carrousel1 .owl-dots {
  display: block;
}

.owl-dots .owl-dot:last-child {
  display: none;
}

button {
  cursor: pointer;
}
.partner {
  padding: 10px 0;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 145px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
.col-6 {
  min-width: 50%;
}

.main-services .col-6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.main-services h6,
.box-values h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
}

.main-services p,
.box-values p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  padding-right: 15px;
  max-width: 450px;
  text-align: justify;
  text-justify: inter-word;
}

.box-values {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;

  margin-top: 50px;
}

#quem-somos span {
  display: flex;
}

#quem-somos p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: justify;
  text-justify: inter-word;
  color: #616161;
  max-width: 530px;
}

#quem-somos img {
  width: 100%;
  height: auto;
  padding-left: 30px;
}

.box-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 103px;
  background: #f2f2f2;
  border-radius: 10px;
}

.box-view-all p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
}

.box-view-all button,
.box-view-all .button {
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  height: 32px;
  width: 123px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#fale-conosco ul {
  list-style: none;
}

#fale-conosco ul li {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 15px;
  color: #4f4f4f;
}

#fale-conosco ul li a {
  text-decoration: none;
  color: #4f4f4f;
}

#fale-conosco ul li img {
  margin-right: 5px;
}
#fale-conosco li sup {
  margin-right: 5px;
  margin-top: -5px;
  margin-left: 1px;
  font-size: 12px;
}

footer {
  background: #f2f2f2;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-top: 1px solid #e6e6e6;
}

footer span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.modal {
  width: 100%;
  max-width: 980px;
}

.modal__box-lists {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  padding-left: 15px;
}

.modal__box-lists li {
  margin-bottom: 15px;
}

/*ouvidiria*/

.container-ouvidoria {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 46px;
}

.button-ouvidoria {
  width: 190px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--primary);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
  text-decoration: none;
  margin-right: 32px;
  margin-bottom: 16px;
}

.button-ouvidoria:hover {
  background: #025d9d;
}

.button-ouvidoria p {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  color: #627179;
  font-size: 12px;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 16px;
}

.form-group input {
  height: 38px;
}
.form-group textarea {
  padding-top: 16px;
  height: 128px;
  resize: none;
}

.form-group [type="date"] {
  max-width: 230px;
}

.button-form {
  background: #026cb6;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
}
/* mobile */
@media (max-width: 769px) {
  #fale-conosco ul li {
    font-size: 12px;
  }
  .owl-dots {
    width: 200px;
    margin-bottom: -40px;
  }
  .owl-dots button.owl-dot {
    padding: 15px !important;
  }
  .container {
    padding: 0 15px;
  }
  .contact-alert {
    display: none;
  }
  .header-main img {
    height: 60px;
    width: 160px;
  }
  .header-main nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 85px;
    left: 0;
    padding-left: 15px;
    display: none;
    transition: 0.5s;
  }
  .header-main nav a {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
  }
  #menu-burger {
    display: block;
    font-size: 24px;
    border: 0;
    color: #026cb6;
    background: transparent;
  }
  .row,
  #quem-somos span,
  .box-values {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
  }

  .modal__box-lists {
    display: grid;
    grid-template-columns: auto;
    gap: 0px;
  }

  #quem-somos img {
    padding-left: 0;
  }

  .partner-item {
    width: 196.8px;
    height: 116px;
  }

  footer span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner .box-text h2 {
    font-size: 24px;
    max-width: 280px;
  }
  .banner .box-text p {
    font-size: 14px;
  }

  .banner .box-text button {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #menu-burger {
    display: none;
  }

  #menu {
    display: flex;
  }
  .banner1 {
    background-image: url("../imagens/servicos-de-limpeza-rj.webp");
  }
  .banner2 {
    background-image: url("../imagens/servicos-cooperagem.webp");
  }
  .banner3 {
    background-image: url("../imagens/terceirizacao-telemarketing.webp");
  }
  .banner-ouvidoria {
    background-image: url("../imagens/ouvidoria-multiply-servicos.webp");
  }
}

#gdev a {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  color: #026cb6;
}

.modal-pdf {
  width: 100%;
  height: 90vh;
  padding: 10px 20px 15px 0;
  max-width: 800px;
  background-image: url("../icons/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
}
