@font-face {
    font-family: 'TitilliumText25L600wt';
    src: url('fontes/titilliumtext25l002-webfont.eot');
    src: url('fontes/titilliumtext25l002-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/titilliumtext25l002-webfont.woff') format('woff'),
         url('fontes/titilliumtext25l002-webfont.ttf') format('truetype'),
         url('fontes/titilliumtext25l002-webfont.svg#TitilliumText25L600wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumMaps29L400wt';
    src: url('fontes/titilliummaps29l001-webfont.eot');
    src: url('fontes/titilliummaps29l001-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/titilliummaps29l001-webfont.woff') format('woff'),
         url('fontes/titilliummaps29l001-webfont.ttf') format('truetype'),
         url('fontes/titilliummaps29l001-webfont.svg#TitilliumMaps29L400wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText25L1wt';
    src: url('fontes/titilliumtext25l005-webfont.eot');
    src: url('fontes/titilliumtext25l005-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/titilliumtext25l005-webfont.woff') format('woff'),
         url('fontes/titilliumtext25l005-webfont.ttf') format('truetype'),
         url('fontes/titilliumtext25l005-webfont.svg#TitilliumText25L1wt') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-image: url("../imagens/bg.png");
    background-repeat: repeat;
    color: #777777;
    font-family: "TitilliumText25L1wt";
    font-size: 14px;
	line-height:20px;
	
}
p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
a{
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;	
}
.liksdesolucoes {
	text-decoration:none;	
}
.liksdesolucoes:hover{
	text-decoration:none;	
}
	
strong {
	font-family: "TitilliumText25L600wt";
	color:#2e3192;
}
h1 {
	color: #2E3192;
    font-family: "TitilliumText25L1wt";
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 20px;
}
h2 {
	font-size: 17px;
	color: #2e3192;
	margin-bottom: 5px;
}
h3 {
	color: #db2727;
	font-weight: normal;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
h4 {
	font-size: 18px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
label {
	float: left;
    position: relative;
    width: auto;
}
/************************************
*************************************
	            FONTES
*************************************
************************************/
.font-blue{
	color:#2e3192;
}
.font-red, .font-red a{
	color:#db2727;
}
.font-red a:hover{
	text-decoration:underline;
}
/************************************
*************************************
	          ESTRUTURA
*************************************
************************************/
#geral {
	width: 100%;
}
#topo {
	float: left;
	width: 100%;
	height:80px;
	background-image: url(../imagens/shadow-topo.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#home {
	float: left;
	width: 100%;
	background-image: url(../imagens/shadow-corpo.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-color: #FFF;
	padding-top: 30px;
	/*padding-bottom: 30px;*/
}
.content{
	margin: auto;
	width: 950px;
}

/* ******************
*********************
		BANNER
*********************
****************** */

#banner{
	float: left;
	width: 100%;
	height: 370px;
	background: #FFF;
	overflow:hidden;
	position:relative;	
}

#banner ul#slide-img-banner{
	margin:0px;
	padding:0px;
	width:100%;
	height:370px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#banner ul#slide-img-banner li{
	margin:0px;
	padding:0px;
	width:100%;
	height:370px;
}

#banner ul#slide-img-banner li#b-01{background:url(../imagens/banner/01.jpg) no-repeat center top;}
#banner ul#slide-img-banner li#b-02{background:url(../imagens/banner/02.jpg) no-repeat center top;}
#banner ul#slide-img-banner li#b-03{background:url(../imagens/banner/03.jpg) no-repeat center top;}
#banner ul#slide-img-banner li#b-04{background:url(../imagens/banner/04.jpg) no-repeat center top;}
#banner ul#slide-img-banner li#b-05{background:url(../imagens/banner/05.jpg) no-repeat center top;}
#banner ul#slide-img-banner li#b-06{background:url(../imagens/banner/06.jpg) no-repeat center top;}
#banner ul#slide-img-banner li#b-07{background:url(../imagens/banner/07.jpg) no-repeat center top;}

#banner ul#slide-txt-banner{
	width:940px;
	margin:0px auto;
	padding:0px;
	position:relative;
	z-index:2;
	height:370px;
}
#banner ul#slide-txt-banner li{
	width:940px;
	padding:112px 0px 0px 0px;
	background-color:transparent !important;
}
#banner ul#slide-txt-banner li img{
	background-color:transparent !important;
}
#banner ul#slide-txt-banner li.linha-3{
	padding:78px 0px 0px 0px;
}

