/*
Theme Name: Blissfactory
Theme URI: http://www.blissfactory.com.br/
Author: Claudio Ricci - Contacto
Author URI: https://blissfactory.com.br
Description: Site de tecnologia   
Version: 1 2018
Tags:  HTML, CSS, JS, Odin, BootStrap, WordPress, Layout Responsivo, Accessibilidade, Grids etc  
Text Domain: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

/* css personalizado */



/* blockquote {
	font-family: calibri!important;
	border-left: 5px solid #0495d6;
	
	font-size: 17px!important;
	-webkit-box-shadow: 0px 10px 6px 0px rgba(227,227,227,1);
	-moz-box-shadow: 0px 10px 6px 0px rgba(227,227,227,1);
	box-shadow: 0px 10px 6px 0px rgba(227,227,227,1);
}
*/
/*

#fc_frame, #fc_frame.fc-widget-normal{
	right: 75px!important;
	bottom: 6px!important;
	}*/
	input, select, textarea, .details{
		font-family: calibri!important;
		font-size: 17px!important;
	}


	.titulo-destaque{
		font-size: 23px!important;
		color: #0071BC;
		margin-bottom: 30px;
		font-weight:  bold;
	}

	.titulo-destaque-cliente{
		font-size: 38px!important;
		color: #0071BC;
		margin-bottom: 30px;
		margin-top: 20px;
		font-weight: bold;
		text-align:  center!important;
		font-family: "Changeling", sans-serif!important;
	}
	a.titulo-destaque{
		color: #0495d6;

	}

	a.titulo-destaque:hover{
		text-decoration:  none;
		color: #23527c;

	}

	.alert{
		font-family: calibri!important;
		font-size: 23px;
		text-align: center;
	}

	.bloco-banner{
		position: relative;

	}
	.bloco-banner .one-page-arrow{
		/* color: #45A4EC; */
		color:  #fff;
		position: absolute;
		left: 50%;
		font-size: 35px;
		bottom: 10px;
		display: block;
		z-index: 999;
		width: 70px;
		padding: 20px;
		cursor: pointer;
	}

