:root {
	--cor1: #112445;
	--cor2: #082645;
	--cor3: #eddac8;
	--cor4: #efefef;

	--color-xprimary: #34568b;
	--color-secondary: #7a7a7a;
	--color-third: #f58222;
	--colorx-four: #ffbd00; 
	--color-xfiveth: #004e8a;
	--color-sixth: #ffca00;
	--color-seventh: #6c757d;
	--color-eigth: #212529;
	--color-nineth: #f5f5f5;
	--color-teenth: #eee;
	--color-eleventh: #20c12d;
	--color-white: #fff;
	--color-xtwelve: #dee0e0;
}

body {
	overflow-x: hidden;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.text-warning {color: var(--cor3) !important;}
main svg {fill: var(--cor3) !important}

a {
	color: var(--cor1);
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: var(--color-eigth);
}


@media (min-width: 1000px) {

	/* Animations */
	.anime-scroll [data-animate] {
	  opacity: 0;
	  transition: .5s;
	}

	.anime-scroll [data-animate="left"] {
	  transform: translate3d(-50px, 0, 0);
	}

	.anime-scroll [data-animate="right"] {
	  transform: translate3d(50px, 0, 0);
	}

	.anime-scroll [data-animate="top"] {
	  transform: translate3d(0, -50px, 0);
	}

	.anime-scroll [data-animate="bottom"] {
	  transform: translate3d(0, 50px, 0);
	}

	.anime-scroll [data-animate="fade"] {
	  opacity: 0;
	}

	.anime-scroll [data-animate="zoom"] {
	  transform: scale(.6);
	}

	.anime-scroll [data-animate="zoomIn"] {
		transform: scale(1.3);
		opacity: 0;
		transform-origin: top;
		transition: .7s;
	}

	.anime-scroll [data-animate].animate {
	  opacity: 1;
	  transform: translate3d(0px, 0px, 0px) scale(1);
	}

	.anime-scroll [data-delay="1"] {
		transition-delay: .1s;
	}

	.anime-scroll [data-delay="2"] {
		transition-delay: .2s;
	}

	.anime-scroll [data-delay="3"] {
		transition-delay: .3s;
	}

	.anime-scroll [data-delay="4"] {
		transition-delay: .4s;
	}

	.anime-scroll [data-delay="5"] {
		transition-delay: .5s;
	}

}


/* Header */
.header {
	padding: 0;
}

.header p {
	font-size: .9em;
	padding-top: 7px;
	margin-bottom: 7px;
	color: var(--color-secondary);
	font-family: 'Roboto', sans-serif;
}

.header p a {
	color: #fff;
}

.header__social {
	text-align: right;
}

.header__logo {
	display: block;
	position: relative;
	text-align: center;
}

@media (max-width: 800px) {
	.header__logo  {
		height: auto;
	}
}

.navegation {
	background: #fff;
	position: relative;
	top: 0;
	z-index: 1010;
	padding: 10px 0;
}


@media (max-width: 600px) {
	.navegation {
		position: sticky;
	}
}

.navegation p {
	font-size: .9em;
	padding-top: 7px;
	margin-bottom: 7px;
	color: var(--color-secondary);
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 1000px) {
	.navegation {
		padding: 10px 0;
	}
}

.navegation__social {
	position: absolute; 
	right: 40px;
	z-index: 1000;
}

.navegation .navbar-collapse {
	position: relative;
	/* top: 10px; */
}

.header .navbar {
	padding: 0;
}

.navegation .nav-link {
	color: var(--cor1);
	font-family: 'Roboto', sans-serif;
	font-size: 0.85em;
    position: relative;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.navegation .nav-link {
		margin-left: 2px;
		margin-right: 2px;
	}

}

.navegation .nav-link:hover,
.navegation .nav-link.active,
.navegation .nav-link:hover svg,
.navegation .nav-link.active svg {
	background: var(--color-white);
	color: var(--cor1);
	fill: var(--cor3);
} 

.navegation .nav-link:hover:before,
.navegation .nav-link.active:before {
	content: "";
	background: var(--cor3);
	height: 2px;
	position: absolute;
	bottom: 2px;
	left: 5px;
	right: 5px;
}

.header .dropdown-menu {
	background: #0e0e0e;
	border-color: #0e0e0e;
	min-width: 200px;
	border-radius: 0;
}

.header .dropdown-item {
	color: #cf852a;
	border-bottom: 1px solid #333;
	padding-left: 7px;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus {
	background: #cf852a;
	color: #333;
}

.header .dropdown-menu a:last-child {
	border: 0;
}

@media (min-width: 1200px) {
	.header .dropdown:hover > .dropdown-menu,
	.header .dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}

	.header .dropdown-menu {
		margin: 0;
	}
}

.navbar-toggler {
	color: var(--cor1);
	border-color: var(--cor1);
	padding: 0.36rem .75rem 0.46rem;
	opacity: .7;
}

.navbar-toggler svg {
	fill: var(--cor1);
}

.header .navbar-expand-lg .navbar-nav .nav-link {
	margin: 0;
	padding-left: .8em;
	padding-right: .8em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
}

.dropdown-menu {
	background: var(--color-secondary);
}

.dropdown-item {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:hover {
	background-color: var(--cor1);
	color: var(--color-white);
}

@media (min-width: 1000px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	
	.dropdown-menu {
		margin: 0;
	}
}

@media (max-width: 1200px) {
	.navegation .nav-link {
		font-size: 0.8em;
	}
}

@media (max-width: 1160px) {
	.navegation .nav-link:hover:before,
	.navegation .nav-link.active:before {
		display: none;
		content: "";
		background: #eee;
		height: 1px;
		position: absolute;
		bottom: 2px;
		left: 8px;
		right: 8px;
	}

	.navegation .nav-link {
		font-size: .8em;
	}
	
}

@media (max-width: 996px) {
	.navegation .nav-link {
		font-size: 1em;
		padding: 0.3rem 1rem;
		font-weight: 600;
	}

	.navegation .navbar-collapse {
		max-height: calc(100vh - 90px);
		overflow-y: scroll;
	}
}

@media (max-width: 600px) {
	.navegation {
		padding: 0;
	}

	.navbar-brand img {
		width: 125px;
	} 

	.navegation__social {
		display: none;
	}

	.navegation .navbar-collapse {
		max-height: calc(100vh - 82px);
		overflow-y: scroll;
		padding-top: 20px;
	}
}

/* Painel */
.painel-wrapper {
	position: relative;
}

.painel {
	position: relative;
	margin-bottom: 0 !important;
}

.painel__item {
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.8em;

}



/* Section 01 home */
.section01 {
	padding: 0;
}

.section01 h2 {
	font-size: clamp(1em, 1em + 1vw, 1.6em);
	margin-bottom: .7em;
	text-transform: uppercase;
}

.section01 h3 {
	font-size: clamp(1em, 1em + 1vw, 1.2em);
	font-weight: 700;
}

.section01 h2 span {
	color: var(--cor2);
}

@media (max-width: 990px) {
	.section01 {
		padding: 0;
	}
}


.carousel-1x5__item img {
	max-width: 222px;;
}

/* End Section 01 home */

/* Section 02 home */
.section02 {
	background: url(../img/template/roupas.jpg) no-repeat 0% 0%;
	min-height: 378px;
	color: var(--color-white);
	padding: 3em 0 2.5em;
	position: relative;
}

.section02 h2 {
	font-size: clamp(1.6em, 2em + 1vw, 2.8em);
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}

.section02 h2 span {
	color: var(--color-third);
}


@media (max-width: 800px) {
	.section02 {
		min-height: auto;
	}

}


/* End Section 02 home */

/* Section 03 home */
.section03 {
	padding: 1em 0 1em;
	background: url(../img/bg-prod.png) repeat-x 50% 50%;
	position: relative;
}

.section03 p {
	font-size: 0.9em;
}

@media (max-width: 600px) {
	.section03 {
		padding: 0;
	}

	.section03 .container {
		padding: 0;
	}
}

.news {
	background: var(--cor3);
	background-size: cover;
	color: var(--cor1);
}


.news h3 {
	font-size: clamp(1.2em, 2em + 1vw, 1.5em);
	font-weight: 500;
	color: var(--cor1);
	margin-bottom: 20px;
	
}

.contact {
	background: var(--cor2);
	height: 100%;
	
}

.contact a {
	color: var(--color-white);
}

.contact h2 {
	font-size: clamp(1em, 1em + 1vw, 1.2em);
	text-transform: uppercase;
	margin-bottom: 20px;
	color: var(--color-white);
}

.carousel-1x1 .slick-dots li button:before,
.carousel-1x1 .slick-dots li.slick-active button:before {
	color: var(--color-white);
}

/* End Section 03 home */


/* Section 04 */
.section04 {
	background: var(--cor4);
    color: var(--cor1);
	/*background: var(--cor2);
	color: var(--color-white);*/
	min-height: 378px;
	padding: 2em 0;
	position: relative;
}

.section04 h2 {
	font-size: clamp(1em, 1.4em + 1vw, 1.4em);
	color: var(--color-white);
	text-align: center;
	margin-bottom: 20px;
}

.section04 h2 a {
	color: var(--cor1);
}


@media (max-width: 800px) {
	.section04 {
		min-height: auto;
	}

	.section04:before {
		display: none;
	}
}
/* End Section 04 */

/* slick prev next */
.slick-prev,
.slick-next {
	width: 24px !important;
	height: 43px !important;
}

.slick-prev:before {
	content: url(../img/template/prev2.png) !important;
}

.slick-next:before {
	content: url(../img/template/next2.png) !important;
}

.slick-prev {
	left: 20px !important;
}

.slick-next {
	right: 20px !important;
}

@media (max-width: 1000px) {

}

/*@media (max-width: 800px) {
	.slick-prev,
	.slick-next {
		transform: scale(.7);
	}
}*/
/* end slick prev next */


/* Buttons */
.btn {
	padding-left: 10px;
	padding-right: 10px;
}

.btn--primary {
	background: var(--cor1);
	color: #fff;
}

.btn--primary:hover {
	background: var(--cor2);
	opacity: .9;
	color: #fff;
}

.btn--outline-primary {
	border-color: var(--color-white);
	color: var(--color-white);
}

.btn--outline-primary:hover {
	background-color: var(--cor1);
	color:  #fff;
}

.btn--secondary {
	background: var(--color-secondary);
	border-color: var(--color-secondary);
	color:  #fff;
}

.btn--secondary:hover {
	opacity: .9;
	color: #fff;
}

.btn--third {
	background: var(--color-third);
	color:  #fff;
}

.btn--third:hover {
	opacity: .9;
	color: #fff;
}

.btn--fourth {
	background: var(--cor3);
	color:  var(--color-white);
}

.btn--fourth:hover {
	background-color: var(--cor3);
	opacity: .9;
	color: #fff;
}
/* End buttons */

/* Footer */
.footer {
	background: var(--color-white);
	padding: 2.3em 0 0;
	color: var(--color-seventh);
	font-size: .9em;
}

.footer strong,
.footer span {
	font-weight: bold;
	color: var(--color-seventh);
}

.footer a {
	color: var(--color-seventh);
}

.footer b {
	color: var(--color-secondary);
}

.footer address {
	font-size: 1em;
}

.footer .media svg {
	fill: #fff;
}

.footer__social {
	text-align: right;
}

.footer hr {
	margin-top: 0;
}

.footer__copy {
	background: var(--color-third);
	padding: 10px 0;
	font-size: 0.75rem;
	color: #fff;

}

.footer__copy__author {
	text-align: right;
}

@media (max-width: 1100px) {
	.footer__social{
		text-align: left;
		margin: 10px 0 0;
	}

	.footer__copy__author {
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.footer {
		margin-top: 0;
	}

	.footer__social {
		margin-bottom: 10px;
	}

	.footer__copy__author {
		margin-top: 10px;
		text-align: right;
	}
}


/* Banner */
.banner {
	background-color: #eee;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
	height: 200px;
	border-bottom: 3px solid #fff;
	position: relative;
	z-index: 1000;
}

.banner--01 {
	background-image: url(../img/template/banner-01.jpg);
}

.banner--02 {
	background-image: url(../img/template/banner-02.jpg);
}

.banner--03 {
	background-image: url(../img/template/banner-03.jpg);
}

.banner--04 {
	background-image: url(../img/template/banner-04.jpg);
}

.banner--05 {
	background-image: url(../img/template/banner-05.jpg);
}

.banner--06 {
	background-image: url(../img/template/banner-06.jpg);
}

.banner--vitrine {
	background-image: url(../img/template/vitrine.jpg);
	height: 250px;
}


@media (max-width: 980px) {
	.banner {
		height: 180px;
	}

}

@media (max-width: 600px) {
	.banner {
		position: relative;
		height: 140px;
	}
}



/* End Banner */


/* Main */
.main {
	color: var(--color-eigth);
	line-height: 1.25rem;	
	position: relative;
	overflow: hidden;
}

.main__topic {
	color: #498045;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 1.45rem;
}

.main__title {
	padding: 1em 0;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
}

.main__title h1 {
	font-weight: 400;
	font-size: clamp(1em, 1em + 1vw, 1.5em);
	position: relative;
	padding: 0;
	margin: 0;
	color: var(--color-eigth);
	line-height: 0.9em;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\00BB"
}

.main__title h1:after {
	display: none;
}

.main__title hr {
	margin-top: 0;
	height: 1px;
	border: 0;
	background: #a7a7a7;
}

.generic-topic01 {
	color: var(--color-eigth);
	font-size: clamp(.9em, .9em + 1vw, 1.4em);
	font-weight: 500;
}

.generic-topic01 span {
	color: var(--cor2);
}

.generic-topic02 {
	color: var(--cor1);
	font-size: clamp(.9em, .9em + 1vw, 1.2em);
	padding-bottom: 5px;
}

.generic-topic03 {
	color: var(--cor1);
	font-size: clamp(.8em, .8em + 1vw, 1em);
}

.generic-item01 {
	color: var(--cor1);
	border-left: 3px solid var(--color-seventh);
	padding-left: 10px;
}

/* Page Store */
.menu-store {
	overflow-y: scroll;
	height: 400px;
}

.menu-store li a {
	display: flex;
	align-items: center;
	padding: 5px;
}

.menu-store li a:hover,
.menu-store li a.active {
	background: var(--color-nineth);
	text-decoration: none;
}

.menu-store h4 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 8px;
}

.menu-store ol {
	list-style: none;
	padding: 0;
}

.menu-store li a img,
.mapplic-thumbnail {
	width: 50px;
	height: 50px;
}

.mapplic-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-teenth);
	color: var(--color-white);
	font-weight: bold;
	font-size: 1.2em;
}
/* End Page Store */

