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

/* Header */

.firstheader {
  background-color: #4EA492;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
}

.firstheader a {
  color: #fff;
}


.firstheader a:hover {
  color: #AAFFED;
}

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



/* flex header */

.flex-header {
  display: flex;
  justify-content: space-between;
  /* padding: 10px 20px 0; */
  padding: 0 24px;
}


.flex-icon ul {
  display: flex;
  align-items: center;
  padding: 5px 0 0 0;
}

.flex-icon li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 35px 0 0;
}

.flex-icon ul li a {
  color: #4EA492;
}

.flex-icon ul li a:hover {
  color: #3C7C6F;
}

.flex-icon {
  display: flex;

}


@media screen and (max-width:710px) {
  .flex-icon {
    display: none;
  }
}

.bordas-flex-icon {
  border: 1px solid #4EA492;
  width: 100%;
  width: 50px;
  height: 100%;
  height: 50px;
  border-radius: 50%;
}

.bordas-flex-icon1 img {
  margin-top: 13px;
  margin-left: 13px;
}

.bordas-flex-icon2 img {
  margin-top: 13px;
  margin-left: 15px;
}

.bordas-flex-icon3 img {
  margin-top: 13px;
  margin-left: 10px;
}

/* fim flex header */

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

@media screen and (max-width:559px) {
  .flex {
    width: 80%;
    height: auto;
  }

  .logo img {
    padding: 0 45px;
  }
}


.fln {
  margin-left: 23%;
}


.logo {
  width: 50%;
  height: 80px;
  margin: 0 45px;

  /* cursor: pointer;
  background-image: url(images/facilita-logo.png);
  background-position: center;
  background-size: cover;*/
}

/* .logo img {
  width: auto;
  height: auto;
  margin: 30px 0 0 0;
} */

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

.telefone {
  margin-top: 25px;
}

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

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

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

.telefone a:hover {
  color: #338A3E;
}

.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: #4EA492;
  height: 50px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* box-shadow: rgb(50 50 93 / 50%) 0px 30px 60px -12px inset, rgb(0 0 0 / 50%) 0px 18px 36px -18px inset; */
}

.menuteste {
  position: relative;
  /* background-color: #fff; */
  width: 100%;
  height: 50px;
  padding: 10px 2%;
  left: 85px;
}


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

}

.menu li {
  display: inline;
  font-size: 16px;
  padding: 0 45px;
  font-weight: bold;
}

.menu li:first-child {
  margin: 0 0 0 -25px;
}

/* .menu li:last-child {
  margin: 0 0 0 -25px;
} */

.menu a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  transition: 0.4s;
  border-radius: 30px;
}

.menu a:hover {
  color: #18a098 !important;
  transition: 0.4s;
  background-color: #60d5ce;
}

.capa {
  display: block !important
}

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

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

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

.menuteste .search-btn:hover {
  color: #338A3E;
}

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

.container {
  max-width: 1280px;
}

.capsula-menu {
  /* display: flex; */
}

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

.logo-menu-mobile img {
  width: 200px;
  height: auto;
  margin: 15px 0 0 25px;
}

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

}

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

  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;
  background-color: #000;
  border-radius: 10px;
}

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

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

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

.menu-mobile ul li {
  margin-top: 5px;
  padding-top: 10px;
  padding: 15px;
}

.menu-mobile ul li a {
  text-decoration: none;
  color: #fff;
  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: 55vh;
  background-color: rgb(65, 113, 175);
} */

.carousel-item img {
  height: 100%;
}

.color-carrosel h2 {
  font-size: 45px;
}

.color-carrosel p {
  font-size: 35px;
}

.color-carrosel span {
  color: #338A3E;
}

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

@media (max-width:1097px) {
  .carousel-caption h2 {
    width: 150%;
    margin: 0 -150px;
  }
}

@media (max-width:870px) {
  .carousel-caption p {
    width: 150%;
    margin: 0 -150px;
  }
}

@media (max-width:767px) {
  .carousel-caption {
    display: none;
  }
}

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

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

.main-btn {
  background-color: #4EA492;
  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: #fff;
  background-color: transparent;
  border-color: #4EA492;
}

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

/* @media (max-width: 991px) {

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

  .carousel-item img {
    height: 50vh;
  }
} */



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

