/* - - - - - INDEX - - - - - */

/* - - - - BANNER - - - - */
#banner{
	width: 100%;
	height: 610px;
	position: relative;
	z-index: 1;
}

#banner .owl-dots{display: none;}

#banner li{
	width: 100%;
	height: 610px;
    display: block;
    overflow: hidden;
    position: relative;
}

#banner li img{
	width: 1920px;
	height: 610px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	animation: animacaoAumento 10s linear infinite;
	object-fit: cover;
}


.bread{
	height: 300px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	 display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background-image: url("../../imagens/bg_bread.jpg");
}

.bread h1{
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
}

.bread .way li a{
	color: #fff;
	font-weight: bold;
}

.bread .way li:after{color: #fff;}

@keyframes animacaoAumento {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}
#bc_quemsomos{
	height: 300px;
}

/* - - - - BANNER - - - - */

/* - - - - NOTICIAS HOME - - - - */
#noticias_home{
    padding: 30px 0;
    margin-bottom: 70px;
}
#noticias_home::after {
    content: "";
    display: block;
    clear: both;
}

.todas{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 12px;
    background-color: #D4211E;
    color: #fff;
    padding: 5px;
	 
}
#noticias_home h1{
    line-height: 40px;
    border-bottom: 3px solid #D4211E;
    color: #D4211E;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    
}
#noticias_home a{
	float: left;
    position: relative;
    width: 580px;
    color: #111;
    margin: 10px;
}
#noticias_home a img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
#noticias_home a div{
    position: absolute;
    height: 185px;
    padding: 60px 10px 10px 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
	color: #fff;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    margin-top: -185px;
    z-index: 2;
}
#noticias_home a div h2{
    margin-bottom: 10px;
	font-size: 16px;
}
#noticias_home a div p.resumo{
    font-size: 14px;
}
#noticias_home a div p.veja{
    display: block;
    float: right;
    background-color: #EFEFEF;
    padding: 5px 10px;
    margin-top: 20px;
	font-size: 15px;
}
/* - - - - NOTICIAS HOME - - - - */


/* - - - - CONVENÇÕES HOME - - - - */
#convencoes_home{
    height: 370px;
    padding: 60px 0;
    box-sizing: border-box;
    background: url("../../imagens/bg_convencoes.jpg") center center no-repeat;
    text-align: center;
}
#convencoes_home h3{
    width: 400px;
    border-bottom: 2px solid #D4211E;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 40px;
}
#convencoes_home p{
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
}
#convencoes_home ul{
    display: flex;
    margin-top: 50px;
    width: 900px;
}
#convencoes_home ul li img{
	width: 130px;
    height: 100px;
    border-radius: 10px;
    object-fit: contain;
    box-sizing: border-box;
    background-color: #fff;
    padding: 5px;
}
/* - - - - CONVENÇÕES HOME - - - - */


/* - - - - PARCEIROS HOME - - - - */
#parceiros_home{
    position: relative;
    height: 350px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    text-align: center;
    margin-top: 100px;
	scroll-margin-top: 120px; /* ajuste para a altura do menu */
}
#parceiros_home h3{
    width: 370px;
    background-color: #000;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 40px;   
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -185px;
}
#parceiros_home ul{
    top: 130px;
    width: 900px;
}
#parceiros_home ul li{
    width: 130px;
    height: 130px;
}
#parceiros_home ul li img{
    width: 130px;
    height: 130px;
    object-fit: contain;      /* mostra a imagem inteira */
    object-position: center;  /* centraliza */
}
/* - - - - PARCEIROS HOME - - - - */

/* - - - - INSTAGRAM HOME - - - - */
#instagram_home{
	padding: 50px 0;
	text-align: center;
}
#instagram_home h3{
	font-size: 20px;
	border-bottom: 2px solid #D4211E;
	width: 350px;
	margin-bottom: 30px;
}
#instagram_home h3 span{
	color: #D4211E;
	font-size: 12px;
	line-height: 40px;
}
#instagram_home ul {
	display: flex;
	width: 1100px;
	position: relative;

}
#instagram_home a.todos{
	width: 100px;
	display: block;
	margin-top: 30px;
	padding: 5px 10px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
}
#instagram_home ul li img{
	width: 335px;
	height: 490px;
	object-fit: cover;

}
/* - - - - INSTAGRAM HOME - - - - */

