﻿/*
    Folha de estilos MN;
    Parte do estilo  se encontra em "bootstrap.min.css", nÃƒÆ’Ã‚Â£o mexer. A menos que saiba exatamente o que fazer.
*/

/* CabeÃƒÆ’Ã‚Â§alho "Museu Nacional" */
.header {
	padding-bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

/* Corpo da pÃƒÆ’Ã‚Â¡gina. Define fonte, cor do texto, parÃƒÆ’Ã‚Â¡grafo, parÃƒÆ’Ã‚Â¡grafo da imagem, imagem. */

body {
	font-family: 'Roboto', sans-serif;
	color: #000;
}




a {
	color: #0c5460;
}
a.italico {
	font-style: italic;
}
a:hover {
	color: #0c5460;
	font-weight: 800;
}
a.hover:hover {
	font-weight: normal;
}

br.altura-linha {
	line-height: 0;
}

p {
	padding: 0;
	text-align: left;
	font-size: 18px;
	width: 100%;
}
pre {
	font-family: 'Roboto', sans-serif;

}

em {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	
}


span {
	color: #000;
}
p a {
	font-weight: bold;
	color: #39a3d7;
}

p a:hover {
	text-decoration: underline;
}

.padding-left {
	padding-left: 0 !important;
}

h1 {
	font-family: 'Jost', sans-serif;
	
	font-weight: bold;
	text-align: center;
	padding: 0 10px 15px 10px;
	color: #32398e;
	font-size: 32px;
	letter-spacing: 0.1em;
}
@media (max-width: 767px) {
	/* h1 {
	margin-top: 40px;
	} */
}
/* h1 i {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 10px 15px 10px;
	color: #32398e32398e;
	font-size: 24px;
} */

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px 5px 30px;
	font-size: 24px;
	color: #32398e;
	
}



h3 {
	width: 100%;
	text-align: center;
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Jost', sans-serif;
	font-weight: 900;
	padding: 2px 10px 2px 10px;
	color: #32398e;
	
	letter-spacing: 0.05em;
	font-size: 18px;
}
h3.titulo-historico {
	font-size: 18px;
	padding-top: 0px;
}
@media (max-width: 768px) {
	h3.titulo-historico {
		padding-top: 30px;
	}
}


h3 a:hover {
	text-decoration: none;
	font-weight: 800;
	color: #32398e;
}
.link_sublinhado:hover {
	text-decoration: underline;
}
h6 {
	width: 100%;
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	color: #32398e;

	padding-top: 10px;
	text-transform: uppercase;
}

h5 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 700;
}

.separador-subtitulo::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 15px;
	background: #F07842;
	margin-right: 10px;
}
.separador::after {
	content: "";
	display: block;
	width: 80px;
	height: 10px;
	margin: 12px auto 10px auto;
	background: #0c5460;

}


.separador-light-blue::after{
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	margin: 12px auto 10px auto;
	background: #39a3d7;

}

.separador-blue::after {
	content: "";
	display: block;
	width: 80px;
	height: 10px;
	background: #333889;

	margin: 12px auto 10px auto;
}

.divisor-azul {
	
	width: calc(100% - 16px); 
	text-align:left; 
	border-left: 12px #333889 solid;

}
.padding-divisor-azul {
	padding-left: 10px; 
	margin-bottom: 0;
}
.padding-divisor-azul-paragrafo {
	padding-left: 20px; 
	margin-bottom: 0;
}

.separador-preservacao::after {
	content: "";
	display: block;
	width: 80px;
	height: 10px;
	margin: 12px auto 10px auto;
	background: #f18f14;

}

.texto-blue {
color: #32398e !important; 

}

.texto-light-blue {
	color: #39a3d7 !important; 
}
.texto-preservacao {
color: #f18f14 !important; 

}

p img {
	max-width: 100%;
	padding: 5px;
}

img {
	max-width: 100%;
	text-align: center;
}
.logoimg {
	max-width: 65% !important;
}
.img-thumbnail {
	border: 1px solid rgba(0, 128, 128, 0.3);
}

.img-thumbnail:hover {
	border: 2px solid rgba(0, 128, 128, 0.3);
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 3px solid rgba(55, 161, 209, 0.7);
	opacity: 0.7;
}

/* Slide */

.slide-image {
	width: 100%;
}

.carousel-holder {
	width: 100%;
	text-align: center;
	margin-left: 1px;
}

.carousel-control,
.item {
	border-radius: 4px;
}

/* MENU */
.navbar-brand {
	margin-right: 2rem;
}
.ativo {
	font-weight: 800;
}
.ativo-submenu {
	font-weight: 800px;
	color: #000;
}

