/*
    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:20px;
    text-align: center
    margin-left: 0;
    margin-right: 0;
}

/* Corpo da pÃƒÆ’Ã‚Â¡gina. Define fonte, cor do texto, parÃƒÆ’Ã‚Â¡grafo, parÃƒÆ’Ã‚Â¡grafo da imagem, imagem. */

body {
    font-family: 'Lato', sans-serif;
       color: #000;
       font-size: 16px;
}
body p {
    font-size: inherit; 
}

a, a:link {
	color:#000;
}

.link-azul,.link-azul:hover {
 color:#020894 !important;
}

.lista-20px {
    margin-left: 40px;
}
.MsoNormal {
    padding: 0;
}
@media (max-width:320px ) {
    
    .MsoNormal {
    padding: 0 30px 0 0px;
    }
    .lista-20px {
        margin-left: 0px;
    }
}


p {
	padding: 0 30px 0 30px;
	text-align: left;
	font-size: 16px;
	width: 100%;
	text-transform: none;
	font-weight: normal;
}

@media (max-width:767px ) {
p {
    text-align: left;
    font-size: 14px;
}
}

 

p.live-p, ul.live-p {
padding: 0%;
}

.float-left{
    float: left;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 20px;
}
@media (max-width:546px ) {
    .float-left{
        float: none;
        align-self: center;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 20px;
    }
    .img-center{
        text-align: center;
    }
}
ul.list-style-type-none{
    list-style-type: none;
}

p.sem-padding {
    padding-right: 0;
}
@media (max-width:1000px ) {
    p.live-p, p.mobile {
        padding: 0 3px 0 3px;
    }
    p.sem-padding {
       padding-right: 10px;
       padding-left: 10px;
    }
    div img.img-padding {
        margin-left: 10px;
    }
 
}

.lista-videos-202-anos {
    line-height: 28px;
    
}

p a {
    color: #000;
}

p a:hover {
    text-decoration: underline;
}
a.underline {
    font-size: 16px;
}
a.underline:hover {
    text-decoration: underline;
}

h1 {
    font-family:'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
    padding: 0 10px 15px 10px;
	color:#000;
    text-transform: uppercase;
    font-size: 28px;
}

h1 i {
    font-family:'Lato', sans-serif;
	font-weight:bold;
	text-align:center;
    padding: 0 10px 15px 10px;
	color:#000;
    text-transform: none;
    font-size: 28px;
}
@media (min-width:412px) and (max-width:767px ) {
    h1, h1 i {
        font-size: 24px;
    }
    
}
@media(max-width: 411px) {
    h1, h1 i {
        font-size: 20px;
    }

}




h2 {
    font-family:'Lato', sans-serif;
	font-weight:700;
	text-align:center;
	padding:15px 10px 15px 10px;
	font-size:24px;
	color: #000;
	text-transform:uppercase;
}

h3 {
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 2px 10px 2px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
} 

h3.live-titulo {
text-align: left;
padding: 0%;
margin: 0;
margin-bottom: 10px;
}
@media (max-width:1000px ) {
    h3.live-titulo {
        margin-top: 10px;
    }

}

h3 a:hover {
    text-decoration: underline;
}

h6{
    width: 100%;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 10px;
    text-transform: uppercase;
}

h5 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 700;
}

p img {
	max-width: 100%;
	padding: 5px;
}
	
img {
	max-width:100%;
	text-align: center;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}
.separador {
    border-color: rgb(204, 203, 203);
}

f img:hover {
    border: 3px solid #a66466;
}

span.bg-style {
    background-color: #a66466; 
    padding: 5px; 
    color: blanchedalmond; 
    border-radius: 3px;
}

/* Slide */

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    margin-left: 1px;
}

.carousel-control,
.item {
    border-radius: 4px;
    position: relative;
    
}
.box__secundario{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0,0,0, .7);
    opacity: 0;
    color:white;
  }
  .box__secundario:hover{
    opacity: 1;
    transition: 0.5s;
  }
  .titulo-slide{ 
    margin: 0;
}

.botao-slide{
text-decoration: none;
color: #fff;
padding: 10px;
border: 1px solid #fff;
border-radius: 5px;
margin: 5px;
}
  

/* MENU */


nav.menus ul li {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    padding-left: 30px;
}

nav.menus ul li a {
    display: block;
    padding: 8px 10px 8px 10px;
    color: #000;
    text-decoration: none;
}

nav.menus ul li.static a {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px;
}

nav.menus ul li.static a:hover {
    font-weight: 700;
}

nav.menus ul li.sub {
    padding-left: 50px;
}

