@charset "utf-8";
    .myfont {
    font-family: Arial, Helvetica, sans-serif;
}
.border {
    border: 1px #ccc solid;
}
.transition {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.float_left {
    float: left;
    position: relative;
}
.cursor {
    cursor: pointer;
}
#logo {
    width: auto;
    height: auto;
    top: 20px;
    z-index: 99;
}
#container {
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    min-height: 100%;
    z-index: 5;
}
.topfooter {
    width: 100%;
    height: 80px;
    background-image: url(../../images/cliente/top_footer.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 0;
    margin-left: -50px;
}
#container div {
    position: relative;
    float: left;
}
header {
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    opacity: 1;
    height: 100px;
}
#idiomas {
    width: 950px;
    height: 90px;
    margin-top: 10px;
}
#content_header {
    width: 550px;
    margin-left: 40px;
    height: 70px;
    background-color: #fff;
}
.log {
    margin-left: 0;
    height: 30px;
    width: 550px;
}
.log div {
    float: left;
    position: relative;
}
.login_btns {
    background-color: #fff;
    border: 0 #ccc solid;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    height: 10px;
    font-size: 11px;
    text-align: center;
    line-height: 10px;
    border-right: 1px solid #666;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}
.login_btns:hover {
    background-color: #fff;
    color: #5B3D6F;
}
.cesto {
    font-size: 13px;
    margin-top: 20px;
    width: auto;
    height: 25px;
    padding-left: 25px;
    background-image: url(../../imagescliente/cesto.svg);
    background-position: left;
    background-repeat: no-repeat;
    float: right;
    position: relative;
}
nav {
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    width: 550px;
}
nav ul {
    float: left;
    width: auto;
}
nav ul li {
    list-style: none;
    margin-right: 1px;
    text-decoration: none;
    color: #5B3D6F;
    font-size: 12px;
    font-weight: 400;
    width: auto;
    padding: 7px 5px;
}
nav ul li:hover {
    color: #fff;
    background-color: #5B3D6F;
}
nav ul li.selected {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: auto;
    padding: 7px 5px;
    background-color: #5B3D6F;
}
nav ul li ul {
    width: 180px;
    height: auto;
    margin-top: 7px;
    border-top: 1px solid #fff;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 9999;
}
nav ul li:hover>ul {
    visibility: visible;
}
nav ul li ul li {
    list-style: none;
    width: 180px;
    height: 20px;
    padding: 5px;
    margin-bottom: 1px;
    color: #fff;
    background-color: #5B3D6F;
}
nav ul li ul li:hover {
    background-color: #f8ccac;
    color: #5B3D6F;
}
nav ul li a, nav ul li ul li a {
    text-decoration: none;
    color: inherit;
}
.slogan {
    width: 950px;
    height: 230px;
    line-height: 230px;
    vertical-align: middle;
    font-size: 55px;
    color: #5B3D6F;
    text-align: right;
}
.searching {
    width: 205px;
    margin-left: 30px;
    height: 80px;
    float: left;
    position: relative;
    background-color: #fff;
    margin-right: 0;
    padding-right: 0;
}
.search {
    width: 25px;
    height: 25px;
    padding-left: 10px;
    background-image: url(../../images/cliente/lupa.svg);
    background-position: left;
    background-repeat: no-repeat;
}
.procura {
    border: 1px solid #f8ccac;
    background-color: #fff;
    width: 130px;
    padding: 3px;
    height: 15px;
    margin-left: 0;
    cursor: text;
    color: #5B3D6F;
}
.procura:hover {
    border: 1px solid #f0d5dc;
    background-color: #fff;
    width: 130px;
    padding: 3px;
    height: 15px;
    margin-left: 0;
    cursor: text;
    color: #5B3D6F;
}
.white {
    color: #fff;
}
#heading1, #heading2, #heading3, #heading4 {
    position: absolute;
    width: 950px;
    text-align: right;
    opacity: 0;
}
#sliderfixed {
    height: 250px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}