/* .element.style {
} */
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}
.dropdown-menu.show {
	display: block;
}
div.dropdown-menu {
	border-color: rgba(0, 128, 128, 0.2);
}
.dropdown-divider {
	border-color: rgba(0, 128, 128, 0.2);
}

li.sub:hover {
	font-weight: 700;
}

ul.menu-principal,
a.menu-principal {
	font-size: 16px;
	letter-spacing: 0.1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
	ul.menu-principal,
	a.menu-principal {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	ul.menu-principal,
	a.menu-principal {
		font-size: 14px;
		color: rgba(0, 0, 0, 0.7);
	}

	div ul.menu-principal li:first-child {
		margin-top: 10 px;
	}
}

.dropdown-menu {
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #161a1e;
}
ul li {
	list-style: none;
}

@media (min-width: 425px) {
	.dropdown-menu-2col {
		min-width: 460px;
	}
}

.navbar {
	/* border-top: 3px solid rgba(0, 83, 96, 0.7);
	border-bottom: 3px solid rgba(0, 83, 96, 0.7); */
	border-top: 15px solid rgba(55, 161, 209, 0.7);
	border-bottom: 3px solid rgba(55, 161, 209, 0.7);
}

.nvbar-qrcode {
	border-bottom: 15px solid rgba(55, 161, 209, 0.7);

}

.navbar-light .navbar-toggler {
	border: 1px solid transparent;
}

.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(55,161,209, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 }

.navbar-light .navbar-nav .nav-link {
	color: #37a1d1;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #37a1d1;
}

.dropdown-item {
	color: #0c5460;
	padding: .35rem 1.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #0c5460;
	font-weight: 600;
	white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: rgba(0, 128, 128, 0.04);
}
a.nav-link:hover {
	font-weight: 800;
}

/* cards */

.card {
	border: 1px solid rgba(0, 128, 128, 0.3);
}

/* Destaques */

.box_img:hover {
	opacity: 0.8;
}
.caixa {
	height: 100px;
	overflow: hidden;
	text-align: center;
	background: #eee;
	border-bottom: 5px solid #000;
}
.caixa h4,
.caixa h4 a {
	white-space: nowrap;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.caixa p {
	text-align: justify;
	font-size: 13px;
	padding: 5px;
}
.caixa p a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.thumbnail img {
	max-height: 100%;
}
.thumbnail {
	padding: 0;
}
.thumbnail a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumbnail .caixa-full {
	padding: 9px;
	color: #333;
}
.read {
	width: 100%;
	background: #000;
	padding: 5px;
}
.read a {
	color: #fff;
	padding: 5px;
}
.read:hover {
	background: #ccc;
}
/* fim destaques*/

a.btn-outline-info.voltar {
	color:  #0c5460;
	opacity: 0.6;
	border-color: #0c5460;
	border-width: 2px;
	font-size: 12px;
}
a.btn-outline-info.voltar:hover {
	color: rgb(255,255,255);
	opacity: 0.6;
	border-color: #0c5460;
	border-width: 2px;

}
a.btn-outline-info.acessar-site {
	/* color:  #0c5460; */
		color: #fff; 
	opacity: 0.6;
	border-width: 2px;
	font-size: 12px;
	background-color:#39a3d7;
}


a.btn-outline-info.voltar-blue {
	color:  #39a3d7;
	
	border-color: #39a3d7;
	border-width: 2px;
	font-size: 12px;
}
a.btn-outline-info.voltar-blue:hover {
	color: rgb(255,255,255);

	border-color: #39a3d7;
	background-color:#39a3d7 !important;
	border-width: 2px;

}


a.btn-outline-info.acessar-site-cachalote {
	/* color:  #32398e; */
		color: rgb(255,255,255); 
	

	border-width: 2px;
	font-size: 12px;
		background-color:#39a3d7;
		border-color: #39a3d7;
}
a.btn-outline-info.acessar-site-cachalote:hover{
		background-color:#39a3d7 !important;
		border-color: #39a3d7 !important;
}



a.btn-outline-info.voltar-preservacao {
	color:  #f18f14;
	
	border-color: #f18f14;
	border-width: 2px;
	font-size: 12px;
}
a.btn-outline-info.voltar-preservacao:hover {
	color: rgb(255,255,255);

	border-color: #f18f14;
	background-color:#f18f14 !important;
	border-width: 2px;

}


a.btn-outline-info.acessar-site-preservacao {
	/* color:  #f18f14; */
		color: rgb(255,255,255); 
	

	border-width: 2px;
	font-size: 12px;
		background-color:#f18f14;
		border-color: #f18f14;
}
a.btn-outline-info.acessar-site-preservacao:hover{
		background-color:#f18f14 !important;
		border-color: #f18f14 !important;
}


/* a.btn-outline-info.acessar-site.acessar-site:hover{
	background-color: rgb(255,255,255); 
		color:  #0c5460;
		border-color: #0c5460;

} */




a.btn.btn-outline-info:hover {
	background-color:#39A3D7;
}


/* historia */
.box-laranja{
	background-color: #d18b2c;
	color: white;
}
.span-box-laranja{
	color: #2e3b86 !important;
	font-weight: bold;
	font-size: 20px;
}

.borda-box-azul{
	border-left: 10px solid #2e3b86;
	
}
@media (max-width: 575px) {
	
	.borda-box-azul{
		border-left: 0 transparent;
		margin-top: 20px !important;
	}
	.box-laranja {
		
		margin-top: 20px !important;
		margin-left: -20px !important;
		margin-right: 0px !important;
		padding-left: -40px !important;
	}
	.coluna1{
		padding-left: 0 !important;
		padding-right: 0 !important;

	}

	.coluna2 {
		padding-left: 0 !important;
		padding-right: 0px !important;
		margin-left: -40px !important;
		margin-right: -10px !important;
	}


	.p-coluna1 {
	padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.p-coluna2 {
		padding-left: 70px !important;
			padding-right: 20px !important;
			margin-left: -30px !important;
		}
}


/* apresentação */



@media (max-width: 425px) {
	img.patrocinio {
	min-width: 100%;
	padding: 10px !important;
 
	}

}
@media (max-width: 991px) {
	img.patrocinio {
		max-width: 40%;

	}

}


/* LISTA DE PLANTAS*/

/* .ativo-menu {
	background-color: rgba(0, 128, 128, 0.15);
	color: rgba(0, 0, 0, 0.7);
	font-weight: 800px;
} */
.list-group-item-info {
	background-color: #169db5;
	color: white;
}

div.border-conteudo-plantas {
	border: solid 1px rgba(0, 128, 128, 0.2);
}
@media (min-width: 768px) {
	.coluna-conteudo-plantas {
		padding-left: 0px;
		padding-right: 0px;
	}
	.coluna-menu-plantas {
		padding-left: 0px;
	}
}

figcaption.figure-caption {
	font-size: 70%;
}
@media (max-width:991px){
	figcaption.figure-caption {
		font-size: 60%;
	}
}



/* div.caixa-planta {
	background-color: rgba(0, 128, 128, 0.1);
	border: solid 1px rgba(0, 128, 128, 0.1);
	border-radius: 5px;
	padding-right: 0px;
	padding-left: 0px;
} */
@media (max-width: 767px) {
	div.caixa-planta {
		border: 0px;
		border-radius: 0;
	}
	div.rounded {
		border-radius: 0 !important;
	}
}
@media (max-width: 991px) {
	nav.navbar.navbar-caixaplanta {
		border-bottom: 0px;
	}
}

.list-group-item.active {
	background-color: rgba(0, 128, 128, 0.04);
	border: solid 1px rgba(0, 128, 128, 0.1);
	color: #000;
}

.bg-col-conteudo-plantas {
	background-color: rgba(0, 128, 128, 0.04);
}

.list-group-item {
	border: solid 1px rgba(0, 128, 128, 0.1);
}
ul.padding-group .list-group-item {
	padding: 1.25rem 1.25rem;
}

.box_title h3 {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	font-style: italic;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
@media (max-width: 767px) {
	/* .map-responsive iframe {
	} */
}

.menu-plantas {
	margin-bottom: 0;
	font-size: 13px;
	color: white;
}
span.seta-menu-navbar {
	color: #37a1d1;
}
span.seta-menu-plantas-navbar {
	color: #37a1d1;
	
	
}
.plantas_paragrafo {
	padding-left: 0;
	padding-right: 0;
}

.texto-left-principal {
	text-align: left;
	
}
@media (max-width: 575px) {
	.texto-left {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.w-75 {
		width: 90% !important;
	}
}

.plantas_titulo-h1 {
	font-size: 32px;

	text-transform: none;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0;
	letter-spacing: 0.1em;
}
/* .plantas_titulo-h1::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #c8c8c8;

	margin: 12px auto 10px auto;
} */
.plantas_titulo-span {
	text-transform: none;
	font-style: normal;
	font-size: 12px;
	letter-spacing: normal;
	color: #000;
}

.plantas_titulo-h2 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 0px;
}
.plantas_titulo-h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #c8c8c8;
	/* opacity: 0.1; */
	margin-top: 12px;
	margin-bottom: 10px;
}

p.plantas_voltar_menu-a a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

p.plantas_voltar_menu-a a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #000;
	text-transform: uppercase;
}

/* formulário de contato */

.form-control {
	border: 2px solid rgba(0, 128, 128, 0.5);
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: rgba(0, 128, 128, 0.3);
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(171, 221, 229, .7);
}


/* Equipe */
th.table-success{
	background-color: #d6e7f8!important;
	/* background-color: #f4dfc5!important; */
	/* background-color: #d2d2db!important; */
	
	text-transform: uppercase;
	

}

/* CONTATO E LOCALIZAÇÃO */

/* RODAPÉ‚ */
footer {
	margin: 0;
	float: left;
	font-family: 'Roboto', sans-serif;
	padding-top: 20px;
	width: 100%;
	padding-bottom: 5px;
	text-transform: uppercase;
}

footer p {
	font-size: 12px;
	text-align: center;
}

.social {
	width: 100%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 0;
}

.social h {
	padding-left: 3px;
}

.social img {
	width: 25px;
	height: auto;
	margin: 0 0 3px 10px;
}

.social a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.credito {
	width: 100%;
	text-align: center;
	font-size: 8px;
	color: #000;
}

#acessibilidade {
	background: url(MUSEU2016/img/logo2.png/bg-acessibilidade.png) repeat-x;
	padding: 8px 0;
	margin-bottom: 20px;
	font-size: 0.9em;
}

.contato {
	width: 100%;
	line-height: 2.5em;
}

.contato h1 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 4px;
}

