@charset "utf-8";
/* CSS Document */

/*HTML5*/
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/*.paginar{
    font-size: 14px;
    margin: 40px auto 0;
    width: 92%;
}
.paginar li{
    display: inline;
    padding: 10px;
}
.paginar li a{
    
}*/

.paginar li{
    display: inline;
    list-style: none;
}

li{list-style:none;}
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* Termino do Reset */
.clear{clear:both}
a:visited {
  color: inherit;
}
a{
    color: inherit;
}
a:hover{
    color:#fed02b;
    text-decoration: none;
}
::-moz-selection { /* Code for Firefox */   
    background: #ffe763;
}

::selection {
    background: #ffe763;
}
h1,h2,h3,h4,h5,h6{
     font-family: 'OpenSansBold';
    color:#005091;
}
h1{
    font-size: 2.4em;
}
h2{
    font-size:2.1em;
}
h3{
    font-size:1.9em;
}
h4{
    font-size:1.5em;
}
h5{
    font-size:1.8em;   
}
h6{
    font-size: 1.3em;
}
h3,h4{
    font-family: 'PRIMETIME';
    color:#005091;
}
body{    
    /*font-family: 'HelveticaCond', sans-serif;   */
}
#geral{
    position:relative;
}

.center{
    width: 1080px;
    margin:0 auto;
    position:relative;
}


.panelnotlist{
    padding:25px 15px;
    font-size: 14px;
}

#logo img:hover{
    animation:pulse 0.4s ease-in-out;
    -webkit-animation:pulse 0.4s ease-in-out;
    -moz-animation:pulse 0.4s ease-in-out;

}

.preload{
    background-image: url('../img/preload.jpg');
    background-size: cover;
    z-index: -2;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.topo{
    height: 100vh;      
    position: relative;
    overflow: hidden;
}
.idioma{
     margin-top: 25px;
}
.idioma li{
    float: left;
    margin-right: 10px;
}

.infol{
    margin: 12px 0;
}
.infos{
    color:#FFF;
    
}
.infos p{
    display: inline-block;
  vertical-align: middle;
}
.infos b{
    font-family: 'OpenSansBold';
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 13px;
}
.infos i{
    font-size: 1.5em;
    text-align: right;
    color:#FFF;
	margin-right: 10px;
    vertical-align: middle;
}
#sobe{
    position: fixed;
    bottom: 25px;
    right: 50px;
    z-index: 5;    
    cursor: pointer;
    display: none;
}
#sobe i{
    color:rgba(255,215,0,0.8);
    font-size:60px;
    
}

#busca{
    display: none;
}

.menuinterna{
    border-bottom: 2px solid #DDD;
    padding: 14px 0px;
    background-color: #005091;
}
.menutopo{
    
    display: table;
    margin-top: 25px;
    position: relative;
    float: right;
}
.menutopo::before{
       content: "";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    border-bottom: 2px solid rgba(255,255,255,.4);
    width: 100%;
}
.menutopo a{
    color: #FFF;
    font-weight: bold;
    text-transform: capitalize;
}
.menutopo li{
    float: left;   
    margin-left: 10px;
    margin-right: 10px;
}
.menutopo li:first-child{
    margin-left: 0px;
}
.menutopo li:last-child{
    margin-right: 0px;
}
.textolegal {
	text-align: center;
	 font-size: 11px;
	 color: #FFF;
	 position: absolute;
	 display: block;
	 z-index: 60;
	
	transform: rotate(90deg);
	right: -65px;
	top: 240px;
	left: auto;
	bottom: auto;
}
.textolegal.internas {
	top: 50%;
}

