* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size: 12px;
}
textarea {
    font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}

.content {
    padding: 3em 1em 3em 1em;
    background-color: #a6c836;
    text-align: center;
    /*background-image: url("/images/logo-white.svg");*/
}
.content-text {
    padding: 1em 1em 1em 1em;
    background-color: #fff;
    text-align: center;
    /*background-image: url("/images/logo-white.svg");*/
}

.point-desc-subtitle {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 12px;
}

*:focus {
    outline: none;
}

.point-desc-list .point-desc-sub {
    font-size: 0.8em;
    color: #666;
    letter-spacing: 0;
    line-height: 24px;
    word-wrap: break-word;
    font-weight: 400;
    text-align: justify;
}

.point-desc-item img {
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    background-size: cover;
}

.point-desc-item-title h4 {
    line-height: 1.25;
    font-weight: 400;
    text-align: left;
    padding-left: 40px;
    margin: 0;
    margin-bottom: 1.25em;
    padding-top: 6px;
}

.depNull {
    text-align: center;
    color: #858585;
    position: absolute;
    top: 36%;
    margin: auto;
}
.benNull {
    text-align: center;
    color: #858585;
    position: absolute;
    top: 36%;
    margin: auto;
}
.benDepNull {
    text-align: center;
    color: #858585;
    position: absolute;
    top: 36%;
    margin: auto;
}
.icon-img-null {
    width: 30%;
}

.point-desc-list li {
    list-style: circle;
    margin-left: 39px;
}

.app {
    background: url(../images/cordova.png) no-repeat center top;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 225px;
    text-align: center;
    padding: 180px 0px 0px 0px;
    margin: -115px 0px 0px -112px;
}

@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;
        margin:-90px 0px 0px -198px;
    }
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
.ui-loader{
    display: none !important;
}

/*.ui-content {
    height: 95vh;
}*/
.numberinput {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    border: 1px solid #a6c836;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 2em;
}

.numberinputCode {
    display: inline-block;
    height: 26px;
    width: 12px;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 1.5em;
    color: #a6c836;
}

.border-bottom {
    border-bottom: 1px solid #a6c836;
    display: inline-table;
}

.inputwrapper {
    text-align: center;
}

.inputwrapperCode {
    text-align: center;
}

.nocircle {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    border: 1px solid #a6c836;
    margin-right: 2%;
    margin-left: 2%;
    font-size: 2em;
    background: #a6c836;
}

.user-plano {
    display: inherit;
    font-size: 0.7em;
    color: white;
    font-weight: 100;
}

.blink {
    animation: fade 3000ms infinite;
    -webkit-animation: fade 3000ms infinite;
}

#PINform input:focus,
#PINform select:focus,
#PINform textarea:focus,
#PINform button:focus {
    outline: none;
}
#CODEform input:focus,
#CODEform select:focus,
#CODEform textarea:focus,
#CODEform button:focus {
    outline: none;
}
.buttons-menu span {
    /*background: #a6c836 !important;*/
    color: #a6c836 !important;
    font-size: 0.9em !important;
    /*border-radius: 50px !important;*/
    box-shadow: none;
    border: 0px !important;
    font-weight: 500;
}

.buttons-menu a {
    background: #a6c836 !important;
    text-transform: uppercase;
    color: white !important;
    font-size: 0.8em !important;
    border-radius: 50px !important;
    box-shadow: none;
    border: 0px !important;
}

.buttons-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}
#pagePin {
    background: #fff;
}

#pagePinNew {
    background: #f7f7f7;
}

#pagePinConfrime {
    background: #f7f7f7;
}

#pagePinMudar {
    background: #f7f7f7;
}

#pageCodeMembro {
    background: #f7f7f7;
}
#pageBeneficios {
    background: #f7f7f7;
}
#pageBemVindo {
    background: #a6c836;
}
#pageAjuda {
    background: #f7f7f7;
}
#pagePerfil {
    background: #f7f7f7;
}
#pageDependentes {
    background: #f7f7f7;
}
#pagePINUnlock{
    background: #fff;
}
#pageHome {
    background: #f7f7f7;
}

#PINform {
    position: fixed;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -180px;
    top: 45%;
    margin-top: -215px;
    padding: 30px;
}

#CODEform {
    position: fixed;
    width: 300px;
    height: auto;
    left: 50%;
    margin-left: -180px;
    top: 45%;
    margin-top: -215px;
    padding: 30px;
}

#PINbox {
    background: #ededed;
    margin: 3.5%;
    width: 92%;
    font-size: 4em;
    text-align: center;
    border: 1px solid #d5d5d5;
}

#CODEbox {
    background: #ededed;
    margin: 3.5%;
    width: 92%;
    font-size: 4em;
    text-align: center;
    border: 1px solid #d5d5d5;
}