.contato p {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.0em;
}

/* .brincando {
	width: 100%;
}

.brincando h1 {
	text-align: center;
	font-family: 'Sue Ellen Francisco', cursive;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 4px;
	color: #ff7b39;
}

.brincando p {
	text-align: center;
	font-family: 'Sue Ellen Francisco', cursive;
	font-size: 16px;
	line-height: 1.0em;
	color: #ff7b39;
} */

/* /*TABELA INGRESSO E TELEFONES*/
/* .ingresso {
	padding: 60px 20px 25px 20px;
	text-align: center;
	width: 90%;
	margin-left: 20px;
}

.ingresso thead tr th {
	padding: 30px 20px 10px 20px;
	text-align: left;
	border-bottom: #ccc solid 1px;
	font-size: 17px;
}

.ingresso tbody tr td {
	text-align: left;
	padding: 8px 20px 8px 20px;
	border-bottom: #ccc solid 1px;
	font-size: 16px;
}

.table_title {
	display: none;
} */

/* .exposicao {
	height: 180px;
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: center;
	border-bottom: 3px solid #000;
}

.exposicao:hover {
	border-bottom: 3px solid #a66466;
}

.exposicao img a {
	max-width: 100%;
}

.exposicao img a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.exposicao h6 {
	color: #000;
	padding: 0;
	padding-bottom: 10px;
	text-align: center;
}

.exposicao h5 {
	color: #000;
	padding: 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 15px;
} */

