
/* AUXILIARES -------------------------------------------------- */

.align-left {
	text-align: left !important;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.align-justify {
	text-align: justify !important;
}

.bold {
	font-weight: bold !important;
}

.titulo {
	font-weight: bold;
	font-size: 2.4em;
	padding-bottom: 25px;
}

.cor-azul {
	color: #90abda;
}

.cor-verde {
	color: #06ab4e;
}

.cor-laranja {
	color: #e8a111;
}


/* GERAL -------------------------------------------------- */

.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

#pag-planos {
	font-family: 'Titillium Web';
	font-size: 18px;
}

.btn-grande {
	padding: 20px 70px;
	font-size: 1.1em;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.btn-verde {
	letter-spacing: 1px;
	color: white;
	background-color: #06ab4e;
    border-color: #06ab4e;
    transition: 0.3s;
}
.btn-verde:hover {
	color: white;
	background-color: #01902f;
    border-color: #01902f;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	transition: 0.3s;
    /* scale */
	-ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.btn-azul {
	letter-spacing: 1px;
	color: white;
	background-color: #047195;
    border-color: #047195;
	transition: 0.3s;
	/* scale */
	-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-azul:hover {
	color: white;
	background-color: #0a5b88;
    border-color: #0a5b88;
    transition: 0.3s;
    /* scale */
	-ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.btn-laranja {
	letter-spacing: 1px;
	color: white;
	background-color: #e8a111;
    border-color: #e8a111;
    transition: 0.3s;
}
.btn-laranja:hover {
	color: white;
	background-color: #cb8b08;
    border-color: #cb8b08;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	transition: 0.3s;
    /* scale */
	-ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


/* TOPO -------------------------------------------------- */

.navbar-default {
    background-color: white;
    border-color: #e5e5e5;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.navbar-default .navbar-nav > li > a {
    color: #047195;
    font-size: 14px;
    padding: 17px 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:visited {
    color: #0a5b88;
}

.navbar-default .navbar-nav > li.bordered > a {
    border: 2px solid #047195;
    border-radius: 5px;
    padding: 7px 7px;
    margin: 8px 3px;
}

.navbar-default .navbar-nav > li.bordered.laranja > a {
	border-color: #ed8123;
	color: #ed8123;
}

.navbar-default .navbar-nav > li.filled > a {
    background: #e8a111;
    color: white;
    border: 2px solid #e8a111;
    border-radius: 5px;
    padding: 7px 7px;
    margin: 8px 3px;
}

.navbar-default .navbar-brand {
	width: 310px;
	height: 50px;
	padding: 5px 15px;
	background-image: url(../img/logo-deficienteonline.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.menu-label,
.menu-icon {
	display: inline-block;
	vertical-align: middle;
	padding-left: 7px;
	color: #888888;
}

.menu-icon .icon-bar {
	height: 3px;
}

.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: none;
}

/* BLOCO INTRO -------------------------------------------------- */

#pag-planos .blc-intro {
	margin-top: 50px;
	padding: 100px 0;
	background-color: white;
	background-image: url(../img/pcd-01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#pag-planos .blc-intro .intro1 {
	font-size: 1.8em;
	color: white;
}

#pag-planos .blc-intro .intro2 {
	font-weight: bold;
	font-size: 2.5em;
	margin-bottom: 50px;
	color: white;
}


/* BLOCO COMO -------------------------------------------------- */

#pag-planos .blc-como {
	padding: 80px 0 110px 0;
	background-color: #f2f2f2;
	background-image: url(../img/network-01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 500px;
}

#pag-planos .blc-como .container p {
	margin-top: 30px;
	text-align: justify;
}


/* BLOCO NUMEROS -------------------------------------------------- */

#pag-planos .blc-numeros {
	padding: 90px 0 130px 0;
	background-color: white;
	background-image: url(../img/screen-site.png);
	background-position: 220% 110%;
	background-repeat: no-repeat;
	background-size: 750px;
}
#pag-planos .blc-numeros.scrolled2 {
	transition: all 1.5s ease;
	background-position: 135% 110%;
}

#pag-planos .blc-numeros .container p {
	margin: 15px 0 0 0;
}

#pag-planos .blc-numeros .item-numeros {
	display: table-cell;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 75%;
	color: #06ab4e;
	opacity: 0;
	/* flip bg */
	-moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#pag-planos .blc-numeros.scrolled1 .item-numeros {
	transition: all 0.5s ease;
	opacity: 1;
	/* flip bg */
	-moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

#pag-planos .blc-numeros .item-numeros .numero {
	display: table-cell;
	width: 100%;
	height: 60px;
	padding-left: 80px;
	vertical-align: bottom;
	font-size: 1.9em;
}

#pag-planos .blc-numeros .item-numeros .texto {
	width: 100%;
	height: 40px;
	padding-left: 85px;
	font-size: .9em;
}


