@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800;900&display=swap');

/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font-family: 'Montserrat', sans-serif;
	color: #242427;
	text-align:justify;
	/*background-image: url("../../images/patterns/tex.png");*/
	background-color: #f7f7f7;
	margin: 0 auto;
}

::-webkit-scrollbar-thumb:vertical {background-color: #242427; height:10px;}
::-webkit-scrollbar-thumb:horizontal { background-color: #000; height:10px;}
::-webkit-scrollbar { height:10px; width:10px; background-color: #999999;} 

hr {
	width: 70%;
	border: 0 none #fff;
	border-top: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
	height: 1px;
	margin: 1px auto;
	display: block;
	clear: both;
}

.borders{
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
}

.onflex-r{
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ space-between;
}

.onflex-w{
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ center;
}

.roll{
	max-height: 680px;
	min-height: 350px;
	overflow: auto;
	padding:0 2px;
}

.order1 {
	order: 1;
}

.order2 {
	order: 2;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	width: 100%;
	margin: 0 auto;
	padding:0;
}

/*************************************************************************************
CONTAINERS
**************************************************************************************/

#col-max{
	clear:both;
	width:100%;
	max-width:2000px;
	margin: 0px auto;
	padding:0;
}

#container{
	clear:both;
	width:100%;
	max-width:1280px;
	height:auto;
	margin: 0px auto;
	padding: 40px 0;
	overflow:hidden;
}

/*************************************************************************************
HEADER
**************************************************************************************/

#header{
	clear:both;
	width: 100%;
	max-width:2000px;
	min-height: 120px;
	margin: 0px auto;
	padding: 0;
	top:0;
	position: relative;
	z-index: 100000;
	
	background-color: rgba(255,255,255,0.99);
	box-shadow: 1px 1px 6px rgba(0,0,0,0.);
}

#header-container{
	width:100%;
	max-width:1280px;
	height:auto;
	margin:0 auto;  
	padding: 20px 0 0 0;
}

#header-col-1{
	width:100%;
	height: auto;
	margin:0px auto;
	padding:0px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

/************************************************************************************
MARCA
*************************************************************************************/

.marca{
	width:170px;
	height:auto;
	margin: 10px 0 0 0;
 	padding: 0px;
	float: left;
	position: relative;
}
.marca img{
	width:100%;
	height:auto;
	/*-webkit-filter: drop-shadow( 3px 3px 2px rgba(0,0,0,.2) );
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,.2) );*/
}

/*************************************************************************************
BANNER
**************************************************************************************/

#banner{
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0 0 0 0;
	/*border-top: 120px solid rgba(0,97,175,0.9);*/
}
.fluid_container {
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.1);
	overflow:hidden;
}
.camera_overlayer {
	opacity: .3;
}

/*************************LEGENDA*/

				#super_banner_tag{
					width:100%;
					height: auto; 
					margin:0 auto;
					padding: 0;
					/*background: rgba(7,140,208,0.5);
					background: rgba(255,255,255,0.7);
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);*/
				}
				#super_banner_tag a{
					text-decoration:none;
					color:#FFF;
				}
				#super_banner_text{
					line-height: 27px;
					text-align: left;
					width:45%; 
					float: left;
					color: #FFF;
					margin:80px auto 0 100px;
					padding: 0;
				}
				.tg-1{
					text-align:left;
					margin:10px 0;
					font-style:normal;
					font-size:.75em;
					font-weight:400; 
					line-height:1.5em;
					letter-spacing:1px;
					padding:3px 0;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					/* backgroung */
					background: rgba(0,0,0,0.8);	
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);				
				}
				.tg-2{
					text-transform: uppercase;
					text-align:left;
					margin:10px 0;
					font-style:normal;
					font-size:2em;
					font-weight:600; 
					line-height:1.5em;
					letter-spacing:0px;
					padding:3px 0;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					/* backgroung */
					background: rgba(22,60,130,0.6);	
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);			
				}
				.tg-3{
					text-align:center;
					margin: 5px 0;
					font-style:normal;
					font-size:1.3em;
					font-weight:300; 
					line-height:1.5em;
					letter-spacing:-1px;
					padding:3px 0;
					/* text shadow */
					text-shadow: 0 -1px 0 rgba(0,0,0,.5);
					
					/* backgroung */
					
					/*background: rgba(236,0,0,0.0);
					box-shadow: 3px 3px 2px rgba(0,0,0,0.3);*/	
				}	

/*************************************************************************************
FATIAS
**************************************************************************************/