/* .breadcrumb-area, .megahost-area{
	padding: 60px 0 60px 0;
	} */

	.breadcrumb-area-interna, .megahost-area{
		padding: 30px 0 6px 0;
	}

	.topbar-bar .topbar-inner .topbar-left-content ul li.active a {

		opacity: 0.8;
		text-decoration:  underline;
	}

	.navbar-area .navbar-collapse .navbar-nav .nav-item.btn-wrapper.active a.boxed-btn{
		background-color: transparent;
		border-color: #0495d6;
		color:  #0495d6;
	}

	.bloco-right{
		display: inline-block;
		float: right;
		margin-top: 50px;
	}


	#header-carousel .boxed-btn{
		font-size: 20px;
		width: 250px;
		display: block;
		margin:  0 auto;
		-webkit-transition: all 0.95s ease;
		-moz-transition: all 0.95s ease;
		-o-transition: all 0.95s ease;
		transition: all 0.95s ease;

	}

	.boxed-btn{
		text-transform: none ;
	}
	.boxed-btn:hover{
		text-decoration:  none;
	}
	#header-carousel .one-page-arrow {
		position: absolute;
		z-index: 3;
		bottom: 20px;
		left: 50%;
		margin-left: -16px;
		width: 32px;
		height: 32px;
		font-size: 32px;
		text-align: center;
		color: #222;

	}
	#header-carousel .one-page-arrow .fa-angle-down {

		color: #fff;

	}

	.titulo-solucoes h2.title{
		font-size: 22px;
		line-height: 60px;
		position: absolute;
		top: -37px;
		left: 200px;

	}	

	.nav-fixed .logo img{
		width: 100px!important;
	}
	.nav-fixed .nav-link{
		color:  #fff!important;
	}

	.logo img{
		width: 170px;
		left: 17px;
		position: relative;
		top: -5px;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px;
		float: left;
	}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #869791;
	}
	.owl-theme .owl-dots, .owl-theme .owl-nav {
		text-align: center;
		-webkit-tap-highlight-color: transparent;
	}
	.owl-theme .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1;
	}


	/*page-soluções*/
	.border-right {
		border-right: 1px solid #dedede;
		padding-right: 15px;
		float: right;
	}
	.head-service i {
		border-radius: 50%;
		font-size: 16px;
		width: 50px;
		height: 50px;
		padding-top: 14px;
		text-align: center;
	}
	.titulo-bloco{
		font-size: 16px;
		line-height: 1.75rem;
		font-weight: bold;
	}
	.obs-bloco{
		margin-top: 10px;
		margin-left: 0px;
	}
	.item-service {
		margin-bottom: 20px;
		min-width: 370px;
		-webkit-transition: .3s all ease;
		-moz-transition: .3s all ease;
		-o-transition: .3s all ease;
		-ms-transition: .3s all ease;
		transition: .3s all ease;
		border-radius: 3px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		padding: 10px 15px;
		display: block;
		min-height: 155px;
		

	}
	.item-service img {
		width: 125px;
	}

	.item-service a{
		text-decoration:  none!important;
		
	}
	.item-service a:hover img {
		opacity: 0.5;
		

	}
	.item-service .head-service {
		margin-bottom: 15px;
		
	}

	.boxed-btn-solucoes {
		width: 210px!important;
		height: 45px!important;
		line-height: 41px!important;
		font-size: 17px;
		margin-top: 20px;
		position: relative;
		left: 31px;
	}



	.breadcrumb-area .one-page-arrow {
		position: absolute;
		z-index: 3;
		bottom: 20px;
		left: 50%;
		margin-left: -16px;
		width: 32px;
		height: 32px;
		font-size: 32px;
		text-align: center;
		color: #fff;

	}


	.head-service i, .feature-element li .cirle-feature {
		border: solid 3px #0495d6;
	}
	.item-service:hover .head-service i{
		background: #0071bc !important;
		background-color: #0071bc !important;
	}
	.head-service i:hover, .item-service:hover{
		color: white;
	} 

	.breadcrumb-area.breadcrumb-bg-solucoes {
		background-image: url(assets/img/bg_topo_solucoes.jpg);
		background-size: cover;
		background-position: center;
	}

	.megahost-area.breadcrumb-bg-solucoes.megahost-area:after {

		background-color: rgba(0, 0, 0, 0.2);
	}

	.breadcrumb-area.breadcrumb-bg-download {
		background-image: url(assets/img/bg_topo_download.jpg);
		min-height: 252px;
		background-size: cover;
		background-position: center;
	}

	.megahost-area.breadcrumb-bg-download.megahost-area:after {

		background-color: rgba(0, 0, 0, 0.2);
	}
	.breadcrumb-area.breadcrumb-bg-cadastro {
		/* background-image: url(assets/img/bg_topo_cadastro.jpg);
		height: 600px;
		background-size: cover;
		background-position: center; */
	}

	/* .megahost-area.breadcrumb-bg-cadastro.megahost-area:after {

		background-color: rgba(0, 0, 0, 0.2);
		} */
		.breadcrumb-area-interna.breadcrumb-bg-internas {
			background-image: url(assets/img/bg_topo_internas.jpg);
			height: 313px;
			background-size: cover;
			background-position: center;
		}

		.megahost-area.breadcrumb-bg-internas.megahost-area:after {

			background-color: rgba(0, 0, 0, 0.2);
		}


		.breadcrumb-area.breadcrumb-bg-teste-gratis {
			background-image: url(assets/img/bg_topo_teste_gratis.jpg);
			min-height: 252px;
			background-size: cover;
			background-position: center;
		}

		.megahost-area.breadcrumb-bg-teste-gratis.megahost-area:after {

			background-color: rgba(0, 0, 0, 0.2);
		}





		/* Testimonials */
		.testimonials blockquote {
			background: #f8f8f8 none repeat scroll 0 0;
			border: medium none;
			color: #666;
			display: block;
			font-size: 14px;
			line-height: 20px;
			padding: 15px;
			position: relative;
			border-left: 5px solid #0495d6;
		}
		.testimonials blockquote::before {
			width: 0; 
			height: 0;
			right: 0;
			bottom: 0;
			content: " "; 
			display: block; 
			position: absolute;
			border-bottom: 20px solid #fff;    
			border-right: 0 solid transparent;
			border-left: 15px solid transparent;
			border-left-style: inset; /*FF fixes*/
			border-bottom-style: inset; /*FF fixes*/
		}
		.testimonials blockquote::after {
			width: 0;
			height: 0;
			right: 0;
			bottom: 0;
			content: " ";
			display: block;
			position: absolute;
			border-style: solid;
			border-width: 20px 20px 0 0;
			border-color: #0495d6 transparent transparent transparent;
		}
		.testimonials .carousel-info img {
			border: 1px solid #f5f5f5;
			border-radius: 150px !important;
			height: 75px;
			padding: 3px;
			width: 75px;
		}
		.testimonials .carousel-info {
			overflow: hidden;
		}
		.testimonials .carousel-info img {
			margin-right: 15px;
		}
		.testimonials .carousel-info span {
			display: block;
		}
		.testimonials span.testimonials-name {
			color: #0495d6;
			font-size: 16px;
			font-weight: 300;
			margin: 23px 0 7px;
		}
		.testimonials span.testimonials-post {
			color: #656565;
			font-size: 12px;
		}













		/**Busca*/
		.search {
			position: absolute;
			top: 53%;
			right: 0%;
			-webkit-transform: translateX(-1%) translateY(-50%);
			transform: translateX(-1%) translateY(-50%);


		}
		.search * {
			outline: none;
			box-sizing: border-box;
		}
		.search__wrapper {
			position: relative;

		}
		.search__field {
			width: 50px;
			height: 30px;
			color: transparent;
			font-family: Lato, sans-serif;
			font-size: 1em;
			padding: 0.35em 50px 0.35em 10px;
			border: 1px solid transparent;
			border-radius: 0;
			cursor: pointer;
			transition: all 0.3s ease-in-out;
			background-color:  transparent;

		}
		.search__field:focus {
			border: 1px solid #0495d6!important;
			width: 400px;
			color: #000;
			cursor: default;
			right: 0;
			height: 30px;
			background-color:  #fff;

		}


		.search__field:focus ~ .search__icon {
			cursor: pointer;
			pointer-events: auto;
			color: #0495d6;
			top: -3px;
			background-color:  transparent;
		}
		.search__icon {
			position: absolute;
			top: -4px;
			right: 0;
			background-color: #0495d6;
			width: 35px;
			height: 35px;
			font-size: 1em;
			text-align: center;
			border-color: transparent;
			border-radius: 50%;
			pointer-events: none;
			display: inline-block;
			transition: background-color 0.2s ease-in-out;
			color:  #fff;
		}
		.search__icon:hover{
			opacity: 0.8;
			color:#0495d6;
		}
		.search__field::-webkit-input-placeholder {
			color:  #000;
			position: relative;
			top: 0;
			left: 0;
			transition-property: top, color;
			transition-duration: .1s;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-perspective: 1000;
			perspective: 1000;
			font-family: Calibri!important;
			font-size: 16px;
		}
		.search__field:-moz-placeholder {
			color:  #000;
			position: relative;
			top: 0;
			left: 0;
			transition-property: top, color;
			transition-duration: .1s;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-perspective: 1000;
			perspective: 1000;
			font-size: 16px;
		}
		.search__field::-moz-placeholder {
			color:  #000;
			position: relative;
			top: 0;
			left: 0;
			transition-property: top, color;
			transition-duration: .1s;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-perspective: 1000;
			perspective: 1000;
			font-size: 16px;
		}
		.search__field:-ms-input-placeholder {
			color:  #000;
			position: relative;
			top: 0;
			left: 0;
			transition-property: top, color;
			transition-duration: .1s;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-perspective: 1000;
			perspective: 1000;
			font-size: 16px;
		}
		.search__field::-webkit-input-placeholder[style*=hidden] {
			color: #0495d6;
			font-size: 16px;
			font-weight: normal;
			top: -20px;
			opacity: 1;
			visibility: visible !important;
		}
		.search__field:-moz-placeholder[style*=hidden] {
			color: #000;
			font-size: 16px;
			font-weight: normal;
			top: -20px;
			opacity: 1;
			visibility: visible !important;
		}
		.search__field::-moz-placeholder[style*=hidden] {
			color: #000;
			font-size: 16px;
			font-weight: normal;
			top: -20px;
			opacity: 1;
			visibility: visible !important;
		}
		.search__field:-ms-input-placeholder[style*=hidden] {
			color: #000;
			font-size: 16px;
			font-weight: normal;
			top: -20px;
			opacity: 1;
			visibility: visible !important;
		}

		.navbar-area .navbar-collapse .navbar-nav{
			position: relative;
			left:  25px;
			float: right;
			top: 14px;

		}
		.navbar-area .navbar-collapse .navbar-nav .nav-item{
			padding: 15px 0;
		}
		.btn-wrapper{
			padding: 15px 0!important;
		}
		.btn-wrapper:after{
			background-color:  transparent!important;
		}

		.titulo-solucoes{
			margin-bottom: -10px;
			margin-top: 20px;
		}

		#brand-carousel{	
			padding: 0;
		}
		.brand-carousel .single-brand-item{
			margin-bottom: 0;
		}

		.bloco-texto-carrossel{
			background-color: #cccccc17;
			border-left: 5px solid #0495d6;
			border-right: 5px solid #0495d6;
			border-radius: 5px;
			text-transform: uppercase;
			z-index: 9999;
			position: relative;
			padding:15px;
			top: -10px; 
			font-size: 15px;
			text-align: justify;
			font-weight:  bold;
			height: auto!important;
			margin-bottom: 0!important;
			-webkit-box-shadow: 0px 10px 6px 0px rgba(227,227,227,1);
			-moz-box-shadow: 0px 10px 6px 0px rgba(227,227,227,1);
			box-shadow: 0px 10px 6px 0px rgba(227,227,227,1);



		}

		/* Tooltip */


		.tooltip.bottom .tooltip-inner {
			background-color:#0495d6;
			padding:  10px;
			font-size: 16px;

		}
		.tooltip.bottom .tooltip-arrow {
			border-top-color: #0495d6;
		}

		.owl-controls{
			position: relative;
			bottom:  50px;
		}

		.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
			background: #0495d6;
		}


		.owl-stage-outer{
			max-height: 500px!important;
		}

		.bloco-texto-slide{
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}

	/* .single-slider-item {
		background: transparent url(assets/img/keyboard-black.jpg) repeat scroll center center / cover;


		} */
		.header-area .header-inner .single-slider-item:after{
			background-color: rgba(0, 0, 0, 0.2)!important;
		}

		#parallaxBar{
			height:400px;
			background-color:#004c82;
			background: url(assets/img/bg/header-bg-1.jpg) 50% 0 fixed;
			position: relative; 
			background-size: 1920px 991px;
		}

		#parallaxBar:after {
			position: absolute;
			content: '';
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 9;
			background-color: rgba(0, 0, 0, 0.5);
		}

		#parallaxBar .title {
			font-size: 50px;
			font-weight: 700;
			color: #fff;
			margin-bottom: 0;
			margin-top: -70px;
			text-align: center;
		}
		#parallaxBar .title .thin-text {
			font-weight: 400;
			color: #0495d6;
			display: block;
			font-size: 20px;
			margin-top: 50px;
		}
		#parallaxBar p {
			color: #fff;
			font-size: 25px!important;
			line-height: 28px;
			text-align: center;
			font-weight: bold; 
			margin-top: 30px;

		}
		#parallaxBar .btn-wrapper {
			margin-top: 0;
			bottom: -20px;
			position: relative; }
			#parallaxBar .boxed-btn {
				width: 170px;
				height: 50px;
				border-radius: 5px;
				line-height: 50px;
				margin-top: 36px;
				margin-bottom: 18px;
				font-weight: 700;
				margin: 0 10px;
				border: 1px solid transparent;
				text-transform: capitalize;
				font-size: 13px; 
			}
			#parallaxBar .btn-wrapper .boxed-btn:last-child {
				background-color: transparent;
				color: #fff;
				border: 1px solid;
			}
			#parallaxBar .btn-wrapper .boxed-btn:last-child:hover {
				background-color: #0495d6;
				border-color: #0495d6;
				color: #fff; 
			}
			#parallaxBar .btn-wrapper .boxed-btn:first-child {
				background-color: #0495d6;
				margin-left: 0; 
				font-size: 20px;
				width: 250px;
				position: relative;
				left: -370px;
				-webkit-transition: all 0.95s ease;
				-moz-transition: all 0.95s ease;
				-o-transition: all 0.95s ease;
				transition: all 0.95s ease;
			}
			#parallaxBar .btn-wrapper .boxed-btn:first-child:hover {
				background-color: #fff;
				color: #0495d6; 
				border:  1px solid #0495d6;
			}

			#parallaxBar .bloco-texto-slide {
				z-index: 999;
			}


			/*Formulario de cadastro*/


			#formCadastro p, #formCadastro label{
				color: #777;
			}
			#formCadastro input.error::-webkit-input-placeholder,#formCadastro textarea.error::-webkit-input-placeholder { color: red; }  /* WebKit, Blink, Edge */
			#formCadastro input.error:-moz-placeholder, #formCadastro textarea.error:-moz-placeholder { color: red; }  /* Mozilla Firefox 4 to 18 */
			#formCadastro input.error::-moz-placeholder, #formCadastro textarea.error::-moz-placeholder { color: red; }  /* Mozilla Firefox 19+ */
			#formCadastro input.error:-ms-input-placeholder, #formCadastro textarea.error:-ms-input-placeholder { color: red; }  /* Internet Explorer 10-11 */
			#formCadastro input.error::-ms-input-placeholder, #formCadastro textarea.error::-ms-input-placeholder { color: red; }  /* Microsoft Edge input.arror*/


			#formContato select{
				width: 100%;
				height: 50px;
				padding: 0 10px;
				border-radius: 5px;
				color: rgba(51, 51, 51, 0.5);!important;
				font-size:  16px;
			}
			#formContato input.error::-webkit-input-placeholder,#formContato textarea.error::-webkit-input-placeholder { color: red; }  /* WebKit, Blink, Edge */
			#formContato input.error:-moz-placeholder, #formContato textarea.error:-moz-placeholder { color: red; }  /* Mozilla Firefox 4 to 18 */
			#formContato input.error::-moz-placeholder, #formContato textarea.error::-moz-placeholder { color: red; }  /* Mozilla Firefox 19+ */
			#formContato input.error:-ms-input-placeholder, #formContato textarea.error:-ms-input-placeholder { color: red; }  /* Internet Explorer 10-11 */
			#formContato input.error::-ms-input-placeholder, #formContato textarea.error::-ms-input-placeholder { color: red; }  /* Microsoft Edge input.arror*/

			#blocoMapa{
				margin-top: 50px;
				padding: 0px 15px;
			}


			#blocoDownloads a:hover{
				text-decoration: none;
			}
			#blocoDownloads .icon img{
				width: 40px;
			}
			#blocoDownloadsArquivos .icon{
				float: left;
				margin-right: 25px;
			}
			#blocoDownloadsArquivos .item-downloads{
				margin-bottom: 25px;
			}

			#blocoDownloadsArquivos .item-downloads a{
				text-decoration:  none;
				display: block;
				width: 320px;

			}
			#blocoDownloadsArquivos .item-downloads h4{
				font-size: 18px;
				line-height: 2.5;

			}
			#blocoDownloadsArquivos .item-downloads a:hover h4{

				color: #0495d6;
			}
			#blocoDownloadsArquivos .item-downloads .bloco-downloads{
				text-align: left;
				margin-top: 30px;
				text-align: left;
				margin-top: 16px;
				position: absolute;
				z-index: 999;
				background: #0495d6;
				padding: 16px;
				width: 87%;
				-webkit-box-shadow: 5px 5px 1px 0px rgba(232,232,232,1);
				-moz-box-shadow: 5px 5px 1px 0px rgba(232,232,232,1);
				box-shadow: 5px 5px 1px 0px rgba(232,232,232,1);
			}
			#blocoDownloadsArquivos .item-downloads .bloco-downloads a p{
				color:  #fff;
				width: 95%;
			}

			#blocoDownloadsArquivos .item-downloads .bloco-downloads a:hover p{
				text-decoration:  underline;
			}

			#blocoDownloadsArquivos .item-downloads .bloco-downloads .close{
				opacity: 1;
				color: #fff;
				font-size: 33px;
				top: 6px;
				position: absolute;
				right: 10px;
			}

			#blocoDownloadsArquivos .item-downloads .bloco-downloads .close:hover{
				opacity: 0.5;
			}



			.bloco-video-parceiros{
				margin-bottom: 60px;

			}

			.bloco-video-parceiros img{
				-webkit-filter: brightness(0.7);
				-moz-filter: brightness(0.7);
				-ms-filter: brightness(0.7);
				-o-filter: brightness(0.7);
				filter: brightness(0.7);
			}


			/****** LOGIN MODAL ******/
			.loginmodal-container {
				padding: 30px;
				width: 100% !important;
				background-color: #F7F7F7;
				margin: 0 auto;
				border-radius: 2px;
				box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
				overflow: hidden;
				position: relative;
				top:  140px;
			}

			.loginmodal-container h1 {
				text-align: center;
				font-size: 36px;
				color: #0495d6;
				font-weight: 700;
				text-transform: uppercase;

			}

			.loginmodal-container input[type=submit] {
				width: 100%;
				display: block;
				margin-bottom: 10px;
				position: relative;
			}

			.loginmodal-container input[type=text], input[type=password], input[type=email], input[type=tel],  {
				height: 44px;
				font-size: 16px;
				width: 100%;
				margin-bottom: 10px;
				-webkit-appearance: none;
				background: #fff;
				border: 1px solid #d9d9d9;
				border-top: 1px solid #c0c0c0;
				/* border-radius: none; */
				padding: 0 8px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
			}

			.loginmodal-container input[type=text]:hover, input[type=password]:hover {
				border: 1px solid #b9b9b9;
				border-top: 1px solid #a0a0a0;
				-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
				-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
				box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
			}

			.loginmodal-container input[type=textarea]{
				padding: 20px 15px;
			}

			.loginmodal {
				text-align: center;
				font-size: 14px;
				font-family: 'Arial', sans-serif;
				font-weight: 700;
				height: 36px;
				padding: 0 8px;
				/* border-radius: 3px; */
/* -webkit-user-select: none;
user-select: none; */
}