nav.menus ul li.sub a {
    font-size: 13px;
    display: block;
    padding: 10px 0 10px 0;
    color: #000;
    text-decoration: none;
}

nav.menus ul li:hover{
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

nav.menus ul li:hover a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

@media (min-width:768px) and (max-width: 991px) {
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    nav.menus ul li {
        padding-left: 24px;
    }
    nav.menus ul li.acervo {
        padding-left: 12px;
    }
    nav.menus ul li.visitacao {
        padding-left: 61px;
    }   
    nav.menus ul li.educativo {
        padding-left: 20px;
    }  
}    


img.destaque-doacao, img.avalie {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.menus .navbar-brand {
  color: #000; display: none; font-family: 'Lato', sans-serif; text-transform: uppercase; font-size: 25px
}
.menus .navbar-brand:hover,
.menus .navbar-brand:focus {
  color: #000;
  background-color: transparent;
}

.menus .navbar-brand h {
    padding-left: 45px;
}

.menus .navbar-toggle {
  border-color: #000;
}
.menus .navbar-toggle:hover,
.menus .navbar-toggle:focus {
  background-color: #eee;
}
.menus .navbar-toggle .icon-bar {
  background-color: #000;
}
.menus .navbar-collapse,
.menus .navbar-form {
  border-color: #e7e7e7;
}

@media (max-width: 767px) {	

	nav.menus ul {
	float: left;
}

nav.menus ul li a {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 700;
}

nav.menus ul li {position: relative; display: block;}
	.menus .navbar-brand {
	  display: block;
	  z-index: 9999;
	}
  .menus .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .menus .navbar-nav .open .dropdown-menu > li > a:hover,
  .menus .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #fff;
  }
  .menus .navbar-nav .open .dropdown-menu > .active > a,
  .menus .navbar-nav .open .dropdown-menu > .active > a:hover,
  .menus .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .menus .navbar-nav .open .dropdown-menu > .disabled > a,
  .menus .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .menus .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.menus .navbar-link {
  color: #777;
}
.menus .navbar-link:hover {
  color: #333;
}
.menus .btn-link {
  color: #777;
}
.menus .btn-link:hover,
.menus .btn-link:focus {
  color: #333;
}
.menus .btn-link[disabled]:hover,
fieldset[disabled] .menus .btn-link:hover,
.menus .btn-link[disabled]:focus,
fieldset[disabled] .menus .btn-link:focus {
  color: #ccc;
}

/* MENU DIR */

  

.menu-dir li {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    padding-left: 30px;
    list-style-type: none;
}

.menu-dir li.static {
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    padding-left: 15px;
}

.menu-dir li.static a:hover {
    font-weight: 700;
    text-decoration: underline;
}

.menu-dir li.sub {
    padding-left: 50px;
    font-size: 13px;
    display: block;
    padding: 3px 0 3px 0;
    color: #000;
    text-decoration: none;
}

.menu-dir li.sub a {
    font-size: 13px;
    display: block;
    padding: 3px 0 3px 0;
    color: #000;
    text-decoration: none;
}

.menu-dir li.sub a h {
	font-size:10px;
}

/* Destaques */

.separador-subtitulo-roxo::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #5a3781;
	margin-right: 10px;
}
.separador-subtitulo-laranja::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #ffbc02;
	margin-right: 10px;
}

.separador-subtitulo-verde::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #328d49;
	margin-right: 10px;
}

.separador-subtitulo-cinza::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #7d828a;
	margin-right: 10px;
}
.separador-subtitulo-tomate::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #ff6f47;
	margin-right: 10px;
}
.separador-subtitulo-azul::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #0048bc;
	margin-right: 10px;
}

    
.destaque-fixo {
   
    padding-top: 20px;
    padding-bottom: 20px;
}
div.row.calhas   {
    
        margin-left: 0;
        margin-right: 0;
}
.caixa {
    height: 110px;
    overflow:hidden;
    text-align: center;
    background: #eee;
    border-bottom: 3px solid rgb(211, 211, 211);
}

.caixa-relatorio {
   width: 350;
  
    text-align: center;
    background: #eee;
  
   
}
.txt-relatorio{
    font-size: 28px;
    font-weight: bold;
}

.caixa1 {
    text-align: center;
    width: 80%;
    overflow:hidden;
    text-align: center;
    
    border-bottom:  3px solid rgb(211, 211, 211);
}

.caixa2 {
    width: 100%;
}

.caixa h4, .caixa1 h4, .caixa h4 a, .caixa1 h4 a {
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}

.caixa-relatorio h4, .caixa-relatorio h4 a,  {
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    
    
}






