
/* font-family: 'Exo 2', sans-serif; == Menus e TÃ­tulos H1 */
@import url('https://fonts.googleapis.com/css?family=Exo+2:200,300,400,700');

/* font-family: 'Ubuntu', sans-serif; == Menus e TÃ­tulos H1 */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
	outline:none;
}

a:link, a:visited {text-decoration: none}

table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

.nav-single {
	margin: 40px 0;
	
}

.nav-next {
	float: right;
}

.nav-previous a, .nav-next a {
	background: #f6544b;
	padding: 5px 20px;
	border-radius: 10px;
}

.nav-previous a:hover, .nav-next a:hover, .post-edit-link:hover {
	color: #ffd028;
}

.post-edit-link {
	background: rgba(55,0,0,1);
	padding: 5px 10px;
	border-radius: 10px;
	margin-top: 20px;
	display:inline-block;
		
}




/* Safari 4.0 - 8.0 */
@-webkit-keyframes fade {
    from {opacity:0; margin:50px 0 0 0}
    to {opacity:1; margin:0 0 0 0}
}

/* Standard syntax */
@keyframes fade {
    from {opacity:0; margin:50px 0 0 0}
    to {opacity:1; margin:0 0 0 0}
}


/* Margin 
 * --------------------------------------- */

.m-5 {
	margin: 5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margint: 30px;
}



.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}



.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}



.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}



.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}



/* Padding 
 * --------------------------------------- */

.p-5 {
	padding: 5px;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.p-30 {
	padding: 30px;
}



.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}



.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}



.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}



.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}



/* Custom CSS
 * --------------------------------------- */
body, html{
	font-family: 'Exo 2', sans-serif;
	color: #666;
	font-size:16px;
	width:100%;
	height:100%;
}

body {
	overflow-x: hidden
}

.conteudo {
	height:100%;
	margin:0 auto;	
	position:relative;
	vertical-align:middle;
	/*padding-top:135px;*/
}

.section {
	width:100%;
	height:100%;
}

.disp-cell {
	display:table-cell; 
	vertical-align:middle;	
}




/* Menu
 * --------------------------------------- */

.nav-open {
	display: block !important;
}

.nav-menu {
  display: none;
}

.menu-top {
	text-align:center;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	margin-top: 25px;
	float: left;
	width: 100%;
	font-weight: bold;
}

.menu-top ul {
	margin:0;
	padding:0;
}

.menu-top ul li {
	margin:0 10px;
	padding:5px;
	display:inline-block;
}

.menu-top ul li a {
	color:#9f2530;
}

.menu-top ul li a:hover, .menu-top ul li a:focus {
	color:#d55957;
	text-decoration:none;
}

.menu-top ul li a:after {
    color: #d55957;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    margin-left: 0;
    position: relative;
    right: -15px;
    top: -3px;
}

/*.menu-top ul li:last-child a:after {
    content: ""; 
}*/

.menu-top ul li:first-child a:before {
    color: #d55957;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    margin-left: 0;
    position: relative;
    right: 15px;
    top: -3px;
}

/* Home
 * --------------------------------------- */

.home {
	background: url(../imagens/banner1.jpg) no-repeat fixed;
	background-size: cover;
	height: 99%;
	min-height: 99%;
}

.home .container {
	position: relative;
}

.lgpd-style {

}

.top {
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 80px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	z-index: 1000;
}

.logo {
	position: absolute;
	left: 0;
	top: 15px;
}

.button-top {
	position: absolute;
	right: 0;
	top: 20px;
}


.btn-azul-outline {
	border: 3px solid #1bb1d6;
	padding: 10px 20px;
	border-radius: 35px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}

.btn-azul-outline:hover {
	background: #1bb1d6;
	color: #fff;
}

.btn-azul-outline:link, .btn-azul-outline:visited {
	color: #fff;
}


.btn-azul {
	border: 0;
	padding: 10px 20px;
	border-radius: 35px;
	display: inline-block;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #9a1f2c , #b63f40);
	color: #fff;
}