.loginmodal-submit {
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #0495d6;
	padding: 17px 0px;
	font-size: 16px;

}

.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #0495d6;
}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
} 

.login-help{
	font-size: 14px;
}
.login-help a:hover{
	color: #0495d6 ;
}

#blocoSolucoes{
	padding: 60px 0 60px 0;
}

#blocoSolucoes .list-item span{
	color:#0495d6;
}

#radioTesteGratis .radio p{
	text-align: justify;
}
#radioTesteGratis .radio strong{
	color:#0495d6;
	font-size: 18px;
}


#blocoParcerias .bloco-img-parceiras{
	display: block;
	width: 20%;
	float: left;

}

#blocoParcerias .section-title{
	margin-top: -50px;
	margin-bottom: 47px;
}
#blocoParcerias .shared-hosting-area .icon img{
	max-width: 90%;
}
#blocoParcerias {
	padding-bottom: 50px;
	padding-top: 0!important;
}

#blocoParcerias .shared-hosting-area {

	padding: 60px 0 0px 0!important;
}

#blocoParcerias .lists {
	margin-left: 12%;
	margin-top: 0px;
}
#blocoParcerias .lists .list-item{
	display: inline-block;
	margin-right: 10px;
}

#blocoEditor ul li
{font-family: calibri!important;font-size: 17px!important;line-height: 26px!important;}


