.main_body {
    width: 80%;
    /*width: 1140px;*/
    /*height: 100%;*/
    margin: auto;
    height: auto;
}


/* header before menu */
#header_beforemenu{
    text-align: center;
}
#header_socials{
    padding-top:5px;
}
#header_socials div{
    display: inline-block; 
    width:30px;
    height:30px;
    border-radius:4px;
    margin-right:5px;
}
#header_socials a
{
    text-decoration: none;
}
#header_socials div:hover
{
    background-color: #00CE00 !important;
}
.social_facebook{
    font-size:16px !important;
    margin-top:7px;
}
.social_linkedin{
    font-size:16px !important;
    margin-top:7px;
}
.social_globe{
    font-size:20px !important;
    margin-top:4px;
}
.social_search{
    font-size:20px !important;
    margin-top: 4px;
}
/* fim de header before menu */

/* banner */
#carousel-banner{
    width:100%;
    overflow:auto;
    max-height: 600px;
}
.banner_item{
    max-height: 600px;
}
.banner_item img{
    width:100%;
}
#banner-arrow{
    position: absolute;
    transform: translate(0px, -50%);
    -ms-transform:translate(0px, -50%);
    -moz-transform:translate(0px, -50%);
    -webkit-transform:translate(0px, -50%);
    top: 50%;
}
.homebanner-control{
    background-image:none !important;
}
.homebanner-control:hover{
    background-image:none !important;
}
#banner_text_left{
    position:absolute;
    top:0%;
    width:100%;
    height:100%;
}
#banner_text_left > div{
    position:absolute;
    left:0%;
    display: table;
    text-align:left;
    max-width:50%;
    height:100%;
    margin-left: 15%;
}
#banner_text_left > div > div{
    display:table-cell;
    vertical-align:middle;
}
#banner_text_right{
    position:absolute;
    top:0%;
    width:100%;
    height:100%;
}
#banner_text_right > div{
    position:absolute;
    right:0%;
    display: table;
    text-align:left;
    max-width:50%;
    height:100%;
    margin-right: 7%;
}
#banner_text_right > div > div{
    display:table-cell;
    vertical-align:middle;
}
#banner_text_center{
    position:absolute;
    top:0%;
    width:100%;
    height:100%;
}
#banner_text_center > div{
    display: table;
    text-align:center;
    max-width:50%;
    height:100%;
    margin: 0px auto;
}
#banner_text_center > div > div{
    display:table-cell;
    vertical-align:middle;
}
#banner_button{
    border: 1px solid #fff;
    padding: 10px 40px;
    background-color: transparent;
    color: #fff;
}
/* fim de banner */