#slice{
	width:31%;
	min-height: 10px;
	margin: 5px;
	padding: 5px;
	overflow: hidden;

	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-1{
	width:48%;
	min-height: 10px;
	margin: 5px;
	padding: 5px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-2{
	width:23%;
	min-height: 10px;
	margin: 5px;
	padding: 5px;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#slice-3{
	width:63%;
	min-height: 10px;
	margin: 5px;
	padding: 5px 0;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

	.slice-container{
		width:93%;
		min-height: 5px;
		margin: 0 auto 15px auto;
		padding: 8px;
		overflow: hidden;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
		
		background: rgba(255,255,255,0.3);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		
		/* rounded corner */
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}

/*******************************************image */

.slice-image {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	float: center;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.slice-image img{
	position: relative;
	width: 100%;
	height:100%;
	margin:0;
	overflow:hidden;
	float: center;
		/*rounded corner*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/*******************************************slice-text */

.slice-text{
	width: 100%;
	min-height: 10px;
	height: auto;
	margin:0 auto;
	padding:0px;
	overflow: hidden;
}

.slice-text h1{
	color: #171e5b;
	margin:0px;
	padding: 0px;
	font-size:2.6em;
	font-weight: 600;
	text-align: left;
	letter-spacing:-1px;
	line-height: 1.2em;
}

.slice-text h2{
	color: #273296;
	margin:0px;
	padding: 0px;
	font-size:1.5em;
	font-weight: 500;
	text-align: justify;
	letter-spacing:0px;
	line-height:1.3em;
}

.slice-text h3{
	color:#273296;
	margin:0px;
	padding: 0px;
	font-size:1.2em;
	font-weight: 500;
	text-align:left;
	letter-spacing:-.5px;
	line-height:1.4em;
}

.slice-text p{
	text-align: justify;
	margin:0px;
	padding: 0px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing:-.1px;
	line-height:1.7em;
}

.slice-text a {
	font-weight:500;
	color: #0f4a77;
	text-decoration:none;
}

.slice-text a:hover {
	color: rgba(7,176,204,0.9);
}


.tag-ponto{
	font-size: .8em;
	color: #Fff;
	background: #2db300;
	float: left;
	margin: 0 5px 0 10px;
	padding: 12px 5px;
	text-transform: uppercase;
	
	/*rounded corner*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*************************************************************************************
NOTICIAS
**************************************************************************************/

#slice-news{
	width: 65%;
	min-height: 20px;
	margin: 0px;
	padding: 0 3px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

.slice-image-news {
	width: 100%;
	height: 320px;
	margin: 0;
	padding: 0px;
	float: center;
	overflow:hidden;
	
	/*rounded corner*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.slice-image-news img{
	bottom: 50px;
	position: center;
	width: 100%;
	height: auto;
	margin:0;
	float: center;
}

.slice-image-news-p {
	width: 200px;
	height: 122px;
	margin: 0;
	padding: 0px;
	float: center;
	overflow:hidden;
	background: #bbbbbb;
	
	/*rounded corner*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.slice-image-news-p img{
	bottom: 50px;
	position: center;
	width: 100%;
	height: auto;
	margin:0;
	float: center;
}

.slice-image-news-tag{
	font-size: .8em;
	color: #Fff;
	background: #2db300;
	float: left;
	margin: 5px 0;
	padding: 5px 15px;
	text-transform: uppercase;
	
	/*rounded corner*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*************************************************************************************
VIDEO
**************************************************************************************/

.slice-video-v {
	width: 99%;
	height: 540px;
	margin: 35px auto 20px auto;
	padding: 0px;
	float: center;
	overflow:hidden;
	
	/*rounded corner*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

/*************************************************************************************
ICONS
**************************************************************************************/

.icon {
	width: 50px;
	cursor: pointer;
    display: block;
	margin: 10px auto 15px auto;
	padding: 20px 15px; 
	font-size: 2em;
	font-weight: 500;
    text-decoration: none;
	text-align: center;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	border: .5px solid #19248A;
	border-width: thin;
}

.icon a{
	/*color*/
	color:#19248A;
	/*background*/
	text-decoration:none;
}

/*************************************************************************************
ESPAÇO
**************************************************************************************/

.half{
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/*************************************************************************************
LINK
**************************************************************************************/

a.link {
	cursor: pointer;
	color: rgba(255,255,255,0.7);
    display: block;
	margin: 0px auto;
	padding: 10px 40px; 
	float: left;
	font-size: .9em;
	font-weight: 500;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background-color:rgba(39,143,207,0.7);
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	/*shadom
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
}

a.link:hover{
	/*color*/
	color: #FFF;
	/*background*/
	background-color:rgba(39,143,207,0.9);
	text-decoration:none;
}

/*************************************************************************************
LINK 2
**************************************************************************************/

a.link-2 {
	cursor: pointer;
	color: #19248A;
    display: block;
	margin: 0px auto;
	padding: 12px 40px; 
	float: right;
	font-size: .9em;
	font-weight: 500;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background-color:rgba(255,255,255,0.7);
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner*/
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	
	/*shadom
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
	
	border: .5px solid #19248A;
	border-width: thin;
}

a.link-2:hover{
	/*color*/
	color: #FFF;
	/*background*/
	background-color:#19248A;
	text-decoration:none;
}

/*************************************************************************************
BOTÃO-WHATSAPP
**************************************************************************************/

#bt-whatsapp {
	cursor: pointer;
	width: 80px;
	color: #FFF;
    display: block;
	padding: 20px 0; 
	margin: 1px;
	font-size:2em;
    text-decoration: none;
	text-align: center;
	
	z-index: 500000;
	position: fixed;
	bottom: 40px;
	right: 30px;
	
	/*background*/
	background:#00b300;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

#bt-whatsapp:hover{
	height: auto;  
	margin: 1px;
	/*color*/
	color:#FFF;
	/*background*/
	background:#00df00;
}

/*************************************************************************************
LINK-WHATS
**************************************************************************************/

a.link-whats {
	cursor: pointer;
	width: 40%;
	color: #FFF;
    display: block;
	padding: 10px 0; 
	margin: 1px 5px;
	font-size:1em;
	float: left;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background:#163C82;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.link-whats:hover{
	height: auto;  
	margin: 1px 5px;
	/*color*/
	color:#242427;
	/*background*/
	background: #FFF
}

/*************************************************************************************
LINK-MAIL
**************************************************************************************/

a.link-mail {
	cursor: pointer;
	width: 40%;
	color: #FFF;
    display: block;
	padding: 10px 0; 
	margin: 1px 5px;
	font-size:1em;
	float: left;
    text-decoration: none;
	text-align: center;
	
	/*background*/
	background:#163C82;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.link-mail:hover{
	height: auto;  
	margin: 1px 5px;
	/*color*/
	color:#242427;
	/*background*/
	background: #FFF
}

/*************************************************************************************
FOOTER
**************************************************************************************/

a.voltar {
	cursor: pointer;
	width:40px;
	color: rgba(255,255,255,0.7);
    display: block;
	padding: 20px 0; 
	margin: 50px auto;
	font-size:1.8em;
    text-decoration: none;
	background-color: #1168dd;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
	
	/* rounded corner */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	border: 0px solid #000;
	
	/*shadom*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

a.voltar:hover{
	height: auto;  
	margin: 50px auto;
	/*color*/
	color: #FFF;
	/*background*/
	background-color: #0D4FAB;
}

/*************************************************************************************
FOOTER
**************************************************************************************/

#footer{
	clear: both;
	font-weight: 100;
	width: 100%;
	height: auto;
	padding: 0px ;
	margin:0 auto;
	/*border-top: .5px solid #101722;
	border-width: thin;*/
}

#footer-container{
	clear: both;
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;;
}

#footer-slice{
	width: 24%;
	height: auto;
	margin: 2px;
	padding: 0px;

	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#footer-slice-2{
	width:49%;
	min-height: 2px;
	margin:2px;
	padding:0px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#feet_text{
	width:98%;
	min-height: 2px;
	margin:2px auto;
	padding:0px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#feet_text ul{
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: left;
	display: block;
	/* rounded corner 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	float:none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

#feet_text li{
	font-size:.9em;
	font-weight: 500;
	text-align: left;
	margin: 5px auto;
	padding: 0;
	display: block;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

#feet_text h2{
	color: #273296;
	text-align: left;
	margin: 0;
	padding: 0px 0;
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing:0px;
	text-decoration: none;
}

#feet_text h3{
	color: #273296;
	text-align: left;
	margin: 0;
	padding: 0px 0;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing:-.50px;
	text-decoration: none;
	text-transform: uppercase;
}

#feet_text p{
	color: #444;
	text-align: left;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size: .9em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing:0px;
	text-decoration: none;
}

#feet_text a{
	color: #444;
	text-align: left;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	font-size: .9em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing:0px;
	text-decoration: none;
	text-transform: uppercase;
}

#feet_text a:hover{
	text-decoration:underline;
	color:#006cd9;
}

.feet_image{
	width: 100px;
	height: 30px;
	margin: 0 15px;
	padding: 0px;
	float: left;
}

.feet_image img{
	position: relative;
	width: 100%;
	height:100%;
	overflow:hidden;
}

/************************************************************************************
SLOT
*************************************************************************************/

.slot{
	width:85%;
	min-height: 5px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	float: right;
	overflow: hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-slot{
	width:30%;
	min-height: 20px;
	margin:5px;
	padding:0px;
	float: right;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.slot-text {
	width:73%;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	text-align:left;
}

.slot-text h2{
	color: #19248A;
	margin: 0;
	padding: 3px 5px 5px 5px;
	float: left;
	font-size: 1em;
	font-weight:700;
	font-style:normal;
	letter-spacing:-.1px;
	line-height: 1px;
}

.slot-text p{
	color:#19248A;
	margin: 0;
	padding: 5px;
	float: left;
	text-align:left;
	font-size: .9em;
	font-weight: 500;
	font-style:normal;
	letter-spacing: 0px;
	line-height: -2px;
}

.slot-text a {
	margin: 0;
	font-size:.98em;
	font-weight:400;
	color: #bbcfd5;
	text-decoration:none;
}
.slot-text a:hover {
	color:#278FCF;
}

.slot-ico{
	margin:5px 10px 3px 3px;
	padding:10px;
	font-size:1.2em;
	float:left;
	color: #19248A;
	background: #FFF;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }