<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=Lilita+One&amp;display=swap');

body{
  width: calc(100vw - 5px);
  background-color:#A3BDFA;
  padding:0;
  margin:0;
  font-size:1.2em;
  overflow-x:hidden;
  background:url(https://www.mimosbuffet.com.br/imagens/site/fd_lilas.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;  
  background-attachment: fixed;
}
.clear { clear: both; }
a,a:visited,a:hover{
    text-decoration:none;
    color:inherit;
	transition: all 300ms ease-in-out;
}
a:hover{
    background: rgba(0,0,0,0.5) none no-repeat scroll 0 0;  
    color:#fff;
    border-radius:5px;
	transition: all 300ms ease-in-out;

    
}

.container_2x1{
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 10px;
    margin:10px;
}


.container_total{
    display: grid;
    grid-template-rows: auto;    
}
.container_topo{
    display: grid;
    grid-template-columns: 2.2fr 1fr 2.2fr;
    grid-column-gap: 10px;
    margin:10px;

}
.container_rodape{
    display: grid;
    grid-template-columns: 2fr 2fr 1fr 1fr;
    grid-column-gap: 10px;
    margin:10px;
}
.container_meio{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 15px;
	background-image:url(https://www.mimosbuffet.com.br/imagens/site/fundom.jpg);
    -webkit-box-shadow: inset 0px 1px 15px 2px rgba(0,0,0,0.48); 
    box-shadow: inset 0px 1px 15px 2px rgba(0,0,0,0.48);
    padding:15px;
}
.container_carousel{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.container_2c{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding:10px;
}
.container_vt{
    display: grid;
    grid-template-columns: 400px 1fr 405px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding:10px;
}


.box_tema_grid{
    display: grid;
    grid-template-columns: 250px 150px;
    grid-template-rows: auto 100px 100px 100px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
	transition: all 300ms ease-in-out;
}
.box_tema_grid:hover{
    -webkit-box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #FFE488, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #E488FF, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 5px 5px 15px 5px #FF8080, -9px 5px 15px 5px #FFE488, -7px -5px 15px 5px #8CFF85, 12px -5px 15px 5px #80C7FF, 12px 10px 15px 7px #E488FF, -10px 10px 15px 7px #FF616B, -10px -7px 27px 1px #8E5CFF, 5px 5px 15px 5px rgba(0,0,0,0);
	transition: all 300ms ease-in-out;
	z-index:999;
}

.div_tema_tit{
    grid-column-start: 1;
    grid-column-end: 3;    
    grid-row-start: 1;
    grid-row-end: 2;
    background:#000;
    color:silver;
    text-align:center;
    padding:3px;
}
.div_tema_dados{
    grid-row-start: 2;
    grid-row-end: 5;    
    grid-column-start: 1;
    grid-column-end: 2;    
}
.div_tema_foto{
	transition: all 300ms ease-in-out;

}
.div_tema_foto:hover{
    -webkit-box-shadow: 0px 0px 15px 5px #FFFFFF; 
box-shadow: 0px 0px 15px 5px #FFFFFF;
    transform: scale(1.4);
    border-radius:10px;
	transition: all 300ms ease-in-out;
}
.div_tema_info{
    position: relative;
    float:left;
    top: 240;
    left: 1;
    background: rgba(0,0,0,0.8) none no-repeat scroll 0 0;
    color:silver;
    padding:5px 15px 5px 15px;
    height:20px;
}
.container_temas{
    display: grid;
    grid-template-columns: repeat( auto-fit, 400px );
    justify-content: space-around;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding:10px;
}


.fd_los{
	background-image:url(https://www.mimosbuffet.com.br/imagens/site/fundom.jpg);
}

.t_centro{
    text-align:center;
}
.t_esq{
    text-align:left;
}
.t_dir{
    text-align:right;
}
.g2_e{
    grid-column-start: 1;
    grid-column-end: 3;    
}
.g2_m{
    grid-column-start: 3;
    grid-column-end: 5;    
}
.g2_d{
    grid-column-start: 5;
    grid-column-end: 7;    
}
.g3_e{
    grid-column-start: 1;
    grid-column-end: 4;    
}
.g3_d{
    grid-column-start: 4;
    grid-column-end: 7;    
}
.g6{
    grid-column-start: 1;
    grid-column-end: 7;    
}

.fd_l{
	background-image:url(https://www.mimosbuffet.com.br/imagens/site/fundol.jpg);
}
.tit_pag{
	text-align:left;
	padding:15px;
    background: #151924;
}
.tit_sec{
	text-align:left;
	padding:15px;
    background: #151924;
    color:silver;
}
.fx_carousel{
    width:100%;
    height:495px;
}

#mkrbutton .iconz {
    background-color:#E3E3E3;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;
    display:block;
    color:#212121;
    float:none;
    height:48px;
    width: 48px;
    line-height:48px;
    margin:10px auto 0;
    position:relative;
    text-shadow:0 1px 0 #FAFAFA;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    -webkit-transition:width .25s ease-in-out;
    -ms-transition:width .25s ease-in-out;
    -moz-transition:width .25s ease-in-out;
    -o-transition:width .25s ease-in-out;
    transition:width .25s ease-in-out;
    -webkit-box-shadow:inset 0 1px 0 #FAFAFA,rgba(0,0,0,.28) 0 2px 3px;
    -moz-box-shadow:inset 0 1px 0 #FAFAFA,rgba(0,0,0,.28) 0 2px 3px;
    -o-box-shadow:inset 0 1px 0 #FAFAFA,rgba(0,0,0,.28) 0 2px 3px;
    box-shadow:inset 0 1px 0 #FAFAFA,rgba(0,0,0,.28) 0 1px 3px;
    filter: grayscale(90%);
} 

#mkrbutton a span {display:none;}

#mkrbutton a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#mkrbutton a:hover {
    filter: grayscale(0%);

    
}
#mkrbutton:hover a span {display:inline;} 
#mkrbutton a span {font-size:1em;} 
#mkrbutton:hover .iconz {width:250px;} 
#mkrbutton .fb {    background:#E3E3E3 url('https://www.mimosbuffet.com.br/imagens/site/ico_face.png')no-repeat scroll 4px 4px;float:right;} 
#mkrbutton .fb:hover {transition:width .25s ease-in-out;color: #1919FF;} 
#mkrbutton .ytube {    background:#E3E3E3 url('https://www.mimosbuffet.com.br/imagens/site/ico_ytube.png')no-repeat scroll 4px 4px;float:left;} 
#mkrbutton .ytube:hover {transition:width .25s ease-in-out;color: #FF0000;} 
#mkrbutton .whats {    background:#E3E3E3 url('https://www.mimosbuffet.com.br/imagens/site/ico_whats.png')no-repeat scroll 4px 4px;float:right;} 
#mkrbutton .whats:hover {transition:width .25s ease-in-out;color: #009919;} 
#mkrbutton .insta {    background:#E3E3E3 url('https://www.mimosbuffet.com.br/imagens/site/ico_insta.png')no-repeat scroll 4px 4px;float:left;} 
#mkrbutton .insta:hover {transition:width .25s ease-in-out;color: #E60073;} 


@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.logo:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
    animation-duration: 1s;

}


.fd_transp{
    background: rgba(0,0,0,0.7) none no-repeat scroll 0 0;    
    color:silver;
}
.itm_mnu{
    margin-left:5px;
    margin-right:5px;
    padding:5px;
    padding-top:0;
    border-radius:10px;
	transition: all 300ms ease-in-out;
	font-family: 'Lilita One', sans-serif;
	color:#fff;
    animation: blink 30s infinite ease-in-out;
    font: small-caps lighter 20px/150% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
.itm_mnu:hover{
    -webkit-box-shadow: 0px 6px 15px -1px #979797; 
    box-shadow: 0px 6px 15px -1px #979797;
    background-color:#E3E3E3;
    color:#000;
	transition: all 300ms ease-in-out;
}
.g3_e a{
    background:none;
    padding:0;
}
@keyframes shine {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.blink {
	-webkit-animation: blink-1 5s both;
	        animation: blink-1 5s both;
}

@keyframes blink {
  0%, 1%, 2% {
    opacity: 1;
  }
  0.5%, 1.5% {
    opacity: 0;
  }
}

.relogio{
    position:absolute;
    top:-40px;
  font: small-caps lighter 30px/150% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-align:left;
  width: 50%;
  margin: 40px auto;
  color:#fff;
  border-left: 3px solid #E3E3E3;
  padding: 20px;
}

.contador{
    margin:0 auto;
    margin-top:15px;
    width:100px;
    padding:10px;
    background:red;
    color:#fff;
    border-radius:10px;
}


    #gallery_ini{
      -webkit-column-count:4;
      -moz-column-count:4;
      column-count:4;
      
      -webkit-column-gap:10px;
      -moz-column-gap:10px;
      column-gap:10px;
    }
    #gallery_meio{
      -webkit-column-count:6;
      -moz-column-count:6;
      column-count:5;
      
      -webkit-column-gap:10px;
      -moz-column-gap:10px;
      column-gap:10px;
    }
    #gallery_meio a,#gallery_meio a:hover,#gallery a,#gallery a:hover{
        background:none;
        padding:0;
        margin:0;
    }
    #gallery{
      -webkit-column-count:4;
      -moz-column-count:4;
      column-count:4;
      
      -webkit-column-gap:10px;
      -moz-column-gap:10px;
      column-gap:10px;
    }

    #gallery img,#gallery video,#gallery_ini img,#gallery_ini video,#gallery_meio img,#gallery_meio video {
      width:100%;
      height:auto;
      margin: 4% auto;
      box-shadow:-3px 5px 10px #000;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
    }
