@import "../css/header.css";
@import "../css/footer.css";
@import "../css/home.css";
@import "../css/produto.css";

/* Fonte Inter Normal */
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
	font-weight: 100 900; /* Suporte para todos os pesos entre 100 e 900 */
	font-style: normal;
}

@font-face {
	font-family: "Italiana";
	src: url("../fonts/Italiana-Regular.ttf") format("truetype");
	font-weight: 100 900; /* Suporte para todos os pesos entre 100 e 900 */
	font-style: italic;
}

/* Fonte Inter Italic */
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf")
		format("truetype");
	font-weight: 100 900; /* Suporte para todos os pesos entre 100 e 900 */
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype"),
		url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
	font-weight: 100 900;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf")
		format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "betty_molly_-_personal_useRg";
	src: url("../fonts/betty_molly_-_personal_use-webfont.woff2") format("woff2"),
		url("../fonts/betty_molly_-_personal_use-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "weather_sunday_-_personal_uRg";
	src: url("../fonts/weather_sunday_-_personal_use-webfont.woff2")
			format("woff2"),
		url("../fonts/weather_sunday_-_personal_use-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Montserrat", sans-serif !important;
	background-color: #fff;
}

#loading {
	z-index: 1000000000 !important;
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../../../img/loading.gif) no-repeat center;
	background-color: rgba(255, 255, 255, 0.6);
}

#loading.close {
	display: none;
}

#loading bac .carregando {
	position: absolute;
	left: 50%;
	margin-left: -77px;
	top: 50%;
	margin-top: -21px;
}

.carrossel_marca {
	background: #fff;
	padding: 10px;
	border: 1px #ddd solid;
	margin-top: 20px;
}

.carrossel_marca .item {
	border: 1px #ddd solid;
	padding: 2px;
}

.carrossel_produto {
	background-color: #fff;
	border: 1px #ddd solid;
	padding: 10px;
}

.carrossel_produto .owl-controls .owl-nav {
	position: absolute;
	right: -30px;
	top: 0px;
}

.carrossel_produto .owl-controls .owl-nav div {
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #e21d85;
	text-align: center;
	line-height: 30px;
	font-family: "Circular-Loom";
}

.carrossel_produto .owl-controls .owl-nav div:hover {
	background-color: #ececec;
}

.tbody-mobile {
	display: none;
}

.white {
	background-color: #fff;
	padding: 25px 0;
}

.clear {
	clear: both;
}

.input-group-addon {
	background-color: black;
	color: white;
}

h2 {
	font-size: 18px;
}

.w100 {
	width: 100%;
}

.title-h2 {
	padding: 40px 0;
	margin: 0px;
}

.gray {
	background-color: #edeef2;
	padding-top: 20px;
}

#banner {
	background-color: #fff;
}

#banner-center-home {
	background-color: #edeef2;
	padding-top: 0px;
	padding-bottom: 0px;
}

#banner-center-home .banner {
	max-width: 1400px;
	overflow: hidden;
	margin: auto;
}

#banner-fixo {
	background: #f00;
	height: 70vh;
	width: 100%;
}

#banner-fixo.fale-conosco {
	background: url(../img/banner-fixo/fale-conosco.jpg) no-repeat center;
}

#banner-fixo.sobre-nos {
	background: url(../img/banner-fixo/sobre-nos.jpg) no-repeat center;
}

#sobre-nos h2 {
	margin: 50px 0;
}

#sobre-nos .nossa-historia {
	font-size: 16px;
	background: url(../img/banner-fixo/sobre-nos_nossa-historia.jpg) no-repeat
		center;
	color: #fff;
	min-height: 400px;
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}

.stepwizard .stepwizard-step p {
	margin-top: 10px;
}

.stepwizard .stepwizard-row {
	display: table-row;
}

.stepwizard .stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard .stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.stepwizard .stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	width: 33%;
}

.stepwizard .btn {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px !important;
}

.stepwizard .btn-black {
	background: #e21d85;
	opacity: 1;
	color: #fff;
}

.stepwizard .btn-black.disabled {
	background: #ccc;
}

.owlcarousel-produto .owl-carousel {
	background: #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
}

.owlcarousel-produto .owl-carousel .item {
	background: #fff;
	padding: 15px;
}

.owlcarousel-produto .owl-carousel .item a {
	text-decoration: none;
}