.links a{
	color: #005091;
}
.buscaslide{
    margin-bottom: auto;
    margin-top: auto;
    display: block;
    position: absolute;
    z-index: 2;
    top: 40%;
    /*top: 10px;*/
    color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /* width: 200px; */
    width: 80%;
    text-align: center;
}
.listabusca {
  width: 600px;
  max-width: 100%;
  background: #fff;
  margin: -28px auto 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.listabusca a {
  padding: 5px 0;    
  
  width: 100%;
  text-align: left;
  display: block;
  padding-left: 10px;
  color: #111;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  
}

.formbusca{
    margin: 25px 0 40px 0;
}
.formbusca input{
    border: 3px solid white;
    /*border-bottom: 3px solid #f17920;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color:#111;
    padding: 15px 25px;
    width: 600px;
    max-width: 100%;
    margin: 10px 0;
    outline: 0;    
    font-family: 'OpenSans';
    font-size: 22px;
	font-weight: bold;
	background-color: rgba(255,255,255,.8);
	background-image: url(../fotos/lupa.png);
	background-repeat: no-repeat;
	background-position: right;
}
.formbusca input:focus{
	background-color: #fff;
	border: 2px solid #ccc;
	color: #222;
}


.minoticia{
	min-height: 300px;
}

.textoslide{
    margin-bottom: auto;
    margin-top: auto;
    display: table;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    top: 39vh;
    /*top: 10px;*/
    color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /* width: 200px; */
    width: 100%;
    text-align: center;
}
_:-ms-lang(x), _:-webkit-full-screen, .textoslide {top:30vh !important; }
.textoslide h1{
    font-size: 5em;
    color:#ffd700; 
    font-family: 'Nexa';
}
.textoslide h2{
    font-size: 4em;
    color:#FFF;
    font-family: 'Nexa';
}
.textoslide .cor-texto-verde{
    color:#009900; 
}
.textoslide .cor-texto-amarelo{
    color:#ffd700; 
}
.textoslide .cor-texto-azul{
    color:#005091; 
}
.textoslide .cor-texto-branco{
    color:#FFFFFF; 
}

.parallax-slider{
    filter:brightness(120%) contrast(120%) saturate(200%);
}
.legal{
    position: relative;    
    /*background-image: url('../joia.jpg');  
    background-position: center;*/
    padding-top:10vh;
    padding-bottom: 70px;    
    min-height: 40vh;
}
.escurobra{
    background-color: rgba(255,255,255,.87);
      top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.escuroama{
    background-color: rgba(255,215,0,.80);
      top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.cinza{
    background-color: #edf2f5;
    position: relative;
     padding: 100px 0;
}
.azul{
    background-color: #005091;   
    position: relative;
      padding: 100px 0;
}
.sessao{
    position: relative;    
}

.titulosection{
    text-align: center;
}

.busca{
	text-align:center;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 4em; 
	color:#FFF;
	display:table;
	width:100%;
	z-index:5;
}

.quadrin{
     border:7px solid #FFF;
    outline: 1px solid #EEE;
}
.avatar_associado {
    margin-top: -70px;
}
.avatar-img {
	width: 100px;
	height: 100px;
	background-size: cover;
}
.avatar {
    float: none;
    margin: 0px auto;
    outline: 0px solid transparent;
	border: 1px solid #EEE;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 100px;
	height: 100px;
    background: #FFF;
	width: 100px;
	height: 100px;
}

/* //////////// avatar home //////////////// */

.avatarD {
	width: 100%;
	height: 90px;
	position: absolute;
	z-index: 9;
	top: 10px;
	text-align: center;
}
.avatarD-img {
  border: 1px solid #EEE;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50% !important;
  background: #FFF;
  width: 46% !important;
  height: auto !important;
  margin: 0 0 0 2% !important;
  float: left;
  aspect-ratio: 1/1 !important;
}

@media (max-width: 768px) {
.avatXXarD-img {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px !important;
  width: 180px !important;
  height: 180px !important;
  margin: 0 0 0 10px !important;
}
}

.notinterpanel img{

    border:7px solid #FFF;
    outline: 1px solid #EEE;

}

.notinterpanel{




}
.notinterpanel:hover {



}


.forminterna{

}

.forminterna input[type="text"]{

    background-color: #FEFEFE;
    border: 1px solid #005091;
    border-radius: 3px;
    color:#CCC;

}


.forminterna input[type="text"]::placeholder{

    color:#555;

}


.internapanel{

}

.internatitulo{
     font-family: 'OpenSansBold';
    color:#005091;
    padding-top: 35px;    
    margin-bottom: 7px;
}
h1.internatitulo{
    font-size: 1.8em;
}
.noticiadata{
    font-family: 'OpenSans';
    color:#9d9d9d;
    text-transform: uppercase;
    font-size: 0.8em;
    padding-bottom: 15px;
}
.noticiapanel,.noticiapanel-2{
    background-color: #FFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.noticiatitulo a:hover ,.notinterpanel:hover{
    color:#046ee0;
}
.noticiaresumo a:hover ,.panelnotlist p a:hover{
    color: #AAA;
}

.noticiapanel .noticiatitulo{
    font-family: 'OpenSansBold';
    color:#005091;
    padding-top: 35px;
    font-size: 1.8em;
    margin-bottom: 7px;
}
.noticiapanel-2 .noticiatitulo{
    font-family: 'OpenSansBold';
    color:#005091;
    padding-top: 10px;
    font-size: 1.2em;
    margin-bottom: 7px;
}
.noticiapanel-2 .noticiaresumo{
	height: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
    color: #9d9d9d;
    
}
.noticiapanel .noticiaautor{
    font-family: 'OpenSans';
    color:#005091;
    font-size: .8em;    
    margin-bottom: 12px;
}
.noticiapanel-2 .noticiaautor{
    font-family: 'OpenSans';
    color:#005091;
    font-size: .8em;    
    padding-bottom: 10px;
}

.noticiapanel .noticiaresumo{
    padding-bottom: 35px;
    
    font-size: .9em;
    text-align: justify;
    font-family: 'OpenSans';
    color: #9d9d9d;
    
}
.noticiapanel .noticiaimg img{
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.noticiapanel-2 .noticiaimg img{
    width: 100%;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

.associese{
     margin: 35px auto;
    display: table;
}

.titulobotao{
     -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #005091;
    padding: 10px 15px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-family: 'OpenSansBold';
}
.titulobotao i{
        font-size: 1.6em;
    margin-left: -10px;
    margin-right: 10px;
}
.botao{
     -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #005091;
    padding: 10px 25px;
     color: #FFF;
    text-transform: uppercase;
    text-align: center;
    
    font-family: 'OpenSansBold';
    
   

}
.botao a{
    color:#FFF !important;
}










.escuro{
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.escuro-2{
      background-color: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
       -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    
    -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.item{
      background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
       -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    
    -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.footer img,.footer svg{
    display: block;
    margin: 0 auto;
}

.mapa{
    height: 50vh;
}
.mapa img{
    max-height: 100%;
    display: block;
    margin: 0 auto;
}


footer{
  
    position: relative;
    padding: 35px 0 0 0;     
    font-size: 0.85em;
    color: #FFF;
    background-color: #004d8b;
    font-family: 'Helvetica'
    
}
footer a{
    color:#FFF;   
    font-size: 0.85em;
}


.pixelvivo{
    margin-top: -30px;
    text-align: right;
}
.pixelvivo svg *{
    transition: all 0.5s ease;
}
.pixelvivo svg *{
    fill:#FFF;
}

.pixelvivo svg:hover *{
    fill:#000;
}

.cidades{

    
    display: block;
    position: absolute;
    top: -15vh;

    overflow: hidden;
    
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;    
}


.formbrasil{
    margin: 25px 0 40px 0;
}
.formbrasil input ,.formbrasil select,.formbrasil textarea{
    border: 1px solid white;
    /*border-bottom: 3px solid #f17920;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color:#FFF;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0;
    outline: 0;    
    font-family: 'OpenSans';
}
.formbrasil input:focus,.formbrasil select:focus,.formbrasil textarea:focus{      
    outline: 0;
    box-shadow: none;
}
.formbrasil input::-webkit-input-placeholder,.formbrasil textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
    font-size: 12px;
}
.formbrasil input::-moz-placeholder,.formbrasil textarea::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
    font-size: 12px;
}
.formbrasil input:-ms-input-placeholder,.formbrasil textarea::-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
    font-size: 12px;
}
.formbrasil input:-moz-placeholder,.formbrasil textarea::-moz-placeholder { /* Firefox 18- */
  color: #FFF;
    font-size: 12px;
}


.formbrasilinterna input ,.formbrasilinterna select,.formbrasilinterna textarea{
    border: 1px solid #005091;
    /*border-bottom: 3px solid #f17920;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    color:#005091;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 0;
    outline: 0;    
    font-family: 'OpenSans';
}
.formbrasilinterna input::-webkit-input-placeholder,.formbrasilinterna textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #005091;
    font-size: 12px;
}
.formbrasilinterna input::-moz-placeholder,.formbrasilinterna textarea::-moz-placeholder { /* Firefox 19+ */
  color: #005091;
    font-size: 12px;
}
.formbrasilinterna input:-ms-input-placeholder,.formbrasilinterna textarea::-ms-input-placeholder { /* IE 10+ */
  color: #005091;
    font-size: 12px;
}
.formbrasilinterna input:-moz-placeholder,.formbrasilinterna textarea::-moz-placeholder { /* Firefox 18- */
  color: #005091;
    font-size: 12px;
}


.subm{
    background-color: #ffd700 !important;
    text-align:center !important;
    color:#005091 !important;
    padding: 10px 25px !important;
    border: 0px !important;
      -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    border-radius: 35px !important;
    font-family: 'OpenSansBold' !important;
    cursor: pointer !important;
}


.hoverdest:hover .escuro-2{
    opacity: 0;
}


#owl-1 .item{
    height: 100vh;
}
#owl-1 .item img{
    max-height: none !important;
}
.owl-nav{
  position: initial;
  z-index: 5;
}
 
#owl-1 .owl-prev{
    position: absolute;
  left: 40px;
  top: 48vh; 
}
 
#owl-1 .owl-next{
    position: absolute;
  right: 40px;
  top: 48vh;
}

#owl-2{
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}
#owl-2 .owl-nav{    
	position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
}
#owl-2 .owl-prev{
    position: relative;
    float: left;
    width: 45px;
	margin-left: 5px;    
 
}
#owl-2 .owl-prev img,#owl-2 .owl-next img{
    width: 100%;
 
}

