/*ESTILIZAÇÃO DEFAULT*/
input[type="text"], input[type="password"] {
    border-radius: 3px;
    color: #808080 !important;
    float: left;
    border: none;
    font: 15px montRegular;
    height: 38px;
    padding: 0 10px;
    position: relative;
}
input.form-error,
select.form-error,
textarea.form-error{
	background: url("../../img/inputAlert.png") no-repeat scroll right top #fff;
    border: 1px solid #e4122f !important;
}
label {
    display: block;
    height: 40px;
}
.ui-tooltip, .arrow:after {
	background: #e4122f;
}
.ui-tooltip {
	color: #e4122f !important;
	border-radius: 20px;
	font: 12px/12px lato !important;
	width: 230px;
	border: 1px solid #e4122f !important;
	background: #f3f3f3 !important;
	padding: 10px 10px;
	text-align: center;
}
.effectblack {
    width: 100%;
    position: absolute;
    height: 100%;
    min-height: 100%;
    background: #000;
    opacity: 0.5;
    top: 192px;
    z-index: 1;
    display: none;
}
.arrow {
	width: 60px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 0;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	bottom: auto;
}
.arrow:after {
	content: "";
	position: absolute;
	right: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.btGray{
	color: #fff;
	font: 20px lato;
	padding: 10px 20px;
	margin-top: 10px;
}
.btRed{
	background: none repeat scroll 0 0 #e4122f;
	color: #fff;
	font: 20px montBold;
	padding: 10px 17px;
}
.btBig{
	font-size: 20px;
	background: #e4122f;
	padding: 10px;
	border-radius: 0px;
	font: 14px montBold;
	text-transform: uppercase;
}
#content{
	position: relative;
	width: 1145px;
	margin: 0 auto;
	clear: both;
}
.ttDefault{
	font: 16px/50px montBold;
	clear: both;
	color: #000;
	margin-bottom: 10px;
	border-top: 13px solid #e4122f;
}

.content .ttDefault{
	font: 47px/50px montBold;
	clear: both;
	color: #000;
	margin-bottom: 30px;
	padding-top: 25px;
	border-top: 0;
}

p.ttDefault {
	font: 16px/50px montBold;
	clear: both;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
	border-top: 13px solid #e4122f;
	letter-spacing: 0.07em;
}

.ttDefault span{
    font: 21px montRegular;
    margin: 0px 10px;
    color: #666;
    vertical-align: middle;
}
.ttDefault a{
    font: 14px montRegular;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
}
.ttDefault.pages-title{border-top: 0px;}
.ttDefault.pages-title span{
	color: #000;
	margin: 0px;
	text-transform: initial;
	font: 35px montBold;
}
p.mensagem-erro{
	border: 1px solid;
	border-radius: 3px;
	clear: both;
	color: #e4122f;
	font: 12px lato;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
	padding: 5px;
}

p.mensagem-sucesso{
	border: 1px solid;
    border-radius: 3px;
    clear: both;
    color: #53B949;
    font: 12px lato;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
}

#TrabalheCandidatosForm > p.mensagem-erro {
	float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#TrabalheCandidatosForm select {
	border-radius: 3px;
}

#TrabalheCandidatosForm p.mensagem-sucesso {
	float: none;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/*MODAL DE LOADING*/
.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('//i.stack.imgur.com/FhHRx.gif')
                50% 50%
                no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .modalLoading {
    display: block;
}

/*ESTILIZAÇÃO DE CHECKBOX*/
.checkboxStyle input{
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	width: 25px;
	margin: 0 auto;
}
.checkboxStyle {
	cursor: pointer;
	float: left;
	border: 2px solid;
}
.checkboxChecked {
	background: url("../../img/iconeCheck.png") no-repeat 0;
	float: left;
	background-position-x: 2px;
}

/*ESTILIZAÇÃO DE RADIO*/
.radioStyle input{
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 25px;
	width: 25px;
}
.radioStyle {
	float: left;
	margin-right: 15px;
	width: 12px;
	height: 12px;
	margin-top: 2px;
	cursor: pointer;
	border: 2px solid #000;
}
.radioChecked {
	background: url("../../img/iconeCheck.png") no-repeat 0;
	float: left;
	background-position: 4px;
}

.contentRegister .radioChecked {
	background: url("../../img/iconeCheck.png") no-repeat 0;
	float: left;
	background-position: 2px;
}

/*ESTILIZAÇÃO DE SELECT*/
.selectStyle{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    width: 215px;
    background: #fff;
    border-radius: 3px;
}
.selectStyle span {
	height: 100%;
	background: #fff;
	width: 32px;
	position: absolute;
	right: -11px;
	top: -0px;
	z-index: 0;
}
.contentRegister .selectStyle span {
	top: -3px;
}
.selectStyle small.triangle {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top: 10px solid #e4122f;
    height: 0;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 0;
}

.selectStyle select{
	background: none;
	border: none;
	height: 32px;
	padding: 8px 0px;
	position: absolute;
	font: 16px montRegular;
	color: #898989;
	width: 103%;
	z-index: 9;
	cursor: pointer;
}

.selectStyle select:selected {
	color: #000;
}

/*TOPO ESCURO*/
#top{
	position: relative;
	width: 1145px;
	margin: 0 auto;
}