.background_cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wrapper-dropdown-1 {
    text-align: center;
    height: 19px;
    font-size: 11px;
    position: relative;
    width: 100px;
    padding: 3px;
    margin: 0 auto;
    background: #f8ccac url(../../images/cliente/select.png) right no-repeat;
    color: #5B3D6F;
    outline: 0;
    cursor: pointer;
    font-weight: 400;
    z-index: 999999999999999999;
}
.wrapper-dropdown-1:after {
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;
}
.wrapper-dropdown-1 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f8ccac;
    list-style: none;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}
.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 3px;
}
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #5B3D6F;
    color: #fff;
}
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.wrapper-dropdown-1.active:after {
    background: 0 0;
    color: #fff;
}
.wrapper-dropdown-1.active {
    background: #f8ccac;
}
.no-opacity .wrapper-dropdown-1 .dropdown, .no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}
.no-opacity .wrapper-dropdown-1.active .dropdown, .no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}
#content_dist, #content_empresa, #content_home, #content_info, #content_produtos {
    width: 950px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
}

#content_dist div, #content_empresa div, #content_home div, #content_info div, #content_produtos div {
    float: left;
    position: relative;
}
.news {
    width: 950px;
    height: 232px;
    margin-bottom: 20px;
}
.shareface img {
    width: 100px;
    height: 24px;
    border: 0;
}
.langLink {
    text-decoration: none;
    color: #666;
}
footer {
    background-color: #f8ccac;
    color: #999;
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 420px;
    clear: both;
    z-index: 3;
}
.content_footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5B3D6F;
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 12px;
}
.content_footer div {
    float: left;
    position: relative;
    margin-right: 10px;
}
.cont_form {
    width: 24px;
    height: 24px;
    background-image: url(../../images/cliente/form_cont.svg);
    opacity: 1;
}
.face_icon {
    width: 24px;
    height: 24px;
    background-image: url(../../images/cliente/face_icon.svg);
    opacity: 1;
}
#form_contact {
    width: 250px;
    padding-top: 20px;
}
#facebook, #pay_mod, #site_map, footer #contactos {
    width: 215px;
}
#facebook {
    margin-top: -30px;
}
#footer_sep {
    height: 5px;
    border-bottom: 1px #fff solid;
    padding-bottom: 5px;
    width: 215px;
}
#copyright {
    width: 900px;
    font-size: 10px;
    padding-top: 10px;
}
#copyright a {
    color: inherit;
    text-decoration: none;
}
#copyright a:hover {
    color: #78CABC;
}
.body_text {
    margin-top: 20px;
    width: 950px;
    margin-left: 0;

    color: #666;
    line-height: 18px;
    font-size: 12px;
}
.notas {
    color: #5B3D6F;
    line-height: 18px;
    font-size: 12px;
    padding: 5px;
}
.block {
    display: block;
}
.none {
    display: none;
}
.menu_btn {
    display: none;
    background-color: #f8ccac;
    width: 280px;
    height: 15px;
    padding: 7px 5px;
    color: #fff;
    background-image: url(../../images/cliente/more_menu.svg);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    font-size: 12px;
}
.menu_btn2 {
    display: none;
    background-color: #f8ccac;
    width: 280px;
    height: 15px;
    padding: 7px 5px;
    color: #fff;
    background-image: url(../../images/cliente/more_menu.svg);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    font-size: 12px;
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bag_button2 {
    z-index: 999;
    display: none;
    background-color: #5B3D6F;
    width: 280px;
    height: 15px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 7px 5px;
    color: #fff;
    background-image: url(../../images/cliente/cesto.svg);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    font-size: 12px;
}
.bag_button2 a {
    color: inherit;
    text-decoration: none;
}
#holder_dest {
    width: 950px;
    margin: 0;
    margin-top: 20px;
}
.footerLink {
    text-decoration: none;
    color: #5B3D6F;
}
div.flash-error, div.flash-notice, div.flash-success {
    padding: .8em;
    margin-bottom: 0;
    border: 2px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-right: 1px solid #CCC;
    width: 100%;
    margin-top: 10px;
}
div.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
div.flash-notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
div.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
div.flash-error a {
    color: #8a1f11;
}
div.flash-notice a {
    color: #514721;
}
div.flash-success a {
    color: #264409;
}
.selectedLG {
    background-color: #F6C8A7;
    padding-top: 3px;
    padding-bottom: 3px;
}