/* BLOCO SISTEMA -------------------------------------------------- */

#pag-planos .blc-sistema {
	padding: 100px 0 130px 0;
	background-color: #016082;
	background-image: url(../img/screen-sistema.png);
	background-repeat: no-repeat;
    background-position: -150% bottom;
    background-size: auto 85%;
	color: white;
}
#pag-planos .blc-sistema.scrolled2 {
	transition: all 1.5s ease;
	background-position: -300px bottom;
}

#pag-planos .blc-sistema .titulo {
	font-size: 32px;
}

#pag-planos .blc-sistema .container p {
	margin: 30px 0;
}

#pag-planos .blc-sistema .item-sistema {
	width: 100%;
    height: 90px;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80px;
    padding: 30px 0 30px 95px;
    margin-bottom: 30px;
    vertical-align: middle;
    font-size: .85em;
    opacity: 0;
	/* flip bg */
	-moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#pag-planos .blc-sistema.scrolled1 .item-sistema {
	transition: all 0.5s ease;
	opacity: 1;
	/* flip bg */
	-moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/* BLOCO PLANOS -------------------------------------------------- */

#pag-planos .blc-planos {
	padding: 70px 0 100px 0;
	background-color: #fffaf0;
}

#pag-planos .blc-planos .titulo {
	margin-bottom: 50px;
}

#pag-planos .blc-planos .item-plano {
	margin: 0 15px;
	border: 1px solid #cdcdcd;
	border-radius: 0px;
	background-color: white;
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

#pag-planos .blc-planos .item-plano .nome {
	height: 100px;
	padding: 15px 0 40px 0;
	text-align: center;
	line-height: 1.4em;
	color: white;
	background-color: #e8a111;
	background-repeat: no-repeat;
	background-position: center 90%;
	background-size: auto 20px;
}

#pag-planos .blc-planos .item-plano .nome span {
	font-size: 1.6em;
	font-weight: bold;
}

#pag-planos .blc-planos .item-plano .texto {
	height: 380px;
	padding: 15px 25px;
	text-align: center;
	font-size: .9em;
}

#pag-planos .blc-planos .item-plano .texto span {
	font-size: 1.2em;
	font-weight: bold;
}

#pag-planos .blc-planos .item-plano .botao {
	text-align: center;
	margin-bottom: 30px;
}

#pag-planos .blc-planos .item-plano .botao .btn {
	font-weight: normal;
}


/* BLOCO FAQ -------------------------------------------------- */

#pag-planos .blc-faq {
	padding: 70px 0 100px 0;
	background-color: #e5e5e5;
}

#pag-planos .blc-faq .faq-item {
	display: block;
	border-bottom: 1px solid #bbbbbb;
}
#pag-planos .blc-faq .faq-item:nth-of-type(1) {
	border-top: 1px solid #bbbbbb;
}

#pag-planos .blc-faq .faq-item .pergunta {
	display: block;
	padding: 15px 40px 15px 40px;
	font-weight: bold;
	background-image: url(../img/seta-baixo.png);
	background-repeat: no-repeat;
	background-position: 12px 52%;
	background-size: 15px;
	cursor: pointer;
}
#pag-planos .blc-faq .faq-item .pergunta:hover {
	background-color: #e9e9e9;
}

