.menu {
position: absolute;
left: 50%;
top: 38%;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.menu-button:not(:checked) + .menu-button-icon {
transform: scale(0.8, 0.8) translate3d(0, 0, 0);
transition-duration: 0.2s;
transition-timing-function: linear;
}
.menu-button:not(:checked) + .menu-button-icon > .hamburger-bar-1 {
transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-button:not(:checked) + .menu-button-icon > .hamburger-bar-2 {
transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-button:not(:checked) + .menu-button-icon > .hamburger-bar-3 {
transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu-button:not(:checked) ~ .menu-item {
transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-button:not(:checked) ~ .menu-item:nth-of-type(1) {
    transition-duration: 0.18s;
    transform: translate3d(-40px, -257px, 0);
    background: #332288;
}

.menu-item:nth-of-type(1):hover {
background:#19105B!important;
color:#fff !important;
}

.menu-button:not(:checked) ~ .menu-item:nth-of-type(2) {
    transition-duration: 0.28s;
    transform: translate3d(167.932667px, -140.5px, 0);
    background: #37593F;
}

.menu-item:nth-of-type(2):hover {
background:#24422A!important;
color:#fff !important;
}

.menu-button:not(:checked) ~ .menu-item:nth-of-type(3) {
    transition-duration: 0.38s;
    transform: translate3d(162.932667px, 78.5px, 0);
    background: #46A0B9;
}

.menu-item:nth-of-type(3):hover {
background:#2C7E91!important;
color:#fff !important;
}

.menu-button:not(:checked) ~ .menu-item:nth-of-type(4) {
    transition-duration: 0.48s;
    transform: translate3d(-36px, 187px, 0);
    background: #5392D5;
}

.menu-item:nth-of-type(4):hover {
background:#306DA5!important;
color:#fff !important;
}

.menu-button:not(:checked) ~ .menu-item:nth-of-type(5) {
    transition-duration: 0.58s;
    transform: translate3d(-232.932667px, 90.5px, 0);
    background: #5A9B76;
}

.menu-item:nth-of-type(5):hover {
background:#3F7756!important;
color:#fff !important;
}

.menu-button:not(:checked) ~ .menu-item:nth-of-type(6) {
    transition-duration: 0.68s;
    transform: translate3d(-242.932667px, -145.5px, -77px);
    background: #3366CC;
}

.menu-item:nth-of-type(6):hover {
background:#1C4EA0!important;
color:#fff !important;
}

.menu-button-icon {
    background-image: url(../images/icone.png);
    background-size: 100%;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 350px;
    line-height: 80px;
    left: -178px;
    position: absolute;
    text-align: center;
    top: -113px;
    width: 350px;
    z-index: 2;
}

.menu-item {
  border-radius: 100%;
  color: #fff;
  height: 150px;
  margin-left: -40px;
  text-decoration: none;
  position: absolute;
  text-align: center;
  font-weight: bold;
  top: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-out;
  width: 150px;
  font-size: 18px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menu-item:nth-of-type(1) {
transition-duration: 0.18s;
}
.menu-item:nth-of-type(2) {
transition-duration: 0.18s;
}
.menu-item:nth-of-type(3) {
transition-duration: 0.18s;
}
.menu-item:nth-of-type(4) {
transition-duration: 0.18s;
}
.menu-item:nth-of-type(5) {
transition-duration: 0.18s;
}
.menu-item:nth-of-type(6) {
transition-duration: 0.18s;
}
.menu-item:hover {
background:#125f4a !important;
color:#fff !important;
}
.menu-item:active,
.menu-item:focus {
background:#125f4a;
}



.lbox {
    position: fixed;
    display: block;
    overflow: hidden;
    background:#fff;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
}

.lbox.fade:target > img {
    -webkit-transition: opacity 1s;
       -moz-transition: opacity 1s;
         -o-transition: opacity 1s;
            transition: opacity 1s;
}


.lbox, .lbox > img, .lbox > div {top: 0;left: 0;right: 0;bottom: 0;}


.lbox {top: -100%;}

.lbox:target {top: 0;visibility: visible;text-align: center;}


.lbox > a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: url(../img/icons/close1x.png) no-repeat center center;
}

.titulo{
text-align: center;
}

.lbox > img, .lbox > div {
    position: absolute;
    margin: auto;
}


.lbox > img {
    max-width: 90%;
    max-height: 90%;
}


.lbox > .vid {

    height: 450px;
    width:100%;
}


.lbox > .text {
    max-height: 90%;
    bottom: auto;
    color: #351c8c;
    width: 100%;
    overflow: auto;
}

.lbox > .vid iframe, .lbox > .vid object, .lbox > .vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.lbox.fade > img, .lbox.fade > div {
    opacity: 0;
}
.lbox.fade:target > img, .lbox.fade:target > div {
    opacity: 1;
}


@-webkit-keyframes bounce {
    0% {-webkit-transform: scale(0)}
    50% {-webkit-transform: scale(1.1)}
    100% {-webkit-transform: scale(1)}
}
@-moz-keyframes bounce {
    0% {-moz-transform: scale(0)}
    50% {-moz-transform: scale(1.1)}
    100% {-moz-transform: scale(1)}
}
@keyframes bounce {
    0% {transform: scale(0)}
    50% {transform: scale(1.1)}
    100% {transform: scale(1)}
}

.lbox.bounce:target > img, .lbox.bounce:target > div {
    -webkit-animation: bounce 1s none;
       -moz-animation: bounce 1s none;
         -o-animation: bounce 1s none;
            animation: bounce 1s none;
}


@-webkit-keyframes flip {
    0% {-webkit-transform: perspective(600px) rotate3d(1, 0, 0, 20deg);opacity: 0;}
    50% {-webkit-transform: perspective(600px) rotate3d(1, 0, 0, -5deg);opacity: 1;}
    100% {-webkit-transform: perspective(600px) rotate3d(1, 0, 0, 0);opacity: 1;}
}
@-moz-keyframes flip {
    0% {-moz-transform: perspective(600px) rotate3d(1, 0, 0, 20deg);opacity: 0;}
    50% {-moz-transform: perspective(600px) rotate3d(1, 0, 0, -5deg);opacity: 1;}
    100% {-moz-transform: perspective(600px) rotate3d(1, 0, 0, 0);opacity: 1;}
}
@keyframes flip {
    0% {transform: perspective(600px) rotate3d(1, 0, 0, 20deg);opacity: 0;}
    50% {transform: perspective(600px) rotate3d(1, 0, 0, -5deg);opacity: 1;}
    100% {transform: perspective(600px) rotate3d(1, 0, 0, 0);opacity: 1;}
}

.lbox.flip:target > img, .lbox.flip:target > div {
    -webkit-animation: flip 1s none;
       -moz-animation: flip 1s none;
         -o-animation: flip 1s none;
            animation: flip 1s none;
}

@media screen and (max-width:1920px){
    #desktop{padding: 20% 0}
    #mobile{display: none;}
}

@media screen and (max-width:1250px){
    #desktop{padding: 30% 0}
    #mobile{display: none;}
}

@media screen and (max-width:1024px){
    #desktop{display: none;}
      #mobile {
    padding: 32% 0;
    display: block;
    padding-bottom: 380px !important;
}
}

@media screen and (max-width:400px){
    #desktop{display:none;}
    #mobile{padding: 40% 0; display:block; margin-top: 30%;}
    .menu {
    position: absolute;
    left: 50%;
    top: 38%;
    }

    .menu-button:not(:checked) + .menu-button-icon {
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transition-duration: 0.2s;
    transition-timing-function: linear;
    }
    .menu-button:not(:checked) + .menu-button-icon > .hamburger-bar-1 {
    transform: translate3d(0, 0, 0) rotate(45deg);
    }
    .menu-button:not(:checked) + .menu-button-icon > .hamburger-bar-2 {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
    }
    .menu-button:not(:checked) + .menu-button-icon > .hamburger-bar-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg);
    }
    .menu-button:not(:checked) ~ .menu-item {
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    }

    .menu-button:not(:checked) ~ .menu-item:nth-of-type(1) {
        transition-duration: 0.18s;
        transform: translate3d(-40px, -257px, 0);
        background: #332288;
    }

    .menu-item:nth-of-type(1):hover {
    background:#19105B!important;
    color:#fff !important;
    }

.menu-button:not(:checked) ~ .menu-item:nth-of-type(1) {
    transition-duration: 0.18s;
    transform: translate3d(-4px, -125px, 0);
}

.menu-button:not(:checked) ~ .menu-item:nth-of-type(2) {
    transition-duration: 0.28s;
    transform: translate3d(104.932667px, -59.5px, 0);
}
.menu-button:not(:checked) ~ .menu-item:nth-of-type(3) {
    transition-duration: 0.38s;
    transform: translate3d(103.932667px, 73.5px, 0);
}
.menu-button:not(:checked) ~ .menu-item:nth-of-type(4) {
    transition-duration: 0.48s;
    transform: translate3d(-7px, 140px, 0);
}
.menu-button:not(:checked) ~ .menu-item:nth-of-type(5) {
    transition-duration: 0.58s;
    transform: translate3d(-123.932667px, 70.5px, 0);
}
.menu-button:not(:checked) ~ .menu-item:nth-of-type(6) {
    transition-duration: 0.68s;
    transform: translate3d(-121.932667px, -61.5px, -77px);
}

.menu-button-icon {
    background-image: url(../images/icone.png);
    background-size: 100%;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 195px;
    line-height: 80px;
    left: -96px;
    position: absolute;
    text-align: center;
    top: -18px;
    width: 195px;
    z-index: 2;
}

    .menu-item {
      border-radius: 100%;
      color: #fff;
      height: 100px;
      margin-left: -40px;
      text-decoration: none;
      position: absolute;
      text-align: center;
      font-weight: bold;
      top: 20px;
      font-family: calibri;
      transform: translate3d(0, 0, 0);
      transition: transform 0.2s ease-out;
      width: 100px;
      font-size: 14px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
    }

    .menu-item:nth-of-type(1) {
    transition-duration: 0.18s;
    }
    .menu-item:nth-of-type(2) {
    transition-duration: 0.18s;
    }
    .menu-item:nth-of-type(3) {
    transition-duration: 0.18s;
    }
    .menu-item:nth-of-type(4) {
    transition-duration: 0.18s;
    }
    .menu-item:nth-of-type(5) {
    transition-duration: 0.18s;
    }
    .menu-item:nth-of-type(6) {
    transition-duration: 0.18s;
    }
    .menu-item:hover {
    background:#125f4a !important;
    color:#fff !important;
    }
    .menu-item:active,
    .menu-item:focus {
    background:#125f4a;
    }
}