/* Final Slider */


/* Footer */

.footer {
  width: 100%;
}

.footer2 {
  width: 100%;
  height: auto;
  background-color: #4EA492;
  color: #ffffff;
  padding-top: 40px;
}

.wrapper-footer {
  font-family: "karla", sans-serif;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  background: #4EA492;
}

.logo-footer {
  margin-top: 100px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

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

.cop {
  width: 300px;
  color: #fff;
}

.cop ul {
  display: flex;
  list-style: none;
}

.cop ul li {
  padding: 10px;
}

.icones-media {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

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

.icones-media ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.icones-media ul li {
  margin-left: 10px;
  width: 42px;
  height: 42px;
  border: 1px solid black;
  border-radius: 100%;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
  background: #fff;
}

.icones-media ul li:hover {
  background-color: #18A098;
  border-color: #18A098;
}

.icones-media ul li:hover a i {
  color: white;
}

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

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

.produtos-footer h4 {
  color: black;
  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: black;
}

.produtos-footer ul li a:hover {
  color: #18A098;
}

.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;
}

.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;
}

@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: #18A098;
  border-color: #18A098;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07);
}

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

.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: #18A098;
  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: #18A098;
  border-color: #18A098;
  box-shadow: 0 0.125rem 0.25rem rgba(42, 53, 79, 0.07);
}

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

.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: #4EA492;
}

.nav-link:hover,
.nav-link.active {
  color: #4EA492;
}

.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 #4EA492 !important;
}

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

/* .nav-pills .nav-link:hover {
  color: #18A098;
} */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #18A098;
  background-color: #4EA492 !important;
  border-color: #18A098 !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;
  margin: 0 300px;
}

@media screen and (max-width: 760px) {
  .nav-wrapper {

    margin: 0 50px;
  }
}

.nav-wrapper li {
  padding: 10px 0 0 0;
}

.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: #4EA492 !important;
  color: #ffffff !important;

}



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

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 40vh;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: rgb(50 50 93 / 25%) 0px 90px 90px -12px inset, rgb(0 0 0 / 90%) 0px 10px 10px -18px inset;
}

.banner-title {
  /* color: #026853;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900; */
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  color: #026853;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@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 {
  text-align: center;
}

.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: #000 !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 10px;
}

.title {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

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

.title p {
  font-size: 20px;
  color: #000;
}

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


.box-flex {
  width: 23%;
  height: auto;
  background-color: #E7ECEB;
  border: 1px solid #026853;
  margin: 10px auto;
  padding: 40px 0;
  border-radius: 10px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

/* .box-flex:hover {
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
} */

.box-flex .icon {
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
}



.box-flex .cartao {
  width: 100%;
  height: 50%;
  margin-left: 20px;
}

.icon img {
  width: 75% !important;
  height: auto;
  margin: 35px 20px;
}

.vetor {
  width: 70%;
  height: 50%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.vetor img {
  width: 70%;
  height: auto;
  margin: 0;
}

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

.descricao h3 {
  font-weight: 550;
  font-size: 24px;
  /* margin-left: 20px; */
  text-align: center;
}

.descricao p {
  /* margin-left: 20px;
  padding: 5px; */
  text-align: center;
}

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

.botao button {
  padding: 7px 18px;
  border-radius: 10px !important;
  background-color: #4EA492;
  border: none;
  color: white;
}

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

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

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

  .box-flex .cartao {
    width: 100%;
    height: 50%;
    margin-left: 5px;
  }

  .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;
  }
}

@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     ===========*/
section.section-2 {
  width: 100%;
  height: auto;

}

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

.cert-wrapper {
  width: 90%;
  height: auto;
  padding-top: 50px;
  margin: auto auto;
}

.tipos-certificados {
  width: 200px;
  height: 150px;
  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%);
}

.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 {
  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 */
.contato {
  width: 100%;
  height: auto;
  display: flex;
}

.contato-wrapper {
  width: 330px;
  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: black;
  font-size: 25px;
}

.descricao-contato p {
  color: #70799f;
}

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

.texta {
  margin: 0 0 0 35px;
}

.form {
  margin: 0 50px;
  width: 600px;
  display: flex;
}

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

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

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


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

}

