@charset "UTF-8";
@font-face {
  font-family: verdana;
  font-display: swap;
}

* {
	margin: 0; 
	padding: 0; 
	border: none;
	outline: none; 
	font-weight: 300; 
	box-sizing: border-box; 
	font-family: verdana;
	vertical-align: middle;
	user-select: none;
}

body {

	margin:0;
	padding:0; 
	background-color: #0c0c0c;
}

	a:link {color: #d7c9fd; font-size: 3vw; line-height: 3.2vw; vertical-align: baseline; font-family: Verdana; }
	a:visited {color: #d7c9fd}
	a:hover {color: #5a20f8;}

h1 {
	width: 100%;
	color: #6b5e85;
	letter-spacing: 0;
	font-weight: 100;
	font-stretch: ultra-condensed;
	font-family: verdana;
	font-size: 3.2vw;
	text-align: justify;
	line-height: 4vw;
}


h2 {
	font-weight: 100;
	font-stretch: ultra-condensed;
	font-family: verdana;
	font-size: 3.5vw;
	letter-spacing: 3px;
	line-height: 4.5vw;
	text-align: center;
	margin-bottom: 2.5%;
}

p {
	width: 100%;
	letter-spacing: 0;
	font-stretch: ultra-condensed;
	font-family: verdana;
	font-size: 3.3vw;
	text-align: justify;
	line-height: 4.3vw;
	margin-bottom: 2.5%;
}



a {text-decoration: none;}

img {max-width: 100%;}


/* ========== FINAL DO RESET ========== */

/* ========== INICIO DO TOPO ========== */

.site {
	width: 100%;
	max-width: 960px;
	height: 100%;
	float: center;
	margin: auto;
	background-color: #101210;
	position: relative;
}

.header {
	width: 100%;
	max-width: 960px;
	height: 100%;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background: #0f0e0e;
	position: relative;
}

.espacamento-cima-topo {
	float: left;
	width: 100%;
	height: 1.9vw;
	background-color: #111211;
}

.logomarca-container {
	width: 100%;
	float: left;
	margin-top: 1%;
	position: relative;
	padding-top: 17.5%;
}

.logomarca {
	width: 24.1vw;
	margin-left: 2.9%;
	margin-top: 1.8%;
	z-index: 10;
	position: absolute;
	top: 0;
	filter: drop-shadow(0.1rem 0.1rem 0.4rem #000); /* ========== efeito de sombra na imagem ========== */
}

.logomarca img {
	vertical-align: middle;
}
  
  .logomarca img {
	animation: 1.3s linear sun-rise ;
	animation-delay: 500ms;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  
  @keyframes sun-rise {
	from {
	  /* pushes the sun down past the viewport */
		opacity: 0;
	  }
	
	to {
	  /* returns the sun to its default position */
	  opacity: 1;
	}
}
	
@-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  

.detalhe-lomarmaca {
	width: 99%;
	height: 16vw;
	background-color: #1c1c1e;
	position: absolute;
	top: 0vw;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	z-index: 0;
}

.detalhe1-lomarmaca {
	width: 97%;
	height: 16vw;
	background-color: #111211;
	border: 1px solid #1c1c1e;
	position: absolute;
	top: 0vw;
    margin-left: 1.5%;
	z-index: 1;
}

.detalhe2-lomarmaca {
	width: 97%;
	height: 6.8vw;
	background-color: #212421;
    background-image: linear-gradient(#282827, #323232, #31312f, #2d2d2d, #1a1a19, #131313);
	border-bottom: 1px solid #3d423d;
	border-top: 1px solid #3b403b;
	position: absolute;
	top: 4.6vw;
    margin-left: 1.5%;
	z-index: 2;
}

.caixa-texto-lomarmaca {
	width: 73%;
	height: 6.8vw;
	position: absolute;
	top: 4.8vw;
	left: 26%;
	padding-left: 1%;
	padding-right: 1%;
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.texto-lomarmaca {
	float: left;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	font-weight: lighter;
	font-stretch: condensed;
	font-family: verdana;
	font-size: 2.4vw;
	font-style: normal;
	line-height: 6.5vw;
    color: #746f85;
}



/* ========== FINAL DO TOPO ========== */
/* ========== INICIO DO CORPO ========== */

.article {
	width: 100%;
	max-width: 960px;
	height: 100%;
	float: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	background: #060606;
	position: relative;
}

.container-texto-corpo {
	width: 99%;
	max-width: 960px;
    float: left;
	background-color: #1c1c1e;
    padding: 1px, 1%, 1px, 1%;
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 2%;
}

.container-texto-corpo2 {
	width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
	background-color: #111211;
	border: 1px solid #1c1c1e;
    padding: 2%;

}

.aviso-texto {
	width: 100%;
	float: left;
	color: #6b5e85;
	letter-spacing: 0;
	font-weight: 100;
	font-stretch: ultra-condensed;
	font-family: Verdana;
	font-size: 3vw;
	text-align: justify;
	padding-left: 1.8%;
	padding-right: 1.8%;
}

.h2 {
	text-align: center;
}

.texto-espacamento-cidades {
	width: 100%;
	float: left;
	color: #6b5e85;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	font-size: 3.4vw;
	line-height: 4vw;
	margin-top: 3.5%;
}

.espacamento-cidades, .espacamento-cidades2 {
	float: left;
	width: 96.6%;
	height: 2px;
	background-color: #330179;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}

.espacamento-cidades2 {
	margin-bottom: 7%;
}

.caixa-texto, .caixa-texto-secundarias {
	width: 47%;
	float: left;
	display: block;
 	margin-left: 1.5%;
  	margin-right: 1.5%;
  	margin-bottom: 1.5%;
	margin-top: 1.5%;
} 

.caixa-texto2, .caixa-texto2-secundarias {
	width: 99.6%;
	float: left;
	vertical-align: middle;
	background-image: linear-gradient(#1a1a19, #252525, #282827, #212121, #151514, #131313);
	border-left: 2px solid #5a20f8;
	border-right: 1px solid rgb(0, 0, 0);
	border-top: 1px solid rgb(92, 91, 85);
	border-bottom: 1px solid rgb(62, 62, 57);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
}

.caixa-texto2-secundarias {
	border-left: 2px solid #8781fc;
}

.caixa-texto2:hover {
	transition: 0.3s;
	border-left: 2px solid #5a20f8;
	border-right: 1px solid #5a20f8;
	border-top: 1px solid rgb(83, 68, 222);
	border-bottom: 1px solid #4a20bd;
}

.texto-botao-cidades {
	width: 100%;
	float: left;
	color: #d7c9fd;
	text-shadow: #000 1px 1px 3px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	font-size: 3vw;
	line-height: 5vw;
	padding-top:  2.5%;
	padding-bottom: 2.5%;
}

.texto-botao-cidades:hover {
	transition: 0.5s;
	color: rgb(83, 68, 222);
} 



.texto-espacamento-cidades-secundarias {
	width: 100%;
	float: left;
	color: #6b5e85;
	text-align: center;
	letter-spacing: 0px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	font-size: 3.3vw;
	line-height: 4vw;
}

.espacamento-cidades-secundarias {
	float: left;
	width: 96.6%;
	height: 2px;
	background-color: #330179;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}


.caixa-texto2-secundarias:hover {
	transition: 0.3s;
	border-left: 2px solid #8781fc;
	border-right: 1px solid #8781fc;
	border-top: 1px solid #8781fc;
	border-bottom: 1px solid #8781fc;
}

.texto-botao-cidades-secundarias {
	width: 100%;
	float: left;
	color: #d7c9fd;
	text-shadow: #000 1px 1px 3px;
	text-align: center;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	font-size: 3vw;
	line-height: 5vw;
	padding-top:  2.5%;
	padding-bottom: 2.5%;
}

.texto-botao-cidades-secundarias:hover {
	transition: 0.5s;
	color: rgb(83, 68, 222);
}

.espacamento-cidades2-secundarias {
	float: left;
	width: 96.6%;
	height: 2px;
	background-color: #330179;
	margin-bottom: 7%;
	margin-top: 1%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}

.texto-espacamento-outras-cidades {
	width: 100%;
	float: left;
	color: #6b5e85;
	text-align: center;
	letter-spacing: 0px;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	font-size: 3.3vw;
	line-height: 4vw;
}

.espacamento-outras-cidades {
	float: left;
	width: 96.6%;
	height: 2px;
	background-color: #330179;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}

.caixa-texto-outras-cidades {
	width: 47%;
	float: left;
	display: block;
 	margin-left: 1.5%;
  	margin-right: 1.5%;
  	margin-bottom: 1.5%;
	margin-top: 1.5%;
} 

.caixa-texto-outras-cidades2 {
	width: 99.6%;
	float: left;
	vertical-align: middle;
	background-image: linear-gradient(#1a1a19, #252525, #282827, #212121, #151514, #131313);
	border-left: 2px solid #8781fc;
	border-right: 1px solid rgb(0, 0, 0);
	border-top: 1px solid rgb(92, 91, 85);
	border-bottom: 1px solid rgb(62, 62, 57);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
}

.caixa-texto-outras-cidades2:hover {
	transition: 0.3s;
	border-left: 2px solid #8781fc;
	border-right: 1px solid #8781fc;
	border-top: 1px solid #8781fc;
	border-bottom: 1px solid #8781fc;
}

.caixa-texto-outras-cidades3 {
	width: 99.6%;
	float: left;
	vertical-align: middle;
	background-image: linear-gradient(#1a1a19, #252525, #252127, #212121, #151514, #131313);
	border-left: 2px solid #5a20f8;
	border-right: 1px solid rgb(0, 0, 0);
	border-top: 1px solid rgb(92, 91, 85);
	border-bottom: 1px solid rgb(62, 62, 57);
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
}

.caixa-texto-outras-cidades3:hover {
	transition: 0.3s;
	border-left: 2px solid #5a20f8;
	border-right: 1px solid #5a20f8;
	border-top: 1px solid rgb(83, 68, 222);
	border-bottom: 1px solid #4a20bd;
}

.texto-botao-outras-cidades {
	width: 100%;
	float: left;
	color: #d7c9fd;
	text-shadow: #000 1px 1px 3px;
	text-align: center;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	font-size: 3vw;
	line-height: 5vw;
	padding-top:  2.5%;
	padding-bottom: 2.5%;
}

.texto-botao-outras-cidades:hover {
	transition: 0.5s;
	color: rgb(83, 68, 222);
}

.texto-botao-outras-cidades-capital {
	width: 100%;
	float: left;
	color: #d7c9fd;
	text-shadow: #000 1px 1px 3px;
	text-align: center;
	font-weight: 200;
	font-stretch: condensed;
	font-family: Verdana;
	font-size: 3.1vw;
	line-height: 5vw;
	padding-top:  2.5%;
	padding-bottom: 2.5%;
}

.texto-botao-outras-cidades-capital:hover {
	transition: 0.5s;
	color: rgb(83, 68, 222);
}

.espacamento-outras-cidades2 {
	float: left;
	width: 96.6%;
	height: 2px;
	background-color: #330179;
	margin-bottom: 7%;
	margin-top: 1%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}

.espacamento-final {
	float: left;
	width: 96.6%;
	height: 2px;
	background-color: #330179;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1.7%;
	margin-right: 1.7%;
}

/* ========== FIM DO CORPO ========== */

/* ========== INICIO DO RODAPE ========== */




.container-rodape {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15vw;
}

.detalhe-rodape {
	width: 99%;
	height: 11vw;
	background-color: #1c1c1e;
	position: absolute;
	
    margin-left: 0.5%;
    border-radius: 6px 6px 6px 6px;
	z-index: 0;

}

.maxet {
	width: 12.8vw;
	margin-left: 2.9%;
	z-index: 10;
	position: absolute;
	top: 2.5vw;
}

.maxet img {
	vertical-align: middle;
}

.maxet img {
	animation: 1.2s linear sun-rise;
	animation-delay: 0.5s;
  }
  
  @keyframes sun-rise {
	from {
	  /* pushes the sun down past the viewport */
		opacity: 0;
	  }
	
	to {
	  /* returns the sun to its default position */
	  opacity: 1;
	}
}
	
@-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-moz-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-webkit-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-o-keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @keyframes sun-rise {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }




.detalhe1-rodape {
	width: 97%;
	height: 11vw;
	background-color: #111211;
	border: 1px solid #1c1c1e;
	position: absolute;
	
    margin-left: 1.5%;
	z-index: 1;
}

.detalhe2-rodape {
	width: 97%;
	height: 6.8vw;
	background-color: #212421;
    background-image: linear-gradient(#282827, #323232, #31312f, #2d2d2d, #1a1a19, #131313);
	border-bottom: 1px solid #3d423d;
	border-top: 1px solid #3b403b;
	position: absolute;
	top: 2.1vw;
    margin-left: 1.5%;
	z-index: 2;
}

.caixa-texto-rodape {
	width: 100%;
	height: 6.8vw;
	position: absolute;
	top: 2.2vw;
	padding-left: 2%;
	vertical-align: middle;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.texto-rodape {
	float: left;
	width: 100%;
	text-align: left;
	letter-spacing: 1px;
	font-weight: lighter;
	font-stretch: condensed;
	font-family: Verdana;
	text-align: center;
	font-size: 1.6vw;
	font-style: normal;
	line-height: 6.5vw;
    color: rgb(143, 141, 130);
}

.texto-rodape::after {
	content: "Copyright © 2025 offtotal";
	  font-size: 11px !important;
}

/* ========== INICIO BREAKPOINTS ========== */

@media only screen and (max-width: 319px) {

	.caixa-texto {
		width: 97%;
	}

	.caixa-texto-secundarias {
		width: 97%;
	}

	.caixa-texto-outras-cidades {
		width: 97%;
	}

	.detalhe-rodape {
	height: 12vw;
	}

	.detalhe1-rodape {
		height: 12vw;
	}

	.detalhe2-rodape {
		height: 7vw;
		top: 2.5vw;
	}

	.caixa-texto-rodape {
		height: 7vw;
		top: 2.2vw;
	}

	.texto-rodape {
		font-size: 1.6vw;
		line-height: 6.8vw;
	}

	.maxet {
		width: 12.8vw;
		top: 1.3vw;
	}

	.texto-rodape::after {
	  font-size: 8px !important;
	}	

}


/* ========== SMALL VIEPORTS ========== */
@media only screen and (min-width: 320px) and (max-width: 480px)  {

	a:link {
		font-size: 4.2vw; line-height: 4.2vw;
	}

	.caixa-texto {
		width: 97%;
	} 

	.caixa-texto2 {
		padding: 1%;
	}

	.texto-botao-cidades {
		letter-spacing: 3px;
		font-size: 3.8vw;
	}

	.caixa-texto-secundarias {
		width: 97%;
	} 

	.caixa-texto2-secundarias {
		padding: 1%;
	}

	.texto-botao-cidades-secundarias {
		letter-spacing: 2px;
		font-size: 4.5vw;
	}

	.caixa-texto-outras-cidades {
		width: 97%;
	} 

	.caixa-texto-outras-cidades2 {
		padding: 1%;
	}

	.texto-botao-outras-cidades {
		letter-spacing: 2px;
		font-size: 4.5vw;
	}

	.caixa-texto-outras-cidades3 {
		padding: 1%;
	}

	.texto-botao-outras-cidades-capital {
		letter-spacing: 2px;
		font-size: 4.5vw;
	}

	.detalhe-rodape {
	height: 12vw;
	}

	.detalhe1-rodape {
		height: 12vw;
	}

	.detalhe2-rodape {
		height: 7vw;
		top: 2.5vw;
	}

	.caixa-texto-rodape {
		height: 7vw;
		top: 2.2vw;
	}

	.texto-rodape {
		font-size: 1.6vw;
		line-height: 6.8vw;
	}

	.texto-rodape::after {
	  font-size: 9px !important;
	}	

}

/* ========== MEDIUM VIEPORTS ========== */
@media only screen and (min-width: 481px) and (max-width: 840px) {


	.aviso-texto {
		font-size: 1.8vw;
	}
	
	h2 {
		font-size: 3vw;
	}
	
	p {
		font-size: 2.2vw;
		line-height: 3.5vw;
	}

	.texto-espacamento-cidades {
		font-size: 2.6vw;
		line-height: 3.6vw;
	}

	.texto-espacamento-cidades-secundarias {
		font-size: 2.6vw;
		line-height: 3.6vw;
	}

	.texto-espacamento-outras-cidades {
		font-size: 2.6vw;
		line-height: 3.6vw;
	}

	.texto-botao-cidades {
		font-size: 2.4vw;
		letter-spacing: 0px;
	}

	.texto-botao-cidades-secundarias {
		font-size: 2.4vw;
		letter-spacing: 0px;
	}

	.texto-botao-outras-cidades {
		font-size: 2.4vw;
		letter-spacing: 0px;
	}

	.texto-botao-outras-cidades-capital {
		font-size: 2.4vw;
		letter-spacing: 0px;
	}	

}



/* ========== LARGE VIEPORTS ========== */
@media only screen and (min-width: 841px) {

    .espacamento-cima-topo {
        height: 18px;   
    }
    
    .logomarca-container {
        width: 100%;
        float: left;
 				padding-top: 150px;
    }
    
    .logomarca {
        width: 220px;
        margin-top: 9px; 
    }


    .detalhe-lomarmaca {
        height: 132px;
    }
    
    .detalhe1-lomarmaca {
        height: 132px;
    }

    .detalhe2-lomarmaca {
        height: 60px;
        top: 36px;
    }

    .caixa-texto-lomarmaca {
		width: 75%;
        height: 60px;
		left: 23%;
        padding-left: 5%;
        top: 52px;
    }

    .texto-lomarmaca {
        letter-spacing: 3px;      
        font-size: 18px;
        line-height:30px;
    }


/* ========== INICIO DO CORPO ========== */

.aviso-texto {
	
	letter-spacing: 1px;      
	font-size: 20px;
	line-height:30px;
}

a:link {
	font-size: 22px; 
	line-height: 22px; 
}

h2 {
	font-size: 22px;
}

p {
	font-size: 19px;
	line-height: 27px;
}

.texto-espacamento-cidades {
	font-size: 18px;
	line-height: 25px;
}

.texto-botao-cidades {
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 25px;
}
.caixa-texto {
	width: 30.3%;
}

.espacamento-cidades2 {
	margin-bottom: 35px;
}

.caixa-texto-secundarias {
	width: 30.3%;
}

.texto-espacamento-cidades-secundarias {
	font-size: 18px;
	line-height: 25px;
}

.texto-botao-cidades-secundarias {
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 25px;
}

.caixa-texto-outras-cidades {
	width: 30.3%;
}

.texto-espacamento-outras-cidades {
	font-size: 18px;
	line-height: 25px;
}

.texto-botao-outras-cidades {
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 25px;
}

.texto-botao-outras-cidades-capital {
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 25px;
}

/* ========== INICIO DO RODAPE ========== */


.container-rodape {
	width: 100%;
	float: left;

}

.detalhe-rodape {
	height: 102px;
	top: 0px;
}

.maxet {
width: 112px;
margin-left: 30px;
top: 25px
}

.detalhe1-rodape {
	height: 102px;
	top: 0px;
}

.detalhe2-rodape {
	height: 60px;
	top: 21px;
}

.caixa-texto-rodape {
	height: 60px;
	padding-left: 5%;
	top: 37px;
}

.texto-rodape {
	letter-spacing: 3px;      
	font-size: 12px;
	line-height:30px;
	color: rgb(143, 141, 130);
}

.texto-rodape::after {
	  font-size: 14px !important;
}	

}



