.principal1 h1 {
  font-size: 20px;
  font-weight: 700;
}

.imagem1 {
  width: 50%;
  margin: auto;
  text-align: center;
}

.imagem2 {
  width: 50%;
  margin: auto;
  text-align: center;
}

.imagem3 {
  width: 50%;
  margin: auto;
  text-align: center;
}

.selo {
  width: 15%;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .imagem1 {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .imagem2 {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .imagem3 {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .selo {
    width: 30%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
}

/*PERGUNTAS FREQUENTES FAQ*/
.title-list {
  cursor: pointer;
  padding: 15px;
  background-color: #0c3c7e;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  align-items: center;
  width: 90%;
  margin: auto;
  font-size: 13px;
}

.flex-list {
  padding: 15px;
  background-color: none;
  color: #000;
  display: none;
  margin: auto;
  text-align: left;
  width: 90%;
  margin-top: -3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}

.flex-list li {
  list-style: disc;
  margin-bottom: 10px;
}

.titulo {
  font-size: 26px;
  font-weight: 700;
  color: #f18b20;
  margin-bottom: 50px;
}

.titulo_frase {
  font-size: 19px;
  font-weight: 700;
}

.titulo_modulo {
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 15px;
}

.slide-list {
  margin-bottom: 15px;
}

.box-description {
  margin-bottom: 50px;
}

.unidadesCurriculares {
  margin-bottom: 5px !important;
}
.container-perguntas {
  padding-top: 40px;
  padding-bottom: 20px;
}
.title-icon {
  background: url("/assets/img/plus.svg");
  background-repeat: repeat;
  background-size: auto;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.minus-bg {
  background-image: url("/assets/img/minus.svg");
}

.title-active {
  background-color: #0c3c7e;
  color: #fff;
}

/*PLANOS*/
#planos {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sections-content {
  margin-top: -50px;
}
.section24Horas {
  margin: 100px 0px;
}
.section24Horas img {
  margin: 50px 0px;
}
.grid-planos {
  max-width: 1000px;
  position: relative;
}
.grid-planos .row {
  padding: 10px 0px;
  border-top: 1px solid #a6a6a661;
}
@media (min-width: 990px) {
  .grid-planos .row {
    display: flex;
    align-items: center;
  }
}
.grid-planos .row div:first-child {
  text-align: left;
  font-weight: bold;
}
.box-preco {
  color: #000;
  font-weight: bold;
  display: table;
  align-content: last baseline;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  margin: auto;
  font-size: 15px;
  text-align: center !important;
}
#planoEssencial,
#btnComprarEssencial {
  background-color: transparent;
}
#planoAvancado,
#btnComprarAvancado {
  background-color: transparent;
}
#planoProfissional,
#btnComprarProfissional {
  background-color: #333f4f;
}
#planos h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin-bottom: 50px;
}
.btnComprar {
  border: none;
  padding: 7px 30px;
  border-radius: 50px;
  color: #fff;
}
.row-planos {
  padding-bottom: 0px !important;
}
.row-planos .box-preco {
  font-size: 20px;
}
.observacoes {
  text-align: left;
  max-width: 1000px;
  margin: auto;
  margin-top: auto;
  margin-top: 100px;
  padding-left: 15px;
  color: #8a8a8a;
}
@media (max-width: 990px) {
  .grid-planos .row .col-xs-12:first-child {
    /*text-align: center;*/
  }
  .grid-planos .row .col-xs-4 {
    margin-top: 20px;
  }
}
.fa-check {
  color: #0cca0c;
}
.fa {
  font-size: 20px;
}
.fa-times {
  color: red;
}
.catalogo-label {
  background-color: #a2a2a2;
  padding: 10px;
  transform: translateX(90deg);
  transform: rotate(270deg);
  position: absolute;
  color: #fff;
  left: -120px;
  top: 231px;
  display: block;
  min-width: 230px;
}
@media (max-width: 990px) {
  .catalogo-label {
    left: -235px;
    top: 409px;
    min-width: 502px;
  }
  .grid-planos .row div {
    /*text-align: center;*/
  }
}

@media (max-width: 800px) {
  .catalogo-label {
    left: -616px;
  }
}

#iconDownload {
  display: flex;
  align-items: center;
  color: #fff;
}
#iconDownload svg {
  width: 40px;
  margin-right: 5px;
}
#iconDownload svg path {
  fill: #00ccff !important;
}
