﻿body {
            font-family: "Soleto", Arial, sans-serif;
            font-size: 13pt;
            font-weight: 300;
            color: #666;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding-top: 77px;
        }

	.talk-us{
		background-color: #d32225;
		color:#fff !important;
		margin-top: 5px;
		padding: 5px 20px;
		border-radius: 4px;
	}
	.talk-us:hover{
		background-color: #a5070f;
		color:#fff !important;
		margin-top: 5px;
		padding: 5px 20px;
		border-radius: 4px;
	}	

.box-home{
	padding: 0px 0px 0px 0px !important;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	background-color: white;
	margin: 20px auto;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}



#contatosRodape {
font-size: 13px;
letter-spacing: -0.03em;
font-color: #c6c6c6;
text-align: center;
text-decoration: none;
background-color:#eee;
line-height: 1.5;


}

@media (max-width: 550px) {

.rodape551-1099 {display: none;}
.rodape1100 {display:none;}

 .rodape550 {

	 width: auto;
	 padding: 0px 0px 0px 0px !important;


 }
}

@media (min-width: 551px) and (max-width: 1199px) {

.rodape550 { display: none;}
.rodape1100 { display:none;}

 .rodape551-1099 {

	 width: auto;
	 padding: 0px 0px 0px 0px !important;


 }
}

@media (min-width: 1200px) {

.rodape550 { display: none;}
.rodape551-1099 { display:none;}

 .rodape1100 {

	 width: auto;
	 padding: 0px 0px 0px 0px !important;

 }
}

a.linkshop:link{
	background-color:black !important;
	padding: 5px;
	border-radius: 3px;
}
a.linkshop:hover{
	background-color:#d53d18 !important;

}







.badgesMS>.certificacoes>div{
 margin-top:15px !important;
}
        /*Videos 100% de largura*/
        
        iframe {
            width: 100%;
        }
        
        .well {
            background: #f3f3f3;
            margin: 20px 0;
        }
        
        .well h3 {
            font-size: 15pt !important;
            margin: 8px 0;
        }
        
        .well .btn {
            text-decoration: none !important;
            margin-top: 15px
        }
        
        iframe[name="google_conversion_frame"] {
            display: none;
        }
        
        .clear {
            clear: both
        }
        /*FIX DAS MARGINS EXTRAS*/
        
      .container-fluid {
            padding-right: 0;
            padding-left: 0;
        }

        .container-fluid-2 {
        width: 100%;
        
        }    
        
        table.borderless td,
        table.borderless tr {
            border: 0 !important;
        }
       
        .row {
            margin-right: 0;
            margin-left: 0;
        }

        .row-2 {
            margin-right: 0;
            margin-left: 0;
        }
        .box-1 {
            margin-right: 5px;
            margin-left: 5px;
            margin-bottom: 5px;
            margin-top: 5px;
            padding-top: 5px;
        }
        
        a,
        img,
        li,
        .promophoto {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        a {
            text-decoration: underline;
            color: #d3232e;
        }
        
        .conteudo a,
        aside a {
            text-decoration: underline;
        }
        
        a:hover {
            color: #d3232e;
        }
        
        img {
            max-width: 100%
        }
        
        .no-padding-left {
            padding-left: 0;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #454545;
            margin: 0 0 10px 0;
            line-height: 1.4;
        }
        
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #d3232e
        }
        
        h1 {
            font-size: 26pt;
        }
        
        h2 {
            font-size: 19pt;
        }
        
        .btn {
            text-decoration: none !important;
        }
        
        .btn-success {
            box-shadow: none;
            border: none;
            background-image: none;
            text-shadow: none;
        }
        
        .btn-default {
            text-transform: uppercase;
            font-size: 10pt;
            background-image: none;
            background-color: #d3232e;
            text-decoration: none;
            color: white;
            text-shadow: none;
            border: none;
            padding: 10px;
        }
        
        .btn-default .fa-chevron-right {
            font-size: 8pt;
            margin-left: 5px;
        }
        
        .btn.btn-outline {
            border: 1px solid white;
            font-size: 10pt;
            padding: 10px;
            text-transform: uppercase;
            color: white
        }
        
        .checkbox {
            line-height: 1
        }
        
        .lightgrey {
            background-color: #f5f5f5;
        }

.dropdown-menu {
  width: 660px;
  background-color: #f0f0f0;
}

.dropdown-menu a{
  text-decoration: none;
}