/* img.ampliar {
	border: 3px #000 solid;
}

img.ampliar:hover {
	border: 3px red solid;
} */
/* 
.destaque-menor {
	width: 100%;
}
.destaque-menor a img {
	width: 197px;
	height: 197px;
	max-width: 100%;
}
.destaque-menor a img:hover {
	border: 4px solid #a66466;
}
.destaque-menor h6 {
	width: 100%;
	font-size: 13px;
	padding-left: 0;
	text-align: center;
	padding-top: 5px;
}

.destaque-menor h6 i {
	width: 100%;
	font-size: 16px;
	padding-left: 0;
	text-align: center;
	padding-top: 2px;
	text-transform: none;
}

.destaque-menor h5 {
	width: 100%;
	font-size: 12px;
	padding-left: 0;
	text-align: center;
	padding-top: 5px;
} */

/* /*TABELA POSBOT*/
/* .posbot {
	padding: 15px 20px 25px 20px;
	text-align: center;
	width: 100%;
	margin-left: 20px;
}

.posbot thead tr th {
	padding: 30px 20px 10px 20px;
	text-align: left;
	border-bottom: #ccc solid 1px;
	font-size: 14px;
}

.posbot tbody tr td {
	text-align: left;
	padding: 8px 20px 8px 20px;
	border-bottom: #ccc solid 1px;
	font-size: 13px;
}

.posbot tbody tr td strong {
	font-size: 14px;
} */