#owl-2 .owl-next{/*
    position: relative;
    float: left;
    width: 45px;
    margin-left: 5px;*/
    position: absolute;
    width: 45px;
    /* margin-left: 5px; */
    left: 100vw;
    margin-left: -70px;

}

#owl-2 .item img{
        -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	max-width: 90%;
	padding: 5%;
}

.item{
    max-height: 100vh;
}
.nomecidade {
  color: #005091;
  text-transform: uppercase;
  font-family: 'OpenSansBold';
  font-size: 0.9em;
  /*
  position: absolute;
  bottom: 15px;
  left: 15px;
  */
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  z-index: 6;
}



.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}


.owl-nav{
    display: block !important;
}


    .asspanel{
        background-color: #FFF;
        padding: 15px;
         -webkit-border-radius: 05px;
        -moz-border-radius: 05px;
        border-radius: 05px;
        border: 1px solid #EDEDED;
        
        text-align: center;
        
         font-family: 'OpenSans';
         color:#777;
        margin-bottom: 25px;
	}
	
    .buscapanel{
        background-color: #FFF;
        padding: 15px;
         -webkit-border-radius: 05px;
        -moz-border-radius: 05px;
        border-radius: 05px;
        border: 1px solid #EDEDED;        
        text-align: left;        
         font-family: 'OpenSans';
         color:#777;
        margin-bottom: 15px;
	}
	
    .buscapanel img{
        width: 100%;
	}
	
	

