@import url("helpers.css");

h1,h2,h3,h4,h5,h6{ font-family: 'Montserrat', sans-serif; }
h2{
	font-size: 40px;
	margin-bottom: 30px;
}

html,body{
	min-width: 375px;
}
body{
	padding-top: 70px;
	padding-bottom: 0;
}
b{
	font-weight: bold !important;
}
.btn{
	white-space: normal;
}

.navbar{
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	background: rgba(255,255,255,0.8);
}
.navbar .navbar-brand img{
	height: 45px;
}
.navbar .navbar-nav .nav-item{
    height: 70px;
    line-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -2px;
    font-weight: 400;
}
.navbar .navbar-nav .nav-item a{
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}

.navbar .navbar-nav .nav-item.active,
.navbar .navbar-nav .nav-item:hover{ font-weight: 500; }

.section-topo .carousel-item{
	height: auto;
	background-color: #EFEFEF;
}
#nossa-historia p{
	font-size: 24px;
}
#portfolio .item a{
	display: block;
	padding: 20px;
}
#portfolio .item a:hover{
	background-color: rgba(255,255,255,0.7);
	text-decoration: none;
}
#portfolio .item a:hover h5{
	color: #333 !important;
	font-weight: bold;
}

#home .carousel{
	margin-bottom: 0;
}
.card-body{
	color: #666
}

.lista-icones{
	list-style: none;
	padding-left: 20px;
}
.lista-icones li {
	padding: 5px 0;
	font-size: 18px;
}
.lista-icones li .fa,
.lista-icones li .fab{
	font-size: 24px;
	margin-right: 10px;
}
.lista-icones li .fab{
	font-size: 28px;
}

.owl-carousel{
	position: relative;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 30%;
	background: none;
	font-size: 40px;
}
.owl-carousel .owl-nav .owl-next{
	right: -20px;
}
.owl-carousel .owl-nav .owl-prev{
	left: -20px;
}

footer address{
	margin-bottom: 0
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.navbar{
		min-height: 70px;
	}
	.slide-topo h1{
		/*font-size: 50px;*/
		zoom: 0.8;
	}
	.slide-topo h4{
		zoom: 0.7;
		/*font-size: 30px;*/
	}
}

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

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

	.owl-carousel .owl-nav .owl-next{
		right: -60px;
	}
	.owl-carousel .owl-nav .owl-prev{
		left: -60px;
	}
}

/* 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) {}
