
.vitrineTitle {
	background: #00539b;
	padding: 10px;
	max-width: 840px;
	border-radius: 0px 10px 10px 0px;
}

.vitrineTitle h2 {
	color: #FFF;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    padding-right: 50px;

}

.vitrine_layout {
	padding: 1%;
	margin-top: 40px;
}

.cl {
	xborder: 1px solid red;
	float: left;
	height: 125px;
	position: relative;
}

.cl_desk_1 { width: 8%; }
.cl_desk_2 { width: 16%; }
.cl_desk_3 { width: 24%; }
.cl_desk_4 { width: 32%; }
.cl_desk_5 { width: 40%; }
.cl_desk_6 { width: 48%; }
.cl_desk_7 { width: 56%; }
.cl_desk_8 { width: 64%; }
.cl_desk_9 { width: 72%; }
.cl_desk_10 { width: 80%; }
.cl_desk_11 { width: 88%; }
.cl_desk_12 { width: 96%; }
.row {
	clear: both;
}

.component {
	border-radius: 10px;
	width: 100%;
	height: 100px;
	display: block;
	border-color: #d3e8fb;
	border-style: solid;
	background: #FFF;
}

.component a:hover {
	text-decoration: underline;
}

.comp_right {
	border-width: 0px 0px 4px 4px;
}
.comp_left {
	border-width: 0px 4px 4px 0px;
}
.image_background {
	border: 4px solid #d3e8fb;
    width: 320px;
    height: 320px;
    position: absolute;
    display: inline-block;
    margin: 80px 310px;
    border-radius: 50%;

}

.component_content {
	float: right;
	width: 290px;
	margin: 10px 0px 0px 0px;
}

.component_icon {
	float: right;
	margin: 10px;
}

.component_title {
	color: #00539b;
	font-size: 18px;
	width: 100%;
	display: block;
	line-height: 20px;
}



.seta-direita:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 0; 
  height: 0; 

  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #003366;
}

.component_text {
	width: 100%;
	display: block;
	margin: 5px;
}

.component_link {
	font-size: 14px;
}
.comp_left .component_title,
.comp_left .component_text,
.comp_left .component_link {
	text-align: right
}	

.cl_desk_4 .component_content {
	width: 220px;
}

.point_comp01 {
	background: url("../images/line_box1.png") bottom left no-repeat;
}
.point_comp02 {
	background: url("../images/line_box2.png") bottom right no-repeat;
}
.point_comp03 {
	background: url("../images/line_box3.png") center left no-repeat;
}
.point_comp04 {
	background: url("../images/line_box4.png") center right no-repeat;
}
.point_comp05 {
	background: url("../images/line_box5.png") center left no-repeat;
}
.point_comp06 {
	background: url("../images/line_box6.png") center right no-repeat;
}
.point_comp07 {
	background: url("../images/line_box7.png") top left no-repeat;
}
.point_comp08 {
	background: url("../images/line_box8.png") top right no-repeat;
}