.linha{width:400px;}
.dados{width:400px;}

@media screen and (max-width:1920px) {
    .slogan {
    height: 250px;
    line-height: 250px;
    vertical-align: middle;
}
}

@media screen and (max-width:1820px) {
    #logo img {
    width: auto;
    height: 150px;
    margin-left: 20px;
    top: 20px;
    z-index: 99;
}
}

@media screen and (max-width:1680px) {
    .slogan {
    height: 200px;
    line-height: 200px;
    vertical-align: middle;
}
#sliderfixed {
    height: 200px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}
}

@media screen and (max-width:1440px) {
    .slogan {
    height: 200px;
    line-height: 200px;
    vertical-align: middle;
}
}


@media screen and (max-width:1366px) {
    .slogan {
    height: 190px;
    line-height: 190px;
    vertical-align: middle;
}
#logo img {
    width: auto;
    height: 150px;
    margin-left: 20px;
    top: 20px;
    z-index: 99;
}
#sliderfixed {
    height: 180px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}
}


@media screen and (max-width:1280px) {
    .slogan {
    height: 170px;
    line-height: 170px;
    vertical-align: middle;
}
}


@media screen and (max-width:1136px) {
    #sliderfixed {
    height: 150px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}
}


@media screen and (max-width:980px) {
    .slogan {
    height: 130px;
    line-height: 130px;
    vertical-align: middle;
    font-size: 35px;
    text-align: center;
}
#sliderfixed {
    height: 130px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}
}

@media screen and (width:900px) {
    .slogan {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 35px;
    text-align: right;
    width: 600px;
}
#sliderfixed {
    height: 110px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}

#content_dist, #content_empresa, #content_produtos {
    width: 800px; margin-left:40px;}
	
	
#content_header {
    width: 460px;
}
.searching {
    margin-left: 40px;
}


	
#holder_dest {
    width: 780px;
    margin-left: 50%;
    left: -340px;
}
.body_text {
    width: 790px;
    margin: 20px;
}
#copyright {
    width: 800px;
}

}



@media screen and (width:900px) {
    .slogan {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 35px;
    text-align: right;
    width: 600px;
}
#sliderfixed {
    height: 110px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}
#content_header {
    width: 500px;
}
.searching {
    margin-left: 0;
}
#content_dist, #content_empresa, #content_produtos {
    width: 800px;
    margin-top: 0;
}
#holder_dest {
    width: 780px;
    margin-left: 50%;
    left: -340px;
}
.body_text {
    width: 790px;
    margin: 20px;
}
#copyright {
    width: 800px;
}

.content_footer{width:800px;}

}


@media (min-width:768px) and (max-width:854px) {
    nav {
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    width: 500px;
}
nav ul li, nav ul li.selected {
    font-size: 11px;
}
.searching {
    width: 140px;
    margin-left: 80px;
}
.procura {
    width: 120px;
}
#content_dist, #content_empresa, #content_produtos {
    width: 800px;
}
#facebook, #pay_mod, #site_map, footer #contactos {
    width: 180px;
}
#facebook {
    margin-top: 0;
}
.content_footer {
    padding: 10px;
}
#form_contact {
    width: 200px;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 20px;
}

.log{width:450px;}

}


@media screen and (max-width:800px) {
    #logo img {
    width: auto;
    height: 120px;
    margin-left: 5px;
    top: 10px;
    z-index: 99;
}
#idiomas {
    width: 800px;
    height: 90px;
    margin-top: 10px;
}
#content_header {
    margin-left: 20px;
    height: 70px;
    background-color: #fff;
}
.slogan {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    font-size: 35px;
    text-align: right;
    width: 700px;
}
#sliderfixed {
    height: 100px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 100px;
    left: 0;
}
#content_header {
    width: 430px;
}
.searching {
    margin-left: 30px;
}
#content_dist, #content_empresa, #content_produtos {
    width: 800px;
    margin-top: 0;
}
.body_text {
    width: 770px;
    margin: 20px;
}
#copyright {
    width: 700px;
}
}

