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

/* Header */

.header {
  width: 100%;
  height: 120px;
  background-color: #394c6c;
}

@media (max-width: 1200px) {
  .header {
    width: 100%;
    height: 210px;
    background-color: #394c6c;
  }
}

@media (max-width: 800px) {
  .header {
    width: 100%;
    height: 185px;
    background-color: #394c6c;
  }
}

@media (max-width: 700px) {
  .header {
    width: 100%;
    height: 165px;
    background-color: #394c6c;
  }
}

@media (max-width: 450px) {
  .header {
    width: 100%;
    height: 145px;
    background-color: #394c6c;
  }
}

.flex {
  display: flex;
}

.logo {
  width: 50%;
  height: 120px;
  /* cursor: pointer;
  background-image: url(images/facilita-logo.png);
  background-position: center;
  background-size: cover;*/
}

.logo img {
  width: auto;
  height: 100%;
  padding: 10px 0;
}

.componentes {
  text-align: center;
  margin-left: 300px;
  width: 50%;
}

.telefone {
  margin-top: 25px;
}

.telefone span {
  color: #818285;
  font-size: 18px;
}

.telefone p {
  margin-bottom: 5px;
  color: #818285;
  font-size: 18px;
}

.telefone a {
  color: black;
  font-weight: bold;
}

.btn1 {
  padding: 15px 20px;
  margin: 25px auto;
  background-color: #18A098;
  border-radius: 10px;
}

.btn1 a {
  margin-left: 0px;
  color: black;
}

.btn1 i {
  font-size: 18px;
}

.btn1 .contador-item {
  width: 50%;
  background-color: white;
  margin-right: 7px;
  padding: 0px 11px;
  border-radius: 20px;
}

/* Menu */
.menu {
  position: relative;
  background-color: #394c6c;
  width: 100%;
  height: 50px;
  padding: 10px 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu ul {
  position: absolute;
  text-align: center;
  list-style-type: none;
  top: 15px;
}

.menu li {
  display: inline;
  font-size: 16px;
  padding: 0 15px;
  margin-right: 50px;
  font-weight: bold;
}

.menu a {
  text-decoration: none;
  color: #ffffff;
}

.menu a:hover {
  text-decoration: none;
  color: #00DBFF;
}

.menu .search-box {
  position: absolute;
  border-radius: 8px;
  background-color: #ffffff;
  height: 35px;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  padding: 5px;
}

.menu .search-btn {
  color: #605E5E;
  float: right;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.menu .search-btn:hover {
  color: #18A098;
}

.menu .search-txt {
  float: left;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  transition: 0.4s;
  width: 216px;
}

.container {
  width: 100%;
  max-width: 1280px;
}


.capsula-menu {
  display: flex;
}

.logo-menu-mobile {
  width: 70%;
}

.logo-menu-mobile img {
  width: 200px;
  height: auto;
}

.icon-menu-mobile {
  width: 50%;
  height: 50px;
  display: none;
  margin-top: 40px;
  margin-left: 190px;

}

.icon-menu-mobile i {
  font-size: 35px;
  color: #333;

  cursor: pointer;
}

.fas .fa-times-circle {
  font-size: 30px;
}

.bg-menu {
  z-index: 9999;
  position: absolute;
  display: none;
  top: 0px;
  left: 0;
  width: 100%;
  height: 800%;
  background-color: rgba(0, 0, 0, 0.6);
}

.fundo-branco {
  z-index: 3;
  position: absolute;
  display: none;
  width: 300px;
  height: 530px;
  background-color: white;
  border-radius: 15px;
}

.btn-fecha {
  width: 30%;
  margin-left: 10px;
  padding: 20px;
  text-align: right;
  align-self: center;
  cursor: pointer;
}

.menu-mobile {
  width: 100%;
  height: auto;
  background-color: white;
}

.menu-mobile ul {
  list-style-type: none;
}

.menu-mobile ul li {
  margin-top: 5px;
  padding-top: 10px;
  padding: 15px;
  border-top: 1px solid #f0f0f0;
}

.menu-mobile ul li a {
  text-decoration: none;
  color: black;
  margin-left: 12px;
}

.menu-mobile ul ul {
  display: none;
  text-decoration: none;
  color: black;

}

.menu-mobile ul ul li a {
  text-decoration: none;
  color: black;
  margin-left: 30px;
}

/* Slider */

.container-flui {
  padding: 0;
}

#mainSlider .carousel-inner,
#mainSlider .carousel-item {
  height: auto;
  background-color: rgb(65, 113, 175);
}

.carousel-item img {
  height: auto;
}

#mainSlider .carousel-caption {
  top: 30%
}

