@charset "utf-8";
/* CSS Document */

/*
MOVICEL WEBSITE STYLESHEET

SUMMARY
1  - GENERAL CHANGES
2  - NAVBAR & LOGO
3  - SEARCH
4  - BUTTON
5  - HOMEPAGE
6  - FORM LOGIN
7  - MODAL LOGIN
8  - FOOTER
9  - COLOR
10 - TEMP SLIDER
*/

/*-------------- GENERAL CHANGES ------------*/

body {
	font-family: 'Maven Pro', sans-serif;
	color: #202020;
	overflow-x: hidden;
	width: 100%;
}

section {
	margin-top: 20px;
}

.thumbnail {
	border: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.pull-right {
	margin-right: -20px;
}

.p20 {
	padding: 20px;
}

.p0 {
	padding: 0 !important;
}

/*-------------- NAVBAR & LOGO ------------*/

#primaryNav .visible-mobile {
	display: none !important;
}

.cbp-hrmenu {
	width: 100%;
	height:48px;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	margin-left: -10px;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 2em;
	color: #ffffff;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #eee;
	text-decoration: none;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 2em;
	padding-top: 2em;
	z-index: 999999;
	opacity: 1;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 24%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.containermenu {
	position:absolute;
	width:100%;
	z-index:99999999999999;
}

.userlogin {
	float:right;
}

/*styling open close button*/
.mobileToggle {
	display:none;
	position:absolute;
	right:100px;
	top:10px;
	z-index:999999999;
	font-size:30px;
}

.mobileToggle a {
	text-decoration:none;
}

.mobileToggle-open:after {
	content:"\f0c9";
	font-family: "FontAwesome";
	transition:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.mobileToggle-close:after {
	content:"\f00d";
	font-family: "FontAwesome";
	transition:all 2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.mainVoice {
	font-weight: 900;
	text-transform: uppercase;
}

.content {
	width: 100%;
	margin-top: 200px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.logo {
	width: 100%;
	height: auto;
	max-height: 70px;
	margin-top: 25px;
}

.navbar-brand{
	padding-top:20px;
}

.navbar-header {
	height: 120px;
}

.searchmenu {
	width: 250px;
}

.topnav {
	float: left;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
	clear: right;
	text-transform: uppercase;
}

#primaryNav .active{
	background-color: #eee;
	font-weight: bold;
}

.mainmenu {
	font-size: 12px;
}

.mainmenu h4 {
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.mainmenu a:link {
	color: #fff;
	padding-right: 20px;
	line-height: 18px;
}

.mainmenu a:visited {
	color: #fff;
}

.toplink nav > li > a:link,
.toplink nav > li > a:visited {
	text-decoration: none;
	color: #999;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	color:#202020;
}

.navbar-collapse {
	width:75%;
}

.topnav li a:link {
	color:#bf1919 !important;
}

/*-------------- Mobile version ------------*/

.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	left: 0;
	z-index: 999999999999;
}

.wrap {
	color: #e9e9e9;
	text-align: center;
	max-width: 90%;
	margin: 0 auto;
	font-size: 18px;
}

.wrap ul.wrap-nav {
	border-bottom: 1px solid #575757;
	text-transform: capitalize;
	padding: 150px 0 100px;
}

.wrap ul.wrap-nav li {
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	width: 24%;
	position: relative;
}

.wrap ul.wrap-nav li a {
	color: #202020;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}

.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}

.wrap ul.wrap-nav ul {
	padding: 20px 0;
}

.wrap ul.wrap-nav ul > li {
	display: block;
	font-size: 18px;
	width: 100%;
	font-weight: bold;
	color:#e9e9e9;
}

.wrap ul.wrap-nav ul li a {
	color:#fff;
}

.wrap ul.wrap-nav ul li a:hover {
	color:#34B484;
}

/*-------------- SEARCH ------------*/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
	url('../fonts/icomoon/icomoon.woff') format('woff'),
	url('../fonts/icomoon/icomoon.ttf') format('truetype'),
	url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	width: 0;
	min-width: 60px;
	height:40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top:0;
	border:none;
	width: 100%;
	height: 40px;
	margin-top: 10px;
	z-index: 10;
	padding:-20px 10px 10px 10px;
	font-family: inherit;
	font-size: 14px;
}

.sb-search-input::-webkit-input-placeholder {
	color: #ccc;
}

.sb-search-input:-moz-placeholder {
	color: #ccc;
}

.sb-search-input::-moz-placeholder {
	color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
	color: #ccc;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background:none; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	z-index: -1;
}

.sb-icon-search {
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*-------------- BUTTON ------------*/

.button {
	min-width: 150px;
	max-width: 250px;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button:focus {
	outline: none;
}

.button > span {
	vertical-align: middle;
}

.button--size-s {
	font-size: 14px;
}

.button--size-m {
	font-size: 16px;
}

.button--size-l {
	font-size: 18px;
}

.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.button--text-thin {
	font-weight: 300;
}

.button--text-medium {
	font-weight: 500;
}

.button--text-thick {
	font-weight: 600;
}

.button--round-s {
	border-radius: 5px;
}

.button--round-m {
	border-radius: 15px;
}

.button--round-l {
	border-radius: 40px;
}

.button--border-thin {
	border: 1px solid;
}

.button--border-medium {
	border: 2px solid;
}

.button--wayra {
	overflow: hidden;
	width: 245px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.button--wayra:hover::before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.centoperc {
	width:100%;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-color: #000;
}

.dropdown-items li ul li  a:link {
	color: #555;
}

/* ------------------------ HOMEPAGE ---------------------*/

div.tab-container {
	z-index: 10;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

div.plano-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

div.plano-tab-menu div.list-group {
	margin-bottom: 0;
}

div.plano-tab-menu div.list-group>a {
	margin-bottom: 0;
}

div.plano-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
}

div.plano-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
}

div.plano-tab-menu div.list-group>a.active,
div.plano-tab-menu div.list-group>a.active .glyphicon,
div.plano-tab-menu div.list-group>a.active .fa {
	border:none;
}

div.plano-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #000000;
}

div.plano-tab-content {
	font-size: 14px;
	display: table;
	width: 100%;
}

div.plano-tab div.plano-tab-content:not(.active){
	display: none;
}

#equipamentos .carousel-inner.onebyone-carosel {
	width: 90%;
	padding-bottom: 10px;
}

.onebyone-carosel .active.left {
	left: -33.33%;
}

.onebyone-carosel .active.right {
	left: 33.33%;
}

.onebyone-carosel .next {
	left: 33.33%;
}

.onebyone-carosel .prev {
	left: -33.33%;
}

.list-group-item {
	border: none;
	border-bottom: 1px solid #ccc;
}



/* ------------------------ DEVICE CAROUSEL ---------------------*/

#equipamentos .carousel-control.right {
	background: none;
	opacity: 0.6;
	right: 80px;
	top: 190px;
}

#equipamentos .carousel-control.left {
	background: none;
	opacity: 0.6;
	left: -55px;
	top: 190px;
}

