@import "selectivity-full.min.css";
@import "nav.css";

body {
	background-color:#1b1b1b;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	/*background: url("../img/graphics/bg1.jpg") no-repeat scroll 0 0 transparent;*/
}

.thumbnail {
    background-color: rgba(50,50,49,0.5);
      border: rgba(27, 27, 27, 0.75) 1px solid;
    min-height: 100px;
    border-radius: 5px;
   
}



.popup{
    cursor: pointer;
}

a{
    color:#CF3A3A ;

}
a:hover{
    text-decoration: none;
    color: #e03b2a;
}

.left{
    text-align: right;
}

h1.header-content {
	font-family: 'Montserrat', sans-serif;
	color: #ead5bc;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 40px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #404040;
}

h2.header-content {
	font-family: 'Montserrat', sans-serif;
	color: #ddd;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 25px 0;
	padding-bottom: 10px;
	line-height: 26px;
	
}

.center{
    position: relative;
    width: inherit;
    text-align: center;
    color: black;
}
h4 small{
    color: #fff;
}

.h5, h5 {
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0;

}
.fa-stack{
    cursor: pointer;
}
.fa-stack:hover .fa-inverse {
  color: white;
}

.fa-stack:hover .text-primary {
	color: rgba(207, 58, 58, 0.38);
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.civil-imagem {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 5%;
    margin-top: 5%;
}


.civil-imagem img{
  
  -webkit-filter: grayscale(0.8);
   filter: grayscale(0.8);
    
}


.civil-imagem-opaco {
    opacity: 1;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
    height: 100%;
    
     -webkit-transition: all .2s linear;
     transition: all .2s linear;

}

.civil-imagem:hover .civil-imagem-opaco{
    opacity: 0;

}

.civil-imagem:hover img{

    -webkit-filter: grayscale(0);
    filter: grayscale(0);

}

.imagem-title {
    position: absolute;
    bottom:0;
    color: #fff;
    z-index: 99;
    width: 100%;
    font-size: 11px;
    padding: 5px;
    line-height: 16px;
    background-color: rgba(0,0,0,0.8);
}


 a.comandante{
 
     display: block;
     width: 200px;
     height: 200px;
     margin: auto auto 10% auto;
     position: relative;
}
.nome-comandante {
    opacity: 1;
    position: absolute;
    height: inherit;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    font-size: 12px;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

a.comandante:hover .nome-comandante {
     background-color: rgba(0,0,0,0);
 }

.nome-comandante h4 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 150px;
	font-size: 16px;
    -webkit-transition: all .4s linear;
    transition: all .2s linear;
}
a.comandante:hover .nome-comandante h4{
     margin-top: 100px;
}


.esconde{
    opacity: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 150px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

a.comandante:hover .esconde{
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
     opacity: 1;
}

.well {
	background-color: rgba(50, 50, 49, 0.5);
	border-radius: 0px;
	border: 0px;
}
.dropdown-menu {
	background-color: #1B1B1B;
}

.dropdown-menu>li>a{
    color: #F6BAA2;
}
.btn-default.active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #1B1B1B;
    border-color: #1B1B1B;}

.btn-default {
	background-color: #CF3A3A;
	border-color: #1B1B1B;
	color: #fff;
}

.panel {
	border: 0;
}
.panel-default>.panel-heading {
    background: #1B1B1B;
    color:#CD8C56;
    text-align: center;
    border: 0;
    font-family: 'Open Sans', sans-serif;

}
.text-primary {
	color: rgba(207, 58, 58, 1);
}


.panel-body {   
    background-color: rgba(27, 27, 27, 0);
    text-align: left;
    top: 0;
}
 .orgaos-coluna {
   
	 position: relative;
}
.orgaos-coluna .panel {
   background: none;
}
.orgaos{
    padding: 15px 0;
}


.orgaos .list-group-item.active{
  z-index: 2;
  color: #fff;
  background-color: #CF3A3A;
  border: #1B1B1B 1px solid ;
text-align: center;
 
}

.orgaos .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
    margin-bottom: -1px;}

.orgaos .list-group-item.active h4{
    font-size: 15px;
}

.titulo{ 
    margin: 0;
	font-size: 20px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}


.content{
	color: #8c8c8c;
	font-size: 14px;
	padding: 0 0 20px 0;
	line-height: 23px;
}

.content p {
	margin: 22px 0;
}

.img-center {
	margin: 0 auto;
}

.fluidratio:before {
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.6);
	
}

.fluidratio {
	position: relative;
	background-color: #eee;
	background-position: center center;
	/*background-size: cover;*/
	background-position: 50% 0;
	display: block;
	-webkit-filter: sepia(0.35) contrast(0.8) brightness(0.9) hue-rotate(-10deg) saturate(0.5);
	filter: sepia(0.35) contrast(0.8) brightness(0.9) hue-rotate(-10deg) saturate(0.5);
	height: 350px;
	margin: 0;
	width: 100%;
}