.disableShit {
    color: #bfcc92 !important;
}

.circleGreen {
    background-color: #fff;
    border: 1px solid #FFF;
    border-radius: 18px;
    box-shadow: 0 0 0 5px rgba(166, 200, 54, 0.72);
    height: 0.2em;
    width: 0.2em;
    display: -webkit-box;
}

.gm-style .gm-style-iw-c {
    transform: translate(-50%,-100%) !important;
    background-color: white !important;
}

.padding-circle {
    padding-left: 1.5em;
}

.circleRed {
    background-color: #fff;
    border: 1px solid #FFF;
    border-radius: 18px;
    box-shadow: 0 0 0 5px rgba(200, 54, 54, 0.7215686274509804);
    height: 0.2em;
    width: 0.2em;
    display: -webkit-box;
}

.header-back {
    background-color: #ffffff !important;
    border-color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
}

.removeshit {
    box-shadow: inset 0 0px 0px rgba(255, 255, 255, 0.2) !important;
    text-shadow: 0 1px 0 #ffffff !important;
}

.ui-focus {
    border-bottom: 0.07em solid #000!important;
}

.div-content {
    background: #fff;
    margin-top: 1em;
    padding: 0px 14px 0px 14px;
}

.PINbutton {
    color: #a6c836;
    border: 1px solid #a6c836;
    border-radius: 50%;
    font-size: 1.5em;
    text-align: center;
    width: calc(100% - 81%);
    height: 56px;
    margin: 6px 20px;
    padding: 0;
    background: #f7f7f7;
}

.CODEbutton {
    color: #a6c836;
    border: 1px solid #a6c836;
    border-radius: 50%;
    font-size: 1.5em;
    text-align: center;
    width: calc(100% - 81%);
    height: 56px;
    margin: 6px 20px;
    padding: 0;
    background: #f7f7f7;
}
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/password.ttf);
}
.pinView {
    width: 100%;
    height: 50px;
    display: -webkit-inline-box !important;
    position: fixed;
    left:50%;
    /*padding-top: 26px;*/
}

.rectPin {
    width: 52px !important;
    height: 52px !important;
    border: 1px solid #c0c0c0 !important;
    box-sizing: border-box !important;
    font-size: 1em;
    text-align: center !important;
    background: rgba(247, 247, 247, 0) !important;
}
.membro{
    height: 40px !important;
    border-bottom: 1px solid #c0c0c0 !important;
    box-sizing: border-box !important;
    font-size: 1em;
}

.rectPin:after {
    width: 0% !important;
}

