@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: 'GothamBlack';
  src: url("../font/gotham-black-webfont.woff2") format("woff2"), url("../font/gotham-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMedium';
  src: url("../font/gotham-medium-webfont.woff2") format("woff2"), url("../font/gotham-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 14px;
  line-height: 1.4;
  background-color: white;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    background: white;
  }
}

@media screen and (max-width: 414px) {
  body {
    font-size: 12px;
  }
}

body img {
  max-width: 100%;
  display: block;
}

#topo {
  width: 100%;
  margin-bottom: 30px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  background: url(../img/bg-barra.png) #eaeaea no-repeat right;
}

@media screen and (max-width: 768px) {
  #topo {
    margin-bottom: 10px;
  }
}

.info-holder {
  width: 65%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
}

@media screen and (max-width: 1600px) {
  .info-holder {
    width: 85%;
  }
}

@media screen and (max-width: 1360px) {
  .info-holder {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .info-holder {
    width: inherit;
  }
}

h2 {
  font-family: 'GothamMedium';
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}

h1 {
  font-family: 'GothamMedium';
  font-size: 1.8em;
  text-transform: uppercase;
  color: #666;
  margin: 0;
}

input[type="checkbox" i] {
  width: 20px;
  height: 20px;
}

.botoes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .botoes {
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 380px) {
  .botoes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.botoes .btn:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 380px) {
  .botoes .btn {
    width: 100%;
  }
  .botoes .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.btn {
  font-family: 'GothamMedium';
  font-size: .8em;
  font-weight: bold;
  background-color: white;
  border: 2px solid #ccc;
  color: #666;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 20px;
  min-width: 150px;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.btn:hover {
  background-color: #e9e9e9;
}

.btn[disabled] {
  opacity: .5;
  pointer-events: none;
}

#infografico {
  position: relative;
  width: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[3];
      grid-template-rows: repeat(3, auto);
}

@media screen and (max-width: 768px) {
  #infografico {
    width: 100%;
    padding: 30px;
  }
}

#infografico svg {
  width: 100%;
}

#infografico svg .cls-1 {
  isolation: isolate;
}

#infografico svg .cls-15, #infografico svg .cls-2 {
  fill: none;
  stroke-linecap: round;
}

#infografico svg .cls-2 {
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dasharray: 0 5;
}

#infografico svg .cls-3 {
  opacity: 0.2;
}

#infografico svg .cls-13, #infografico svg .cls-3 {
  mix-blend-mode: multiply;
}

#infografico svg .cls-4 {
  fill: url(#linear-gradient);
}

#infografico svg .cls-5 {
  font-size: 20px;
  fill: #003f7b;
  font-family: 'GothamBlack';
}

#infografico svg .cls-6 {
  font-size: 13px;
  fill: #666;
}

#infografico svg .cls-14, #infografico svg .cls-6 {
  font-family: 'GothamMedium';
}

#infografico svg .cls-13 {
  opacity: 0.25;
}

#infografico svg .cls-14 {
  font-size: 11px;
}

#infografico svg .cls-14, #infografico svg .cls-16 {
  fill: #fff;
}

#infografico svg .cls-15 {
  stroke: #fff;
  stroke-linejoin: round;
}

#infografico svg #centro #linha-pontilhada circle {
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dasharray: 0 5;
}

#infografico svg #centro circle.cor1 {
  fill: #E28E04;
}

#infografico svg g[id^="bot-"] {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#infografico svg g[id^="bot-"][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico svg g[id^="bot-"].cor1 {
  cursor: pointer;
}

#infografico svg g[id^="bot-"].cor1 rect, #infografico svg g[id^="bot-"].cor1 polygon {
  fill: #E28E04;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#infografico svg g[id^="bot-"].cor1:hover rect, #infografico svg g[id^="bot-"].cor1:hover polygon {
  fill: #b06f03;
}

#infografico svg #centro circle.cor2 {
  fill: #008BC9;
}

#infografico svg g[id^="bot-"] {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#infografico svg g[id^="bot-"][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico svg g[id^="bot-"].cor2 {
  cursor: pointer;
}

#infografico svg g[id^="bot-"].cor2 rect, #infografico svg g[id^="bot-"].cor2 polygon {
  fill: #008BC9;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#infografico svg g[id^="bot-"].cor2:hover rect, #infografico svg g[id^="bot-"].cor2:hover polygon {
  fill: #006896;
}

#infografico svg #centro circle.cor3 {
  fill: #00A981;
}