.owlcarousel-produto .owl-carousel .item a:hover {
	color: #000 !important;
}

.owlcarousel-produto .owl-carousel .item h4 {
	color: #4b4b4b;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.owlcarousel-produto .owl-carousel .item .btn {
	width: 100%;
	font-size: 15px;
	background: #224c7b;
}

.owlcarousel-produto .owl-carousel .item .btn:hover {
	background: #0d2c4e;
}

html {
	margin: 0;
	padding: 0;
}

#theader {
	background: #e21d85;
	width: 100%;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
}

#theader a {
	display: block;
	color: #ececec;
}

#menu {
	background-color: #000;
}

#menu .link {
	padding: 0;
	margin: 0;
	z-index: 10000;
}

#menu .link > li {
	display: inline-block;
}

#menu .link > li a {
	padding: 5px 10px;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
}

#menu .link > li:hover > ul {
	display: block;
}

#menu .link > li ul {
	position: absolute;
	display: none;
	margin-top: -2px;
}

#menu .link > li ul li {
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	float: left;
	padding: 0px 5px;
}

#menu .link > li ul li a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	list-style: none;
}

#menu .link > li ul li:hover {
	background: #e21d85;
}

#menu .link > li ul li:hover a {
	list-style: none;
	color: #fff;
}

#owlcarousel-marca {
	width: 100%;
	padding: 10px;
	margin: 30px 0px;
}

#owlcarousel-marca h3 {
	color: #e21d85;
	font-size: 18px;
	margin: 25px 0;
}

#owlcarousel-marca .carrossel_marca .item {
	border: 1px #b5b5b5 solid;
	border-radius: 5px;
	overflow: hidden;
}

#atalho {
	margin-bottom: 15px;
}

#atalho .link {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	background-size: cover;
	display: table;
	width: 100%;
	min-height: 300px;
	vertical-align: middle;
	margin-bottom: 15px;
}

#atalho .link span {
	display: table-cell;
	vertical-align: middle;
}

#atalho .link:hover {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#atalho .space {
	width: 100%;
	padding: 15px;
}

#atalho .diag-truck {
	background: url(../img/banner-fixo/atalho-diag-truck.jpg) center;
}

#atalho .diag-maquina {
	background: url(../img/banner-fixo/atalho-diag-maquinas.jpg) center;
}

#atalho .diag-servico {
	background: url(../img/banner-fixo/atalho-diag-servico.jpg) center;
}

#atalho .diag-software {
	background: url(../img/banner-fixo/atalho-diag-software.jpg) center;
}

#nossos-cursos {
	background: url(../img/banner-fixo/sobre-nos_cursos.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-top: 65px;
	padding-bottom: 65px;
	background-size: cover;
	clear: both;
}

#nossos-cursos h3 {
	font-size: 80px;
	font-weight: bold;
	margin-bottom: 50px;
}

#nossos-cursos .texto {
	margin-top: 25px;
	margin-bottom: 25px;
}

#nossos-cursos .card {
	background: #ececec;
	color: #b5b5b5;
	font-size: 12px;
	border-radius: 5px;
	border: 1px #fff solid;
}

#nossos-cursos .card .card-img-top {
	width: 100%;
}

#nossos-cursos .card .card-text {
	padding-top: 15px;
	padding-bottom: 15px;
}

#nossos-cursos .card .btn {
	width: 100%;
	font-size: 13px;
}

#nossos-diferenciais {
	background: url(../img/banner-fixo/sobre-nos_nossos-diferenciais.jpg)
		no-repeat center;
	background-size: cover;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
}

#nossos-diferenciais .box {
	font-size: 12px;
}

#nossos-diferenciais .box p {
	width: 60%;
	margin: auto;
}

#fale-conosco {
	background-color: #ececec;
	color: #4b4b4b;
	font-size: 13px;
	padding-top: 35px;
	padding-bottom: 25px;
	font-size: 12px;
}

#fale-conosco form select {
	border-radius: 0px;
}

#fale-conosco form .form-control {
	background: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px #b5b5b5 solid;
	font-size: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px !important;
}

#fale-conosco form .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #000;
}

#fale-conosco form .btn {
	float: right;
	background: transparent;
	border: 1px #b5b5b5 solid;
	padding: 5px 25px;
	font-size: 12px;
}