.btn-azul:hover {
	background-image: linear-gradient(to left, #9a1f2c , #b63f40);
	color: #fff;
}

.btn-azul:link, .btn-azul:visited {
	color: #fff;
}
	
.banner {
	padding-top: 26%;
}

.banner .container {
	position: relative;	
}

.barra {
	background-image: linear-gradient(to right, #9a1f2c , #b63f40);
	padding: 5px 0;
	
}

.box-losango {
	background: url(../imagens/losango.png) no-repeat center;
	min-height: 450px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	margin-top: -225px;
}

.box-losango .frase {
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	background: linear-gradient(to right, #8e1123 0%, #c14c48 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	max-width: 610px;
	margin: 0 auto;
	padding: 130px 0 20px 0;
}

.box-losango ul {
	margin-top: 40px;
}

.box-losango ul li {
	display: inline-block;
	margin: 0 20px;
	font-size: 22px;
}

.box-losango ul li a {
	color: #fff;
}

.box-losango ul li a:hover {
	color: #af373b;
}



/* Sobre
 * --------------------------------------- */


.sobre {
	padding: 20px 0;
	font-size: 20px;
	font-weight: 300;
}

.sobre .chamada {
	max-width: 1200px;
	margin: 0 auto 50px auto;
	text-align: center;
	font-size: 20px;	
}

.sobre .chamada p {
	margin-bottom: 30px;
}

.sobre .chamada h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}

.sobre .chamada h2 {

	font-weight: bold;
	font-size: 30px;
	margin-bottom: 25px;
	color: #000;
}

.divider {
	width: 6px;
	height: 66px;
	background: url(../imagens/divider.jpg) no-repeat;
	margin: 30px auto;	
}

.boxes {
	max-width: 1150px;
	margin: 0 auto;
}
.box-shadow {
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	margin: 0 10px 50px 10px;
	min-height: 380px;
	border: 2px dashed #f44c4e;
}

.box-shadow h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	margin: 20px 0;
}

/* Fabrica Chamada
 * --------------------------------------- */


.fabrica-chamada {
	padding: 20px 0;
	font-size: 20px;
	font-weight: 300;
}

.fabrica-chamada .chamada {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;	
}

.fabrica-chamada .chamada p {
	margin-bottom: 30px;
}

.fabrica-chamada .chamada h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}

.fabrica-chamada .chamada h2 {

	font-weight: bold;
	font-size: 30px;
	margin-bottom: 25px;
	color: #000;
}


/* Nossas Soluções
 * --------------------------------------- */

.solucoes {
	background: url(../imagens/bg-beneficios.jpg) #004e7e center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/*background: #9f2530;*/
	padding: 0;
}

.solucoes h1 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 50px 0 0 0;
}

.bd-top {
	width: 100%;
	height: 52px;
	background: url(../imagens/bd-top-solucoes.png) center;
}

.bd-bot {
	width: 100%;
	height: 50px;
	background: url(../imagens/bd-bot-solucoes.png) center;
}

.texto-solucoes {
	padding: 50px 0 0 50px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

.texto-solucoes p {
	margin-bottom: 30px;
	text-align: left;
	color: #fff;
}

.texto-solucoes h1 {
	font-size: 28px;
	color: #f44c4e;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
}

.texto-solucoes strong {
	color: #f44c4e;
}

/* Fabrica de Software
 * --------------------------------------- */

.fabrica {
	background: url(../imagens/bg-fabrica.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
}

.fabrica h1 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	padding: 50px 0 0 0;
}

.fabrica h2 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 0 0;
}

.fabrica .box-textos {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 20px;
}


.fabrica .box-textos .col-sm-4{
	margin-bottom: 40px;
}

.fabrica .box-textos h1 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding-top: 20px;
}

.fabrica .box-textos p {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}

.btn-out-branco {
	border: 3px solid #fff;
	border-radius: 50px;
	min-width: 260px;
	padding: 25px 60px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 30px;
	display: inline-block;
}

.btn-out-azul {
	border: 3px solid #f44c4e;
	border-radius: 50px;
	min-width: 260px;
	padding: 25px 60px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 30px;
	display: inline-block;
}


/* Metodologia 
 * --------------------------------------- */


.metodologia {
	padding: 20px 0;
	font-size: 20px;
	font-weight: 300;
}

.metodologia .chamada {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;	
}

.metodologia .chamada p {
	margin-bottom: 30px;
}

.metodologia .chamada h1 {
	font-weight: bold;
	font-size: 48px;
	background: linear-gradient(to right, #9a1f2c 0%, #00eac0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 350px;
	margin: 0 auto 15px auto;
}

.metodologia .chamada h2 {

	font-weight: bold;
	font-size: 30px;
	margin-bottom: 25px;
	color: #000;
}


/* Beneficios
 * --------------------------------------- */


.beneficios {
	background: url(../imagens/bg-beneficios.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
}

.beneficios h1 {
	text-align: center;
	background: linear-gradient(to right, #4bcff6 0%, #00eac0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 48px;
	font-weight: bold;
	padding: 50px 0 0 0;
}

.beneficios h2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0 0 0;
}


.beneficios .box-textos {
	margin-top: 50px;
	text-align: left;
	margin-bottom: 20px;
	padding: 20px 10% 80px 10%;
}

.beneficios .box-textos .col-sm-12 {
	margin-bottom: 30px;
}

.beneficios .box-textos img {
	float: left;
	margin-right: 30px;
}

.beneficios .box-textos h1 {
	font-weight: bold;
	font-size: 24px;
	color: #f44c4e;
	padding-top: 7px;
	text-align: left;
}

.beneficios .box-textos p {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}



/* Clientes
 * --------------------------------------- */

.clientes {
	padding: 10px 0;
}

.clientes h1 {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #f44c4e;
	margin-bottom: 20px;
}

.clientes h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}


.logo-clientes {
	text-align: center;
	padding: 80px 0 0 0;
}

.logo-clientes img {
	display: inline-block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	opacity: 0.5;
	transition: 0.5s;
	margin: 0 30px 30px 30px;
}

.logo-clientes img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
	opacity: 1;
}


