@charset "UTF-8";
/*
configuração
autor: Hermenegildo Fernandes
data: 17-02-2018

@mixin darken(){
  darken($lightgray,20);
}
@mixin lighten(){
  lighten(red,20);
}


*/
section.brain__empresa > section > *, section.brain__empresa > section > section > div:first-child > *, section.brain__empresa > section > section > div:last-child > *, section.brain__servico > section > div > *, section.brain__membros > section > div > *, section.brain__membros > section > div > figure > footer > *, section.brain__ref > section > ul.uk-slider-items > *, section.brain__ref > section > ul.uk-slider-nav > *, section.brain__cont > section > header > *, section.brain__cont > section > section > *, section.brain__cont > section > section > div > footer > * {
  margin-right: 0.5rem; }
  section.brain__empresa > section > *:last-child, section.brain__empresa > section > section > div:first-child > *:last-child, section.brain__empresa > section > section > div:last-child > *:last-child, section.brain__servico > section > div > *:last-child, section.brain__membros > section > div > *:last-child, section.brain__membros > section > div > figure > footer > *:last-child, section.brain__ref > section > ul.uk-slider-items > *:last-child, section.brain__ref > section > ul.uk-slider-nav > *:last-child, section.brain__cont > section > header > *:last-child, section.brain__cont > section > section > *:last-child, section.brain__cont > section > section > div > footer > *:last-child {
    margin-right: 0; }

section.brain__medida, section.brain__medida > section, section.brain__medida > section > article > footer, section.brain__membros > section > div#member-0, section.brain__membros > section > div > figure > footer > div, section.brain__cont > section > section > div > footer > div {
  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; }

