@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* TOPO */
.site-header {
	border-top: 6px solid #fedf0b;
	border-bottom: 1px solid #f0f0f0 !important;
}

.nav-item.active a {
	color: white !important;
	background-color: #fedf0b;
}

.nav-item.active a:hover {
	color: white !important;
	background-color: #fedf0b;
}

.nav-item a:hover {
	color: white !important;
	background-color: #0e548f;
}



/* LISTA DE produtos */
.car {
	position: relative;
	overflow: hidden;
	transition: .3s ease !important;
	border-radius: 0;
}

.car:hover {
	/*padding-bottom: 22px;*/
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.car .card-title {
	margin: -1.25rem -1.25rem .5rem;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	transition: .3s ease;
}

.car:hover .card-title {
	color: white !important;
	background: #fedf0b;
}

.car .btn {
	transition: .3s ease;
	border: 0;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translatex(-50%);
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.car:hover .btn {
	bottom: 10px;
}



/* HOME */
.site-cta {
	background: #fff !important;
	width: 703px;
	min-height: 300px;
	margin: 0 auto;
}

.social {
    width: 90px;
    height: 180px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 100000;
}

.social div {
    margin-bottom: 10px;
}

/* RODAPE */
.footer {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.footer a {
	color: #2c2c2c;
}

.title-widget {
	color: #393939;
	font-size: 1.45rem;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 25px;
	padding-left: 16px;
}

.title-widget::before {
	background-color: #fedf0b;
	content: "";
	position: absolute;
	left: 0; top: -1px;
	height: 30px; width: 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    content: "";
    position: absolute;
    top: 7px; left: 0;
	height: 3px; width: 3px;
/*	background-color: rgba(0, 0, 0, 0.3);*/
}

.widget_nav_menu ul li {
    line-height: 20px;
	position: relative;
    text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
	width:95%;
}

.footerp .fa {
	width: 20px;
	text-align: center;
	font-size: 17px;
}

#social {
	-webkit-transform:scale(.8);
	   -moz-transform:scale(.8);
		 -o-transform:scale(.8); 
		
	-webkit-transition-duration: .3s; 
	   -moz-transition-duration: .3s;
		 -o-transition-duration: .3s;
}           

#social:hover {
	-webkit-transform:scale(.9); 
	   -moz-transform:scale(.9); 
		 -o-transform:scale(.9); 
}

.social-fb:hover { color: #3B5998; }
.social-tw:hover { color: #4099FF; }
.social-gp:hover { color: #d34836; }
.social-em:hover { color: #f39c12;}

.footer-bottom {
    background-color: #333;
    min-height: 30px;
    width: 100%;
}

.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 13px 0;
}


/* RESPONSIVO */


@media (max-width: 990px) {
	#mainMenu {
		width: 50%;
        right: 21%;
        background-color: rgba(255,255,255,0.98);
        position: fixed;
        border-radius: 8px;
        border: 1px solid rgba(18,18,18,1.00);
        z-index: 999;
	}
    .site-cta {
        width: 100%;
        min-height: 0px;
        margin: 0 0 -115px;
    }
    .logo1 {
        max-width: 0px;
        margin: 0px;
        visibility: hidden;
    }
    .nav-link {
        border-radius: 8px !important;
        margin: 5px 0;
    }
    .navbar-toggler {
        position: sticky;
        margin: -43px 0 0;
        border: 1px solid #000;
    }
	.site-cta {
		background-position: center left -330px;
		background-size: cover;
	}
    .car .card-subtitle {
        font-weight: 340 !important;
        font-size: 0.9rem !important;
    }
    .row .form-contact {
        border-top: 1px solid #000;
        margin-top: 25px;
        padding-top: 35px;
        max-width: none;
        flex: none;
    }
    .maps {
        border: none !important;;
        max-width: 100%;
        flex: none;
    }
    .display-4 {
        font-size: 2rem;
    }
    
    .social {
        width: 180px;
        height: 80px;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 100000;
    }
    
    .social div {
        margin-left: 10px;
        float: left;
    }

}

/* GERAL */
.text-orange { color: #f67645 !important; }
.border-orange { border-color: #f67645 !important;}
.border-top { border-top: 8px solid #fedf0b !important; }
.bg-orange { background-color: #f67645 !important; }

.text-sm { font-size: .9rem; }