#equipamentos .carousel-inner {
	position: relative;
	width: 80%;
	overflow: hidden;
	margin-left: 5%;
	min-height: 540px;
}

#equipamentos .carousel-inner .item > div {
	height: 500px;
	padding: 20px 0;
}

.nav-tabs.nav-justified > li a:link {
	font-size:18px;
}

#equipamentos .carousel-control .glyphicon-chevron-right,
#equipamentos .carousel-control .icon-next {
	margin-right: -55px;
}

#equipamentos .carousel-control .glyphicon-chevron-left,
#equipamentos .carousel-control .icon-prev {
	margin-left: -55px;
}

.box-price {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	clear:both;
	width:100%;
}

.box-phonename {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.bigtitlered,
.bigtitlebalck,
.bigtitleBlue,
.bigtitleGrey {
	font-weight: 900;
	text-align: right;
	font-size: 36px;
	text-transform: lowercase;
	padding: 15px;
	width: 40%;
	float: right;
	margin-bottom: 0;
	margin-right: 0;
}

.mb25 {
	margin-bottom:25px;
}

.glyphicon .glyphicon-shopping-cart {
	margin-right:10px;
}

/*---------- FORM LOGIN----------------- */

input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control{
	border-radius: 0;
}

/*-------------- MODAL LOGIN ------------*/

.modal-content {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	border: 0;
	text-align: left;
}

.modal-header {
	padding: 25px 25px 15px 25px;
	border: 0;

}

.modal-header .close {
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header p {
	color: #fff;
	text-shadow: none;
	opacity: 1;
	text-align: center;
}

.modal-title {
	margin-bottom: 10px;
	line-height: 30px;
}

.modal-body {
	padding: 25px 25px 30px 25px;
	background: #fff;
	text-align: left;

}

.modal-body img {
	margin-bottom: 15px;
}

.modal-body form textarea {
	height: 100px;
}

.modal-body form .input-error {
	border-color: #399599;
}

/*-------------- FOOTER ------------*/
#footer {
	font-size: 14px;
	padding: 30px 0;
	margin-top: 30px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer .subfooter li {
	display: inline;
	padding-right: 10px;
}

#footer .drop-up {
	top: auto;
	bottom: 100% !important;
	background-color: #202020;
}

#footer .caret-up {
	/* Safari */
	-webkit-transform: rotate(-180deg);

	/* Firefox */
	-moz-transform: rotate(-180deg);

	/* IE */
	-ms-transform: rotate(-180deg);

	/* Opera */
	-o-transform: rotate(-180deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}

#footer .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
}