#blocoParcerias .shape{    
	border-style: solid; border-width: 0 60px 60px 0; float:right; height: 0px; width: 0px;
	-webkit-transform: rotate(360deg);  
	-moz-transform: rotate(360deg);  
	-o-transform: rotate(360deg);  
	transform: rotate(360deg); 
}
#blocoParcerias .shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-32px; top:0px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(46deg); /* Safari and Chrome */
	transform:rotate(46deg);
}

#blocoParcerias .shape-text i{
	color:#fff; font-size:20px;
	-ms-transform:rotate(0deg); /* IE 9 */
	-o-transform: rotate(0deg);  /* Opera 10.5 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
	transform:rotate(0deg);
	transition: all 0.35s ease;
	
}

#blocoParcerias .offer:hover .shape-text i{
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(46deg); /* Safari and Chrome */
	transform:rotate(46deg);
	transition: all 0.35s ease;

}


#blocoParcerias .offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
#blocoParcerias .shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
#blocoParcerias .offer-radius{
	border-radius:7px;
}
#blocoParcerias .offer-danger {	border-color: #d9534f; }
#blocoParcerias .offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
#blocoParcerias .offer-success {	border-color: #5cb85c; }
#blocoParcerias .offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
#blocoParcerias .offer-default {	border-color: #999999; }
#blocoParcerias .offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
#blocoParcerias .offer-primary {	border-color: #428bca; }
#blocoParcerias .offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
#blocoParcerias .offer-info {	border-color: #5bc0de; }
#blocoParcerias .offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}
#blocoParcerias .offer-warning {	border-color: #f0ad4e; }
#blocoParcerias .offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}