/* Experimente
 * --------------------------------------- */

.experimente {
	background: #351a1c;
	color: #fff;
	padding: 0 0 50px 0;
	text-align: center;
}

.experimente h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 200;
	color: #f44c4e;
	margin-top: 50px;
}

.experimente h1 strong {
	font-weight: 500;
	color: #fff;
}

.unidades {
	padding: 0 20%;
	margin-top: 50px;
}

.unidades h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}

.unidades .col-sm-6 {
	border-right: 1px dashed #f44c4e;
}

.unidades .col-sm-6 h1 {
	margin-top: 0;
}

.unidades .col-sm-6:last-child {
	border-right: 0;
}

/* Footer Section 6
 * --------------------------------------- */

footer {
	width: 100%;
	background-image: linear-gradient(to right, #9a1f2c , #b63f40);
	color: #fff;
	text-align: center;
	padding: 40px 0;
	font-size: 14px;
	position: relative;
}

footer a {
	color: #ffd028;
	text-decoration: none;
}

footer a:hover {
	color: #000;
	text-decoration: none;
}
 

.logo-footer {
	position: absolute;
	left: 0;
	top: -10px;
}

.redes {
	position: absolute;
	right: 0;
	top: -5px;;
}

.redes ul {
	margin: 0;
	padding: 0;
}

.redes ul li {
	display: inline-block;
	margin: 0 15px;
	font-size: 22px;
}

.redes ul li a {
	color: #fff;
}



/* Modal */

.modal-backdrop {
   /*background-color: transparent;*/
}

.modal-dialog {
	/*min-width:1300px;
	padding-top:5%*/
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);

}

/* Nav Tabs ==================================== */

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    display: table;
	margin: 40px 0;
}

.vertical-tab .nav-tabs{
   display: table-cell;
   width: 40%;
   min-width: 40%;
   border: none;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
	border-bottom: 1px solid #f44c4e;
    margin-top: 1px;
	
}
.vertical-tab .nav-tabs li a{
    color: #f44c4e;
    background-color: rgba(255,255,255,0.1);
    font-size: 24px;
    font-weight: 500;
	text-transform: uppercase;
    text-align: left;
    padding: 25px 30px 25px 120px;
    margin: 0;
    border-radius: 0;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
	line-height: 26px;
	
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border:none;
	padding-left: 120px;
}

/*Tab Icone Email*/
.vertical-tab .nav-tabs li a.email {
    background: url(../imagens/repair.png) no-repeat  40px rgba(255,255,255,0.1);
}

.vertical-tab .nav-tabs li a.email:hover,
.vertical-tab .nav-tabs li.active a.email,
.vertical-tab .nav-tabs li.active a.email:hover{
    background: url(../imagens/repair_r.png) no-repeat 40px;
}

/*Tab Icone Email Seguro*/
.vertical-tab .nav-tabs li a.email-seguro {
    background: url(../imagens/repair.png) no-repeat  40px rgba(255,255,255,0.1);
}

.vertical-tab .nav-tabs li a.email-seguro:hover,
.vertical-tab .nav-tabs li.active a.email-seguro,
.vertical-tab .nav-tabs li.active a.email-seguro:hover{
    background: url(../imagens/repair_r.png) no-repeat 40px;
}

/*Tab Icone SMS*/
.vertical-tab .nav-tabs li a.sms {
    background: url(../imagens/repair.png) no-repeat  40px rgba(255,255,255,0.1);
}

.vertical-tab .nav-tabs li a.sms:hover,
.vertical-tab .nav-tabs li.active a.sms,
.vertical-tab .nav-tabs li.active a.sms:hover{
    background: url(../imagens/repair_r.png) no-repeat 40px;
}

/*Tab Icone Verifier*/
.vertical-tab .nav-tabs li a.verifier {
    background: url(../imagens/repair.png) no-repeat  40px rgba(255,255,255,0.1);
}

.vertical-tab .nav-tabs li a.verifier:hover,
.vertical-tab .nav-tabs li.active a.verifier,
.vertical-tab .nav-tabs li.active a.verifier:hover{
    background: url(../imagens/repair_r.png) no-repeat 40px;
}

/*Tab Icone Voz*/
.vertical-tab .nav-tabs li a.voz {
    background: url(../imagens/repair.png) no-repeat  40px rgba(255,255,255,0.1);
}

.vertical-tab .nav-tabs li a.voz:hover,
.vertical-tab .nav-tabs li.active a.voz,
.vertical-tab .nav-tabs li.active a.voz:hover{
    background: url(../imagens/repair_r.png) no-repeat 40px;
}

.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    height: 100%;
    width: 10px;
    background-color: #f44c4e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    background-color: #fff;
    width: 10px;
    transform: scaleY(0);
    left: 0;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    left: 0px;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    transform: scale(1);
}
.vertical-tab .tab-content{
    color: #666;
    background: transparent;
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    vertical-align: top;
    padding: 0 0 0 50px;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    font-size: 24px;
    margin: 0 0 5px 0;
}