.topDark{
	background: #293a4a;
	height: 220px;
}
.topDark .topGray{border-bottom: 1px solid #fff;}
.topDark .topContent .phoneTop p strong{color: #fff;}

.topContent__login{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/*TOPO*/
.topGray{
	width: 100%;
	background: #ffffff;
}
.loginMenu{
	width: 1145px;
	margin: 0 auto;
}
.loginMenu a {
	color: #000;
	font: 13px montRegular;
	text-transform: uppercase;

}
.loginMenu p {
	color: #000;
	font: 13px/40px montRegular;
	width: 14%;
	text-transform: uppercase;
	float: right;
	text-align: right;
}
.loginMenu a, 
.loginMenu p.loginOn {/* cursor: pointer; *//* background: url(../../img/avatar.svg) no-repeat; *//* background-position: 2px; *//* width: 70px; *//* margin-left: 7px; *//* margin-right: 35px; *//* background-size: 24px; */line-height: normal;/* width: auto; */}
.loginMenu p.cartMyBag {cursor: pointer;background: url(../../img/sacola.svg) no-repeat;background-position: 5px 10px;background-size: 12%;letter-spacing: 0.05em;}
.loginMenu a{/* background-position: 2px; *//* padding: 3px; *//* box-sizing: border-box; *//* padding-left: 10px; */} 

.loginMenu p a{
	color: #000;
	text-transform: uppercase;
}
.menuClient{float: right;}
.menuClient li{
	float: left;
	margin-right: 30px;
}
.menuClient li img{margin-top: 5px;}
.menuClient li:last-child{margin-right: 0;}
.menuClient li a{
	color: #fff;
	font: 13px/40px lato;
}

.loginAndCart span {
    float: right;
    display: block;
    padding: 13px 0px;
    font: 13px montRegular;
    padding-left: 30px;
    margin-left: 30px;
    letter-spacing: 0.05em;
    background: url(../../img/avatar.svg) no-repeat left;
    background-size: 26px;
    margin-right: 28px;
}

.user-logged{
	pointer-events: none;
}

.loginAndCart li.user,
.loginAndCart li.bag {
    padding-left: 28px;
}

.loginAndCart li.bag {
	background: url(../../img/sacola.svg) no-repeat left;
	background-size: 20px;
	background-position: 0px 0px;
}
.loginAndCart li.user {
    background: url(../../img/avatar.svg) no-repeat left;
    background-size: 26px;
}

.loginAndCart li {
    box-sizing: border-box;
    display: table-cell;
    font: 13px montRegular;
    letter-spacing: 0.05em;
    margin-right: 5px;
    height: 22px;
    vertical-align: middle;
    padding: 0px 8px;
    text-transform: uppercase;
}

.loginAndCart li a {
	display: block;
	text-align: center;
	width: 100%;
}

.loginAndCart {
    margin-top: 16px;
	display: flex;
	justify-content: center;
}

.loginAndCart.topContent__login--active{
	justify-content: flex-end;
}

.topContent{
	display: flex;
	clear: both;
	position: relative;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 13px solid #e4122f;
}
.boxLogo{
	position: absolute;
	width: 75%;
	height: 100%;
	background: url("../../img/logo-boitempo.png") no-repeat 0 0;
	background-size: 100%;
	margin-top: 10px;
	z-index: 1;
}
.boxLogo a{
	width: 99%;
	height: 99%;
}

.menuTop{
	width: 100%;
    margin-top: 65px;
    margin-right: 10px;
	z-index: 2;
}
.fixed-search-button, .menuTop button[type="submit"]{
	font-size: 60px;
	background: #fff;
	background: url('../../img/lupa.svg') no-repeat  center;
	width: 45px;
	height: 45px;
}
.menuTop > ul > li:first-child{
	border-left: none;
	background-position: 90% 10px;
	display: flex;
}
.menuTop > ul > li:last-child{padding-left: 15px;}
.menuTop > ul > li{
	padding: 8px 0px 0px;
	color: #e4122f;
	height: 100%;
	letter-spacing: 0.02em;
}
.menuTop > ul > li > a{
	font: 15px montSemiBold;
	color: white;
	text-transform: uppercase;
	display: block;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.menuTop ul li a span {
    display: block;
    font-family: latoBold;
}
.menuTop ul li a span.activeSpan {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.menuTop > ul > li:hover > #dropDownMenuV1{display: block;}
.menuTop > ul > li:hover > #dropDownMenuV2{display: block;}
.menuTop > ul > li.hasChildren:hover > #dropDownMenuV3{display: block;}
.menuTop > ul > li:last-child > #dropDownMenuV2{
	left: auto;
	right: 0;
}
/*LOGIN E CARRINHO HOME*/

.contentMenus .notice-boitempo {
	display: none;
	position: absolute;
	z-index: 9999;
}

.notice-boitempo p {
	color: #fff;
	width: 585px;
	margin-top: 100px;
	box-sizing: border-box;
	padding: 0px 20px;
	text-align: center;
	font-size: 30px;
	font-family: montBold;
}



.contentMenus .loginHome{
	position: absolute;
	display: none;
	width: 560px;
	height: 455px;
	z-index: 1000;
	background: #e4122f;
	right: 0;
	top: 125px;
}
.contentMenus .loginHome fieldset{background: transparent;margin-top: 0px;padding: 0px;}
.contentMenus .loginHome form{
	width: 83%;
	margin: 0px auto;
	float: none;
	padding-top: 16px;
}
.contentMenus .formLogin fieldset label {
	border: none;
	margin-bottom: 20px;
}
.contentMenus .cartHome h3,
.contentMenus .loginHome h3{
	background: transparent;
	color: #000;
	width: 83%;
	font: 20px montSemiBold;
	text-transform: uppercase;
	margin: 35px 45px;
}
.contentMenus .cartHome h3 .closeHome,
.contentMenus .loginHome h3 .closeLogin{
	color: #fff;
	float: right;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
}
.contentMenus .cartHome h3 .closeHome img,
.contentMenus .loginHome h3 .closeLogin img{
    width: 25px;
    cursor: pointer;
    height: 20px;
}
.contentMenus .loginHome form fieldset label input{
	height: 80px;
	margin-bottom: 20px;
	font-size: 22px;
	border-radius: 0px;
	text-indent: 15px;
}
.contentMenus .cartHome .cartTopDetails .btBlack,
.contentMenus .loginHome form fieldset .btGray{
	float: right;
	background: #000;
	text-transform: uppercase;
	font: 22px montSemiBold;
	text-decoration: none;
	color: #fff;
	padding: 10px 22px;
}
.contentMenus .loginHome form fieldset .notRegister{
	float: left;
	font: 20px montRegular;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	z-index: 9999;
}
.contentMenus .cartHome{
	position: absolute;
	max-height: 650px;
	width: 560px;
	display: none;
	padding-bottom: 30px;
	right: 0px;
	z-index: 1000;
	background: #e4122f;
}
.contentMenus .cartHome .cartTopDetails{
	width: 84%;
	margin: 0 auto;
}	
.contentMenus .cartHome .cartTopDetails > p.empty{text-align: center; }
.contentMenus .cartHome .cartTopDetails > p{
	float: left;
	clear: both;
	width: 100%;
	border-top: 2px solid #fff;
	color: #fff;
	padding: 20px 0px;
	margin-bottom: 30px;
}
.contentMenus .cartHome .cartTopDetails > p strong{float: right; font: 18px montSemiBold;}
.contentMenus .cartHome .cartTopDetails > p span{float: left; font: 18px montSemiBold;}
.contentMenus .cartHome .cartTopDetails li{
    border-top: 2px solid #fff;
    padding: 20px 0px;
    overflow: hidden;
    width: 99%;
}
.contentMenus .cartHome .cartTopDetails ul {
    max-height: 222px;
    overflow: auto;
}
.contentMenus .cartHome  .cartTopDetails ::-webkit-scrollbar-track {
    background-color: #e4122f;
}
.contentMenus .cartHome  .cartTopDetails ::-webkit-scrollbar {
    width: 6px;
    background: #e4122f;
}
.contentMenus .cartHome  .cartTopDetails ::-webkit-scrollbar-thumb {
    background: #ffffff;
    border:2px solid #ffffff;
    border-radius:5px;  
}
.contentMenus .cartHome .cartTopDetails li a{
	float: left;
	width: 70%;
	color: #fff;
}
.contentMenus .cartHome .cartTopDetails small,
.contentMenus .cartHome .cartTopDetails .nameProduct{
	color: #fff;
	font: 20px montRegular;
}
.contentMenus .cartHome .cartTopDetails small{float: right;}
#dropDownMenuV1 {
	display: none;
	background: #e4122f;
	width: 200px;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 2;
}
/*BUSCA MENU*/
.searchTop{
	position: absolute;
	width: 100%;
	height: 172px;
	top: -241px;
	background: #fff;
	z-index: 1000;
}
.searchTop label {
	height: 80px;
	margin-top: 60px;
	clear: both;
	float: left;
	width: 1145px;
}
.searchTop input[type="text"]{
	border: none;
	width: 94%;
	height: 75px;
	font-size: 57px;
	color: #a7a7a7 !important;
}
.searchTop button{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	height: 40px;
	padding: 0 10px;
	margin: 20px auto;
}
.searchTop > p{
	float: right;
	width: 100%;
	margin-top: 20px;
}
.searchTop .closeSearch{
	float: right;
	color: #b4b4b4;
	cursor: pointer;
	font-size: 25px;
}


#dropDownMenuV1 > li {
	display: block;
	position: relative;
}
#dropDownMenuV1 > li > a {
	display: block;
	padding: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}
#dropDownMenuV1 > li:hover > ul {display: block;}
#dropDownMenuV1 > li > ul {
	display: none;
	width: 200px;
	background: #e4122f;
	position: absolute;
	top: 0;
	left: 200px;
}
#dropDownMenuV1 > li > ul > li {
	display: block;
	position: relative;
}
#dropDownMenuV1 > li > ul > li:hover > ul {display: block;}
#dropDownMenuV1 > li > ul > li > a {
	display: block;
	padding: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}