/* menu */
.menu_valign_center{
    display:table-cell;
    vertical-align:middle;
    float:none !important;
}
.menu_row_table{
    height:100%;
    width:100%;
    display:table;
}
.sticky_menu{
    position:fixed;
    left: 0;
    top:0;
    width:100%;
    height: auto !important;
}
.sticky_menu #sticky_navigation{
    background-color: #ffffff;
}
#logo_s{
    width:100%;
    height:auto;
}
#divlogo_s{
    width:90%;
    height:100%;
    background-image: url('../images/header_logo.png');
    background-position: 32px;
    background-repeat: no-repeat;
}
.select-menu-mobile{
    display:inline-block;
    width: 100%;
    height: 92px;
    border: 0px;
    background-color:#f5f5f5;
}
#small-menu{
    display:none;
}
#menu {
    z-index:99;
    height: auto;
    width:100%;
}
#sticky_navigation{
    width: 100%;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 3;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu ul{
    width: 100%; /* or your desired width */
    text-align: center; /* this will center the list items */
}
#cssmenu ul li{
    display: inline-block !important; /* the key bit */
    *display: inline !important; /* IE7 hack */
    *zoom: 1 !important; /* IE7 hack */
    float:none !important;
    width:auto;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    font-family: "Open Sans",Arial,sans-serif;
    line-height: 2;
}
#menu-line {
    position: absolute;
    top: 78px;;
    left: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    margin-right:10px;
    text-align:center;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    color: #191919;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 0px 10px 0px 10px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  /*background-color: #a7674c;*/
  color: #00CE00;
  text-shadow: 0 0 0px #ffffff;
  transition: 0.6s;
}
#cssmenu > ul > li.active > a {
    font-family: Open-Sans-Bold;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#cssmenu > ul > li.no-sub > a {
    padding-right: 10px;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #fff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    border-top: 0px;
    padding-top: 19px
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 32px;
    z-index: 100;
}
#cssmenu ul ul li a {
    padding: 2px 20px;
    margin-top: -10px;
    width: auto;
    min-width:250px; 
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#cssmenu ul ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  text-shadow: 0 0 2px #ffffff;
  transition: 0.6s;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media all and (max-width: 1530px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .main_body {
        width: 90%;
        /*height: 100%;*/
        margin: auto;
    }
}
@media all and (min-width: 1038px) and (max-width: 1060px){
    #header_socials div{
        margin-right: 0px;
    }
}
@media all and (max-width: 1038px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        color: #000000;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #000000;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        text-transform: uppercase;
        height: 100px;
        background-image: url('../images/header_logo.png');
        background-repeat: no-repeat;
        background-position: left;
        /*<a href="#"><img src="images/header_logo.png" id="logo"></a>*/
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 45px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 50px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
        #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }

    #contactosheader{
        width: 100%;
        background-color:#21252B;
        position: relative;
        text-align: center;
        height: 46px;
        line-height: 46px;
        color:#CCCCCC;
    }

    .main_body {
        width: 100%;
        /*height: 100%;*/
        margin: auto;
        /*padding-left: 25px;*/
        /*padding-right: 25px;*/
    }
    .right_float{
        float: none;
        width: 100%;
    }
    .left_float{
        float: none;
        width: 100%;
    }

    .right_float,  .left_float,  .inlinediv,
    .w50,  .w60,  .w70,  .w80,  .w40,  .w30,  .w20{
        width: 100%;
        margin: auto;
        /*padding: 10px;*/
    }
    
    #sitelogotipo{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    
    #header_socials{
        position: absolute;
        right: 25px;
        top: 0;
    }

    
}
@media all and (max-width: 1170px) {
    #small-menu{
        display: block;
    }       
    #big-menu{
       display: none; 
    }
    #header_beforemenu{
        padding-top:10px;
    }
    #menu{
        height:142px;
        /*
        position:relative;*/
    }
    .sticky_menu div{
        background: none;
    }
    #carousel-banner{
        margin-top: 0px;
    }
    #header_socials{
        text-align: right;
    }
    #header_socials div{
        text-align: center;
    }
}
@media all and (max-width: 780px){
    
    h10,
    .h10{
        font-size:40px;
        line-height:40px;
    }
    h11,
    .h11{
        font-size:18px;
        line-height:18px;
    }
    #banner-arrow{
        width:20px;
        transform: translate(0px, -90%);
        -ms-transform:translate(0px, -90%);
        -moz-transform:translate(0px, -90%);
        -webkit-transform:translate(0px, -90%);
        top: 50%;
    }
    #banner_text_left{
        transform: translate(0px, -80%);
        -ms-transform:translate(0px, -80%);
        -moz-transform:translate(0px, -80%);
        -webkit-transform:translate(0px, -80%);
        top: 60%;
        left:15%;
        max-width: 50%;
    }
    #banner_text_right{
        transform: translate(0px, -80%);
        -ms-transform:translate(0px, -80%);
        -moz-transform:translate(0px, -80%);
        -webkit-transform:translate(0px, -80%);
        top: 60%;
        right:3%;
        max-width: 50%;
    }
    #banner_text_center{
        transform: translate(0px, -80%);
        -ms-transform:translate(0px, -80%);
        -moz-transform:translate(0px, -80%);
        -webkit-transform:translate(0px, -80%);
        top: 60%;
        max-width: 50%;
    }
}

@media all and (max-width: 650px){
    
    #sitelogotipo{
        width: 300px;
        height: auto;
        position: absolute;
        right: -40px;
        top: 0px;
    }
    
    #favcart{
        display: table;
        
        line-height: 50px;
    }
}   

@media all and (max-width: 550px){
    
    #sitelogotipo{
        width: 220px;
        height: auto;
        position: absolute;
        right: 40px;
        top: 50px;
    }
    
    .headerback{
        background-color: #00CE00;
        width: 100%;
        height: 100px;
    }

    #small-menu{
        display: block;
        top: 40px;
        position: absolute;
        right: 0;
        width: 100%;
    }
    
    .styled-select select {
        width: 90%;
    }
    
}   


@media all and (max-width: 500px){
    
    h10,
    .h10{
        font-size:20px;
        line-height:20px;
    }
    h11,
    .h11{
        font-size:12px;
        line-height:12px;
    }
    #banner-arrow{
        width:10px;
        transform: translate(0px, -90%);
        -ms-transform:translate(0px, -90%);
        -moz-transform:translate(0px, -90%);
        -webkit-transform:translate(0px, -90%);
        top: 40%;
    }
    #banner_text_left{
        transform: translate(0px, -90%);
        -ms-transform:translate(0px, -90%);
        -moz-transform:translate(0px, -90%);
        -webkit-transform:translate(0px, -90%);
        top: 50%;
        left:15%;
        max-width: 50%;
    }
    #banner_text_right{
        transform: translate(0px, -90%);
        -ms-transform:translate(0px, -90%);
        -moz-transform:translate(0px, -90%);
        -webkit-transform:translate(0px, -90%);
        top: 50%;
        right:3%;
        max-width: 50%;
    }
    #banner_text_center{
        transform: translate(0px, -90%);
        -ms-transform:translate(0px, -90%);
        -moz-transform:translate(0px, -90%);
        -webkit-transform:translate(0px, -90%);
        top: 50%;
        max-width: 50%;
    }
}

@media all and (max-width: 420px){
    
    #sitelogotipo{
        width: 100px;
        height: auto;
        position: absolute;
        left: -150px;
        top: 60px;
    }
    
    #logo{
        width: 220px;
    }
}   

@media all and (max-width: 360px){
    
    #sitelogotipo{
        width: 150px;
        height: auto;
        position: absolute;
        right: -20px;
        top: 70px;
    }
    
    #logo{
        width: 160px;
    }
    
}   

/* menu */