#infografico svg g[id^="bot-"] {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#infografico svg g[id^="bot-"][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico svg g[id^="bot-"].cor3 {
  cursor: pointer;
}

#infografico svg g[id^="bot-"].cor3 rect, #infografico svg g[id^="bot-"].cor3 polygon {
  fill: #00A981;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#infografico svg g[id^="bot-"].cor3:hover rect, #infografico svg g[id^="bot-"].cor3:hover polygon {
  fill: #00765a;
}

#infografico svg #centro circle.cor4 {
  fill: #003A79;
}

#infografico svg g[id^="bot-"] {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#infografico svg g[id^="bot-"][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico svg g[id^="bot-"].cor4 {
  cursor: pointer;
}

#infografico svg g[id^="bot-"].cor4 rect, #infografico svg g[id^="bot-"].cor4 polygon {
  fill: #003A79;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#infografico svg g[id^="bot-"].cor4:hover rect, #infografico svg g[id^="bot-"].cor4:hover polygon {
  fill: #002246;
}

#infografico svg #centro circle.cor5 {
  fill: #A4144F;
}

#infografico svg g[id^="bot-"] {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#infografico svg g[id^="bot-"][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico svg g[id^="bot-"].cor5 {
  cursor: pointer;
}

#infografico svg g[id^="bot-"].cor5 rect, #infografico svg g[id^="bot-"].cor5 polygon {
  fill: #A4144F;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#infografico svg g[id^="bot-"].cor5:hover rect, #infografico svg g[id^="bot-"].cor5:hover polygon {
  fill: #770e39;
}

#infografico svg #centro circle.cor6 {
  fill: #73BFE8;
}

#infografico svg g[id^="bot-"] {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#infografico svg g[id^="bot-"][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico svg g[id^="bot-"].cor6 {
  cursor: pointer;
}

#infografico svg g[id^="bot-"].cor6 rect, #infografico svg g[id^="bot-"].cor6 polygon {
  fill: #73BFE8;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#infografico svg g[id^="bot-"].cor6:hover rect, #infografico svg g[id^="bot-"].cor6:hover polygon {
  fill: #47abe1;
}

#infografico #popholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#infografico #popholder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#infografico #popholder #popup {
  width: 70%;
  background-color: white;
  border: 1px solid;
  padding: 30px;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-color: #e4e4e4;
}

@media screen and (max-width: 500px) {
  #infografico #popholder #popup {
    width: 90%;
  }
}

#infografico #popholder #popup h2 {
  color: #666;
}

#infografico #popholder #popup .pergunta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35px 1fr;
      grid-template-columns: 35px 1fr;
}

#infografico #popholder #popup .pergunta:not(:last-child) {
  margin-bottom: 15px;
}

#infografico #popholder #popup .pergunta input {
  width: 1em;
}

#infografico #popholder .botao {
  margin-top: 30px;
  text-align: right;
}

#infografico #info-responsivo {
  display: none;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

@media screen and (max-width: 600px) {
  #infografico #info-responsivo {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#infografico #info-responsivo.grid {
  display: -ms-grid;
  display: grid;
}

#infografico #info-responsivo .cabecalho {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin: 0 15px;
}

@media screen and (max-width: 600px) {
  #infografico #info-responsivo .cabecalho {
    grid-column: initial;
  }
}

#infografico #info-responsivo .cabecalho h2, #infografico #info-responsivo .cabecalho h3 {
  text-transform: uppercase;
  text-align: center;
}

#infografico #info-responsivo .cabecalho h2 {
  font-family: 'GothamBlack';
  font-size: 1.8em;
  margin: 0;
  color: #003f7b;
  line-height: 1em;
}

#infografico #info-responsivo .cabecalho h3 {
  font-family: 'GothamMedium';
  color: #666;
  font-weight: normal;
}

#infografico #info-responsivo div[id^='bot-'] {
  font-family: 'GothamMedium';
  font-size: .9em;
  text-transform: uppercase;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
      grid-template-columns: 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-radius: 4.2px;
  cursor: pointer;
}

#infografico #info-responsivo div[id^='bot-'].cor1 {
  background-color: #E28E04;
}

#infografico #info-responsivo div[id^='bot-'][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico #info-responsivo div[id^='bot-'] {
  font-family: 'GothamMedium';
  font-size: .9em;
  text-transform: uppercase;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
      grid-template-columns: 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-radius: 4.2px;
  cursor: pointer;
}

#infografico #info-responsivo div[id^='bot-'].cor2 {
  background-color: #008BC9;
}

