main{
  overflow: hidden;
}
.p0 {
  padding: 0;
}

.cl-white {
  color: white;
}

.cl-purple {
  color: #8703a9;
}

.cl-blue {
  color: #2554fd;
}

#conteudo {
  background-color: white;
}

#conteudo .mg-bottom-image {
  position: relative;
  margin-bottom: 450px;
  justify-content: flex-end
}

#conteudo .mg-bottom-image img {
  width: 100%;
  height: 100%;
  margin: -40px -70px 0px 0;
}

#conteudo .mg-bottom-image .text-image {
  font-style: italic;
  width: 418px;
  position: absolute;
  left: 0;
  font-family: "Montserrat";
}

#conteudo .mg-bottom-image .text-image .cl-blue-title {
  color: #3032ae;
}

#conteudo .mg-bottom-image .text-image .font12 {
  margin-top: 10px;
  font-size: 12px;
}

#conteudo .mg-bottom-image .icon-conteudo {
  position: absolute;
  top: 0;
}

#gramatica {
  position: relative;
}

#gramatica .icon-fundo-gramatica {
  position: absolute;
  top: 50px;
  left: -200px;
  width: 550px;
}

#gramatica .container {
  margin-top: -430px;
}

#gramatica .border-left {
  border-left: 2px solid #cacaca;
}


#gramatica .box,
#gramatica .box-left{
  max-width: 460px;
  border: 10px solid white;
  box-shadow: 2px 2px 15px grey;
  margin: 30px;
  background-color: #fff;
}


#gramatica .card-box {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  background-color: #2554fd;
  color: white;
  border: 1px solid white;
  padding: 25px 20px;
  cursor: pointer;

}

#gramatica .card-box-white {
  background-image: url(../../../images/2.0/conteudo/back-box.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  height: 210px;
  align-items: center;
  background-color: white;
  border: 1px solid white;
  padding: 10px 20px;
}

#gramatica .text-box {
  position: relative;
  width: 100%;
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: 200;

}
#inputSearch{
  width: 70%;
  padding: 10px;
  margin-right: 20px;
}
#gramatica .text-box strong {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
  height: 32px;
}

#gramatica .text-box p{
  max-height: 20px;
  overflow: hidden;
  width: 90%;
}

#gramatica .text-box:hover > p{
  max-height: 300px;
  transition: max-height 2s;

}

#gramatica .card-box-white .text-card-white {
  width: 325px;
  font-size: 16px;
}

#gramatica .card-box .icon-card {
  display: flex;
  height: 50px;
  position: absolute;
  right: 20px;
  top: calc(50% - 25px);
}

#gramatica .text-box .icon-card-close {
  position: absolute;
  right: -10px;
  top: 0;
  width: 4vmin;
}

#gramatica .icon-card-boas-praticas {
 width: 500px;
 margin: 30px;
 text-align: center;
}
#gramatica .icon-card-boas-praticas img {
  width: 70%;
}

#gramatica .icon-card-boas-praticas p {
  font-family: 'Montserrat';
  text-align: left;
  font-size: 21px;
  margin-left: 10px;
}


#glossario {
  position: relative;
}

#glossario .fundo-img-glossario {
  position: absolute;
  left: -663px;
  top: 1003px;
  width: 750px;
}

#glossario .title-card-action-1 {
  background-image: url("../../../../assets/images/2.0/conteudo/degrade-01.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-2 {
  background-image: url("../../../../assets/images/2.0/conteudo/degrade-02.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-3 {
  background-image: url("../../../../assets/images/2.0/conteudo/degrade-03.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-4 {
  background-image: url("../../../../assets/images/2.0/conteudo/branco-01.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-5 {
  background-image: url("../../../../assets/images/2.0/conteudo/branco-02.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-6 {
  background-image: url("../../../../assets/images/2.0/conteudo/branco-03.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-7 {
  background-image: url("../../../../assets/images/2.0/conteudo/azul-01.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-8 {
  background-image: url("../../../../assets/images/2.0/conteudo/azul-02.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .title-card-action-9 {
  background-image: url("../../../../assets/images/2.0/conteudo/azul-03.png");
  height: 80px;
  padding: 0 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#glossario .pad-left-title {
  padding-left: 8vmin;
}

#glossario .box-card {
  width: 100%;
}

#glossario .box-message-primario {
  border-left: 4px solid #8703a9;
  padding-left: 20px;
  line-height: 35px;
  font-size: 25px;
  width: 370px;
}

#glossario .img-fundo-primario {
  position: absolute;
  width: 340px;
  right: 27px;
  top: 10px;
}

#glossario .box-message-secundario {
  border-left: 4px solid #2554fd;
  padding-left: 20px;
  margin: 30px;
  width: 450px;
  font-size: 22px;
}

#glossario .card-action {
  background-color: white;
  padding: 20px 20px;
  height: 160px;
  box-shadow: 0 11px 15px rgba(0, 0, 0, 0.1);
}

#glossario .mg-bottom-section {
  margin-bottom: 50px;
}

#padrao-mensagem {
  position: relative;
  background-color: #ffffff;
}

#padrao-mensagem .pad-responsive {
  padding-top: 150px;
}

#padrao-mensagem .card-message {
  height: 315px;
  margin-top: 80px;
  background: url("../../../images/2.0/conteudo/linha-degrade.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 310px;
  margin: 40px auto;
}

#padrao-mensagem .img-top-pm {
  position: absolute;
  right: -879px;
  top: -542px;
  z-index: 1;
  width: 1160px;
}

#padrao-mensagem .img-back-pm {
  position: absolute;
  left: -1018px;
  top: 642px;
  z-index: 1;
  width: 1160px;
}

#jargoes {
  position: relative;
  background-color: #ffffff;
  padding-top: 180px;
}