#dropDownMenuV1 > li > ul > li > ul {
	display: none;
	width: 200px;
	background: #e4122f;
	position: absolute;
	top: 0;
	left: 200px;
}
#dropDownMenuV1 > li > ul > li > ul > li {
	display: block;
	position: relative;
}
#dropDownMenuV1 > li > ul > li > ul > li > a {
	display: block;
	margin: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}

#dropDownMenuV2 {
	display: none;
	background: #e4122f;
	width: 470px;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 2;
}
#dropDownMenuV2 > li {
	display: inline-block;
	width: 43.5%;
	margin: 0 3% 3%;
}
#dropDownMenuV2 > li > a {
	display: block;
	margin: 8px 12px;
	font: 16px latoBold;
	color: #fff;
}
#dropDownMenuV2 > li > ul {
	background: #e4122f;
	float: left;
	width: 95%;
	margin-left: 5%;
}
#dropDownMenuV2 > li > ul > li {
	display: block;
}
#dropDownMenuV2 > li > ul > li > a {
	display: block;
	margin: 8px 12px;
	font: 15px lato;
	color: #fff;
}
.drop-down-menu,
#dropDownMenuV3 {
	display: none;
	background: #e4122f;
	width: 100%;
	position: absolute;
	left: 0;
	padding: 35px 0px 70px;
	z-index: 10;
	top: 153px;
}
.drop-down-menu > li,
#dropDownMenuV3 > li {
    width: 26%;
    margin: 3% 0;
    border-top: 4px solid #000;
    padding-top: 20px;
    float: left;
    margin-left: 65px;
}

.drop-down-menu > li p.titleProduct,
#dropDownMenuV3 li p.titleProduct,
#dropDownMenuV3 > li.white.colections > h3 {font-size: 16px;}

.drop-down-menu > li > a,
.drop-down-menu > li > h3,
#dropDownMenuV3 > li > a,
#dropDownMenuV3 > li > h3 {
	display: block;
	margin: 15px 0px 20px;
	letter-spacing: 0.07em;
	font: 21px montBold;
	color: #000;
	float: left;
	text-transform: uppercase;
}

.drop-down-menu > li > ul,
#dropDownMenuV3 > li > ul {
	background: #e4122f;
	float: left;
	width: 95%;
}

.drop-down-menu > li > ul > li,
#dropDownMenuV3 > li > ul > li {
	display: block;
}

.drop-down-menu > li > ul > li > a,
#dropDownMenuV3 > li > ul > li > a {
	display: block;
	margin: 0px;
	font: 15px/28px montRegular;
	color: #fef2f4;
	text-align: left;
}
.drop-down-menu > li > ul > li.author > a,
#dropDownMenuV3 > li > ul > li.author > a {
    display: block;
    margin: 45px 0px 20px;
    letter-spacing: 0.07em;
    font: 21px montBold;
    color: #000;
    float: left;
    text-transform: uppercase;
}

.drop-down-menu li span,
#dropDownMenuV3 li span{
	margin: 0px;
	text-align: left;
	width: 100%;
	float: left;
	color: #fff;
}