#banner ul#slide-txt-banner li a{
	color:#FFF;
	text-decoration:none;
	line-height:25px;
	font:58px "TitilliumMaps29L400wt";
	text-transform:uppercase;
}
#banner ul#slide-txt-banner li a:hover{
	color: #E9E9E9;	
}

/************************************
*************************************
	            TOPO
*************************************
************************************/
#topo .logo {
	float: left;
    margin-left: 8px;
    margin-top: 12px;
}
#menu {
	font-size:17px;
	font-family:"TitilliumMaps29L400wt";
	float: left;
	margin-left: 140px;
	width: 500px;
	padding-top:30px;
}
#menu li {
	float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 15px;
}
#menu li a{
	color: #646464;
    float: left;
    margin-top: -30px;
    padding: 30px 5px 30px 0;
    text-decoration: none;
	*padding: 30px 5px 30px 0px;
	font-family:"TitilliumMaps29L400wt";
}

#menu li a:hover{
	background-image: url(../imagens/menu-hover.png);
	background-position: center top;
	background-repeat: no-repeat;	
}
#menu .dot{
	background:url(../imagens/dot-red.png) no-repeat 0 5px;	
}
#icones {
	float: right;
	width: 100px;
	position: relative;
}
#icones li {
	float: left;
}
#icones li a {
	float: left;
	margin: 32px 0px 30px 15px;
}

.menu_strong {
	background-image: url(../imagens/menu-hover.png);
	background-position: center top;
	background-repeat: no-repeat;	
	font-weight:bold;
}

/************************************
*************************************
	           RODAPÉ
*************************************
************************************/
#rodape {
	background-image: url("../imagens/separator.png");
    background-repeat: repeat-x;
    float: left;
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 5px;
    padding-top: 20px;
    width: 100%;
}
#rodape .copyrights {
	color: #2e3192;
	float: left;
	width: 430px;
}
#rodape #associados {
	float: left;
	width: 400px;
}
#rodape #associados .agencia{
	width: 120px;
}
#rodape #associados li {
	float: left;
	width: 125px;
}
#rodape .avadora {
	float: right;
}

/************************************
*************************************
	            HOME
*************************************
************************************/
.info {
	background-image: url("../imagens/frame.png");
    background-repeat: no-repeat;
    float: left;
    font-size: 23px;
    height: 220px;
    line-height: 30px;
    padding: 25px 25px 30px 30px;
    width: 640px;
}
.info p {
	font-family:"TitilliumText25L1wt";
	margin-bottom:15px;
}
#unidades li .unidade {
	float: left;
	width: 155px;
}
#unidades li .unidade .cidade {
	font-family:"TitilliumText25L600wt";
	color: #2E3192;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}
.unidade .telefone .ddd {
	font-family:"TitilliumText25L600wt";
	font-size: 16px;
	margin-right: 5px;
	color: #db2727;
}
.unidade .telefone .fone{
	font-family:"TitilliumText25L600wt";
	font-size: 26px;
	color: #db2727;
}

#unidades li .unidade .telefone {
	margin: 0px;
	padding: 0px;
	color: #db2727;
}


#unidades li {
	background-image: url("../imagens/separator-unidades.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
}
#unidades {
	float: right;
	width: 220px;
}
#unidades li a .mapa {
	float: right;
	margin-top: 18px;
}
.bloco {
	background-image: url(../imagens/separator.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 100%;
	padding-top: 30px;
	margin-top:15px;
}

#noticias-bloco {
	float: left;
	width: 475px;
	*margin-top:-5px;
	}