/* - - - - - INDEX - - - - - */


/* - - - - - QUEM SOMOS - - - - - */
#sobre{
	margin-top: 50px;
	text-align: center;
}

#sobre h1{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
#sobre h1 b{ font-weight: 700;}
#sobre img{margin-bottom: 30px;}
#sobre p{width: 60%; font-size: 14px;}

/* ===== BLOCO MVV ===== */
#mvv{
  padding: 40px 0;
	margin: 50px auto;
}

.mvv-card{
  flex: 1;
  position: relative;
  padding-top: 36px; /* espaço para a bolinha */
}
.mvv-wrap{
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: stretch;
  justify-content: space-between;
}
.mvv-box{
  background: #6f6f6f;
  border-radius: 12px;
  padding: 28px 22px 26px;
  min-height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.mvv-box p{
  margin: 0;
  color: #fff;
  font-size: 12.5px;
  line-height: 1.65;
  width: 100% !important;
}

.mvv-badge{
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: capitalize; /* deixa tipo "Missão" */
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
}

/* Lista dos valores */
.mvv-list{
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
.mvv-list li{ margin: 0; }

/* ===== RESPONSIVO ===== */
@media (max-width: 860px){
  .mvv-wrap{
    flex-direction: column;
    gap: 18px;
    padding: 0 14px;
  }
  .mvv-box{
    min-height: auto;
  }
}


#sobre #luiz{
    position: relative;
    width: 65%;
    background-color: #ddd;
    box-sizing: border-box;
    padding: 40px 50px 80px 150px;
    margin-left: 30%;
    color: #707070;
    margin-bottom: 100px;
}
#sobre #luiz img{
	position: absolute;
	left: -300px;
}
#sobre #luiz h3{
	font-size: 30px;
	margin-bottom: 40px;
}
#sobre #luiz h3 span{
	font-size: 20px;
	font-weight: 400;
}
#sobre #luiz p{
	width: 100%;
	line-height: 24px;
	font-size: 16px;
}

#sobre #equipe{ display: flex; }
#sobre #equipe .membro{ width: 480px; height: 1200px;}

#sobre #equipe .membro h3{
	font-size: 30px;
	margin-bottom: 20px;
}
#sobre #equipe .membro h3 span{
	font-size: 20px;
	font-weight: 400;
}
#sobre #equipe .membro img{
	position: relative;
	z-index: 2;
}
#sobre #equipe .membro p{
	z-index: 1;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #ddd;
	color: #707070;
	padding: 160px 50px 50px 50px;
	top: -150px;
	font-size: 16px;
	line-height: 22px;
	min-height: 650px;
}
#conselheiros{
	padding: 100px 0;
}
#conselheiros h3{text-align: center; line-height: 110px; font-size: 30px;}
#conselheiros ul{
	display: flex;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}

/* - - - - - CURIOSIDADES - - - - - */
#curiosidades{
	margin-top: 50px;
	text-align: justify;
	padding: 0 150px;
	box-sizing: border-box;
	color: #777;
	margin-bottom: 50px;
	line-height: 22px;
}

#curiosidades h1{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
#curiosidades h2{
	font-size: 16px;
}
#curiosidades h1 b{ font-weight: 700;}


 /* - - - - BENEFICIOS INSIDE - - - - */
#beneficio-inside{
	display: flex;
	padding: 50px;
	box-sizing: border-box;
	text-align: justify;
	color: #777;
}
#beneficio-inside div{
	width: 400px;
}
#beneficio-inside img{
	width: 400px;
	height: 400px;
	object-fit: cover;
}
#beneficio-inside .small img{
	width: 125px;
	height: 125px;
	margin: 4px;
	object-fit: cover;
}
#beneficio-inside a{
	display:inline-flex;
}
#beneficio-inside #descricao{
	padding: 50px;
	box-sizing: border-box;
	width: 50%;
}