#pag-planos .blc-faq .faq-item .resposta {
	display: none;
	padding: 15px 40px 25px 40px;
}


/* BLOCO DEPOIMENTOS -------------------------------------------------- */

#pag-planos .blc-depoimentos {
	padding: 50px 0 50px 0;
	background-color: #016082;
	color: white;
}

#pag-planos .blc-depoimentos .item-depoimento {
	display: table;
	width: 100%;
	padding: 20px 0;
}

#pag-planos .blc-depoimentos .item-depoimento .imagem {
	float: left;
	width: 25%;
	text-align: right;
	padding-right: 20px;
}

#pag-planos .blc-depoimentos .item-depoimento .imagem img {
	width: 50px;
	height: 50px;
	border: 2px solid white;
	border-radius: 25px;
}

#pag-planos .blc-depoimentos .item-depoimento .dados {
	float: left;
	display: inline-block;
	width: 75%;
}

#pag-planos .blc-depoimentos .item-depoimento .dados .nome {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

#pag-planos .blc-depoimentos .item-depoimento .dados .empresa {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}

#pag-planos .blc-depoimentos .item-depoimento .dados .texto {
	display: block;
	font-size: 19px;
	font-style: italic;
	font-family: Times;
}


/* BLOCO CLIENTES -------------------------------------------------- */

#pag-planos .blc-cliente {
	padding: 50px 0 50px 0;
	background-color: white;
}

#pag-planos .blc-cliente .titulo {
	margin-bottom: 50px;
	color: grey;
}

#pag-planos .blc-cliente .item-cliente {
	margin-bottom: 30px;
}

#pag-planos .blc-cliente .item-cliente div {
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
}


/* BLOCO TELEFONE -------------------------------------------------- */

#pag-planos .blc-telefone {
	padding: 80px 0 80px 0;
	background-color: #e8a111;
	color: white;
}

#pag-planos .blc-telefone .glyphicon {
	font-size: 3.5em;
	position: relative;
	top: -22px;
}

#pag-planos .blc-telefone p {
	font-size: 2em;
	line-height: 1em;
	letter-spacing: 1px;
}

#pag-planos .blc-telefone p b {
	font-size: 1.2em;
}


/* BLOCO CONTATO -------------------------------------------------- */

#pag-planos .blc-contato {
	padding: 50px 0 110px 0;
	background-color: white;
}

#pag-planos .blc-contato label {
	font-weight: normal;
}

#pag-planos .blc-contato input,
#pag-planos .blc-contato textarea {
	font-size: 18px;
	padding: 20px 15px;
}

#pag-planos .blc-contato textarea {
	resize: none;
	height: 216px;
}


/* RODAPÉ -------------------------------------------------- */

#blc-rodape {
	font-size: 13px;
	padding-bottom: 20px;
}

#blc-rodape .logo {
	display: block;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

#blc-rodape .logo .container {
	height: 50px;
	background-image: url(../img/logo-deficienteonline.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
}

#blc-rodape .logo .container .social {
	float: right;
	padding: 15px;
	margin: 10px 5px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: 0.3s;
}
#blc-rodape .logo .container .social:hover {
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	transition: 0.3s;
    /* scale */
	-ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

#blc-rodape .logo .container .social.facebook {
	background-image: url(../img/icon-social-facebook.png);
}
#blc-rodape .logo .container .social.plus {
	background-image: url(../img/icon-social-plus.png);
}
#blc-rodape .logo .container .social.linkedin {
	background-image: url(../img/icon-social-linkedin.png);
}
#blc-rodape .logo .container .social.twitter {
	background-image: url(../img/icon-social-twitter.png);
}

#blc-rodape ul {
	padding: 0;
	list-style-type: none;
}

#blc-rodape ul li {
	padding-bottom: 3px;
}

#blc-rodape ul li.title {
	font-size: 17px;
	padding-bottom: 20px;
}

#blc-rodape .assinatura {
	border-top: 1px solid #e5e5e5;
	font-family: Arial;
	font-size: 12px;
	padding: 15px;
	margin-top: 30px;
}
