/*Style of menu circle, like a "Genesis"*/
.buttons-genesis-switch {
  margin: 40px 0; }
  .buttons-genesis-switch .bootstrap-switch {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .buttons-genesis-switch ul li {
    float: left;
    width: 333px;
    height: 50px;
    background: url("/assets/pessoajuridica/img/menu-genesis/bg-switch-full.png");
    padding: 10px 20px;
    font-family: 'newjunesemiboldregular';
    font-size: 24px;
    position: relative; }
    .buttons-genesis-switch ul li.fdr {
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px;
      color: #cd2131; }
      .buttons-genesis-switch ul li.fdr:after {
        content: '';
        background: url("/assets/pessoajuridica/img/menu-genesis/icone-franqueador.png");
        width: 112px;
        height: 79px;
        right: 35px;
        top: -17px;
        position: absolute; }
    .buttons-genesis-switch ul li.bt-switch {
      width: 104px;
      padding: 9px 13px 0 13px;
      background: url("/assets/pessoajuridica/img/menu-genesis/bg-switch.png") no-repeat; }
      .buttons-genesis-switch ul li.bt-switch.active {
        background: url("/assets/pessoajuridica/img/menu-genesis/bg-switch-2.png") no-repeat; }
      .buttons-genesis-switch ul li.bt-switch .bootstrap-switch-label {
        background: url("/assets/pessoajuridica/img/menu-genesis/handle.png") no-repeat;
        width: 47px; }
      .buttons-genesis-switch ul li.bt-switch .bootstrap-switch-handle-on, .buttons-genesis-switch ul li.bt-switch .bootstrap-switch-handle-off {
        color: transparent;
        background: transparent;
        width: 47px; }
    .buttons-genesis-switch ul li.fd {
      -webkit-border-radius: 0 10px 10px 0;
      -moz-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0;
      color: #106eb5;
      text-align: right; }
      .buttons-genesis-switch ul li.fd:after {
        content: '';
        background: url("/assets/pessoajuridica/img/menu-genesis/icone-franqueado.png");
        width: 63px;
        height: 63px;
        left: 55px;
        top: -14px;
        position: absolute; }

.sw-content {
  display: none;
  margin-bottom: 40px; }
  .sw-content.active {
    display: block; }

#franqueador,
#franqueado {
  height: 305px; }

#franqueado .circle-menu-genesis {
  background: url(/assets/pessoajuridica/img/menu-genesis/circle-menu-genesis-blue.png); }
#franqueado .box-content-gray .content-right p {
  color: #106eb5; }
  #franqueado .box-content-gray .content-right p:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 12px solid transparent;
    margin-left: -2em;
    border-right: 12px solid #008bdb;
    left: 50%;
    top: 40%; }
#franqueado .box-content-gray .content-right.info-colaboradores h4, #franqueado .box-content-gray .content-right.gerenciar-negocio h4, #franqueado .box-content-gray .content-right.credito h4, #franqueado .box-content-gray .content-right.socios h4 {
  color: #106eb5 !important; }
#franqueado .box-content-gray .content-right.info-colaboradores p, #franqueado .box-content-gray .content-right.gerenciar-negocio p, #franqueado .box-content-gray .content-right.credito p, #franqueado .box-content-gray .content-right.socios p {
  color: #393939; }

.circle-menu-genesis {
  width: 306px;
  height: 305px;
  background: url(/assets/pessoajuridica/img/menu-genesis/circle-menu-genesis.png);
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -153px; }
  .circle-menu-genesis:after {
    background: url(/assets/pessoajuridica/img/menu-genesis/circ-franqr.png);
    width: 129px;
    height: 129px;
    content: '';
    position: absolute;
    top: 85px;
    left: 90px; }
  .circle-menu-genesis .btn {
    position: relative;
    float: left; }
    .circle-menu-genesis .btn.colaboradores img {
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in;
      box-shadow: none;
      position: absolute;
      top: -1px;
      left: -7px;
      opacity: 0; }
    .circle-menu-genesis .btn.colaboradores:hover img {
      opacity: .5; }
    .circle-menu-genesis .btn.colaboradores.on img {
      opacity: 1; }
    .circle-menu-genesis .btn.gerenciar-negocio img {
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in;
      box-shadow: none;
      position: absolute;
      top: -1px;
      left: 115px;
      opacity: 0; }
    .circle-menu-genesis .btn.gerenciar-negocio:hover img {
      opacity: .5; }
    .circle-menu-genesis .btn.gerenciar-negocio.on img {
      opacity: 1; }
    .circle-menu-genesis .btn.credito img {
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in;
      box-shadow: none;
      position: absolute;
      top: 149px;
      left: 76px;
      opacity: 0; }
    .circle-menu-genesis .btn.credito:hover img {
      opacity: .5; }
    .circle-menu-genesis .btn.credito.on img {
      opacity: 1; }
    .circle-menu-genesis .btn.socios img {
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in;
      -moz-transition: all .2s ease-in;
      -ms-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in;
      box-shadow: none;
      position: absolute;
      top: 149px;
      right: -4px;
      opacity: 0; }
    .circle-menu-genesis .btn.socios:hover img {
      opacity: .5; }
    .circle-menu-genesis .btn.socios.on img {
      opacity: 1; }