#beneficio-inside #descricao h2{
	font-size: 24px;
}
#beneficio-inside #descricao h3{
	font-size: 20px;
}

/* - - - - - CONTRIBUIÇÕES - - - - - */
#contribuicoes{
	margin-top: 50px;
	text-align: justify;
	padding: 0 150px;
	box-sizing: border-box;
	color: #777;
	margin-bottom: 50px;
	line-height: 24px;
	font-size: 18px;
}
#contribuicoes img{
	position: relative;
	margin: 0 auto;
	max-width: 200px;
}
#contribuicoes #links_contribuicoes{
	display: flex;
	margin-top: 75px;
}

#contribuicoes #links_contribuicoes a{
    width: 290px;
    height: 110px;
    background-color: #000;
    color: #fff;
    line-height: 110px;
    font-size: 13px;
    letter-spacing: 1px;
	text-align: center;
}
#contribuicoes #links_contribuicoes a:hover{ background-color: #D4211E; }


/* - - - - - EVENTOS - - - - - */
#eventos{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	margin: 30px 0;
}
#eventos a{
	display: block;
	width: 230px;
	height: 390px;
	margin: 20px;
	color: #777;
}
#eventos a img{
	width: 230px;
	height: 230px;
	border: 1px solid #BBB;
	object-fit: contain;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}
#eventos a .titulo{
	height: 50px;
	display: block;
}
#eventos a .data{
	height: 90px;
	display: block;
}
#eventos a p{
	background-color: #777;
	color: #fff;
	width: 100px;
	line-height: 30px;
	font-size: 12px;
	border-radius: 5px;
}
/* - - - - - CONTATO - - - - - */

#contatos{
	display: flex;
	width: 1190;
	height: 765px;
	margin-top: 110px;
	position: relative
}

#contatos form{
	width: 500px;
	height: 660px;
	background-color: #30373F;
	box-sizing: border-box;
	padding: 25px;
}

#contatos form h2{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
}

#contatos form p{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

#contatos form input{
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	color: #ABABAB;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;
}

#contatos form textarea{
	width: 100%;
	height: 250px;
	border: none;
	color: #ABABAB;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-style: normal;
	box-sizing: border-box;
	padding: 20px;
}

#contatos button{
	width: 100px;
	height: 35px;
	background-color: #D4211E;
	color: #FFFFFF;
	border: none;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 700;
	float: right;
	transition: 0.3s;
}

#contatos button:hover{transform: scale(1.06);}

#dados{
	box-sizing: border-box;
	margin-left: 50px;
}

#dados p{
	font-size: 20px;
	font-style: normal;
	color: #707070;;
}

#dados img:nth-last-child(n){
	width: 21px;
	filter: invert(43%) sepia(0%) saturate(1694%) hue-rotate(146deg) brightness(99%) contrast(80%);
}

#dados span{
	font-size: 16px;
	margin-left: 3px;
	margin-right: 3px;
}

#dados iframe{
	width: 550px;
	height: 270px;
	margin-top: 25px;
}


#blog ul{
	display: flex;
	text-align: justify;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 30px;
}

#blog ul li{
	width: 350px;
	height: 530px;
	background-color: #f5f5f5;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	margin-bottom: 40px;
	position: relative;
	
}

#blog ul li p {
	font-style: normal;
	color:#707070;
	box-sizing: border-box;
	padding: 20px 5px;
	height: 175px;
}

#blog ul li img{width: 100%; height: 220px; object-fit: cover;}

#blog ul li h2{
	font-size: 16px;
	font-weight: bold;
	color: #D4211E;
	font-style: normal;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 5px;
}

#blog ul li a:last-child{
	box-sizing: border-box;
	padding: 5px;
	font-style: normal;
	color:#D4211E;
	border: 1px solid #D4211E;
	border-radius: 6px;
	transition: 0.3s;
	font-size: 15px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -41px;

}

#blog ul li:hover{
	background-color: #D4211E;
	transform: scale(1.06);
}
#blog ul li:hover p{color: #ffffff;}
#blog ul li:hover h2{color: #ffffff;}
#blog ul li:hover a:last-child {color: #ffffff;border:1px solid #ffffff;}