.brd_esq{
      border-left: 3px solid #000;
}



.loading {
  --color: #F5F9FF;
  --duration: 2000ms;
  font-family: Roboto, Arial;
  font-size: 24px;
  position: relative;
  white-space: nowrap;
  user-select: none;
  color: var(--color);
  margin:15px;
  float:left;
}
.loading span {
  --x: 0;
  --y: 0;
  --move-y: 0;
  --move-y-s: 0;
  --delay: 0ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  text-indent: calc(var(--x) * -1);
  overflow: hidden;
  transform: translate(var(--x), var(--y));
}
.loading.start div {
  opacity: 0;
}
.loading.start span {
  animation: move var(--duration) ease-in-out var(--delay);
}

@keyframes move {
  30% {
    transform: translate(var(--x), var(--move-y));
  }
  82% {
    transform: translate(var(--x), var(--move-y-s));
  }
}









.fd_bco{
      background-color: #fcfdfd;
}
.cx_padrao{
    box-shadow: 0px 0px 15px -3px #CACACA;
    border-radius:5px;
}
.cx_100{
  width:98%;
  height:50px;
  margin-top:20px;
}
.cx_cal{
    margin-top:20px;
  width: 60%;
  height:500px;
  float:left;
}
.cx_cal_d{
    margin-top:20px;
  width: 35%;
  height:225px;
  float:left;
  margin-left:20px;
    overflow:auto; 
    overflow-x:hidden;
}

