html {
	min-height: 100%;
}

body {
	overflow-x: hidden;
}

a {
	color: #c43a34;
}

a:hover {
	color: #ab120f;
}

h1, 
h2,
h3,
h4,
h5,
h6,
.btn {
	font-family: 'Muli', sans-serif;
	font-weight: bold;
}

.container {
	max-width: 1190px;
}


@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="zoom"] {
	  transform: scale(.6);
	}

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

	.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;
	}

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

}

/* Util */
.util {
	background: #b60e0b;
	color: #fff;
	fill: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 0.9375rem;
}

.util a {
	color: #fff;
}

.util p {
	margin: 5px 0;
}

/* Header */
.header {
	background: #fff;
	padding: 10px 0;
}

.header__logo {
	position: relative; 
	z-index: 2000;
	margin: -40px 0 0;
}

.header__logo img {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}

.header__links {
	display: flex;
	justify-content: space-between;
}

.header__links a {
	color: #333;
}

.header__social {
	text-align: center;
}

.header__phone,
.header__email {
	text-align: right;
}


@media (max-width: 1000px) {
	.header__logo {
		text-align: center;
		margin: 0;
	}

	.header__search {
		margin: 20px 0;
	}

	/*.navbar-nav.mr-auto {
		margin-top: 30px;
	}*/

	.header__phone {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.header__logo img {
		width: 127px;
	}
}

/* Nav */
.navegation {
	
	position: relative;
	top: 0;
	z-index: 1000;
	margin: 0 0 30px;
}

.navegation__phone {
	color: #0f6433;
}

.navegation .navbar {
	background: #b60e0b;
	padding: 0;
}

.nav-separator {
	border-right: 1px dotted #0f6433;
	height: 30px;
	visibility: hidden;
	margin: 0;

}

.navegation .nav-link {
	background-color: none;
	color: #fff;
	text-transform: uppercase;
	padding-left: 0.8rem !important;
	padding-right: 0.8rem !important;
	transition: all 0.6s;
	font-family: 'Muli', sans-serif;
	line-height: 36px;
	font-weight: bold;
}

.navegation .nav-link:hover {
	background: #6e0503;
}

.nav-link.dropdown-toggle-2:after {
	content: none;
} 

/*.nav-link + .dropdown-menu {
	display: block;
}*/

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


.dropdown--submenu {
	    background: #6e0503;
}

.dropdown--submenu a {
	color: #fff;
}

.navegation .nav-link svg {
/*    width: 25px;
    height: 25px;*/
    margin-right: 5px;
    margin-bottom: 5px;
}

.navegation .nav-link:hover svg { 
    fill: #fff;
}

.navbar-toggler {
	color: #1f3988;
	border-color: #1f3988;
	border: 0;
	fill: #fff;
	margin: 5px 0 5px 10px;
	padding: 8px 10px;
}

@media (max-width: 1200px) {
	.nav-separator {
		display: none;
	}

	.navegation .nav-link {
		/*text-align: center;*/
		font-size: 14px;
	}

	/*.header__social {
		display: none;
	}*/
}

@media (max-width: 780px) {
	.navegation {
		margin-bottom: 20px;
	}
}

.categories {
	margin: 0 10px;
	list-style: none;
	padding:0;
}

.categories ul {
	padding: 0 0px;
	list-style: none;
}

.categories li {
	border-bottom: 1px dotted #aaa; 
}

.categories li:last-child {
	border: 0;
}

.categories  li{
	position: relative;
	display: block;
}
.categories li ul{
	display: none;
	position: absolute;
	left: 100%;
	width: 215px;
	top: 0; 
}
.categories li ul a{
	display: block;
	padding: 5px 10px;
}

#submenu li.subhover:hover > ul{
	display: block;
}


@media (max-width: 992px) { 
	#submenu li ul{
	 position: static;
	 width: 100%;
	 left: 0;
	 margin-top: 0;
	 margin-bottom: 15px;
	}
	.dropdown-menu{
		display: block;
	}
	.categories__title--0 {
		margin-bottom: .5rem !important;
	}
}

.categories__title {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 20px;
}

.categories--1, .categories--1 ul {
	background: #fdeac3; 
	/*padding-bottom: 10px;*/
}
.categories__title--1 {
	background: #fe6007;
}

.categories--2 , .categories--2 ul {
	background: #d9effd;
	/*padding-bottom: 10px;*/
}
.categories__title--2 {
	background: #1c88d5;
}