@media screen and (max-width:854px) {
.searching {
    width: 200px;
    margin-left: 30px;
}
	.procura{width:135px;}
	.procura:hover{width:135px;}
	
	#form_contact{width:250px;}
	
	#content_dist, #content_empresa, #content_produtos {
    margin-left: 25px;
    width: 800px;}


}


@media screen and (width:854px) {
	
	#content_header{width:450px;}
	.searching{width:180px}
	.procura{width:130px;}
	.procura:hover{width:130px;}
	
}


@media screen and (width:800px) {
    .searching {
    margin-left: 40px;}
	
	.body_text{width:730px;}
	#content_dist, #content_empresa, #content_produtos {margin-left: 0;width: 100%;}
	
	#form_contact{width:250px;}
	#holder_dest{margin-left:30px; left:inherit;}
}

@media screen and (max-width:768px) {
    #logo img {
    width: auto;
    height: 100px;
    margin-left: 0;
    top: 10px;
    z-index: 99;
}
#idiomas {
    width: 768px;
    height: 90px;
    margin-top: 10px;
}
#content_header {
    width: 350px;
    margin-left: 10px;
    height: 70px;
    background-color: #fff;
}
.searching {
    margin-left: 80px;
}
#content_dist, #content_empresa, #content_produtos {
    width: 768px;
    margin-top: 0;
}
.content_footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5B3D6F;
    width: 700px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 12px;
}
.body_text {
    width: 690px;
    margin: 20px;
}
#copyright {
    width: 700px;
}
.procura {
    display: none;
}
.search {
    display: none;
    opacity: 0;
}
}

@media screen (width:768px) {
.searching{margin-left:80px}

#content_dist, #content_empresa, #content_produtos {
    margin-left: 50px;
    width: 700px;
}
.log{width:450px;}

}

@media screen and (max-width:640px) {

#idiomas{width:640px;}

header {
    height: 130px;
}
#sliderfixed {
    height: 80px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}
#content_dist, #content_empresa, #content_produtos {
    width: 640px;
    margin-top: 0;
}
#holder_dest {
    width: 605px;
    margin-left: 50%;
    left: -300px;
}
.body_text {
    width: 600px;
    margin: 20px;
}
#form_contact {
    width: 200px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
nav {
    margin-top: 50px;
    margin-left: -5px;
    height: auto;
    width: 500px;
}
#content_header {
    margin-left: 30px;
}
#logo img {
    width: auto;
    height: 150px;
    margin-left: 0;
    top: 10px;
    z-index: 99;
}
.searching {
    margin-left: 0;
    background: rgba(255, 255, 255, 0);
    height: 30px;
    width: 100px;
}
.procura {
    display: none;
}
.search {
    display: none;
    opacity: 0;
}
footer {
    padding: 10px;
}
.wrapper-dropdown-1 {
    margin-left: 25px;
}
.log {
    margin-left: -30px;
}
.login_btns {
    width: 60px;
}

/*.login_btns {
    margin-bottom: 10px;
    width: auto;
}*/

#sliderfixed {
    top: 153px;
}
.slogan {
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    font-size: 25px;
    text-align: right;
    width: 500px;
    padding-right: 50px;
}
#copyright {width: 600px;}

#facebook{margin-top:0px;}

#content_dist, #content_empresa, #content_produtos {margin-left:0px;}

nav{margin-top:70px;}
}

@media screen and (width:640px) {
	#form_contact{width:180px;margin-left:40px;}
	.shopping_bag  hidebag detalheencomenda{width:550px;}
}