.drop-down-menu li span.autorProduct,
#dropDownMenuV3 li span.autorProduct{font: 15px/28px montRegular;}

.drop-down-menu li span.valueProduct,
#dropDownMenuV3 li span.valueProduct{font: 16px/20px montSemiBold;}

.drop-down-menu li p.titleProduct,
#dropDownMenuV3 li p.titleProduct{color: #fff;width: 90%;margin-bottom: 15px;font-size: 15px;text-align: left; }

.drop-down-menu li a.linkProduct img,
#dropDownMenuV3 li a.linkProduct img{
	width: 150px;
	min-height: 220px;
	max-height: 220px;
	margin-bottom: 10px;
}

.drop-down-menu li .nameProduct,
#dropDownMenuV3 li .nameProduct{
	font: 16px montSemiBold;
	text-transform: inherit;
}

#dropDownMenuV3 > li.white.colections ul li:last-child{margin-top: 20px;}

.drop-down-menu > li.white.colections ul li a,
#dropDownMenuV3 > li.white.colections ul li a{
	font-size: 13px;
    line-height: 24px;

}

.drop-down-menu > li.white,
#dropDownMenuV3 > li.white{height: 330px;}

.drop-down-menu > li.white.actors:nth-child(3),
#dropDownMenuV3 > li.white.actors:nth-child(3){height: auto;}

.drop-down-menu > li.white:nth-child(3) h3,
#dropDownMenuV3 > li.white:nth-child(3) h3{color: #fff; font-size: 16px;}

.drop-down-menu > li.colections h3,
#dropDownMenuV3 > li.colections h3{font-size: 16px;}


.drop-down-menu > li.white .product-feature img,
#dropDownMenuV3 > li.white .product-feature img{float: left; clear: both;}

.drop-down-menu > li.white .product-feature a,
#dropDownMenuV3 > li.white .product-feature a{
    float: left;
    letter-spacing: 1px;
    color: #fef2f4;
    margin: 5px auto 5px;
    clear: both;
    font: 18px montBold;
    text-decoration: none;
    text-align: left;
}
.drop-down-menu > li.white .product-feature .authors-feature,
#dropDownMenuV3 > li.white .product-feature .authors-feature{
	font: 15px/25px bitter;
	clear: both;
	color: #fef2f4;
}

.drop-down-menu > li.white .product-feature span,
#dropDownMenuV3 > li.white .product-feature span{
    font: 15px/30px montBold;
    color: #fef2f4;
    float: left;
    clear: both;
}

/*BANNER DESTAQUE*/
.bannerTopo{
	float: left;
	clear: both;
	position: relative;
	width: 1145px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}
.bannerTopo .bx-controls-direction {
	float: right;
    position: absolute;
    top: 30px;
    right: 15px;
}


.bannerTopo .bx-controls-direction a i{font-size: 25px;color: #000;}
.bannerTopo .bx-controls-direction a.bx-prev{margin-left: -30px;}

/*CARROSSEL DE MARCAS*/
.carouselFooter h4{
	font: 20px lato;
	color: #be9e2e;
	margin-bottom: 18px;
}
.carouselMark{clear: both;}
.carouselMark ul li{
	border: 1px solid #f9f9f9;
    float: left;
    height: 100px;
    margin-right: 18px;
    width: 150px;
    margin-bottom: 20px;
    box-sizing: border-box;
	text-align: center;
}
.carouselFooter{
	clear: both;
    margin: 0 auto 45px;
    position: relative;
    width: 940px;
}
.carouselMark .bx-controls-direction{position: absolute;width: 850px; top: 80px;margin-left: -15px;}
.carouselMark .bx-wrapper{
	float: left;
    margin-bottom: 5% !important;
    margin-left: 5% !important;
}
.carouselMark .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
}
.carouselMark .bx-controls.bx-has-controls-direction {
    top: 51px;
    position: absolute;
}
/*NEWSLETTER*/
.newsFooter{
	height: 75px;
	overflow: hidden;
	width: 273px;
}
.newsFooter .newsletter{margin: -3px auto;}

.newsFooter .newsletter p{
	color: #000;
	float: left;
	font: 15px montSemiBold;
	text-transform: uppercase;
	width: 95%;
	margin: 0px auto 10px;
	letter-spacing: 0.05em;
}
.newsFooter .newsletter label{
    float: right;
    clear: both;
    border: 1px solid #e4122f;
    border-right: 0px;
    height: auto;
}
.newsFooter .newsletter label .btGray{
    padding: 11px 12px;
    margin-top: 0px;
    font-family: montBold;
    background: #e4122f;
    border-radius: 0px;
    font-size: 14px;
	letter-spacing: 0.02em;
}
.newsFooter .newsletter label input.form-error{border-radius: 0px;}
.newsFooter .newsletter label input.email{
	width: 188px;
    padding-right: 0px;
    position: inherit;
    height: 38px;
    border: 1px solid #fff;

}

/*RODAPÉ*/
#footer {background: #ffffff;width: 100%;}
.footerLinks{
	display: grid;
	grid-template-columns: repeat(4, 190px);
	gap: 40px;
}
#footer .contentFooter{
	width: 1145px;
	margin: 0 auto;
	background: #e4122f;
	overflow: hidden;
}
#footer .contentFooter h4{
	font: 15px montSemiBold;
	color: #fff;
	padding: 20px 0px;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	letter-spacing: 0.07em;
}

.payments-form__title{
	padding-top: 30px !important;
}