/**Bootstrap gambiarra 5 colunas **/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
.associado #videoiframe {
	height: 370px;
	width: 100%;
}
@media (max-width: 768px) {
	.titulotopo{
		background: grey;
		padding-top: 65px;
	}
	
	.textolegal {
		transform: rotate(0);
		right: 0px;
		top: 75px;
		left: 0px;
		bottom: 5px;
		height: 30px;
	}
	.textolegal.internas {
		transform: rotate(0);
		top: auto;
		right: 0px;
		left: 0px;
		bottom: 5px;
	}
	#owl-2 .owl-nav {
	  margin-top: 0px;
	}
	#owl-2 .owl-next {
	  margin-left: -50px;
	}
	.buscaslide {
	  width: 98vw;
	  max-width: 98vw;
	  display: block;
	  z-index: 99;
	  height: 100px;
	  margin: 0 auto;
	  top: 20%;
	}
	.listabusca {
	  width: 98vw;
		max-width: 98vw;
		display: block;
	}
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
	.associado #videoiframe {
		height: 520px;
		width: 100%;
	}
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
	.associado #videoiframe {
		height: 700px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
	.associado #videoiframe {
		height: 850px;
		width: 100%;
	}
}





/*BOTAO GELEIA*/



.botaogeleia {
  background: #004D8B;
/*  padding: 20px 60px;*/
  color: #fff;
  text-decoration: none;
    text-align: center;  
    padding: 10px;
}

/* Hover state animation applied here */
.botaogeleia:hover { 
  -webkit-animation: hover 1200ms linear 2 alternate;
  animation: hover 1200ms linear 2 alternate;
}

/* Active state animation applied here */
.botaogeleia:active {
  -webkit-animation: active 1200ms ease 1 alternate;
  animation: active 1200ms ease 1 alternate; 
  background: #5F9BE0;
}


/* Active state animation keyframes below */

@-webkit-keyframes active { 
  0% {transform: scale(1,1);}
  90% {transform: scale(.9,.88);}
  100% {transform: scale(.92,.9);}
}

keyframes active { 
  0% {transform: scale(1,1);}
  90% {transform: scale(.9,.88);}
  100% {transform: scale(.92,.9);}
}

/* Hover state animation keyframes below */

@-webkit-keyframes hover { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.8% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.5% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.01% { -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.91% { -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.71% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.61% { -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.41% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.32% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.12% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.02% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.82% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.53% { -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.23% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.64% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  51.45% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.86% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.27% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.77% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.18% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  88.59% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes hover { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.8% { -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.5% { -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  5.31% { -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.01% { -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.91% { -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% { -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.71% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.61% { -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% { -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.41% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.32% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.12% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.02% { -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.82% { -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% { -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.53% { -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.23% { -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% { -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% { -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.64% { -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.04% { -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  51.45% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% { -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.86% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.27% { -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.77% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.18% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  88.59% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  96% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}








/*=============================*/
    
.grid {
    
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 320px;*/
    max-width: 480px;
    max-height: 360px;
    /*width: 48%;*/
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
        font-size: 1em;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
    

    
/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
    /*padding: 3em;*/
    padding: 2.5em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
    color: #FFF;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.info-contato i {
	margin-right: 10px;
	vertical-align: middle;
}