@media screen and (width:600px) {
	#form_contact{width:180px; }
	
	nav{margin-top:50px;}
	#holder_dest{width:550px; left:-290px;}
	.content_footer{width:450px;}
	#content_header{width:370px;}
	footer{height:410px;}
	#facebook{width:180px;}
	
	#content_dist, #content_empresa, #content_produtos {width:550px; margin-left:20px;}


.wrapper-dropdown-1 {
    margin-left: 30px;
}
footer {
    padding: 30px;
    width: 100%;
}
.content_footer {
    width: 500px;
    margin-left: 50px;
}
#content_header {
    margin-left: 20px;
}
#content_produtos {
    width: 480px;
    margin: 0;
    margin-top: 0;
}
#content_dist {
    width: 480px;
    margin-left: 60px;
    margin-top: 0;
}
#holder_dest {
    width: 290px;
    margin-left: 50%;
    left: -110px;
    padding-top: 0;
}
#facebook {
    margin-top: 10px;
}
.menu_btn, .menu_btn2 {
    display: block;
    width: 362px;
}

.menu_btn2{margin-left:110px;}

nav {
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    width: 363px;
    z-index: 21;
}
nav ul {
    display: none;
    width: 373px;
    background-color: #5B3D6F;
    height: auto;
}
nav ul li, nav ul li.selected {
    font-size: 12px;
    width: 363px;
    float: left;
    border-top: 1px #fff solid;
    color: #fff;
}
nav ul li:hover {
    font-size: 12px;
    width: 363px;
    background-color: #f8ccac;
}
.bag_button2 {
    display: block;
    margin-top: 15px;
    width: 363px;
}
.searching {
    display: none;
    opacity: 0;
}
.procura {
    display: none;
}
#sliderfixed {
    top: 153px;
}
#copyright {
    width: 500px;
}

	.log{width:300px; margin-left:0px;}
	.login_btns{margin-bottom:5px;}
	footer{height:400px;}
	/*#content_empresa, #content_produtos{margin-left:0px; width:600px;}*/
	#content_empresa, #content_produtos {margin-left: 20px; width:550px;}
	.body_text{margin-left:60px;width:480px;}
	
	.linha{width:200px;}
	.dados{width:150px;}
	#step2 {width: 550px;}	
	#form_contact{width:250px;margin-left:40px;}
	#logo{top:30px;}
}



@media screen and (max-width:540px) {
    .slogan {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    font-size: 25px;
    text-align: right;
    width: 500px;
    padding-right: 50px;
}
header {
    height: 150px;
}
.wrapper-dropdown-1 {
    margin-left: 30px;
}
footer {
    padding: 30px;
    width: 500px;
}
.content_footer {
    width: 500px;
    margin-left: 50px;
}
#content_header {
    margin-left: 20px;
}
#content_produtos {
    width: 480px;
    margin: 0;
    margin-top: 0;
}
#content_dist {
    width: 480px;
    margin-left: 60px;
    margin-top: 0;
}
#holder_dest {
    width: 290px;
    margin-left: 50%;
    left: -110px;
    padding-top: 0;
}
#facebook {
    margin-top: 10px;
}
.menu_btn, .menu_btn2 {
    display: block;
    width: 323px;
}
nav {
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    width: 300px;
    z-index: 21;
}
nav ul {
    display: none;
    width: 333px;
    background-color: #5B3D6F;
    height: auto;
}
nav ul li, nav ul li.selected {
    font-size: 12px;
    width: 323px;
    float: left;
    border-top: 1px #fff solid;
    color: #fff;
}
nav ul li:hover {
    font-size: 12px;
    width: 323px;
    background-color: #f8ccac;
}
.bag_button2 {
    display: block;
    margin-top: 15px;
    width: 323px;
}
.searching {
    display: none;
    opacity: 0;
}
.procura {
    display: none;
}
#sliderfixed {
    top: 153px;
}
#copyright {
    width: 500px;
}

	.log{width:300px; margin-left:0px;}
	.login_btns{margin-bottom:5px;}
	footer{height:400px;}
	#content_empresa, #content_produtos{margin-top:40px; margin-left:0px; width:450px;}
	.body_text{margin-left:60px;width:350px;}
	
	.linha{width:200px;}
	.dados{width:150px;}
	#step2{margin-left:10px; width:450px;}	
	#form_contact{width:250px;margin-left:100px;}

}




