body {
	background-color: #fff !important;
}

div.container {
	padding-bottom: 2em;
}

p, span {
	font-family: Rubik;
	color: #404040;
}

nav {
	position: fixed;
	background: linear-gradient(to bottom, black 0, rgba(61, 137, 148) 100%);
	background: -webkit-linear-gradient(top, black 0, #3d8994 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(0, black), color-stop(100%, #3d8994), color-stop(100%, #3d8994));
	background-color: #3d8994;
	z-index: 99 !important;
}

nav.bg-transparent {
	/*background: linear-gradient(to bottom, #073a35 0, rgba(150, 176, 150) 100%) !important;*/
	background: linear-gradient(to bottom, black 0, rgba(23, 23, 23, 0) 100%) !important;
	background-color: transparent !important;
	box-shadow: none;
}

ul.sidnav {
	z-index: 9999 !important;
}

/*
nav.light-blue.darken-4.bg-transparent{

	background-color: transparent !important;

	box-shadow: none;
}
*/

li.nav-link a {
	text-transform: uppercase;
	color: #fff;
}

img.img-slide {
	opacity: 0.3;
}

div.slider h4 {
	font-family: Rubik;
	font-size: 2.125rem;
	font-weight: 500;
}

div.slider h5 {
	font-family: Rubik;
	font-size: 1.625em;
	font-weight: 300;	
	font-style: normal;
	color: #fff;
}

i#icon-sidenav {
	cursor: pointer;
}

a.btn-link div {
	color: white;
	text-align: center;
	font-family: Rubik;
	padding-top: 0.5em;
	border-radius: 30px;
	background-color: #01579b;
	width: 150px;
	height: 40px;
	transition: color 0.3s, background 0.3s;
}

a.btn-link div:hover {
	color: black;
	background-color: #00e5ff;
}

.slider .indicators .indicator-item.active {
	background-color: #01579b;
}

.img-logo {
	width: 150px;
}

h3.h3-titulo {
  font-size: 20pt; /* Tamanho padrão */
  color: #404040;
}

@media (max-width: 1024px) {
	h3.h3-titulo {
		font-size: 18pt; /* Ajusta para telas médias */
	}
}

@media (max-width: 768px) {
	h3.h3-titulo {
		font-size: 16pt; /* Ajusta para tablets */
	}
}

@media (max-width: 480px) {
	h3.h3-titulo {
		font-size: 14pt; /* Ajusta para celulares */
	}
}

div.subtitulo{
	text-align: center;
	width: auto;
	border-bottom: 5px solid;
	border-color: #5abecd;
	border-radius: 5px; 
}

div.subtitulo p.paragrafo-subtitulo{
	font-size: 22px;
	color: #404040;
	text-indent: 0 !important;
	margin-bottom: -2px;
	margin-top: 0;
	padding-top: 1em;
	padding-right: 0;
}

div.content-titulo {
	/*
	border-top: 8px solid;
	border-top-color: white;
	border-right: 8px solid;
	border-top-right-radius: 30px;
	border-color: black;
	*/
	/*background-image: url("../imagens/borda-div-6.png");*/
	background-size: 40em;
	background-position: center;
	background-repeat: no-repeat;
	width: 70%;
	height: 100px;
}

div.content-titulo h3.h3-titulo {
	text-align: left;
	/*padding-top: 50px;*/
	margin-bottom: -20px;
	/*padding-left: 2.5em;*/
	padding-left: 1em;
}

div.subnav {
	overflow: auto;
	text-align: left;
	border-left: 5px solid;
	border-bottom: 5px solid;
	border-bottom-left-radius: 10px;
	border-color: #5abecd;
	width: 70%;
	height: 550px;
}

div.subnav ul li {
	padding-left: 1em;
	padding-bottom: 1em;
}

div.subnav ul li a {
	font-family: Rubik;
	color: #404040;
	cursor: pointer;
}

div.subnav ul li a:hover {
	text-decoration: underline;
}

div.subnav ul ul {
	padding-left: 2em;
}

div.text-conteudo {
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: justify;
	border-right: 5px solid;
	border-bottom: 5px solid;
	border-bottom-right-radius: 10px;
	border-color: #5abecd;
	height: auto;
}

div.text-conteudo p, span {
	padding-right: 1em; 
	text-indent: 2em;
	font-size: 18px;
}

div.text-conteudo li {
	padding-right: 1em; 
	text-indent: 0;
	font-size: 18px;
}

div.text-conteudo-2 {
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: justify;
	border-left: 5px solid;
	border-bottom: 5px solid;
	border-bottom-left-radius: 10px;
	border-color: #5abecd;
	height: auto;
}

div.text-conteudo-2 p, span {
	padding-left: 1em; 
	text-indent: 2em;
	font-size: 18px;
}

div.text-conteudo-2 li {
	padding-left: 1em; 
	text-indent: 0;
	font-size: 18px;
}

div.sub-conteudo {
	border-right: 5px solid;
	border-bottom: 5px solid;
	border-bottom-right-radius: 10px;
	border-color: #5abecd;
	height: 550px;
	overflow: auto;
}

div.sub-conteudo {
	padding-right: 1em;
}

p.prod-titulo-conteudo, span.prod-titulo-conteudo {
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

span.distaque {
	font-weight: bold;
	color: #f48636;
}

.material-icons {
	vertical-align: middle;
}

div.carousel-image {
	padding: 1rem;
}

div.carousel-image img {
	width: 120px !important;
	height: 100px!important;
	border-radius: 5px;
}

div.image-curva img {
	width: 500px;
}

div.image-curva-right img {
	width: 500px;
	float: right;
}

form.form-decoration {
	border-left: 5px solid;
	border-right: 5px solid;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-color: #5abecd;
}

.maps-container iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 249px !important;
}

ul.sitemap li a {
	color: white;
	transition: color 0.3s;
}

ul.sitemap li a:hover {
	color: #bdbdbd;
}

footer p {
	color: white;
}

p.descricao, span.descricao {
	font-size: 1.540rem; 
	text-indent: 0; 
	text-align: justify;
}

p.descricao-titulo, span.descricao-titulo {
	padding-right: 1em;
	text-indent: 2em;
	font-size: 18px;
}

.parallax-container {
	height: 400px;
}
a.link {
	cursor: pointer;
}

a.link:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 995px) {
	h1 {
		font-size: 3rem;
	}
	.img-logo {
		width: 130px;
	}
	div.slider h4 {
		font-size: 1.450em;
	}
	div.slider h5 {
		font-size: 1.300em;
	}
	div.content-titulo {
		/*background-image: none;*/
		border-bottom: #5abecd 5px solid;
		margin: 0 auto;
		height: auto;
	}
	div.content-titulo h3.h3-titulo {
		text-align: center;
		font-size: 2.300em;
		padding-left: 0;
		padding-top: 0;
		margin-bottom: 6px;
	}
	div.content-titulo img {
		display: none;
	}
	div.subnav {
		overflow: hidden;
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	div.sub-conteudo {
		height: auto;
	}
	div.image-curva img {
		width: 300px;
	}
	li.nav-link a {
		font-weight: bold;
	}
	.inlustri-scroll-left {
		background-color:#757575; 
		background-image: url('../imagens/deslize_dedo.gif');
	}
	.owl-carousel {
		height: 180px;
	}
	p.descricao, span.descricao {
		font-size: 18px; 
		text-indent: 0; 
		text-align: justify;
	}
}

@media only screen and (max-width: 1024px) {
  .hide-on-med-and-down {
    display: inherit !important;
  }
}

@media only screen and (max-width: 1024px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .hide-on-large-and-up{
    display: none !important;
  }
}