#fale-conosco .box {
	border: 1px #b5b5b5 solid;
	border-radius: 5px;
	line-height: 35px;
	padding: 5px 15px;
	width: 70%;
	margin: auto;
	margin-bottom: 25px;
	min-height: auto;
}

#fale-conosco .box i {
	float: left;
	line-height: 35px;
}

/*#produto {
    .box {
        background: $colorBackground;
        padding: 25px;
        min-height: auto;
        color: #4b4b4b;
        h1 {
            font-size: 25px;
        }
        .preco {
            .de {
                text-decoration: line-through;
                color: #999;
            }
            .por {
                color: #555;
                span {
                    font-size: 25px;
                    position: absolute;
                    bottom: 0px;
                    margin-left: 25px;
                }
            }
        }
        .parcela {
            padding: 25px 0;
        }
        .cep {
            .inCep {
                border: none;
                border-bottom: 1px #666 solid;
                background: transparent;
                padding: 5px;
                width: 100%;
                box-shadow: none;
                outline: none;
                &:focus {
                    box-shadow: none !important;
                    border-color: #000;
                }
            }
            .btn {
                border-color: #666;
                background: transparent;
            }
        }
        .footer {
            font-size: 15px;
            .fa-shield-alt {
                font-size: 45px;
            }
        }
    }
    .decricao {
        padding-top: 35px;
        padding-bottom: 35px;
        .titulo {
            text-align: center;
            font-size: 25px;
        }
        .line {
            width: 50%;
            border-bottom: 1px #4b4b4b solid;
            margin: auto;
            margin-top: 10px;
            margin-bottom: 25px;
        }
    }
}*/

#payment {
	margin-top: 10px;
	padding: 0px !important;
}

#payment .bandeira {
	width: 100%;
}

.links-social li {
	display: inline-block;
}

.links-social li a {
	font-size: 30px;
	margin: 5px;
}

.links-social li .fa-facebook-square {
	color: black;
}

.links-social li .fa-instagram {
	color: black;
}

.links-social li .fa-whatsapp {
	color: black;
}

.reserved {
	background-color: #000;
	color: #fff;
	padding: 5px;
}

.reserved a {
	color: #42bfef;
}

#carrinho {
	padding-top: 15px;
}

#carrinho .carrinho {
	background-color: #fff;
}

#carrinho .frete {
	width: 30px;
	margin-bottom: 10px;
	display: inline-block;
}

#carrinho .frete img {
	width: 100%;
}

#carrinho .btn {
	border-radius: 0px;
}

#carrinho .de {
	color: deeppink;
	font-size: 12px;
	text-decoration: line-through;
}

#carrinho .btCont {
	position: absolute;
	right: 30px;
	z-index: 1;
	top: 13px;
}

#carrinho .btFinalizar {
	padding-left: 35px;
	padding-right: 35px;
}

#carrinho .thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}

#carrinho .texto p {
	margin: 0px;
}

#carrinho .inQuantidade {
	width: 100%;
	text-align: center;
}

#carrinho .frete_result .resultado {
	margin-top: 15px;
	font-size: 12px;
	cursor: pointer;
	border: 1px #ddd solid;
	font-weight: normal;
	width: 100%;
}

#carrinho .frete_result .resultado.active {
	border-color: #000;
}

#carrinho .frete_result .resultado .btRadio {
	opacity: 0;
	position: absolute;
}

#carrinho .frete_result .resultado img {
	margin: 15px 0;
}

#carrinho .frete_result .resultado .texto {
	padding-top: 5px;
}

#carrinho .frete_result .resultado .texto .titulo {
	font-size: 15px;
	font-weight: bold;
}

#carrinho .frete_result .resultado .texto .preco {
	font-size: 20px;
	margin-top: 5px;
}

#produtos {
	padding-top: 15px;
}

#produtos .filter_order {
	font-size: 12px;
}

#produtos .divider > ul > li > a {
	font-weight: bold;
}

#produtos .links > ul > li > a {
	font-weight: bold;
	font-size: 14px;
}

#produtos .links .title {
	background: #e21d85;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	padding: 2px 5px;
	font-weight: bold;
	display: block;
}

#produtos .links .link {
	padding: 0px;
}

#produtos .links .link li {
	list-style: none;
	padding: 2px 10px;
	/*&:hover > ul{
                    display: block;
                }*/
}

#produtos .links .link li label {
	font-weight: normal !important;
}