.dropdown-menu a:hover{
  color: #fff !important;
}
        
        #labelContato {
            position: fixed;
            background: rgba(255, 255, 255, 0.90);
            box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.2);
            top: 35%;
            right: -65px;
            height: 50px;
            width: 180px;
            transform: rotate(-90deg);
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            padding: 14px 10px;
            text-transform: uppercase;
            font-size: 11pt;
            text-align: center
        }
        
        #labelContato a {
            color: #666
        }
        
        #labelContato a:hover,
        #labelContato a:active {
            text-decoration: none;
        }
        

	.megaMenuKaspersky{

	    background: #00a78d;
	    position: absolute;
	    width: 50%;
	    padding: 15px;
	    font-size: 11pt;
            -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
	}
	.megaMenuKaspersky a{ color: #476663; }
	.megaMenuKaspersky a:hover{ color: #61f15a; }
	        
	.megaMenuKaspersky .container {
            -webkit-animation-duration: 0.5s;
            -webkit-animation-delay: 0s;
            animation-duration: 0.5s;
            animation-delay: 0s;
        }


        .megaMenu {
            padding: 30px 0;
        }
        
        .megaMenu {
            font-size: 11pt;
            display: none;
            position: absolute;
            background: #FFF;
            width: 100%;
            -webkit-box-shadow: 0 40px 70px rgba(0, 0, 0, 0.1);
            box-shadow: 0 40px 70px rgba(0, 0, 0, 0.1);
        }
        
        .megaMenu h3 {
            font-size: 10pt;
            font-weight: bold;
            color: #666;
            margin-bottom: 5px;
        }
        
        .megaMenu li {
            list-style: none;
        }
        
        .megaMenu ul {
            padding: 0;
            margin-bottom: 20px;
        }
        
        .megaMenu a {
            color: #666;
        }
        
        .megaMenu a:hover {
            color: #d3232e
        }
        
        .megaMenu .listGroup:hover>h3 {
            color: #d3232e
        }
        
        .listGroup ul {
            margin-top: 0 !important;
        }
        
        .megaMenu .container {
            -webkit-animation-duration: 0.5s;
            -webkit-animation-delay: 0s;
            animation-duration: 0.5s;
            animation-delay: 0s;
        }
        /* MegaMenu de Soluções Corporativas */
        
        #corporativo .destaqueMenu {
            height: 260px
        }

        #contato-menu .destaqueMenu {
            height: 260px
        }
        
        .destaqueMenu {
            text-align: center;
        }
        
        .destaqueMenu div {
            display: none;
        }
        
        .destaqueMenu div:first-child {
            display: block;
        }
        
        .destaqueMenu img {
            margin: 5px;
        }
        
        .destaqueMenu a h2 {
            font-size: 13pt;
            text-transform: none;
            color: #d3232e;
            font-weight: bold;
        }
        
        section {
            padding: 70px 0 !important;
        }
        
        #menu,
        .subnav {
            -webkit-box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.1);
            background: #fff;
        }
        
        #menu .navbar-toggle {
            margin-top: 20px
        }
        
        #topo .navbar-default {
            border: none;
        }
        
        #topo .navbar-default .navbar-nav a {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -o-box-shadow: none;
            padding: 17px 0 2px 0;
            margin-right: 20px
        }
        
        #topo .navbar-right {
            margin-top: 10px
        }
        
        #topo .navbar-brand {
            height: auto;
            padding: 10px 45px 10px 20px;
        }
        
        #topo .tel,
        footer .tel {
            padding: 0;
            font-weight: normal;
            color: #000;
            margin-top: -6px;
        }
        
        #topo .type,
        footer .type {
            font-size: 9pt;
            display: block;
            padding: 0;
            color: #999;
        }
        
        .phone {
            padding: 0!important;
        }
        
        #topo .type {
            margin-top: 8px;
        }
        
        #topo #logo {
            margin-bottom: 10px;
        }
        
        #topo .tel button {
            padding: 0;
            border: 0;
            background: none;
            position: relative;
        }
        
        #topo .tel .fa {
            border: 2px solid #d3232e;
            color: #d3232e;
            border-radius: 130px;
            padding: 0px 2px;
            position: absolute;
            right: -20px;
            top: 7px;
            font-weight: bold;
            font-size: 9pt
        }
        /*#topo h2, #topo h5 {text-transform: uppercase;}*/
        
        #topo h2 {
            font-size: 14pt;
        }
        
        .subnav {
            background: #125490;
        }
        
        .subnav a {
            text-decoration: none !important;
        }
        
        .subnav .navbar-toggle {
            color: #FFF;
        }
        
        .subnav .navbar-brand img {
            height: 27px;
        }
        
        .subnav .navbar-brand {
            padding: 10px 25px 10px 20px;
        }
        
        .subnav .navbar-brand a {
            font-size: 11pt;
        }
        
        .subnav a {
            color: #fff;
            text-shadow: none;
            font-size: 10pt;
            /*padding: 17px;*/
            text-transform: uppercase;
        }
        
        .subnav .navbar-collapse a.active {
            background: rgba(0, 0, 0, 0.15) !important;
            border-bottom: 3px solid #fff;
            padding-bottom: 13px;
        }
        
        .subnav .navbar-collapse a:hover,
        .subnav .navbar-collapse a:focus {
            background: rgba(0, 0, 0, 0.15) !important;
        }
        
        #topo #tituloPagina {
            padding-top: 12px
        }
        
        #topo #tituloPagina h2,
        #topo #tituloPagina h5 {
            margin: 0;
        }
        
        #topo #tituloPagina h5 {
            font-size: 12px
        }
        
        #topo .phones .dropdown-menu {
            border: 0;
            font-weight: lighter;
            width: 310px;
            left: -150px;
            text-align: center;
            border-top: 2px solid #d3232e
        }
        
        #topo .phones li {
            width: 50%;
            float: left;
        }
        
        #topo .phones li:last-child {
            width: 100%;
            text-align: center;
            border-top: 1px solid #e1e1e1;
            background: #f7f7f7;
        }
        
        #topo .phones a {
            margin-right: 0px !important;
        }
        
        #topo .phones a.active {
            border: none !important;
        }
        
        #topo .phones .dropdown-header {
            padding: 10px 20px;
            cursor: pointer
        }
        
        #topo .phones .dropdown-header:first-child {
            border-top: none;
        }
        
        #topo button {
            outline: none
        }
        
        #menu ul {
            margin-top: 14px;
        }
        
        #menu ul.nav a {
            text-transform: uppercase;
            font-size: 10pt;
        }
        
        #menu li {
            list-style: none;
            font-size: 11pt;
        }
        
        #menu a {
            color: #666;
            text-decoration: none;
        }
        
        #menu a:hover {
            color: #d3232e
        }
        
        #menu a.active {
            color: #d3232e;
            border-bottom: 2px solid;
        }
        
        #bannereducacao {
            background: url("/DynBanners/banner-item-vert-educacao.jpg") top left no-repeat;
            background-size: cover;
            height: 544px;
            position: relative;
        }
        #bannerhomeoffice {
            background: url("/DynBanners/Banner-home-offfice-com-teams.png") top left no-repeat;
            background-size: cover;
            height: 544px;
            position: relative;
        }

        #bannerGoverno {
            background: url("/DynBanners/banner-item-vert-governo.jpg") top left no-repeat;
            background-size: cover;
            height: 544px;
            position: relative;
        }
        
        #bannersaude {
            background: url("/DynBanners/Banner-vertical-saude-banner.jpg") top right no-repeat;
            background-size: cover;
            height: 544px;
            position: relative;
        }
        
        #banner {
            padding: 0 !important;
            text-align: center;
            min-height: 390px
        }

        #banner-download-arcserve {
            padding: 0 !important;
            text-align: center;
            min-height: 250px
        }
        
        #banner .carousel-control {
            background-image: none;
            width: 7%;
        }
        
        #banner .item img {
            margin: 0 auto
        }
        
        #banner .branco {
            color: #fff
        }
        
        #banner .titulo {
            height: 300px;
            margin-top: 80px;
            margin-bottom: 80px;
        }
        
        #banner .titulo .btn-default {
            color: #666;
            background: #fff;
            margin-top: 10px;
        }
        
        #banner .titulo h1 {
            line-height: 1.25;
        }
        
        #banner .titulo h2 {
            font-weight: lighter;
        }
        
        a.sublink {
            font-size: 11pt;
            margin: 0 0 0 10px;
            font-weight: 300;
            padding: 6px 9px;
            border-radius: 99px;
            text-decoration: none;
            -webkit-border-radius: 99px;
            -o-border-radius: 99px;
            background: none;
            border: 2px solid #d3232e;
            color: #d3232e;
        }
        
        a.sublink:hover,
        a.sublink:focus {
            color: #fff;
            background: #d3232e
        }
        
        #bannerPages {
            padding: 0 !important;
            text-align: center;
        }
        
        #bannerPages .titulo {
            height: 260px;
            margin-top: 65px;
            margin-bottom: 65px;
        }
        
        #bannerPages .titulo h1 {
            line-height: 1.25;
        }
        
        #bannerPages .titulo h2 {
            font-weight: lighter;
            font-size: 17pt;
        }
        
        #contactForm {
            position: fixed;
            display: none;
            width: 100%;
            height: 100%;
            top: 0;
            background: #fff;
            z-index: 9999;
            padding-top: 80px
        }
        
        #contactForm .close a {
            font-size: 40px;
            color: #666;
            position: absolute;
            top: 30px;
            right: 30px
        }
        
        .contacttable {
            width: 100% !important;
	    margin-bottom: 20px;
        }
        
        .contacttable label {
            margin-left: 5px
        }
        
        .infoimg {
            margin-right: 10px;
        }
        
        .contacttable span {
            width: 100% !important;
        }
        
        .contacttable .contactvalidation {
            display: none;
        }
        
        .contactcompany,
        .contactname,
        .contactphone,
        .contactemail,
        .contactfunction,
        .contactmessage {
            width: 100%;
        }
        
        .contacttable .riTextBox,
        .contacttable .RadComboBox {
            margin-bottom: 10px !important;
        }
        
        .contactmessage {
            height: 200px !important;
        }
        
        .contactcnpj,
        .contactie {
            width: 95% !important;
        }
        
        .contactcity {
            width: 97% !important;
        }
        
        .conteudo .box3 {
            margin-bottom: 40px
        }
        
        .conteudo .box3:last-child {
            margin-bottom: 0px
        }
        
        .conteudo .box3:first-child .boxheader,
        .sfeventTitle {
            font-weight: normal;
            color: #232323;
            font-size: 26pt;
            margin-bottom: 20px;
            padding-top: 15px;
            background: url(../images/top-detail.jpg) top left no-repeat;
            line-height: 1.4;
            margin-top: 0;
        }
        
        .conteudo .boxheader {
            margin-top: 30px;
        }
        
        .conteudo .box3:first-child .boxheader h2 {
            font-weight: normal;
            color: #232323;
            font-size: 26pt;
            margin-bottom: 20px;
            padding-top: 15px;
        }
        
        .conteudo .box3:first-child h3 {
            font-weight: 300;
            margin-bottom: 20px;
            color: #666;
        }
        
        .conteudo img.pull-right {
            padding: 20px
        }
        
        .container span.bold {
            display: block;
            margin: 15px 0;
            font-size: 14pt;
            font-weight: bold;
        }
        
        .conteudo .datatable tr {
            border: 1px solid #d8d8d8;
            display: block;
            padding: 30px;
            margin-bottom: 20px;
            border-radius: 3px;
        }
        
        .conteudo .datatable tr.header {
            border-radius: 0;
            margin-bottom: 0;
            border: 0;
        }
        
        .conteudo .datatable tr.header .hcolor {
            font-size: 19pt;
            font-weight: bold;
        }
        
        .conteudo .datatable tr:last-child {
            margin-bottom: 0px;
        }
        
        .conteudo .badge {
            margin-left: 7px
        }
        
        .badge.descontinuado {
            background: #f0ad4e;
        }
        
        a.pdf {
            background: #d3232e;
            color: #fff !important;
            font-size: 8pt;
            border-radius: 90px;
            -webkit-border-radius: 90px;
            white-space: nowrap;
            text-transform: uppercase;
            -ms-border-radius: 90px;
            padding: 2px 8px;
            display: inline-block;
            margin-left: 8px;
            text-decoration: none !important;
        }
        
        .datatable a.pdf {
            position: absolute;
            margin-top: 2px;
        }
        
        .promoBoxIcon,
        .promoBoxText {
            float: left;
        }
        
        .promoBoxIcon {
            width: 20%;
            margin-top: 14px;
        }
        
        .promoBoxText {
            width: 70%;
            margin-left: 10%;
        }
        
        .conteudo .datatable h4,
        .conteudo .datatable h4 a {
            color: #323232;
            font-weight: bold;
        }
        
        .conteudo .datatable .photodiv1,
        .conteudo .datatable .photodiv2 {
            text-align: center;
            position: relative;
            width: 10em;
            padding-right: 15%;
            border-radius: 5px;
        }
        
        .datatable .discontinued {
            display: inline;
            margin-left: 5px;
        }
        
        .conteudo .datatable .photodiv1 img,
        .conteudo .datatable .photodiv2 img {
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px
        }
        
        .conteudo .datatable .productphoto .zoomtag {
            padding: 15px;
            border: 2px solid #d8d8d8;
            border-radius: 3px;
        }
        
        .conteudo .datatable .productphoto .zoomtag:hover {
            border: 2px solid #d3232e;
        }
        
        aside .box {
            padding: 20px 30px;
            font-size: 11pt;
            margin-bottom: 30px;
            border-top: 5px solid #d3232e;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
        }
        
        aside .box .form-group {
            margin: 10px 0
        }
        
        aside .box .form-group:first-child {
            margin-top: 20px
        }
        
        aside .telefones.list-group {
            box-shadow: none;
            border-radius: 0px
        }
        
        aside .telefones.list-group li {
            display: block;
            padding: 0 15px;
            border-width: 0 0 0 2px;
            margin-bottom: 16px;
            border-radius: 0px
        }
        
        aside .telefones.list-group li:hover {
            border-color: #d3232e
        }
        
        aside .telefones.list-group li span {
            display: block
        }
        
        aside .box .promo img {
            margin-bottom: 10px
        }
        
        aside .box h2 {
            font-size: 15pt
        }
        
        .certificacaoMicrosoft {
            list-style: none;
            padding: 0;
            font-size: 9.5pt;
        }
        
        .gold,
        .silver {
            font-weight: bold;
        }
        
        .gold {
            color: #c79a15;
        }
        
        .silver {
            color: #b9b9b9;
        }
        
        #clients img {
            padding: 20px;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
            border-radius: 5px;
            margin: 7px;
            width: 140px;
            border-top: 3px solid #fff;
        }
        
        #clients img:hover {
            border-top: 3px solid #d3232e;
        }
        
        #solucoes img {
            margin-bottom: 15px;
        }

        #solucoes-entrega img {
            margin-bottom: 15px;
        }
        
        #solucoes h2 {
            text-transform: none;
            font-size: 14pt!important;
            color: #666;
            text-transform: uppercase;
        }

        #solucoes-entrega h2 {
            text-transform: none;
            font-size: 14pt!important;
            color: #666;
            text-transform: uppercase;
        }
        
        #solucoes .box {
            border-radius: 3px;
            padding: 25px;
            margin-top: 40px;
            min-height: 300px;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
            text-align: center;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 10pt;
        }

        #solucoes-entrega .box {
            border-radius: 3px;
            padding: 25px;
            margin-top: 40px;
            min-height: 300px;
			min-width: 500px;
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
            text-align: center;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 10pt;
        }
        
        #solucoes .slider a {
            color: #333;
            text-decoration: none !important;
        }
        
        #solucoes .slider a:hover {
            text-decoration: none !important;
        }
        
        #solucoes .box:hover {
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
            border-bottom: 5px solid #d3232e;
        }

        #solucoes-entrega .slider a {
            color: #333;
            text-decoration: none !important;
        }
        
        #solucoes-entrega .slider a:hover {
            text-decoration: none !important;
        }
        
        #solucoes-entrega .box:hover {
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
            border-bottom: 5px solid #d3232e;
        }
        
        .tabelaMissao .box {
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
            padding: 25px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-radius: 3px;
            min-height: 318px;
            margin-top: 25px;
        }
        
        .tabelaMissao h2 {
            color: #333;
        }
        
        .tabelaMissao .boxheader {
            margin-top: 0 !important;
        }
        
        .tabelaMissao .box:hover {
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
            border-bottom: 5px solid #d3232e;
        }
        
        .row-nopadding {
            padding: 0 0 80px 0 !important;
        }
        
        .row-nopadding-bottom {
            padding: 80px 0 0px 0 !important;
        }
        
        #solucoes .box h2 {
            font-size: 17pt;
        }

        #solucoes-entrega .box h2 {
            font-size: 17pt;
        }
        
        .new {
            padding-left: 16%;
        }
        
        #depoimentos {
            background: url("../images/bg-depoimentos.jpg") center center #333;
            color: #fff;
            text-align: center;
            padding: 90px 0;
            line-height: 1.5
        }
        
        #depoimentos .text {
            font-size: 25pt;
            font-weight: lighter;
        }
        
        #depoimentos .btn,
        #produtosHome .btn {
            margin-top: 10px
        }
        
        .newshome #portalNoticias {
            padding-right: 15%;
        }
        
        .CampoPesquisaNews {
            margin-bottom: 20px;
        }
        
        .sfsearchTxt input[type='text'] {
            width: 80% !important;
            line-height: 2;
            font-size: 11pt;
            border-radius: 3px;
            border: 1px solid #ccc;
            padding-left: 8px;
        }
        
        .sftitle a {
            text-decoration: none !important;
        }
        
        .sf_pagerNumeric a {
            font-size: 14pt !important;
            padding: 3px 8px;
            background: #f5f5f5;
            color: #333;
            text-decoration: none !important;
            margin-right: 5px;
            border-radius: 3px;
        }
        
        .sf_PagerCurrent {
            background: #d3232e !important;
            color: #fff !important;
        }
        
        nav .searchIcon {
            margin-right: 10px !important;
            margin-top: 13px!important;
        }
        
        nav .searchBox {
            display: none;
            position: absolute;
            background: #fff;
            border-radius: 0 0 5px 5px;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            top: 77px;
        }
        
        .searchBox button {
            padding: 5px 8px;
        }
        
        .font-11pt {
            font-size: 11pt !important;
        }
        
        .font-11pt h3 {
            font-size: 13pt
        }
        
        .font-10pt {
            font-size: 10pt !important;
        }
        
        .font-10pt h3 {
            font-size: 12pt
        }
        
        .table td {
            vertical-align: middle !important;
            
        }
        
        .tabelaMissao td {
            vertical-align: top;
        }
        /*FIX FOR IMAGES WITH LOWER SIZE*/
        
        #carouselP .item>div {
            background-size: auto 100% !important;
        }
        
        #portalNoticias ul {
            padding: 0;
            margin-top: 40px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        
        #portalNoticias li {
            list-style: none;
            margin: 15px 0;
        }
        
        #portalNoticias .date {
            width: 45px;
            float: left;
            margin-right: 15px;
            line-height: 1.1;
            text-align: center;
            margin-top: 3px;
            text-transform: uppercase;
        }
        
        #portalNoticias .date span {
            display: block;
        }
        
        #portalNoticias .date .day {
            font-size: 25pt;
            color: #d3232e
        }
        
        #portalNoticias .date .month {
            font-size: 15pt
        }
        
        #portalNoticias li a {
            color: #454545;
            padding-right: 20%;
            display: block;
            font-size: 13pt;
            line-height: 1.5;
            text-decoration: none !important;
        }
        
        .rowComite input[type=submit] {
            margin-top: 10px;
        }
        
        #portalNoticias li a:hover {
            color: #d3232e
        }
        
        .noticiaContainer h3 {
            font-size: 38pt;
            font-weight: lighter;
            line-height: 1.25;
            color: #333;
        }
        
        .noticiaContainer img:first-child {
            width: 100%;
            border-radius: 5px;
        }
        
        .noticiaContainer img {
            margin: 20px 0;
        }
        
        .listaNoticia ul {
            padding: 0;
            margin-top: 0 !important;
        }
        
        .listaNoticia li:first-child {
            padding-top: 0;
        }
        
        .listaNoticia a {
            font-size: 12pt;
        }
        
        .listaNoticia li {
            border-bottom: 1px solid #ccc;
            padding: 14px 0 25px 0;
        }
        
        #parceriasCert .brandBox {
            border: 1px solid #e1e1e1;
            border-radius: 3px;
            height: 120px;
            text-align: center;
            margin-top: 15px
        }
        
        #parceriasCert .brandBox img {
            filter: grayscale(100%);
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0.35;
        }
        
        #parceriasCert .brandBox img:hover {
            opacity: 1;
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
        }
        
        #parceriasCert .certificacao {
            margin-top: 25px;
        }
        
        #ctaContato {
            background: #d3232e;
            padding: 35px 0 25px 0 !important;
        }
        
        #ctaContato h1 {
            text-transform: none;
            font-size: 19pt;
            color: #FFF;
            font-weight: 300;
        }
        
        #socialButtons li {
            display: inline-block;
            margin-right: 2px;
        }
        
        #socialButtons ul {
            text-align: left;
            margin-top: 6px;
            font-size: 1.3em;
        }
        
        #socialButtons a {
            text-decoration: none;
            color: #666;
        }
        
        #socialButtons a:hover {
            color: #fff;
        }
        
        .socialButtons2 a {
            color: #ffffff !important;
            font-size: 1.3em;
        }
        
        .socialButtons2 ul {
            padding-left: 0 !important;
            padding-inline-start: 0px!important;

        }
        
        .socialButtons2 a:hover {
            color: #6d6d6d !important;
        }
		
		#SLA-Table {
			background-color: #efefef;	
		}
        
        #telefonesRodape {
            padding: 20px 0 !important
        }
        
        #telefoneesRodape ul {
            margin: 0;
            padding: 0;
        }
        
        #telefonesRodape li {
            display: inline-block;
            margin: 10px 0 0 12px;
            width: 116px;
            font-size: 10pt;
            line-height: 1.5;
            vertical-align: top;
            text-align: center;
        }
        
        #telefonesRodape li:first-child {
            margin-left: 0 !important;
        }
        
        #telefonesRodape a {
            color: #666;
        }
        
        #telefonesRodape span {
            display: block;
        }
        
        #telefonesRodape span.locality {
            font-weight: bold;
        }
        
        #projetosServicos .box {
            text-align: center;
        }
        
        #projetosServicos .col-md-3 {
            width: 20%;
        }
        
        #projetosServicos h2 {
            text-transform: uppercase;
            font-size: 13pt;
            font-weight: bold;
            margin-top: 17px;
        }
        
        #promomenu .rtsLink {
            background-image: none !important;
            border-bottom: 1px solid #e8e8e8;
            padding: 7px 0;
        }
        
        #promomenu .rtsLink:hover {
            text-decoration: none;
            background: #f5f5f5;
        }
        
        #promomenu .rtsLink img {
            opacity: 0.5;
        }
        
        #promomenu .box {
            margin-bottom: 30px
        }
        
        #promomenu h2 {
            font-size: 14pt;
        }
        
        #promomenu .rtsSelected {
            border-right: 5px solid #d3232e;
            color: #000;
            font-weight: bold;
        }
        
        #promomenu .rtsSelected img {
            opacity: 1;
        }
        
        .promotable .promocond {
            font-size: 9pt;
        }
        
        #promomenu {
            float: left;
            width: 255px;
        }
        
        .promophoto {
            border: 2px solid #d8d8d8;
            text-align: center;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
        }
        
        .promophoto:hover {
            border: 2px solid #d3232e;
        }
        
        .promotitle {
            border-top: 1px solid #ccc;
            padding-top: 25px;
        }
        
        .promotitle h3 {
            font-size: 16pt;
            color: #333;
        }
        
        .promotable {
            font-size: 11pt;
        }
        
        .promotext {
            padding-left: 20px;
            padding-bottom: 35px;
        }
        
        .promofullprice {
            text-decoration: line-through;
        }
        
        .promoprice {
            font-size: 13pt;
            font-weight: bold;
            color: #d3232e;
        }
        
        .promofooter {
            font-size: 9pt;
        }
        
        .promotable .white {
            font-size: 10pt;
            display: block
        }
        
        .promofulltext {
            text-decoration: line-through;
        }
        
        #back-to-top {
            position: fixed;
            bottom: 12px;
            right: 12px;
            z-index: 9999;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 30px;
            background: #d4d4d4;
            color: #444;
            cursor: pointer;
            border: 0;
            border-radius: 2px;
            text-decoration: none;
            transition: opacity 0.2s ease-out;
            opacity: 0;
        }
        
        #back-to-top:hover {
            background: #d3232e;
            color: #fff;
        }
        
        #back-to-top.show {
            opacity: 1;
        }
        
        footer {
            background: #333;
            padding: 17px 0;
        }
        
        footer .tel a {
            color: #fff;
        }
        
        footer nav ul {
            list-style: none;
            padding: 0;
            margin-top: 7px
        }
        
        footer nav ul li {
            display: inline-block;
            margin: 0 5px;
        }
        
        footer nav a {
            font-size: 12pt;
            color: #888;
        }
        
        footer nav a {
            font-size: 12pt;
            color: #888;
        }
        
        footer nav a:hover {
            color: #FFF;
        }
		
       
        @media (min-width: 768px) {
            .navbar-right {
                margin-right: 35px;
            }
        }
        
        .bannercover {
            padding: 0;
            position: relative;
            background-size: cover
        }
        
        #bannercolaboracao {
            background: url(/colaboracao/images/banner-principal-altl.jpg) center center no-repeat;
        }
        
		#bannersaponazure {
            background: url(/banners/banner-sap-on-azure.png) center center no-repeat;
        }

		#bannercloudManagement {
			background: url(https://solonetwork.com.br/App_Themes/SoloNetwork2016/images/banner-principal-management.jpg) center center no-repeat;
			background-size: auto;
			 
		}

		@media screen and (max-width: 1190px){
			#bannercloudManagement {
				background: url(https://solonetwork.com.br/App_Themes/SoloNetwork2016/images/banner-principal-management.jpg) center center no-repeat;
				background-size: auto;
		
	}

                }


                #bannersolocloud2 2 {
			background: url(https://solonetwork.com.br/DynBanners/banner-goals-2.png) background-repeat: repeat-x;			 
		}


		}


		#bannercloudFirewallCheckPoint {
			background: url(https://solonetwork.com.br/DynBanners/banner-solo-cloud-firewall.png) right center no-repeat;
			background-size: auto;
			 

                }


                #bannersologoals 2 {
			background: url(https://solonetwork.com.br/DynBanners/banner-goals-2.png) background-repeat: repeat-x;			 
		}



		@media screen and (max-width: 1190px){
			#bannercloudFirewallCheckPoint {
				background: url(https://solonetwork.com.br/DynBanners/banner-solo-cloud-firewall.png) left center no-repeat;
				background-size: auto;
			}
	
		}

        
        #bannercolaboracao #bannerLogo {
            background: #FFF;
            bottom: 0;
            position: absolute;
        }
        
        #bannercolaboracao h1,
        #bannerEndpointSecurity h1,
		#bannersaponazure h1 {
            font-weight: lighter;
            color: #fff;
            font-size: 22pt
        }
        
        #bannercolaboracao .slogan {
            padding-top: 30px
        }
        
        #bannercolaboracao .soloLogo {
            padding-top: 10%
        }
        #bannersaponazure .slogan {
            padding-top: 30px;
			color: #fff;
			background: rgba(14, 44, 62, 0.9);
			
        }
        
        #bannersaponazure .soloLogo {
            padding-top: 1%
        }
        
        #bannercloud {
            background: url(/app_themes/solonetwork2016/images/solo-cloud-banner.jpg) center center no-repeat;
        }
        
        #bannerEndpointSecurity {
            background: url(/app_themes/solonetwork2016/images/banner-solo-endpoint-protection.jpg) center right no-repeat;
        }
        
        #banneromniview {
            background: url(/app_themes/solonetwork2016/images/solo-omniview-banner.jpg) center center no-repeat;
        }
        
        #banneromniview #bannerLogo {
            background: #FFF;
            bottom: 0;
            position: absolute;
        }
        
        #banneromniview h1 {
            font-weight: lighter;
            color: #fff;
            font-size: 22pt
        }
        
        #banneromniview .slogan {
            padding-top: 20px
        }
        
        #banneromniview .soloLogo {
            padding-top: 8%
        }
        
        #bannercloud #bannerLogo {
            background: #FFF;
            bottom: 0;
            position: absolute;
        }
        
        #bannercloud h1 {
            font-weight: lighter;
            color: #fff;
            font-size: 22pt
        }
        
        #bannercloud .slogan {
            padding-top: 30px
        }
        
        #bannercloud .soloLogo {
            padding-top: 10%
        }
        
        #tendenciasEduc .row:last-child {
            margin-top: 30px;
        }
        
        .tendenciasEducacao h4 {
            margin-bottom: 0px;
        }
        
        .QuoteNews {
            font-size: 16pt;
            color: #000;
            margin: 15px 0;
            padding-left: 30px;
            border-left: 5px solid #ccc;
        }
        
        .box-todo {
            margin-top: 40px;
        }
        
        .box-terco img {
            width: 100%
        }
        
        .box-terco {
            width: 30%;
            float: left;
            height: 370px;
            margin-bottom: 20px
        }
        
        .box-terco h3 {
            font-size: 13pt;
            margin-top: 10px;
        }
        
        .box-terco:nth-child(3n-1) {
            margin: 0 3%;
        }
        
        .clear {
            clear: both
        }
        
        .AplicativosOffice365Educacao .col-lg-2 {
            margin-left: -18px;
        }
        
        .AplicativosOffice365Educacao .row:last-child {
            margin-top: 30px;
        }
        
        .AplicativosOffice365 .row:last-child {
            margin-top: 30px;
        }
        
        .AplicativosCorel2017 .col-lg-2 {
            margin-left: -18px;
        }
        
        .AplicativosCorel2017 .row:last-child {
            margin-top: 30px;
        }
        
        .AplicativosCorel2017 .row:last-child {
            margin-top: 30px;
        }
        
        .MicrosoftEducacaoPesquisaTrabalho {
            margin-top: 15px;
        }
        
        .titulotendencias {
            margin-bottom: 35px;
        }
        
        .AcrobatEducacaoRecursos .col-lg-4 {
            top: 20px;
        }
        
        .FerramentasEVantagensMinecraft {
            margin-bottom: 35px;
        }
        
        .FerramentasEVantagensMinecraft .row:last-child {
            margin-top: 30px;
        }
        
        .FerramentasEVantagensMinecraft h4 {
            margin-bottom: 5px;
            margin-top: 15px;
        }
        
        .MinecraftParaTodos h4 {
            color: #666;
        }
        
        .MinecraftParaTodos .row {
            margin-bottom: 20px;
        }
        
        .MinecraftParaTodos .col-lg-3 {
            text-align: center;
        }
        
        .MinecraftParaTodos h2 {
            margin-bottom: 40px;
        }
        
        .RecursosCorel2017 h4 {
            color: #666;
            margin-top: 10px;
        }
        
        .BeneficiosCorel2017 h4 {
            color: #666;
        }
        
        .BeneficiosCorel2017 .row {
            margin-bottom: 20px;
        }
        
        .BeneficiosCorel2017 .col-lg-3 {
            text-align: center;
        }
        
        .BeneficiosCorel2017 h2 {
            margin-bottom: 40px;
        }
        
        .BeneficiosMicrosoftPlanner h4 {
            color: #666;
        }
        
        .BeneficiosMicrosoftPlanner .row {
            margin-bottom: 20px;
        }
        
        .BeneficiosMicrosoftPlanner .col-lg-3 {
            text-align: center;
        }
        
        .BeneficiosMicrosoftPlanner h2 {
            margin-bottom: 40px;
        }
        
        .homepage-educ-panel h4 {
            margin-top: 20px;
        }
        
        .homepage-educ-panel img {
            margin-top: 20px
        }
        
        .bordasSoloNOC {
            font-size: 12pt;
            text-align: center;
            height: 430px
        }
        
        .bordas {
            min-height: 510px;
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: left;
            padding: 40px 30px 15px 30px;
            margin-bottom: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            transition: 0.5s ease;
        }

		.bordas a{
		  position: absolute !important;
		  bottom: 45px !important;
		  left: 37% !important;
		}

        .bordasProdutividade {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: left;
            padding: 30px 30px 15px 30px;
            margin-bottom: 15px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            transition: 0.5s ease;
        }
        
        .bordasSaude {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: left;
            padding: 30px 30px 15px 30px;
            margin-bottom: 15px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            transition: 0.5s ease;
        }
        
        .bordasArcserve {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            padding: 20px 15px 15px 15px;
            margin-bottom: 15px;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
            height: 388px;
        }
        
        .bordas p :first-child {
            float: left;
            margin: 20px 25px 50px 0;
        }
        
        .bordas:hover {
            box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.45);
        }
        
        #bordas .badge {
            background: none;
            border: 1px solid #CCC;
            color: #333;
            position: absolute;
            top: 12px;
            left: 33px;
        }
        
        .bordasSaude p :first-child {
            float: left;
            margin: 20px 25px 50px 0;
        }
        
        .bordasSaude:hover {
            box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.55);
        }
        
        #bordasSaude .badge {
            background: none;
            border: 1px solid #CCC;
            color: #333;
            position: absolute;
            top: 12px;
            left: 33px;
        }
        
        #solucoesEducacionais .badge {
            background: none;
            border: 1px solid #CCC;
            color: #333;
            position: absolute;
            top: 12px;
            left: 12px;
        }
        
        #solucoesEducacionais .bordaTitulos {
            border-top: 1px solid #CCC;
            display: inline-block;
            width: 25%;
            height: 6px;
        }
        
        #solucoesEducacionais h4 {
            margin-bottom: 0;
        }
        
        #solucoesEducacionais .software {
            color: #2ba00f;
            border-color: #2ba00f;
        }
        
        #solucoesEducacionais .hardware {
            color: red;
            border-color: red;
        }
        
        #solucoesEducacionais .softwareHardware {
            color: #2f7abb;
            border-color: #2f7abb;
        }
        
        #solucoesSaude .badge {
            background: none;
            border: 1px solid #CCC;
            color: #333;
            position: absolute;
            top: 12px;
            left: 12px;
        }
        
        #solucoesSaude .bordaTitulos {
            border-top: 1px solid #CCC;
            display: inline-block;
            width: 25%;
            height: 6px;
        }
        
        #solucoesSaude h4 {
            margin-bottom: 0;
        }
        
        #solucoesSaude .software {
            color: #2ba00f;
            border-color: #2ba00f;
        }
        
        #solucoesSaude .hardware {
            color: red;
            border-color: red;
        }
        
        #solucoesSaude .softwareHardware {
            color: #2f7abb;
            border-color: #2f7abb;
        }
        
        #solucoesSaude .col-lg-3,
        #solucoesSaude .col-lg-6,
        #solucoesSaude .col-lg-4 {
            padding-left: 0px;
            transition: 0.5s ease;
        }
        
        #solucoesSaude .col-lg-3:hover,
        #solucoesSaude .col-lg-6:hover,
        #solucoesSaude .col-lg-4:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            transition: 0.5s ease;
            z-index: 999;
        }
        
        .bordasSaude2 {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: center;
            padding: 30px 15px 15px 15px;
            margin-bottom: 15px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            height: 327px;
            transition: 0.5s ease;
        }
        
        .bordasSaude2:hover {
            box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.55);
        }
        
        .bordas2 {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: center;
            padding: 30px 15px 15px 15px;
            margin-bottom: 15px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            height: 327px;
            transition: 0.5s ease;
        }
        .bordas3 {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: center;
            padding: 30px 15px 15px 15px;
            margin-bottom: 15px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            height: 600px;
            transition: 0.5s ease;
        }
        
        .bordas2:hover {
            box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.55);
        }
        
        .bordasVDILabs {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: center;
            padding: 20px 15px 15px 15px;
            margin-bottom: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            height: 433px;
        }
        
        .bordasCampusConectado {
            background: #FFFFFF;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            text-align: center;
            padding: 20px 15px 15px 15px;
            margin-bottom: 15px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            font-size: 11pt;
            height: 361px;
        }
        
        #solucoesEducacionais .col-lg-3,
        #solucoesEducacionais .col-lg-6 {
            padding-left: 0px;
            transition: 0.5s ease;
        }
        
        #solucoesEducacionais .col-lg-3:hover,
        #solucoesEducacionais .col-lg-6:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            transition: 0.5s ease;
            z-index: 999;
        }
        
        section#briefEducacao {
            padding: 20px 0 !important;
            background: rgba(5, 11, 27, 0.90);
            position: absolute;
            width: 100%;
            bottom: 0;
        }
        section#briefHomeOffice {
            padding: 20px 0 !important;
            background: rgba(49, 97, 230, 0.7);
            position: absolute;
            width: 100%;
            bottom: 0;
        
        }
    

        section#briefGoverno {
            padding: 20px 0 !important;
            background: rgba(10, 10, 10, 0.90);
            position: absolute;
            width: 100%;
            bottom: 0;
        }
        
        section#briefSaude {
            padding: 20px 0 !important;
            background: rgba(29, 34, 30, 0.90);
            position: absolute;
            width: 100%;
            bottom: 0;
        }
        
        .VersusVDI span {
            padding: 15px;
            left: 327px;
            top: 75px;
            background-color: red;
            text-align: center;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            color: white;
            position: absolute;
            z-index: 999;
            font-weight: bold;
        }
        
        #EducacaoVDILabs {
            position: relative;
        }
        
        .EducacaoVDILabs {}
        
        .tendenciasEducacao p {
            font-size: 11pt;
			
        }
        

		div#briefcloudManagement {
            padding: 30px 0 !important;
            background: #007b9e;
        }
		
		div#briefcloudManagement h2 {
			font-weight: normal;
            font-size: 16pt;
            line-height: 1.8;
            padding-top: 5px;
			color: #fff;
	
		}

		div#briefcloudManagement h1 {
			padding-top: 20px;
			color: #fff;
	
		}

		div#briefcloudFirewallCheckPoint {
            padding: 30px 0 !important;
            background: #545454;
        }
		
		div#briefcloudFirewallCheckPoint h2 {
			font-weight: normal;
            font-size: 16pt;
            line-height: 1.8;
            padding-top: 5px;
			color: #fff;
	
		}

		div#briefcloudFirewallCheckPoint h1 {
			padding-top: 20px;
			color: #fff;
	
		}


        section#briefcolab {
            padding: 20px 0 !important;
            background: #2b3842;
        }

		section#briefcolabplus {
            padding: 20px 0 !important;
            background: #1975BA;
        }
		
		section#briefmonday {
            padding: 20px 0 !important;
            background:#dbdbdb;
        }

        section#briefsaponazure {
            padding: 20px 0 !important;
            background: #0e2c3e;
        }
        
        section#briefcloud {
            padding: 20px 0 !important;
            background: #175254;
        }
        
        section#briefcolab h2,
		section#briefcolabplus h2,
		section#briefmonday h2,
        section#briefcloud h2,
        section#briefEducacao h2,
        section#briefEducacao2 h2,
        section#briefGoverno h2,
        section#briefSaude h2, 
		section#briefsaponazure h2 {
            font-weight: normal;
            font-size: 13pt;
            line-height: 1.8;
            padding-top: 10px
        }
        
        section#briefcolab h2 {
            color: #98a9b7;
        }
        section#briefcolabplus h2 {
            color: #f7f7f7;
        }

        section#briefmonday h2 {
            color: #3c3c3b;
        }

        section#briefsaponazure h2 {
            color: #D1D1D1;
        }
        
        section#briefGoverno h2,
        section#briefEducacao h2,
        section#briefEducacao2 h2,
        section#briefSaude h2 {
            color: #9e9e9e;
        }
        
        section#briefcolab h1 {
            color: #fff;
            padding-top: 30px;
        }
        section#briefcolabplus h1 {
            color: #fff;
            padding-top: 30px;
        }

        section#briefmonday h1 {
            color: #3c3c3b;
            padding-top: 30px;
        }

		section#briefsaponazure h6 {
            color: #fff;
            padding-top: 30px;
        }
        
        section#briefGoverno h1,
        section#briefEducacao h1,
        section#briefEducacao2 h1,
        section#briefSaude h1 {
            color: #fff;
            padding-top: 10px;
            font-size: 21pt;
        }
        
        section#briefcloud {
            padding: 20px 0 !important;
            background: #175254;
        }
        
        section#briefcloud h2 {
            color: #dedede;
        }
        
        section#briefcloud h1 {
            color: #fff;
            padding-top: 60px;
        }
        
        section#packages {
            padding: 0px 0 !important;
        }
        
        section#packages h1 {
            font-size: 30pt;
            margin-bottom: 30px
        }
        
        section#packages h1>span {
            color: #ccc;
            font-size: 17pt !important;
            border: 3px solid;
            padding: 10px;
            border-radius: 200px;
            position: relative;
            top: -5px
        }
        
        section#packages h2 {
            color: #454545;
            margin: 0 0 10px 0;
            line-height: 1.4;
        }
        
        #destaque {
            background: #dfe1e2;
            color: #445869;
            text-align: center;
            padding: 90px 0;
            line-height: 1.5
        }
        
        #destaque .text {
            font-size: 20pt;
        }
		#vantagens .text {
            font-size: 26pt;
			color: #fff;
			font-weight: 500;
			text-shadow: 0px 0px 1px rgba(255,255,255,0.7);
        }
		#vantagens .card{
			padding: 2.5em 1.2em 1.2em 1.2em;
			margin: 0.6em;
			width: 340px;
			height: 450px;
			background-color: #fff;
			-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
			-moz-box-shadow:    0px 0px 14px rgba(0, 0, 0, 0.15);
			box-shadow:         0px 0px 14px rgba(0, 0, 0, 0.15);
			border-radius: 4px;
			transition: 0.5s ease;
			left: 1em;
			line-height: 1.5em;
			

		}

        #vantagens .card:hover {
            box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.8);
        }