.cx_fin{
  margin-top:20px;
  width: 60%;
  height:300px;
  float:left;
}
.cx_fin_d1{
    margin-top:20px;
  width: 16%;
  height:110px;
  float:left;
  margin-left:20px;
    overflow:auto; 
    overflow-x:hidden;
}
.cx_fin_d2{
    margin-top:20px;
  width: 35%;
  height:145px;
  float:left;
  margin-left:20px;
    overflow:auto; 
    overflow-x:hidden;
}
.cx_comp{
  margin-top:20px;
  width: 60%;
  height:200px;
  float:left;
  margin-left:20px;
}
.cx_comp_d2{
    margin-top:20px;
  width: 35%;
  height:200px;
  float:left;
    overflow:auto; 
    overflow-x:hidden;
}
.cx_titulo{
    position: sticky;
    top:0px;
    padding:10px;
    width:calc(100% - 20px);
    box-shadow: 0px 8px 9px -4px #B0B0B0;
    text-shadow: 0px 0px 3px #000000;
    font-weight: 700;
    font-variant: small-caps;
    color:#fff;
        border-radius:5px;
        margin-bottom:10px;
}
.brd_cinza{
    border-top: 1px solid #e1e1e1;
}
.fd_preto{
    background:#000;
}
.fd_lilas{
    background:#AA80FF;
}
.fd_verde{
    background:#008040;
}
.fd_azul_c{
    background:#66CCFF;
}
.fd_fin_vermelho{
background: rgba(246,246,246,1);
background: -moz-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(250,100,100,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(250,100,100,1)));
background: -webkit-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(250,100,100,1) 100%);
background: -o-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(250,100,100,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(250,100,100,1) 100%);
background: linear-gradient(135deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(250,100,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#fa6464', GradientType=1 );
}
.fd_fin_verde{
background: rgba(246,246,246,1);
background: -moz-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(20,204,10,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(20,204,10,1)));
background: -webkit-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(20,204,10,1) 100%);
background: -o-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(20,204,10,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(20,204,10,1) 100%);
background: linear-gradient(135deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 53%, rgba(20,204,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#14cc0a', GradientType=1 );
}

.content_box{
    position:absolute;
    top:0;
    right:0;
    overflow:auto; 
    overflow-x:hidden;
    width: calc(100% - 400px);
    height:100vh;
    padding-left:50px;
    padding-right:50px;
}
.mnu_box{
    overflow:auto; 
    width:100%;
    background-color: #fcfdfd;
}
.mnu &gt; div &gt; img {  
    width: 100%;  
    object-fit: cover;  
}


*::-webkit-scrollbar-track
{
	border-radius: 10px;
}

*::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
									   width:30px;
}