.fluidratio-title {
	position: relative;
	line-height: 350px;
	z-index: 99;
	width: 100%;	
	font-family: 'Montserrat', sans-serif;
	color: #ddd;
	font-size: 56px;
	text-transform: uppercase;
    
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.static {
    position: fixed;
    top: 70px;
    left: 0;
    padding: 20px 70px;
    line-height: 20px;
    width: 100%;	
    font-size: 26px;
    background-color: #000;
    
    opacity: 100;
}

.slideshow {
	color:#fff;
	border-bottom: 1px solid #101010;
	background-color: #141414;
}

.slideshow-item {
	position: relative;
	width: 100%;
	min-height: 500px;	
}

.slideshow .fa {	
	position: absolute;
	top:50%;
	font-size: 46px;
    z-index: 999;
    cursor: pointer;
}

.slideshow .fa-angle-left {	
	left:2%;
}

.slideshow .fa-angle-right {	
	right:2%;
}

.slideshow-title {
	position: absolute;
	top: 220px;
	left:0;	
	width: 100%;	
	
	color: #ddd;
	font-size: 36px;
	text-align: center;
	
}

.slideshow-title h1 {
	font-size: 52px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.slideshow-title .lead {
	font-family: 'Open Sans', sans-serif;
	
}

.cycle-historia{
    margin: 5px 20px 5px 20px;
    -webkit-filter:grayscale(0.8);
    filter:grayscale(0.8);
    -webkit-transition:  all .2s linear;
    transition:  all .2s linear;
    opacity: 0.8;
   
    
}

.cycle-historia:hover{
    opacity: 1;
     -webkit-filter:grayscale(0);
     filter:grayscale(0);
    -webkit-transition:  all .2s linear;
    transition:  all .2s linear;
  
}

.cycle-historia:hover .pausa{
    -webkit-transition:  all .2s linear;
    transition:  all .2s linear;
    opacity: 1;
}

.cycle-pager-historia{
    cursor: pointer;
}

.pausa{
    
    opacity: 0;
     padding: 5px;
    color: #fff;
    position: absolute;
    z-index: 800;
    top: 2%;
    left: 0;
}


.btn-title {
	color: wheat;
	background-color: #bd1b1b;
}

.slideshow-image {
	position: absolute;
	top: 0;
	left:0;
	
	display: block;
	
	width: 100%;
	min-height: 500px;
	background-size: cover;
	
	-webkit-filter: sepia(0.35) contrast(0.8) brightness(0.9) hue-rotate(-10deg) saturate(0.5);
	filter: sepia(0.35) contrast(0.8) brightness(0.9) hue-rotate(-10deg) saturate(0.5);
}

.slideshow-image:before {
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;	
	background-color: rgba(0, 0, 0, 0.4);
}


.cycle-pager {
 
	position: absolute;
	width: 100%;
	bottom:40px;
	text-align: center;
	color: #666;
	font-size: 40px;
    z-index: 200;
}

.cycle-pager-active {
	color: #fff;
}

.section {
	background-color: #171717;
	padding: 20px 0;
}

.items-default {
	cursor: pointer;
	height: 300px;
	position: relative;
}

.items-content {
	position: absolute;
	bottom: 15%;
	right: 20%;
		
	color: #ddd;
	
	font-size: 12px;
	padding: 8%;
	text-align: left;
	letter-spacing: 0.05em;
		
	background: rgba(15, 15, 15, 0.8);
	
	-webkit-transition: background .5s ease-out;
	transition: background .5s ease-out;
	
	transition: all 800ms;
	-o-transition: all 800ms;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
}

.items-content span {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}


.items-content p {
	line-height: 18px;
}

.items-default a {
	display: block;
	color:#ff3710;
	font-size: 12px;
	
}

blockquote {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	border: none;
	color: #a0635a;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C";
	font-style: italic;
}
blockquote:before {
	position: absolute;
	top: 20px;
	left: -5px;
	color: #a0635a;
	content: open-quote;
	font-family: Arial, sans-serif;
	font-size: 4em;

}
blockquote:after {
	color: #a0635a;
	content: open-quote;
	font-family: Arial, sans-serif;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.35em;
	vertical-align: -0.6em;
	content:"\201D";
}

.img-canvas {
	padding: 25px;
}

.items-default:hover .items-content {	
	right: 25%;
	background-color:#cf3a3a;
}

.items-default:hover a {
	color:#362828;
}

.item-1 .background-image {
	background-image: url('../img/slideshow/historia.jpg');
}
.item-2 .background-image {
	background-image: url('../img/slideshow/DSC01819.jpg');
}
.item-3 .background-image {
	background-image: url('../img/slideshow/HPIM0411.jpg');
}
.item-4 .background-image {
	background-image: url('../img/slideshow/PA201872.jpg');
}

.items-default  .background-image {
	display: block;
	width: 100%;
	height: inherit;
	
	opacity: 0.13;
	background-size: cover;
	
	/*clip: rect(40px, 260px, 150px, 80px);*/
	/*
	-webkit-filter: sepia(0.4) saturate(1.6) contrast(1) brightness(0.9) hue-rotate(-10deg);
	filter: sepia(0.4) saturate(1.6) contrast(1) brightness(0.9) hue-rotate(-10deg);
	*/
	
	-webkit-filter: grayscale(0.8);
	filter: grayscale(0.8);
	
	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}

.items-default  .section-image {
	width: 100%;
	height: 250px;
	background-size: cover;
	
	opacity: 0.23;
	
	-webkit-filter: grayscale(0.8);
	filter: grayscale(0.8);

	transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	-webkit-transition: opacity .45s ease-in-out;
}

.items-default:hover  .background-image {
	opacity: 0.3;
	-webkit-filter: grayscale(0) brightness(1) contrast(0.85);
	filter: grayscale(0) brightness(1) contrast(0.85);
}


.items-default .box {
	display: none;
	z-index: 1;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px;	
	background-color:#000;
	margin-left: -15px;
	opacity: 0.6;
}

.top-images {
	margin: 20px 0;
	padding: 10px 0;
	border-bottom: 1px solid #333;
}

.newstext-cycle-pager {
    color: #fff;
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
    margin: 0 auto;
	text-align: center;
    z-index: 800;
}

.news-list {
	background-color: #121212;
}
.news-list h2 {
	
	color: #6e3933;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin: 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #181818;
}

.news-list .news-list-item {
	
	background-color: #131313;
	margin: 10px 10px;
	padding:20px 10px;
	color: #8c8c8c;
	font-size: 13px;
	line-height: 22px;
}

.news-list-title {
	color:#f6baa2;
}
.news-list-subtitle {
	color:#f6baa2;
}
.news-archive {
	color: #89A194;
	font-size: 11px;
	text-transform: uppercase;
}
.news-list-title  {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.news-list-date  {
	background-color: #e03b2a;
	padding:5px;
	color: #fff;
	text-align: center;
}

.news-list-date .day  {
	font-size: 22px;
	font-weight: 700;
}

.news-list-date .month  {
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-body {
	margin-bottom: 40px;
}

.map {
	height: 350px;
	margin-top: 70px;
}

ul{
    list-style: none;
}

.farmacias-localidades .list-group-item:hover {
    cursor: pointer;
    color: #fff;
    background: rgba(27, 27, 27, 1);
}


.farmacias-localidades .badge{
    display: none;
    color: #fff;
    background: #333;
}

.farmacias-localidades li:hover  .badge{
    display: block;
    margin-top: -17px;
}

.farmacias-localidades .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover{
    cursor: default;
}

.farmacias-localidades a{
    display: block;

}

.farmacias-localidades li.active a{
    color: #fff;
    text-decoration: none;
}

.farmacias-localidades .topo{
    color: #8c8c8c;
}

.farmacias-localidades .topo:hover{
    color: #8c8c8c;
    background-color:rgba(38, 38, 37, 0.99);
    cursor: default;
}

.farmacias-localidades .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color: rgb(207, 58, 58);
    border: rgba(27, 27, 27, 0.75) 1px solid;
   
}

.farmacias-localidades .list-group-item.active:hover .badge{
    display: none;
    border: rgba(27, 27, 27, 0.75) 1px solid;
   
    
}

.list-group-item.disabled, .list-group-item.disabled:hover{
    background-color: rgba(207, 58, 58, 1);
    border: 0;
    color: #fff;
  
}

.list-group-item {
    background-color: rgba(50,50,49,0.5);
    border:rgba(27, 27, 27, 0.75) 1px solid;
}

.space-top {
	margin-top: 100px;
}

h1.news-title {
	
	color: #ead5bc;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 25px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #404040;
}

footer {
	padding: 40px 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #8c8c8c;
	background-color: #131313;	
}

footer .footer-headline {
	font-family: 'Montserrat', sans-serif;
	color: #cf3a3a;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3b3b3b;
}

footer a {
	color: #ba2f20;
}

footer .fa {
    background-color: #333;
    border-radius: 30px;
    color: #656565;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 34px;
}

.footer-nav {
    margin: 0;
	padding: 0;
}


footer .weather ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

footer .wi {
	display: inline-block;
	font-size: 52px;
	margin:10px 0;
}

footer .weather li {
	display: none;
}

footer .weather li:first-child {
	display: block;
}

.copyrights {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #454545;
}

.fadein {
	opacity: 0;
	animation: fadein 1.4s  forwards;
	-moz-animation: fadein 1.4s  forwards;
	-webkit-animation: fadein 1.4s  forwards;
}

.carets  {
	margin: 8px 0;
	padding: 0;
}

.carets li {
	position: relative;
	padding-left: 15px;
	margin: 8px 0;
}

.carets li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	
	color: #953c30;
	font-size: 16px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
}

@-webkit-keyframes fadein {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
}


.fadeout {
	opacity: 1;
	animation: fadeout 1.4s  forwards;
	-moz-animation: fadeout 1.4s  forwards;
	-webkit-animation: fadeout 1.4s  forwards;
}

@-webkit-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}