/*
* @author Agencia Conversion (http://www.conversion.com.br)
* @date 2016-10
*/

.cnv-button-wrap {
    clear:  both;
}
.productDescription h2,
.productDescription h3 {
	color: #4bb8ef;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.4;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: left;
    margin: 0.75em 0 0 0;
}

.productDescription p {
	line-height: 1.5em;
	margin: 15px 0;
}

.productDescription img,
.productDescription  iframe {
	margin: 20px 0;
}

.productDescription strong, 
.cnv-box-seo.cnv-box-seo-bottom.SEO-text-container strong{
	font-weight: 600;
}

/* Box SEO - Mais Procurados */
.mais-procurados__wrapper{ background-color: #f0f0f0; padding: 2em 0;}
.cnv-mais-proc-container { max-width: 960px; margin: 0 auto; }
.cnv-mais-proc-container .mais-procurados__list { background-color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.cnv-mais-proc-container .mais-procurados__item { border: 0; width: 100%; height: auto; }
.cnv-mais-proc-container .mais-procurados__item--image { float: left; }
.cnv-mais-proc-container .mais-procurados__item--image img { max-width: 100px; max-height: 100px; }
.cnv-mais-proc-container .mais-procurados__item--links { float: left; width: auto!important;}
.cnv-mais-proc-container .mais-procurados__item--list { float: left; width: 190px; }
ul.mais-procurados__item--list li a { font-size: 0.9em; }
.cnv-mais-proc-container .mais-procurados__item { border: 0!important; width: 100%!important;height: auto!important; padding-bottom: 0!important; }
.cnv-mais-proc-container .mais-procurados__item--button { position: inherit !important; display: block!important; margin: 0 auto!important}
.conteudoSeo a {color:#4bb8ef;}

/* topicBlocks SEO */
.cnv-topic-blocks-seo { color: #444; clear: both; font-size: .875rem; line-height: 18px; position: relative; max-width: 960px; margin: 30px auto 0; padding: 0; text-align: left; }
.cnv-topic-blocks-seo figcaption {font-style: italic; font-size: 95%; clear: left;}
.cnv-topic-blocks-seo figure {float: left; max-width: 200px; margin: 0 20px 20px 0;}
.cnv-topic-blocks-seo figure span img {width: 100%;}
.cnv-topic-blocks-seo figure.no-style {float: none; max-width: 100%;}
.cnv-topic-blocks-seo p { margin-bottom: 16px; }
.cnv-topic-blocks-seo a { color: #4bb8ef; font-weight: 700; }
.cnv-topic-blocks-seo a:hover{color: #4bb8ef; text-decoration: underline;}
.cnv-topic-blocks-seo h1, .cnv-topic-blocks-seo h2, .cnv-topic-blocks-seo h3, .cnv-topic-blocks-seo h4 { color: #4bb8ef; font-weight: 700; font-family: "Ubuntu", sans-serif; line-height: 1.4; margin-bottom: 16px; text-transform: uppercase; text-align: left; }
.cnv-topic-blocks-seo h1 { font-size: 1.5rem; margin-bottom: 30px; }
.cnv-topic-blocks-seo h2 { font-size: 24px; }
.cnv-topic-blocks-seo h3 { font-size: .950rem; margin: 0.75em 0 0 0; }
.cnv-topic-blocks-seo h4 { font-size: .750rem; }
.cnv-topic-blocks-row:before,
.cnv-topic-blocks-row:after{display: table; line-height: 0; content: "";}
.cnv-topic-blocks-row:after{clear: both;}
.cnv-topic-blocks-row{margin-left: -15px; margin-right: -15px; *zoom: 1;}
.cnv-topic-blocks-col-2{padding-left: 15px; padding-right: 15px; position: relative;}
.cnv-topic-blocks-col-4 {margin-left: 15px; margin-right: 15px;}
@media (min-width: 768px) {
	.cnv-topic-blocks-col-2{float: left; width: 50%;}
}

.productDescription br {
	display: none;
}

.productDescription .cnv-topic-blocks-seo {
	max-width: 940px;
}

/* Box SEO */
.cnv-box-seo {
	color: #444; 
	font-size: .875rem; 
	line-height: 18px; 
	position: relative;
	max-width: 960px; 
    margin: 32px auto;
    padding: 0 10px;
	text-align: left;
}

.cnv-box-seo figcaption {
    font-style: italic;
    font-size: 80%;
    clear: left;
}

.cnv-box-seo p{
	margin-bottom: 16px; 
}
.cnv-box-seo h1,
.cnv-box-seo h2,
.cnv-box-seo h3,
.cnv-box-seo h4{
	color: #4bb8ef;
	font-weight: 700;
	font-family: "Ubuntu", sans-serif;
	line-height: 1.4;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: left;
}
.cnv-box-seo h1{
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.cnv-box-seo h2{
	font-size: 1rem;
}
.cnv-box-seo h3{
	font-size: .950rem;
}
.cnv-box-seo h4{
	font-size: .750rem;
}
.cnv-box-seo .cnv-btn-more-seo{
	background-color: #fff;
	border: 1px solid #808080;
	color: #808080;
	display: inline-block;
	font-family: "Ubuntu", sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
	        border-radius: 5px;
	-webkit-transition: all 250ms ease-out;
	   -moz-transition: all 250ms ease-out;
	     -o-transition: all 250ms ease-out;
	        transition: all 250ms ease-out;
}
.cnv-box-seo .cnv-btn-more-seo:hover{
	border-color: #4bb8ef;
	color: #4bb8ef;
}

/* Footer Departments */
.cnv-footer-title{
	color: #4bb8ef;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 30px;
}
.cnv-footer-departments{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 45px;
	padding-bottom: 35px;
}
.cnv-footer-departments-col,
.cnv-footer-departments-col:nth-of-type(1),
.cnv-footer-departments-col:nth-of-type(2),
.cnv-footer-departments-col:nth-of-type(3){
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 194px;
}
.cnv-footer-departments-col + .cnv-footer-departments-col{
	margin-left: 50px;
}
.cnv-footer-departments-links{
	padding: 0;
}
.cnv-footer-departments-links li {
	font-size: 14px;
	margin: 15px 0;
	-webkit-transition: color 250ms ease-out;
	-moz-transition: color 250ms ease-out;
	-o-transition: color 250ms ease-out;
	transition: color 250ms ease-out;
}
.cnv-footer-departments-links li {
	color: #fff;
}
.cnv-footer-departments-links li a:hover {
	color: #4bb8ef;
}
.cnv-footer-departments-links li:first-child {
	margin-top: 0
}
.cnv-footer-departments-links .link-more{
	color: #4bb8ef;
	font-size: 12px;
}
.cnv-footer-departments-links .see-all:after{
	content: "(+)";
	color: #4bb8ef;
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	vertical-align: middle;
}
.cnv-footer-departments-links .see-all.active:after{
	content: "(-)";
}

.cnv-footer-departments-secundary .cnv-footer-title{
	text-align: center;
}

.cnv-box-seo.cnv-box-seo-bottom.SEO-text-container.black-friday-texto {
    color: #000;
}

.cnv-box-seo.cnv-box-seo-bottom.SEO-text-container.black-friday-texto h1,
.cnv-box-seo.cnv-box-seo-bottom.SEO-text-container.black-friday-texto h2,
.cnv-box-seo.cnv-box-seo-bottom.SEO-text-container.black-friday-texto h3 {
    color: #cc092f;
}

@media screen and (max-width: 46em){
	.cnv-footer-title:after{
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-image: url('icons-sf8f79e00f9.png');
		background-position: 0 0;
		height: 14px;
		width: 8px;
		font-family: Arial, sans-serif;
		float: right;
		margin-right: 6px;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: all 250ms ease-out;
		-moz-transition: all 250ms ease-out;
		-o-transition: all 250ms ease-out;
		transition: all 250ms ease-out
	}
	.cnv-footer-title.active {
		margin-bottom: 30px
	}
	.cnv-footer-title.active:after {
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.cnv-footer-departments{
		padding: 0;
	}
	.cnv-footer-departments-col,
	.cnv-footer-departments-col:nth-of-type(1),
	.cnv-footer-departments-col:nth-of-type(2),
	.cnv-footer-departments-col:nth-of-type(3){
		display: block !important;
		float: none;
		margin: 0;
		padding: 20px !important;
		width: auto;
	}
	.cnv-footer-departments-col + .cnv-footer-departments-col{
		margin-left: 0;
	}
	.cnv-footer-departments-secundary{
		padding-bottom: 20px;
	}
	.cnv-footer-departments-secundary .cnv-footer-title{
		padding: 20px 20px 0;
		text-align: left;
	}
	.cnv-footer-departments-secundary .cnv-footer-title:after{
		display: none;
	}
	.cnv-footer-departments-secundary .cnv-footer-departments-col{
		border-bottom: none;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

.cnv-box-seo span > img,
.cnv-box-seo .fila-textos span > img {
    max-width: 100%;
    max-height: 200px;
}

.cnv-box-seo span {
    display: block;
    text-align: center;
}

.cnv-box-seo a {
    color: #4bb8ef;
}

.cnv-box-seo a:hover {
    text-decoration: underline;
}

.cnv-box-seo h1,
.cnv-box-seo h2,
.cnv-box-seo h3,
.cnv-box-seo h4 {
    color: #4bb8ef;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.4;
    margin-bottom: 6px;
    text-transform: uppercase;
    text-align: left;
    clear: both;
}

.cnv-box-seo h1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.fila-textos {
    overflow: hidden;
    width: 100%;
}

.fila-textos > div {
    width: 100%;
}

figure.galaxy {
    margin: 0 0 1em 0;
    max-width: 100%;
    float: none;
}

figure.galaxy figcaption {
    color: #A9A9A9;
    font-size: 88%;
}

figure.galaxy img {
    max-width: 100%;
    max-height: 100%;
    float: none;
    margin: 0;
}

@media(min-width: 769px) {
    .cnv-box-seo span > img,
    .cnv-box-seo figure,
    .cnv-box-seo .fila-textos span > img,
    .cnv-box-seo .fila-textos figure {
        float: left;
        margin: 0 15px 10px 0;
    }

    .image-right {
	    margin: 0 0 10px 15px;
	    float: right;
	}
    
    .cnv-box-seo span > img,
    .cnv-box-seo figure {
    	max-width: 300px;
    }
    
    .cnv-box-seo .fila-textos span > img {
    	max-width: 150px;
    	max-height: 150px;
    }

    .cnv-box-seo .fila-textos figure {
    	max-width: 150px;
    }

    .fila-textos > div {
        float: left;
        width: 44%;
        margin: 0 23px;
        min-height: 240px;
    }

	figure.galaxy {
	    margin: 0 0 1em 0;
	    max-width: 100%;
	    float: none;
	}

	figure.galaxy figcaption {
	    color: #A9A9A9;
	    font-size: 88%;
	}

	figure.galaxy img {
	    max-width: 100%;
	    max-height: 100%;
	    float: none;
	    margin: 0;
	}
}


/*
* @date 2017-06
*/




.cnv-box-text-image {
    width:50%;
    background:#31b4ff;
    color:#fff;
    float: right;
    font-size: 18px;
    padding:30px;
    text-align: initial;
    line-height: 1.5;
    position: relative;
    top:-70px;
}

.cnv-box-text-image p {
    margin:0;
    padding:0;
}

@media(min-width: 769px){
.cnv-text-especial .fila-textos div{
    width:20%;
 }
}

@media(max-width: 600px){
.cnv-box-text-image{
    width: 100%;
    position: initial;
}

.cnv-text-especial .cnv-headline-especial{
    width: 100%;    
    padding:10px;
}

.cnv-text-especial h1{
  text-align: center;
}
}

.cnv-text-especial h1 {
    color:#444444;
    font-size: 40px;    
    text-transform: none;
    margin-bottom: 0;
}

.cnv-headline-especial {
    float: left;
    margin-top: 20px;
    width: 45%;
    margin-bottom: 0;
    text-align: initial;
}

 .cnv-text-especial h2{
     text-align:center;
     font-size:1.8em;

}
.cnv-box-seo .cnv-text-especial h2{
    text-transform: none;
}

.cnv-box-seo .cnv-text-especial h3{
    text-transform: none;
}

.cnv-text-especial{
    text-align:center;
}
.fila-textos{
    text-align:initial
}
.figure-left {
    text-align: initial;
    margin-top: 30px;
}

.cnv-text-especial .fila-textos {
    margin-bottom: 5%;
}

/*
* @date 2017-06-27
*/

.cnv-box-text-image a{
 color: #fff;
 text-decoration: underline;
}

.cnv-text-especial h1 {
    margin-bottom: 15px;
}

.figure-left h3 {clear: none;}

.figure-left img{
    max-width: 140px;
    float: left;
    margin-right: 30px;
}



.fila-textos-right {
    text-align: left;
    display: block;
    clear: both;
    position: relative;
}

.fila-textos-right h2 {
    text-align: left;
}

.fila-textos-right img{
    text-align:right;
    float:right;
}

@media (max-width: 600px){
.figure-left span > img {
    text-align: center;
    width: 100%!important;
    float: none;
}

.fila-textos-right h2{
	width: 70%;
}
}

.cnv-text-especial img{max-width:100%;max-height:100%;display:block;float:left}.cnv-text-especial h3,.cnv-text-especial h4,.cnv-text-especial p{clear:none;line-height:1.625em}.cnv-text-especial h3,.cnv-text-especial h4{text-transform:capitalize}.cnv-text-especial h2{font-size:1.8em}.cnv-text-especial h1 span,.cnv-text-especial h2,.cnv-text-especial h3{font-weight:500}.cnv-text-especial .homeAppliancesCover{float:left;height:480px;margin-bottom:100px}.cnv-text-especial .homeAppliancesCover h1{float:left;font-size:2em;width:450px;color:#434343;font-weight:300}.cnv-text-especial .homeAppliancesCover h1 span{text-align:left;float:left;margin-right:8px;font-weight:700}.cnv-text-especial .homeAppliancesCover img{text-align:initial;position:relative;top:-230px}.cnv-text-especial .textBoxBlue{background:#26317c;width:470px;height:393px;float:right;padding:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;text-align:left}.cnv-text-especial .textBoxBlue p{font-weight:400}.cnv-text-especial .textBoxBlue .textInnerBoxBlue{margin-left:190px}.cnv-text-especial .cheapHomeAppliances{float:left;height:555px;width:100%}.cnv-text-especial .cheapHomeAppliances h2{text-align:left;margin-bottom:32px;z-index:10;position:relative}.cnv-text-especial .cheapHomeAppliances p{text-align:left;width:560px;z-index:10;position:relative}.cnv-text-especial .cheapHomeAppliances img{position:relative;top:-250px;left:50px;z-index:5}.cnv-text-especial .homeAppliancesImagesBox{height:300px;width:50%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:24px}.cnv-text-especial .homeAppliancesImagesBox img{margin:auto 16px auto 0}.cnv-text-especial .homeAppliancesImagesBox figcaption{float:left;width:145px;margin:8px 16px 100% 0}.cnv-text-especial .homeAppliancesImagesBox h3{font-size:1.5em}.cnv-text-especial .homeAppliancesImagesBox h3,.cnv-text-especial .homeAppliancesImagesBox p{text-align:left}.cnv-text-especial .textBoxApplianceCenter,.cnv-text-especial .textBoxApplianceCenter2{margin:40px 0}.cnv-text-especial .textBoxApplianceCenter h2,.cnv-text-especial .textBoxApplianceCenter2{margin-bottom:24px}.cnv-text-especial .textBoxApplianceCenter p{font-size:1.2em;font-weight:100;text-align:center;margin-bottom:24px}.cnv-text-especial .textBoxApplianceCenter2 p{font-size:1em;font-weight:100;text-align:center;margin-bottom:24px}.cnv-text-especial .cleanHomeAppliance p,.cnv-text-especial .listBoxesAppliances h3,.cnv-text-especial .listBoxesAppliances p,.cnv-text-especial .listMiniBoxesAppliances p,.cnv-text-especial .listMiniBoxesAppliances2 p,.cnv-text-especial .refrigeratorBox p{text-align:left}.cnv-text-especial .listBoxesAppliances{height:230px;margin-bottom:24px;float:left}.cnv-text-especial .listBoxesAppliances img{margin:auto 60px auto 0}.cnv-text-especial .listBoxesAppliances h3{font-size:1.5em}.cnv-text-especial .listMiniBoxesAppliances{width:640px;float:left;position:relative}.cnv-text-especial .listMiniBoxesAppliances img{margin:0 24px auto 0}.cnv-text-especial .listMiniBoxesAppliances h4{font-size:1em}.positionRefrigerator1{top:-120px;left:310px}.positionRefrigerator2{top:-70px;left:100px}.positionRefrigerator3{top:-40px;left:310px}.cnv-text-especial .refrigeratorBox{float:left;height:275px;width:100%;margin-bottom:120px}.cnv-text-especial .refrigeratorBox img{margin-right:32px}.cnv-text-especial .refrigeratorBox h4{font-size:1.2em;margin-top:24px}.cnv-text-especial .refrigeratorBox h2{text-align:left;clear:none}.cnv-text-especial .cleanHomeAppliance{float:left;width:100%;height:280px}.cnv-text-especial .cleanHomeAppliance img{margin-right:24px}.cnv-text-especial .listMiniBoxesAppliances2{height:200px;float:left;position:relative}.cnv-text-especial .listMiniBoxesAppliances2 img{margin:0 64px 100% 0}.cnv-text-especial .listMiniBoxesAppliances2 h3{font-size:1.4em;margin-bottom:16px}.adjustImageLP{margin-top:24px!important}@media (max-width:599px){.cnv-text-especial .cheapHomeAppliances img,.positionRefrigerator1,.positionRefrigerator2,.positionRefrigerator3{top:initial;left:initial;right:initial}.cnv-text-especial img{position:initial!important;float:none}.cnv-text-especial .homeAppliancesCover{height:auto}.cnv-text-especial h1,.cnv-text-especial h2,.cnv-text-especial h3,.cnv-text-especial h4{text-align:center!important;float:none!important;width:100%!important;margin:8px 0!important}.cnv-text-especial p{clear:both!important;font-size:1.25em!important;text-align:left!important}.cnv-text-especial .homeAppliancesCover h1 span{text-align:center;float:none;margin:0}.cnv-text-especial .homeAppliancesCover img{top:initial}.cnv-text-especial .textBoxBlue{width:100%;height:auto;margin-bottom:32px}.cnv-text-especial .textBoxBlue img{margin-bottom:32px}.cnv-text-especial .textBoxBlue .textInnerBoxBlue{width:100%;margin:0}.cnv-text-especial .cheapHomeAppliances{width:100%;height:auto}.cnv-text-especial .cheapHomeAppliances p{width:100%}.cnv-text-especial .homeAppliancesImagesBox{width:100%;height:auto;padding:0;float:none}.cnv-text-especial .homeAppliancesImagesBox img{margin:0 auto;text-align:center;clear:both}.cnv-text-especial .homeAppliancesImagesBox figcaption{width:100%;height:auto;margin:0 auto;clear:both}.cnv-text-especial .homeAppliancesImagesBox h3,.cnv-text-especial .homeAppliancesImagesBox p{margin-right:0 auto 16px auto}.cnv-text-especial .listBoxesAppliances{width:100%;height:auto;float:none}.cnv-text-especial .listBoxesAppliances img{margin:0 auto}.cnv-text-especial .listMiniBoxesAppliances img{margin:0 auto 8px}.cnv-text-especial .refrigeratorBox{height:auto}.cnv-text-especial .listMiniBoxesAppliances2{width:100%;height:auto;float:none}.cnv-text-especial .listMiniBoxesAppliances2 img{float:none;margin:0 auto;clear:both}.cnv-text-especial .listMiniBoxesAppliances{width:100%}}