@media screen and (max-width:480px) {
    #sliderfixed {
    height: 70px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}
header {
    height: 130px;
}
#logo img {
    width: auto;
    height: 100px;
    margin-left: 0;
    top: 0;
    z-index: 99;
}
#idiomas {
    height: 150px;
    margin-top: 10px;
}
.searching {
    display: none;
    display: none;
    opacity: 0;
}
.procura {
    display: none;
}
.search {
    display: none;
    opacity: 0;
}
.login_btns {
    width: 60px;
}
.slogan {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: right;
    width: 400px;
    display: none;
}
.log {
    margin-left: 0;
}
#content_header {
    margin-left: 30px;
}
.menu_btn {
    display: block;
    width: 280px;
}
.menu_btn2 {
    display: block;
    width: 280px;
    margin-top: 40px;
    margin-left: 87px;
}
nav {
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    width: 300px;
    z-index: 999999;
}
nav ul {
    display: none;
    width: 290px;
    background-color: #5B3D6F;
    height: auto;
    margin-top: 0;
}
nav ul li, nav ul li.selected {
    font-size: 12px;
    width: 280px;
    float: left;
    border-top: 1px #fff solid;
    color: #fff;
}
nav ul li:hover {
    font-size: 12px;
    width: 280px;
    background-color: #f8ccac;
}
#sliderfixed {
    top: 153px;
}
.bag_button2 {
    display: block;
    width: 280px;
}
footer {
    height: 590px;
}
.content_footer {
    width: 300px;
}
#content_empresa, #content_produtos {
    width: 480px;
    margin: 0;
    margin-top: 50px;
}
#content_dist {
    width: 480px;
    margin-left: 30px;
    margin-top: 70px;
}
.body_text {
    width: 400px;
    margin: 20px;
}
#holder_dest {
    width: 290px;
    margin-left: 50%;
    left: -153px;
    padding-top: 20px;
}
#form_contact {
    width: 200px;
    margin-left: 80px;
}
.wrapper-dropdown-1 {
    margin-left: 0;
}
#copyright {
    width: 400px;
}
}

@media screen and (max-width:480px) {
	
	.log{width:300px;}
	.login_btns{margin-bottom:5px;}
	footer{height:680px;}
	#content_empresa, #content_produtos{margin-top:80px;}
	.body_text{margin-left:60px;width:350px;}
	
	.linha{width:200px;}
	.dados{width:150px;}
	#step2{margin-left:10px; width:450px;}	
	
	
}

@media screen and (max-width:360px) {
	
#content_dist, #content_empresa, #content_home, #content_info, #content_produtos {
    width:100%;

}
	
	
    #content_header {
    margin-left: 40px;
}
#sliderfixed {
    height: 50px;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}
