/****** CUSTOM CSS *****/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Francois+One');
@import url('https://fonts.googleapis.com/css?family=Anton');
html{
	scroll-behavior: smooth;
}
body{
	font-family: Lato,sans-serif;
	letter-spacing: .02rem;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header{
	
}
main{
	padding: 30px;
}
.h1, h1 {
    font-size: 35px;
    text-shadow: 0px 0px 11px rgba(0,0,0,0.7);
}
.center990px {
    width: 50vw;
    max-width: 990px;
    margin: 0 auto;
}
.center {
    text-align: center;
}
.pad0 {
    padding: 0px;
}
.pad2 {
    padding: 2rem;
}
.mt_10{margin-top:10px;}

.modal-header {
    border-bottom: 0px !important;
}
.modal-footer {
    border-top: 0px !important;
}
.btn-success {
    color: #fff;
    background-color: #f37125 !important;
    border-color: #f37125 !important;
	border-radius: 0px;
}
.btn-success:hover {
    color: #fff;
    background-color: #b16c6a;
    border-color: #b16c6a;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d88683;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(216, 134, 131, 0.32);
}
.form-control {
    border-radius: 0px;
}
/******** HEADERR LOGO / MENU **********/
#top{
    overflow: hidden;
	background-size: cover;
}
#top .ttl{
	text-align: center;
	top: 40%;
    position: absolute;
    z-index: 99999;
	width:95%;
	    color: #fff;
}
#top .ttl h2{
	font-size: 40px;
    font-weight: 600;
}
#top .ttl p{
	font-size: 20px;
}

.logotipo{
	top: 30px;
    left: 25px;
    position: absolute;
    background: #fff;
    padding: 15px;
	z-index: 99999;
}
.top_menu{
	top: 6px;
    right: 25px;
    position: absolute;
    padding: 12px 25px;
    font-size: 35px;
	z-index:99999;
}
.top_menu a{
	color:#fff;
}
.carousel-item{
	height: 400px;
    background-position: center;
    background-size: cover;
}
.bg-dark {
    background-color: #000!important;
	height:90px;
}
.navbar-dark .navbar-brand {
    color: #fff;
    padding-left: 25px;
}
.carousel {
    position: relative;
}

.cd-vertical-nav{
    right: -270px;
	transition: right .45s ease-in-out;
}
.mostra_float_menu{
	right:35px;
}


.cd-section {
  min-height: 100%;
  position: relative;
  padding: 2em 0;
}
.cd-section:nth-of-type(odd) {
  background-color: #3e3947;
}
.cd-section:nth-of-type(odd) p {
  color: #898099;
}
.cd-section:nth-of-type(even) {
  background-color: #745360;
}
.cd-section:nth-of-type(even) p {
  color: #bda3ad;
}
.cd-section h1, .cd-section p {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}
.cd-section h1 {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-section p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-section h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}


.cd-nav-trigger {
  display: none;
}

 #cd-vertical-nav {
  position: fixed;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#cd-vertical-nav ul {
  list-style-type:none;
}
#cd-vertical-nav li {
  text-align: right;
  height: 28px;
}
#cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
#cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
#cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#cd-vertical-nav a:hover .cd-label {
    opacity: 1;
	padding: 1px 8px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
    box-shadow: 0px 0px 5px 0px rgba(196,196,196,1);
}
#cd-vertical-nav a.is-selected .cd-dot {
  background-color: white;
}
#cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #14325c;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}



/********** MENU ************/

.overlay {
   
    height: 0%;
    width: 100%;
    position: fixed; 
    z-index: 99999999; 
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0, 0.9); 
    overflow-x: hidden; 
    transition: 0.5s; 
}