/* Page About */


/*  Emnpreendimento */
.bg-empreendimento {
	background: var(--cor3);
	padding: 30px;
	color: var(--cor1);
	margin-bottom: 20px;
}

.bg-empreendimento h2 {
	color: var(--cor1);
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 25px;
}

.bg-empreendimento img {
	max-width: 100%;
	position: relative;
	/* right: -80px;	 */
}

@media (max-width: 1000px) {
	.bg-empreendimento img {
		right: 0;
	}
}

/* End  Emnpreendimento */


.newscard__item {
	background: var(--cor2);
	padding-bottom: 15px;
	height: 100%;
}

.newscard__item a:hover {
	text-decoration: none;
}

.newscard__item h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin-top: 15px;
}

.newscard__item h3,
.newscard__item p {
	color: var(--color-white);
	padding-left: 15px;
	padding-right: 15px;
}

/* End Page About */


/* Page News*/
.main__title--news {
	font-size: 1.4em;
}
/* End Page News*/


/* Page Contact*/
.bg-contact {
	position: absolute;
	background: var(--cor3);
	top: -50px;
	bottom: 0;
	width: 100%;

	right: -85%;
}


@media (max-width: 1000px) {
	.bg-contact {
		display: none;
	}
}


#form legend {
	font-size: 1em;
	font-weight: normal;
}
/* End Page Contact*/