header {
    height: 130px;
}
#logo {
    margin-top: 35px;
}
#logo img {
    width: auto;
    height: 100px;
    margin-left: 0;
    top: 0;
    z-index: 999999;
}
#idiomas {
    height: 150px;
    margin-top: 10px;
}
.searching {
    width: auto;
    margin-left: 380px;
    height: 40px;
    margin-top: -60px;
    display: none;
    opacity: 0;
}
.procura {
    width: 120px;
    float: left;
    position: relative;
    display: none;
}
.search {
    display: none;
    opacity: 0;
}
.login_btns {
    width: auto;
    margin-bottom: 10px;
}
.log {
    width: 250px;
}
.slogan {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: right;
    width: 300px;
    display: none;
}
.log {
    margin-left: -25px;
}
.menu_btn {
    display: block;
    width: 210px;
    z-index: 99999;
}
.menu_btn2 {
    display: block;
    width: 210px;
    margin-left: 73px;
}
nav {
    margin-top: 20px;
    margin-left: -25px;
    height: auto;
    width: 220px;
    z-index: 999999;
}
nav ul {
    display: none;
    width: 220px;
    background-color: #5B3D6F;
    height: auto;
}
nav ul li, nav ul li.selected {
    font-size: 12px;
    width: 210px;
    float: left;
    border-top: 1px #fff solid;
    color: #fff;
}
nav ul li:hover {
    font-size: 12px;
    width: 210px;
    background-color: #f8ccac;
}
#sliderfixed {
    top: 153px;
}
.bag_button2 {
    display: block;
    width: 210px;
}
.wrapper-dropdown-1 {
    width: 90px;
}
footer {
    height: 590px;
}
.content_footer {
    width: 300px;
    padding: 0;
    margin-left: 45px;
}
#content_produtos {
    width: 360px;
    margin: 0;
    margin-top: 30px;
}
#content_dist {
    width: 360px;
    margin-left: 20px;
    margin-top: 70px;
}
#content_empresa {
    width: 320px;
    margin: 0;
    margin-top: 50px;
}
.body_text {
    width: 250px;
    margin: 60px;
    margin-top: 0;
}
#holder_dest {
    width: 215px;
    margin-left: 50%;
    left: -111px;
    padding-top: 20px;
}
#copyright {
    width: 300px;
}
}


@media screen and (width:360px) {
	nav{margin-left:-15px;}
	#copyright {margin-left:-30px;}
	#facebook{margin-bottom:10px;}
	footer{height:670px;}
	.body_text{margin-left:0px; margin-bottom:30px;}
	#content_empresa{margin-top:80px; margin-left:60px; width:300px;}
	#form_contact{margin-left:-20px; width:250px;}
	#holder_dest{width:300px; left:-100px;}
	.menu_btn2{margin-left:85px;}
	#step2{margin-left:25px; width:300px;}
}


@media screen and (max-width:320px) {
    header {
    height: 130px;
}
#logo {
    margin-top: 20px;
}
#logo img {
    width: auto;
    height: 100px;
    margin-left: 0;
    top: 0;
    z-index: 999999;
}
#idiomas {
    height: 150px;
    margin-top: 10px;
}
.searching {
    width: auto;
    margin-left: 380px;
    height: 40px;
    margin-top: -60px;
    display: none;
    opacity: 0;
}
.procura {
    width: 120px;
    float: left;
    position: relative;
    display: none;
}
.search {
    display: none;
    opacity: 0;
}
.login_btns {
    width: auto;
    margin-bottom: 10px;
}
.slogan {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 20px;
    text-align: right;
    width: 300px;
}
.log {
    margin-left: -30px;
}
.menu_btn {
    display: block;
    width: 190px;
}
.menu_btn2 {
    display: block;
    width: 190px;
    margin-left: 67px;
}
nav {
    margin-top: 20px;
    margin-left: -30px;
    height: auto;
    width: 220px;
    z-index: 9999999;
}
nav ul {
    display: none;
    width: 200px;
    background-color: #5B3D6F;
    height: auto;
}
nav ul li, nav ul li.selected {
    font-size: 12px;
    width: 190px;
    float: left;
    border-top: 1px #fff solid;
    color: #fff;
}
nav ul li:hover {
    font-size: 12px;
    width: 190px;
    background-color: #f8ccac;
}
#sliderfixed {
    height: 45px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 153px;
    left: 0;
}
.bag_button2 {
    display: block;
    width: 190px;
}
.wrapper-dropdown-1 {
    width: 70px;
}
footer {
    height: 590px;
}
.content_footer {
    width: 300px;
    padding: 0;
    margin-left: 15px;
}
#content_produtos {
    width: 320px;
    margin: 0;
    margin-top: 30px;
}
#content_empresa {
    width: 320px;
    margin: 0;
    margin-top: 50px;
}
#content_dist {
    width: 320px;
    margin-left: 0;
    margin-top: 50px;
}
.body_text {
    width: 200px;
    margin: 70px;
    margin-top: 0;
}
#holder_dest {
    width: 190px;
    margin-left: 50%;
    left: -95px;
    padding-top: 20px;
}
#copyright {
    width: 250px;
}
}