.box-topo { position: relative; float: left; width: 100%; background: #ecf0f1; line-height: 69px; min-height: 69px; }
.box-topo h3 { position: relative; display: inline-block; width: auto; vertical-align: middle; font-size: 14px; line-height: 18px; color: #4f565c; font-family: 'robotomedium'; text-align: left; margin: 0 0; }
.box-topo h3 span { position: relative; display: inline-block; vertical-align: top; margin: 0 5px 0 0; }
.box-topo h3 a { color: #4f565c; text-decoration: none; display: inline-block; vertical-align: top; margin-right: 5px; }
.box-topo h3 i { color: #a6a6a6; margin-right: 10px; }

/**/
.content h2 { position: relative; float: left; width: 100%; font-size: 24px; line-height: 28px; color: #4f565c; font-family: 'robotolight'; text-transform: uppercase; border-bottom: solid 1px #edeeee; padding-bottom: 15px; margin: 42px 0 40px 0; }
/*.content h2 span { position: absolute; left: 0; bottom: -1px; width: 43px; height: 7px; background: #4f565c; overflow: hidden; }*/
.content .txt { position: relative; float: left; font-size: 16px; line-height: 20px; font-family: 'robotolight'; }
.content .txt p { margin-bottom: 20px; position: relative; display: inline-block; width: 100%; }
.content .box { position: relative; float: left; width: 100%; }
.content h2.center { margin: 48px 0 0 0; border-bottom: none; text-align: center; }
.content h2.center span { margin: 10px auto 0; overflow: hidden; clear: both; padding: 7px 0 0 43px; display: inherit; float: none; position: relative; bottom: inherit; left: inherit; }

/**/
.list-solucoes .list-ul li span.mais { letter-spacing: -0.5px; }
.list-solucoes .list-ul li span.mais a { color: #cf050e; font-size: 14px; line-height: 14px; text-transform: uppercase; text-decoration: none; display: inline-block; width: auto; margin-top: 10px; display: none; }
.list-solucoes .list-ul li span.mais i { font-size: 13px; line-height: 14px; padding: 0 8px; color: #d5d5d5; font-style: normal; font-family: 'robotolight'; margin-top: 10px; display: none; }

/**/
.content.clientes .txt { text-align: left; margin-top: 14px; }
.content .clientes h2 { border-bottom: none; }

/**/
.clientes .box-sequence { position: relative; float: left; width: 100%; padding: 20px 30px 0 30px; }
.clientes .box-sequence ul li span.logo { position: relative; float: left; width: 202px; height: 117px; line-height: 117px; text-align: center; border: solid 1px #dcddde; margin-top: 12px; margin-right: 10px; }
.clientes .box-sequence ul li .txt { position: relative; float: right; width: calc(100% - 222px); background: url('../images/icone-arrow-r.png') no-repeat right bottom; padding: 25px 15px 12px 15px; line-height: 20px; }
.clientes .box-sequence ul li .txt strong{font-family: 'robotomedium'; width: 100%; float: left; margin-bottom: 10px; position: relative;}
.clientes .box-sequence ul li .txt .arrow { position: absolute; top: 0; left: 0; width: 91px; height: 72px; font-size: 0; background: url('../images/icone-arrow-l.png') no-repeat left top; }

/**/
.slideInterface { position: relative; float: left; width: 100%; padding: 20px 34px 40px 34px }
.slideInterface .owl-carousel .owl-stage{ position: relative; float: left; min-width: 100%; }
.slideInterface .owl-carousel .owl-item{ width: 32.7%; max-width: 358px;}
.slideInterface ul li { width: 100%; max-width: 357px; min-height: 90px; position: relative; float: left; background: transparent; margin-right: 5px; font-family: 'robotolight'; font-size: 16px; line-height: 18px; color: #4f565c; }
.slideInterface ul li:last-child { margin-right: 0; }
.slideInterface ul li a { position: relative; float: left; width: 100%; min-height: 90px; color: #4f565c; text-decoration: none; height: 100%; overflow: hidden;}
.slideInterface ul li img.icone { max-width: 100%; display: inline-block; height: auto !important; width: auto !important}
.slideInterface ul li h3 { position: absolute; top: 50%; left: 0; height: 89px; font-size: 14px; line-height: 70px; font-family: 'robotolight_italic'; background: transparent; border: none; padding: 0 0; margin: -45px 0 0 0; padding: 9px 0 0 19px; float: left; width: 100%; color: #666666; }
.slideInterface ul li h3 span.img { position: relative; float: left; margin: 0 10px 0 0; width: 70px; height: 70px; overflow: hidden; border-radius: 50%; border: solid 1px #fff; line-height: 70px; text-align: center; }
.slideInterface ul li h3 span { vertical-align: middle; display: inline-block; max-width: calc(100% - 170px); font-family: 'robotomedium'; font-size: 20px; line-height: 24px; color: #fff; }
.slideInterface ul li span i { margin-right: 6px; }
.slideInterface ul li a span.zoom { z-index: 999; display: none; position: absolute; top: 27px; right: 20px; width: 38px; height: 39px; font-size: 0; background: url('../images/icone-zoom.png') no-repeat 0 0; }
.slideInterface ul li a:hover span.zoom { display: block; }
.slideInterface ul li a:hover img.zoom{ 

     -webkit-animation-name: zoomIn_solucoes;
  animation-name: zoomIn_solucoes;
}
@-webkit-keyframes zoomIn_solucoes {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.6;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    opacity: 1;
  }
}
@keyframes zoomIn_solucoes {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.6;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    opacity: 1;
  }
}


/**/
.owl-carousel .owl-controls .owl-nav .owl-prev{
	position: absolute;
    top: 50%;
    left: -20px;
    width: 8px;
    height: 13px;
    background: url('../images/prev-mini.png') no-repeat 0 0 transparent;
    border: none;
    font-size: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
	position: absolute;
    top: 50%;
    right: -20px;
    width: 8px;
    height: 13px;
    background: url('../images/next-mini.png') no-repeat 0 0 transparent;
    border: none;
    font-size: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
	background-position: 0 -13px;
}
/**/
.img-responsive { margin-top: 20px; display: inline-block; }
.box .button-60 {position: relative;margin: 0 auto 80px;overflow: hidden;border: none;background: #cf050e;height: 60px;padding: 0 15px;text-align: center;font-family: 'robotolight';font-size: 24px;line-height: 60px;max-width: 100%;text-decoration: none;text-transform: uppercase;color: #fff;max-width: 500px;}
.box .button-60:focus, .box .button-60:hover { outline: none; text-decoration: none; opacity: 0.6; }
.box.bg { background: #ecf0f1; }

/**/
.box.bg .middle { overflow: visible; }
/*  */
.box-solucoes{position: relative; margin: 20px auto; width: 100%; max-width: 1121px; overflow: hidden; clear: both; border-top:solid 1px #cfcfcf;text-align: center;} 
.box-solucoes .box{position: relative; float: left; width: 100%;  background: url('../images/bg-licitacoes-eficazes.jpg') no-repeat center top; padding: 0 80px;  min-height:352px;}
.box-solucoes h2{position: relative; float: left; width: 100%; text-align:center; font-size: 30px; line-height: 40px; color:#13547d; margin:40px 0 30px 0; border:0; padding: 0;}
.box-solucoes h2 strong{position: relative; float: left; width: 100%; text-align: center; font-family: 'robotoblack';}
.box-solucoes img{position: relative; display: inline-block; margin:0; max-width: 100%;}
.box-solucoes .solucoes{position: relative; float: left; font-size: 14px; line-height: 18px; color:#13547d; text-align: center; text-transform: uppercase; padding-bottom: 10px;}
.box-solucoes .tit{position: relative; float: left; width: 100%; background: #13547d; color: #fff; font-size: 30px; text-transform: uppercase; height:200px; line-height: 151px;}
.box-solucoes .tit h3{position: relative; display: inline-block; vertical-align: middle; line-height: 36px; margin:0; color:#fff;}
.box-solucoes .tit strong{font-family: 'robotoblack';}
.box-solucoes .tit strong + strong{width: 100%; float: left;}
.box-solucoes .box-info{position: relative;float: left;width: 100%;background: url('../images/bg-ferramenta.jpg') no-repeat top center;padding: 0 55px;text-align: left;min-height: 495px;}
.box-solucoes .box-info article{position: relative; float: left; width: 590px; max-width: 100%; padding: 20px 30px 20px 20px;}
.box-solucoes .box-info article.bg{background: #ebebeb;border-radius: 10px;padding-bottom:10px;padding-top:10px;margin-top: 10px;}
.box-solucoes .box-info h4{position: relative; float: left; font-size: 16px; line-height:28px; color:#13547d; text-transform: uppercase; font-family:'robotobold'; margin:0; }
.box-solucoes .box-info .txt{position: relative; float: left; width: 100%; font-size: 16px; line-height: 28px; color:#565555;}

/* SOLUÃ‡Ã•ES INTERNAS */
.bg-titulo{
    background: url('../includes/solucoes/images/bg-solucoes-monitor-de-concorrencia-full.jpg') center center no-repeat;
    min-height: 520px;
}
.bg-titulo.agenda{
    background: url('../includes/solucoes/images/bg-solucoes-agenda-de-licitacoes-full.jpg') center center no-repeat;
    min-height: 520px;
}
.bg-titulo.penalidades{
    background: url('../includes/solucoes/images/bg-solucoes-penalidades-full.jpg') center center no-repeat;
    min-height: 520px;
}
.bg-titulo.pesquisa-inteligente{
    background: url('../includes/solucoes/images/bg-solucoes-pesquisa-inteligente-full.jpg') center center no-repeat;
    min-height: 520px;
}
.bg-titulo h1{
    margin-top: 120px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
}
.ver-beneficios{
    font-family: 'Open Sans' , sans-serif;
    font-weight: bold;
    line-height: 32px;
    background: #cf050e;
    border: 2px solid #fff;
    float: none;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 3px 15px;
    margin-top: 30px;
}
.ver-beneficios:hover,
.ver-beneficios:active,
.ver-beneficios:focus{
  color: #fff;
  background-color: #50c17d;
}
.mkt-dstq{
  background-color: #50c17d;
  padding: 25px 0;
}
.mkt-dstq h3{
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 34px;    
    margin-top: 0;
    margin-bottom: 0;
}
.mkt-dstq h3 span {
    position: relative;
    top: 5px;
}
#beneficios{
  background-color: #ecf0f1;
  font-size: 16px;
  padding-bottom: 40px;
}
#beneficios h2 {
    text-align: center;
    font-size: 30px;
    z-index: 2;
    position: relative;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: bold;
    color: #13547d;
    margin: 15px 0 30px 0;
    border: 0;
    padding: 0;
}
.line-center{
    margin:0;padding:0 10px;
    background:#ecf0f1;
    display:inline-block;
}
#beneficios h2:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #fff;
    z-index:-1;
}
.box-beneficios {
    position: relative;
    margin: 0px auto;
    padding: 20px 0;
    width: 100%;
    max-width: 1121px;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #fff;
}
#beneficios .ben-itens{
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
#beneficios .ben-itens img{
    margin-bottom: 5px;
}
#box-cta{
    background-color: #373c43;
    padding: 50px 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin: 40px 0;
}
#box-cta a{
    background: #cf050e;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 8px 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
#box-cta a:hover{
    color: #fff;
    background-color: #50c17d;
    border-color: #50c17d;
}
#box-cta img{
    margin-top: 0;
    margin-bottom: 10px;
}
.outras-funcionalidades{
    background-color: #ecf0f1;
    padding: 50px 0;
}
.outras-funcionalidades h3{
    color: #1c5c65;
    line-height: 40px;
    position: relative;
    z-index: 2;
    font-family: 'Open Sans', sans-serif; 
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.outras-funcionalidades h3:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #fff;
    z-index:-1;
}
.outras-funcionalidades .lista-func {
    float: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.outras-funcionalidades .lista-func div{
    margin-top: 10px;
    margin-bottom: 20px;
}
.outras-funcionalidades div a{
    display: inline-block;
    color: #40464e;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    position: relative;
    top: 3px;
    font-style: italic;
}
.white{
    background-color: #fff;
    padding: 20px 40px;
    font-size: 14px;
}
.white h4{
    color: #1e95a6;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.frame{
    padding: 2em;
    position: relative;
    margin-top: 50px;
}
.frame:after,
.frame:before {
    border: .5em solid #d52b35; 
    bottom: 0;    
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
}
.frame:after {
    border-left: none;
    right: 0;
}
.frame:before {
    border-right: none;
    left: 0;
}
.item.item-maior {
    width: 25% !important;
}

/*** MEDIA SCREEN ***/
@media (max-width:959px) {
	.slideInterface li .div-slide { width: calc(50% - 20px); }
  .box-solucoes .box{padding: 0 10px;}
}
@media(max-width:767px) {

	.box-solucoes .box-info{background-size:cover; padding: 0 20px 20px 20px;}
  .box-solucoes h2, .box-solucoes .tit h3{font-size: 24px; line-height: 30px;}
	/**/
	.clientes .box-sequence ul li span.logo{display: none;}
	.clientes .box-sequence ul li .txt{width: 100%; padding: 0 0; background: none;}
	.clientes .box-sequence ul li .txt .arrow{display: none;}
	.clientes .box-sequence{padding: 20px 0 0 0;}
	.clientes .box-sequence .seq-prev, .clientes .box-sequence .seq-next{display: none;}
}
.fancybox-title{
  text-align: center;
  padding: 10px;
}