#produtos .links .link li a {
	color: #666;
	display: block;
	font-size: 12px;
}

#produtos .item {
	border: 2px transparent solid;
	padding: 5px;
	border: 2px #eee solid;
}

#produtos .item:hover {
	border: 2px #ccc solid;
}

#produtos .item:hover .link {
	opacity: 1;
}

#produtos .item:hover .ver {
	opacity: 1;
}

#produtos .item .ver {
	display: block;
	color: #444444;
	opacity: 0;
	width: 100%;
}

#produtos .item strong {
	font-size: 16px;
	display: block;
	height: 80px;
	text-transform: uppercase;
}

#produtos .item .thumb {
	display: block;
	padding: 5px;
	text-align: center;
}

#produtos .item .thumb img {
	width: 100%;
}

#produtos .item .ref {
	font-size: 10px;
	color: #888;
	margin: 0;
	padding: 0;
}

#produtos .item .texto {
	color: #000;
}

#produtos .item .preco p {
	margin: 0px !important;
}

#produtos .item .preco .de {
	color: #000;
	font-size: 10px;
	margin: 0px;
	float: left;
	padding-top: 4px;
}

#produtos .item .preco .de span {
	text-decoration: line-through;
}

#produtos .item .preco .por {
	color: #000;
	float: right;
	margin-bottom: 8px !important;
}

#produtos .item .preco .por span {
	color: #e21d85;
	font-size: 20px;
	font-weight: bold;
}

#produtos .item .preco .promocional {
	font-size: 20px;
	margin-top: 17px;
	font-weight: bold;
}

#produtos .item .parcela {
	color: #444444 !important;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#produtos .footer {
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	margin: 10px 0px;
}

#produtos .footer .result {
	line-height: 38px;
	padding-left: 10px;
}

#produtos .footer .pagination {
	margin: 6px 10px;
}

#produtos .footer .pagination a {
	color: #f00;
	padding: 2px 12px;
}

#produtos .footer .pagination .active a {
	background: #f00;
	color: #fff;
}

@media (max-width: 990px) {
	#theader {
		display: none;
	}
	.search {
		width: 100%;
		margin-bottom: 10px;
	}
	.container {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.search {
		margin-bottom: 10px;
	}
	#produto .panel {
		margin: 0 !important;
	}
	.carrossel_produto .owl-controls .owl-nav {
		right: 0px;
	}
}

@media (max-width: 500px) {
	.zoomContainer {
		display: none !important;
	}
	.carrinho-desktop {
		display: none;
	}
	.tbody-mobile {
		display: table-caption;
	}
	.panel {
		margin: 10px;
	}
	.panel-footer {
		height: 120px;
	}
	#menu .menu-sub .menu-mobile,
	#menu .menu-sub .link-menu-mobile {
		width: 100%;
		left: 0px;
		position: absolute;
		padding: 0px;
		z-index: 10;
	}
	/* header .login {
		padding: 0px;
		padding-top: 25px;
		text-align: center;
	}
	header .col-logo {
		display: none;
	}
	header .list-atalho {
		background-image: url("../img/logo-mobile.png");
		background-repeat: no-repeat;
		background-position: center;
	}
	.carrinho {
		text-align: center;
		margin-top: 65px;
	} */

	.verTudo-linha {
		width: 60% !important;
	}

	.c-header {
		justify-content: center !important;
	}

	.c-header .col-logo {
		display: none;
	}

	.nodisplay {
		display: none;
	}
	h3 {
		font-size: 30px !important;
		margin-bottom: -7px !important;
	}
	#owlcarousel-marca h3 {
		font-size: 25px !important;
		margin-bottom: 25px !important;
	}
	#atalho .space {
		padding: 0px;
	}
	.owlcarousel-produto .btn-primary {
		font-size: 10px !important;
	}
	#nossos-cursos h3 {
		font-size: 12px !important;
	}
	#nossos-cursos .texto {
		text-align: justify;
	}
	#produtos .filter_order {
		font-size: 12px;
		background: #b5b5b5;
		width: 100%;
		padding: 10px;
		margin-bottom: 15px;
		margin-top: 25px;
	}
	#produtos .item .preco .de {
		width: 100%;
		text-align: right;
		font-size: 14px;
		color: #666;
	}
	#produtos .item .preco .por {
		color: #e21d85;
	}
	#carrinho .panel-heading .btn-primary {
		width: 100%;
	}
	#carrinho .formCep .form-group,
	#carrinho .formCep .input-group,
	#carrinho .formCep .btn-warning {
		width: 100%;
	}
	#carrinho .formCep .btn-warning {
		margin-bottom: 20px;
		margin-top: 10px;
	}
	#carrinho .formCupom .btn-danger,
	#carrinho .formCupom .input-group {
		width: 100%;
	}
	#carrinho .formCupom .btn-danger {
		margin-bottom: 20px;
	}
	#carrinho .panel-footer .btn {
		width: 100%;
		margin-top: 10px;
	}
}