.box-content-gray .content-left {
  width: 50%;
  height: 204px;
  position: relative;
  float: left;
  margin: 51px 0 0 0;
  border-radius: 10px 0 0 10px;
  background: #ebebeb;
  background: -moz-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(90%, #e7e7e7), color-stop(100%, #B5B5B5));
  background: -webkit-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: -o-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: -ms-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: linear-gradient(180deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  padding: 45px 0 0 40px; }
  .box-content-gray .content-left p {
    color: #4d4e53;
    font-size: 18px !important;
    font-family: 'newjuneboldregular' !important;
    width: 170px;
    text-align: right; }
    .box-content-gray .content-left p:nth-child(1) {
      display: block; }
    .box-content-gray .content-left p:nth-child(2) {
      display: none; }
.box-content-gray .content-right {
  width: 50%;
  height: 204px;
  position: relative;
  float: left;
  margin: 51px 0 0 0;
  border-radius: 0 10px 10px 0;
  background: #ebebeb;
  background: -moz-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(90%, #e7e7e7), color-stop(100%, #B5B5B5));
  background: -webkit-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: -o-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: -ms-linear-gradient(270deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  background: linear-gradient(180deg, #ededed 0%, #e7e7e7 90%, #B5B5B5 100%);
  padding: 35px 50px 0 180px;
  display: none; }
  .box-content-gray .content-right p {
    color: #cd2131;
    font-family: 'newjuneboldregular' !important;
    font-size: 15px !important;
    width: 135px;
    float: right; }
    .box-content-gray .content-right p:before {
      content: '';
      position: absolute;
      display: inline-block;
      width: 0;
      height: 0;
      line-height: 0;
      border: 12px solid transparent;
      margin-left: -2em;
      border-right: 12px solid #f32133;
      left: 50%;
      top: 40%; }
  .box-content-gray .content-right.info-colaboradores h4, .box-content-gray .content-right.gerenciar-negocio h4, .box-content-gray .content-right.credito h4, .box-content-gray .content-right.socios h4 {
    font-size: 18px !important;
    width: 100%;
    position: relative;
    float: left;
    text-align: left;
    color: #cd2131 !important; }
  .box-content-gray .content-right.info-colaboradores p, .box-content-gray .content-right.gerenciar-negocio p, .box-content-gray .content-right.credito p, .box-content-gray .content-right.socios p {
    color: #393939;
    width: 153px;
    font-size: 13px !important;
    font-family: 'NewJuneRegular-Regular' !important;
    float: left;
    line-height: 1.3em !important;
    margin-bottom: 10px !important; }
    .box-content-gray .content-right.info-colaboradores p:before, .box-content-gray .content-right.gerenciar-negocio p:before, .box-content-gray .content-right.credito p:before, .box-content-gray .content-right.socios p:before {
      content: none !important; }

/*Modification for mobile*/
@media only screen and (max-width: 1023px) {
  .buttons-genesis-switch ul li {
    width: 312px; }
    .buttons-genesis-switch ul li.fdr:after, .buttons-genesis-switch ul li.fd:after {
      background: none; }

  .box-content-gray .content-right {
    padding-right: 20px; }
    .box-content-gray .content-right p {
      width: 158px; } }
@media only screen and (max-width: 767px) {
  .buttons-genesis-switch ul li {
    width: 248px; }

  .box-content-gray .content-left {
    padding-left: 20px; }
    .box-content-gray .content-left p {
      text-align: left;
      width: 134px;
      font-size: 15px !important; }
  .box-content-gray .content-right {
    padding-right: 0;
    padding-left: 160px; }
    .box-content-gray .content-right p {
      width: 125px; }
      .box-content-gray .content-right p:before {
        left: 58%; }
    .box-content-gray .content-right.info-colaboradores p, .box-content-gray .content-right.gerenciar-negocio p, .box-content-gray .content-right.credito p, .box-content-gray .content-right.socios p {
      width: 135px; }

  #franqueado .box-content-gray .content-right p:before {
    left: 58%; } }
@media only screen and (max-width: 639px) {
  .buttons-genesis-switch ul li {
    width: 168px;
    font-size: 20px; }

  .box-content-gray {
    margin-bottom: 200px; }
    .box-content-gray .content-left {
      height: 130px;
      float: none;
      width: 100%;
      border-radius: 10px;
      margin: 0; }
      .box-content-gray .content-left p {
        width: 100%;
        text-align: center; }
    .box-content-gray .content-right {
      height: 130px;
      float: none;
      width: 100%;
      border-radius: 10px;
      margin-top: 350px;
      padding: 20px; }
      .box-content-gray .content-right p {
        width: 100%;
        padding: 20px;
        text-align: center; }
        .box-content-gray .content-right p:before {
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          top: 5%;
          left: 55%; }
      .box-content-gray .content-right.info-colaboradores p, .box-content-gray .content-right.gerenciar-negocio p, .box-content-gray .content-right.credito p, .box-content-gray .content-right.socios p {
        width: 100%;
        padding: 0;
        text-align: left; }

  .circle-menu-genesis {
    margin-top: 150px; }

  #franqueador, #franqueado {
    height: 615px; }

  #franqueado .box-content-gray .content-right p:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 5%;
    left: 55%; } }
@media only screen and (max-width: 479px) {
  .buttons-genesis-switch ul li {
    width: 98px;
    font-size: 12px;
    padding-top: 20px;
    padding-left: 15px; }

  .circle-menu-genesis {
    top: 0px; }
    .circle-menu-genesis .btn.colaboradores img {
      top: -4px;
      left: -7px; }
    .circle-menu-genesis .btn.gerenciar-negocio img {
      top: -4px;
      left: 111px; }
    .circle-menu-genesis .btn.credito img {
      top: 146px;
      left: 68px; }
    .circle-menu-genesis .btn.socios img {
      top: 146px;
      right: 9px; }

  #franqueador, #franqueado {
    height: 615px; } }
@media only screen and (max-width: 320px) {
  .buttons-genesis-switch ul li {
    width: 88px;
    font-size: 13px;
    padding-top: 18px;
    padding-left: 5px; } }

/*# sourceMappingURL=style.css.map */