#blocoParcerias .offer-intel {	border-color: #0071c5; }
#blocoParcerias .offer-intel .shape{
	border-color: transparent #0071c5 transparent transparent;
}

#blocoParcerias .offer-dell {	border-color: #0087c7; }
#blocoParcerias .offer-dell:hover {	background-color: #0087c7; color:  #fff; }
#blocoParcerias .offer-dell:hover .lead{ color:  #fff; }

#blocoParcerias .offer-dell .shape{
	border-color: transparent #0087c7 transparent transparent;
}

#blocoParcerias .offer-positivo {	border-color: #0087c7; }
#blocoParcerias .offer-positivo .shape{
	border-color: transparent #0087c7 transparent transparent;
}

#blocoParcerias .offer-lenovo {	border-color: #E22319; }
#blocoParcerias .offer-lenovo .shape{
	border-color: transparent #E22319 transparent transparent;
}
#blocoParcerias .offer-daten {	border-color: #2C415F; }
#blocoParcerias .offer-daten .shape{
	border-color: transparent #2C415F transparent transparent;
}
#blocoParcerias .offer-samsung {	border-color: #1428A0; }
#blocoParcerias .offer-samsung .shape{
	border-color: transparent #1428A0 transparent transparent;
}
#blocoParcerias .offer-panasonic {	border-color: #474747 ; }
#blocoParcerias .offer-panasonic .shape{
	border-color: transparent #474747  transparent transparent;
}