.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);
}



.container_gale{
    display: grid;
    grid-template-columns: repeat(9,200px);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin:5px;
    animation: move 9.5s linear infinite alternate;
}
.container_gale:hover {
	animation-play-state: paused;
}
.container_gale2:hover {
	animation-play-state: paused;
}

.container_gale2{
    display: grid;
    grid-template-columns: repeat(9,200px);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin:5px;
    animation: move2 9.5s linear infinite alternate;
}
.cont_gal{
    overflow-x:hidden;
    width:37vw;

}
.itm_gale{
    width:200px;
    height:200px;
    background:blue;
    overflow:hidden;
}
@keyframes move {
	5% {
		transform: translateX(0);
	}
	95% {
		transform: translateX(-165%);
	}
	100% {
		transform: translateX(-165%);
	}
}
@keyframes move2 {
	0% {
		transform: translateX(-165%);
	}
	5% {
		transform: translateX(-165%);
	}
	95% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(0%);
	}
}



@keyframes glow {
    0% {
		border-color: #393;
		box-shadow: 0 0 5px rgba(0,255,0,.2), inset 0 0 5px rgba(0,255,0,.1), 0 2px 0 #000;
    }	
    100% {
		border-color: #6f6;
		box-shadow: 0 0 20px rgba(0,255,0,.6), inset 0 0 10px rgba(0,255,0,.4), 0 2px 0 #000;
    }
}
.bt_proc{
    height:30px;
    border-radius:5px;
    border:none;
    background:none;
    border: 1px solid #8745A4;
    background:#8745A4;
    color:#fff;
    margin-left:-5pX;
    margin-top:-10px;
}