#infografico #info-responsivo div[id^='bot-'][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico #info-responsivo div[id^='bot-'] {
  font-family: 'GothamMedium';
  font-size: .9em;
  text-transform: uppercase;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
      grid-template-columns: 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-radius: 4.2px;
  cursor: pointer;
}

#infografico #info-responsivo div[id^='bot-'].cor3 {
  background-color: #00A981;
}

#infografico #info-responsivo div[id^='bot-'][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico #info-responsivo div[id^='bot-'] {
  font-family: 'GothamMedium';
  font-size: .9em;
  text-transform: uppercase;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
      grid-template-columns: 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-radius: 4.2px;
  cursor: pointer;
}

#infografico #info-responsivo div[id^='bot-'].cor4 {
  background-color: #003A79;
}

#infografico #info-responsivo div[id^='bot-'][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico #info-responsivo div[id^='bot-'] {
  font-family: 'GothamMedium';
  font-size: .9em;
  text-transform: uppercase;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
      grid-template-columns: 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-radius: 4.2px;
  cursor: pointer;
}

#infografico #info-responsivo div[id^='bot-'].cor5 {
  background-color: #A4144F;
}

#infografico #info-responsivo div[id^='bot-'][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#infografico #info-responsivo div[id^='bot-'] {
  font-family: 'GothamMedium';
  font-size: .9em;
  text-transform: uppercase;
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
      grid-template-columns: 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  border-radius: 4.2px;
  cursor: pointer;
}

#infografico #info-responsivo div[id^='bot-'].cor6 {
  background-color: #73BFE8;
}

#infografico #info-responsivo div[id^='bot-'][clicado="true"] {
  opacity: .2;
  pointer-events: none;
}

#tabela-resultado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

#tabela-resultado a:link, #tabela-resultado a:focus, #tabela-resultado a:visited {
  color: #0086FF;
}

#tabela-resultado p {
  font-family: 'Open sans', sans-serif;
  font-size: 1em;
  color: #666;
  margin-top: 0;
}

#tabela-resultado p:last-of-type {
  margin-bottom: 0;
}

#tabela-resultado #tabela {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 414px) {
  #tabela-resultado #tabela {
    width: 95%;
  }
}

#tabela-resultado #tabela .linha {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(150px, 1fr) (minmax(1px, 5fr))[auto-fit];
      grid-template-columns: minmax(150px, 1fr) repeat(auto-fit, minmax(1px, 5fr));
  grid-gap: 30px;
  font-family: 'GothamMedium';
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #c3c3c3;
  color: #666;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #tabela-resultado #tabela .linha {
    grid-gap: 5px;
  }
}

@media screen and (max-width: 600px) {
  #tabela-resultado #tabela .linha {
    font-size: .7em;
  }
}

@media screen and (max-width: 414px) {
  #tabela-resultado #tabela .linha {
    -ms-grid-columns: minmax(90px, 1fr) (minmax(1px, 5fr))[auto-fit];
        grid-template-columns: minmax(90px, 1fr) repeat(auto-fit, minmax(1px, 5fr));
  }
}

#tabela-resultado #tabela .linha > div {
  padding: 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 414px) {
  #tabela-resultado #tabela .linha > div {
    padding: 0;
  }
}

#tabela-resultado #tabela .linha > div:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

#tabela-resultado #tabela .linha > div .check {
  position: relative;
  color: white;
}

#tabela-resultado #tabela .linha > div .check:hover .textoTooltip, #tabela-resultado #tabela .linha > div .check:active .textoTooltip {
  display: block;
  -webkit-animation: Hover .2s ease;
          animation: Hover .2s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes Hover {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Hover {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#tabela-resultado #tabela .linha > div .check .textoTooltip {
  display: none;
  opacity: 0;
  position: absolute;
  width: 200px;
  font-size: 1em;
  text-transform: none;
  bottom: calc(120% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ff1493;
  padding: 15px;
  border-radius: 10px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #tabela-resultado #tabela .linha > div .check .textoTooltip {
    width: 150px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 414px) {
  #tabela-resultado #tabela .linha > div .check .textoTooltip {
    width: 140px;
  }
}

#tabela-resultado #tabela .linha > div .check .textoTooltip::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0px 7.5px;
  border-color: #ff1493 transparent transparent transparent;
}

#tabela-resultado #tabela .linha > div .check img {
  width: 30px;
  height: 30px;
}