.caixa1 h4, .caixa1 h4 a {
    font-size: 14px;
}
@media (min-width:992px) and (max-width: 1199px) {
    .caixa1 h4, .caixa1 h4 a {
        font-size: 11px;
    }
    .txt-relatorio{
        font-size: 24px;
        font-weight: bold;
    }
}


@media (min-width:768px ) and (max-width: 1199px){
    .h4 ,div.caixa h4 {
        font-size: 15px;

    }
    .caixa {
        height: 120px;
    }
}



.caixa p {
    text-align: left;
    font-size: 13px;
    padding: 5px
}
@media (max-width: 991px){
    .caixa p {
        text-align: left;
        padding: 0px;
        
    }
    .text-left {
        text-align: left;
    }
    

    
        div.com-padding {
            padding-bottom: 25px;
           

    }
    
    }

}
@media (min-width:768px ) and (max-width: 991px) {
    .caixa p {
        font-size: 12px;
    }
}
@media (max-width:767px ) {
    .caixa p {
    font-size: 14px;
    }
.text-left {
    text-align: left;
}
    
}
@media (max-width:283px ) {
    .caixa {
        height: 130px;
    }
}

.caixa1 p {
    text-align: justify;
    font-size: 13px;
    padding: 5px
}



.caixa p a:hover,.caixa1 p a:hover  {
    text-decoration: underline;
    text-align: center;
    font-weight: normal;
}





.thumbnail img {
    max-height: 100%;
}
.thumbnail1 img {
    width: 80%;
}


.thumbnail, .thumbnail1 {
    padding: 0;
}

.thumbnail a img:hover,.thumbnail1 a img:hover {
   opacity: 0.7; filter: alpha(opacity=70); 
}

.thumbnail .caixa-full, .thumbnail1 .caixa-full {
    padding: 9px;
    color: #333;
}

.read {
    width: 100%;
    background: #000;
    padding: 5px;
}

.read a {
    color: #fff;
    padding: 5px;
}

.read:hover {
    background: #ccc;
}

/* CONTATO E LOCALIZAÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O */
.table {
    padding: 60px 20px 0 20px;
}

.table thead tr th {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 8px;
}

.table tbody tr td {
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.table tbody tr td a {
    color: #000;
}

.table tbody tr td a:hover {
    font-weight: normal;
    color: #000;
    text-decoration: underline;
}

/* RODAPÃƒÆ’Ã¢â‚¬Â° */
footer {
    margin: 0;
    float: left;
    font-family: 'Lato', 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: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 20px 0 0 0;
}

.social h {
    padding-left: 3px;
}

.social img, .social-doe img {
    width: 25px;
    height: auto;
    margin: 0 0 3px 10px;
}

.social a img:hover {
    opacity: 0.3; filter: alpha(opacity=30);
}

.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%;
}

.contato h1 {
  text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 4px;  
}

.contato p{
    text-align: center;
    font-family: 'Lato', 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;}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    
	.table_title {
        display: block; 
        width: 100%; 
        text-align:center; 
        text-transform: uppercase; 
        font-weight: bold; 
        padding: 10px;
        font-size: 17px;
    }
    
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
    .ingresso{
        padding-top: 10px;
    }
    
    
	thead tr { 
		position: relative;
		display: none
	}
	
	tr { border-bottom: 1px solid #000;
		}
					
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ccc; 
		position: relative;
		padding-left: 10px; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
}

.modal-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

blockquote {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    padding: 0 0 0 40px;
}

blockquote a {
    font-weight: bold;
    color: #000;
}

