/* ABAS CONFIGURAÇÃO */

.wrapper {
  width: 100%;
  padding: 10px 10x 10px 10px;
  margin: 0 auto;
}

.tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/* Letra tabs */

.tabs>li {
  font-family: UnimedSlab-Bold;
  font-size: 16px;
  height: 40px !important;
  transition-duration: .25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 10px 10px 15px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #00995d;
}

.tabs>li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #b0c300;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: .25s;
  border-radius: 5px 5px 0 0;
}

.tabs>li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}

.tabs>li.active {
  font-family: UnimedSlab-Bold;
  font-size: 16px;
  color: #fff;
}

.tabs>li.active:before {
  transition-duration: .5s;
  background-color: #00995d;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tab__content {
  border-radius: 5px;
  background-color: #f8f8f8;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.tab__content>li {
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}

.tab__content>li .content__wrapper {
  text-align: left;
  border-radius: 5px;
  width: 100%;
}

.naoHa {
  font-family: UnimedSlab-Bold;
  text-align: center;
  color: #00995d;
  padding: 10px 0 10px 0;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.1em;
}

/*------------------------------------------------------------------
[ Botão Anexo ]*/

.contatounimed-enviar-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 160px;
  height: 40px;
  background-color: #00995d;
  border-radius: 6px;
  font-family: UnimedSlab-Bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contatounimed-enviar-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contatounimed-enviar-btn:hover {
  color: #fff;
  background-color: #b0c300;
}

.contatounimed-enviar-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #fff;
}

.rwd-table {
  background: #fff;
  color: #555;
  border-radius: none;
  overflow: hidden;
}

.rwd-table tbody {
  border-color: #e6e6e6;
}

.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}

@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
  .rwd-table {
    background: #fff;
    color: #555;
    border-radius: 10px;
    overflow: hidden;
  }
}

.rwd-table th, .rwd-table td:before {
  color: #00995d;
}

@media (min-width: 1200px) {
  .modal-xlg {
    width: 90%;
  }
}

.contatounimed-enviar2-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
  width: 160px;
  height: 40px;
  background-color: #00995d;
  border-radius: 6px;
  font-family: UnimedSlab-Bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contatounimed-enviar2-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contatounimed-enviar2-btn:hover {
  color: #fff;
  background-color: #b0c300;
}

.contatounimed-enviar2-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}