.form2 {
  border-radius: 8px;
  background: #DEF2EE;
  border: 1px solid #338A3E;
  padding: 5px;
}

.form textarea {
  width: 480px;
  height: 248px;
}

@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: 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%;
    display: block;
  }

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

  .texta {
    margin: 0;
  }

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

  .img-work-home {
    display: none;

  }

  .componentes {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .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;

  }
}

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

.acessos {
  width: 91%;
  height: 180px;
  background-color: #DCFAE0;
  border: 1px solid #338A3E;
  border-radius: 20px;
}

@media (max-width:706px) {
  .acessos {
    height: auto;
  }
}

/* acesso rapido */

.liacesso li {
  display: flex;
  padding: 10px 0;
}


.lis {
  width: 35px;
  text-align: center;
}

.lis img {
  width: 20px;
}

.lis1 {
  padding: 0 10px;
}

.lis1 a {
  color: #fff;
}

.lis1 a:hover {
  color: #AAFFED !important;
}

/* fim acesso rapido */

/* produto */

.testeproduto {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.testeproduto1 {
  width: 100%;
  padding: 5px 28px;
  display: flex;
  justify-content: space-between;
}

.testeproduto1 span {
  font-size: 30px;
  font-weight: 650px;
}


.bordasproduto {
  border: 2px solid #026853;
  width: 45%;
}

.mesproduto {
  padding: 10px 20px;
  font-size: 25px;
  border: 1px solid #4EA492;
}

.adccarrinho {
  padding: 15px 0 0 0;
}

.adccarrinho button {
  width: 100%;
  padding: 0 20px;
  background-color: #4EA492;
  color: #fff;
  border: none;
  font-size: 18px;
}

.val span {
  font-size: 35px;
  color: #026853;
  font-weight: 400;
}

.facilitador-00 {
  width: 100%;
  max-width: 791px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #026853;
  margin-top: 50px;
  margin-bottom: 100px;
}

.card-facilitador {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 760px) {
  .card-facilitador {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.card-00 {
  box-sizing: border-box;
  width: 100%;
  max-width: 527px;
  max-height: 532px;
  background: #FFFFFF;
  border: 0.5px solid #026853;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 20px 50px;
  margin-bottom: 100px;
}

.card-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #026853;
}

.card-descricao {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: justify;
  color: #000000;
}

.card-button button {
  width: 100%;
  max-width: 381px;
  background: #4EA492;
  border-radius: 2px;
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.card-button {
  text-align: center;
  padding: 20px;
}

.tabela {
  width: 95.5%;
  margin: 0 auto;
  background: #DEF2EE;

  box-sizing: border-box;
}

.th1 {
  background: #4EA492;
  text-align: center;
  color: #FFF;
  padding: 10px 0 0 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}

.tabela td {
  padding: 5px 20px;
  border: 0.25px solid #000000;
}

/* Contatos  */

.contatos {
  width: 35%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 22px;
  line-height: 41px;
  color: #026853;
  margin-bottom: 25px;
}

.contatos img {
  padding: 0 10px 0 0;
  width: 45px;
}


/* loguin */

.login {}

.loguin {}

.loguin1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-test {
  border: 1px solid red;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 980px;
}

.caix-teste {
  width: 100%;
  max-width: 400px;
  padding: 10px 0 0 0;
}

.caix-teste input {
  width: 100%;
  max-width: 400px;
}

.section-2 a:hover {
  text-decoration: none !important;
  color: #4EA492 !important;
}

/*começo parceiros*/

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

.acessa {
  margin: 30px 0;
  width: 35%;
  height: 390px;
  background-color: #4EA492;
  border: 1px solid #00d8a9;
  border-radius: 20px;
}

@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;
  }

  .acessa {
    width: 100%;
    height: 575px;
    background-color: #4EA492;
    margin-top: 50px;
  }

}

.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: 350px;
  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 #4EA492;
  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: 25%;
  padding: 13px 0px;
  height: 67%;
  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 #00d8a9;
  border-radius: 20px;
  padding: 50px 10px 38px 10px;
  margin: -30px;
  background-color: white;
  color: #00d8a9;
  transition: 0.5s;
}

.texto:hover {
  color: rgb(255, 255, 255);
  background-color: #18A098;
}

.containere {
  margin: 0 80px;
}

/*fim parceiros*/