blockquote a:hover {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

iframe {
    width: 100%;
    padding: 10px;
}
iframe.sempadding {
    padding: 0;
}



.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 {
    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;
}

.map .area:hover {background: #000;}

/*TABELA AGENDA*/

.agenda {
    padding: 60px 20px 25px 20px;
    text-align: center;
    width: 90%;
    margin-left: 20px;
}

.agenda thead tr th {
    padding: 30px 20px 10px 20px;
    text-align: left;
    border-bottom: #ccc solid 1px;
    font-size: 17px;
}

.agenda tbody tr td {
    text-align: left;
    padding: 8px 20px 8px 20px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
}

/*LISTAS*/
li.margin {
	margin-left:15px;
}

li.padding {
	padding-left:15px;
}

/* Doe */

div.doe {
    border: 2px solid #ddd;
    
    overflow: hidden;

}

div.doe div.coluna1 {
    width: 70%;

    
    
}
 p.p-doe.p-doe-responsivo.click-paypal {
      text-align: right;
      
  }

@media (min-width:701px ) and (max-width: 1200px) {
   div.doe div.coluna1 {
    width: 60%;
   } 
    p.p-doe {
        border: none;

            }
    p.p-doe.p-doe-responsivo.click-paypal {
      text-align: right;
      
  }


}


img.img-doe {
    height: 100%;
}
img.mn-doe-position {
    max-width: 100%;
    height: 711px;
    position: absolute;
    top: 108px;
    right: 17px;
    z-index: -1;
    overflow: hidden;
}
 @media (min-width:701px ) and (max-width: 1200px) {
    img.mn-doe-position {
        height: 770px;

     }


}
@media (max-width:700px ) {
    img.mn-doe-position {
        display: none;

     }
     h2.titulo-h2-doe.titulo-h2-doe-responsivo {
    text-align: left;
    padding-left: 0;
     }
     p.p-doe.p-doe-responsivo {
      text-align: left;
       
     }

     div.doe div.coluna1 {
        width: 95%;
        margin: 0 auto;
     }
     div.doe {
    border: none;
    border-radius: 0;

    }
    p.p-doe {
        border: none;
    }
    p.p-doe.p-doe-responsivo.click-paypal {
      padding-left: 0;
      text-align: left;
  }


}

h1.titulo-h1-doe {
   font-size: 36px;
    
}

h2.titulo-h2-doe {
    text-align: right;
    color:#020894;

}

.subtitulo-doe {
    font-size: 14px;
    color: #000;
}
p.p-doe {
    font-size: 20px;
    text-align: right;
    margin: 0px;
    padding: 0;
    border: 1px solid #eee;
}
@media (max-width: 700px) {
    p.p-doe {
    font-size: 16px;
}

}



.strong-doe1 {
    padding: 10px 10px 10px 0;
}

.strong-doe {
    display: inline-block;
    
    text-align: left;
    color: #fff;
    background: #020894;
    padding: 10px;
}
.strong-doe-esquerda {
    visibility: hidden;

}

@media (max-width: 700px){
    .strong-doe-esquerda {
        visibility:visible;
    }
    strong.strong-doe-direita.strong-doe.strong-doe1, strong.strong-doe-direita.strong-doe {
        display: none;
    }


}

a.doe-paypal:hover {
    text-decoration: none;

}

div.doe-rede-social {
    background: #ddd;
    padding: 10px;
}
div.doe-rede-social::after,div.doe-rede-social::before {
    content: '';
    display: table;
    clear: both;
    
}
@media (max-width: 326px) {
    div.doe-rede-social {
        padding: 0px;
    }
}

span.span-texto-left{
    color: #020894;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 365px) {
    span.span-texto-left strong{
        font-size: 14px;

    }
}

div.social-doe {
    float: right;
    display: inline-block;
 
}

div.social-doe::before,div.social-doe::after {
    content: '';
    display: table;
    clear: both;
}


ul.boletim-interno li {
    list-style: none;
    padding-top:3px;
    padding-bottom: 3px;
   
}
ul.boletim-interno {
    padding-left: 30px;
}

/* 205 anos - inicio */
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion {
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.accordion-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    background: #333;
    color: #fff;
}

.accordion-label-red {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    background: #ED0D70;
    color: #fff;
}

.accordion-label-green {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    background: #00B0B5;
    color: #fff;
}
.accordion-label-orange {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    background: #EFA630;
    color: #fff;
}

.accordion-label-blue {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    background: #29317B;
    color: #fff;
}
@media (max-width:475px){ 
    .mobile-hide{ 
        display:none;
        margin-top: 40px; 
    } 
    .span-mobile-hide{
        display: inline-block;
        padding-top: 20px;
    }
    .p-mobile-mn-vive {
        padding-left: 5px;
        padding-right: 5px;
    }
}



.accordion-content {
    max-height: 0;
    padding: 0 1em;
    background: white;
    transition: all 0.35s;
}



input:checked~.accordion-content {
    max-height: 100%;
    padding: 1em;
}
/* 205 anos - fim */




.oculta { display:none; }
.oculta2 { display:none; }
.oculta3 { display:none; }
.oculta4 { display:none; }
.oculta5 { display:none; }
.oculta6 { display:none; }
.oculta7 { display:none; }
.oculta8 { display:none; }
.oculta9 { display:none; }
.oculta10 { display:none; }
.oculta11 { display:none; }
.oculta12 { display:none; }
.oculta13 { display:none; }
.oculta14 { display:none; }
.oculta15 { display:none; }
.oculta16 { display:none; }
.oculta17 { display:none; }
.oculta18 { display:none; }
.oculta19 { display:none; }
.oculta20 { display:none; }
.oculta21 { display:none; }
.oculta22 { display:none; }
.oculta23 { display:none; }
.oculta24 { display:none; }
.oculta25 { display:none; }