#mainSlider .carousel-caption h2 {
  font-size: 45px;
  margin-bottom: 30px;
}

#mainSlider .carousel-caption p {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #FFF;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #00DBFF !important;
  padding: 15px 10px 10px 10px;
  border-radius: 30px;
  border: 3px solid transparent;
}

.main-btn {
  background-color: #18A098;
  color: #FFF;
  text-transform: uppercase;
  width: 200px;
  height: 60px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 3px solid transparent;
  transition: .5s;
}

.main-btn:hover {
  text-decoration: none;
  color: #000;
  background-color: transparent;
  border-color: #18A098;
}

.carousel-indicators .active {
  background-color: #18A098;
}

@media screen and (max-width: 991px) {

  #mainSlider .carousel-inner,
  #mainSlider .carousel-item {
    height: auto;
    background-color: rgb(65, 113, 175);
  }

  .carousel-item img {
    height: auto;
  }
}



@media screen and (max-width: 700px) {}

/* Final Slider */


/* Footer */

.footer {
  width: 100%;
  height: 425px;
  background-color: #394c6c;
  padding-top: 70px;

}

.footer2 {
  width: 100%;
  height: auto;
  background-color: #394c6c;
  color: #fff;
  padding-top: 40px;
}

.wrapper-footer {
  font-family: "karla", sans-serif;
  width: 100%;
  height: auto;
  display: flex;
}

.logo-footer {
  margin-bottom: 0;
}

.logo-footer img {
  width: 100%;
  max-width: 300px;
}

.cop {
  width: 300px;
  color: black;
}

.icones-media {
  width: 100%;
}

.icones-media h4 {
  width: 100%;
  margin-right: 50px;
}

.icon-cont {
  width: 100%;
  height: auto;
}

.icones-media ul {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;

}

@media (max-width:1200px) {
  .icon-cont ul {
    width: 300px;
    position: relative;
    right: 100px;
    height: auto;
  }
}

.icones-media li {
  width: 18%;
  height: auto;
  margin-right: 14px;
}

.icones-media a {
  width: 100%;
  height: auto;
  justify-content: center;
}

.icones-media img {
  width: 90%;
  height: auto;
}

.icones-media ul li a {
  text-decoration: none;
  color: black;
  margin-top: 5px;
}

.produtos-footer {
  width: 30%;
  height: auto;
  display: block;
  margin-left: 30px;
}

.d1 input {
  border: none;
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 5px;
}

.d1 input::placeholder {
  padding: 10px;
}

.d1 button {
  border: none;
  float: left;
  background: transparent;
  margin-top: -64px;
  margin-right: 80px;
  width: 40%;
  height: 35%;
  transform: rotate(0deg);
}

@media (max-width:1200px) {
  .d1 button {
    width: 30%;
    margin-left: 250px;
  }
}

@media (max-width:1999px) {
  .d1 button {
    width: 35%;
    margin-left: 210px;
  }
}

@media (max-width:991px) {
  .d1 button {
    width: 46%;
    margin-left: 140px;
  }
}

@media (max-width:797px) {
  .d1 button {
    width: 48%;
    margin-left: 130px;
  }
}

@media (max-width:766px) {
  .d1 button {
    width: 64%;
    margin-left: 75px;
  }
}

@media (max-width:520px) {
  .d1 button {
    width: 70%;
    margin-left: 75px;
  }
}

@media (max-width:485px) {
  .d1 button {
    width: 70%;
    margin-left: 65px;
  }
}

@media (max-width:465px) {
  .d1 button {
    width: 80%;
    margin-left: 55px;
  }
}

.d1 img {
  width: 35%;
}

.produtos-footer h4 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

.produtos-footer ul {
  text-decoration: none;
  list-style: none;
}

.produtos-footer ul li {
  margin-bottom: 8px;
}

.produtos-footer ul li a {
  text-decoration: none;
  color: #fff;
}


.clear {
  clear: both;
}

/* downloads */


.card1 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(239, 242, 245, 0.05);
  border-radius: 0.125rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}


.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 1.25rem;
}

.card-subtitle {
  margin-top: -0.625rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #eff2f5;
  border-bottom: 0.0625rem solid rgba(239, 242, 245, 0.05);
}

