@import url("https://fonts.googleapis.com/css?family=Arimo");
/*container geral*/
.container-comparador {
  width: 1280px;
  margin: 180px auto 0 auto;
  /*Font*/
  --fontPrincipal:'Arimo';
  /*Icons*/
  /*Titulo*/
  /*Tabela*/
}

.container-comparador .icon-cor {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(sprite-table-comparador.png);
  margin: 0 2px;
}

.container-comparador .icon-cor.a {
  background-position: 0 0;
}

.container-comparador .icon-cor.b {
  background-position: -30px 0;
}

.container-comparador .icon-cor.c {
  background-position: -60px 0;
}

.container-comparador .icon-cor.d {
  background-position: -90px 0;
}

.container-comparador .icon-nok {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(sprite-table-comparador.png);
  background-position: 0 26px;
}

.container-comparador .icon-ok {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(sprite-table-comparador.png);
  background-position: -30px 26px;
}

.container-comparador h2 {
  width: 100%;
  height: 15px;
  color: #565656;
  font-family: var(--fontPrincipal);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.container-comparador table {
  border: none;
  margin: 0;
  padding: 0;
}

.container-comparador table tbody tr:not(:first-child) {
  -webkit-box-shadow: 0px 1px #b7b7b7;
          box-shadow: 0px 1px #b7b7b7;
}

.container-comparador table tbody tr td:first-child span {
  color: #0092e6;
  font-family: var(--fontPrincipal);
  font-size: 12px;
  font-weight: 600;
}

.container-comparador table tbody tr td {
  height: 60px !important;
  vertical-align: middle;
}

.container-comparador table tbody tr td:not(:first-child) {
  color: #565656;
  font-family: var(--fontPrincipal);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 0 16px;
}

.container-comparador table tbody tr:nth-child(1) td {
  width: 181px;
}

.container-comparador table tbody tr:nth-child(1) td .image-action {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.container-comparador table tbody tr:nth-child(1) td .image-action a {
  color: #565656;
  text-decoration: none;
  font-family: var(--fontPrincipal);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.container-comparador table tbody tr:nth-child(1) td .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 181px;
  height: 181px;
  border: 1px solid #b7b7b7;
}

.container-comparador table tbody tr:nth-child(1) td .image-legend {
  display: inline-block;
  width: 181px;
  height: 9px;
  color: #565656;
  font-family: var(--fontPrincipal);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 15px 0;
}

.container-comparador table tbody tr:nth-child(1) td .image-button {
  display: inline-block;
  margin-bottom: 84px;
}

.container-comparador table tbody tr:nth-child(1) td .image-button button {
  width: 181px;
  height: 31px;
  background-color: #243a64;
  color: #ffffff;
  font-family: var(--fontPrincipal);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.container-comparador table tbody tr:nth-child(2) {
  height: 60px !important;
}

.container-comparador table tbody tr:nth-child(2) td:not(:first-child) {
  text-align: center;
}

.container-comparador table tbody tr:nth-child(3) td:first-child {
  text-align: left;
  color: #565656;
  font-family: var(--fontPrincipal);
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-indent: -5px;
}

.container-comparador table tbody tr:nth-child(3) td:not(:first-child) ul {
  width: 181px;
  margin: 28px 0 0 0;
  padding: 0;
  list-style: none;
}

.container-comparador table tbody tr:nth-child(3) td:not(:first-child) ul li {
  width: 181px;
  color: #565656;
  font-family: var(--fontPrincipal);
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
/*# sourceMappingURL=everest-desktop-institucional-comparador.css.map */