.categories--3, .categories--3 ul  {
	background: #c5fef3;	
	/*padding-bottom: 10px;*/
}
.categories__title--3 {
	background: #14ba99;
}

.categories--4, .categories--4 ul  {
	background: #fedcf7;
	/*padding-bottom: 10px;*/
}
.categories__title--4 {
	background: #be1f9c;
}


.categories--0 , .categories--0 ul {
	background: #eee;
	/*padding-bottom: 10px;*/
}
.categories__title--0 {
	background: #aaa;
	margin-bottom: 0;
}





/* Painel */
.painel {
  margin-bottom: 35px; }

.painel__item {
	position: relative;
}

.painel__item__text {
	position: absolute; 
	right: 20px;
	bottom: 10px;
	font-size: 10px;
	color: #fff;
}

.painel__item__flag {
	background: #cf092d;
	position: absolute;
	right: -60px;
	top: 35px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 10px 90px 10px 100px;
	transform: rotate(25deg);
	box-shadow: 0 3px 3px #333;
	z-index: 100;
	color: #fff;
	text-transform: uppercase;
}

  .painel__item img {
    width: 100%; }
  .painel .slick-prev {
    left: 15px;
    height: 47px;
    width: 45px; }
  .painel .slick-next {
    right: 15px;
    height: 47px;
    width: 45px; }
  .painel .slick-prev:before {
    content: url(../img/prev.png); }
  .painel .slick-next:before {
    content: url(../img/next.png); }
  .painel .slick-dots {
    bottom: 5px; }
  .painel .slick-dots li button {
    background: #aeb0b2;
    border-radius: 50%;
    border: 3px solid #fff; }
  .painel .slick-dots li.slick-active button {
    background: #000; }
  .painel .slick-dots button:before {
    content: ''; }

@media (max-width: 780px) {
	.painel {
		margin-bottom: 20px;
	}
}

/* Main */
.main {
	color: #5b5b5b;
	line-height: 1.125rem;
	padding-bottom: 1.2rem;
}

/* Instagram home */
.instagram__title {
	text-align: center;
	color: #f54f4c;
	position: relative;
}

.instagram__title span {
	background: #fff;
	position: relative;
	z-index: 20;
	padding: 0 30px;
}

.instagram__title:before {
	content: "";
	top: 45%;
	left: 0;
	right: 0;
	height: 1px;
	background: #f54f4c;	
	position: absolute;
	z-index: 0;
}



/* Products Home */
.product {
	margin-bottom: 30px;
}

.product figure {
	overflow: hidden;
	height: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product img {
	transform: scale(1) rotate(0deg); 
	transition: all .5s;
	max-height: 187px;
}

.product:hover img {
	transform: scale(1.3) rotate(10deg);
}

.banner-1 img,
.product img {
	width: 100%;
}

.banner-1 img:hover {
	filter: saturate(2);
}

/* About Home */
.about {
	background: linear-gradient(#efefef, #fff);
	text-align: center;
	padding: 2.5rem 0;
}

.about__title {
	color: #1f3988;
	font-size: 1.875rem;
	margin-bottom: 17px;
}

@media (max-width: 780px) {
	.about {
		margin-top: 10px;
	}
}

/* Services Home */
.service-media {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.5rem;
}

.service-media__icon {
	height: 79px;
	width: 79px;
	border: 2px solid #ffa800;
	border-radius: 50%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	fill: #1f3988;
}

.service-media__icon svg {
	transform: scale(1.5);
}

.service-media h2 {
	font-size: 1.5rem;
}

.service-media h2 a {
	color: #1f3988;
}

@media (max-width: 780px) {
	.service-media {
		border: 2px solid #ffd300;
		margin: 15px 0;
		justify-content: flex-start;
	}

	.service-media__icon {
		border: 0;
	}
	.margin-home{padding-top: 13px; padding-bottom: 13px;}
	.margintop{margin-top: 20px;}
	.col-sm-4:last-of-type .product__item{margin-bottom: 0;}
	.equipament__slide{margin-bottom: 20px;}
}	

/* Icon */
.icon {
	display: inline-block;
	background: #ffd300;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	/*line-height: 1.5625rem;*/
	text-align: center;
	font-size: 1.125rem;
	margin: 0 2px;
	fill: #1f3988;
}

.icon a {
	color: #fff;
}

.icon--primary {
	background: #c8e1f5;
}

.icon--facebook a,
.icon--whatsapp a,
.icon--twitter a,
.icon--print a,
.icon--mail a,
.icon--share a {
	color: #fff;
}

.icon--facebook {
	background: #3c589a;
}

.icon--whatsapp {
	background: #55eb4c;
}

.icon--twitter {
	background: #55acee;
}

.icon--print {
	background: #fd6500;
}

.icon--mail {
	background: #649a3f;
}

.icon--share {
	background: #ee8e2d;
}

.icon--side {
	background: #11305b;
	color: #fff;
	font-weight: normal;
	display: inline-block;
}


/* Button */
.btn--primary {
	background: #1f3988;
	color: #fff;
}

.btn--primary:hover {
	color: #fff;
}

.btn--secondary {
	background: #ffd300;
	color: #1f3988;
}

/* Footer */
.footer {
	background: #b60e0b;
	padding: 25px 0 0;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.125rem;
	position: relative;
	z-index: 100;
}

.footer a {
	color: #fff;
}

.footer__title {
	color: #ffddb4;
	font-size: 1rem;
}

/*.footer__social {
	text-align: right;
}*/

/*.footer__social svg {
	background: #fff;
	border-radius: 8px;
}*/

.footer__media {
	display: flex;
}

.footer__media__item:first-child {
	margin-right: 15px;
}

.footer__copy {
	padding: 8px 0;
	font-size: 0.75rem;
	background: #1b3175;
	color: #fff;
	margin-top: 20px;
}

.footer__copy__author {
	text-align: right;
}

@media (max-width: 1000px) {
	.footer {
		text-align: center;
	}

	.footer__social {
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	

	.footer__copy__author {
		margin-top: 10px;
	}

	/*.footer__copy {
		padding-bottom: 100px;
	}*/
}

/* Link */
.link {
	color: #333;
}



/* Produtos */

.main--internal {
	margin-bottom: 30px;
}

.main__title {
	border-bottom: 2px solid #b60e0b;
	text-transform: uppercase;
	color: #333;
	padding: 10px 0 0 0;
	font-size: 36px;
}

.breadcrumb {
	background: none;
	padding-left: 0;
	margin-bottom: 20px;
}

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

.page-item.active .page-link {
	background-color: #b60e0b;
	border-color: #b60e0b;
}

.page-link {
	color: #b60e0b;
}

.main__topic {
	color: #333;
}

.product__thumbnail,
.product__thumbnail__list div {
	border: 1px solid #aaa;
}

.product__thumbnail__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.product__thumbnail__list div {
	margin: 10px 5px;
	cursor: pointer;
	display: flex;
    align-items: center;
}


/* Helpers */
.mb {
	margin-bottom: 20px;
}

.form .form-control {
	background: #f7f7f7;
}

@media (max-width: 1000px) {
	.form{margin-bottom: 30px;}
}

@media (max-width: 780px) {
	.mb {
		margin-bottom: 0px;
	}

	.product {
		margin-bottom: 20px;
	}
}


/* Whatsapp Fixed */
.link-whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

.link-whatsapp img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,1);
}

.link-whatsapp span {
  position: absolute; 
  bottom: -30px;
  white-space: nowrap;
  left: -65%;
  display: block;
  margin-left: -15px;
  background: rgba(37, 211, 102, 1);
  color: #fff;
  padding: 0px 10px;
  border-radius: 10px;
}




.pulse {
  display: block;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(37, 211, 102, 1);
  animation: pulse 2s infinite;

}
.pulse:hover {
  animation: none;
}

.pulse2 {
  display: block;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(37, 211, 102, 1);
  animation: pulse 2.5s infinite;

}
.pulse2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
  }
  50% {
      -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
  }
  50% {
      -moz-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}



/*
	TRIGGER
	Personaliza mensagens do sistema
*/
.trigger{
	display: block;
	width: 100%;
	padding: 15px;
	background: #888;
	font-size: 0.9em;
	color: #fff;
	border: 1px solid #333;
	margin-bottom: 20px;
	border-radius: 4px;
	max-width: 500px;
	margin: auto;
}

.trigger p{
	margin-top: 8px;
}

.trigger_success{
	background-color: #DFF0D7;
	border-color: #2A552A;
	color: #2A552A;
}

.trigger_info{
	background-color: #D8EDF8;
	border-color: #22526A;
	color: #22526A;
}

.trigger_alert{
	background-color: #FCF8E2;
	border-color: #675129;
	color: #675129;
}

.trigger_error{
	background-color: #F2DEDE;
	border-color: #853432;
	color: #853432;
}
