/* geral */
@font-face {
	font-family: 'MoriGothic-Regular';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('MoriGothic-Regular'), url('../fonts/MoriGothic-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'AllianceNo2-Regular';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('AllianceNo2-Regular'), url('../fonts/AllianceNo2-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'AllianceNo2-Medium';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('AllianceNo2-Medium'), url('../fonts/AllianceNo2-Medium.ttf') format('truetype');
}
body {
	font-family: "AllianceNo2-Regular";
	background-color: #FFFFFF !important;
	font-size: 19px;
	color: #172538 !important;
}
.h1 {
	font-family: MoriGothic-Regular;
}
.text-justify {
	text-align: justify;
}
.pt-6 {
 	padding-top: 8rem !important;
}
.pb-6 {
	padding-bottom: 8rem !important;
}
.pt-7 {
 	padding-top: 14rem !important;
}
.pb-7 {
	padding-bottom: 14rem !important;
}
.mb-6 {
	margin-bottom: 6rem !important;
}
.mt-n6 {
  margin-top: -8rem !important;
}
.semibold {
	font-family: 'AllianceNo2-Medium';
}
.cursor-pointer {
	cursor: pointer;
}
.width-max-content {
	width: max-content;
}
.text-decoration-none {
	text-decoration: none !important;
	color: initial !important
}
.center-vertical {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.center-full {
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
.right:after {
    right: -999em;
    background-color: #FAC462 !important;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}
.btn-categoria {
	text-transform: uppercase;
	font-size: 14px !important;
}
ul.ul-custom {
	list-style: none
}
ul.ul-custom li:before {
	content: '\2022';
  	margin: 0 2px;
  	color: #FC5425;
}

/* HOME */
.bg-home {
	background-image: url(../images/site-04.png);
	background-color: #172538;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-diferenciais {
	background-image: url(../images/site-03.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}
.border-bottom-h2 {
	border-bottom: 1px solid #CBCFD6;	
}
.bg-home-card {
	background-color: #CBCFD6;
}
.bg-home-card:hover {
	background-color: #FC5425;
}
.bg-home-card h5 {
	color: #FC5425;
}
.bg-home-card:hover h5 {
	color: #172538;
}
.bg-home-card p {
	color: #172538 !important;
}
.bg-home-card:hover p {
	color: #fff !important;
}

@media (max-width: 767px) {
	.bg-diferenciais {
		background-image: none;
	}
}

/* titulo */
.t-conheca-fabrica {
	position: relative;
	top: -10px;
    left: 3rem;
}
.btn-conhecer {
	position: relative;
	left: 6rem;
}

/* CONTATO */
.form-control-custom {
	border-bottom: 2px solid #9E9E9E;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	opacity: 0.5;
}
.form-control:focus {
	color: #17428E;
  	background-color: #fff;
  	border-color: #17428E;
  	outline: 0;
  	box-shadow: none;
  	opacity: 1;
}

/* BOOTSTRAP */
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	color: #fff !important;
}
.navbar-toggler {
	margin-top: 10px;
	border-color: #fff;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
.bg-primary {
	background-color: #172538 !important;
}
.bg-secondary {
	background-color: #FC5425 !important;
}
.bg-tertiary {
	background-color: #CBCFD6 !important;
}
.text-primary {
	color: #172538 !important;
}
.text-tertiary {
	color: #CBCFD6;
}
.text-secondary {
	color: #FC5425 !important;
}
.text-white {
	color: #fff !important;
}
.btn {
	font-size: 20px;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.btn-primary {
	background-color: #FC5425 !important;
	border-color: #FC5425 !important;
	color: #172538;
}
.btn-secondary {
	background-color: transparent;
	border-color: #17428E !important;
	color: #17428E !important;
}
.active-pagination a {
	color: #1365F8 !important;
}
a.btn-pagination {
	color: #999;
	text-decoration: none;
}

/* PRODUTO */
.produto-border-radius {
	border-top-left-radius: 110px;
	border-top-right-radius: 110px;
}
.produto-border-radius::before {
    content: "";
	position: relative;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	top: -176px;
	border-bottom: 22px solid #fff;
	left: calc(50% - 20px);
}
.modal-content-carousel {
	background: none;
	border: none;
}
.modal-body-carousel {
    padding: 0;
    border: none;
    position: relative;
}
.modal-footer-carousel {
    border: none;
    margin-top: 30px;
}
.modal-footer-carousel .btn {
	margin: auto;
    border: solid 2px white;
    background: none;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 0.2em 0.7em;
}
img.imagemModalCarousel {
	height: 70vh !important;
	width: auto!important;
	margin: 0 auto;
}
img.img-produto:hover {
    opacity: 0;
}
img.img-produto {
    transition: opacity .5s;
    background: #fff;
    height: 400px;
	width: 100%;
	object-fit: cover;
}
figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

/* PRODUTOS */
.scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}
.h-produto {
	height: 210px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.h-produto img {
	height: auto;
	width: auto;
	max-height: 210px;
	max-width: 100%;
}
.bg-card-active {
	background-color: #FC5425;
}
.bg-card-active::after {
    content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-top: 22px solid #FC5425;
	margin-top: 47px;
	margin-left: 82px;
}
.border-top-produtos {
    height: 230px;
    border-top-left-radius: 230px;
    margin-left: -26%;
    border-top: 2px solid #FC5425;
    border-left: 2px solid #FC5425;
}

/* seja um distribuidor */
.bg-distribuidor {
	background-image: url(../images/site-02.png);
	background-color: #172538;
	background-repeat: no-repeat;
	background-size: cover;
}

/* onde encontrar */
.bg-onde-encontrar {
	background-color: #CACED5;
	height: 100%;
}

/***** LOADING *****/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
	opacity: 0.5;
}

/* RESPONSIVO */
@media (max-width: 767px) {
	.produto-border-radius {
		border-top-left-radius: 55px;
		border-top-right-radius: 55px;
	}
	.t-conheca-fabrica {
		top: 50px;
		left: 0;
		display: block;
		margin-left: 0 !important;
	}
	.btn-conhecer {
		top: 80px;
		left: 0;
	}
	img.img-produto {
	    object-fit: contain;
	}
	img.imagemModalCarousel {
		object-fit: contain;
		width: 100%!important;
	}
}

@media (min-width: 1200px) {
	.h1 {
  		font-size: 4.5rem;
	}
}

@media (max-width: 576px) {
	.width-max-content {
		width: 100%;
	}
}