<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Allura&amp;display=swap');
body{
  width: 100%;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(0,0,0,0.5) 200%);
  overflow-x:hidden;
}
.clear { clear: both; }
a, a:hover, a:visited{
    color:#000;
    text-decoration:none;
	transition: all 300ms ease-in-out;
}
a:hover{
    color:red;
    text-decoration:underline;
    text-shadow: 1px 1px 2px #4A4A4A;
	transition: all 300ms ease-in-out;
}

.box_topo{
    width:100%;
    height:30px;
    background: #202326 none no-repeat scroll 0 0;
    color:silver;
    z-index:999;
}
.box_topo i{
    margin-left:15px;
    text-shadow: 2px 2px 2px #C7884E;
    transition: all 300ms ease-in-out;
}
.box_topo i:hover{
    color:#C7884E;
    text-shadow: none;
    transition: all 300ms ease-in-out;
}
.box_topo a, .box_topo a:visited {
    color:silver;
}
.box_mnu{
    width:100%;
    height:100px;
    background: #FFFCF2 none no-repeat scroll 0 0;
      position: sticky;
      text-align:right;
      top: 0;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.78); 
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.78);
}

.box_img_ini{
    width:100%;
    height:calc(95% - 110px);
    background: #234A96 none no-repeat scroll 0 0;
}
.box_img_ini .tit_ini{
    font-size: 10em;
    text-align:center;
    margin-top:5%;
    color:#fff;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 700;
}
.box_img_ini .txt_ini{
    text-align:center;
    margin-top:3%;
    color:#fff;
    padding:2% 10% 2% 10%;
    background: rgba(0,0,0,0.3) none no-repeat scroll 0 0;
    font-weight: 400;
    
}

.box_img_pag{
    width:100%;
    height:50%;
    background: #234A96 none no-repeat scroll 0 0;
    overflow:hidden;
}
.box_img_pag .tit_pag{
    font-size: 8vw;
    text-align:center;
    color:#fff;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 700;
    width:fit-content;    
    margin: 0 auto;
}
.box_img_pag .tit_pag_sub{
    font-size: 0.4em;
    text-align:left;
    width:100%;
    margin-bottom:-5%;
}
.box_img_pag .txt_pag{
    text-align:center;
    margin-top:1%;
    color:#fff;
    padding:2% 10% 2% 10%;
    background: rgba(0,0,0,0.3) none no-repeat scroll 0 0;
    font-weight: 400;
}

.box_mnu_ini_logo{
    position: absolute;
    float:left;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;	
      perspective: 150px;
}
.box_mnu_ini_cad{
    position: absolute; 
    right:0;
    padding:10px;
  width: -moz-fit-content; 
  width: -webkit-fit-content;
  width: fit-content;	
}

.box_mnu_ini_logo img{ 
    margin-top:-10px;
    max-height:120px;
      transform: rotateY(-15deg);
      transform-origin: center top;
      transition: 0.5s;
      perspective: 150px;
      animation: swing 5s linear infinite alternate;
}
@keyframes swing {
  from {
    transform: rotateY(-10deg);
    transform-style: preserve-3d;
  }
  to {
    transform: rotateY(10deg);
    transform-style: preserve-3d;
  }
}
.btn-whatsapp a {
 color:#fff; 
 text-decoration:none; 
 display:block; 
}
.btn-whatsapp {
    
    position:fixed; 
    right:15px; 
    bottom:20px; 
    transform: translate(-50%, -50%);  
    background-color:rgb(37, 211, 102); 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:3em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
    padding-top:7px;
    z-index:999;
}
.btn-whatsapp:before,
.btn-whatsapp:after
{
 content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}
.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }
}
.grid_ini{
    width:100%;
    display: grid;
    grid-template-columns: 380px 1fr 500px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height:620px;
}
.grid_ini2{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top:30px;
}
.grid_2v{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin:10px;
}
.grid_2meio{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin:10px;
}

.grid_ini_itm{
    background: rgba(245,225,181,0.3);
    padding:10px;
    text-align:center;
    border-radius:5px;
}