#footer .contentFooter ul li{
	float: left;
	margin-right: 10px;
}
#footer .contentFooter ul li:last-child{margin-right: 0;}
#footer .contentFooter .logoAbout{
	width: 275px;
}
#footer .contentFooter .logoAbout img{width: 68%;margin: 0 30px;}
#footer .contentFooter .logoAbout figure{
	text-align: center;
}
#footer .contentFooter .about{
	margin-top: 23px;
	margin-bottom: 35px;
	width: 210px;
	color: #fff;
	font: 13px latoLightItalic;
}
#footer .contentFooter .payments{
	float: left;
	margin-top: 15px;
}
#footer .contentFooter .security{
	float: right;
	margin-right: 6%;
	margin-top: 15px;
}
#footer .contentFooter .phone{
	float: left;
	clear: both;
	width: 145px;
	padding-left: 60px;
	margin-top: 20px;
	margin-right: 60px;
	background: url("../../img/phoneTop.png") no-repeat 0 0;
}
#footer .contentFooter .phone h4{margin-bottom: 0;}
#footer .contentFooter .phone strong{
	font: 20px latoBold;
	color: #fff;
	display: block;
}
#footer .contentFooter .phone small{
	font: 10px tahoma;
	color: #fff;
	width: 145px;
	float: right;
}
#footer .contentFooter .footerLinks .listLinks.teachers h4{padding-bottom: 12px;}
#footer .contentFooter .footerLinks .listLinks.teachers ul li a{
	font: 15px montSemiBold;
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 12px 0px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
#footer .contentFooter .listLinks{
	width: 100%;
	display: inline-block;
}

#footer .contentFooter .listLinks_title--footer{
	border: none;
}

#footer .contentFooter .listLinks.siteSecurity h4{
	border-top: none;
}

#footer .contentFooter .listLinks.siteSecurity h4 i{
	float: left;
	font-size: 35px;
    padding-right: 10px;
}
#footer .contentFooter .listLinks.siteSecurity h4 span{
	float: left;
	width: 70%;
}
#footer .contentFooter .listLinks.clear{clear: both;}
#footer .contentFooter .listLinks li{float: none;}
#footer .contentFooter .listLinks li p,
#footer .contentFooter .listLinks li a{
	font: 14px/25px montRegular;
	color: #fff;
}
#footer .contentFooter .social{
	float: right;
	margin-top: 63px;
	width: 15%;
	margin-right: 1%;
}
#footer .contentFooter .social ul li{
	height: 40px;
	width: 55px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#footer .contentFooter .social ul li img{width: 100%;}
#footer .contentFooter address{
	margin: 20px auto;
	color: #fff;
	width: 65%;
	padding-top: 45px;
}
#footer .contentFooter address small{
	font: 12px/25px montRegular;
	display: block;
	padding: 0 8px;
}

#footer .contentFooter address small a {
    color: #fff;
}

#footer .contentFooter address small:first-child{display: block;}
#footer .contentFooter .dev{
	float: right; 
	margin-top: 25px;
}
#footer .contentFooter .whatsapp{
	clear: right;
    float: right;
    margin-right: 20px;
    margin-top: 3%;
    color: #fff;
    font: 15px latoBold;
}

.listLinks.payments-form{
	grid-column: 1 / 4;
}

.listLinks-Payments__name{
    font: 16px/25px montRegular;
    padding-bottom: 15px;
    color: #FFF;
}

.listLinks-Payments__list{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	place-items: center flex-start;
	max-width: 150px;
}

.listLinks-Payments__item{
	width: 60px;
}

.listLinks-Payments__img{
	max-width: 100%;
}

.infoBottom{
	grid-column: 4;
	width: 100%;
	display: grid;
	place-items: flex-start;
}

/*COLUNA PRIMÁRIA*/
#primary{
	float: left;
	overflow: hidden;
}
.categories {
	width: 220px;
	float: left;
	clear: left;
	margin-bottom: 20px;
	font-family: lato, sans-serif;
	background: #f8f8f8;
}
#primary .categories h2{
	background: #f8f8f8;
    border-bottom: 1px solid #e4122f;
    line-height: 24px;
    margin-top: 6px;
    font-weight: normal;
    padding: 5px 12px;
}
#primary .categories > span{
	color: #e4122f;
    display: block;
    font-family: latoItalic,sans-serif;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 0 10px;
}
#primary .categories h2 a{
	color: #e4122f;
    font-family: latoItalic,sans-serif;
    font-size: 16px;
}
.categories * {
	font-family: inherit;
}
.categories .level-1 > li > a {
	background: #f8f8f8;
    border-bottom: 1px solid #e4122f;
    color: #e4122f;
    font-family: latoItalic, sans-serif;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 12px;
    margin-top: 6px;
}