.card-header:first-child {
  border-radius: calc(0.125rem - 0.0625rem) calc(0.125rem - 0.0625rem) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.25rem 1.5rem;
  background-color: #eff2f5;
  border-top: 0.0625rem solid rgba(239, 242, 245, 0.05);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.125rem - 0.0625rem) calc(0.125rem - 0.0625rem);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.25rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.125rem - 0.0625rem);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.125rem - 0.0625rem);
  border-top-right-radius: calc(0.125rem - 0.0625rem);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.125rem - 0.0625rem);
  border-bottom-left-radius: calc(0.125rem - 0.0625rem);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }


  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}



.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -0.0625rem;
}

.row>.col-lg-12 h1 {
  color: #394c6c;
  /* text-align: center; */
}

.row>.col-lg-12 {
  color: #ffffff;
  text-align: center;
}

.form-group input {
  background-color: #D4F0ED;
  border: 0.1px solid #394c6c;
}

.form-group label {
  color: #394c6c;
}

.text-right button {
  background-color: #394c6c !important;
  border: 1px solid #394c6c !important;
  margin-top: -35px;
}

.column-title {
  color: #394c6c;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  background-color: #f5f8fb;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07);
  border: 0.0625rem solid #eff2f5;
}

.table th,
.table td {
  border-top: 0;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
  color: #394c6c;
}

@media (min-width: 768px) {

  .table th,
  .table td {
    padding: 1rem 3rem;
  }
}


.table thead th {
  vertical-align: bottom;
  border-bottom: 0;
}

.table tbody+tbody {
  border-top: 0.125rem solid #e9ecef;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.btn-secondary {
  color: #ffffff;
  background-color: #394c6c;
  border-color: #18A098;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07);
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07), 0 0 0 0.0625rem rgba(52, 184, 144, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #394c6c;
  border-color: #18A098;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #18A098;
  border-color: #18A098;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.0625rem rgba(46, 176, 288);
}

.btn-success {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07);
}

.btn-success:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07), 0 0 0 0.0625rem rgba(38, 201, 169, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #18A098;
  border-color: #18A098;
}


.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #18A098;
  border-color: #18A098;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.0625rem rgba(38, 201, 169, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #18A098;
  border-color: #18A098;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07);
}

.btn-info:hover {
  color: #ffffff;
  background-color: #18A098;
  border-color: #18A098;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07), 0 0 0 0.0625rem rgba(64, 161, 255, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #18A098;
  border-color: #18A098;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #18A098;
  border-color: #18A098;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.0625rem rgba(64, 161, 255, 0.5);
}

.nav-link {
  color: #18A098;
}

.nav-link:hover,
.nav-link.active {
  color: #18A098;
}

.nav-link:hover img,
.nav-link.active img {
  opacity: inherit;
  transition: all 0.2s ease;
}

.nav-link i {
  position: relative;
  margin-right: .5rem;
}

.nav-link img {
  opacity: .5;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  border: 0;
  padding: 1rem 1rem;
}

.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

.nav-pills .nav-link {
  padding: 0.75rem 0.85rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #394c6c !important;
  background-color: #caddf1;
  color: #007bff;
  font-size: 20px;
}

.nav-pills .nav-link.avatar-link {
  border: 0;
}

.nav-pills .nav-link:hover {
  color: #007bff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #18A098;
  background-color: #394c6c !important;
  border-color: #394c6c !important;
}

.nav-pills.rounded .nav-link {
  border-radius: 30px;
}

.nav-pills.rounded.vertical-tab .nav-link {
  margin-bottom: .625rem;
  min-width: 100px;
}

.nav-pills.rounded.vertical-tab .nav-item:not(:last-child) {
  padding-right: 0;
}

.nav-pills.bordered-pill-md .nav-link {
  border: 0.125rem solid #e9ecef;
  font-weight: 500;
}

.nav-pills.vertical-tab .nav-link {
  margin-bottom: .625rem;
}

.nav-pills.vertical-tab .nav-item:not(:last-child) {
  padding-right: 0;
}

@media (max-width: 575.98px) {
  .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .nav-pills:not(.nav-pills-circle) .nav-item {
    padding-right: 0;
  }
}