.grid_3{
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin:10px;
}

.grid_8{
    width:100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 15vh;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin-top:10px;
    padding:2vw;
}
.grid_8_itm{
    text-align:center;
    color:#fff;
    text-shadow: 1px 1px 2px #4A4A4A;
}
.grid_8_img{
    height:14vh;
    border-radius:5px;
    background:silver;
}


.gallery {
  display: flex;
  gap: 1vw;
  max-width: 1200px;
  min-width: 500px;
  height: 100vh;
  transform: translate(5%, -25%) rotate(-6deg) rotateX(10deg) rotateY(20deg);
}

.gallery_line {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  height: fit-content;
  animation: slide 30s linear infinite;
}

.gallery_line:nth-child(2) {
  animation-direction: reverse;
}

.gallery_line img {
  flex: 1 1 auto;
  width: 100%;
  max-width:300px;
  object-fit: cover;
}

@keyframes slide {
  0 { transform: translatey(0); }
  100% { transform: translatey(-50%); }
}

.grid_5{
    width:100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin:10px;
}
.grid_5_itm{
    background: rgba(245,225,181,0.3);
    text-align:center;
    border-radius:5px;
    height:200px;
}
.grid_5_itm img{
    max-width:100%;
    overflow:hidden;
}


.bt_orc {
  font-size:15px;
  font-family:Arial;
  width:fit-content;
  padding:5px;
  border-width:1px;
  color:#306108;
  border-color:#268a16;
  font-weight:bold;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow:inset 0px 1px 0px 0px #caefab;
  text-shadow:inset 0px 1px 0px #aade7c;
  background:linear-gradient(#77d42a, #5cb811);
}

.bt_orc:hover {
  background: linear-gradient(#5cb811, #77d42a);
}

.rodape{
    position:absolute;
    top:0;
    left:0;
}
.rodape_itm{
    padding-left:15px;
    padding-right:15px;
    text-align:center;
}

.stripe-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: 320px;
  position: relative;
  margin-top: 3em;
  overflow: hidden;
  .primary {
    background-color: #00E6BF;
    width: 100%;
  }
  .accent-one {
    background-color: #B319FF;
    width: 65%;
  }
  .accent-two {
    background-color: #FF884D;
    width: 53%;
  }
}

.stripe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.7s;
}





.search-bar {
	display: flex;
}
.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
	transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
	width: 3em;
	height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
	cursor: pointer;
}
.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
	width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}
.search-bar {
	margin: auto;
	margin-top:-20px;
	padding: 1em;
	justify-content: center;
	max-width: 30em;
}
.search-bar input {
	background: transparent;
	border-radius: 1.5em;
	box-shadow: 0 0 0 0.4em #171717 inset;
	padding: 0.75em;
	transform: translate(0.5em,0.5em) scale(0.5);
	transform-origin: 100% 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
	background: #fff;
	border-radius: 0.375em 0 0 0.375em;
	box-shadow: 0 0 0 0.1em #d9d9d9 inset;
	transform: scale(1);
}
.search-btn {
	background: #171717;
	border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
	padding: 0.75em;
	position: relative;
	transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
	transform-origin: 0 50%;
}
.search-btn:before, 
.search-btn:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
}
.search-btn:before {
	border-radius: 50%;
	box-shadow: 0 0 0 0.2em #f1f1f1 inset;
	top: 0.75em;
	left: 0.75em;
	width: 1.2em;
	height: 1.2em;
}
.search-btn:after {
	background: #f1f1f1;
	border-radius: 0 0.25em 0.25em 0;
	top: 51%;
	left: 51%;
	width: 0.75em;
	height: 0.25em;
	transform: translate(0.2em,0) rotate(45deg);
	transform-origin: 0 50%;
}
.search-btn span {
	display: inline-block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
	background: #2762f3;
	border-radius: 0 0.375em 0.375em 0;
	transform: scale(1);
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
	opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
	background: #0c48db;
}
.search-bar input:focus + .search-btn:active,
.search-bar input:valid + .search-btn:active {
	transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {
	body, input {
		color: #f1f1f1;
	}
	body {
		background: #171717;
	}
	.search-bar input {
		box-shadow: 0 0 0 0.4em #f1f1f1 inset;
	}
	.search-bar input:focus,
	.search-bar input:valid {
		background: #3d3d3d;
		box-shadow: 0 0 0 0.1em #3d3d3d inset;
	}
	.search-btn {
		background: #f1f1f1;
	}
}



.login-icon {	
	display: block;
	color: #000;
	padding: 0 1.5rem;
	text-decoration: none;
  font-size: 20px;
}
.login-icon i{	
  font-size: 50px;
}
/* #Modal dialog
================================================== */
.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 99999;
		opacity: 0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}