#blocoParcerias .offer-hp {	border-color: ##0099d7 ; }
#blocoParcerias .offer-hp .shape{
	border-color: transparent ##0099d7  transparent transparent;
}

#blocoParcerias .offer-content{
	padding:0 20px 10px;
}

#blocoParcerias .offer-content h3.lead{
	text-align: center;
	font-weight: bold;
}

#blocoParcerias a{
	text-decoration:  none;
}



#blocoCards .bloco-item{
	margin-bottom: 30px;
}





.tooltip.top .tooltip-inner {
	background-color:#0495d6;
	padding:  10px;
	font-size: 16px;

}
#blocoServicos{
	padding: 0;
}

#blocoServicos .lists{
	float: left;
	width: 45%;
	display: block;
	margin: 0 auto;
	min-height: 347px;
}



/*Bloco Editor*/
#blocoSingle{
	padding-bottom: 40px;  
	padding-top: 0; 
}

#blocoEditor p {
	text-align: justify;
}

#blocoEditor strong {
	color: #0495d6!important;
} 
#blocoEditor ul {
	list-style: circle;
	margin-left: 30px;

}
#blocoEditor .principais-funcionalidades ul  {

	list-style:  none;

}
#blocoEditor .principais-funcionalidades li {

	margin-bottom: 70px; 

}
#blocoEditor .principais-funcionalidades li img {
	float: left;
	margin-right: 5px;
}

.menu-right{
	position: absolute;
	right: 50px;
	top: 29px;	
}

.navbar-area .navbar-collapse .navbar-nav .nav-item.btn-wrapper .boxed-btn-saiba-mais{
	float: left;	
	margin-right: 35px;
}
.navbar-area .navbar-collapse .navbar-nav .nav-item.btn-wrapper .boxed-btn-saiba-mais:hover{
	opacity: 0.5;	
}


.why-choose-us-area .single-why-us-box{
	text-align:  left!important;

}
.why-choose-us-area .single-why-us-box .icon{
	font-size: 55px;
}
.why-choose-us-area  h4{    
	font-size: 16px!important;
	line-height: 1.2380952380952381!important;
	text-align: left;
	margin-top: 0;
	font-weight: bold!important;
}
.why-choose-us-area p{    
	color: #242424!important;
	line-height: 1.625!important;
	font-size: 15px!important;
	text-align: left;
	font-weight: normal!important;
}


.service-area {
	padding: 50px 0 50px 0;
	background-color: #fff;
}

.service-area a{
	text-decoration:  none;
}
.service-area .title{
	font-size: 16px!important;
	line-height: 1.2380952380952381!important;
	text-align: left;
	margin-top: 0;
	
}
.service-area p{
	color: #242424!important;
	line-height: 1.625!important;
	font-size: 15px;
	text-align:  left;
	font-weight: normal!important;
}

.bloco-msg{
	margin-top: 40px;
	background-color: #cccccc17;
}
.bloco-msg p{
	font-size: 15px;
}

#testeGratis .contact-page-info-area{
	padding: 0px 0 25px 0;
}
#testeGratis .link-item{
	position: relative;
}

#testeGratis .check{ 
	opacity:0.8;
	color:#996;
	border:  5px solid #0495d6;
}