/* Vitrine */

@media (min-width: 1000px) {
	.content_busca{
		margin-top: -30px;
		position: relative;
		z-index: 1000;
	}
	#buscar{
		display: flex;
	}
}
	.content_busca .navbar-toggler{
		fill: #fff !important;
		border:1px solid #fff !important;
	}
.content_busca{
	background: #143047;
	padding: 10px;
}
	.content_busca label{
		color: #ffffff;
		font-size: 16px; 
	}

.link-reset{
	display: block;
	transition: all .4s;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.link-reset:hover{
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.85);
	-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.85);
	box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.85);
}
.nome_produto{
	color: #0d2749;
	font-size: 18px;
	padding: 5px 0;
	text-transform: uppercase; 
	border-bottom: 1px solid #dadada;
	min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
}
.por{
	color:#0d2749;
	font-size: 14px;
}
.price{
	color: #b2061a;
	font-size: 28px;
	font-weight: bold;
}

@media (min-width: 600px) {
	.desc_prod {
		min-height: 220px;
	}
}

.btn1{
	background: #143047;
	color: #fff;
}
	.btn1:hover{
		color: #fff;
		text-decoration: none;
		background: #2d465a;
	}

.pagination-vitrine .page-item{
	border:1px solid #bdbdbd;
	border-radius: 0;
}
.pagination-vitrine .page-item a{
	border-radius: 0;
	color: #143047;
}
.pagination-vitrine .page-item.active .page-link{
	background: #143047;
}
/* End Page Vitrine*/