.nav-pill-circle .nav-link {
  display: flex;
  text-align: center;
  height: 80px;
  width: 80px;
  padding: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.nav-pill-circle .nav-link.avatar-link {
  box-shadow: none;
}

.nav-pill-circle.vertical-tab .nav-link-icon i,
.nav-pill-circle.vertical-tab .nav-link-icon svg {
  font-size: 1.5rem;
}

.nav-pill-circle.vertical-tab .nav-item:not(:last-child) {
  padding-right: 0;
}

.nav-pill-circle .nav-link-icon i,
.nav-pill-circle .nav-link-icon svg {
  font-size: 1.25rem;
  margin: 0;
  display: block;
}

.nav-pill-square .nav-link {
  text-align: center;
  min-width: 80px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-pill-square.vertical-tab .nav-link {
  margin-bottom: .625rem;
  min-width: 100px;
}

.nav-pill-square.vertical-tab .nav-item:not(:last-child) {
  padding-right: 0;
}

.nav-pill-square .nav-link-icon i,
.nav-pill-square .nav-link-icon svg {
  font-size: 1.25rem;
  margin: 0;
  display: block;
  line-height: 50px;
}

.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.nav-wrapper+.card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.tab-pane pre {
  padding: 0;
  margin: 0;
}

.tab-content>.active {
  display: block;
}

.btn-secondary {
  background-color: #394c6c !important;
  color: #ffffff !important;

}

.btn-secondary:hover {
  background-color: #d4d9f0 !important;
  color: #007bff !important;
  border: 1px solid #394c6c !important;
}


/*-- Title Banner --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 250px;
  color: #394c6c;
  background-position: 50% 50%;
  background-size: cover;
}

/*
.banner-title {
  color: #394c6c ;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}
*/

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.banner-heading p {
  color: #92C462;
  font-size: 2.2rem;
}

.north {
  font-size: 2rem;
}

.banner-heading img {
  width: 100%;
  max-width: 300px;
}

.col-md-12 {
  width: 100%;
  height: 100%;
  border: 0.1px solid #394c6c;
  border-radius: 10px;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  background-color: transparent !important;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/* Página de Erro 404
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*section-home
=================================================== */
.section-home {
  width: 100%;
  height: auto;
  padding: 40px;
}

.title {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #394c6c;
}

.title h2 {
  font-size: 40px;
  margin-bottom: 26px;
  color: #394c6c;

}

h5 {
  font-size: 20px;
  text-align: center;
  color: #394c6c;
}

.box-home {
  width: 100%;
  height: auto;
  gap: 30px;
}

.box-flex-servico {
  width: 24%;
  height: auto;
  margin: 10px auto;
  padding: 40px 0;
  border: 1px solid #f3f3f3;
  background-color: #efefef;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 30%), -0.2px 2px 2px 0px rgb(0 0 0 / 25%);
}

.box-flex {
  width: 22%;
  height: 400px;
  background-color: rgb(255, 255, 255);
  margin: 10px auto;
  padding: 40px 0;
  border: 1px solid #394c6c;
  text-align: center;
  border-radius: 10px;
}

.box-flex:hover {
  background-color: #394c6c;
  border: 1px solid #007bff;
}

.box-flex .icon {
  width: 100%;
  height: 50%;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #394c6c;
  font-weight: bold;
  font-size: 18px;
}

.box-flex-servico .icon {
  width: 100%;
  height: 50%;
  /* margin-bottom: 10px; */
  /* margin-top: 40px; */
  color: #394c6c;
  font-weight: bold;
  font-size: 18px;
}

.box-flex-servico .icone {
  width: 100%;
  height: 50%;
  /* margin-bottom: 10px; */
  /* margin-top: 40px; */
  color: #394c6c;
  font-weight: bold;
  font-size: 18px;
}

.box-flex:hover>.icon {
  color: #ffffff;
}

.box-flex .cartao {
  width: 100%;
  height: 15%;
}

.box-flex-servico .cartao {
  width: 100%;
  height: 15%;
}

.box-flex-servico .icon img {
  width: 55%;
  height: auto;
  padding-top: 40px;
}

.box-flex-servico .icone img {
  width: 55%;
  height: auto;
  /* padding-top: 40px; */
}

.vetor {
  width: 100%;
  height: 50%;
  text-align: center;
  /* margin-bottom: 20px; */
}

.vetor img {
  width: 70%;
  height: auto;
  margin: 0;
  padding-top: 60px;
}


.box-flex .descricao {
  width: 100%;
  height: 50%;
}

.box-flex-servico .descricao-servico {
  width: 100%;
  height: 35%;
}

.descricao h3 {
  font-size: 50px;
  /* margin-left: 10px; */
  color: #007bff;
}

.descricao-servico h3 {
  font-size: 24px;
  /* margin-left: 10px; */
  color: #000000;
  margin-top: 15px;
  padding: 0 2px;
}

.descricao h3 span {
  font-size: 20px;
  margin-left: 10px;
  color: #007bff;
  margin-top: 20px;
}

.descricao p {
  font-size: 15px;

  color: #394c6c;
  line-height: 10px;
}


.descricao-servico p {
  font-size: 15px;
  margin-left: 10px;
  /* margin-left: 10px; */
  color: #000000;
}

.box-flex:hover>.descricao p {
  color: #ffffff;
}


.botao {
  text-align: center;
  width: 100%;
}

.botao button {
  padding: 6px 18px;
  border-radius: 5px;
  background-color: #394c6c;
  border: 1px solid #394c6c;
  border: none;
  color: #f0f0f0;
}

.box-flex:hover>.botao button {
  color: #394c6c;
  background-color: #ffffff;
}

.secao1 {
  width: 100%;
  height: 100%;
  background-color: #D4F0ED;
  color: #394c6c;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.textin button {
  background-color: #fff;
  color: #000;

}


.textin {
  grid-column: 1;
  padding: 30px;
  margin-left: 90px;
}

.textin li {
  font-size: 1.3rem;
  color: #000;
}

.textin ul li {
  list-style-image: url('images/icon-selecionado.svg');
  margin-left: 32px;
  margin-top: 0.5rem;
  line-height: 1.3rem;
}

.textin button a {
  text-decoration: none;
  color: #fff;
}


.imagem {
  grid-column: 2;
  margin-left: 200px;
}

.imagem img {
  width: 58%;
  height: auto;
}

@media (max-width:1173px) {
  .imagem img {
    margin-top: 100px;
  }
}

@media (max-width:990px) {
  .imagem img {
    margin-top: 150px;
  }
}

.secao1 button {
  background-color: #394c6c;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #394c6c;
}



@media screen and (max-width: 991px) {
  .box-home {
    display: block;
  }

  .box-flex {
    width: 50%;
    height: auto;
    margin: 30px auto;
    padding: 40px 0;
  }

  .box-flex-servico {
    width: 50%;
    height: auto;
    margin: 30px auto;
    padding: 40px 0;
  }

  .box-flex .icon {
    width: 100%;
    height: 50%;
    text-align: center;
  }

  .box-flex-servico .icon {
    width: 100%;
    height: 50%;
    text-align: center;
  }

  .box-flex .cartao {
    width: 60%;
    height: 51%;
    margin-left: 75px;
  }

  .box-flex-servico .cartao {
    width: 60%;
    height: 51%;
    margin-left: 75px;
  }

  .icon img {
    width: 40%;
    height: auto;
    /* margin: 35px 20px; */
    padding-top: 20px;
  }

  .icone img {
    width: 40%;
    height: auto;
    /* margin: 35px 20px; */
    padding-top: 40px;
  }

  .box-flex .descricao {
    width: 100%;
    height: 35%;
    text-align: center;
  }

  .descricao h3 {
    font-size: 24px;
    margin-left: 0px;
  }

  .descricao p {
    margin-left: 0px;
  }
}

@media screen and (max-width: 700px) {
  .box-flex {
    width: 70%;
    height: auto;
    margin: 30px auto;
    padding: 40px 0;
  }

  .box-flex .icon {
    width: 100%;
    height: 50%;
    text-align: center;
  }

  .box-flex .cartao {
    width: 60%;
    height: 51%;
    margin: auto auto;
  }

  .icon img {
    width: 70%;
    height: auto;
    margin: 35px 20px;
  }

  .box-flex .descricao {
    width: 100%;
    height: 35%;
    text-align: center;
  }

  .descricao h3 {
    font-size: 24px;
    margin-left: 0px;
  }

  .descricao p {
    margin-left: 0px;
  }


}

/*========   CONTATOS   ===========*/
/*========   Compra     ===========*/
.saibamais {
  width: 100%;
  /* background-color: #678b88; */
  display: flex;
}

.geralcontatos {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  align-items: center;
}

section.section-2 {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

.bg-quadrado {
  width: 100%;
  height: auto;
  margin: 50px 0;
  background-color: #efefef;
  border-radius: 10px;
}

.cert-wrapper {
  padding-top: 50px;
  margin: auto auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tipos-certificados {
  width: 200px;
  height: 250px;
  margin: 0 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 30%), -0.2px 2px 2px 0px rgb(0 0 0 / 25%);
  cursor: pointer;
  color: #394c6c;
}

.tipos-certificados:hover {
  color: white;
  background-color: #394c6c;
}

.img-certificados {
  width: 50%;
  height: 50%;
  margin: 10px auto;
}

.img-certificados img {
  width: 100%;
}

.descricao-certificados {
  text-align: center;
}

.descricao-certificados p {
  font-size: 20px;
  font-weight: bold;
}

/*======== certificado ==========*/
.main-container {
  padding: 50px 0;
}

.accordion-group .card-header .btn {
  color: #394c6c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 15px;
  padding-bottom: 10px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  margin-bottom: 10px;
  padding: 2px 2px;
}

/* Form saiba mais */
.saibamais .title {
  text-align: center;
}


.contato {
  width: 50%;
  height: auto;
}

.contato-wrapper {
  width: 400px;
  height: auto;
  margin: 0 auto;
  background-color: white;

}

.img-contato {
  padding-left: 110px;
  padding-top: 30px;
}

.descricao-contato {
  text-align: center;
  padding: 10px 40px;
}

.descricao-contato h4 {
  color: #394c6c;
  font-size: 25px;
}

.descricao-contato p {
  color: #455A64;
}

.contato-wrapper:hover {
  box-shadow: 0px 3px 33.6px 1.4px rgb(0 0 0 / 10%);
}

.divform {
  width: 100%;
  border: 1px solid #394c6c;
  border-radius: 5px;
  padding: 40px;
}

.form {
  margin: 0 auto;
  width: 400px;
  height: auto;
  color: #394c6c;
}

.form input[type="text"] {
  width: 400px;
  padding: 8px 10px;
  margin-bottom: 20px;
  background-color: #caddf1;
  border: 1px solid #394c6c;
  border-radius: 10px;
}

.form textarea {
  width: 400px;
  height: 200px;
  margin-bottom: 10px;
  background-color: #caddf1;
  border: 1px solid #394c6c;
  border-radius: 10px;
}

.form input[type="submit"] {
  padding: 10px 20px;
  color: white;
  background-color: #394c6c;
  border: none;
  margin-bottom: 50px;
  cursor: pointer;
}

.form input[type="submit"]:hover {
  background-color: #394c6c;

}

@media screen and (max-width: 1200px) {
  .bg-initial {
    width: 100%;
    height: 400px;
  }


  .wrapper {
    display: block;
    padding-top: 100px;

  }

  .img-work {
    display: none;

  }

  .quem-somos {
    width: 80%;
    margin: 30px auto;
  }

  .wrapper-home {
    display: block;
    text-align: center;
  }

  .cards-wrapper {
    width: 40%;
    height: 400px;
    display: inline-block;
    background-color: white;
    margin: 10px;

  }

  .wrapper-img {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }

  .elementos {
    width: 33.33%;
    display: inline-block;
    height: 300px;
  }

  .img-explicacao {
    margin-left: 40px;

  }

  .descricao-img {
    width: 250px;
  }

  .img-2 {
    margin: 0 auto;
  }

  .img-3 {
    display: none;
  }

  .selos {
    width: 97%;
    height: auto;
    display: block;
    text-align: center;
  }

  .menu {
    display: none;
  }

  .icon-menu-mobile {
    display: block;
    text-align: right;
  }

  .planos {
    display: block;
  }

  .img-plano {
    display: none;
  }

  .img-plano img {
    display: none;
    padding-left: 20px;
  }

  .plano {
    width: 33.33%;
    display: inline-block;
    margin: -4px;
  }

  .wrapper-footer {
    display: inline-block;
    text-align: center;
  }

  .logo-cop {
    display: inline-block;
  }

  .icones-media ul {
    text-align: center;
  }

  .icon-cont {
    width: 20%;
    height: auto;
    margin: 0 auto;
  }

  .img-icon {
    width: 20px;
  }

  .produtos-footer {
    display: inline-block;
    margin-top: 60px;
  }

  .contato {
    width: 100%;
    height: auto;
    display: block;
  }

  .contato-wrapper {
    width: 70%;
    height: auto;
    margin: 20px auto;
    background-color: white;

  }

  .img-contato {
    padding: 10px 0;
    text-align: center;
  }

  .form {
    margin: 0 auto;
    width: 95%;
  }

  .form input[type="text"] {
    width: 95%;
    padding: 8px 10px;
    margin-bottom: 20px;
  }

  .form textarea {
    width: 95%;
    height: 300px;
    margin-bottom: 10px;
  }

  .img-work-home {
    display: none;

  }

  .componentes {
    display: none;
  }

  .cert-wrapper {
    padding-top: 50px;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    text-align: center;
    align-items: center;
  }

  .geralcontatos {
    display: flex;
    flex-direction: column;

  }




}

@media screen and (max-width: px) {
  .bg-initial {
    width: 100%;
    height: 400px;
  }


  .wrapper {
    display: block;
    padding-top: 100px;

  }

  .img-work {
    display: none;

  }

  .quem-somos {
    width: 80%;
    margin: 30px auto;
  }

  .wrapper-home {
    display: block;
    text-align: center;
  }

  .cards-wrapper {
    width: 40%;
    height: 400px;
    display: inline-block;
    background-color: white;
    margin: 10px;

  }

  .wrapper-img {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }

  .elementos {
    width: 33.33%;
    display: inline-block;
    height: 300px;
  }

  .img-explicacao {
    margin-left: 40px;

  }

  .descricao-img {
    width: 250px;
  }

  .img-2 {
    margin: 0 auto;
  }

  .img-3 {
    display: none;
  }

  .selos {
    width: 97%;
    height: auto;
    display: block;
    text-align: center;
  }

  .selo {
    width: 90%;
    margin: 40px auto;
  }

  .menu {
    display: none;
  }

  .icon-menu-mobile {
    display: block;
    text-align: right;

  }

  .planos {
    display: block;
  }

  .img-plano {
    display: none;
  }

  .img-plano img {
    display: none;
    padding-left: 20px;
  }

  .plano {
    width: 33.33%;
    display: inline-block;
    margin: -4px;
  }

  .wrapper-footer {
    display: inline-block;
    text-align: center;
  }

  .logo-cop {
    display: inline-block;
  }


  .icones-media ul {
    text-align: center;
  }

  .icon-cont {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }

  .produtos-footer {
    display: inline-block;
    margin-top: 60px;
  }

  .contato {
    width: 100%;
    height: auto;
    display: block;
  }

  .contato-wrapper {
    width: 70%;
    height: auto;
    margin: 20px auto;
    background-color: white;

  }

  .img-contato {
    padding: 10px 0;
    text-align: center;
  }

  .form {
    margin: 0 auto;
    width: 95%;
  }

  .form input[type="text"] {
    width: 95%;
    padding: 8px 10px;
    margin-bottom: 20px;
  }

  .form textarea {
    width: 95%;
    height: 300px;
    margin-bottom: 10px;
  }

  .img-work-home {
    display: none;

  }

  .img-certificados {
    width: 50%;
    height: 100%;
    margin: 10px auto;
  }

  .cert-wrapper {
    padding-top: 50px;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }



}

.formParceiro {
  width: 100%;
  height: 100px;
}

.acessos {
  width: 100%;
  height: 340px;
  background-color: #f0f0f0;
  margin-top: 40px;
}

/* footer */

.text-small {
  font-size: 0.9rem;
}

.footer-p {
  color: #fff;
}

.footer-p a {
  color: #fff;
}

.footer-p li {
  list-style-type: none;
}

.footer-p a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}

.form-control {
  background: #394c6c;
  border-color: #545454;
}

.form-control:focus {
  background: #212529;
}

footer {
  background: #394c6c;
}

.texto-principal {
  font-weight: 600;
  text-align: initial !important;
}

/* fim footer */

/*enviar soft*/

.bg-sky-900 {
  background-color: #0C4A6E;
}

/*fim enviar soft*/


/*começo cards serviço*/

.arrumar {
  display: flex;
  margin-left: -80px;
}

.containere {
  width: 100%;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carda {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: whitesmoke;
  transition: all .5s;
}

.carda .img {
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: all .5s;
  z-index: 2;
  position: relative;
  opacity: .8;
}

.carda .img span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  transition: all .5s;
}

.carda:hover .img {
  width: 430px;
  opacity: 1;
}

.carda:hover .img span {
  font-size: 28px;
}

.carda .contente {
  padding: 0px 20px;
  height: 0;
  opacity: 0;
  transition: all .5s;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  transform: translateY(30px);
}

.carda:hover .contente {
  height: 100px;
  padding: 5px;
  opacity: 1;
  transform: translateY(0);
}

.carda .contente p {
  margin: 0;
}

.carda .contente .title {
  font-size: 20px;
  font-weight: 600;
}

.carda .contente .desc {
  font-size: 14px;
  font-weight: 100;
  opacity: .8;
  margin-top: 8px;
}

.carda .arrow {
  padding: 15px;
  transform: rotate(-180deg);
  transition: all .5s;
}

.carda:hover .arrow {
  transform: rotate(0);
}

.carda .arrow span {
  color: #000;
  font-size: 24px;
}

@media (max-width:797px) {
  .arrumar {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
  }
}

/*fim cards serviço*/

/*começo parceiros*/

.arrumare {
  display: flex;
  margin-left: 40px;
}

@media (max-width:797px) {
  .arrumare {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
  }

  .arrumar-card {
    margin-bottom: 50px !important;
    list-style-type: none;
  }

  .tudo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .acessos {
    width: 100%;
    height: 820px;
    background-color: #f0f0f0;
    margin-top: 40px;
  }

}

.containera {
  width: 100%;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carde {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  cursor: pointer;
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: whitesmoke;
  transition: all .5s;
}

.carde .img {
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: all .5s;
  z-index: 2;
  position: relative;
}

.carde .img span {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  transition: all .5s;
}

.carde:hover .img {
  width: 430px;
  opacity: 1;
}

.carde:hover .img span {
  font-size: 28px;
}

.carde .contente p {
  margin: 0;
}

.carde .contente .title {
  font-size: 20px;
  font-weight: 600;
}

.carde .contente .desc {
  font-size: 14px;
  font-weight: 100;
  opacity: .8;
  margin-top: 8px;
}

.carde .arrow {
  padding: 15px;
  transform: rotate(-180deg);
  transition: all .5s;
}

.carde:hover .arrow {
  transform: rotate(0);
}

.carde .arrow span {
  font-size: 24px;
}

.but {
  display: flex;
  justify-content: center;
}

.ajuste {
  height: 100px;
  flex-direction: column;
  margin-bottom: 15px;
  display: flex;
  border: 4px solid #394c6c;
  border-radius: 100px;
}


.teste {
  width: 100%;
  border: 4px solid green;
  border-radius: 100px;
}


.tudo {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.arrumou {
  margin: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mao {
  width: 23%;
  padding: 13px 0px;
  height: 65%;
  border: 1px solid white;
  border-radius: 99px;
  box-shadow: 0px 0px 10px #00000069;
  z-index: 1;
  background-color: white;
}

.texto {
  text-align: center;
  border: 2px solid #394c6c;
  border-radius: 20px;
  padding: 50px 10px 38px 10px;
  margin: -30px;
  background-color: white;
  color: #007bff;
  transition: 0.5s;
}

.texto:hover {
  color: rgb(255, 255, 255);
  background-color: #394c6c;
  border: 2px solid #007bff;
}

/*fim parceiros*/

/*software house*/

.butao {
  font-size: 35px;
  left: 100px;
  position: absolute;
  display: block;
  bottom: 280px;
  background-color: #12FF46;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 55px;
  transition: 0.5s;
}

.butao a {
  color: white;
}

.butao:hover {
  background-color: #088022;
  transition: 0.5s;
}

@media (max-width:1220px) {
  .butao {
    font-size: 35px;
    left: 60px;
    position: absolute;
    display: block;
    bottom: 250px;
    background-color: #12FF46;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 55px;
    transition: 0.5s;
  }
}

@media (max-width:1050px) {
  .butao {
    font-size: 35px;
    left: 60px;
    position: absolute;
    display: block;
    bottom: 210px;
    background-color: #12FF46;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 5px;
    transition: 0.5s;
  }
}

@media (max-width:910px) {
  .butao {
    font-size: 30px;
    left: 60px;
    position: absolute;
    display: block;
    bottom: 180px;
    background-color: #12FF46;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 5px;
    transition: 0.5s;
  }
}

@media (max-width: 415px) {
  .butao {
    font-size: 15px;
    left: 25px;
    position: absolute;
    display: block;
    bottom: 100px;
    background-color: #12FF46;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 3px 4px;
    transition: 0.5s;
  }
}

@media (max-width: 375px) {
  .butao {
    font-size: 12px;
    left: 25px;
    position: absolute;
    display: block;
    bottom: 116px;
    background-color: #12FF46;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 4px 4px;
    transition: 0.5s;
  }
}

/*fim software house*/