#testeGratis input[type=checkbox]{
	position: absolute;
	top:  70%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%, -50%);
	opacity: 0;

}

#testeGratis .img-thumbnail{
	padding: 0 5px 5px 5px; 
}
#testeGratis .btn-primary{
	background-color: transparent;
	border-color: transparent;
	padding: 0;
}
#testeGratis .btn-primary:hover{
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	border:  1px solid #0495d6;
}





#blocoServicos .mb-60 {
	margin-bottom: 60px;
}
#blocoServicos .services-inner {	
	margin-left: 35px;
	transition: .3s;
	min-height: 290px;
	background: #fff none repeat scroll 0 0;
	border: 2px solid transparent;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	padding-left: 30px;
	position: relative;

}

#blocoServicos .services-inner .link-saiba-mais {	
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-bottom: 0;


}
#blocoServicos .services-inner:hover{
	/* cursor: pointer; */
}
#blocoServicos .services-inner:hover img {
	border: 1px solid #0495d6;
	transition: .3s;
}


#blocoServicos .services-inner:hover  h4::before{
	background: #0495d6 none repeat scroll 0 0;
	width:  25%;
}
#blocoServicos .our-services-img {
	float: left;
	margin-left: -36px;
	margin-right: 22px;
	margin-top: 28px;
}
#blocoServicos .our-services-img img {
	width: 50px;
	position: relative;
	top: -21px;
	left: 15px;
	border:  none!important;
}
#blocoServicos .our-services-text {
	padding-right: 10px;
}
#blocoServicos .our-services-text {
	overflow: hidden;
	padding: 28px 0 25px 20px;
}
#blocoServicos .our-services-text h4 {
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
#blocoServicos .our-services-text h4::before {
	background: #EFEFEF none repeat scroll 0 0;	
	transition: all 0.3s ease;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 35px;
}
#blocoServicos .our-services-wrapper:hover .services-inner {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #0495d6;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
#blocoServicos .our-services-text p {
	margin-bottom: 0;
}
#blocoServicos p {
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	color: #666;
	margin-bottom: 15px;
}
#blocoServicos p i {
	margin-right: 6px;
	color: #0495d6;
	font-size: 6px;
}

#blocoServicos p:hover i {
	/* color:  #0495d6;
	transition: .3s; */
}
#blocoServicos .boxed-btn {
	background-color: #0495d6;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	width: 190px;
	height: 35px;
	line-height: 32px;
	margin-bottom: 40px;
}
#blocoServicos .boxed-btn:hover {
	color: #0495d6;
	background-color: #fff;
	border: 1px solid #0495d6;
}

.boxed-btn{
	background-color: #0495d6;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	width: 190px;
	height: 35px;
	line-height: 32px;
	margin-bottom: 40px;
}
.boxed-btn:hover{
	color: #0495d6;
	background-color: #fff;
	border: 1px solid #0495d6;
}


.breadcrumb-area.breadcrumb-bg-contato {
	background-image: url(assets/img/bg_topo_contato.jpg);
	background-size: cover;
	background-position: center;
}
.breadcrumb-area.breadcrumb-bg-contato.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumb-area.breadcrumb-bg-parcerias {
	background-image: url(assets/img/bg_topo_parcerias.jpg);
	background-size: cover;
	background-position: center;
	
}

.breadcrumb-area.breadcrumb-bg-parcerias.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.0);
}

.breadcrumb-area.breadcrumb-bg-sobre-nos {
	background-image: url(assets/img/bg_topo_sobre_nos.jpg);
	background-size: cover;
	background-position: center;
	
}

.breadcrumb-area.breadcrumb-bg-sobre-nos.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-area.breadcrumb-bg-carreira {
	background-image: url(assets/img/bg_topo_carreira.jpg);
	background-size: cover;
	background-position: center;
	
}

.breadcrumb-area.breadcrumb-bg-carreira.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-area.breadcrumb-bg-eventos {
	background-image: url(assets/img/bg_topo_eventos.jpg);
	background-size: cover;
	background-position: center;
	
}

.breadcrumb-area.breadcrumb-bg-eventos.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumb-area.breadcrumb-bg-servicos {
	background-image: url(assets/img/bg_topo_servicos.jpg);
	background-size: cover;
	background-position: center;
	
}

.breadcrumb-area.breadcrumb-bg-servicos.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-area.breadcrumb-bg-diagnostico {
	background-image: url(assets/img/bg/header-bg-1.jpg);
	background-size: cover;
	background-position: center;
	
}

.breadcrumb-area.breadcrumb-bg-diagnostico.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.5);
}


.breadcrumb-area.breadcrumb-bg-download.breadcrumb-area:after {

	background-color: rgba(0, 0, 0, 0.2);
}

.footer-area .footer-top-area{
	padding: 0!important;
}

footer .navigation li.active a{
	opacity: 0.8;
	text-decoration:  underline;
}

