@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
	box-sizing: border-box; margin: 0; padding: 0;
}
body{
	font-family: 'Roboto', sans-serif;
}
header{
	background: linear-gradient(#f0f0f0, white);
	margin-top: 58px;
	width: 100%;
	padding: 1rem 1.5rem 9px;
	color: #232323;
	display: flex;
	align-items: center;
	gap: 1rem 1.5rem;
	justify-content: space-evenly;
	text-align: center;
	line-height: 2.8rem;
}
header h1{
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 900;
}
header h2{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	gap: 2rem;
	margin-top: 1rem;
	line-height: 2rem;
}
h2{
	margin-bottom: 2rem;
}
footer{
	padding: 2rem 2rem 2.3rem;
	background: #232323;
	background: linear-gradient(#202020, #151515, #131313, #101010, #080808, #cc3000);
}
/* Lupa */
.abrir-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 7px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  transition: all 0.5s;
}
.abrir-modal:hover{
	border: 1px solid orangered;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.modal-img-container {
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
}

.modal-content {
  width: 100%;
  height: 87vh;
  transition: transform 0.2s ease;
  transform-origin: center center; /* ponto inicial do zoom */
  cursor: crosshair;
}

.close {
  position: absolute;
  top: 20px; right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.container{
	width: 100%;
}
/* Logo */
.logo a{
  font-family: "Orbitron", sans-serif;
  font-size: 1.3rem;
  color: #232323;
}
.logo strong{
  color: orangered;
  font-weight: bolder;
}
/*.logo img{
	position: absolute;
	top: 1.7px;
	width: 35px;
}*/
.grid-content{
	display: flex;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}
#nav{
	background: linear-gradient(bisque, #f0f0f0);
	height: 55px;
	position: fixed;
	margin-top: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	box-shadow: 1px 2px 5px #c0c0c0;
	display: flex;
	padding: 0 2rem;
	align-items: center;
	justify-content: space-between;
}
.menu{
	display: flex;
	align-items: center;
	gap: 1rem;
}
.menu a{
	color: #232323;
	text-transform: uppercase;
	font-size: 15px;
}
.contact{
	display: flex;
	gap: 10px;
	align-items: center;
	margin: auto;
}
.contact a{
	background: linear-gradient(orangered, #232323);
	color: white;
	border-radius: 20%;
	width: auto;
	padding: 3px 6px 7px;
	height: 32px;
}
.contact i{
	font-size: 1.3rem;
	width: auto;
	height: auto;
}
.contact .fa-facebook{
	padding-top: 3px;
}
.contact .fa-whatsapp{
	font-size: 1.5rem;
}
#sidebar{
	width: 16%;
	background: linear-gradient(#232323, orangered);
	display: block;
	text-align: center;
	color: white;
	height: 100vh;
}
#sidebar h3 {
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-size: 1rem;
	letter-spacing: 1px;
}
.sidebar-smr {
  width: 100%;
  overflow-x: auto; /* habilita rolagem horizontal */
}
.sidebar-box-smr {
  display: flex;              /* coloca os <li> em linha */
  flex-wrap: nowrap;          /* impede quebra de linha */
  gap: 10px;                  /* espaçamento entre itens */
  list-style: none;           /* remove bolinhas */
  padding: 0;
  margin: 0;
}
.sidebar-box-smr li {
  flex: 0 0 auto; /* impede que os itens encolham */
}
.sidebar-smr::-webkit-scrollbar {
  height: 6px;
}
.sidebar-smr::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.sidebar-box-smr{
	width: 100%;
	display: flex;
	display: none;
}
.sidebar-box{
	display: flex;
	gap: 1.1rem 1rem;
	flex-direction: column;
	height: 100%;
}
.sidebar-box li, a{
	color: #232323;
	list-style: square;
	color: white;
	text-decoration: none;
	list-style: none;
	font-size: 17px;
}
.sidebar-box div{
	margin-top: 15px;
}
.sidebar-box .l-todos{
	border: 1px solid greenyellow;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	font-size: 15px;
}
#content, #sidebar{
	padding: 25px 2rem 45px;
}
#content{
	width: 85%;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 10px;
}
.content-box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem 2rem;
}
.content_caixa{
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: end;
	justify-content: end;
	flex-direction: column;
	width: 100%;
	background-size: cover; 
	position: relative; 
	height: 287px; 
	width: 95%; 
	background-repeat: no-repeat;
	border: 1.2px solid #ccc;
	margin: auto;
}
.content_caixa i{
	color: #ccc;
}
.template{
	width: 100%;
	display: flex;
	gap: 13px;
	flex-direction: column;
	margin-bottom: -3rem;
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 10px 0 0;
	text-shadow: 1px 1px 3px #232323;
}
.template h3, strong{
	color: yellow;
	font-size: 1.2rem;
	font-weight: 400;
}
.template h3{
	color: greenyellow;
}
.template h3, p{
	padding: 0 7px;
}
.template p{
	font-size: 15px;
}
.template .btn{
	padding: 10px 13px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #232323;
	align-items: center;
	border: 2px solid #232323;
}
.template .btn button{
	padding: 10px;
	background: linear-gradient(orangered, #232323);
	color: white;
	font-size: 15px;
	border: 0;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #000;
	border: 1px solid white;
	font-weight: bolder;
}
.template .btn a{
	color: #bfbfbf;
	font-size: 13px;
	font-family: "Orbitron", sans-serif;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	padding: 9px 10px;
	box-shadow: 1px 1px 3px greenyellow;
}
.topo-header {
	padding: 9px 5px;
	background: linear-gradient(orangered, #232323);
	position: fixed;
	bottom: 2rem;
	right: 1.5rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;  /* Inicia com o botão invisível */
	z-index: 1;
	border-radius: 5px;
}
.topo-header i {
	font-size: 1.4rem;
	color: #e5e5e5;
}
.footer{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.seguro img{
	width: 155px;
	height: 43px;
}
.footer p{
	font-size: 13px;
	color: #ddd;
}
.footer strong{
	color: orangered;
	font-family: "Orbitron", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 1px 0px 1px #000;
}
.footer span{
	color: gray;
}
.pagto h4{
	text-transform: uppercase;
	color: #ddd;
	font-size: 1rem;
	margin-bottom: 9px;
	letter-spacing: 1px;
}
.pagto .forms{
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.pagto img{
	width: 60px;
	height: 37px;
	margin: auto;
	border-radius: 10px;
}
.title-sm{
	display: none;
}
@media(max-width: 1150px){
	#content{
		width: 100%;
		margin-top: 30px;
	}
	#sidebar{
		display: none;
	}
	#content, #sidebar{
		padding-top: 0;
	}
	.sidebar-box-smr{
		display: flex;
		margin-top: 10px;
		margin-bottom: 0;
		height: 50px;
		align-items: center;
		list-style: none;
		gap: 1rem;
		padding: 0 2rem;
	}
	.sidebar-box-smr a{
		color: #232323;
	}
}
@media(max-width: 950px){
	.content-box{
		grid-template-columns: repeat(2, 1fr);
		gap: 4.5rem 1.5rem;
	}
	.footer{
		display: flex;
		gap: 1.5rem;
		flex-direction: column;
		justify-content: center;
	}
}
@media(max-width: 640px){
	header{
		padding-top: 20px;
		flex-direction: column;
	}
	header h1{
		text-align: center;
	}
	header h2{
		display: none;
	}
	header .title-sm{
		background: linear-gradient(orangered, #232323);
		display: flex;
		color: white;
		font-weight: 400;
		padding: 5px 10px 8px;
		border-radius: 10px;
		width: 100%;
		justify-content: center;
		line-height: normal;
		line-height: 2rem;
		letter-spacing: 1px;
	}
	.title-sm a{
		font-size: 17px;
	}
	.title-sm i{
		color: greenyellow;
	}
	#nav{
		padding: 0 1.5rem;
	}
	#content{
		margin-top: 20px;
	}
	.content-box{
		grid-template-columns: repeat(1, 1fr);
		gap: 4.5rem 1.5rem;
	}
	.grid-content{
		padding-bottom: 50px;
	}
	#content, #sidebar{
		padding: 0 1.5rem;
	}
	.modal-content{
		height: 70vh;
		width: 98%;
	}
	.sidebar-box-smr{
		display: flex;
	}
	.title-sm span{
		display: none;
	}
}
@media(max-width: 540px){
		header .title-sm{
			width: 80%;
		}
		.title-sm span{
			display: inline;
		}
		.sidebar-box-smr{
			padding: 0 1.5rem;
		}
		.topo-header{
			right: 1rem;
		}
}
@media(max-width: 460px){
		header .title-sm{
			width: 100%;
		}
		header h1 {
			font-size: 30px;
		}
}
@media(max-width: 370px){
	.sidebar-box li, a{
		font-size: 1rem;
	}
	#nav{
		padding: 0 15px;
	}
	#go{
		display: none;
	}
	.template .btn a{
		font-size: 13px;
	}
}