#tabela-resultado #tabela .linha.labels {
  font-size: .7em;
  padding: 0;
  border: 0;
}

#tabela-resultado #tabela .linha.labels > div {
  text-align: center;
  text-transform: uppercase;
}

#tabela-resultado #tabela .linha.labels > div:not(.vazia) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: 4.2px;
  border: 0;
  background-color: transparent;
  border: 1px solid #c3c3c3;
}

@media screen and (max-width: 414px) {
  #tabela-resultado #tabela .linha.labels > div:not(.vazia) {
    padding: 15px 8px;
    font-size: .9em;
  }
}

#tabela-resultado #tabela .linha.setas {
  -ms-grid-columns: 150px 1fr;
      grid-template-columns: 150px 1fr;
}

@media screen and (max-width: 414px) {
  #tabela-resultado #tabela .linha.setas {
    -ms-grid-columns: 90px 1fr;
        grid-template-columns: 90px 1fr;
  }
}

#tabela-resultado #tabela .linha.setas > div:not(.vazia) {
  padding: 0;
  border: 0;
  background: none;
}

#tabela-resultado #tabela .linha.setas .seta {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 15px 1fr 15px;
      grid-template-columns: 15px 1fr 15px;
  height: 30px;
}

#tabela-resultado #tabela .linha.setas .seta .esq {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #c1d8ec transparent transparent;
  -webkit-transform: rotate(360deg);
}

#tabela-resultado #tabela .linha.setas .seta .centro {
  height: 55%;
  background-color: #c1d8ec;
}

#tabela-resultado #tabela .linha.setas .seta .dir {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #c1d8ec;
  -webkit-transform: rotate(360deg);
}

#tabela-resultado #tabela .linha.cabecalho {
  padding: 0;
  border: 0;
  text-align: center;
  margin-bottom: 30px;
}

#tabela-resultado #tabela .linha.cabecalho div {
  padding: 15px;
  border-radius: 4.2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#tabela-resultado #tabela .linha.cabecalho div:nth-child(1) {
  background-color: #E6E6E6;
  color: #666;
}

#tabela-resultado #tabela .linha.cabecalho div:nth-child(2) {
  background-color: #003F7B;
  color: white;
}

#tabela-resultado #tabela .linha.cabecalho div:nth-child(3) {
  background-color: #00B2BF;
  color: white;
}

#tabela-resultado #tabela .linha.cabecalho div:nth-child(4) {
  background-color: #5053af;
  color: white;
}

#tabela-resultado #tabela .linha.cabecalho div:nth-child(5) {
  background-color: #0096D6;
  color: white;
}

#tabela-resultado #tabela .linha.cabecalho a:link, #tabela-resultado #tabela .linha.cabecalho a:focus, #tabela-resultado #tabela .linha.cabecalho a:visited {
  color: #FFF;
  text-decoration: none;
}

#tabela-resultado #tabela .linha.cabecalho a:after {
  content: "saiba mais";
  margin: 1px;
  font-size: 6pt;
  width: 100%;
  float: right;
  text-align: center;
  color: #cbcbcb;
}

#tabela-resultado #resultado {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 250px auto;
      grid-template-columns: auto 250px auto;
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: 'GothamMedium';
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #tabela-resultado #resultado {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 414px) {
  #tabela-resultado #resultado h1 {
    width: 80%;
  }
}

#tabela-resultado #resultado a.saibamais {
  text-align: left;
}

#tabela-resultado #resultado .mba-escolhido {
  min-width: 250px;
}

#tabela-resultado #resultado .mba-escolhido:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  font-family: 'GothamMedium';
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4.2px;
}

#tabela-resultado #resultado .mba-escolhido.presencial:before {
  content: 'MBA Presencial';
  background-color: #003F7B;
}

#tabela-resultado #resultado .mba-escolhido.live:before {
  content: 'MBA Live';
  background-color: #00B2BF;
}

#tabela-resultado #resultado .mba-escolhido.blended:before {
  content: 'MBA Blended (Semipresencial)';
  background-color: #5053af;
}

#tabela-resultado #resultado .mba-escolhido.online:before {
  content: 'MBA Online';
  background-color: #0096D6;
}

#tabela-resultado #informacoes {
  margin-bottom: 15px;
}

#tabela-resultado #slogan {
  text-align: center;
  width: 220px;
}

#tabela-resultado #slogan span {
  font-family: 'GothamBlack';
  color: #003F7B;
}

#tabela-resultado .botoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
}
/*# sourceMappingURL=mba-infografico.css.map */