.bk-vantagens{
	background-image: url("/App_Themes/SoloNetwork2016/images/bk-vantagens.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	
}
   		#destaqueManagement {
            background: #efefef;
            color: #3A3A3A;
            text-align: center;
            padding: 90px 0;
            line-height: 1.5
        }

        #destaqueManagement .text-management {
            font-size: 19pt;
			font-weight: 500;
        }


   		#destaqueCloudFirewallCheckPoint {
            background: #e3e3e3;
            color: #5E5E5E;
            text-align: center;
            padding: 90px 0;
            line-height: 1.5
        }

        #destaqueCloudFirewallCheckPoint .text-firewall {
            font-size: 19pt;
			font-weight: 500;
        }
		
        
        #destaque .btn,
        e #produtosHome .btn {
            margin-top: 10px
        }
        
        #destaquecloud {
            background: #508884;
            color: #ffffff;
            text-align: center;
            padding: 90px 0;
            line-height: 1.5
        }
        
        #destaquecloud .text {
            font-size: 24pt;
        }
        
        #destaquecloud .btn,
        #produtosHome .btn {
            margin-top: 10px
        }
        
        #funcionalidades {
            padding-top: 0;
            padding-bottom: 0 !important;
        }
        
        #funcionalidades p {
            margin-bottom: 25px
        }

		#solucaoEntrega{
			padding-top: 80px;	
			background-color: #e3e3e3; 
		}

		#solucaoEntrega div{
			padding-bottom: 30px;	
			
		}

		#solucaoEntrega h2{
			color: #3c3c3c !important;
            
            font-size: 24pt;
		}

		#solucaoEntrega h3{
            padding-bottom: 10px;
            font-size: 18pt;
		}
		#solucaoEntrega hr{
			
			border-color: #e5e5e5;
            padding-top: 30px !important;
			padding-bottom: 5px;
            
			border-width: 0; 			
			border-top-width: 4px;
			
			width: 40px;
			text-align: left; /* Para o IE */
			margin: 0 auto 0 0; /* Para navegadores standard */
		}