section.brain__cont > section > section > div > section label,
section.brain__cont > section > section > div > section input,
section.brain__cont > section > section > div > section select,
section.brain__cont > section > section > div > section a,
section.brain__cont > section > section > div > section textarea {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  border: 2px solid #e6e9ed; }


section.brain__cont > section > section > div > section textarea {
  resize: none;
  height: 20vh; }

section.brain__cont > section > section > div > section label {
  font-weight: 500; }

section.brain__empresa > section > article h1, section.brain__empresa > section > section > div article h1, section.brain__medida > section > article > h1, section.brain__servico > section > header h1, section.brain__membros > section > header h1, section.brain__ref > header h1, section.brain__cont > section > header h1, section.brain__cont > section > section h1 {
  font-size: .99rem;
  font-weight: 600;
  text-transform: uppercase; }

section.brain__empresa, section.brain__servico, section.brain__membros, section.brain__ref, section.brain__cont {
  padding-top: 4rem;
  padding-bottom: 4rem; }

section.brain__empresa {
  padding-top: 6rem;
  background: #EEF7FF; }
  section.brain__empresa > * {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px; }
  section.brain__empresa > section {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section.brain__empresa > section::after {
      z-index: -1;
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 486px;
      height: 300px;
      background: url("../../resources/media/development.svg") no-repeat;
      background-size: contain; }
    @media only screen and (max-width: 950px) {
      section.brain__empresa > section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.brain__empresa > section > * {
          margin-bottom: 0.5rem; }
          section.brain__empresa > section > *:last-child {
            margin-bottom: 0; }
        section.brain__empresa > section > * {
          margin-right: 0;
          margin-bottom: 2rem; }
        section.brain__empresa > section > article {
          margin: 0 auto; }
          section.brain__empresa > section > article figure {
            width: 8rem !important;
            height: 8rem !important;
            margin: 0 auto;
              margin-bottom: 2rem; }
          section.brain__empresa > section > article h1 {
            text-align: center;
            margin-bottom: 1rem !important; }
          section.brain__empresa > section > article p {
            text-align: center; } }
    section.brain__empresa > section > * {
      margin-right: 4rem; }
    section.brain__empresa > section > article figure {
      width: 3rem;
      height: 3rem;
      background: #0082BC; }
      section.brain__empresa > section > article figure.img {
        background-position: center !important;
        background-repeat: no-repeat !important; }
      section.brain__empresa > section > article figure.img {
        background-size: cover !important; }
    section.brain__empresa > section > article h1 {
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      color: #333; }
    section.brain__empresa > section > article p {
      max-width: 40rem;
      color: #666666; }
    section.brain__empresa > section > section {
      min-width: 560px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.brain__empresa > section > section > * {
        margin-bottom: 0.5rem; }
        section.brain__empresa > section > section > *:last-child {
          margin-bottom: 0; }
      section.brain__empresa > section > section > * {
        margin-bottom: 1rem; }
      @media only screen and (max-width: 950px) {
        section.brain__empresa > section > section > div:first-child {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin-top: 2rem; }
        section.brain__empresa > section > section > div:last-child {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
        section.brain__empresa > section > section > div:first-child > * {
          margin-right: 0; } }
      @media only screen and (max-width: 600px) {
        section.brain__empresa > section > section > div {
          -webkit-box-orient: vertical !important;
          -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
          flex-direction: column !important; }
          section.brain__empresa > section > section > div article {
            width: 100% !important;
            max-width: 88vw !important;
            min-width: 88vw !important;
            min-height: 320px !important; }
            section.brain__empresa > section > section > div article figure {
              width: 8rem !important;
              height: 8rem !important;
              margin: auto;
                margin-bottom: 2rem; }
            section.brain__empresa > section > section > div article h1 {
              text-align: center;
              margin-bottom: 1rem !important; }
            section.brain__empresa > section > section > div article p {
              text-align: center; }
          section.brain__empresa > section > section > div:first-child > * {
            margin-right: 0; }
          section.brain__empresa > section > section > div:first-child > article:nth-child(1) {
            margin-bottom: 1rem; } }
      section.brain__empresa > section > section > div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        section.brain__empresa > section > section > div:first-child > * {
          margin-right: 1rem; }
        section.brain__empresa > section > section > div:first-child article:nth-child(1) {
          min-width: 300px !important; }
      section.brain__empresa > section > section > div:last-child {
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      section.brain__empresa > section > section > div article {
        width: 50%;
        max-width: 270px;
        min-height: 294px;
        background: #ffffff;
        -webkit-box-shadow: 0 15px 55px rgba(203, 222, 237, 0.5);
        box-shadow: 0 15px 55px rgba(203, 222, 237, 0.5);
        padding: 1.5rem;
          padding-top: 2rem;
          padding-bottom: 3rem; }
        section.brain__empresa > section > section > div article figure {
          width: 3rem;
          height: 3rem;
          background: #0082BC; }
          section.brain__empresa > section > section > div article figure.img {
            background-position: center !important;
            background-repeat: no-repeat !important; }
          section.brain__empresa > section > section > div article figure.img {
            background-size: cover !important; }
        section.brain__empresa > section > section > div article h1 {
          color: #0082BC;
          margin-top: 1rem;
          margin-bottom: 0.5rem; }
        section.brain__empresa > section > section > div article p {
          color: #666666; }

section.brain__medida {
  position: relative;
  height: 550px;
  background: url("../media/img/wallpaper.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  section.brain__medida > * {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px; }
  section.brain__medida::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4); }
  section.brain__medida > section {
    z-index: 2;
    position: relative; }
    section.brain__medida > section > article > h1,
    section.brain__medida > section > article > p {
      margin: auto;
      text-align: center;
      color: #ffffff; }
    section.brain__medida > section > article > h1 {
      margin-bottom: 2rem; }
    section.brain__medida > section > article > p {
      text-align: center;
      width: 80%; }
    section.brain__medida > section > article > footer {
      margin-top: 2rem; }
      section.brain__medida > section > article > footer > button {
        padding: 0.2rem;
          padding-left: 2rem;
          padding-right: 2rem;
        color: #ffffff !important;
        font-size: .8rem;
        border: none;
        color: #4a89dc;
        background: transparent;
        background: rgba(0, 0, 0, 0.4);
        font-weight: 600; }
        section.brain__medida > section > article > footer > button .my-icon {
          margin-right: .3rem; }

section.brain__servico {
  background: #0082BC; }
  section.brain__servico > * {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px; }
  section.brain__servico > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.brain__servico > section > * {
      margin-bottom: 0.5rem; }
      section.brain__servico > section > *:last-child {
        margin-bottom: 0; }
    section.brain__servico > section > * {
      margin-bottom: 1rem; }
    @media only screen and (max-width: 950px) {
      section.brain__servico > section {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; }
        section.brain__servico > section > * {
          margin-bottom: 0; } }
    section.brain__servico > section > header h1 {
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 1.2rem; }
    section.brain__servico > section > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media only screen and (max-width: 950px) {
        section.brain__servico > section > div {
          -webkit-box-orient: vertical !important;
          -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
          flex-direction: column !important; }
          section.brain__servico > section > div > * {
            width: 100% !important;
            margin-right: 0; }
          section.brain__servico > section > div > li figure {
            width: 8rem !important;
            height: 8rem !important;
            margin: auto;
              margin-bottom: 2rem; }
          section.brain__servico > section > div > li h1,
          section.brain__servico > section > div > li p {
            text-align: center;
            width: 60vw;
            margin: auto; }
          section.brain__servico > section > div > li h1 {
            margin-bottom: 1rem; } }
      section.brain__servico > section > div > * {
        margin-right: 1rem; }
      section.brain__servico > section > div > li {
        padding: 1rem;
          padding-top: 2rem;
          padding-bottom: 2rem;
        width: calc(100vw / 3); }
        section.brain__servico > section > div > li > figure {
          width: 3rem;
          height: 3rem;
          background: #0082BC; }
          section.brain__servico > section > div > li > figure.img {
            background-position: center !important;
            background-repeat: no-repeat !important; }
          section.brain__servico > section > div > li > figure.img {
            background-size: cover !important; }
        section.brain__servico > section > div > li h1,
        section.brain__servico > section > div > li p {
          color: #ffffff;
          font-size: 1rem;
          font-weight: 400; }
        section.brain__servico > section > div > li > h1 {
          font-weight: 600;
          margin-top: 1rem;
          margin-bottom: 0.5rem; }

section.brain__membros > * {
  margin: 0 auto;
  width: 90%;
  max-width: 1024px; }

section.brain__membros > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  section.brain__membros > section > * {
    margin-bottom: 0.5rem; }
    section.brain__membros > section > *:last-child {
      margin-bottom: 0; }
  section.brain__membros > section > header h1 {
    text-align: center;
    color: #0082BC;
    font-weight: 600;
    margin-bottom: 1.2rem; }
  section.brain__membros > section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 870px) {
      section.brain__membros > section > div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.brain__membros > section > div > * {
          margin-right: 0;
          margin-bottom: 1rem; }
          section.brain__membros > section > div > *:last-child {
            margin-bottom: 0; }
        section.brain__membros > section > div > figure {
          min-width: 280px; } }
    section.brain__membros > section > div > figure {
      padding: 0.5rem;
        padding-top: 2rem;
      width: calc((100vw / 5) - .5rem);
      max-width: 198px; }
      section.brain__membros > section > div > figure > div {
        margin: auto;
        border-radius: 100%;
        width: 6rem;
        height: 6rem;
        background: #0082BC;
        background: url("../media/92722ad458f843445555d239caec82fd--black-men-hairstyles-images-of-short-hairstyles.jpg"); }
        section.brain__membros > section > div > figure > div.img {
          background-position: center !important;
          background-repeat: no-repeat !important; }
        section.brain__membros > section > div > figure > div.img {
          background-size: cover !important; }
      section.brain__membros > section > div > figure > figcaption {
        width: 100%;
        min-height: 90px;
        bottom: 0;
        padding: 0.5rem;
          padding-top: 1rem; }
        section.brain__membros > section > div > figure > figcaption > h1,
        section.brain__membros > section > div > figure > figcaption > h2 {
          text-align: center;
          font-size: .8rem; }
        section.brain__membros > section > div > figure > figcaption > h1 {
          font-weight: 600;
          text-transform: uppercase;
          color: #333; }
        section.brain__membros > section > div > figure > figcaption > h2 {
          margin-top: 0.5rem; }
      section.brain__membros > section > div > figure > footer {
        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-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section.brain__membros > section > div > figure > footer > div {
          width: 2rem;
          height: 2rem;
          border-radius: 100%;
          border: .1rem solid;
          font-size: .9rem; }
          section.brain__membros > section > div > figure > footer > div:hover {
            cursor: pointer;
            color: #ffffff !important; }
          section.brain__membros > section > div > figure > footer > div:first-child:hover {
            border-color: #3b5998;
            background: #3b5998;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
          section.brain__membros > section > div > figure > footer > div:nth-child(2):hover {
            border-color: #0e76a8;
            background: #0e76a8;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
          section.brain__membros > section > div > figure > footer > div:last-child:hover {
            border-color: #e24329;
            background: #e24329;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }

section.brain__ref {
  background: #EEF7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  section.brain__ref > * {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px; }
  section.brain__ref > * {
    margin-bottom: 0.5rem; }
    section.brain__ref > *:last-child {
      margin-bottom: 0; }
  section.brain__ref > header h1 {
    text-align: center;
    color: #0082BC;
    font-weight: 600;
    margin-bottom: 1.2rem; }
  section.brain__ref > section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.brain__ref > section > * {
      margin-bottom: 0.5rem; }
      section.brain__ref > section > *:last-child {
        margin-bottom: 0; }
    section.brain__ref > section > * {
      margin-bottom: 4rem; }
    section.brain__ref > section > ul.uk-slider-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-bottom: 2rem; }
      section.brain__ref > section > ul.uk-slider-items > * {
        margin-right: 2rem; }
        section.brain__ref > section > ul.uk-slider-items > *:first-child {
          margin-left: 2rem; }
      section.brain__ref > section > ul.uk-slider-items li {
        width: 330px;
        min-height: 443px;
        max-height: 443px;
        background: #ffffff;
        padding: 1rem;
          padding-top: 3rem;
          padding-bottom: 4rem; }
        section.brain__ref > section > ul.uk-slider-items li > header > figure {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          section.brain__ref > section > ul.uk-slider-items li > header > figure > * {
            margin-bottom: 0.5rem; }
            section.brain__ref > section > ul.uk-slider-items li > header > figure > *:last-child {
              margin-bottom: 0; }
          section.brain__ref > section > ul.uk-slider-items li > header > figure div {
            border-radius: 100%;
            margin: 0 auto;
              margin-bottom: 2rem;
            min-width: 8rem;
            min-height: 8rem;
            width: 8rem;
            height: 8rem;
            background: #0082BC; }
            section.brain__ref > section > ul.uk-slider-items li > header > figure div.img {
              background-position: center !important;
              background-repeat: no-repeat !important; }
            section.brain__ref > section > ul.uk-slider-items li > header > figure div.img {
              background-size: cover !important; }
          section.brain__ref > section > ul.uk-slider-items li > header > figure h1,
          section.brain__ref > section > ul.uk-slider-items li > header > figure h2 {
            font-size: 1rem;
            font-weight: 400;
            color: #999999;
            text-align: center; }
          section.brain__ref > section > ul.uk-slider-items li > header > figure h1 {
            font-weight: 600;
            text-transform: capitalize;
            color: #333;
            margin-bottom: 0.5rem; }
        section.brain__ref > section > ul.uk-slider-items li > p {
          font-size: 1rem;
          font-weight: 400;
          margin-top: 1rem;
          text-align: center;
          color: #333; }
        section.brain__ref > section > ul.uk-slider-items li.uk-active::before {
          -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
    section.brain__ref > section > ul.uk-slider-nav {
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.brain__ref > section > ul.uk-slider-nav > li.uk-active a {
        background-color: #4a89dc; }

section.brain__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  section.brain__cont > * {
    margin: 0 auto;
    width: 90%;
    max-width: 1024px; }
  section.brain__cont > * {
    margin-bottom: 0.5rem; }
    section.brain__cont > *:last-child {
      margin-bottom: 0; }
  section.brain__cont::before {
    content: "";
    position: absolute;
    background: #4a89dc;
    height: 65%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1; }
  section.brain__cont::after {
    content: "";
    position: absolute;
    border-top: 55px #4a89dc solid;
    border-right: 800px transparent solid;
    border-bottom: 55px transparent solid;
    border-left: 800px #4a89dc solid;
    width: 100%;
    top: 65%;
    right: 0;
    z-index: -1; }
  section.brain__cont > section > header {
    margin: 0 auto;
    max-width: 60vw;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section.brain__cont > section > header div {
      width: 40vw; }
      @media only screen and (max-width: 950px) {
        section.brain__cont > section > header div {
          display: none; } }
    section.brain__cont > section > header h1 {
      text-align: center;
      width: 60vw;
      color: #ffffff;
      font-weight: 600; }
      @media only screen and (max-width: 950px) {
        section.brain__cont > section > header h1 {
          padding-left: 0; } }
  section.brain__cont > section > section {
    margin: 0 auto;
    max-width: 60vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    section.brain__cont > section > section h1 {
      color: #0082BC;
      text-transform: initial; }
    section.brain__cont > section > section > * {
      margin-right: 0;
      padding: 2rem;
        padding-top: 3rem;
        padding-bottom: 4rem; }
    section.brain__cont > section > section > aside {
      width: 40vw;
      background: transparent; }
      @media only screen and (max-width: 950px) {
        section.brain__cont > section > section > aside {
          display: none; } }
      section.brain__cont > section > section > aside > h1 {
        margin-bottom: 3rem;
        color: #ffffff; }
      section.brain__cont > section > section > aside > ul li {
        font-size: 1rem;
        font-weight: 400;
        color: #ffffff;
        margin-bottom: 0.5rem; }
        section.brain__cont > section > section > aside > ul li span {
          margin-left: 0.5rem; }
    section.brain__cont > section > section > div {
      border-right: 1px solid #e6e9ed;
      background: #ffffff;
      width: 60vw;
      -webkit-box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.08);
      position: relative;
      border-radius: 2px; }
      section.brain__cont > section > section > div::after {
        content: '';
        position: absolute;
        top: -1.3rem;
        left: calc( 50% - (90% / 2));
        height: 1.4rem;
        width: 90%;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 2px; }
      section.brain__cont > section > section > div::before {
        content: '';
        position: absolute;
        top: -.7rem;
        left: calc( 50% - (95% / 2));
        height: .8rem;
        width: 95%;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 2px; }
      @media only screen and (max-width: 950px) {
        section.brain__cont > section > section > div {
          min-width: 350px;
          width: 80vw; } }
      section.brain__cont > section > section > div > h1 {
        margin-bottom: 1rem; }
      section.brain__cont > section > section > div > section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        section.brain__cont > section > section > div > section > * {
          margin-bottom: 0.5rem; }
          section.brain__cont > section > section > div > section > *:last-child {
            margin-bottom: 0; }
        section.brain__cont > section > section > div > section .my-icon {
          color: #8c8c8c; }
      section.brain__cont > section > section > div > footer {
        margin-top: 1rem;
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        section.brain__cont > section > section > div > footer > div {
          border-radius: 100%;
          background: #4a89dc;
          color: #ffffff;
          width: 3rem;
          height: 3rem;
          font-size: 1.5rem; }
          section.brain__cont > section > section > div > footer > div:hover {
            cursor: pointer; }