.categories ul li a {
    color: #475c6f;
    display: block;
    font-size: 13px;
    padding: 10px;
}
.categories ul.level-1 > li {
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e6e6;
	background: #f8f8f8;
}
.categories ul li{border-bottom: 1px solid #e5e6e6;}
.categories ul li.hidden {display: none;}
.categories a.filter{
	font-size: 13px;
	color: #475c6f;
	display: block;
	padding:10px;
}
.categories a.filter.grade{
	float: left;
	height: 30px;
	width: 30px;
	padding: 0;
	margin: 10px;
	border: 2px solid #f8f8f8;
	text-align: center;
	overflow: hidden;
}
.categories a.filter.grade.checked,
.categories a.filter.grade:hover{
	border: 2px solid #e4122f;
	vertical-align: middle;
	border-radius: 3px;
}
.categories a.filter.limparFiltros{
	float: none;
	clear: both;
	width: auto;
	border: none;
	text-align: left;
	padding-left: 10px;
}
.categories a.filter.limparFiltros:hover{border: none;}
.categories ul .level-3 li {
	margin-bottom: 0;
}
.categories ul .level-3 a {
	padding:5px;
}
.categories .level-2 li li {
	padding-left: 10px;
}
/*--- ACORDION ---*/ 

.acordion{
	width: 220px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.acordion h2:first-child{margin-top: 0;}
.acordion h2{
	background:#f8f8f8;
    border-bottom: 1px solid #357bba;
    color: #357bba;
    cursor: pointer;
    font: 13px/31px latoItalic;
    margin-top: 6px;
    text-indent: 7px;
}
.acordion h2.active{background:#f8f8f8;}
.acordion ul{
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e6e6;
	background: #f8f8f8;
}
.acordion ul li{
	text-indent: 20px;
	border-bottom: 1px solid #e5e6e6;
}
.acordion h2 a { padding: 5px 40px 5px 12px; display: block;}
.acordion ul li a{
	font: 13px/40px lato;
	color: #475c6f;
}

/*--- ACORDION C/SETAS---*/ 

.acordion2{
	width: 220px;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.acordion2 h2:first-child{margin-top: 0;}
.acordion2 h2{
	
    border-bottom: 1px solid #357bba;
    color: #357bba;
    cursor: pointer;
    font: 13px/31px latoItalic;
    margin-top: 6px;
    text-indent: 7px;
}
.acordion2 h2 a { padding: 5px 40px 5px 12px; display: block; background: url('../../img/down.png') no-repeat 96% center #f8f8f8;}
.acordion2 h2 a.active{background: url('../../img/up.png') no-repeat 96% center #f8f8f8;}
.acordion2 ul{
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e6e6;
	background: #f8f8f8;
}
.acordion2 ul li{
	text-indent: 20px;
	border-bottom: 1px solid #e5e6e6;
}
.acordion2 ul li a{
	font: 13px/40px lato;
	color: #475c6f;
}

.lateralBanners{
	width: 220px;
	float: left;
	clear: left;
}
.lateralBanners > div{
	margin-bottom: 20px;
}
.lateralBanners .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 5px;}
.lateralBanners .bx-wrapper .bx-controls-direction a.bx-prev{left: 10%;}
.lateralBanners .bx-wrapper .bx-controls-direction a.bx-next{right: 5%;}
.bannerShowcase{
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bannersMini{
	width: 100%;
	float: left;
}
.bannersMini div{
	display: inline-block;
	margin-right: 25px;
	height: 330px;
	width: 380px;
	margin-bottom: 20px;
}
.bannersMini div:last-child{margin-right: 0px;}
.bannersMini div .ajaxPr .produto-link .produto-img{float: left;}
.bannersMini div .ajaxPr .valuesProducts{margin-top: 15px;float: left; width: 100%;}
.bannersMini div .ajaxPr .valuesProducts span{
	font:  18px/30px montBold;
	float: left;
	clear: both;	
}
.bannersMini div .ajaxPr .valuesProducts .valor-avista,
.bannersMini div .ajaxPr .valuesProducts .produto-nome{color: #000;}
.bannersMini div .ajaxPr .valuesProducts .valor_percentual{color: #e4122f;}
.bannersMini div .ajaxPr .valuesProducts .produto-autor{
	font: 15px/28px montRegular;
    color: #000;
}

/*MIGALHA*/
.breadcrumbs{
	float: left;
	padding-bottom: 25px;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-top: 30px;
	margin-bottom: 20px;
}
.breadcrumbs em{
	font: 15px montMedium;
	float: left;
	color: #000;
}
.breadcrumbs li:last-child{color: #000;}
.breadcrumbs li{
	float: left;
	margin-left: 15px;
	color: #000;
	text-transform: uppercase;
	font: 15px montMedium;
}
.breadcrumbs li:first-child{margin-left: 0px;}
.breadcrumbs li a{
	font: 16px montMedium;
	color: #000;
	padding-right: 15px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.breadcrumbs li span{
	color: #000;
	text-transform: uppercase;
	font: 16px montMedium;
	font-weight: 500;
	letter-spacing: 0.12em;
	padding-right: 10px;
}
/*
    Vitrines temáticas
*/
.tematic-header {
    padding:23px 40px;
    background-position: center center;
    background-size:100% auto;
    -webkit-background-size:100% auto;
    -moz-background-size:100% auto;
    background-color: #EEEEEE;
    margin:20px auto;
    box-shadow: 0 3px 1px rgba(0,0,0,.2);
}
.tematic-header h2 ,
.tematic-header .h2 {
    color:#e4122f;
}
.tematic-header * {
    font-family: inherit;
}
.tematic-header .tematic-logo .image {
    float:left;
    display: block;
    margin:10px;
    overflow: hidden;
    border:2px solid #FFF;
}
.tematic-header .tematic-logo .image img {
    max-width: 210px;
    height:auto;
    display: block;
}
.tematic-header .tematic-logo .group-title {
    font-size: 26px;
    font-family: latoBold, sans-serif;
    font-weight: normal;
    float: left;
    max-width: 50%;
    margin-top: 60px;
    margin-left: 48px;
    text-shadow: -2px 1px 6px rgba(0,0,0,.2);
}
.tematic-header .tematic-logo .legend {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color:#000000;
}
.tematic-header .tematic-logo h4,
.tematic-header .tematic-logo .h4 {
    font-size: .8em;
    font-weight: normal;
    font-style: italic;
    color:#EEE;
    margin-bottom: 12px;
    font-family: lato, sans-serif;
}
.tematic-logo:after,
.tematic-header:after {
    width: auto;
    clear: both;
    float: none;
    display: block;
    content:"  "    ;
}
.tematic-flush .listProducts,
.tematic-flush .listProducts ul {
    float:none;
    width: auto;
    overflow: hidden;
}
.tematic-flush .listProducts li {
    margin-right: 20px !important;
    overflow: hidden;
}
.tematic-flush .listProducts li:nth-child(4n+4) {
    margin-right: 0 !important; 
}
.tematic-flush .listProducts li p {
    width: 100px;
}

/* TELEVENDAS */

.TelevendasEscolhaCliente .divEscolhaCliente {
	width: 600px;
}

.TelevendasEscolhaCliente .divAvisoTelevenda {
	color: #DA0B13; 
	border: solid 1px #DA0B13; 
	border-radius:5px; 
	margin: 20px 0px 30px 0px; 
	padding: 15px 10px;
	text-align: center;
	font-size: 13px; 
	font-weight: bold;
}

.TelevendasEscolhaCliente .divAvisoTelevenda .icoFechar {
	float: right;
	width: 12px;
	height: 15px;
	margin-top: 2px;
	background: url("../../img/ico-fechar.png") no-repeat;
	cursor: pointer;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca div {
	margin: 0px 10px 0px 10px;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca .divLabelBuscar {
	float:left; 
	vertical-align: middle; 
	padding-top:12px;
	font-weight: bold;
	color:#555;
	font-size: 15px;
}

.TelevendasEscolhaCliente .divEscolhaClienteBusca .buttonBuscar {
	margin-left: 10px;
}

.TelevendasEscolhaCliente .divResultadoBuscaCliente {
	padding: 0px 0px 50px 0px;
}

.TelevendasEscolhaCliente .tableResultadoBusca {
	width:920px; 
	border: solid 1px #ccc;
	font-family: lato;
	font-size: 14px;
}
.TelevendasEscolhaCliente .tableResultadoBusca td {
	padding: 10px;
	border: solid 1px #ccc;
}
.TelevendasEscolhaCliente .tableResultadoBusca thead {
	background-color: #e8e8e8;
}
.TelevendasEscolhaCliente .tableResultadoBusca thead td {
	background-color: #e8e8e8;
	font-weight: bold;
}
.TelevendasEscolhaCliente .tableResultadoBusca tbody td {
	color:#666;
}

.TelevendasEscolhaCliente .btBuscarTelevenda{
	background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #000;
    font: 14px latoBold;
   	padding: 3px 5px;
}

.divTelevendasEscolha,
.divTelevendasEscolhaCliente {
	padding: 50px 0px 50px 20px;
}
.divTelevendasEscolha form {
	margin-top: 0px;
}
.divTelevendasEscolha div {
	border: solid 1px #ccc; 
	width:400px; 
	padding: 20px 0px 20px 0px;  
	margin-bottom:10px;
	cursor:pointer;
	font-weight: bold;
}
.divTelevendasEscolha div:hover {
	background-color: #e4122f;
	color: #ffffff;
}

/* fim TELEVENDAS */

/*PROCESSO DE COMPRA*/
.processPurchase {
    clear: both;
    height: 70px;
    margin: 0 auto 25px;
    padding-top: 25px;
    width: 765px;
}
.processPurchase li {
    float: left;
    height: 70px;
    position: relative;
    width: 180px;
}
.processPurchase li:last-child {
    width: 45px;
}
.processPurchase li a {
    bottom: 0;
    color: #c9c9c9;
    display: block;
    font: 15px latoBoldItalic;
    margin-left: -15px;
    position: absolute;
}
.processPurchase li a.active {color: #e4122f;}
.processPurchase li:nth-child(3) a {
    margin-left: -5px;
}
.processPurchase .active a {
    color: #f38f1f;
}
.processPurchase .pass a {
    color: #f38f1f;
}
.processPurchase .circle {
    background: none repeat scroll 0 0 #bababa;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 1;
}
.processPurchase .circle:before {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: block;
    height: 22px;
    margin: 11px auto;
    width: 22px;
}
.processPurchase .circleActive {
    background: none repeat scroll 0 0 #e4122f;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 99;
}
.processPurchase .circleActive:before {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 100%;
    color: #e4122f;
    content: "";
    display: block;
    height: 22px;
    margin: 11px auto;
    width: 22px;
}
.processPurchase .circleActive a {
    color: #e4122f;
}
.processPurchase .pass .circleActive {
    background: none repeat scroll 0 0 #e4122f;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 1;
}
.processPurchase .pass .circleActive:after {
    background: none repeat scroll 0 0 #e4122f;
    border: 0 none;
    border-radius: 100%;
    color: #e4122f;
    content: "";
    display: block;
    height: 10px;
    margin: -27px auto;
    width: 10px;
}
.processPurchase .pass .circleActive ~ a {
    color: #e4122f;
}
.processPurchase .inpass .circleActive {
    background: none repeat scroll 0 0 #e4122f;
    border-radius: 100%;
    height: 44px;
    position: absolute;
    width: 44px;
    z-index: 2;
}
.processPurchase .inpass .circleActive:after {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 100%;
    color: #fff;
    content: ".";
    display: block;
    height: 22px;
    margin: -32px auto;
    width: 22px;
}
.processPurchase li span.line {
    border-bottom: 10px solid #bababa;
    position: absolute;
    right: -2px;
    width: 78%;
    z-index: 1;
}
.processPurchase li span.line.active {
    border-bottom: 10px solid #e4122f;
}
.processPurchase li.pass span.line {
    border-bottom: 10px solid #e4122f;
}
.processPurchase li.inpass span.line.active {
    border-bottom: 10px solid #bababa;
}

/* PAGINADOR */
.paginator {
	clear: both;
	display: inline-block;
	margin:10px 0 10px 20px;
	float: right;
	text-align: center;
	width: 700px;
}
.paginator > a,
.paginator .disabled {
	display: inline-block;
	overflow: hidden;
	margin-top:7px;
	vertical-align:top;
}
.paginator a {text-decoration: none !important;}
.paginator em {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #e4122f;
}
.paginator ol {
	display: inline-block;
	overflow: hidden;
}
.paginator li {
	float: left;
	font: bold 16px/36px lato;
	color: #000;
	width: 32px;
	height: 36px;
	list-style: none;
	margin: 0 5px;
	text-align: center;
	padding:0;
}
.paginator li a {
	display: block;
	font: 16px/36px latoBold;
	color: #000000;
}
.paginator li.current,
.paginator li:hover {
	background: #e4122f;
	color: #fff;
}
.paginator li.current a,
.paginator li:hover a {
	color: #fff;
}

/* CSS do auto complete */
input.ac-f1search {
	outline:0
}
div.ac-f1search {
	background: #e4122f none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 7px 10px #999;
    display: block;
    font: bold 12px/15px lato;
    margin-top: 41px;
    padding: 5px 2px 10px;
    position: absolute;
    width: 483px !important;
    z-index: 9999999;
}
.ie8 div.ac-f1search {	
	left:auto!important;
}

div.ac-f1search ul,
div.ac-f1search li {
	margin:0px;
	padding:0px;
	list-style: none;
}
div.ac-f1search li.groupbox {
	padding:3px;
	color:#e4122f;
	font: bold 16px/15px lato;
	clear:both;
}

div.ac-f1search ul.hintoptions {
	background:#fff;
	max-height:450px;
	overflow:auto;
}

div.ac-f1search div.loading {
	width:100%;
	background: url("../../img/loading.gif") center center no-repeat;
	height:20px;
}

div.ac-f1search li.option {
	margin:2px;
	padding:2px;
	color:#7c7c7c;
	font: 12px/15px lato;
	border-radius: 4px;
	border: 1px solid #fff;
	cursor: pointer;
}
div.ac-f1search li.option span{font: 13px lato;}
div.ac-f1search li.resultados,
div.ac-f1search li.categorias {
	float:left;
	background:#f3f3f3;
}

div.ac-f1search li.option span.highlight{
	font-weight:bold;
	color:#7c7c7c;
	font-family: lato;
}

div.ac-f1search li.maisvendidos,
div.ac-f1search li.produtos {
	clear:both;
}

div.ac-f1search .miniatura-produto  {
	height:71px;	
}

.ie8 div.ac-f1search .miniatura-produto:hover {background: #f0f0f0;}

div.ac-f1search .miniatura-produto img {
	float:left;
	margin:8px;
}

div.ac-f1search .miniatura-produto > strong {
    color: #7c7c7c;
    float: left;
    font-family: lato;
    font-weight: normal;
    height: 50px;
    margin-top: 8px;
    padding-left: 10px;
    font-size: 14px;
    padding-right: 10px;
    padding-top: 5px;
    width: 355px;
}

div.ac-f1search li.option:hover .miniatura-produto > strong,
div.ac-f1search li.selected .miniatura-produto > strong {
	background: #F0F0F0;
	color: #7c7c7c;
}

div.ac-f1search .miniatura-produto > span,
div.ac-f1search .miniatura-produto > span > span {
	display:inline-block;
	padding:5px;
	font-weight:normal !important;
	color:inherit !important;
}
.preload-img {
	background: url("../../img/loading.gif") -1000 no-repeat;
	width:0px; height:0px;
}
/* fim do CSS do auto complete */
.vitrines {
	margin-top: 50px;
}
/*Menu de imagens*/
.menuTop ul li {text-align: center;}
.menuTop ul li a {display: block;}
.menuIcoHover {display: none;}
/* Provador virtual */
p.titleProvador{
	color: #fff;
	background-color: #e4122f;
}
.contentProvador{
	background-color: #fff;
	border-color: #e4122f !important;
}

.contentProvador p.subtitle {
	color: #e4122f;
	font-family: lato;
}

ul.news-list li {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
ul.news-list {
    width: 100%;
    overflow: hidden;
}

ul.news-list .img-news {
    float: left;
    width: 22%;
}

ul.news-list .news-details {
    float: left;
    margin-left: 20px;
    width: 40%;
}

.js-produto-detalhe {
	float: right;
	width: 435px;
}

.news-details h4 {
    font-family: montBold;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 26px;
}

.news-resume {
    font-family: montRegular;
    margin-bottom: 5px;
}

a.btGreen.rounded.saiba-mais {
    border: 1px solid;
    padding: 10px 20px;
    background: #e4122f;
    font-family: montBold;
    text-transform: uppercase;
    color: #fff;
}

.authors-header {margin-bottom: 10px;}

.img-news-description {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 35%;
}

.text-news-description {
    width: 100%;
    display: block;
}

.news-description .productLeft {
    width: 100%;
}

.paginator li a:hover {
	color: black !important;
}

.carouselProductsHome .bx-viewport {
    width: 100% !important;
}

span.label-book {
    font: 16px/30px montRegular;
    color: #000;
}

.box-detalhe-compra p {
    font: 21px/30px bitterRegular;
    color: #000;
}

div#productDescription p {
    line-height: 36px !important;
    font-size: 21px !important;
}

.tooltip .tooltip-inner {
    background: #e4122f;
}

.tooltip .tooltip-inner * {
    color: #FFF;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #e4122f !important;
}

.tooltip.in {
    opacity: 1 !important;
}

.button-sale {
    color: #e4122f;
    font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-family: montBold;
}

.containerAuthors h3 {
    text-transform: uppercase;
	letter-spacing: 0.02em;
}

.detalhe-list-autores li {
    color: #e4122f;
    font : 16px/30px montSemiBold;
}

a.download-catalogo-completo {
    border: 2px solid;
    padding: 3px 0px;
    text-align: center !important;
    display: block;
    margin-top: 19px !important;
    width: 55%;
}

.about span:nth-child(1), .about span:nth-child(2), .about span:nth-child(3) {
    display: block;
}

.about span {
    display: none;
}

.loginOn.logout {
	cursor: pointer;
	text-transform: uppercase;
}

ul.book-list img {
    display: block;
}

.resume-total-compra img {
    border: 1px solid #ccc;
}

.author-profile .list-authors .about {
    width: 25% !important;
    margin-right: 5%;
}

.content-cart-list {
	width: 100%;
}

.contentFooter__firstElement{
	display: flex;
    align-items: flex-start;
    padding-top: 70px;
}

.logoAbout address small a {
	color: inherit;
	font-family: inherit;
}

.phrase-shop {
    width: 100%;
    overflow: hidden;
    float: left;
    height: 50px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #fff;
}

.phrase-shop p {
    font-family: montRegular;
}

.news-description .text-news-description {
    float: left;
    width: 61%;
    text-align: justify;
}

.news-description .text-news-description * {
    font-family: montRegular;
    letter-spacing: 0.1px;
    line-height: 25px;
}

.news-title-middle {
    width: 30%;
    float: left;
}

.news-title-middle h4 {
    font-family: montBold;
    font-size: 24px;
}

.img-news-description img {
    width: 100%;
}

.news-title-middle a {
    text-decoration: none;
}

.notice-boitempo.login {
    position: relative;
    width: 100%;
    float: left;
}

.notice-boitempo.login p {
    color: #000;
    margin: 0;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.07em;
}

.notice-boitempo span {
    color: #e4122f;
    font-family: montBold;
}

.loginAndCart li {
	cursor: pointer;
}

.loginAndCart li:nth-child(2n) a,
.loginAndCart li:nth-child(3n) a,
.loginAndCart li:nth-child(4n) a ,
.loginAndCart li:nth-child(5n) a {
    border-left: 1px solid #000;
    padding-left: 5px;
}
.loginAndCart li a:hover {
	text-decoration: none;
}

nav.menuTop > ul {
    display: flex;
	justify-content: flex-end;
	align-items: center;
    width: 100%;
	cursor: pointer;
}

nav.menuTop > ul > li {
    box-sizing: border-box;
    padding: 7px 10px;
}