@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600i,800");
#page-escritorio-projetos #start-section #big-circle .middle-circle, #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; }

#page-escritorio-projetos #banner {
  margin-bottom: 96px; }
#page-escritorio-projetos #start-section {
  padding-bottom: 99px; }
  #page-escritorio-projetos #start-section .gridD {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  #page-escritorio-projetos #start-section .left-content {
    padding-right: 87px; }
  #page-escritorio-projetos #start-section #big-circle {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 400px;
    min-width: 400px;
    position: relative; }
    #page-escritorio-projetos #start-section #big-circle img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 170px; }
    #page-escritorio-projetos #start-section #big-circle .middle-circle {
      display: block;
      height: 193px;
      width: calc(50% - 3px);
      background: center center no-repeat;
      margin: 1.5px;
      cursor: pointer;
      background-size: auto 100%; }
      #page-escritorio-projetos #start-section #big-circle .middle-circle-active, #page-escritorio-projetos #start-section #big-circle .middle-circle:hover {
        opacity: 0.7; }
      #page-escritorio-projetos #start-section #big-circle .middle-circle.left-top-circle {
        background-image: url("../img/escritorio-projetos/circle-publicacoes.png"); }
      #page-escritorio-projetos #start-section #big-circle .middle-circle.left-bottom-circle {
        background-image: url("../img/escritorio-projetos/circle-mapeamentos.png"); }
      #page-escritorio-projetos #start-section #big-circle .middle-circle.right-top-circle {
        background-image: url("../img/escritorio-projetos/circle-conceitos.png"); }
      #page-escritorio-projetos #start-section #big-circle .middle-circle.right-bottom-circle {
        background-image: url("../img/escritorio-projetos/circle-suporte.png"); }
  #page-escritorio-projetos #start-section .right-content {
    max-width: 400px; }
    #page-escritorio-projetos #start-section .right-content p {
      text-align: justify;
      font-size: 15px;
      margin-bottom: 15px;
      color: #3b3b3b; }
      #page-escritorio-projetos #start-section .right-content p strong {
        font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif; }
    #page-escritorio-projetos #start-section .right-content h4 {
      font-size: 21px;
      color: #3b3b3b;
      text-transform: uppercase;
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
#page-escritorio-projetos #accordions .accordion-title {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #015086;
  position: relative;
  cursor: pointer; }
  #page-escritorio-projetos #accordions .accordion-title::after {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: none;
    height: 0;
    width: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #015086; }
  #page-escritorio-projetos #accordions .accordion-title .gridD {
    padding-right: 30px;
    padding-left: 30px; }
  #page-escritorio-projetos #accordions .accordion-title p {
    color: #FFFFFF; }
    #page-escritorio-projetos #accordions .accordion-title p strong {
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
#page-escritorio-projetos #accordions .accordion-content {
  padding-top: 65px;
  padding-bottom: 40px;
  display: none; }
  #page-escritorio-projetos #accordions .accordion-content h3 {
    font-size: 18px;
    color: #f07138;
    font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  #page-escritorio-projetos #accordions .accordion-content h4 {
    font-size: 16px;
    color: #666666; }
    #page-escritorio-projetos #accordions .accordion-content h4 strong {
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
  #page-escritorio-projetos #accordions .accordion-content span {
    position: relative; }
    #page-escritorio-projetos #accordions .accordion-content span .modal-explication {
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -o-transform: translate(-50%);
      transform: translate(-50%);
      background: #FFFFFF;
      color: #3b3b3b;
      padding: 10px 15px;
      min-width: 350px;
      font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
      font-size: 12px;
      box-shadow: 0 0 10px rgba(59, 59, 59, 0.3);
      border-radius: 5px;
      text-align: center;
      opacity: 0;
      visibility: hidden; }
      #page-escritorio-projetos #accordions .accordion-content span .modal-explication::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #FFFFFF;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%); }
    #page-escritorio-projetos #accordions .accordion-content span:hover .modal-explication {
      opacity: 1;
      visibility: visible; }
  #page-escritorio-projetos #accordions .accordion-content .title h3 {
    margin-bottom: 10px; }
  #page-escritorio-projetos #accordions .accordion-content .title p {
    font-size: 14px;
    font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif; }
    #page-escritorio-projetos #accordions .accordion-content .title p strong {
      text-transform: uppercase;
      color: #f07138;
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
    #page-escritorio-projetos #accordions .accordion-content .title p + p {
      margin-top: 5px; }
  #page-escritorio-projetos #accordions .accordion-content .box {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 50px 90px 35px;
    margin-top: 50px;
    margin-right: 80px;
    margin-left: 80px; }
    #page-escritorio-projetos #accordions .accordion-content .box h5 {
      font-size: 25px;
      color: #032655;
      font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      padding-bottom: 20px;
      text-align: center; }
  #page-escritorio-projetos #accordions .accordion-content .tabuleiro {
    margin-top: 110px;
    position: relative; }
    #page-escritorio-projetos #accordions .accordion-content .tabuleiro img {
      display: block;
      margin-right: auto;
      margin-left: auto;
      max-width: 700px; }
    #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle {
      position: absolute;
      cursor: pointer; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-1 {
        height: 118px;
        width: 118px;
        bottom: 5px;
        left: 194px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-1:hover ~ .item-1 {
          opacity: 1; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-2 {
        height: 91px;
        width: 98px;
        top: 6px;
        left: 291px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-2:hover ~ .item-2 {
          opacity: 1; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-3 {
        height: 108px;
        width: 85px;
        bottom: 128px;
        left: 509px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-3:hover ~ .item-3 {
          opacity: 1; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-4 {
        height: 103px;
        width: 87px;
        right: 210px;
        bottom: 20px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-4:hover ~ .item-4 {
          opacity: 1; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-5 {
        height: 118px;
        width: 118px;
        right: 238px;
        top: 40px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .circle-5:hover ~ .item-5 {
          opacity: 1; }
    #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item {
      position: absolute;
      opacity: 0; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item h4, #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item p {
        font-size: 12px;
        line-height: 1.2em;
        color: #666666;
        text-transform: uppercase; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item h4 {
        font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-1 {
        bottom: 110px;
        left: 10px;
        max-width: 190px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-1 h4 {
          color: #9ad914; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-2 {
        top: -70px;
        left: 150px;
        max-width: 250px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-2 h4 {
          color: #119c6c; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-3 {
        bottom: 5px;
        left: 435px;
        max-width: 240px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-3 h4 {
          color: #c61262; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-4 {
        bottom: 0;
        right: -30px;
        max-width: 220px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-4 h4 {
          color: #032554; }
      #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-5 {
        top: 145px;
        right: 0;
        max-width: 250px; }
        #page-escritorio-projetos #accordions .accordion-content .tabuleiro .item-5 h4 {
          color: #1486a3; }
  #page-escritorio-projetos #accordions .accordion-content .infos {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    #page-escritorio-projetos #accordions .accordion-content .infos + h5 {
      margin-top: 35px; }
    #page-escritorio-projetos #accordions .accordion-content .infos .info {
      max-width: 213px; }
      #page-escritorio-projetos #accordions .accordion-content .infos .info img {
        display: block;
        margin-right: auto;
        margin-bottom: 19px;
        margin-left: auto; }
      #page-escritorio-projetos #accordions .accordion-content .infos .info p {
        font-size: 16px;
        text-align: center;
        color: #666666; }
    #page-escritorio-projetos #accordions .accordion-content .infos-triangle {
      height: 609px;
      width: 616px;
      background: url("../img/escritorio-projetos/triangle.png");
      margin-right: auto;
      margin-left: auto;
      position: relative; }
      #page-escritorio-projetos #accordions .accordion-content .infos-triangle .info-modal-mask {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(59, 59, 59, 0.4);
        z-index: 10;
        display: none; }
      #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info + .info {
          margin-top: 12px; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info:nth-child(1) .info-title {
          background: #4ba9c2; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info:nth-child(2) .info-title {
          background: #6fdeab; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info:nth-child(3) .info-title {
          background: #60e146; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info:nth-child(4) .info-title {
          background: #daf14b; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info:nth-child(5) .info-title {
          background: #f79748; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info-title {
          height: 91px;
          width: 388px;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          border-radius: 20px; }
          #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info-title p {
            font-size: 24px;
            line-height: 1.2em;
            color: #FFFFFF;
            text-transform: uppercase;
            font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
            text-align: center; }
            #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info-title p[open-modal] {
              cursor: pointer; }
        #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info-modal {
          position: fixed;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: #FFFFFF;
          padding: 20px 25px;
          border-radius: 15px;
          z-index: 11;
          display: none; }
          #page-escritorio-projetos #accordions .accordion-content .infos-triangle .infos .info-modal p {
            color: #3b3b3b;
            font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
            text-transform: none;
            font-size: 18px; }
    #page-escritorio-projetos #accordions .accordion-content .infos-right, #page-escritorio-projetos #accordions .accordion-content .infos-block {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      margin-top: 88px; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .infos-content, #page-escritorio-projetos #accordions .accordion-content .infos-block .infos-content {
        max-width: 451px; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info + .info, #page-escritorio-projetos #accordions .accordion-content .infos-block .info + .info {
        margin-top: 37px; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-red h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-red h3 {
        background: #ab0008; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-red p, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-red p {
        color: #ab0008; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-orange h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-orange h3 {
        background: #ff720c; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-orange p, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-orange p {
        color: #ff720c; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-blue h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-blue h3 {
        background: #3575a2; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-blue p, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-blue p {
        color: #3575a2; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-1 h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-1 h3 {
        background: #9ad914; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-2 h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-2 h3 {
        background: #119c6d; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-3 h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-3 h3 {
        background: #c71263; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-4 h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-4 h3 {
        background: #032655; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right .info-5 h3, #page-escritorio-projetos #accordions .accordion-content .infos-block .info-5 h3 {
        background: #1587a4; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right h3, #page-escritorio-projetos #accordions .accordion-content .infos-block h3 {
        font-size: 14px;
        color: #FFFFFF;
        background: #666666;
        padding: 5px 15px;
        display: inline-block;
        font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        border-radius: 5px;
        margin-bottom: 10px; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right ul, #page-escritorio-projetos #accordions .accordion-content .infos-block ul {
        margin-top: 20px; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right h4, #page-escritorio-projetos #accordions .accordion-content .infos-block h4 {
        font-size: 14px;
        color: #666666;
        font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
        text-transform: uppercase; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right h5, #page-escritorio-projetos #accordions .accordion-content .infos-block h5 {
        font-size: 14px;
        color: #f07138;
        font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        margin-top: 20px; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right img, #page-escritorio-projetos #accordions .accordion-content .infos-block img {
        margin-top: 35px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        max-width: 80%;
        height: auto; }
      #page-escritorio-projetos #accordions .accordion-content .infos-right p, #page-escritorio-projetos #accordions .accordion-content .infos-right li, #page-escritorio-projetos #accordions .accordion-content .infos-block p, #page-escritorio-projetos #accordions .accordion-content .infos-block li {
        font-size: 14px;
        color: #666666;
        text-align: justify;
        display: block;
        list-style: none; }
        #page-escritorio-projetos #accordions .accordion-content .infos-right p strong, #page-escritorio-projetos #accordions .accordion-content .infos-right li strong, #page-escritorio-projetos #accordions .accordion-content .infos-block p strong, #page-escritorio-projetos #accordions .accordion-content .infos-block li strong {
          font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif; }
        #page-escritorio-projetos #accordions .accordion-content .infos-right p + p, #page-escritorio-projetos #accordions .accordion-content .infos-right li + p, #page-escritorio-projetos #accordions .accordion-content .infos-block p + p, #page-escritorio-projetos #accordions .accordion-content .infos-block li + p {
          padding-top: 10px; }
        #page-escritorio-projetos #accordions .accordion-content .infos-right p a, #page-escritorio-projetos #accordions .accordion-content .infos-right li a, #page-escritorio-projetos #accordions .accordion-content .infos-block p a, #page-escritorio-projetos #accordions .accordion-content .infos-block li a {
          color: #f07138;
          text-transform: uppercase;
          font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
          text-decoration: underline; }
    #page-escritorio-projetos #accordions .accordion-content .infos-block .infos-content {
      max-width: 100%; }
      #page-escritorio-projetos #accordions .accordion-content .infos-block .infos-content mark {
        background: transparent;
        color: #666666; }
#page-escritorio-projetos #accordions .accordion-active .accordion-title::after {
  content: ""; }
#page-escritorio-projetos #accordions .accordion:first-child .accordion-content {
  display: block; }
#page-escritorio-projetos #accordions .accordion:nth-child(odd) .accordion-title {
  background: #032655; }
  #page-escritorio-projetos #accordions .accordion:nth-child(odd) .accordion-title::after {
    border-top-color: #032655; }

/*# sourceMappingURL=escritorio-projetos.css.map */