footer .footer-logo {
	margin: 10px 0!important;
}
footer .footer-logo img{
	width: 340px;
}
.footer-area .copyright-area {
	padding: 5px 0;
}
.footer-area .copyright-area .left-cotnent-area span.copyright-text {
	font-family: calibri!important;
	font-size: 17px!important;
}   
.footer-area .copyright-area .left-cotnent-area .copyright-text a{
	font-size: 14px;
	color: #fff;
}   

p{
	font-family: calibri!important;
	font-size: 17px!important;
	line-height: 26px!important;

}


.page-navigation p{
	color: #fff;
	font-size: 21px!important;
	line-height: 1.4!important;
	max-width: 90%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}


nav.small{
	position: fixed;
	display: block;
	float: none;
	z-index: 99999;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	padding-top: 0px!important;
	-webkit-box-shadow: -1px 5px 16px -4px rgba(0,0,0,0.75)!important;
	-moz-box-shadow: -1px 5px 16px -4px rgba(0,0,0,0.75)!important;
	box-shadow: -1px 5px 16px -4px rgba(0,0,0,0.75)!important;
	top: 0;
	left: 0;
	width: 100%;		
	height: 71px;	
}
nav.small {
	background-color: #09283c!important;
}
nav.small .logo {
	display: block!important;
}  

nav.small .logo img {
	width: 110px!important;
}  

nav.small .titulo-solucoes h2.title {
	top: -62px!important;
	left: 230px!important;
}

nav.small .navbar-collapse .navbar-nav {
	top: -2px!important;
}    
nav.small .navbar-collapse .navbar-nav .boxed-btn-saiba-mais {
	top: -8px!important;
}    



/*Absolute*/

.slash{
	background: url(assets/img/slash-green.png) no-repeat 0 0;
}


/* / RESPOSIVE MEDIAS */

@media (min-width: 1920px){
	
}

@media (min-width: 1680px) and (max-width: 1919px) {
	
}

@media (min-width: 1600px) and (max-width: 1679px) {
	
}

@media (min-width: 1440px) and (max-width: 1599px) {
	

}

@media (min-width: 1366px) and (max-width: 1439px) {
}

@media (min-width: 1280px) and (max-width: 1365px) {
}

@media (min-width: 1024px) and (max-width: 1279px) {
}

@media (min-width: 1024px){
	.header-area .header-inner .single-slider-item.header-bg-1 img{
		min-height:  500px;
	}
}

/* // Media padrão tablet e Celular */
@media (min-width: 1px) and (max-width: 767px) {

	.support-bar-area{
		display: block!important;
	}

	.topbar-bar{
		display: block!important;
	}
	.topbar-bar .topbar-inner{
		
		padding-top: 45px!important;  
	}

	.topbar-bar .topbar-inner .topbar-left-content ul li, .topbar-bar .topbar-inner .topbar-left-content ul li a{
		color:  #c86420!important;
	}

	.item-tel-mobile{
		
		display: block;
		float: none;
	}

	.topbar-bar .topbar-inner .topbar-left-content ul li i{
		display: inline-block;
		color: #fff;
		line-height: 26px;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background-color: #0495d6;
		text-align: center;
		margin-right: 10px;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		font-size: 12px;
	}

	.navbar-area .navbar-brand .logo{
		display: block;
		width: 100%;
	}

	.support-bar-area .support-bar-inner .right-content-area-cel{
		display: block;
		float: none;
	}

	.titulo-solucoes h2.title{
		display: none;
	}

	.navbar-toggle{
		position: relative;
		top: -89px;
		right: -30px;
		background-color: #0495d6;

	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}

	
	.logo img{
		left: 0;
	}

	#brand-carousel{
		margin-bottom: 0;
	}
	.owl-carousel .owl-item{
		top: 30px;
	}

	.menu-right{
		right: 35px;
		top: 7px;
	}

	.title-cel{
		display: block!important;
		/* margin-bottom: -3px; */
		color: #0495d6;
		font-weight: 700;
		text-transform: capitalize;
		font-size: 12px;
		width: 84%;
		margin: 23px auto 0 auto;
	}

	.navbar-collapse {
		z-index: 99999999999999!important;
	}

	.btn-cel{
		white-space: unset;
		font-size: 12px;
	}

	.small .navbar-toggle {
		top: -41px!important;

	}
	.small .logo img {
		top: 5px!important;
	}
	
	.item-service{
		width: 100%;
		min-width: auto;
	}
	.titulo-bloco{
		font-size: 11px;
		line-height: 1.75rem;
		font-weight: bold;
		margin: 11px auto;
		display: block;
		width: 92%;
	}

	.item-service img{
		width: 45%;
	}
	.bloco-banner .one-page-arrow {
		/* color: #45A4EC; */
		color: #fff;
		position: absolute;
		left: 40%;
		font-size: 17px;
		bottom: -17px;
		display: block;
		z-index: 999;
		width: 70px;
		padding: 20px;
		cursor: pointer;
	}






} 

@media (min-width: 768px) and (max-width: 1023px) {
	.titulo-solucoes h2.title{
		display: none!important;
	}

	.support-bar-area .support-bar-inner .right-content-area ul li:after{
		display: none!important;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
}

@media (min-width: 321px) and (max-width: 480px) {
}

@media (min-width: 1px) and (max-width: 320px) {
}
