@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	font-family: 'Barlow', sans-serif;
	animation: all 0.5s;
}

@font-face {
     font-family: hanson;
     src: url('../fonts/Hanson-Bold.otf');
}

.whatsapp {
	background-color: #3E5824;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: fixed;
	display: flex;
	right: 0;
	bottom: 0;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	color: #fff;
	justify-content: center;
}

.texto-elevarr {
	font-family: hanson;
	font-size: xx-large;
	padding-bottom: 25px;
	color: #3E5824;
}

.imgicones {
	width: 20%;
	padding-top: 3%;
}

.certificacoes {
	padding-top: 5%;
}

.card-body > h5 {
	color: #fff;
}

.card-body > p {
	color: #fff;
}


a.eapps-link {
	display: none;
	font-size: 10px;
}

.card-body {
	background-color: #3E5824;
}

.topper {
	background-color: #3E5824;
	height: 20px;
	width: 100%;
}

.btnorcamento {
	border-radius: 0;
	background-color: #3E5824;
	border-color: #2D3F19;
}

.btnorcamento:hover {
	background-color: #688C3E;
}

.btnorcamento:onfocus {
	background-color: #688C3E;
	box-shadow: ;
}

.item-cert {
	text-align: center;
}

.item-cert > i{
	height: 50px;
}

#servicos {
	padding-top: 50px;
	padding-bottom: 50px;
}

.cont-item {
	padding-bottom: 30px;
}

#quemsomos {
	padding-top: 50px;
	padding-bottom: 50px;
}

#contato {
	padding-top: 70px;
	padding-bottom: 70px;
}

#footer {
	background-color: #3E5824;
	padding: 20px;
	margin-top: 3%;
	color: #fff;
}

#footer > .container > p {
	color: #fff;
}

.imagembanner {
	width: 100%;
	height: 60vh;
	background-image: url(../img/caminhao.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

#img-height {
    height:214px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	.titulo {
		color: red;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}