#formNewsModal {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 290px;
}

#formNewsModal .alert {
	position: absolute;
	z-index: 10;
	width: 100%;
}

#formNewsModal input {
	height: 50px;
}

#formNewsModal button {
	width: 100%;
	background: #e21d85;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}

#cboxContent {
	background-color: #fff !important;
	padding-bottom: 10px;
}

#cboxLoadedContent {
	border: none;
}

@media (max-width: 480px) {
	#produto .foto {
		position: relative;
	}
	#produto .foto .mask {
		background: #000;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		opacity: 0;
		left: 0px;
		top: 0px;
	}

	.c-header .col-logo,
	.c-header .c-header-nav {
		display: none;
	}

	.c-header {
		flex-direction: row-reverse;
	}

	.open_menu {
		margin-left: 17px !important;
	}

	.text-right {
		padding: 0 !important;
	}

	header .list-atalho {
		width: 200px;
		padding-right: 60px;
		background-image: none !important;
	}

	header .col-logo {
		text-align: center;
	}
	header .list-atalho ul li {
		display: inline-block;
	}
	header .list-atalho ul li a {
		margin-top: 0px;
	}
	header .list-atalho form {
		width: 70%;
		float: left;
	}
	header .list-atalho form .inSearch {
		font-size: 14px;
	}
	.search {
		display: none;
	}
	#menu .container {
		overflow-x: auto;
	}
	#menu .container ul {
		margin-bottom: 10px;
		white-space: nowrap;
	}
	#menu .container ul li {
		display: inline;
		clear: both;
	}
	.banner-medio {
		display: none;
	}
	.carrossel_produto .item {
		padding: 10px;
	}
	.carrossel_produto .item .link {
		margin-top: 20px;
	}
	#produto #inQuantidade {
		margin: 2px;
	}
	#produto .form-inline .input-group {
		float: left;
		width: 75% !important;
		margin-right: 18px;
	}
	#produto .form-inline .btn-info {
		width: 20% !important;
	}
	footer .bandeira {
		width: 100%;
	}
	footer .line {
		min-height: 0;
		margin-bottom: 20px;
	}
	footer .title {
		text-align: center;
		font-size: 20px;
	}
	footer ul li {
		text-align: center;
	}
	.copy .logo {
		width: 30%;
	}
	#colorbox {
		width: 100% !important;
	}
	#cboxWrapper {
		width: 100% !important;
	}
	#cboxLoadedContent {
		width: 100% !important;
	}
	#cboxContent {
		width: 90% !important;
		left: 5%;
	}
	#cboxContent img {
		width: 100%;
	}
}

#categorias {
	padding-top: 15px;
}

#categorias .thumbnail {
	text-decoration: none;
	color: #000;
}

#categorias .thumbnail:hover img {
	opacity: 0.8;
}

#categorias .thumbnail:hover {
	color: #e21d85;
}

#categorias .thumbnail .photo {
	width: 100%;
}

#categorias .thumbnail .texto {
	height: 30px;
}

#categorias .thumbnail .texto .title {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.img-verde-header {
	background-color: #18cc00;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
}

.img-verde-header:hover {
	background-color: #32a90e;
}

.ProdDisabled {
	background-color: #eee;
	color: #666;
}

.ProdDisabled:hover {
	background-color: #eee !important;
	color: #666 !important;
}

.ProdDisabled .ProdDisabledClose {
	position: absolute;
	top: -8px;
	z-index: 1;
	background: #ccc;
	width: 15px;
	height: 15px;
	font-size: 10px;
	border-radius: 50px;
	border: 1px #ddd solid;
	right: -7px;
	line-height: 11px;
	text-align: center;
}
/*# sourceMappingURL=style.css.map */
