* {
	font-family: 'Inter', sans-serif;
}

.ft-ar {
	border-radius: 15px;
}
a {
	text-decoration: none;
}

/* ICONES */
.icon {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	overflow: hidden;	
}

.iconene {
	width: 17px;
	height: 17px;
}

header {
	min-height: 150px;
}

body {
	color: #6A737B;
	background-color: #f5f5f5;
}

.background2 {
	background-color: #e6edef;
}

#telefones {
	background-color: #6a737b;
	font-size: 0.9rem;
	color: #f5f5f5;
}
#telefones a {
	color: #f5f5f5;
}

#menu .box-logo {
	position: absolute;
	margin-left: 60px;
	top: 40px;
	padding: 00px;
	max-width: 250px;
}


@media (max-width: 520px) {
	.background-carrossel-caption-mobile {
		background-color: rgba(81, 121, 128, .9) !important;
		padding: 10px;
		margin: 10px;
		border-radius: 10px;
	}
	
	section {
		padding: 0px 20px;
	}
	img {
		max-height: 150px !important;
	}
	#menu .box-logo {
		position: unset !important;
		margin-left: 20px;
	}
	#menu .navbar {
		padding-top: 0 !important;
		top: 40px;
		
	}
}
#menu .nav-item {
	padding: 0px 12px;
}
#menu li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	color: #6a737b;
}
@media (max-width: 520px) {
	.navbar-collapse {
		margin-top: 1rem !important;
	}
}
@media (min-width: 521px) and (max-width: 991px) {
	button.navbar-toggler {
		position: absolute;
		top: 33px;
		right: 40px;
	}
	.navbar-collapse {
		margin-top: 5rem !important;
	}
}
@media (max-width: 1199px) {
	#menu .nav-item {
		padding: 0px 6px !important;
	}
	#menu li a {
		font-size: 0.8rem !important;
	}		
}


#banner {
	background-color: #547c83;
}
#banner .carousel-caption {
	position: unset  !important;
	left: unset  !important;
	bottom: unset  !important;
	text-align: left !important;
	max-width: 400px !important;
}
#banner .carousel-caption h1 {
	margin-top: 20px;
	font-size: 2rem !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}


#segmentos .segmentos-lista {
	font-size: 0.8rem;
}
#segmentos .segmentos-lista div {
	display: flex;
}


#banner-interno {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;
}

.pg-interna h1 {
	font-size: 1.8rem;
	font-weight: bold;
}

.bg-verde {
	background-color: #e9f3ee;
}

.brd-imgs {
	border-radius: 10px;
}

.box-arredondado {
	border-radius: 10px;
	background-color: #f5f5f5;
	box-shadow: 0px 5px 10px -6px #666;
	padding: 25px;
	min-height: 256px;
}

footer {
	background-color: #547c83;
	color: #f5f5f5;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer a, footer h3 {
	color: #f5f5f5;
}

h3 {
	font-size: 1.1rem;
	font-weight: bold;
}
footer .midias-sociais a {
	margin: 0 4px;
}
footer .border-bottom {
	border: solid 1px #f5f5f5;
}
footer .copyright {
	font-size: 0.8rem;
}

.form-contato .form-group {
	padding: 10px 0;
}
.form-contato button {
	border: 0;
	background-color: #547c83;
	border-radius: 10px;
	padding: 8px 15px;
	font-size: 1.1rem;
	color: #f5f5f5;
	font-weight: 700;
	margin: 0 auto;
}


#contato a {
	color: #6a737b;
}

#localizacao a {
	color: #6a737b;
}


.btn-orcamento {
	background-color: #547c83;
	padding: 8px 16px !important;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
	color: #f5f5f5 !important;	
}
.btn-orcamento-transp {
	color: #547c83;
	padding: 8px 16px !important;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2rem;
	border: solid 1px #547c83;
}
.whatsapp-footer {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 1000;
	
}
.whatsapp-footer a {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	width: 100px;
	height: 100px;
	background-image: url("assets/icons/whatsapp-sticky.svg");
	-webkit-filter: drop-shadow(0 3px 5px rgba(0,0,0,.2));
  -moz-filter: drop-shadow(0 3px 5px rgba(0,0,0,.2));
  -ms-filter: drop-shadow(0 3px 5px rgba(0,0,0,.2));
  -o-filter: drop-shadow(0 3px 5px rgba(0,0,0,.2));
  filter: drop-shadow(0 3px 5px rgba(0,0,0,.2));
}


/* Base class for all animated elements */
.animate-on-scroll {
    opacity: 0; /* Start elements as invisible */
/*    transform: translateX(-100px);  Set an initial position for sliding effects */
    animation-fill-mode: forwards; /* Keeps the end state after animation completes */
    visibility: hidden; /* Hide elements until they're ready to animate */
/*	display: inline-block;  or another appropriate display property */
    /* other styling rules */
}

/* Animation keyframes definition */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideFromLeft {
    0% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideFromRight {
    0% { transform: translateX(100%); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-30px); }
    60% { transform: translateY(-15px); }
}

/* Classes that trigger animations */
.animated-fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    visibility: visible;
}

.animated-fadeUp {
    animation-name: fadeUp;
    animation-duration: 1s;
    visibility: visible;
}

.animated-slideFromLeft {
    animation-name: slideFromLeft;
    animation-duration: 1s;
    visibility: visible;
}

.animated-slideFromRight {
    animation-name: slideFromRight;
    animation-duration: 1s;
    visibility: visible;
}

.animated-bounce {
    animation-name: bounce;
    animation-duration: 1s;
    visibility: visible;
}

p {
	font-size: 1.4rem;
}

h2 {
	font-size: 2rem;
	font-weight: 	bold;
}

.dropdown-menu {
	z-index: 999999999;
}