body {
  overflow-x: hidden;
}

.conteudo-menu{
  box-sizing: border-box;
  margin: 0 0px 0 69px;
  position: relative;
}

/* Funcionamento do menu */
#menu-responsive { padding: 30px 120px; }

#menu-responsive .col-logo {
    float: left;
    width: 30%;
}

#menu-responsive .col-logo img { height: 75px; }
    
#menuToggle {
    display: block;
    float: right;
    margin-top: 70px;
    position: relative;
    user-select: none;
    z-index: 9999;
    -webkit-user-select: none;
}

#menuToggle input{
    cursor: pointer;
    display: block;
    height: 32px;
    left: -5px;
    opacity: 0; /* hide this */
    position: absolute;
    top: -7px;
    width: 40px;
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/* Just a quick hamburger  */
nav[role='navigation'] { position: fixed; }

#menuToggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 9px;
    position: relative;
    background: #6AA14D; 
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    z-index: 1;
}

header#alt-top #menuToggle span { background: #ededed }

#menuToggle span:first-child { transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu-cel {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: none;
    padding-top: 65px;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    overflow-y: scroll;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 250px #000000;
}

#menu-cel li.disabled {
    color: #757575;
    cursor: default;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
} 

#menu-cel li {
    box-sizing: border-box;
    list-style: none;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 5px;
    padding: 0px 70px;
    color: #454545;
}

#menu-cel a:hover { text-decoration: none; }

#menu-cel a:hover li,
#menu-cel a li.active { 
    color: #6AA14D;
    font-weight: 600;
    text-decoration: none;
}

#menu-cel li button {
    line-height: 45px;
    text-transform: uppercase;
    width: 148px;
}

#menu-cel img { margin-right: 20px; }
#menu-cel img:hover { opacity: 0.5; }

#menu-cel hr {
    border-color: #ffffff4d;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 20%;
}

#menu-cel #menu-cel-footer { padding: 45px 40px 75px; }

#menu-cel #menu-cel-footer .talk-to-us { margin-bottom: 18px; }

#menu-cel #menu-cel-footer .talk-to-us p {  
    color: #CD3547; 
    font-size: 15px;
    letter-spacing: 0.525px;
    line-height: 30px;
    margin-bottom: 0
}

#menu-cel #menu-cel-footer .talk-to-us a {
    color: #B6B6B6;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    left: 30px;
    width: 59%;
    display: inline-block;
}

#menu-cel #menu-cel-footer .talk-to-us a:hover { text-decoration: none; }

#menu-cel #menu-cel-footer .talk-to-us a i {
    color: #014989;
    font-size: 16px;
    margin-right: 15px;
    position: absolute;
    left: -30px;
}

#menu-cel #menu-cel-footer #social-network {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-top: 40px;
    width: 50%;
}

#menu-cel #menu-cel-footer #social-network li i {
    color: #1B629C;
    float: right;
    font-size: 20px;
    line-height: 70px;
}
    

/*
#menu-cel #menu-cel-footer a {
    color: #ffffff;
    font-size: 13px;
}

#menu-cel #menu-cel-footer a:hover { text-decoration: none; }

#menu-cel #menu-cel-footer a.social { 
    float: left;    
    margin-right: 50px;
}*/