#noticias-bloco p {
	float: left;
	width: 100%;
}
#redes-sociais .titulo {
	font-family: "TitilliumMaps29L400wt";
    font-size: 18px;
	width: 100%;
	background-image: url(../imagens/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #2e3192;
	text-align: left;
}
#redes-sociais .noticias{
	width:460px;
	margin:0;
}
#redes-sociais .titulo a, #redes-sociais .titulo a:hover{
	
	text-decoration:none;
	color: #2e3192;
}
#noticias-bloco .titulo img {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: -1px;
}
#noticias-bloco .titulo .leia a {
	float: right;
	color: #2e3192;
	font-size:14px;
	margin-right:10px;
}
#noticias-bloco .titulo .leia a:hover {
	text-decoration: underline;
}
#noticias-bloco  li {
	background-image: url("../imagens/line.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    height: 70px;
    line-height: 16px;
    margin: 5px 10px 0 0;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 215px;
}
 #noticias .last{
	background:none; 
}
#noticias-bloco #noticias a{
	color: #646464;
}
#noticias li .data {
	color: #DB2727;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#twitter-bloco {
	float: left;
	width: 220px;
	margin-right: 15px;
}
#twitter {
	clear:both;
}
#twitter a{
	color:#2e3192;
	font-size:12px;
}
#facebook {
	float: right;
    width: 230px;
	position:relative;
	margin-top:-5px;
}
#facebook  .total{
	display:none;
}

.tooltip {
	background: url("../imagens/bg-unidades.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: none;
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin: 11px 0 0 -71px;
    padding: 5px 10px;
    width: 155px;
	position:relative;
	z-index:99999;
}

#slider {
	float: left;
	height: 370px;
}
#box50-left {
	float: left;
	width: 460px;
	margin-right: 15px;
}
#box50-right {
	float: left;
	width: 460px;
	margin-right: px;
}
.frame-small {
	background-image: url(../imagens/frame-450x50.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 430px;
	padding: 15px;
	color: #2e3192;
	font-size: 16px;
	margin-bottom: 12px;
	text-align: center;
}

/************************************
*************************************
	          CONTATO
*************************************
************************************/
.input {
	color: #666;
	background-color: #FFF;
	float: left;
	width: 555px;
	height: 28px;
	padding-top: 2px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	padding-right: 10px;
}
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../radio.gif) no-repeat;
}
.select {
	background: url("../imagens/select220.png") no-repeat scroll 0 0 transparent;
    font: 12px/21px arial,sans-serif;
    height: 40px;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 0 0 10px;
    position: absolute;
    width: 230px;
}
#contato form .p10-radio{
	float: left;
    margin-bottom: 4px;
    margin-right: 25px;
    padding-right: 3px;
}
#contato form .p20-radio{
	float: left;
	width: 170px;
	margin-bottom:4px;
}
#contato form .p30-radio{
	float: left;
	width: 240px;
	margin-bottom:4px;
}
#contato form .p40 {
	float: left;
	width: 240px;
	position:relative;
}
#contato form .p60 {
	float: left;
	width: 270px;
	position:relative;
}
#contato form .line {
	float: left;
	width: 100%;
	margin:0;
	padding:0;
}
#contato form .p100{
	float: left;
	margin-bottom: 10px;
    margin-right: 20px;
    width: auto;
}
#contato form .input-qtd{width:20px; text-align:center; margin-top:-5px;}
#contato form .input-hospedagem{
	float: left;
    margin: -6px 0 0 5px;
    width: auto;	
}
#contato form .p100-2{
	float: left;
	width: 100%;
	margin-bottom:5px;
}
#contato .radio-box {
	float: left;
	width: 100%;
}
.radio-box label {
	margin-right: 10px;
}
#contato {
	width: 950px;
	float: left;
}
#contato .textarea {
	border: medium none;
    color: #666666;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 320px;
    margin-top: 5px;
    padding: 10px;
    width: 320px;
}
#redes-sociais {
	padding-right: 0px;
	float: left;
	width:940px;
}
.frame-cv {
	background-image: url("../imagens/frame_340x130.png");
    background-repeat: no-repeat;
    float: left;
    padding: 15px 20px;
    width: 300px;
}
#contato .titulo {
	width:100%;
	float:left;
	color: #2e3192;
	margin-bottom: 10px;
}
#contato .bloco-form {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#contato #col-side {
	float: left;
	width: 340px;
	margin-left: 10px;
}
#contato #col-main {
	width:590px; float:left;
}
.frame_340x50 {
	background-image: url("../imagens/frame_340x50.png");
    background-repeat: no-repeat;
    color: #2E3192;
    float: left;
    font-size: 16px;
    height: 40px;
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    text-align: center;
    width: 320px;
}
#contato .bt-adicionar {
	float:left;margin:5px 0 0 10px;
}
/************************************
*************************************
	      CUSTOM SELECT BOX
*************************************
************************************/
input.styled { display:none; }
select.styled { 
	position:relative; width:220px; opacity:0; filter:alpha(opacity=0); z-index:5;
}
.disabled { opacity:0.5; filter:alpha(opacity=50); 
}
/************************************
*************************************
	          NOTÍCIAS
*************************************
************************************/
#news {
	font-size: 14px;
	width: 950px;
	float: left;
	
}
#news_noticia {
	font-size: 14px;
	width: 950px;
	margin-top:30px;
	margin:10px auto;
	clear:both;
	padding:20px 0 0;
	
}
#news #main {
	float: left;
	width: 585px;
}
#news #sidebar {
	float: right;
	width: 340px;
	margin-left: 10px;
}
#news a, #news a:hover{
	text-decoration:none;
	color: #2e3192;
}
.frame340 {
	float: left;
	width: 340px;
	background-image: url(../imagens/frame_news_top.png);
	background-repeat: no-repeat;
}
/************************************
*************************************
	           FRAME
*************************************
************************************/
.frame340 .meio {
	float: left;
	width: 300px;
	margin-top: 10px;
	background-image: url(../imagens/frame_news_meio.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px 20px 10px;
}
.frame340 .baixo {
	background-image: url(../imagens/frame_news_top.png);
	background-repeat: no-repeat;
	float: left;
	width: 340px;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.frame340 .meio li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	width: 300px;
	padding-bottom: 6px;
	margin-top:6px;
}
.frame340 .meio .last{
	border:none;
}
.frame340 .meio li .data {
	color: #db2727;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.frame340 .meio li .titulo a{
	color: #2e3192;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
/************************************
*************************************
	          CLIENTES
*************************************
************************************/
#clientes {
	font-size: 13px;
	width: 950px;
	float: left;
	position:relative;
	z-index:9999;
	
}

#clientes #main {
	float: left;
	width: 585px;
}#clientes-bloco {
	float: left;
	width: 100%;
}
#clientes-bloco li {
	background-image: url("../imagens/frame-clientes.png");
    background-repeat: no-repeat;
    float: left;
    height: 190px;
    margin: 0 7px;
    width: 460px;
}
#clientes-bloco li .logo {
	float: left;
	height: 170px;
	width: 170px;
}
#clientes-bloco li .titulo {
	float: left;
	width: 250px;
}
#clientes-bloco li .info-cliente {
	float: left;
	width: 260px;
	margin-top: 25px;
	margin-left: 10px;
}
#clientes-bloco li .info-cliente .titulo {
	font-size: 18px;
}