input.key {
    font-family: 'password';
}
input.key::-webkit-input-placeholder {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

input.key:-ms-input-placeholder {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

input.key:-moz-placeholder {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

input.key::-moz-placeholder {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.PINbuttonFooter {
    color: #a6c836;
    border: none;
    font-size: 0.8em;
    text-align: center;
    /*width: calc(100% - 74.8%);*/
    height: 56px;
    margin: 6px 20px;
    padding: 0;
    background: #f7f7f7;
}

.CODEbuttonFooter {
    color: #a6c836;
    border: none;
    font-size: 0.8em;
    text-align: center;
    /*width: calc(100% - 80.8%);*/
    height: 56px;
    margin: 6px 20px;
    padding: 0;
    background: #f7f7f7;
}

.PINbuttonDisable {
    border: none;
    border-radius: 50%;
    font-size: 1.5em;
    text-align: center;
    width: calc(100% - 80.8%);
    height: 56px;
    margin: 6px 22px;
    padding: 0;
    background: #f7f7f7;
}

.CODEbuttonDisable {
    border: none;
    border-radius: 50%;
    font-size: 1.5em;
    text-align: center;
    width: calc(100% - 80.8%);
    height: 59px;
    margin: 6px 22px;
    padding: 0;
    background: #f7f7f7;
}


.clear, .enter {
    font-size: 1em;
}

.PINbutton:focus:active {
    background: rgba(166, 200, 54, 0.26);
}
.PINbuttonFooter:focus:active {
    opacity: 0.6
}

.CODEbutton:focus:active {
    background: rgba(166, 200, 54, 0.26);
}

.CODEbuttonFooter:focus:active {
    opacity: 0.6
}

.btn-click:focus:active {
    opacity: 0.6; 
    box-shadow: none !important;
}
.btn-click-apoio {
    text-decoration: none;
    color: #a6c836 !important;
    font-weight: 500 !important;
}
.btn-click-apoio:focus:active {
    opacity: 0.6; 
    text-decoration:underline !important;
    box-shadow: none !important;
}

.ui-btn:focus {
    box-shadow: none !important;
}

.clear:hover {
    box-shadow: #ff3c41 0 0 1px 1px;
}

.clear:active {
    background: #ff3c41;
    color: #fff;
}

.border_error {
    border-bottom: 0.07em solid red !important;
}

.info-maisVida {
    text-decoration: none;
    font-weight: 400 !important;
    color: black !important;
}

.text-size-p{
    font-size: 0.8em;
}

.text-size-nome{
    font-size: 0.8em;
}

.text-version{
    font-size: 0.8em;
}
.padding-style{
    padding: 2em;
}
.enter:hover {
    box-shadow: #47cf73 0 0 1px 1px;
}

.enter:active {
    background: #47cf73;
    color: #fff;
}

#map {
    height: 100vh;
    width: 100%;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
    padding-bottom: 12px !important;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.gm-style .gm-style-iw-t::after {
    width: 5px !important;
    height: 5px !important;
}
.shadow {
    -webkit-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px -0px rgba(0,0,0,0.3);
}

.home-img img {
    padding-top: calc(100% - 50%);
}
.img-welcome {
    width: 45%;
}

.menu-control {
    min-height: 950px;
    align-items: center;
    justify-content: center;
    display: flex;
}
/*.img-border {
    border-radius: 50%;
    border:0.3em solid rgba(255, 255, 255, 0.58);
}*/
.icon-img {
    width:70px;
    padding-top: 8px;
}

.user-name {
    color: white;
    font-size: 1.2em;
    font-weight: 400;
}

td, th {
    text-align: center;
    padding: 1em;
}

.icon-size{
    font-size: 1.8em !important;
}

tr.border_bottom td {
    border-bottom: 1pt solid #e2e2e2;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    margin: auto;
}

.digit-input-box {
    width: 60px !important;
    height: 60px;
    border: 1px solid !important;
}

table {
    border-collapse: collapse;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.07), 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 10px;
}

.no-decoration {
    text-decoration: none;
    color: #a6c836 !important
}

.btn-click {
    font-size: 1em !important;
    color: #a6c836 !important;
    font-weight: 400 !important;
}

.no-decoration:focus:active {
    opacity: 0.3;
}

.teste-focus:focus {
    border-bottom: 0.07em solid #000 !important;
}

.user-grupo {
    color: white;
    font-size: 1em;
    font-weight: 400;
}

.user-code {
    color: white;
    font-size: 0.8em;
    font-weight: 400;
}
.list-doc {
    border-bottom: 1px solid rgba(162, 146, 146, 0.18) !important;
}

.vip-membro {
    color: #ffffff;
    background-color: #a6c836;
    padding: 2px;
    border: 1px solid #a6c836;
    border-radius: 5px;
    font-size: smaller;
}

.is-membro {
    color: #ffffff;
    background-color: #a29292;
    padding: 2px;
    border: 1px solid #a29292;
    border-radius: 5px;
    font-size: smaller;
}

.main-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    flex-direction: row;
    flex: 2 0px;
}

.flex-item {
    /*background: white;*/
    width: 49%;
    height: 49%;
    margin-top: 8px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 20px;
}
.position-fixed {
    z-index: 9;
    position: fixed;
    margin: auto;
    justify-content: center;
    width: 100%;
    background: white;
}
.float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 30px;
    background-color: #a6c836;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
}

.my-float {
    padding: 26px;
}
.btn-response {
    background: #a6c836 !important;
    color: white !important;
    font-size: 0.8em !important;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.btn-border-none {
    border-radius: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    background-color: #ffffff !important;
}
.menu-column {
    text-align: center;
    width: 88px;
    padding: 12px 0 12px 0;
}

.ui-icon-carat-r:after {
    background-image: url(images/beachflag-01.png) !important;
    background-repeat: no-repeat !important;
}

.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    background-color: transparent !important;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    height: 30px !important;
    padding-left: 15px;
}

.ui-btn-icon-notext:after, .ui-btn-icon-left:after, .ui-btn-icon-right:after {
    margin-top: -18px !important;
}

.color-local {
    color: #a6c836 !important;
    font-weight: 400 !important;
}
.menu-border-bottom {
    /*border-bottom: 0.001em solid #e2e2e2;*/
    /*padding: 1em;*/
    padding: 0.5em;
    font-size: smaller;
    color: #a2c52d;
}

.menu-border-righ {
    border-right: 0.001em solid #e2e2e2;
}
.menu-row {
    display: flex;
    margin: auto;
}
.menu-text {
    font-size: 0.8em;
    font-weight: 400;
}

.paddind-search .ui-focus {
    border-color: transparent !important;
}
.ui-input-search input {
    line-height: 1.8em !important;
}

.ui-input-search {
    margin-left: 1em !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2) !important;
    margin-right: 1em !important;
    border-radius: 30px !important;
}
.menu-padding-8 {
    padding-left: 8.8px;
    padding-right: 8.8px;
}
.menu-padding-10 {
    padding-left: 10.8px;
    padding-right: 10.8px;
}
.p-style {
    text-align: center;
    padding: 3em;
    margin-top: 0px;
}
.p-style-logo {
    text-align: center;
}