.bt_acliente{
  text-shadow: 2px 2px 2px #CECECE;
}
.bt_acliente i{
    font-size:50px;
}
.top_dir{
    position:absolute;
    right:20px;
    top:10px;    
}
.top_dir a:hover{
    background:none;
    color:#000;
    padding:0;
}
.top_dir a{
    background:none;
  color:#AC00DE;
  text-shadow: 2px 2px 2px #CECECE;
}


.novidades{
  display:inline-block;
  padding:5px;
  animation: pul 1s infinite alternate ease-in-out -7.5s;
}
.novidades i{
    font-size:25px;
}
@keyframes pul {
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.termo{
    font-size: 25px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-variant: small-caps;    
}
.p10{
    padding:10px;
}


    .title {
      font-family: "Raleway";
      font-size: 10px;
      font-weight: 700;
      color: #5D4037;
      text-align: center;
    }
    
    p {
      line-height: 1.5em;
    }
    
    h1 + p, p + p {
      margin-top: 10px;
    }
    
    .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width:100%;
    }
    
    .card-wrap {
      margin: 10px;
      transform: perspective(800px);
      transform-style: preserve-3d;
      cursor: pointer;
    }
    .card-wrap:hover .card-info {
      transform: translateY(0);
    }
    .card-wrap:hover .card-info p {
      opacity: 1;
    }
    .card-wrap:hover .card-info, .card-wrap:hover .card-info p {
      transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .card-wrap:hover .card-info:after {
      transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 1;
      transform: translateY(0);
    }
    .card-wrap:hover .card-bg {
      transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 0.8;
    }
    .card-wrap:hover .card {
      transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
      box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset white 0 0 0 6px;
    }
    
    .card {
      position: relative;
      flex: 0 0 240px;
      width: 240px;
      height: 240px;
      background-color: #333;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
      transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }
    
    .card-bg {
      opacity: 0.5;
      position: absolute;
      top: -20px;
      left: -20px;
      width: 100%;
      height: 100%;
      padding: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      pointer-events: none;
    }
    
    .card-info {
      padding: 20px;
      position: absolute;
      bottom: 0;
      color: #fff;
      transform: translateY(40%);
      transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .card-info p {
      opacity: 0;
      text-shadow: black 0 2px 3px;
      transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .card-info * {
      position: relative;
      z-index: 1;
    }
    .card-info:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
      background-blend-mode: overlay;
      opacity: 0;
      transform: translateY(100%);
      transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }
    
    .card-info h1 {
      font-family: "Playfair Display";
      font-size: 20px;
      font-weight: 700;
      text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-variant: small-caps;
    }    
    .container a, .container a:hover{
        background:none;
        padding:0;
        margin:0;
    }

.box_tema{
    display:inline-block;
    width:300px;
    margin:10px;
    height:200px;
    position:relative;
}
.box_img{
    display:inline-block;
    width:150px;
    margin:3px;
    height:150px;
    position:relative;
}
.box_tema a:hover{
    background:none;
}
.tit_tema{
    top:0;
    background: rgba(0,0,0,0.5) none no-repeat scroll 0 0;  
    color:#fff;
    padding:5px;
    text-align:center;
}
.info_tema{
  position: absolute;
  bottom: 0;
  right: 0;
    background: rgba(0,0,0,0.5) none no-repeat scroll 0 0;  
    color:#fff;
    padding:5px;
}
.meio1200{
    max-width:80%;
    margin:0 auto;
}
.container_1200{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top:80px;
    margin-bottom:80px;
      font-family: "Raleway";
      font-weight: 700;
      color: #AC00DE;
      text-align: center;
}
.atra_img{
    width:100%;
    height:300px;
}



.box-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 35px 15px;
  width: 80vw;
}
.box-container a:hover{
    background: none;  
    color:#fff;
    padding:0;
    border-radius:0;
	transition: all 300ms ease-in-out;
    
}
.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin: 5px;
  max-width: 100%;

    
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color:#fff;
  text-shadow: 0px 0px 4px #000000;
  
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
  color:#fff;
  text-shadow: 0px 0px 4px #000000;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}</pre></body></html>