#blog_inside{
    display: flex;
    margin: 50px auto;
}
#blog_inside #texto_blog{
    width: 750px;
	text-align: justify;
}
#blog_inside #texto_blog h1{
    text-transform: none;
    margin-bottom: 20px;
	font-size: 25px;
    
}

#blog_inside #texto_blog div img{
    width: 750px;
    height: 400px;
    margin-bottom: 30px;
    object-fit: cover;
       
}
#blog_inside .arquivo{
    font-size: 16px;
    background-color: #D4211E;
    color: #fff;
    padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
}
#texto_blog h2{font-size: 20px; font-weight: 600; color: #000;}
#texto_blog ul li{list-style: disc;list-style-position: inside;margin: 10px auto;}
#texto_blog a{text-decoration: underline; color: #D4211E;}

.sidebar{display: flex; flex-wrap: wrap; justify-content: center; width: 400px; align-self: flex-start; position: relative;}

/* - - - share - - - */
.sidebar .share{width: 100%; height: auto; position: relative; box-sizing: border-box; text-align: left; padding: 20px; background-color: #F5F8FF; margin-bottom: 35px;}

/* - - bloco - - */
.sidebar .share .bloco{width: 100%; margin-bottom: 0;}
.sidebar .share .bloco > *{text-align: left;}
.sidebar .share .bloco .title{font-size: 18px;}
.sidebar .share .bloco .description{font-size: 15px; width: 100%;}
/* - - bloco - - */

/* - - share-btn - - */
.sidebar .share .share-btn{
  	display: inline-block;
	vertical-align: middle;
  	color: #ffffff;
	background-color: #EBF0F8;
  	border: none;
  	padding: 7px;
	border-radius: 25px;
  	outline: none;
	box-sizing: border-box;
  	text-align: center;
  	margin: 0 2.5px 0 0;
  	height: 30px;
	width: 30px;
	transition: 0.3s;
	cursor: pointer;
}
.sidebar .share .share-btn:nth-of-type(2){margin: 0 2.5px 0 0;}
.sidebar .share .share-btn:last-of-type{margin: 0;}
.sidebar .share .share-btn img{
	height: 100%;
	width: auto; 
	position: relative; 
	display: block; 
	box-sizing: border-box; 
	filter: invert(45%) sepia(9%) saturate(826%) hue-rotate(180deg) brightness(94%) contrast(93%);
}

.sidebar .share .share-btn:hover > img{filter: brightness(0) invert(1);}

.sidebar .share .share-btn.twitter:hover{background: #55acee;}
.sidebar .share .share-btn.telegram:hover{background: #0088cc;}
.sidebar .share .share-btn.facebook:hover{background: #3B5998;}
.sidebar .share .share-btn.whatsapp:hover{background: #25d366;}
.sidebar .share .share-btn.linkedin:hover{background: #0077b5;}
.sidebar .share .share-btn.print:hover{background: #000;}
/* - - share-btn - - */

/* - - - share - - - */

/* - - - BLOG REL - - - */
.sidebar .blog_rel{width: 100%; height: auto; position: relative; margin-bottom: 45px;}

/* - - bloco - - */
.sidebar .blog_rel .bloco{margin-bottom: 10px; justify-content: flex-start; align-items: flex-start; width: 100%;}
.sidebar .blog_rel .bloco:last-child{margin: 25px 0 0 0;}

.sidebar .blog_rel .bloco .title{font-size: 22px; margin-bottom: 0;}
.sidebar .blog_rel .bloco .linkout{text-align: center; align-self: center; padding: 0 10px; width: auto; font-size: 14px;}
/* - -  bloco - - */

/* - -  artigo - - */
.sidebar .blog_rel .artigo{
	width: 100%; 
	height: auto;
	padding: 10px 10px 10px 35px; 
	text-align: left;
	display: block; 
	margin: 0 auto 10px;
	border: none;
	border-bottom: 1px #393939 solid;
	background: none;
}
.sidebar .blog_rel .artigo:last-child{margin: 0 auto 0; border-bottom: none;}
.sidebar .blog_rel .artigo .img{width: 150px; height: 150px; display: none;}
.sidebar .blog_rel .artigo .nome{font-size: 14px; color: #393939; margin-bottom: 0;}
.sidebar .blog_rel .artigo .nome:before{
	content: ""; 
	display: block;
	width: 8px;
	height: 8px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin: -4px 0 0 -198px;
	transition: 0.3s;
	background-color: #393939;
}
.sidebar .blog_rel .artigo .descricao{font-size: 14px; display: none;}
.sidebar .blog_rel .artigo .link{display: none;}

.sidebar .blog_rel .artigo:hover{background-color: #336463;}
.sidebar .blog_rel .artigo:hover > .nome{color: #fff;}
.sidebar .blog_rel .artigo:hover > .nome:before{background-color: #fff;}
/* - -  artigo - - */

/* - - - BLOG REL - - - */

.sidebar .formulario{width: 100%;}

.blog_rel p{
	font-size: 22px;
	font-style: normal;
	color: #D4211E;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#veja{border-bottom: 2px solid #D4211E}

#veja p{
	margin-top: 20px;
	font-size: 14px;
	color: #D4211E;
	font-weight: bolder;
	font-style: normal;
	transition: 0.3s;
    letter-spacing: 0;
	display: list-item;
	list-style-position: inside;
}

#veja p:hover{transform: scale(1.03); }

.without a{
	box-sizing: border-box;
	padding: 10px 5px!important;
	text-align: center;
	font-style: normal;
	color: #D4211E;
	border: 1px solid #D4211E;
	border-radius: 6px 0px;
	margin-left: 150px;
	transition: 0.3s;
}

.without a:hover{
	background-color: #5F84A1;
	color: #ffffff;
	border: 1px solid #ffffff;
	
}

.formulario{
	border: 2px solid #f5f5f5;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px;
}

.formulario form{
	display: flex;
	flex-wrap: wrap;
}

.formulario form input{
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #ababab;
	font-size:16px;
	font-style: normal;
	margin-bottom: 20px;
}

.formulario form textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #ababab;
	font-size:16px;
	font-style: normal;
}

#aceitar {
	font-size: 11px;
	font-style: normal;
	margin-left: -4px;
	margin-top: 25px;
	width: 50%;
}
#aceitar input{
	width: 15px;height: 15px;
	float: left;
}

#aceitar a{
	color: #707070;
	text-decoration: underline;
}

.formulario button{
	width: 100px!important;
	height: 45px!important;
	border: 1px solid #ababab;
	border-radius: 6px;
	margin-top: 20px;
	transition: 0.3s;
}

.formulario button:hover{background-color: #1A4568;color: #ffffff;}

#texto_blog {font-style: normal;}

/* ------------------ AGENDAMENTOS -------------------------------- */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-overlay.active {
    display: flex;
}

.modal {
    background: #fff;
    width: 100%;
    max-width: 480px;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    animation: zoom .3s ease;
    position: relative;
}

@keyframes zoom {
    from { transform: scale(.9); opacity: 0 }
    to { transform: scale(1); opacity: 1 }
}

.close {
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 26px;
    cursor: pointer;
    color: #999;
}

h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.step {
    display: none;
}

.step:first-child {
    display: block;
}

input, select {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

button {
    background: #4f46e5;
    color: #fff;
    border: 0;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

button.secondary {
    background: #e5e7eb;
    color: #333;
}

.actions {
    display: flex;
    gap: 10px;
}

@media(max-width: 520px){
    .modal {
        margin: 20px;
    }
}

.convencoes-wrapper{
    max-width: 500px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.convencoes-col h3{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    margin-bottom: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
    transition: transform .2s ease, opacity .2s ease;
}

.box:hover{
    transform: translateY(-2px);
    opacity: .9;
}

.box-black{
    background: #000;
}

.box-red{
    background: #c4161c;
}
@media (max-width: 600px){
    .convencoes-wrapper{
        grid-template-columns: 1fr;
        gap: 30px;
    }
}