#solucaoEntrega ul{list-style: none; list-style-position: inside; margin: 0px; padding: 0px; }
#solucaoEntrega li::before {content: "✔ "; color: green;}
        
        #ctaContatoPackages {
            background: #0070ba;
            padding: 50px 0 !important;
        }
        
        #ctaContatoPackages h1,
        #ctaContatoPackages h2 {
            text-transform: none;
            color: #FFF;
            font-weight: 300;
        }
        
        #ctaContatoPackages h1 {
            margin-bottom: 10px
        }
        
        #tabelaComparativa tbody th {
            width: 35%;
            padding: 15px 30px;
        }
        
        #tabelaComparativa thead th {
            text-align: center;
            padding: 10px;
			vertical-align: middle;
        }
        
        #tabelaComparativa table td {
            text-align: center;
            vertical-align: middle;
        }
        
        #tabelaComparativa table td>span {
            font-size: 20pt;
            color: #999
        }
        
        #tabelaComparativa table td {
            font-size: 11pt;
        }
        /* pagina de qnap */
        
        .illustration-v2 .col-md-3 {
            font-size: 10pt;
        }
        
        .illustration-v2 h4 {
            margin-top: 20px;
            color: #000;
        }
        
        .margin-bottom-30 {
            margin-bottom: 30px
        }
        /*TABLETS*/
        
        @media (min-width: 768px) and (max-width: 1000px) {
            .collapse {
                display: none !important;
            }
        }
        /*Mobile Phones*/
        
        @media (max-width: 768px) {
            
            section#briefGoverno {
                background: rgba(0, 0, 0, 0);
                position: relative;
            }
            
            section#briefEducacao {
                background: rgba(5, 11, 27, 1);
                position: relative;
            }
            section#briefSaude {
                background: rgba(5, 11, 27, 1);
                position: relative;
            }
            .conteudo .datatable td:first-child {
                display: block;
            }
            .conteudo .datatable {
                font-size: 11pt;
            }
            .conteudo .datatable .photodiv1,
            .conteudo .datatable .photodiv2 {
                width: 100%;
                padding-right: 0;
                margin-bottom: 20px;
            }
            .noticiaContainer h3 {
                font-size: 18pt;
            }
            .conteudo .box3:first-child .boxheader {
                padding-right: 0;
            }
            .conteudo .box3:first-child .boxheader h2 {
                font-size: 21pt;
            }
            #menu .nav {
                padding: 0 20px
            }
            #telefonesRodape li {
                width: 45%;
                margin: 0;
                padding: 0;
            }
            section {
                padding: 25px 0 !important;
            }
            #bannerMobile {
                background: url("../images/bg-depoimentos.jpg") center center #333;
            }
            #bannerMobile h1 {
                color: #fff;
                text-align: center
            }
            #solucoes .box {
                font-size: 12pt;
            }
            #solucoes-entrega .box {
                font-size: 12pt;
            }			
            a.sublink {
                margin: 0;
            }
            #topo .dropdown-menu a {
                padding: 0 0 5px 0 !important;
            }
            #topo .dropdown-menu h5 {
                margin-top: 10px !important;
            }
            #depoimentos .btn-default {
                font-size: 9pt
            }
            #depoimentos .text {
                font-size: 17pt;
            }
            #telefonesRodape li {
                margin-top: 10px;
                text-align: center
            }
        }