.overlay-content {
    position: relative;
    top: 12%; 
    width: 100%; 
    text-align: center; 
    margin-top: 30px; 
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s; 
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/******** BG COLORS *******/
.bg_white{background-color: #fff;}
.bg_red{background-color: #fe856a;}
.bg_orange{background-color: #ff985a;}
.bg_yellow{background-color: #e8c859;}
.bg_green{background-color: #67a39d;}
.bg_blue{background-color: #5578ba;}
.bg_brown{background-color: #956046;}


.bg_red_pat{ background-image: url(/img/bg_vermelho.jpg); }
.bg_orange_pat{background-image: url(/img/bg_laranja.jpg);}
.bg_yellow_pat{background-image: url(/img/bg_amarelo.jpg);}
.bg_black_pat{background-image: url(/img/bg_preto.jpg);}
/********  MOD 1 *******/
.mod_1{
	
}
.mod_1 .texto{
	color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8rem;
    font-size: 1.2rem;
    letter-spacing: .02rem;
    background-color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.mod_1 .texto h2{
	/*font-family: 'Anton', sans-serif;*/
    font-family: Calibri;
    font-size: 2rem;
    margin: 1rem 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}
.mod_1 .texto p{
	line-height: 1.8rem;
    font-size: 1.2rem;
}
.mod_1 .slider{
	width: 85%;
    margin: 0 auto;
    height: 65vh;
    position: relative;
    text-align: center;
    overflow: hidden;
    align-items: stretch;
}
/***********  MOD 2 ************/

.mod_2{
	
}
.mod_2 .texto{
	color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8rem;
    font-size: 1.2rem;
    letter-spacing: .02rem;
    background-color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.mod_2 .texto h2{
	font-family: Calibri;
    font-size: 2rem;
    margin: 1rem 0;
    padding: 0;
	color: #000;
	font-weight: 600;
}


/********  VANTAGENS *************/

.vantagem_1{
	text-align: center;
    padding: 35px 15px;
	height: 280px;
}
.vantagem_1 .texto{
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
    margin: 0 auto;
	
	text-align: left;
	width: 55%;
    float: right;
	
	display: table;
    height: 100%;
}
.vantagem_1 .texto ul{
	margin-left: 25px;
	list-style:none;
	
	vertical-align: middle;
    display: table-cell;
}
.vantagem_1 .texto ul li{
	list-style-image: url(/img/correcto.png);
}
.vantagem_1 .imagem{
	height: 180px;
	
	width: 35%;
    float: left;
}
.vantagem_1 .imagem img{
	height: 100%;
}


.vantagem_2{
	text-align: center;
    padding: 35px 15px;	
	height: 280px;
}
.vantagem_2 .texto{
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
    margin: 0 auto;
	
	text-align: left;
	width: 55%;
    float: left;
	
	display: table;
    height: 100%;
}
.vantagem_2 .texto ul{
	margin-left: 25px;
	list-style:none;
	
	vertical-align: middle;
    display: table-cell;
}
.vantagem_2 .texto ul li{
	list-style-image: url(/img/correcto.png);
}
.vantagem_2 .imagem{
	height: 180px;
	
	width: 35%;
    float: right;
}
.vantagem_2 .imagem img{
	height: 100%;
}


/*********  FOOTER **********/

footer{
	font-family: 'Roboto', sans-serif;
	margin-top: 25px;
    background-color: #000;
    color: #fff;
    padding: 35px 45px 10px 45px !important;

}
footer p{

}
footer a{
	color:#f37125;
	text-decoration:none;
}
footer a:hover{
	text-decoration:none;
	color:#f37125;
}
.rodape_geral{
	
}
.rodape_geral a{
	color:#fff;
	text-decoration:none;
}
.rodape_geral a:hover{
	text-decoration:none;
	color:#f2cbc9;
}
.rodape_geral h2{
	font-size: 22px;
}
.links_b{
	
}
.links_b ul{
	list-style-type: none;
	padding:0px;
}
.links_b ul li{
	
}
.links_b ul li a{
}
.links_b ul li a:hover{
}
.social_b{
	
}
.social_b a{
	margin-right:15px;
}
.social_b a:hover{
	
}
.social_b a i{
	font-size:40px;
}
.contacts_b{
	
}



/*********************************/

.awesome-list {
  /* Create a new instance of a counter called "my-awesome-list" and set the counter to 0. */
  counter-reset: my-awesome-list;
  display: inline-block;
  margin-left: -3.4em;
  vertical-align: middle;
  position: relative;
}

.awesome-list-item {
  /* Increment the "my-awesome-list" counter for every list item. */
  counter-increment: my-awesome-list;
  margin: 1em 0;
  position: relative;
  width: 100%;
}

.awesome-list-item::before {
  /* Display the counter and set the list style for the list. */
  content: counter(my-awesome-list, decimal-leading-zero);
  background: #FFF;
  border: 10px solid #2C3E50;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 2.6em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2.6em;
  z-index: 2;
}

.list-intro {
  background: #2C3E50;
  color: #FFF;
  box-sizing: border-box;
  display: inline-block;
  padding: 2em 4em 2em 2em;
  width: 100px;
  height: 100%;
  vertical-align: middle;
}

.list-intro > h1 {
  font-size: 1.4em;
}

.awesome-list-item > span {
  background: #8E44AD;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  position: relative;
  line-height: 2em;
  margin: 0 0 0 -2em;
  padding: 1.2em 2em 1.2em 3em;
  vertical-align: middle;
}

.awesome-list-item > span::after {
  background: transparent;
  content: "";
  position: absolute;
  top: 24%;
  right: 2%;
  width: 50%;
  height: 50%;
  max-width: 300px;
  z-index: -1;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
  transform: rotate(3deg);
}

.awesome-list-item:nth-child(1)::before {
  background: #8E44AD;
  border-color: #2C3E50;
  box-shadow: 0 0 0 3px #8E44AD;
}

.awesome-list-item:nth-child(1) > span {
  background: #8E44AD;
}

.awesome-list-item:nth-child(2)::before {
  background: #2980B9;
  border-color: #2C3E50;
  box-shadow: 0 0 0 3px #2980B9;
}

.awesome-list-item:nth-child(2) > span {
  background: #2980B9;
}

.awesome-list-item:nth-child(3)::before {
  background: #27AE60;
  border-color: #2C3E50;
  box-shadow: 0 0 0 3px #27AE60;
}

.awesome-list-item:nth-child(3) > span {
  background: #27AE60;
}

.awesome-list-item:nth-child(4)::before {
  background: #16A085;
  border-color: #2C3E50;
  box-shadow: 0 0 0 3px #16A085;
}

.awesome-list-item:nth-child(4) > span {
  background: #16A085;
}

.definition{
	
}
.definition ul{
	list-style-type: none;
}
.definition ul li{
	
}

.gallery-title{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
	
}
.filter-button{
    font-size: 18px;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    text-align: center;
    color: #9d9d9d;
    margin-bottom: 15px;
	background-color: #fff;
	font-family: 'Francois One', sans-serif;
	border-radius: 0px; 
}
.filter-button:hover{
    font-size: 18px;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #9d9d9d;

}
.btn-default:active .filter-button:active{
    background-color: #9d9d9d;
    color: white;
}

.port-image{
    width: 100%;
}

.gallery_product{
    margin-bottom: 30px;
	position:relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery_product:hover{
    transform: scale(1.06);
}
.gallery_product .ttl_g{
	font-family: 'Francois One', sans-serif;
	position:absolute;
	top:5px;
	left:0px;
	padding: 2px 20px;
	background: white;
	/*background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );*/
}

.item1{
	background-image:  linear-gradient( rgba(255, 0, 0, 0.31), rgba(255, 0, 0, 0) ),url('/imagens/cores/vermelho.jpg') !important;
}
.item2{
	background-image: url('/imagens/cores/laranja.jpg') !important;
}
.item3{
	background-image: url('/imagens/cores/amarelo.jpg') !important;
}
.item4{
	background-image: url('/imagens/cores/verde.jpg') !important;
}
.item5{
	background-image: url('/imagens/cores/azul.jpg') !important;
}
.item6{
	background-image: url('/imagens/cores/castanho.jpg') !important;
}
.item7{
	background-image: url('/imagens/cores/light_cinza.jpg') !important;
}
.item8{
	background-image: url('/imagens/cores/cinza.jpg') !important;
}
.item9{
	background-image: url('/imagens/cores/preto.jpg') !important;
}
.item10{
	background-image: linear-gradient( rgba(98, 98, 98, 0), rgba(0, 0, 0, 0.98) ), url('/imagens/cores/preto.jpg') !important;
}
/*
.vermelho{color: #fe866b !important;}
.laranja{color: #fe9f5d !important;}
.amarelo{color: #e3c156 !important;}
.verde{color: #63a099 !important;}
.azul{color: #4e70b7 !important;}
.castanho{color: #8f5943 !important;}
.cinza1{color: #afa695 !important;}
.cinza2{color: #979097 !important;}
.preto{color: #424247 !important;}
*/

.azul{color:#14315a !important;}
.vermelho{color:#ed1c24 !important;}
.laranja{color:#fcb040 !important;}
.cinza{color:#939598 !important;}
.azul{color:#25aae1 !important;}
.verde{color:#60bb46 !important;}

/*********************************/
.advantage_cont{
	margin-bottom:40px;
}
.advantage_cont a{
	
}
.advantage_cont a:hover{
	
}

/*********************************/
.dt_cont{
	margin-bottom: 30px;
	position:relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dt_cont img{
	
}
.dt_cont:hover{
    transform: scale(1.03);
}
.dt_cont .titulo{
	font-family: 'Francois One', sans-serif;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 22px;
    padding: 2px 10px;
    background: white;
}
/*******************************/
.faqs{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin: 0px 12% 20px 12%;
}

.accordion_cont{}

.accordion {
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1.5em 1.5em;
  background: #fff;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .1em;
  transition: all .3s;
  font-family: 'Francois One', sans-serif;
}

.accordion-header:hover {
  background: #fff;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fff;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.accordion-body__contents .important{
	font-weight: 700;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid #fff;
}

.accordion__item > .accordion-header:after {
  content: "+";
  font-size: 25px;
  float: right;
  position: relative;
  transition: .4s all;
      margin-top: -14px;
}

.accordion__item.active > .accordion-header:after {
  content: "-";
}

.accordion__item.active .accordion-header {
  background: #fff;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

@media screen and (max-width: 1100px) {
	.range {
		margin-top: 15px;
	}
	.range .titulo {
		height: 20px !important;
		text-align: center;
	}
	.range .imagem img{
		width:100%;
		height:auto !important;
	}
	main {
		padding: 10px;
	}
	.carousel {
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-brand img{
		max-height: 30px !important;
	}
  
	.accordion {
		width: 100%;
	}
  

	#top {
		overflow: hidden;
		background-size: cover;	
	}

	.banner{
		height:600px !important;
		
	}	 
	.center990px {
		width: 100%;
		margin: 0 auto;
	}
	.top_menu {
		right: -4px !important;
	}
}

@media screen and (max-width: 415px) {
	.banner{
		height:400px !important;	
	}

	.carousel-item {
		height: 400px !important;
	}	
	
}	


.range{
	
}
.range .titulo{
	height: 30px;
    text-align: center;
}
.range .titulo h3{
	font-family: 'Francois One', sans-serif;
}
.range .imagem{
	margin-top:15px;
	text-align:center;
}
.range .imagem img{ 
	max-height:650px;
}

.contactos{
	font-family: 'Roboto', sans-serif;
}





/***  RESPONSIVE  **/


@media only screen and (max-width: 412px) and (min-width: 100px)  {
	.hide_mobile{
		display:none;
	}
	header {
		margin: 0px;
	}
	.logotipo {
		position: inherit;
	}
	.navbar-brand img {
		max-height: 24px !important;
	}
	.top_menu {
		top: 14px;
	}
	#top {
		height: 350px;
		background-position: center;
	}
	.overlay a {
		font-size: 22px;
	}
	main{
		padding:30px 0px;
	}
	.definition ul {
		list-style-type: inherit;
	}
	.center990px{
		width: 100%;
	}
	.definition ul {
		padding:0px;
		text-align: left;
	}
	.filter-button {
		margin-bottom: 5px;
	}
	
	footer {
		padding: 35px 10px 10px 10px !important;
	}
	.rodape_geral {
		margin-bottom:15px;
	}
	.pad2 {
		padding: 5px;
	}
	
	.carousel-item{
		height:400px !important;
	}	
	
	.carousel-inner{
		height:260px !important;
	}	
}
@media only screen and (max-width: 768px) and (min-width: 413px)  {
	.filter-button {
		margin-bottom: 5px;
	}
	.pad2 {
		padding: 8px;
	}
}




#section7 a{
	text-decoration:none;
	color:#000;
}
#section7 a:hover {
	text-decoration:none;
	color:#8c8a87;
}

.documento{
	cursor: pointer;
	border: 1px solid #e8e8e8;
    padding: 5px;
	float: left;
    width: 100%;
	transition: all 0.4s ease;
	cursor: pointer;
}
.documento:hover{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(125,125,125,1);
	-moz-box-shadow: 0px 2px 3px 0px rgba(125,125,125,1);
	box-shadow: 0px 2px 3px 0px rgba(125,125,125,1);
	color:#8c8a87;
}
.documento h2{
    float: left;
	font-size: 20px;
	max-width: 80%;
	padding-top: 8px;
}
.documento span{
    float: right;	
	font-size: 30px;
}





.btn:focus, .btn:active, button:focus, button:active {
			  outline: none !important;
			  box-shadow: none !important;
}

#image-gallery .modal-footer{
			  display: block;
}

.thumb{
	margin-top: 15px;
	margin-bottom: 15px;
}


.carousel-indicators .active {
    background-color: #000;
}


.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    padding: 20px 20px;
    height: 20px;
    background-size: 100% 100%;
}


.table td, .table th {
	border-top: 0px !important;
    border-bottom: 1px solid #dee2e6;
}

.tabela tr:hover td.hover{
	background-color:#eee;
}
.tabela tr:hover th.hover{
	background-color:#eee;
}



@media screen and (max-width: 575px) and (min-width: 10px) {
	.conteudo-galeria{
		height: 350px;
		overflow: hidden;
		transition: 0.5s; 
	}
	.height100{
		height: 100%;;
	}

}



.mostrar-mais{
	float: left;
    width: 100%;
    padding-top: 15px;
    text-align: center;
    border-top: 3px solid #9e9e9e;
}

.mostrar-mais .show-more{
	color: #fff;
    background-color: #f37125 !important;
    border-color: #f37125 !important;
    border: 0;
    padding: 5px;
}




