#footer i {
	padding-right:10px;
}

.footertitle {
	font-size:1.2em;
	font-weight: 900;
}

.swiper-button-next {
	background-image: url(../img/next.png);
}

.swiper-button-prev {
	background-image: url(../img/prev.png);
}

/*-------------- RESPONSIVE  ------------*/

@media (max-width:490px)
{
	body {
		font-size:16px;
	}
}

@media (max-width: 940px)
{
	#primaryNav .visible-mobile {
		display: inline !important;
	}

	#primaryNav  .hidden-mobile {
		display: none !important;
	}

	.logo {
		margin-top: 25px;
	}
}

@media screen and (max-width: 844px)
{
	.cbp-hrmenu {
		font-size: 80%;
	}
}

@media screen and (max-width: 688px)
{
	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #aaaaaa;
	}

	.cbp-hrmenu > ul > li > a {
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em)
{
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}
@media (max-width: 1000px)
{
	.fr {
		width:100%;
	}

	.wrap ul.wrap-nav>li {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #575757;
	}

	.wrap ul.wrap-nav {
		padding: 30px 0 0;
	}

	.social {
		color: #c1c1c1;
		font-size: 25px;
		padding: 15px 0;
	}

	.social-icon {
		width: 100%;
		height: 50px;
		background: #fff;
		color: #333;
		display: block;
		margin: 5px 0;
	}

	.mobileToggle {
		display: inline;
		position: absolute;
		top: 52px;
		right: 10px;
	}

	.navbar-brand {
		padding-left: 0;
	}

	.hidden-mobile {
		display: none !important;
	}

	.bigtitlered,
	.bigtitlebalck,
	.bigtitleBlue,
	.bigtitleGrey {
		font-weight: 900;
		text-align: right;
		font-size: 24px;
		text-transform: lowercase;
		padding: 15px;
		width: 65%;
		float: right;
		box-shadow: 0 -6px 14px rgba(166,166,166,0.29);
		margin-bottom: 0;
		margin-right: 0;
	}

	#section-flip-2 {
		border-top: 3px solid #eee;
		padding: 0;
	}

	#section-flip-3 {
		border-top:3px solid #eee;
		padding: 0;
	}

    #equipamentos .carousel-inner {
		max-height: 500px;
		padding: 0;
		overflow: hidden;
		margin-left: 10%;
	}

	.recarga-mobile p {
		display: none;
	}

	.recarga-mobile {
		padding-bottom: 30px;
		text-align: center;
	}

	.facil-mobile p {
		display: none;
	}

	.facil-mobile {
		padding-bottom: 30px;
		text-align: center;
	}

	.liberty-mobile p {
		display: none;
	}

	.liberty-mobile {
		padding-bottom: 30px;
		text-align: center;
	}

	.carousel-control.left {
		background: none;
		color: #fff;
		opacity: 0.6;
		left: 5px;
		top: 40%;
		text-align: center;
	}

	.carousel-control.right {
		background: none;
		color: #fff;
		opacity: 0.6;
		right: 5px;
		top: 40%;
		text-align: center;
	}

	.carousel-control.right img,
	.carousel-control.left img {
		width: 30px;
		height: auto;
	}
}