.btnparticipar{
	display: inline-block;
	padding: 15px 30px;
	border-radius: 3px;
	color: #fff;
	background: #d3212a;
	text-decoration: none;
}
.btnparticipar:hover{
	background: #000;
	color: #FFF;
	text-decoration: none;
}
.atrativos-solo{
    background: url(/App_Themes/SoloNetwork2016/images/atrativos-back.jpg) no-repeat;
    background-size: cover;
    padding: 30px 10px;
    color: #FFF;
	margin-bottom: 25px;
    }
	.no-padding-x{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
    .atrativos-solo strong{
    display: block;
    font-size: 1.7em;
    text-align: center;
    font-weight: 400 !important;
    margin-bottom: 5px;
    }
    .subline-atrativo{
    width: 35px;
    display: block;
    height: 3px;
    background: #bc0723;
    margin: 0 auto;
    }
	.iconsatract{
		margin-bottom: 15px;
	}
	.iconsatract img{
		max-width: 79px !important;
	}
	.iconsatract span{
		display: block;
		font-size: 0.9em;
		text-transform: uppercase;
		line-height: 19px !important;
	}
	.advganhos{
		font-size: 0.8em !important;
		display: block;
		text-align: center;
		padding: 15px 10px 0 10px;
		font-weight: 400;
	}
	.pontaaponta{
		width: 49%;
		float: left;
		padding-left: 5px;
	}
	.pontaaponta li{
		list-style: none;
		font-weight: 600;
	}
	.clear{
		clear: both;
	}
.mtn50{
	margin-top: -15px !important;
	padding-top: 0 !important;
}
.div-hidden{
display: none !important;
}
.contactnewline input{
  display: table !important;
  margin: 8px 4px 0 0 !important;
  float: left !important;
  
}
.contactnewline label{
  display: table !important;
  float: left !important;
width: 90%;
}
.contactstate{
margin-top: 8px !important;
}
.contactie{
margin-top: 7px !important;
}

#box-kasp {
    background-color: white;
    text-align:left;
    border: 1px solid;
    border-color:#00a88e;
    padding: 20px;

}

#box-small-office {
    background-color: #fff;
    text-align: center;
    border: 1px solid;
    border-color: #00a88e;
    padding: 20px;
}

	.ConsentContainer{
  		padding:15px 15px 15px 15px;
  		margin-bottom: 18px;
		background:#f1f1f1;
		border-radius: 4px;
	}
	.ConsentContainer a{
		font-family:Soleto,sans-serif;
		font-size:1em;
		color:#333 !important;
	}
	.ConsentContainer p{
		margin:0;
		padding:0;
		font-family:Soleto,sans-serif;
		color:#333;
		font-size:0.8em;	
	}