/* rotate */
.rotate img {
	-webkit-transition: -webkit-transform 1s;
		   -moz-transition: -moz-transform 1s;
			 -o-transition: -o-transform 1s;
				transition: transform 1s;
		-webkit-transform-style: preserve-3d;
		   -moz-transform-style: preserve-3d;
			 -o-transform-style: preserve-3d;
				transform-style: preserve-3d;}
  .rotate:hover img {
  -webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
	 -o-transform: rotateY( 180deg );
		transform: rotateY( 180deg );
  }
  /* end rotate */


  /* Helpers ========================================================= */

  .border-primary-right {
  	border-right-color: #007bff !important;
  }

  .border-primary-bottom {
  	border-bottom-color: #007bff !important;
  }

/* INICIO PAGINAÃ‡Ã•ES */
.page-item.active .page-link {
	background-color: var(--cor1);
    border-color: var(--cor1);
}

.page-link,
.page-link:hover {
	color: var(--cor1);
}
/* FIM PAGINAÃ‡Ã•ES */

/* Whatsapp */
.chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.chat-whatsapp {
    background: #25d366;
    display: flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;

}

.chat-whatsapp img {
    width: 40px;
    height: 40px;
}



.chat-text {
    position: absolute;
    left: -170px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

.chat-whatsapp:hover .chat-text,
.chat-whatsapp:focus .chat-text {
    display: inline-block;
}

.chat-arrow {
    background: none;
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 14px;
    border: 5px solid transparent;
    border-left-color: #fff;
}
/* End Whatsapp */

.breadcrumb {
	visibility: hidden;
	margin-bottom: 0;
	height: 0px;
}


.light-blue {
	color: #3dbdff;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*post video*/
.app_blog_post_video {
    width: 900px;
    max-width: 100%;
    margin: 30px auto 15px auto;
}

.app_blog_post_video_play {
    width: 900px;
    max-width: 90%;
    margin: 60px auto 0 auto;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-shadow: 1px 1px #000;
}

.app_blog_post_video_play_content {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    padding: 8% 12%;
    margin: auto;
    text-align: center;
}

.app_blog_post_video_play_content_icon {
    font-size: 5em;
}

.app_blog_post_video_play_content img {
    width: 80px;
    margin-bottom: 30px;
}

.app_blog_post_video_play_content p {
    font-size: 0.875em;
    margin-top: 20px;
}

.app_blog_post_video_play_content_btn {
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    margin-top: 10px;
}

.app_blog_post_video_play_content_btn:hover {
    opacity: 1;
}

.app_blog_post_video_play_content_link {
    font-weight: bold;
    text-decoration: none;
    opacity: 0.9;
}

.app_blog_post_video_play_content_link:hover {
    opacity: 1;
}


/* End Helpers ========================================================= */