/*	.modalDialog img {
			width: 95%;
	
	}*/
	.modalDialog:target {
		opacity: 1;
		pointer-events: auto;
	}
	.modalDialog&gt;div {
		width: 40%;
		position: relative;
		margin: 25px auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
	}


/* #LOGIN FORM
================================================== */

.login-container {
	width: 25%;
	border: 10px double #999;
	border-radius: 15%;
	text-align:left;
 }
.img-container {
	text-align: center;
}
img.login-avatar {
	width: 25%;
	border-radius: 50%;
	margin-top: 5%;
}
.login {
	background-color: #3c78aa;
	color: white;
	padding: 10px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 5px;
	clear: both;
}
.login-info input[type="text"], .login-info input[type="password"] {
	background-color: #fff;
	width: 95%;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	height: 20px;
	padding: 6px 0 2px 5px;
	margin: 8px;
}
.login-info input[type="text"]:focus, .login-info input[type="password"]:focus {
	border: 1px solid #10a7d5;
	background-color: #fff7e6;
	outline: 0;
}
.login-info {padding-bottom: 5%;}

.login-modal-close {
	width: auto;
	font-size: 15px;
	padding: 5px 10px;
	background-color: #db8e57;
	color: white;
	text-decoration: none;
	border-radius: 5%;
	float: right;
}
.login-modal-close:hover {
	background-color: #e09f6f;
}
.login-bottom-container {
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}
span.psw {
	padding-top: 16px;
}


.btn-2{
  position: relative;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  background: rgba(203,96,179,1);
  height: 40px;
  width: 100px;
  user-select: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-2:active{
  transform: translateY(-50%) scale(0.9);
}

main {
  max-width: 10000px;
  overflow-x: hidden;
  z-index:2;
}

.grid_ft {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 80px;
  grid-auto-flow: dense;
  grid-gap: 10px;
}

.grid_ft li { position: relative; }

.grid_ft li:nth-child(n+1) {
  grid-row: span 2;
}

.grid_ft li:nth-child(2n+1) {
  grid-row: span 3;
  grid-column: span 2;
}

/* .grid li:nth-child(2n+1){
  grid-row: span 4;
  grid-column: span 2;
} */

.grid_ft li:nth-child(7n+1)::after {
  content: "";
  opacity: .6;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  z-index: 99;
}

* { box-sizing: border-box; }


.grid_ft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid_ft li {
  list-style: none;
}


.grid_ft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.box_card{
    Color:#000;
    padding:10px;
    text-align:center;
    background-color: #fff9e4;
    background: linear-gradient(135deg, #EED9B9 0%, #E7CF77 50%, #FBE361 100%);
    border-radius:15px;
    -webkit-box-shadow: 2px 2px 15px 1px #979797; 
    box-shadow: 2px 2px 15px 1px #979797;
    margin-bottom:10px;
}
.tit_pag_blk{
    font-size: 5em;
    text-align:center;
    color:#000;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 700;
}
.subtit_pag_blk{
    font-size: 2em;
    text-align:center;
    color:#000;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 700;
}
.grid_card_itm{
    width:100%;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top:5px; 
}
.card_itm{
    text-align:left;
    margin-top:5px;
}
.card_img{
    width:50px;
    height:50px;
    border-radius:50%;
    background:red;
}


.box_img{
    width:200px;
    height:200px;
    margin:5px;
    float:left; 
}</pre></body></html>