.img-width {
    width: 35%;
}
.img-border {
    border-radius: 50% !important;
    border: 0.2em solid rgba(166, 200, 54, 0.34901960784313724);
}
.img-version{
    width: 6%;
}
.icon-s {
    font-size: 4em;
    color: #757575;
}
.p-ex {
    font-size: 0.9em;
    margin-bottom: 0px;
    text-align: center;
}
.button-style {
    font-size: 0.8em !important;
    line-height: 1.8em !important;
    font-weight: 400 !important;
}
.img-border-home {
    border-radius: 50%;
    border: 0.3em solid rgba(255, 255, 255, 0.4);
}
.ptr--ptr {
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.12) !important;
}

/*.lelio {
    display: none !important;
}
#pagePerfil .show-me {
    display: inline-block !important;
}*/

.table-padding {
    padding-top: calc(100% - 15em);
}

.padding-35 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.beneficio-list {
    list-style-type: none;
    padding-inline-start: 0px;
    padding: 13px;
    border: 1px solid;
    margin-top: 15px;
}
.dependentes-list {
    list-style-type: none;
    padding-inline-start: 0px;
    padding: 13px;
    border: 1px solid;
    margin-top: 15px;
}

.thumb {
    left: 0;
    top: 0;
    max-height: 5em;
    max-width: 5em;
}

.icons-menu {
    padding: 0.2em 0.9em 0em 0.9em;
}

.cicle-menu-background {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50px;
    background-color: #a6c836;
}
/*.ui-header {
    position: fixed !important;
    width: 100% !important;
    z-index: 1000;
}*/
.header-style {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #a2c52d !important;
}
.header-style-new {
    background-color: #fff !important;
    border-color: #fff !important;
}

.text-pin {
    text-align: center;
    font-size: 1em;
    text-transform: initial;
    padding-bottom: 25px;
    color: #a6c836;
}
.ui-loader-default{
    display: none !important;
}

.shake {
    animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.fadeIn {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

.ptr--top {
    touch-action: auto !important;
}

.descricao-label-active, .descricao-label-inactive, .descricao-label-active-dep, .descricao-label-inactive-dep, .descricao-label-active-dep-ina, .descricao-label-inactive-dep-ina {
    text-align: center;
    font-size: 0.6em;
    font-weight: 100;
    color: black;
}
.ui-btn {
    border-radius: 30px;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 1020px) {
}

@media screen and (max-width: 860px) {
    .menu-control {
        min-height: 400px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .icon-size {
        font-size: 2em !important;
        color: #a29292;
    }
    .img-border-home {
        border-radius: 50%;
        border: 0.3em solid rgba(255, 255, 255, 0.4);
    }
    .user-name {
        color: white;
        font-size: 0.9em;
        font-weight: 400;
    }
    .user-grupo {
        color: white;
        font-size: 0.7em;
        font-weight: 400;
    }
    .menu-text {
        font-size: 0.8em;
        font-weight: 400;
    }
    .menu-padding-8 {
        padding-left: 8.8px;
        padding-right: 8.8px;
    }

    .menu-padding-10 {
        padding-left: 10.8px;
        padding-right: 10.8px;
    }
    /*.img-width {
        width: 35%;
    }*/
    /*.menu-border-bottom {
        font-size:medium;
    }*/
    .padding-35 {
        padding: 1em;
    }
    .img-version {
        width: 30%;
    }
    /*.text-size-p {
        font-size: 0.8em;
    }*/
    /*.p-ex {
        font-size: 1em;
        margin-bottom: 0px;
        text-align: center;
    }*/
    .text-version {
        font-size: 0.6em;
    }
    .padding-style {
        padding: 1em;
    }
    /*.buttons-menu a {
        background: #a6c836 !important;
        text-transform: uppercase;
        color: white !important;
        font-size: 1em !important;
        border-radius: 50px !important;
        box-shadow: none;
    }
    .icon-img {
        width: 85px;
    }
    .btn-response {
        background: #a6c836 !important;
        color: white !important;
        font-size: 1em !important;
        line-height: 1.8em;
        margin-bottom: 15px;
    }
    .icon-s {
        font-size: 3em;
        color: #757575;
    }*/
}

@media screen and (max-width: 768px) {
    .menu-control {
        min-height: 350px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1019px) {
}

/*@media screen and (max-width: 767px) {
    .menu-control {
        min-height: 350px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}*/