@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,700i,900');

body{
	margin:0;
	padding:0;
	top:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color:none;
	color:#666;
	font-size: 16px;
}

@-webkit-keyframes slidein {
	0% { margin-bottom: -120px; opacity: 0;}
	100% { margin-bottom: 0;  opacity: 1;}
}

@-moz-keyframes slidein {
	0% { margin-bottom: -120px;  opacity: 0;}
	100% { margin-bottom: 0;  opacity: 1;}
}

.vertical-align{ vertical-align: middle; }

@-webkit-keyframes slideintop {
	0% { margin-top: -100px; opacity: 0;}
	100% { margin-top: -30px;  opacity: 1;}
}

.transition{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.parallax{
	background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}

.logo{
	width: 50%;
}

a{ Text-decoration: none !important; -webkit-appearance: none; color: inherit;}

#top{
	/*background-color: #00426F;*/
	background: rgb(0,66,111);
	background: linear-gradient(45deg, rgba(0,66,111,1) 26%, rgba(5,43,69,1) 97%);
}

.text-green{
	color:#6EB253;
}

.bg-green{
	background-color:#6EB253;
}

.top_infos{
	background: rgb(0,36,70);
	background: linear-gradient(305deg, rgba(110,178,83,1) 40%, rgba(0,36,70,1) 40%);
}

.menu a{
	font-size: 0.7em;
	padding-left: 30px;
	font-weight: 700;
	color:  #fff;
}

.menu a:hover{
	color: #6EB253;
}

/* Dropdown Button */
.dropbtn {
	font-size: 0.7em;
  color: #fff;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	color: #fff;
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
	text-align: left;
  background-color: #6EB253;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	border-radius: 8px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {color: #6EB253;}

.text-red{
	color: #D71440;
}

.bg-pattern{
	background-repeat: repeat;
}

.boxes .col{
	cursor:pointer;
	margin: 0 15px;
	padding: 20px;
	transition: all 0.5s;
}

.boxes .col:hover{
	background-color: #f2f2f2;
	border-radius: 10px;
	transition: all 0.5s;
}

.noticia-thumb{
	/*width: 320px;*/
	min-height: 240px;
}

.bg-cover{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cursor-pointer{
	cursor: pointer;
}

.bg-home{
	background-image:url('../../img/site/banner_bottom.png');
	background-repeat:no-repeat;
	background-position:center;
	background-position-x:center;
	background-position-y:center;
	background-size:cover;
}

.media{
	border-bottom: dotted;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #bbb;
}

#produtos .row .col loop, #produtos .row loop .col-4{
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  cursor:pointer;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#produtos .row .col loop:hover, .item-content:hover{
	background-color: #F2F2F2;
	border-radius: 8px;
}

#banners{
	-webkit-animation-duration:1.2s;
	-moz-animation-name: zoomout;
	-webkit-animation-name: zoomout;
	-webkit-animation-iteration-count:1;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes zoomout {
	0% {transform: scale(1.1); opacity: 1;}
	100% {transform: scale(1);  opacity: 1;}
}

.title{
}
.small-link{
	font-size: 0.8em;
}
.signature{
	font-size: 0.6em;
}

.sidebar ul li > ul { padding-left: 10px; }
.sidemenu-link{
	display: block;
	cursor: pointer;
	font-size: 0.9em;
	padding: 10px 3px;
	border-bottom-color:#ddd;
	border-bottom-width: 1px;
	border-bottom-style: dotted;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.sidemenu-link:hover{
	color: #00426F;
	font-weight: 700;
	padding-left: 8px;
}


#linhas .col-sm-4{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #00426F;
	background-blend-mode: multiply;
}

#linhas .col-sm-4:hover{
	background-color: #fff;
	background-blend-mode: multiply;
}

.footer{
	height: auto;
	background-color: #00426F;
	color: #fff;

	background-image: url('../../img/site/bg-footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.footer .row a{
	color: #fff;
	font-size: 0.7em;
	padding-right: 30px;
	font-weight: 300;
}

.footer .row a:hover{
	font-weight: 700;
}

.footer-infos{
	text-align: right;
	font-size:0.85em;
}

h1{
	font-size: 2em;
	font-weight: 700;
	color: #00426F;
}

h2{
	font-size: 1.2em;
	font-weight: 700;
	color: #00426F;
}

h3{
	font-size: 1.2em;
	font-weight: 400;
	color: #00426F;
}

h4{
	font-size: 1.8em;
	font-weight: 400;
	color: #00426F;
}

.text-white{
	color: #fff;
}

.line-separator{
	width: 100%;
	height: 1px;
	margin: 30px 0;

	border-top-color:#ddd;
	border-top-width: 1px;
	border-top-style: solid;
}

.border-botttom{
	border-bottom-color:#ddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.border-full{
	border-color:#ddd;
	border-width: 1px;
	border-style: solid;
}

.search{
	padding: 5px;
	margin-bottom: 20px;
	border-radius: 8px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	cursor:pointer;
}

.breadcrumb{
	font-size: 1em;
	font-weight: 700;
	color: #00426F;
	background-color: transparent;
}

form input, textarea{
	width: 100%;
	border-radius: 8px;
	padding: 8px;
	margin-bottom: 8px;
	display: block;

	border-width: 1px;
	border-color: #ddd;
	border-style: solid;
}

textarea{
	height: 250px;
}

input[type='submit']{
	background-color:#D71440;
	color: #fff;
}

input[type=submit]:hover, .submit:hover{
	background-color:#4E4B6A;
}

.submit{
 width: 40%;
 text-align: center;
 background-color:#D71440;
 color: #fff;
 padding: 12px;
 border-radius: 5px;
 font-size: 1.2em;
 font-weight: 600;
 cursor: pointer;
}

.separador{
	width: 100%;
	height: 1px;
	margin: 20px 0 40px 0;
	border-bottom: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.map{
	height: 380px;
	border-radius: 8px;
	width: 90%;
	margin-top: 15px;
}

.galeria_box{
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.galeria_box:hover{
  background-color:#D71440;
  background-blend-mode: multiply;
}

.item, .item-content img{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.item-content{
  display: inline-block;
  width: 32.6%;
  height: auto;
  vertical-align: text-top;
}

.pagination{
  font-size: 0.8em;
  cursor: pointer;
}

.pagination:hover{
  color: #f00;
}

.pagination_bar{
  font-size: 0.8em;
  padding: 0 10px;
}

#userlogin{
  padding: 5px 5px 0 0;
  background-color: #ddd;
}

#userlogin form input{
  font-size: 0.7em;
  display: inline-block !important;
  text-align: center;
  padding: 3px;
  width: 200px;
  border-radius: 4px;
  align-content: flex-end;
  align-self: flex-end;
}

.foto{
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x:center;
  background-position: center;
  height: 220px;
	border-radius: 5px;
}

.round-corners{
	border-radius: 8px;
}