.vitrine .entry {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

.vitrine .entry a {
	color: #00539b;
	text-decoration: underline;
}

.vitrine .so-panel.widget {
	padding: 0px;
}

.vitrine .panel-widget-style {
}

.vitrine .intro {
	padding: 5px 25px;
}

.vitrine .row_pesquisa {
	background: #dedede;
	padding: 5px 25px;
}

.vitrine h3 {
	color: #00539b;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 20px !important;
	line-height: 40px;
	display: block;
}

.vitrine .highlights_pesquisa  {
	padding: 0px;
	margin-top: 25px !important;
	display: inline-block;
}

.vitrine .highlights_pesquisa  img {
	width: 100% !important;
}
.vitrine .highlights_pesquisa .panel-grid {
	margin: 0px !important;
}

.vitrine .highlights_pesquisa h3 {
	text-align: left;
	padding: 0px;
	margin: 0px 0px 10px 0px !important;
	font-size: 20px;
}

.vitrine .two_columns {
	padding: 0px 25px;
}

.container {
	min-width: 1016px !important; /* Aumenta o container para os infograficos do tableu */
}

.vitrine .two_columns .so-panel {
}
.vitrine .two_columns h3 {
	text-align: left;
	font-size: 20px;
	margin: 0px !important;
}

.vitrine .two_columns .so-widget-sow-editor {
	padding: 10px;
} 

.vitrine ul {
	
}
.vitrine li {
	list-style: none;
	margin: 5px;
}

.vitrine li a {
	text-decoration: none !important;
}

.vitrine li a:hover {
	text-decoration: underline !important;
}
.vitrine .related {
	padding: 0px 25px;
}

.vitrine .mobile {
	display: none;
}

/*Animation Studies */

div.comp01 {
    position: relative;
    -webkit-animation-name: comp01; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp01;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp01 {
    0%   {left:200px; top:200px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp01 {
    0%   {left:200px; top:200px;}
    100% {left:0px; top:0px;}
}


div.comp02 {
    position: relative;
    -webkit-animation-name: comp02; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp02;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp02 {
    0%   {left:-200px; top:-200px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp02 {
    0%   {left:-200px; top:200px;}
    100% {left:0px; top:0px;}
}


div.comp03 {
    position: relative;
    -webkit-animation-name: comp03; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp03;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp03 {
    0%   {left:150px; top:50px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp03 {
    0%   {left:150px; top:50px;}
    100% {left:0px; top:0px;}
}



div.comp04 {
    position: relative;
    -webkit-animation-name: comp04; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp04;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp04 {
    0%   {left:-150px; top:50px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp04 {
    0%   {left:-150px; top:50px;}
    100% {left:0px; top:0px;}
}

div.comp05 {
    position: relative;
    -webkit-animation-name: comp05; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp05;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp05 {
    0%   {left:150px; top:-50px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp05 {
    0%   {left:150px; top:-50px;}
    100% {left:0px; top:0px;}
}



div.comp06 {
    position: relative;
    -webkit-animation-name: comp06; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp06;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp06 {
    0%   {left:-150px; top:-50px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp06 {
    0%   {left:-150px; top:-50px;}
    100% {left:0px; top:0px;}
}

div.comp07 {
    position: relative;
    -webkit-animation-name: comp07; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp07;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp07 {
    0%   {left:200px; top:-200px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp07 {
    0%   {left:200px; top:-200px;}
    100% {left:0px; top:0px;}
}

div.comp08 {
    position: relative;
    -webkit-animation-name: comp08; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: comp08;
    animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes comp08 {
    0%   {left:-200px; top:-200px;}
    100% {left:0px; top:0px;}
}
/* Standard syntax */
@keyframes comp08 {
    0%   {left:-200px; top:-200px;}
    100% {left:0px; top:0px;}
}


@media screen and (max-width: 990px) {
	.container {
		width: 100% !important;
		min-width: 100px !important;
		
    box-shadow: none !important;
	}
	.tableauPlaceholder {
		display: none !important;
	}
	.cl_desk_1,
	.cl_desk_2,
	.cl_desk_3,
	.cl_desk_4,
	.cl_desk_5,
	.cl_desk_6,
	.cl_desk_7,
	.cl_desk_8,
	.cl_desk_9,
	.cl_desk_10,
	.cl_desk_11,
	.cl_desk_12 {
		float: left;
		width: 48%;
	}
	.row {
		width: 100%;
	}
	.cl_desk_1 {
		display: none;
	}
	.component {
		height: auto;
	}
	.component_content {
		width: 70% !important;
		display: block;
	}
	.component_icon { 
		width: 20% !important;
	}
	
	.image_background {
		border: none;
		width: 100%;
		position: relative;
		display: inline-block;
		margin: 0px;
		border-radius: 0%;
	}
	
	.vitrine .mobile {
		display: block;
	}
	.vitrine {
		display: inline-block;
	}
	.vitrine .vitrineTitle h2 {
		font-size: 25px;
	}	

}

@media screen and (max-width: 560px) {
	.cl_desk_1,
	.cl_desk_2,
	.cl_desk_3,
	.cl_desk_4,
	.cl_desk_5,
	.cl_desk_6,
	.cl_desk_7,
	.cl_desk_8,
	.cl_desk_9,
	.cl_desk_10,
	.cl_desk_11,
	.cl_desk_12 {
		float: left;
		width: 98%;
	}

}