#clientes-bloco .right {
	float:right;
}
#clientes #slider-monitor {
	float: left;
	height: 653px;
	width: 590px;
	position:relative;
}
#clientes #slider-monitor .monitor{
	left: 0;
    position: absolute;
    top: -71px;
	z-index:0;
}
div#slide-cliente img{
	background-color:transparent !important;
}
#clientes #slider-monitor #slide-cliente{
	left: 0px;
    position: absolute;
    top: -71px;
	z-index:0;	
}

#clientes #desc-bloco {
	float: right;
	width: 330px;
	margin-top:25px;
}
#clientes #desc-bloco .logo{
	float: left;
	width: 290px;
	margin:0;
	padding:0;
}
#clientes #desc-bloco .desc{
	float: left;
    margin-left: 5px;
    padding-bottom: 20px;
    width: 320px;
}
#banner .centraliza{
	position: relative;
	float: left;
	width: 2560px;
	left: 50%;
	margin-left: -1280px;
}
#frase_base_case{
	background:url(imagens/inferior_case.png) repeat-x;
	width:530px;
	height:40px;
	padding:20px;
	margin-top:640px;
	margin-left:10px;
}
/************************************
*************************************
	          PAGINAÇÃO
*************************************
************************************/
#tnt_pagination {
	clear: both;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 21px;
    margin: 20px 10px 0 0;
    padding-top: 3px;
    text-align: left;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    color: #2e3192;
    font-weight: normal;
    margin-left: 0;
    padding: 2px 6px;
    text-decoration: none;
	width:22px;
}

