/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.novo-prod {
    font-size:10px;
    padding:2px 4px;
    color:white;
    background-color: red;
    border-radius: 4px;
    font-weight: bold;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   @font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold.eot');
	src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-bold.woff') format('woff'),
		 url('../fonts/opensans-bold.ttf') format('truetype'),
		 url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;

}

  
	@font-face {
	font-family: 'AntennaExtraCond-Bold';
	src: url('../fonts/AntennaExtraCond-Bold.eot');
	src: url('../fonts/AntennaExtraCond-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/AntennaExtraCond-Bold.woff') format('woff'),
		 url('../fonts/AntennaExtraCond-Bold.ttf') format('truetype'),
		 url('../fonts/AntennaExtraCond-Boldsvg#AntennaExtraCond-Bold') format('svg');
	font-weight: normal;
	font-style: normal;

}
 
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: open_sansregular,Arial;
    font-size: 15px;
    line-height: 18px;
    color: #606366;
}

a {
    text-decoration: none;
    color: #CDCDCD;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 15px;
}

h1 {
    font-size: 35px;
    line-height: 35px;
}

h2 {
    font-size: 25px;
    line-height: 30px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul, ol {
    margin: 3px 0 12px 9px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}



/*--- main column style---*/
.column {
    width: 980px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

/*--- header section style---*/
.header_top_section {
    background: #0093dd;
}


.login_info {
    color: #fff;
    font-size: 11px;
    width:550px;
    text-align: right;
}

.login_info img {
    float: left;
    margin-bottom: -10px;
    margin-top: 10px;
}

.login_info p {
    float: left;
    margin: 9px 10px;
    display:inline-block;
    width:140px;
}

.login_info input[type=text], .login_info input[type=password] {
    border: medium none;
    padding: 4px;
    width: 55%;
}

.ok_icon {
    margin-left: -20px !important;
    margin-top: 0 !important;
}

.header_bottom_section {
}

.header_bottom {
    margin-top: 10px;
}

.logo {
    width: 40%;
}

.logo_right {
    width: 60%;
}

/*--- end header section style---*/


/*--- start menu section style---*/
.menu_section {
    background: none repeat scroll 0 0 #00538f;
    position: relative;
    overflow: hidden;
}

.menu_left_como {
    color: #f7ff28;
    font-family: open_sansbold;
    font-size: 17px;
}

.lbrand {
    color: #f7ff28 !important;
    float: left;
    margin-top: 10px;
    font-size: 17px !important;
    text-transform: uppercase;
}

.menu_left img {
    height: 57px;
}

.menu {
    position: relative;
    z-index: 99999999;
}

.blue_left {
    background: #00939F;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 1;
}

.main_menu {
    background: #00538f;
}

.main_menu ul {
    margin: 0;
    padding: 0;
}

.main_menu ul li {
    border-right: 1px solid #0082c0;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 10px 0;
    padding: 9px 4px;
}

.main_menu ul li:last-child {
    border-right: none;
}

.main_menu ul li a {
    font-family: AntennaExtraCond-Bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.main_menu .destaquep {
    border: 1px solid white;
    border-left: none;
    border-right: none;
    padding: 5px 0;
}

.main_menu ul li a:hover {
    color: #ededed;
}

/*--- end menu section style---*/

/*--- start slider section style---*/
.nivo-controlNav {
    display: none;
}
/*--- end slider section style---*/

/*--- start four box section style---*/

.monte_section {
    padding-bottom: 35px;
}

.monte_top {
    clear:both;
}

.monte_top h1 {
    color: #007cc3;
    font-family: AntennaExtraCond-Bold;
    font-size: 43px;
    padding: 15px 0;
}

.monte_top h2 {
    color: #fff;
    font-family: open_sansregular;
    font-size: 29px;
    padding-bottom: 20px;
}

.monte_one_des, .monte_three_des, .monte_four_des {
    height: 179px;
}

.monte_one {
    width: 25%;
}

.monte_one_title {
    text-align: right;
}

.monte_one_des {
    background: #656565;
    padding: 20px;
    margin-top: 5px;
}

.monte_one_atv, .monte_one_des:hover {
    background: #00A8E2;
    padding: 20px;
    margin-top: 5px;
    cursor:pointer;
}

.monte_one_atv h3 {
    background: none repeat scroll 0 0 #d41766;
    border-radius: 100%;
    color: #fff;
    height: 50px;
    text-align: center;
    width: 50px;
}

.bta {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.monte_one_title p {
    background: url("../img/right_arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #c2c1c1;
    font-family: AntennaExtraCond-Bold;
    font-size: 20px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.monte_two_des_alter {
    background: none repeat scroll 0 0 #B61D64 !important;
}

.monte_one_title p.monte_one_title_alter {
    background: url("../img/monte_one_right_arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #b61d64;
}

.monte_two {
    width: 25%;
}

.monte_two_title {
    text-align: right;
}

.monte_two_des {
    background: #7A7A7A;
    padding: 20px;
    margin-top: 5px;
}

.monte_two_des > h2 {
    padding-bottom: 49px;
}

.monte_two_des h3 {
    background: none repeat scroll 0 0 #d41766;
    border-radius: 100%;
    color: #fff;
    height: 50px;
    text-align: center;
    width: 50px;
}

.monte_two_title p {
    background: url("../img/right_arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #c2c1c1;
    font-family: AntennaExtraCond-Bold;
    font-size: 20px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.monte_two_title p.monte_two_title_alter {
    background: url("../img/monte_two_right_arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #add570;
}

.monte_three {
    width: 25%;
}

.monte_three_title {
    text-align: right;
}

.monte_three_title p {
    background: url("../img/right_arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #c2c1c1;
    font-family: AntennaExtraCond-Bold;
    font-size: 20px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.monte_three_title p.monte_three_title_alter {
    background: url("../img/monte_three_right_arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #FD2016;
}

.expanded_one {
    background: none repeat scroll 0 0 #00A8E2;
    padding: 15px;
    color: #fff;
    display: none;
}

.expand_title {
    background: none repeat scroll 0 0 #0069b4;
    padding: 0;
    position: relative;
    margin-top:-16px;
    display:none;
    height:90px;
}

.expand_title h2 {
    font-family: open_sansregular;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}

.expanded_one {
    font-size: 12px;
    min-height: 28px;
}

.expanded_one ul {
    margin: 0;
    padding: 0;
    ;
}

.expanded_one ul li {
    background: url("../img/menu_arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: 2px solid #5ccdf4;
    padding: 10px 5px;
    list-style: none;
    position: relative;
}

.expanded_one ul li a {
    color: #fff;
    font-family: open_sansregular;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.expanded_one ul li a:hover {
}

.expanded_one ul li:last-child {
    border-bottom: none;
}

.expanded_one ul li ul {
    background: none repeat scroll 0 0 #00a8e2;
    margin-left: 238px;
    padding: 2px 15px;
    top: 0;
    width: 250px;
}

.expanded_one ul li ul li {
    background: none;
    float: none;
    width: 250px;
    border-bottom: 2px solid #5ccdf4;
    border-right: 0px solid;
    border-left: 0px solid;
    display: block;
    overflow: hidden;
}

.expanded_one ul li ul li:hover {
}

.expanded_one ul li ul li:last-child {
    border-bottom: none;
}

.expanded_one ul li ul li a {
    color: #fff;
    padding: 5px 0px;
    display: block;
    float: left;
}

.expanded_one ul li ul li a:hover {
}

.expanded_two {
    display: none;
}

.expanded_content {
    background: none repeat scroll 0 0 #B61D64;
    padding: 15px;
    color: #fff;
    font-family: open_sansbold;
}

.expanded_two_title {
    background: none repeat scroll 0 0 #b01268;
    color: #fff;
    overflow: hidden;
    padding: 20px 6px;
    display:none;
    height:51px;
}

.extt_left {
    float: left;
    border-right: 2px solid #fff;
    padding-right: 5px;
}

.extt_left p {
    font-family: open_sansregular;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 14px 0;
    text-align:center;
}

.extt_right {
    float: left;
    text-align: center;
    width: 45%;
    margin-left: 5px;
}

.expanded_three_title {
    background: none repeat scroll 0 0 #88a110;
    color: #fff;
    overflow: hidden;
    padding: 20px 6px;
    display:none;
    height:51px;
}

.extt_right p {
    font-family: open_sansregular;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
}

.extt_right h2 {
    font-family: open_sansregular;
    font-size:16px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.expanded_more {
    background: none repeat scroll 0 0 #b61d64;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-top: 10px;
    padding: 5px 6px;
}

.expanded_more a {
    color: #fff;
    font-family: AntennaExtraCond-Bold;
    
}

.expanded_four_top {
    overflow: hidden;
    margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid#d94239;
}

.expanded_three {
    color: #fff;
    display: none;
    overflow: hidden;
}

.expanded_content_three {
    background: none repeat scroll 0 0 #91BE21;
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 15px;
}

.four {
    background: none repeat scroll 0 0 #91BE21;
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 15px;
}

.expanded_three_top span {
    font-family: open_sansbold;
    font-size: 8px;
    margin-right: 10px;
}

.expanded_four_top span {
    font-family: open_sansbold;
    font-size: 8px;
    margin-right: 15px;
}

.expanded_four_title {
    padding: 20px 5px;
    overflow: hidden;
    background: #D63446;
    height:51px;
    color:#FFFFFF;
    text-align: center;
    display:none;
}

.ethrcolor {
    color: #FFFFFF;
    font-family: open_sansbold !important;
   font-size: 12.5px !important;
}

.expanded_three_top > p {
    font-family: open_sansregular;
    font-size: 18px;
    margin: 0;
}

.tippo {
   margin-right: 35px !important;
}

.expanded_four_top > p {
    color: #fff;
    font-family: open_sansregular;
    font-size: 18px;
    margin: 0;
}

.valor_unita {
    float: left;
    margin: 0;
    font-family: open_sansregular;
    font-size: 18px;
    width: 100%;
    margin-top: 5px;
	margin-bottom: 10px;
    line-height: 0.5em;
    
}

.expanded_three_top {
    border-bottom: 1px solid #c3d281;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 5px;
}

.expanded_f_top {
    border-bottom: 1px solid #c3d281;
    overflow: hidden;
    padding-bottom: 10px;
}

.expanded_three_top .checkbox {
    float: right;
}

.expanded_four_top .checkbox {
    float: right;
}

.subtotal_name {
    float: left;
    
}
.expanded_four .subtotal_name {
    color: #610500;
}
.subtotal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    float: right;
    width: 158px;
}
.expanded_four .subtotal{
	  color: #670904;
}

.expanded_four {
    background: none repeat scroll 0 0 #FA4036;
    color: #fff;
    display: none;
}

.bottom_content {
    border-bottom: medium none;
    margin-top: 10px;
    padding-bottom: 0;
}

.monte_four_title {
    text-align: right;
}

.monte_four_title p {
    background: url("../img/right_arrow.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    color: #c2c1c1;
    font-family: AntennaExtraCond-Bold;
    font-size: 20px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.expanded_content span {
    float: left;
    margin-top: 5px;
    width: 40%;
}

.expanded_content input {
    border: medium none;
    padding: 7px;
    text-align: right;
    width: 40%;
}

.expanded_content_four {
    padding: 15px;
}

.expanded_more3 {
    background: none repeat scroll 0 0 #b61d64;
    border-radius: 5px;
    color: #fff;
    float: right;
    margin-top: 10px;
    padding: 5px 6px;
}

.expanded_more3 a {
    color: #fff;
}

.area_total {
    background: #6A1D3B;
    color: #fff;
    font-family: open_sansbold;
}

.monte_three_des {
    background: #8D8D8D;
    padding: 20px;
    margin-top: 5px;
}

.monte_three_des h3 {
    background: none repeat scroll 0 0 #d41766;
    border-radius: 100%;
    color: #fff;
    height: 50px;
    text-align: center;
    width: 50px;
}

.monte_four {
    width: 25%;
}

.monte_four_title {
    text-align: right;
}

.monte_four_des {
    background: none repeat scroll 0 0 #a5a5a5;
    margin-top: 5px;
    padding: 20px;
}

.monte_four_des h3 {
    background: none repeat scroll 0 0 #d41766;
    border-radius: 100%;
    color: #fff;
    height: 50px;
    text-align: center;
    width: 50px;
}

.monte_four_des > h2 {
    padding-bottom: 50px;
}

.monte{
    width:980px;
    margin:0 auto;
}
.monte_bottom {
    overflow: hidden;
    clear: both;
}

/*--- end four box section style---*/

/*--- start calculation section --four box bottom-- style---*/
.quantidate_sec {
    overflow: hidden;
    width: 45%;
}

.quantidate_top {
    overflow: hidden;
}

.quantidate_left {
    margin-right: 28px;
    width: 200px;
}

.quanti_sign > p {
    background: none repeat scroll 0 0 #00705c;
    color: #fff;
    font-size: 18px;
    padding: 10px 5px;
}

.incrise_value {
    background: none repeat scroll 0 0 #e7e6e6;
    border: medium none;
    color: #010101;
    font-family: open_sansbold;
    font-size: 23px;
    height: 35px;
    margin: 18px 0;
    padding-top: 4px;
    text-align: center;
    width: 33px;
}

.quan_padd {
    padding: 0 5px;
}

.quantidate_right {
    float: left;
    width: 48%;
}

.valor {
    float: left;
    width: 36%;
}

.valor p {
    background: none repeat scroll 0 0 #A91B32;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
}

.valor_value {
    width: 64%;
}

.valor_value p {
    background: none repeat scroll 0 0 #e7e6e6;
    color: #010101;
    font-family: open_sansbold;
    font-size: 23px;
    height: 28px;
    margin: 18px 0;
    padding-top: 11px;
    text-align: center;
    width: 100%;
}


.uantidate_bottom textarea {
    background: none repeat scroll 0 0 #e7e6e6;
    border: medium none;
    padding: 10px;
    width: 100%;
}

.uantidate_bottom p {
    color: #585858;
    font-size: 13px;
    font-family: open_sansregular;
    padding: 0px 15px;
}

.calculator_sec {
    overflow: hidden;
    width: 55%;
}

.frete_cep {
    border-left: 5px solid #00b0e9;
    border-right: 5px solid #00b0e9;
    margin: 20px 15px -10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 186px;
}

.frete {
    background: none repeat scroll 0 0 #007DC6;
    color: #fffefe;
    margin: 0;
    font-size: 18px;
    padding: 10px 5px;
    float: left;
}

.cep {
    background: none repeat scroll 0 0 #e7e6e6;
    background: none repeat scroll 0 0 #e7e6e6;
    color: #969594;
    float: left;
    font-family: open_sansregular;
    font-size: 23px;
    height: 35px;
    margin: 0;
    padding-left: 7px;
    padding-top: 3px;
    text-align: left;
    width: 62%;
}

.frete_cep_top {
    overflow: hidden;
}

.frete_cep_center {
    margin-left: 3px;
    margin-top: -3px;
    overflow: hidden;
}

.frete_cep_center h4 {
    color: #969594;
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}


.valor_total {
    width: 145px;
}



.valor_cart {
    float: right;
    margin-top: 17px;
}

.calculator {
    color: #585858;
    float: left;
    font-family: open_sansbold;
    font-size: 14px;
    padding: 0 5px 0 0;
}

.cal_value {
    background: none repeat scroll 0 0 #e7e6e6;
    color: #585858;
    float: left;
    font-family: open_sansregular;
    font-size: 14px;
    height: 28px;
    margin: 5px 0;
    padding-left: 10px;
    padding-top: 11px;
    text-align: left;
    width: 52%;
}

.valor_total_top {
    background: #B52E29;
}

.valor_total_top h2 {
    color: #fffefe;
    font-family: open_sansregular;
    font-size: 18px;
    margin-top: 17px;
    padding: 8px;
    text-align: center;
}

.valor_total_bottom h2 {
    background: none repeat scroll 0 0 #e7e6e6;
    color: #000;
    font-family: open_sansbold;
    font-size: 28px;
    margin: -15px 0 0;
    padding: 13px 0;
    text-align: center;
}

.valor_total_top span {
    font-family: open_sansbold;
}

.como_section {
    background: none repeat scroll 0 0 #edebeb;
    padding-bottom: 20px;
    padding-top: 30px;
}

.como {
}

.como_funciona {
    margin-right: 40px;
}


.single_como {
    margin-right: 30px;
    width: 306px;
}

.last_como {
    margin-right: 0px;
    position: relative;
    height: 260px;
}

.single_como_title {
    margin-bottom: 30px;
    overflow: hidden;
}

.single_como_title img {
    float: left;
    margin-right: 10px;
}

.single_como_title h2 {
    color: #606366;
    float: left;
    font-family: antennaextracond-bold;
    font-size: 27px;
    margin: 7px 0 0;
    padding: 0;
}

.single_como_des {
}

.single_como_des p {
    color: #606366;
    font-size: 15px;
    line-height: 24px;
    font-family: open_sansregular;
}

.depo {
    float: right;
}

.depo > * {
    display: inline-block;
    background-image: url(../img/arrows_black.png);
    background-color: transparent;
    outline: 0;
    width: 30px;
    height: 30px;
    margin: 5px;
    border: 0px;
}

.depo_proximo {
    background-position: 30px 0;
}

.depo_anterior {
    background-position: 0 0;
}

/*--- end calculation section --four box bottom-- style---*/


/*--- start OUTDOORS AUTOMOTIVOS and LONAS section style---*/

.footer_top_section {
    background: none repeat scroll 0 0 #00a8e2;
    border-top: 5px solid #fff;
    padding-bottom: 15px;
}

.single_ftop {
    width: 306px;
}

.single_ftop_des {
    padding-left: 20px;
}

.footer_top_sec {
    margin-top: 30px;
    overflow: hidden;
    border-top: 1px solid #eaffff;
  padding-top: 30px;
}

.footer_top_sec > * {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-right: 30px;
}

.single_ftop {
    position:;
}

.item_ribbon {
    background: url("../img/ribbon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 99999;
}

.item_title {
    overflow: hidden;
    height:90px;
}

.item_title h1 {
    color: #74787b;
    font-family: open_sansregular;
    font-size: 36px;
    margin: 15px 0;
}

.item_title p {
}

.item_des {
    margin-bottom: 15px;
    overflow: hidden;
}

.item_des_left {
    color: #FD2016;
}

.item_des_left p {
    font-size: 16px;
    text-transform: uppercase;
}

.item_des_left h1 {
    float: left;
    font-size: 40px;
    margin: 5px 0;
}

.item_des_top {
    overflow: hidden;
}

.item_des_top p {
    color: #FD2016;
    margin: 0;
    padding: 0px;
}

.item_cart {
    float: right;
}

.item_des_top {
    margin-top: 0;
}

.second_item {
    margin-top: 0;
}

.last_single_ftop {
    margin-right: 0px;
}


/*--- end OUTDOORS AUTOMOTIVOS and LONAS section style---*/


/*--- start INSTITUCIONAL, CATEGORIAS, CONTATO and ATENDIMENTO style---*/

.footer_bottom_sec {
    border-top: 1px solid #eaffff;
    color: #f0f8ff;
    margin-top: 40px;
    padding-top: 25px;
}

.instituctional {
    float: left;
    width: 21%;
    margin-right: 5%;
}

.instituctional h2 {
    font-family: open_sansbold;
    font-size: 19px;
}

.instituctional p {
    line-height: 24px;
}

.categorias {
    float: left;
    width: 21%;
    margin-right: 5%;
}

.categorias h2 {
    font-family: open_sansbold;
    font-size: 19px;
}

.categorias a {
    color: #eaffff;
    float: left;
    width: 100%;
    line-height: 24px;
}

.cantato {
    float: left;
    width: 22%;
    margin-right: 5%;
}

.cantato p {
    margin: 8px 0;
}

.cantato h2 {
    font-family: open_sansbold;
    font-size: 19px;
}

.atendimento {
    float: left;
    width: 21%;
    margin-right: 5%;
}

.atendimento_top p {
    margin: 5px 0;
}

.atendimento h2 {
    font-family: open_sansbold;
    font-size: 19px;
}

.atendimento_last {
    margin-right: 0px;
}

.social_profile {
    margin-top: 15px;
}

/*--- end INSTITUCIONAL, CATEGORIAS, CONTATO and ATENDIMENTO style---*/



/*--- start footer payment method style---*/

.footer_section {
    padding: 40px 0;
} 

.footer_left {
    width: 650px;
}

.payment_menthod {
    margin-right: 30px;
}

.payment_menthod a {
    margin-right: 6px;
}

.account_info a {
    margin-right: 5px;
}

.footer_right {
}

.footer_right a {
    margin-left: 10px;
}

.account_info {
}

.footer_right {
}



/*--- end footer payment method style---*/













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.login_info a {
    color: #fff;
}

.cart {
    height: 80px;
    width: 138px;
    background: url("../img/top_cart.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
}

.cart span {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 25px;
    margin-left: 55px;
    padding-top: 7px;
    text-align: center;
    width: 30px;
}

.cep > input {
    border: medium none;
    color: #969594;
    height: 32px;
    margin: 0;
    padding: 0;
    width: 112px;
    background: #e7e6e6;
    font-size: 20px;
}

.instituctional a {
    color: #eaffff;
    float: left;
    line-height: 24px;
    width: 100%;
}

.expanded_one ul li ul {
    position: absolute;
    display: none;
}

.expanded_one ul li ul {
    background: #3fa7df;
    border: 1px solid #3fa7df;
    margin-top: -15px;
}

.expanded_one ul li ul:after, .expanded_one ul li ul:before {
    right: 100%;
    top: 34%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.expanded_one ul li ul:after {
    border-color: rgba(63, 167, 223, 0);
    border-right-color: #3fa7df;
    border-width: 5px;
    margin-top: -5px;
}

.expanded_one ul li ul:before {
    border-color: rgba(63, 167, 223, 0);
    border-right-color: #3fa7df;
    border-width: 6px;
    margin-top: -6px;
}

.menuform {
    float: left;
    width: 10px;
    display: block;
    padding-top: 8px;
    margin-left: 6px;
}

.blue {
    background: #;
}

.monte_three_des_alter {
    background: #91BE21;
}

.monte_four_des_alter {
    background: #d94239;
}

.monte_two_des .number, .monte_one_des .number, .monte_one_atv .number {
    background: none repeat scroll 0 0 #b3b3b3;
    border-radius: 50%;
    color: #fff;
    font-size: 37px;
    margin-top: 0px;
    position: relative;
    display: block;
    width: 24px;
    height: 23px;
    text-align: center;
    padding: 14px;
}

.monte_one_atv .number, .monte_one_des:hover .number {
    background-color: #b61d64;
}

.monte_two_des .color {
    background: none repeat scroll 0 0 #75c5f0;
}

.monte_three_des .number {
    background: #7D7D7D;
    border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 37px;
    margin-top: 0px;
    position: relative;
    display: block;
    width: 24px;
    height: 23px;
    text-align: center;
    padding: 14px;
}

.monte_three_des .color {
    background: none repeat scroll 0 0 #b61d64;
}

.monte_four_des .number {
    background: #8E8E8E;
    border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 37px;
    margin-top: 0px;
    position: relative;
    display: block;
    width: 24px;
    height: 23px;
    text-align: center;
    padding: 14px;
}

.monte_four_des  .color {
    background: none repeat scroll 0 0 #dfdb00;
}

.expanded_four_title .extt_right {
    margin-left: -5px !important;
    text-align: center;
}

.showmenu {
    display: block !important;
}
.single_ftop_news{
  margin-top: 30px;
}
.single_ftop_news p{
  float: left;
  font-family: antennaextracond-bold;
  font-size: 25px;
  margin: 20px 20px 0px 0px;
  color: #FFF;
      background: url("../img/icon_msg.png");
  background-repeat: no-repeat;
  height: 49px;
  display: block;
  padding-top: 13px;
  padding-left: 60px;
}
.single_ftop_news input{
  border: none;
    width: 435px;
  margin-top: 22px;
  padding: 10px;
  font-weight: 100;
}
.single_ftop_news .btn-ok{
   background: #7CCB3D;
  width: 150px;
  font-family: AntennaExtraCond-Bold;
  color: #FFF;
  font-weight: bold;
  border-radius: 0px 5px 5px 0px;
  font-size: 16px;
  height: 42px;
}
