@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #001f00;
    /* O Gradiente Radial: */
  background: radial-gradient(
    circle, 
    /* Centro (Ponto de Luz): A cor solicitada. */
    rgb(14, 119, 60) 0%, 
    /* TransiÃ§Ã£o (Meio-tom): Um verde mais escuro. */
    #004d00 50%, 
    /* Borda (Cor Mais Escura): Um verde muito fechado, quase preto. */
    #001a00 100% 
  );
    min-height: 100vh;
    margin: 0;
    padding: 0;
	font-family: 'Outfit','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f9e4bf;

}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 900px;
	margin-bottom: 20px;
}

button {
    background-color: #858486;
    color: #f9e4bf;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 0;
    display: flex;
    width: 100%;
    text-align: center !important;
    max-width: 100%;
    justify-content: left;
    font-family: 'Outfit', Arial;
    text-align: left;
}

button:hover {
    background-color: #666;
    transform: translateY(-2px);
    transition: transform 0.5 ease;
}

button:active {
    transform: translateY(0);
}
         
button.erro {
    border: 2px solid #e2001a !important;
    background-color: transparent;
    transition: background-color 0.5s ease;
    color: #e2001a;
    font-weight: bold;
}
         
button.votado {
    border: 2px solid #69a062 !important;
    background-color: #fff;
    transition: background-color 0.5s ease;
    color: #69a062;
    font-weight: bold;
}
         
img {
    max-width: 100%;
    display: block;
}

.header {
    background-repeat: repeat;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    flex-direction: column;
}
 
.logo-header {
    max-height: 120px;
    
}

.main-content {	
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%; 
	padding: 0 1rem 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer {
    padding: 2rem 1rem;
    color: white;
    background-repeat: repeat;
}

.footer-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

a {
    color: white;
}

.footer-logos img{
    max-width: 300px;
}

.logo-footer {
    height: 40px;
    width: auto;
}
rr

*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

@media (max-width: 950px) {
    .day-number{
        font-size: 16px !important;
    }

    .event span{
        font-size: 12px !important;
    }

    .intro{
        width: 100% !important;        
        padding: 0 !important
    } 

}



.social-icons-png {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.social-icons-png img {
  width: 40px; 
  height: 40px;
  transition: transform 0.3s ease;
}

.social-icons a{
  text-decoration: none;
  font-size: 30px;
  margin: 0 5px
} 

.social-icons-png img:hover {
  transform: scale(1.2);
}

.main-content .link{
  justify-content: center !important;
  margin: 25px 0;
  width: 100%;
  max-width: 650px;
}

@media (max-width: 950px) {
    .container {
        justify-content: center;
    }

    
}

.conteudo-evento, .conteudo-evento2{
    background-color: #f9e4bf;
    line-height: 1.1;
    width: 100%;
    color: #8e191B;
    align-items: baseline;
}

.conteudo-evento p, .conteudo-evento2 p{
    padding: 15px 0;
} .data-evento{ 
    padding: 15px 0 0 0 !important;
} .descricao-evento{
    font-weight: bold !important;
    display: flex;
    align-items: center;
    padding: 0 !important;
    width:47%;
    justify-content: center;
	flex-direction: column;
} .descricao-evento h3{    
	margin:10px
} .itinerarios{
    width:47%;
}

.conteudo-evento,.conteudo-evento2 {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
}

.conteudo-evento.show,.conteudo-evento2.show { 
	height: auto; 
	opacity: 1; 
	width: 100%; 
	padding: 20px; 
	border-radius: 20px; 
	text-align: center; 
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
}

.dia, .dia2 {
    width: 31%;
    max-height: 150px;
    border: 1px solid; 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out, background-color 0.3s, color 0.3s;    
    flex-direction: column;
    padding: 8px 5px;	
}

.dia p, .dia2 p{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
} .dia span, .dia2 span{
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
} 


.dia {
    border-color: #f4b338;
    color: #f4b338;
}

.dia2 {
    border-color: #f9e4bf;
    color: #f9e4bf;
}



.titulo-calendario{
    width:100%;
    display: flex;
    justify-content: center;
}

.titulo-calendario h2{
    width: auto;
    padding: 10px 20px;
    background: #a0bc3a;
    border-radius: 10px;
    color: white;
    font-size: 1.3em;
    margin-bottom:10px;
}

.intro{
    max-width: 800px;
    margin-bottom: 10px;    
} 

.intro p{
    padding: 5px 10px;
    line-height: 1.2;
    text-align: center;

}

.base-logos{
    margin-top: 20px;
}

.base-logos img{
    max-width: 50vw;
}

.base-logos .logos > div{
    
    max-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0 15px;
	
}

.base-logos .logos{    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;    
	
}

.logo-bilhete-unico{
	padding-right: 20px;
    margin-right: 10px;
    border-right: 1px solid #e2001a;	
}

.justify-content-center{
    display: flex;
    justify-content: center;
    width: 100%;
} .mapa{
    height: auto;
    width: 80%
} .mapa a{
    height: auto;
    display: block;
} .mapa img{
    height: auto;
} .texto h3{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

h2{
    display: flex;
    justify-content: center;    
    align-items: center;
    text-transform: uppercase;
    line-height: 1.1;
}

h2 img{
    height: 50px;
    margin: 0 7px 0 0;  
}

@media (max-width: 950px) {
    .logo-header {
        max-height: 120px;
    }
	
	.descricao-evento{
		flex-direction: column;
	} .descricao-evento .texto{
		width:100%;	
	} .mapa{
		height: auto;
		margin-top:20px;
	}

    	.container {
			width: 100%;
			flex-direction: row;
		} 
	
    .footer-logos {
        justify-content: center;
        gap: 3rem;
    }

	
}

	@media (max-width: 600px) {    
	
		.container {
			width: 100%;
			flex-direction: column;
		} .dia, .dia2{
			width: 100%;
		}

        .conteudo-evento.show, .conteudo-evento2.show {             
            flex-flow: column;
        } .descricao-evento, .itinerarios{
            width: 100%;
        }

        .intro *, .main-content h2, .main-content p{
            text-align: left !important;
            justify-content: left;
        }
    
        p{
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
		
	}
	
.dia:hover, 
.dia.active {
    background-color: #f4b338 !important;
    color: #004d00 !important;
    transform: scale(1.025);
}

.dia2:hover, 
.dia2.active {
    background-color: #f9e4bf !important;
    color: #004d00 !important;
    transform: scale(1.025);
}