#tnt_pagination a:hover {
	background-color: transparent;
	border:1px solid #2e3192;
	color:#2e3192;
}

#tnt_pagination .active_tnt_link {
	background: none repeat scroll 0 0 #2E3192;
    border: 1px solid #2E3192;
    color: #FFFFFF;
    cursor: default;
    margin-left: 0;
    padding: 2px 7px;
    text-decoration: none;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #ccc;
	margin-left:6px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#ccc;
	cursor:default;
}

/************************************
*************************************
	          ALERTAS
*************************************
************************************/
.LV_validation_message{
	color: #DB2727;
    left: 75px;
    position: absolute;
    top: -2px;
    width: 210px;

}
.alerta {
	float: left;
	height: 50px;
	width: 950px;
	background-image: url(../imagens/alertainterno.png);
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-bottom: 100px;
}
.alerta .mensagem {
	width: 250px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	color: #db2727;
	font-size: 14px;
	padding-right: 5px;
}
/*.alerta {
	float: left;
	height: 50px;
	width: 950px;
	background-image: url(../imagens/alerta.png);
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-bottom: 100px;
}
.alerta .mensagem {
	width: 250px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	color: #db2727;
	font-size: 14px;
	padding-right: 5px;
}
*/

/************************************
*************************************
	          OUTROS
*************************************
************************************/
#clientes .links {
	float: left;
	width: 100%;
}
.links .visite {
	float: left;
	height: 50px;
	width: 125px;
	background-image: url(../imagens/frame-visite.png);
	background-repeat: no-repeat;
	display:block;
}

.links .visite a {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 14px;
	color: #2e3192;
}
.links .visite a:hover {
	text-decoration:none;
}
.links .redes {
	float: left;
    padding-left: 20px;
    width: 180px;
}
.redes .facebook {
	float: left;
	width: 100%;
	height:30px;
}
.redes .twitter {
	float: left;
	width: 115px;
}
.redes .google {
	float: left;
	width: 60px;
}
.saiba-mais a{
	color:#db2727;
	position:relative;
}
.saiba-mais a:hover{
	text-decoration:none;
}
/************************************
*************************************
	     LISTAGEM CLIENTES
*************************************
************************************/
#listagem_clientes ul li{
	float:left;
	width:220px;
	border:1px color#090 solid;
}
#listagem_clientes ul li a{
	color:#2e3192;
	text-decoration:none;
}
#listagem_clientes ul li a:hover{
	text-decoration:underline;
}
/************************************
*************************************
	     LISTAGEM CLIENTES
*************************************
************************************/
#unidadesparacontato li {
	/*background-image: url("../imagens/separator-unidades.png");*/
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding-bottom: 5px;
	margin-right:15px;
    width: 220px;
	float:left;
}
#unidadesparacontato {
	width: 940px;
}
#unidadesparacontato li .unidadesparacontato {
	float: left;
	width: 155px;
}
#unidadesparacontato li .unidadesparacontato {
	float: left;
	width: 155px;
}
#unidadesparacontato li .unidadesparacontato .cidade {
	font-family:"TitilliumText25L600wt";
	color: #2E3192;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
}
.unidadesparacontato .telefone .ddd {
	font-family:"TitilliumText25L600wt";
	font-size: 16px;
	margin-right: 5px;
	color: #db2727;
}
.unidadesparacontato .telefone .fone{
	font-family:"TitilliumText25L600wt";
	font-size: 26px;
	color: #db2727;
}

#unidadesparacontato li .nidadesparacontato .telefone {
	margin: 0px;
	padding: 0px;
	color: #db2727;
}
#unidadesparacontato li .setalocal{
	position:relative;
	left:-20px;
}

/*************************************************
**************************************************
				COLUNAS EM CSS3
**************************************************
*************************************************/

.culunasintcont{
	-webkit-column-count: 2;
	-webkit-column-gap: 25px;
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	-o-column-count: 2;
	-o-column-gap: 25px;
	column-count: 2;
	column-gap: 25px;
}

