/* GLOBAL STYLES
-------------------------------------------------- */
body {
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
    color: #29293a;
}
h3:not(.h3-faq), .h3-title:not(.h3-faq), h3:not(.h3-call-to-action) {
	font-size: 3em;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}

.h3-faq, .faq-p, .h3-call-to-action {
	text-align: left!important;
}
.h3-faq:after,.h3-call-to-action:after {
	visibility: hidden;
}

h4, .h4-title {
	margin: 20px 0;
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 1.3em;
	float: left;
	width: 100%;
	text-align: left;
	text-transform: initial;
}


p {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #656565;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row-margin {
	margin-bottom: 40px;
}
.row-margin:last-child {
	margin-bottom: 0;
}

.select {
	margin-top: 40px;
	margin-bottom: 40px;
}

.lead-p {
	font-size: 1.2em;
	text-align: left;
}


/* hr title */
.divider-title {
    display: inline-block;
    border: 0;
    font-size: 0;
    line-height: 0;
    height: 3px;
    max-width: 100px;
    width: 100%;
	background: linear-gradient(to right, #ed1c94 50%, #981df0 120%);
	position: relative;
}

.section {
	padding: 100px 0;
}

.flex {
	display: flex!important;
}

button, a{ 
-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
}

.btn {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 9px 30px;
    min-width: 210px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 35px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #29293a;
    background-color: transparent;
    border-color: #ededed;
    transition: .25s all ease;
	white-space: nowrap;
}

.btn-general {
	float: left;
	transition: .25s all ease;
}

.btn:hover {
	color: #29293a;
	transition: .25s all ease;
	border: 2px solid #29293a;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    text-align: right;
    width: 50px;
    height: 50px;
    display: inline;
    position: absolute;
    right: 20px;
	text-shadow: 0 0 20px #3e3e3e;
	font-size: 2em;
	color: #fff;
	opacity: 1;
}	
button.close:hover, button.close:focus {
	color: #ff4600;
	transition: .25s all ease;
}


.btn-dropdown {
	font-family: "Lato", sans-serif;
	text-transform: initial;
	border: 0px solid transparent;
	background-color: #fff;
	transition: .25s ease all;
}

.btn-dropdown:hover, .btn-dropdown:focus  {
	color: #ff4600;
	border: 0px solid transparent;
	transition: .25s ease all;
}


.btn-select {
	border: 2px solid #ededed!important;
	transition: .25s ease all;
}

.btn-select:hover, .btn-select:focus {
	border: 2px solid #ff4600!important;
	transition: .25s ease all;
}

.btn-enviar {
	border-color: #ff4600;
	transition: .25s all ease;
}

.btn-call-to-action {
	float: right;
}
	
.btn-enviar:hover, .btn-enviar:focus {
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	color: #fff;
	border: 2px solid transparent;
	transition: .25s all ease;
}

.bold {
	font-weight: 800;
}

.modal-content {
	border: 0px solid transparent;
	background-color: transparent;
}

.h3-call-to-action {
	font-size: 2em!important;
	text-align: left;
	padding-bottom: 0!important;
}
.push-right {
	float: right;
}

.push-left{
	float: left;
}

.white {
	color: #fff!important;
}

.experimente-call-to-action {
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	padding: 60px 0;
	position: relative;
}

.experimente-call-to-action h3{
	margin-bottom: 0!important;
	padding-bottom: 10px;
	font-size: 2em;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* transparent menu bar */
.navbar {
	padding: 0 20px;
}

.navbar-default {
	background-color:transparent !important;
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}

.small-nav {
	padding: 20px 0!important;
	transition: ease .25s;
}

.nav-start {
	top: 0;
    left: 0;
    z-index: 50;
    margin: 0 auto;
    width: 100%;
	position: absolute;
	transition: ease-in-out .25s;
background-color: rgba(0,0,0,0.3);
}

.navbar .fa-bars {
	color: #fff;
}

.navbar-nav {
	float: right;
}
.navbar-nav li {
	margin: 0 5px;
}

.nav-item-icons {
	display: inherit;
	margin: 0 5px!important;
}

#li-dropdown {
	width: initial;
	min-width: initial;
}

#li-dropdown .dropdown-menu {
	left: -165px;
	top: 75%;
	border-radius: 35px 0 35px 35px;
}


#li-dropdown .dropdown-menu .dropdown-item {
	padding: 15px;
	color: black;
	font-size: 0.9em;
}

#li-dropdown .dropdown-menu .dropdown-item:hover {
	border-radius: 35px 0 35px 35px;
	color: #ff4600;
}

#li-dropdown .dropdown-menu .dropdown-item:before {
	background: transparent!important;
}

#navbarDropdown::after {
	display: none!important;
}
#li-dropdown .fa-angle-down {
	font-size: 0.9em;
	margin-left: 2px;
}



.navbar-nav li.active > a, .navbar-nav a:focus, .navbar-nav a:hover {
	color: yellow;
	transition: .25s;
}

.navbar-nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	position: relative;
    display: inline-block;
    line-height: 1;
    transition: .25s;
    vertical-align: middle;
	letter-spacing: 2px;
	padding: 40px 0;
	background: transparent;
}

.navbar-nav li.active > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
	top: 0;
    right: 0;
    height: 3px;
    content: "";
    display: inline-block;
    opacity: 1;
    transition: .25s;
    background: ;
}
.navbar-nav a:before {
	position: absolute;
    bottom: 0;
    left: 0;
	top: 0;
    right: 0;
    height: 3px;
    content: "";
    display: inline-block;
    opacity: 0;
    transition: 250ms;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
}

.navbar-nav a:hover::before {
	opacity: 1;
	transition: .25s;
}
.fixed-top {
	background-color: #fff;
	box-shadow: 1px 0 20px #e0e0e0;
	z-index: 999999;
}

.fixed-top .navbar-nav li > a {
	color: #29293a;
}

.fixed-top .navbar-nav li.active > a {
	color: #ff4600;
}

.navbar-brand {
	font-family: "Lato", sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	transition: .25s;
	margin-top: -24px;
}

.fixed-top .navbar-brand {
	margin-top: -5px;
}

.fixed-top .navbar-brand img {
	color: #29293a;
	width: 115px!important;
}

.nav-item-icons i {
	font-size: 0.9em;
	margin-top: -2px;
}

.fixed-top .nav-item-icons i {
	font-size: 0.8em!important;
	color: #656565!important;
}

.nav-start .cart-number {
	border-radius: 100%;
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	color: #fff;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	width: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 32%;
}

.fixed-top .cart-number {
	border-radius: 100%;
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	color: #fff;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	width: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	right: -10px;
	top: 20%;
}

.fixed-top #li-dropdown .dropdown-menu {
    box-shadow: 1px 0 20px #e0e0e0;
    border-radius: 35px 0 35px 35px;
    left: -175px;
    top: 80%;

}
/* FIXED FAB BUTTON */
.fab-tip {
	position: fixed;
	right: 75px;
	padding:0 10px;
	text-align: right;
	background-color: #323232;
	border-radius: 20px;
	color: #FFF;
	width:auto;
	font-size: 0.8em;
}
.fab-btn{
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align:center;
	color: #FFF;
    box-shadow: 0 2px 9px 0px #b3b3b3;
	position: fixed;
	bottom: 24px;
	right: 24px;
	font-size: 1.5em;
	display: inline-block;
	cursor: default;
	line-height: 2em;
	cursor: pointer!important;
}
.fab-btn span{
	vertical-align:middle;
}
.fab-btn.child{
    right: 28px;
    width: 40px;
    height: 40px;
    display: none;
    opacity: 0;
    font-size: 1em;
    line-height: 2.5em;
}
.backdrop_gray{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ECECEC;
	opacity: 0;
	display: none;
}

/* CUSTOMIZE THE FAQ
-------------------------------------------------- */
.faq {
	width: 100%;
	flex-direction: column;
	margin-bottom: 0;
}

.faq-row h3,.faq-row .h3-faq {
	font-size: 2em;
	text-align: left;
	padding-bottom: 0;
	padding-left: 40px;
}

.faq-icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	fill: yellow;
}

.faq .card {
	border-radius: 35px!important;
	flex: 1 0 0%;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	text-align: left;
	background: #ffffff;
	box-shadow: none;
	word-wrap: break-word;
	border: 1px solid rgba(0,0,0,.125)!important;
}

.faq .card:not(:last-child) {
	margin-bottom: 20px;
}

.faq .card-title {
	margin-bottom: 0;
}

.faq .card a {
	display: block;
	padding: 15px 80px 15px 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #29293a;
	transition: inherit;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.41667;
	border-bottom-width: 0;
	border-radius: 35px;
}

.faq .card-arrow {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    width: 70px;
    background: black;
    border-radius: 0 35px 35px 0;
    transition: .25s all ease;
}

.faq .card-arrow::before, .faq .card-arrow::after {
    position: absolute;
    left: 22px;
    z-index: 90;
    transition: .25s;
}

.faq .card-title a.collapsed .card-arrow::before {
    opacity: 1;
}

.faq .arrow-net {
	 background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
}

.faq .arrow-tel {
	 background:linear-gradient(to right, #00a7ff 0%, #7700ff 100%);
}

.faq .arrow-tv {
	 background: linear-gradient(to right, #9F00FF 0%, #5700d0 100%);
}

.faq .card-arrow::before {
    display: block;
	content: '';
	background-image: url("../icons/more.svg");
    opacity: 0;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: calc(65% - 20px);
}

.faq .card-title a.collapsed .card-arrow::after {
    opacity: 0;
}

.faq .card-arrow::after {
    display: block;
	content: '';
	background-image: url("../icons/less.svg");
    opacity: 1;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: calc(52% - 20px);
}

.faq .collapse {
    position: relative;
    z-index: 1;
    color: #656565;
    border-radius: 0 0 10px 10px;
}

.faq .card-body {
	padding: 0 100px 20px 30px;
}

.faq .card-body p {
	margin-bottom: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel h1 */
.h1-banner {
	color: #fff;
	font-size: 4em;
}

/* Carousel button General styling */
.btn-banner {
	color: #fff;
}
/* Btn hover for net slide */
.btn-net:hover {
	background:#fff;
	color: #FF4600;
	border: 2px solid #fff;
}
/* Btn hover for tel slide */
.btn-tel:hover {
	background:#fff;
	color: #00a7ff;
	border: 2px solid #fff;
}
/* Btn hover for tel slide */
.btn-tv:hover {
	background:#fff;
	color: #9F00FF;
	border: 2px solid #fff;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 15%;
  z-index: 10;
  width: 40%;
}

.carousel-inner .lead-p {
	color: #fff;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 650px;
}

.carousel-tel {
	background-image: url("../img/banner-tel.jpg");
	background-size: cover;

}
.carousel-tv {
background-image: url("../img/banner-tv.jpg");
	background-size: cover;

}
.carousel-empresas {
background-image: url("../img/banner-empresas.jpg");
	background-size: cover;

}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 800px;
}

.carousel-net {
	background-image: url("../img/banner-1.jpg");
	background-size: cover;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 50px;
	height: 50px;
}

.carousel-control-prev-icon {
	    background-image: url(../icons/jumbotron-prev.svg);
}
.carousel-control-next-icon {
	    background-image: url(../icons/jumbotron-next.svg);
}

/* CUSTOMIZE SECTION 1
-------------------------------------------------- */
#section-1 h3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: 0;
    height: 3px;
}

#section-1 h4, #section-1 .h4-title {
	color: #FF4600;
}

.col-cidade .select2-container, .col-bairro .select2-container, .col-rua .select2-container {
	border: 1px solid #ff4600;
}
.col-bairro .select2-container--disabled, .col-rua .select2-container--disabled {
	border: 1px solid transparent!important;
}




/* CUSTOMIZE THE TABS
-------------------------------------------------- */

.fade:not(.show) {
	 display: block;
  height: 0;
  overflow: hidden;	
}
.tabs-residencial, .tabs-empresarial, .tabs-telefonia, .tabs-combos {
	width: 100%;
	margin-top: 40px;
}

.nav-tabs {
	border: 0 solid #ededed;
	border-bottom-width: 1px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
}

.tabs-residencial .nav-tabs li.nav-item, .tabs-empresarial .nav-tabs li.nav-item, .tabs-telefonia .nav-tabs li.nav-item, .tabs-combos .nav-tabs li.nav-item {
    float: none;
    border: 0;
    transition: .25s all ease;
	display: inline-block;
	margin: 0 auto;
}

.nav-tabs .nav-link {
	padding: 0 10px 15px 10px;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.4;
	border: 0;
	color: #29293a;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	display: block;
	vertical-align: middle;
	position: relative;
	margin-bottom: -1px;
}

.nav-tabs li.nav-item a.link-fibra.active {
	color: #FF4600;
	font-weight: 800;
	transition: .25s ease;
}

.nav-tabs li.nav-item a.link-wireless.active {
	color: #ff005e;
	font-weight: 800;
	transition: .25s ease;
}

.nav-tabs li.nav-item a.link-telefonia.active {
	color: #00a7ff;
	font-weight: 800;
	transition: .25s ease;
}

.nav-tabs li.nav-item a.link-combos.active {
	color: #7700ff;
	font-weight: 800;
	transition: .25s ease;
}

.nav-tabs li.nav-item a.link-fibra::after {
    content: '';
    position: absolute;
    background: #FF4600;
    transition: .25s ease;
	width: 0;
	bottom: 0;
    left: 0;
    height: 1px;
}

.nav-tabs li.nav-item a.link-wireless::after {
    content: '';
    position: absolute;
    background: #ff005e;
    transition: .25s ease;
	width: 0;
	bottom: 0;
    left: 0;
    height: 1px;
}

.nav-tabs li.nav-item a.link-telefonia::after {
    content: '';
    position: absolute;
    background: #00a7ff;
    transition: .25s ease;
	width: 0;
	bottom: 0;
    left: 0;
    height: 1px;
}

.nav-tabs li.nav-item a.link-combos::after {
    content: '';
    position: absolute;
    background: #7700ff;
    transition: .25s ease;
	width: 0;
	bottom: 0;
    left: 0;
    height: 1px;
}

.tabs-horizontal.tabs-line .nav-tabs li.nav-item a.nav-link.active::after {
	width: 100%;
}

.tabs-horizontal.tabs-line:not(.tabs-line-small) .nav-tabs > li.nav-item:not(:last-child) {
    margin-right: 67px;
}
.tab-pane {
	width: 100%;
	margin: 0 auto;
}

.pricing-res-item, .pricing-emp-item, .pricing-tel-item, .pricing-combo-item  {
	float: left;
	text-align: center;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	transition: .25s ease-in-out;
	z-index: 9999;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: move;
	outline: none;
}

.slick-residencial-fibra .pricing-header, .slick-empresarial-fibra .pricing-header {
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #FF4600;
	border-bottom: 0 transparent;
	color:#29293a;
}
.slick-residencial-wireless .pricing-header, .slick-empresarial-wireless .pricing-header {
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #ff005e;
	border-bottom: 0 transparent;
	color:#29293a;
}

.slick-telefonia .pricing-header {
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #00a7ff;
	border-bottom: 0 transparent;
	color:#29293a;
}

.slick-combos .pricing-header {
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #7700ff;
	border-bottom: 0 transparent;
	color:#29293a;
}

.exclusive-item .pricing-header  {
	padding-top: 40px;
}

.slick-residencial-fibra .pricing-header strong, .slick-empresarial-fibra .pricing-header strong {
	color: #FF4600;
}

.slick-residencial-wireless .pricing-header strong, .slick-empresarial-wireless .pricing-header strong {
	color: #ff005e;
}

.slick-telefonia .pricing-header strong {
	color: #00a7ff;
}

.slick-combos .pricing-header strong {
	color: #7700ff;
}

.pricing-subtitle {
	
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
}

.pricing-header .pricing-money {
	font-size: 3.5em;
	color: #29293a;
	margin-bottom: 0;
	line-height: 1;
}

.pricing-header .currency {
	
	font-family: "Lato", sans-serif;
	font-size: 0.4em;
}

.pricing-header h5 {
	font-size: 3em;
	color: #29293a;
	margin-bottom: 0;
	text-transform: inherit;
}



.exclusive-item{
	color: #fff;
}

.pricing-header .pricing-vencimento, .pricing-footer .pricing-taxa {
	font-size: 0.8em;
	font-family: "Oswald", sans-serif;
	letter-spacing: 1px;
	display: block;
}
.pricing-footer .pricing-taxa {
	color: #fff;
	margin-top: 5px;
}


.exclusive-item .pricing-body, .exclusive-item .pricing-header, .exclusive-item .pricing-footer {
	border: 1px solid transparent;
}


.slick-residencial-fibra .exclusive-item .best-choice, .slick-empresarial-fibra .exclusive-item .best-choice {
	background-color: #FF4600;
	color: #fff;
}

.slick-residencial-wireless .exclusive-item .best-choice, .slick-empresarial-wireless .exclusive-item .best-choice {
	background-color: #ff005e;
	color: #fff;
}

.slick-telefonia .exclusive-item .best-choice {
	background-color: #00a7ff;
	color: #fff;
}

.slick-combos .exclusive-item .best-choice {
	background-color: #7700ff;
	color: #fff;
}

.best-choice .h5-title, .best-choice, .best-choice .pricing-money, .best-choice strong {
	color: #fff!important;
	text-transform: inherit;
}

.tag-best-choice{
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  margin: 0;
  right: 10px;
}
.tag-best-choice span {
  display: block;
  width: 120px;
  height: 24px;
  background-color: yellow;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  text-align: center;
  line-height: 24px;
  right: -26px;
  top: 22px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  font-size: 0.6em;
  text-transform: uppercase;
  color: black!important;
}
.tag-exclusive {
	background-color: #383838;
    color: #ff4600;
    width: 50%;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 25%;
}
.tag-exclusive span{
	padding: 5px 10px;
}

.tag-price-before {
	text-decoration: line-through;
}


.slick-residencial-fibra .pricing-body, .slick-empresarial-fibra .pricing-body  {
	border: 1px solid #ff4600;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
	padding: 0 20px;
}

.slick-residencial-wireless .pricing-body ,.slick-empresarial-wireless .pricing-body {
	border: 1px solid #ff005e;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
}

.slick-telefonia .pricing-body {
	border: 1px solid #00a7ff;
	border-top: 0;
	border-bottom: 0;
}

.slick-combos .pricing-body {
	border: 1px solid #7700ff;
	border-top: 0;
	border-bottom: 0;
}

.pricing-body ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
}
.pricing-body li{
	padding-top: 0;
	padding-bottom: 15px;
}
.pricing-body li:first-child  {
	padding-top:15px;
}

.pricing-body i {
	margin-right: 10px;
}

.slick-residencial-fibra .pricing-footer, .slick-empresarial-fibra .pricing-footer {
	background-color: #ff4600;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #FF4600;
	color:#29293a;
	border-top: 0;
}

.slick-residencial-wireless .pricing-footer, .slick-empresarial-wireless .pricing-footer {
	background-color: #ff005e;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #ff005e;
	color:#29293a;
	border-top: 0;
}

.slick-telefonia .pricing-footer {
	background-color: #00a7ff;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #00a7ff;
	color:#29293a;
	border-top: 0;
}

.slick-combos .pricing-footer {
	background-color: #7700ff;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #7700ff;
	color:#29293a;
	border-top: 0;
}


.btn-res-wireless, .btn-res-fibra, .btn-emp-wireless, .btn-emp-fibra, .btn-telefonia, .btn-combos {
	color: #fff;
	width: 75%;
}

.pricing-apos-vencimento {
	display: block;
	text-align: center;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 1.1em;
	margin-top: 10px;
	letter-spacing: 1px;
}

.btn-res-fibra:hover, .btn-res-fibra:focus, .btn-emp-fibra:hover, .btn-emp-fibra:focus {
	color: #ff4600;
	background: #fff;
	transition: .25s;
	border: 2px solid #fff;
}

.btn-res-wireless:hover, .btn-res-wireless:focus, .btn-emp-wireless:hover, .btn-emp-wireless:focus {
	color: #ff005e;
	background: #fff;
	transition: .25s;
	border: 2px solid #fff;
}

.btn-telefonia:hover, .btn-telefonia:focus {
	color: #00a7ff;
	background: #fff;
	transition: .25s;
	border: 2px solid #fff;
}

.btn-combos:hover, .btn-combos:focus {
	color: #7700ff;
	background: #fff;
	transition: .25s;
	border: 2px solid #fff;
}

/* THIS IS THE SLICK CAROUSEL */
.slick-arrow {
	    background-repeat: no-repeat;
	width: 50px;
	height: 50px;
}

.slick-prev, .slick-next {
	display:none;
	width: 65px!important;
	height: 65px!important;
}

.slick-prev{
	left:-65px!important;
}

.slick-prev:before {
	display: block;
	content: url("../icons/res-prev.png")!important;
	background-size: 65px 65px;
	left: -90px!important;
	width: 65px!important;
	height: 65px!important;
}

.slick-telefonia .slick-prev:before, .slick-combos .slick-prev:before {
	display: block;
	content: url("../icons/tel-prev.png")!important;
	background-size: 65px 65px;
	left: -90px!important;
	width: 65px!important;
	height: 65px!important;
}

.slick-next{
	right:-65px!important;
}

.slick-next:before, .slick-next:before {
	display: block;
	content: url("../icons/res-next.png")!important;
	background-size: 65px 65px;
	line-height: 0;
	width: 65px;
	height: 65px;
}

.slick-telefonia .slick-next:before, .slick-combos .slick-next:before {
	display: block;
	content: url("../icons/tel-next.png")!important;
	background-size: 65px 65px;
	line-height: 0;
	width: 65px;
	height: 65px;
}

.slick-dots {
	bottom: -40px!important;
}

.slick-dots li button:before{
	font-size: 13px!important;
	color: #869791!important;
}
.slick-dots li.slick-active button:before {
	color: #29293a!important;
	font-size: 15px!important;
}
/* SECTION 2 */
#section-2 {
	padding-top: 0;
}

#section-2 h3:after {
    content: '';
    position: absolute;
     background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 20%;
	bottom: 0;
    left: 0;
    height: 3px;
}

#section-2 h4, .h4-title {
	margin: 20px 0;
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 1.3em;
	color: #ff4600;
	float: left;
}

.call-to-action-net {
	border-top: 1px solid #FF4600;
	border-bottom: 1px solid #FF4600;
	padding: 20px 0;
	position:relative;
	background: transparent;
	margin-top: 80px;
	margin-bottom: 80px;
}

.call-to-action-net:before {
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background:linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    top:-1px;
    left:0;
}

.call-to-action-net:after {
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background:linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    bottom:-1px;
    left:0;
}
.call-to-action-net .lead-p {
	margin-bottom: 0;
	text-align: left;
	float: left;
	padding-top: 7px;
}

.call-to-action-net .btn-general {
	font-size: 0.9em;
	float: right;
	border: 1px solid;
}

.call-to-action-net .btn-general:hover {
	color: #FF4600;
	border: 1px solid #ff005e;
}

.call-to-action-net .text-left {
	text-align: left;
	float: left;
}



/* CUSTOMIZE SECTION 3
-------------------------------------------------- */
#section-3 {
	    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
}

#section-3 #row-s3 {
	margin-top: 40px;
}

.coluna-net{
	padding: 15px;
}

.coluna-net:first-child {
	margin-bottom: 20px;
}

#section-3 h3 {
	text-align: center;
	color: #fff;
}

#section-3 h3:after {
    content: '';
    position: absolute;
    background: yellow;
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: calc(55% - 125px);
    height: 3px;
}

#section-3 h5 {
	text-align: left;
	color: yellow;
	font-size: 1.5em;
	}

#section-3 p {
	color: rgba(255,255,255,.9);
}

.icon-section-3, #section-3 .fas {
	float: left;
	margin-right: 15px;
	color: #fff;
}

/* CUSTOMIZE SECTION 4
-------------------------------------------------- */
#section-4 {
	background-image: url("../img/banner-tel-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
#section-4 h3, #section-4 p {
	color: #fff;
}

#section-4 h3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #00a7ff 0%, #7700ff 100%);
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: 0;
    height: 3px;
}

/* CUSTOMIZE SECTION 5
-------------------------------------------------- */
#section-5 h3:not(.h3-faq), #section-5 .lead-p {
	text-align: center;
	width: 100%;
}
#section-5 h3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #00a7ff 0%, #7700ff 100%);
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: calc(53% - 125px);
    height: 3px;
}

.call-to-action-tel {
	border-top: 1px solid #c4268c;
	border-bottom: 1px solid #c4268c;
	padding: 20px 0;
	position:relative;
	background: transparent;
	margin-top: 80px;
	margin-bottom: 80px;
}

.call-to-action-tel:before {
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background:linear-gradient(to right, #00a7ff 0%, #7700ff 100%);
    top:-1px;
    left:0;
}

.call-to-action-tel:after {
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background:linear-gradient(to right, #00a7ff 0%, #7700ff 100%);
    bottom:-1px;
    left:0;
}
.call-to-action-tel .lead-p {
	margin-bottom: 0;
	text-align: left;
	float: left;
	padding-top: 7px;
}

.call-to-action-tel .btn-general {
	font-size: 0.9em;
	float: right;
	border: 1px solid;
}

.call-to-action-tel .btn-general:hover {
	color: #00a7ff;
	border: 1px solid #7700ff;
}

.call-to-action-tel .text-left {
	text-align: left;
	float: left;
}


/* CUSTOMIZE SECTION 6
-------------------------------------------------- */
#section-6 {
	    background:linear-gradient(to right, #00a7ff 0%, #7700ff 100%);
}


#section-6 #row-s6 {
	margin-top: 40px;
}

#section-6 .coluna-tel{
	padding: 15px;
}

#section-6 .coluna-tel:first-child {
	margin-bottom: 20px;
}

#section-6 h3 {
	text-align: center;
	color: #fff;
}

#section-6 h3:after {
    content: '';
    position: absolute;
    background: yellow;
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: calc(53% - 125px);
    height: 3px;
}

#section-6 h5 {
	text-align: left;
	color: yellow;
	font-size: 1.5em;
	}


#section-6 p {
	color: rgba(255,255,255,.9);
}

.icon-section-6, #section-6 .fas {
	float: left;
	margin-right: 15px;
	color: #fff;
}

/* CUSTOMIZE SECTION 7
-------------------------------------------------- */
#section-7 {
	background-image: url("../img/banner-tv.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
#section-7 h3, #section-7 p {
	color: #fff;
}

#section-7 h3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: 0;
    height: 3px;
}
#section-7 .form-group {
	padding-left: 0!important;
}

/* CUSTOMIZE SECTION 8
-------------------------------------------------- */
#section-8 h3, #section-8 .lead-p {
	text-align: center;
	width: 100%;
}
#section-8 h3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: calc(50% - 62px);
    height: 3px;
}


.call-to-action-tv {
	border-top: 1px solid #9F00FF;
	border-bottom: 1px solid #9F00FF;
	padding: 20px 0;
	position:relative;
	background: transparent;
	margin-top: 80px;
	margin-bottom: 80px;
}

.call-to-action-tv:before {
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background: linear-gradient(to right, #9F00FF 0%, #5700d0 100%);
    top:-1px;
    left:0;
}

.call-to-action-tv:after {
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    background: linear-gradient(to right, #9F00FF 0%, #5700d0 100%);
    bottom:-1px;
    left:0;
}
.call-to-action-tv .lead-p {
	margin-bottom: 0;
	text-align: left;
	float: left;
	padding-top: 7px;
}

.call-to-action-tv .btn-general {
	font-size: 0.9em;
	float: right;
	border: 1px solid;
}

.call-to-action-tv .btn-general:hover {
	color: #9F00FF;
	border: 1px solid #5700d0;
}

.call-to-action-tv .text-left {
	text-align: left;
	float: left;
}

/* CUSTOMIZE APP BANNER
-------------------------------------------------- */
.app-banner {
	background: url("../img/banner-app.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 650px;
	padding-top: 90px !important;
}
.app-banner h3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: 0;
    height: 3px;
}
.app-banner ul {
	display: table!important;
}
.app-banner .fa-ul {
	margin-left: 30px!important;
}
.app-banner .fa-li {
	left: -37px!important;
	top: 3px;
} 
.app-banner .fa-ul i {
	color: #20d220!important;
}
.app-banner .btn {
	min-width: 50px;
	border: 2px solid #29293a;
}
.app-banner .btn:hover {
	color: #ff4600;
	border: 2px solid #ff4600;
}

.app-banner .lead-p {
	display: inline-block;
	color: #000;
}
/* CUSTOMIZE SECTION 10
-------------------------------------------------- */

#section-10 {
	background-color: #f2f3f9;
}

#section-10 h3{
	text-align: center;
}

#section-10 h3:after {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 125px;
	bottom: 0;
    left: calc(53% - 125px);
    height: 3px;
}

.row-testimonials {
	display: block;
}
.slick-testimonials .item {
	margin: 40px;
	padding: 40px;
	background-color: #fff;
	border-radius: 35px;
}
.slick-testimonials .slick-slide img {
	display: inline-block;
}

.attachment-group {
	margin-top: 20px;
}

.attachment-thumbnail, .attachment-thumbnail img {
	border-radius: 35px;
	width: 100px;
	height: auto;
}

.attachment-icon {
	width: 21px;
	height: 21px;
}

.modal-dialog {
	max-width: 75%;
	text-align: center;
}

.modal-backdrop.show{
	opacity: .7;
}

.modal-dialog img {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 35px;
	
}
.row-comment h4 {
	margin-top: 0;
	margin-bottom:0;
}


.title {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 1.7em;
	margin-top:20px;
	margin-bottom: 20px;
	line-height: 1;
}

.name {
	font-weight: 800;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0;
}

.slick-testimonials .lead-p {
	margin-top: 20px;
}

.tag-net, .tag-tel, .tag-tv {
	padding: 3px 10px;
	text-transform: uppercase;
	font-size: 12px;
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	color: #fff;
	border-radius: 35px;
	font-family: "Oswald", sans-serif;
}

.tag-tel {
	background:linear-gradient(to right, #00a7ff 0%, #7700ff 100%);
}

.tag-tv {
	background: linear-gradient(to right, #9F00FF 0%, #5700d0 100%);
}

.row-comment {
	margin-top: 40px;
	display: inline-flex;
}

/*COMMENT FORM */

label.file-upload{position:relative;overflow:hidden}
label.file-upload input[type=file]{display:none;}
label.file-upload {
	padding: 7px 20px;
	height: 40px;
	width: 80px;
	min-width: 80px;
	margin-bottom: 0;
	margin-left: 20px;
}
#comments-form label:not(.file-upload) {
	font-family: "Oswald", sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 20px;
	color: #29293a;
}

#comments-form .btn-enviar {
	float: right;
	margin-right: 20px;
}

.form-control {
	border: 0px solid transparent;
	border-radius: 35px;
	padding: 8px 20px;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
}
.dropdown {
	width: 100%;
	min-width: 100%;
}
.dropdown-menu {
	border: 0px solid transparent;
	border-radius: 0 0 15px 15px;
	font-family: "Lato", sans-serif;
	text-align: center;
	min-width: 200px;
	padding: 0;
	letter-spacing: 1px;
}

.dropdown-item {
	padding: 9px 70px;
	transition: .25s ease all;
	background-color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
	background: #fbfbfb;
	transition: .25s ease all;
	color: #ff4600;
}
/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
#section-11 {
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);	
}

#section-11 h3 {
	text-align: center;
}

#section-11 img {
	width: 40px;
	margin-bottom: 10px;
}
#section-11 .lead-p {
	text-align: center;
	margin-bottom:0;
}

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
footer {
	padding: 100px 0 40px 0;
}

footer .logo {
	text-align: right;
}

footer .bold {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 10px;
}

.websites, .sitemap, .footer-info, .apps {
	float: left;
}

.websites a, .sitemap a, .footer-info a, .apps a {
	display: block;
	color: #656565;
	text-decoration: none;
	font-family:"Lato", sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	transition: .25s all ease;
}
.sitemap a:not(:last-child), .footer-info a:not(:last-child), .apps a:not(:last-child){
	margin-bottom: 5px;
}
.ul-group-footer {
	margin-bottom: 10px;
}
.ul-group-footer .ul-item {
	margin-left: 10px!important;
	font-size: 0.95em!important;
}

.websites a:hover, .sitemap a:hover, .footer-info a:hover, .apps a:hover {
	color: #ff4600;
	transition: .25s all ease;
}

.app-icon {
	padding-right: 10px;
}

.copyright {
	border-top: 1px solid #e7e7e7;
	padding: 40px 0 0 0;
	margin-top: 40px;
}

.copyright .row {
	display: flex;
}

.copyright p {
	margin-bottom: 0;
	font-size: 13px;
}

.copyright-icons {
	margin: 0 auto;
}

.copyright-icons i{
	font-size: 1.1em;
	color: #656565;
	transition: .25s ease all;
}

.link {
	color: #ff4600;
	text-decoration: none;
}

.copyright .link:hover, .copyright .link:focus {
	
}

.fa-instagram {
	font-size: 1.3em;
}

.slogan { 
	font-family: "Lato", sans-serif;
	font-size: 15px;
	display: block;
	width: 100%;
	letter-spacing: 1px;
}

.copyright-icons i:hover, .copyright-icons i:focus {
	color: #ff4600;
	transition: .25s ease all;
}
.copyright-icons a:last-child {
	margin-right: 0;
}
.copyright-icons a {
	margin-right: 15px;
	text-decoration: none;
}

.line {
	width: 100%;
	border: 0;
	height: 1px;
	background: linear-gradient(to right, #ccc, #333, #ccc);
}

/* CUSTOMIZE THE CHECKOUT PAGE
-------------------------------------------------- */

.page {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f2f3f9;
}

.checkout-navbar {
	background-color: #fff;
	box-shadow: 1px 0 20px #e0e0e0;
}

.checkout-navbar .navbar-nav li > a {
	color: #29293a;
}

.checkout-navbar .navbar-nav li.active > a {
	color: #ff4600;
}

.checkout-navbar .navbar-brand {
	font-family: "Lato", sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	transition: .25s;
	margin-top: -24px;
}

.checkout-navbar .navbar-brand {
	margin-top: -5px;
}

.checkout-navbar .navbar-brand img {
	color: #29293a;
	width: 115px!important;
}

.checkout-navbar .login, .checkout-navbar .cart {
	display: inline;
	float: left;
} 


.shopping-cart{
	font-family: 'Lato', sans-serif;
}


/* CHECKOUT ACCORDION PRODUCT
-------------------------------------------------- */
.checkout-accordion{
	width: 100%;
	flex-direction: column;
	margin-bottom: 0;
}

.checkout-accordion .product {
	border-radius: 35px!important;
	flex: 1 0 0%;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	text-align: left;
	background: #ffffff;
	box-shadow: none;
	word-wrap: break-word;
	border: 0px solid transparent!important;
}

.checkout-accordion .product:not(:last-child) {
	margin-bottom: 20px;
}
.product a {
	display: block;
	padding: 15px 75px 15px 30px;
	font-size: 1em!important;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1;
	color: #ff4600;
	transition: inherit;
	text-decoration: none;
	border-bottom-width: 0;
	border-radius: 35px;
	border: 0px solid transparent;
	background: #fff;
	width: 100%;
}


.checkout-accordion .card-arrow {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    width: 50px;
    background: red;
    border-radius: 0 35px 35px 0;
    transition: .25s all ease;
}

.checkout-accordion .card-arrow::before, .checkout-accordion .card-arrow::after {
    position: absolute;
    left: 15px;
    z-index: 90;
    transition: .25s;
}

.checkout-accordion .product-title a.collapsed .card-arrow::before {
    opacity: 1;
}

.checkout-accordion .card-arrow::before {
    display: block;
	content: '';
	background-image: url("../icons/more.svg");
    opacity: 0;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
	transition: .25s ease all;
}

.checkout-accordion .product-title a.collapsed .card-arrow::after {
    opacity: 0;
}

.checkout-accordion .card-arrow::after {
    display: block;
	content: '';
	background-image: url("../icons/less.svg");
    opacity: 1;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
	transition: .25s ease all;
}

.checkout-accordion .collapse {
    position: relative;
    z-index: 1;
    color: #656565;
    border-radius: 0 0 10px 10px;
}

.checkout-accordion .product-body {
	padding: 0 50px 20px 30px;
	z-index: 10;
}

.product-title .pricing-money {
	color: #29293a;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 800;
	text-align: left;
	float: right;
	font-size: 1.2em;
}

.shopping-cart .block-heading{
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .h3-title {
	float: unset!important;
	font-size: 2em;
}

.shopping-cart .h3-title:after {
    content: '';
    position: absolute;
     background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 10%;
	bottom: 0;
    left: 0;
    height: 3px;
}

.product-name, .quantity, .price {
	float: left;
}

.product-title {
	font-family: "Oswald", sans-serif;
	font-size: 1.5em;
	color: #ff4600;
	letter-spacing: 1px;
}

.product-info {
	display: inline-flex;
	font-family: "Lato", sans-serif;
	font-size: 1em;
	color: #656565;
}

.product-info:not(:last-child) {
	margin-right: 10px;
}

.product-detail {
	font-weight: 800;
}

.delete a {
	color: #656565;
	text-decoration: none;
	padding: 0!important;
	position: relative;
}

.delete a:focus, .delete a:hover {
	color: #ff4600;
	transition: .25s ease all;
}

.shopping-cart .fade:not(.show){
	display: none!important;
}

.shopping-cart .currency {
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 0.5em;
}


.shopping-cart .summary{
	border-top: 3px solid #ff4600;
    background-color: #fff;
    padding: 40px;
	border-radius: 35px;
}

.shopping-cart .summary h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0;
	letter-spacing: 1px;
}

.shopping-cart .summary .summary-item:not(:last-of-type), .shopping-cart .summary .summary-coupon{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7e7;
}

.shopping-cart .summary .summary-coupon {
	border-bottom: transparent;
}

.shopping-cart .summary .text{
	font-size: 1em;
	font-weight: 600;
}

.summary .total {
	color: #ff4600!important;
	font-size: 1em!important;
}

.right {
	float: right;
}

.summary .link {
	margin-top: 10px;
	display: block;
	text-decoration: none;
	color: #29293a;
}

.summary .link:hover {
	text-decoration: none;
	color: #ff4600;
}

.shopping-cart .summary .price{
	font-size: 1em;
	float: right;
	letter-spacing: 1px!important;
}

.summary .input-coupon {
	border: 1px solid #e7e7e7;
	padding: 3px 15px;
	font-size: 0.9em;
	border-radius: 20px;
	min-width: 200px;
	transition: .25s ease all;
	color: #ff4600;
}


.summary .input-coupon:focus {
	font-weight: 800;
	transition: .25s ease all;
	color: #ff4600;
}

.summary .btn-coupon {
	padding: 0 10px;
	min-width: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 1em!important;
	font-weight: 800;
	position: absolute;
	right: 60px;
	border: 2px solid transparent;
	
}
.summary .btn-coupon:hover, .summary .btn-coupon:focus {
	color: #ff4600;
}


.shopping-cart .summary button{
	margin-top: 20px;
}


/*DADOS */

#tabs-dados i, #tabs-pag i {
	margin-right: 5px;
}

.checkbox-dados, .checkbox-pag {
	margin-bottom: 0;
}

#tabs-dados .nav-item:not(:last-child), #tabs-pag .nav-item:not(:last-child) {
	margin-right: 0;
}

#tabs-dados .nav-tabs, #tabs-pag .nav-tabs {
	border-bottom-width: 0px;
}

.shopping-cart .tab-pane {
	background-color: #fff;
	padding: 30px 40px 40px 20px;
	border-radius: 35px;
	border-top-left-radius: 0;
}

.shopping-cart .tab-pane:not(:first-child){
	border-top-left-radius: 35px!important;
}

.shopping-cart .tab-pane:last-child{
	border-top-right-radius: 0px!important;
}

.dados-title h4 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

#tabs-dados .nav-link, #tabs-pag .nav-link {
	border-radius: 20px;
	padding:0 20px 0 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#tabs-dados .nav-link.active .box-dados, #tabs-pag .nav-link.active .box-pag {
	color: #ff4600;
}
#tabs-dados .form-group, #tabs-pag .form-group {
	margin-bottom: 10px;
}

label {
	font-family: "Lato", sans-serif;
	font-weight: 800;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-left: 10px;
}

.box-dados, .box-pag {
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 0px solid transparent;
	border-radius: 20px;
	color: #29293a;
	cursor: pointer;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	line-height: 2.5;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
}

#tabs-dados .form-control, #tabs-pag .form-control {
	border: 1px solid #e7e7e7;
	padding: 7px 15px;
	color: #ff4600;
}

select#estado {
	height: height: calc(2.25rem + 2px)!important;
}

select.form-control {

    -moz-appearance: none;
    -webkit-appearance: none;
    appearancce: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
}


.box-dados:last-child, .box-pag:last-child {
	margin-left: 20px;
}

.box-dados .input-radio, .box-pag .input-radio {
	margin-right: 5px;
}
.checkbox-group {
	margin: 10px 0 20px 0!important;
}

.checkbox, .checkbox-group p {
	display: inline;
}

.checkbox {margin-right: 5px;}

input[type=number] { 
  -webkit-appearance: textfield; 
  -moz-appearance: textfield;
  margin: 0; 
}
.form-control:focus {
	outline: none!important;
	border: 1px solid #ff4600!important;
	box-shadow: none!important;
}

.form-control::placeholder{
	color: #656565;
}

/*sucesso page */
.page .fa-check-circle {
	color: #6bd000;
}

.pedido-group {
	padding-top: 20px;
	width: initial;
	margin: 0 auto;
}

.pedido {
	min-width: 300px;
	padding: 10px;
	border: 2px solid #ff4600;
	color: #29293a; 
	font-size: 1.5em;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	border-radius: 35px;
	margin: 0 auto;	
}

.info-support {
	margin-top: 40px;
	text-align: left;
	display: block;
}

.info-boleto {
	text-align: center;
	margin-top: 40px;
	width: 100%;
}

.info-boleto .col-sm-6 {
	display: block;
	margin: 0 auto;
}

.info-boleto .lead-p {
	text-align: center;
}

.info-boleto .btn {
	margin-right: 20px;
	margin-top: 20px;
	float: unset;
	border-color: #29293a;
	transition: .25s ease all;
}

.info-boleto .btn:hover {
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	transition: .25s ease all;
	color: #fff;
	border-color: transparent;
}

.row-btns-boleto {
	display: block;
	margin-top: 20px;
}

.codigo-boleto {
	font-size: 1.5em;
	font-family: "Oswald", sans-serif;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff4600;
	width: max-content;
	margin: 0 auto;
}

.items {
	width: 100%;
	background: #fff;
	border-radius: 35px;
	padding: 30px 20px;
	margin-top: 40px;
}

.items .item-group:not(:last-child) {
	margin-bottom: 20px;
}

.item-row-margin {
	margin-bottom: 10px;
}

.items .order-title h3 {
	font-size: 1.3em;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #ff4600;
	
}

.items .order-title h3:after {
	display: none;
}

.items .lead-p {
	line-height: 1.2;
	margin-bottom: 0;
}

.total-title {
	text-transform: uppercase;
}

.small {
	font-weight: 800;
	letter-spacing: 0;
}

.line-total {
	margin-top: 5px!important;
	margin-bottom: 10px;
}

.product .checkbox-group {
	text-align: left;
	padding-left: 0;
	margin-bottom: 0!important;
}

.product .checkbox-group p {
	margin-bottom: 0;
}

/*CONSULTA PAGE */
.row-consulta {
	display: block;
}

.page-consulta {
	background-image: url("../img/bg-consulta.jpg") no-repeat;
	background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
	background-position: left;
	background-size:cover;
	height: calc(100vh - 58px);
}

.page-consulta #cpf {
	max-width: 300px;
	height: 50px;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: left;
}

.page-consulta .btn {
	margin: 0 auto;
	text-align: center;
	float: unset;
}

.page-consulta .btn:hover{
	background: #fff;
	color: #ff4600!important;
	border: 2px solid transparent!important;
}

.voltar a {
	margin-top:40px;
	position: relative;
	float: unset;
	display: block;
	text-decoration: none;
	transition: .25s ease all;
}

.voltar a:hover {
	transition: .25s ease all;
	color: yellow!important;
}

.nr-pedido {
	color: #29293a;
	margin-bottom: 0;
	line-height: 1.6;
	text-align: left;
	float: right;
	font-size: 0.9em;

}

/*MEUS PEDIDOS PAGE */
.meus-pedidos .items {
	margin-top: 0;
	padding-left: 0px;
	margin-left: -15px;
	padding-bottom: 0;
	padding-top: 0;
} 

.meus-pedidos .title-row h3 {
	margin-bottom: 40px;
}

#meu-pedido {
	display: block;
}

#pedido-header-item [aria-expanded=true] {
	color: #29293a;
	transition: .25s ease all;
}

/*Sobre OMNI PAGE */

#sobre-section-1 {
	padding-bottom: 40px;
}

#sobre-omni-jumbotron {
	margin: 0 auto;
	height: 450px;
	background: url("../img/bg-sobre-omni.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.page-jumbotron h4, .page-jumbotron h3 {
	text-align: center!important;
	float: unset;
	margin-bottom: 0;
}

#sobre-section-1 img {
	border-radius: 35px; 
}
#sobre-section-1 .h3-title:after {
    content: '';
    position: absolute;
     background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 10%;
	bottom: 0;
    left: 0;
    height: 3px;
}

#sobre-section-2 h5 {
	font-size: 2em;
}

.icon-holder {
	text-align: center;
}

.valores-icon, .missao-icon, .visao-icon {
	font-size: 5em;
	color: #ff4600;
}

#sobre-section-2 ol {
   list-style: none;
   counter-reset: item;
   padding-left: 0;
 }

#sobre-section-2 li {
   counter-increment: item;
 }
#sobre-section-2 li:before {
   margin-right: 0;
   content: counter(item);
   color: #ff4600;
   width: 20px;
   text-align: left;
   display: inline-block;
   font-weight: 700;
   border-right: 1px solid #e7e7e7;
   margin-right: 10px;
   line-height: 1;
}

.valores-ol .lead-p {
	margin-bottom: 0;
	display: inline!important;
}

.h3-timeline-title {
	text-align: center!important;
}

.h3-timeline-title:after {
    content: '';
    position: absolute;
     background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 10%;
	bottom: 0;
    left: calc(50% - 5%);
    height: 3px;
}

#sobre-section-2, #sobre-section-3 {
	padding-top: 0;
	padding-bottom: 40px;
}

#sobre-section-2 i {
	color: #ff4600;
}


.time-line-vertical {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}

.time-line-item {
	margin-bottom: 40px;
}

.time-line-vertical .time-line-item:last-child {
	margin-bottom: 0;
}

.left-side {
	width: 50%;
	text-align: right;
	margin-bottom: 20px;
	float: left;
	padding-right: 40px;
}

.time-line-date {
	font-family: "Lato", sans-serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.2;
}

.right-side {
	margin-bottom: 0;
	width: 50%;
	width: 50%;
	float: right;
	padding-left: 40px;
	position: relative;
}

.right-side:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: -8px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ff4600;
}

.time-line-item:last-child .right-side::after {
	content: '';
	position: absolute;
	left: -2px;
	top: -250vh;
	bottom: -250vh;
	border-left: 2px solid #ff005e;
}


.right-side h5 {
	font-size: 1.75em;
}

#sobre-section-4 {
	background-color: #f2f3f9;
	padding: 60px 0;
}

.parceiros-row {
	margin-bottom: 40px;
	display: block;
}

.parceiros-img {
	max-width: 150px;
	border-radius: 21px;
}

#sobre-section-4 h5 {
	text-align: center;
	margin: 0 auto;
	font-size: 1.5em;
}
.slick-parceiros img {
	margin: 0 auto;
}



/*404 PAGE */
#404 .lead-p , .h3-404 {
	text-align: center!important;
}

.h3-404 {
	font-size: 4em;
}

/*NET EMPRESAS AND NET CASA PAGES */
#net-empresas-jumbotron {
	background: url("../../img/net-empresas/bg-net-empresas.jpg") no-repeat;
	background-position: bottom;
	background-size: cover;
	margin: 0 auto;
	height: 450px;
}
#net-res-jumbotron {
	background: url("../../img/net-residencial/bg-net-res.jpg") no-repeat;
	background-position: bottom;
	background-size: cover;
	margin: 0 auto;
	height: 450px;
}

#net-empresas-section-1 .h3-title:after, #net-res-section-1 .h3-title:after  {
    content: '';
    position: absolute;
     background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 10%;
	bottom: 0;
    left: 0;
    height: 3px;
}

#net-empresas-section-1, #net-empresas-section-2, #net-empresas-section-3, #net-res-section-1, #net-res-section-2, #net-res-section-3 {
	padding-bottom: 0;
}

#net-empresas-section-2 .tabs-horizontal, #net-res-section-2 .tabs-horizontal {
	margin-top: 0;
}

#net-empresas-section-2 .call-to-action-net, #net-res-section-2 .call-to-action-net {
	margin-bottom: 0;
}

#net-empresas-section-4 .h3-title, #net-res-section-4 .h3-title {
	text-align: center;
	margin-bottom: 40px;
}

#net-empresas-section-4 .h3-title:after, #net-res-section-4 .h3-title:after,  {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
    width: 10%;
    bottom: 0;
    left: calc(50% - 5%);
    height: 3px;
}

#net-empresas-section-4 h5, #net-res-section-4 h5 {
	font-size: 2em;
}

#net-empresas-section-4 i, #net-res-section-4 i {
	color: #ff4600;
	margin-right: 10px;
}
/* TV OMNI PAGE */
#tv-jumbotron {
	background: url("../../img/banner-tv-page.jpg") no-repeat;
	background-position: bottom;
	background-size: cover;
	margin: 0 auto;
	height: 450px;
}

#tv-section-1 .h3-title:after  {
    content: '';
    position: absolute;
     background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 10%;
	bottom: 0;
    left: 0;
    height: 3px;
}
#tv-section-1 form {
	margin-top: 40px;
}
#tv-form .btn {
	color: #fff;
}
#tv-form .btn:hover {
	color: #29293a;
}
/* CONTATO PAGE */
#contato-jumbotron {
	background: url("../../img/banner-contato.jpg") no-repeat;
	background-position: bottom;
	background-size: cover;
	margin: 0 auto;
	height: 450px;
}

#contato-section-1 .h3-title:after  {
    content: '';
    position: absolute;
     background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    transition: .25s ease;
	width: 10%;
	bottom: 0;
    left: 0;
    height: 3px;
}
#contato-section-1 form {
	margin-top: 40px;
}
#contato-section-1 input, #contato-section-1 textarea {
	background: #f2f3f9; 
}
#contato-section-1 .form-group {
	text-align: left;
}
.contact-item:not(:last-child) {
	margin-bottom: 20px;
}
.contact-title {
	border-bottom: 1px solid #e7e7e7; 
	padding-bottom: 10px;
	color: #ff4600;
}
.contact-body p {
	display: inline-block!important;
	font-size: 1em;
	font-weight: 700;
}
.contact-body img {
	margin-right: 10px;
}
.img-call-to-action {
	position: absolute!important;
	    right: 15%;
    max-width: 250px;
    bottom: 0;
}

/* CLUBE DE VANTAGENS PAGE */
#clube-section-2 {
	background-color: #f2f3f9;
}
.parceiro-group {
	margin-top: 40px;
}
.club-div, .exclusive-div {
	margin: 0 auto;
	text-align: center;
}
.club-div img, .exclusive-div img {
	max-width: 85%;
}
.club-div {
	margin-right: 20px;
}
.exclusive-div {
	margin-left: 20px;
}
.parceiro-card {
	border-radius: 35px;
	background-color: #fff;
	display: inline-flex!important;
	padding: 20px;
	margin: 10px 0;
}
.parceiro-card .link {
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 5px;
}
.parceiro-img {
	margin: 0 auto;
}
.parceiro-title {
	margin-bottom: 0!important;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em!important;
	color: #ff4600;
	padding-bottom: 5px!important;
}
.parceiro-card .lead-p {
	display: inline-block!important;
	float: unset!important;
	margin: 0!important;
	font-size: 1em!important; 
}
.load-more-row {
	margin: 40px 0;
    position: relative;
    overflow: hidden;
}
#load-more-club, #load-more-exclusive {
	padding: 10px 20px;
    background: linear-gradient(to right, #FF4600 0%, #ff005e 100%);
    border-radius: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-size: 0.9em;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
#load-more-exclusive {
    background: linear-gradient(to right, #3d3c3e 0%, #252122 100%);
}

.load-more-row:before, .load-more-row:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    z-index: 5;
}
.load-more-row:before {
    margin-left: 0%;
    text-align: left;
    background-color: #ff4600;
    width: 40%;
}
.load-more-row:after {
	margin-left: 60%;
	text-align: right;
	width: 40%;
	background-color: #ff005e;
}
.parceiros-body {
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}
#clube-section-2 .table td, #clube-section-2 .table th {
   border-top: 0px solid transparent;
}

/*   MEDIA QUERIESSSSS FOR SMARTPHONESSSSSSS  */
@media only screen and (min-width : 320px) and (max-width: 767px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-left: 0!important;padding-right: 0!important;}
	h3{font-size: 2em!important;text-align: center!important;}
	h3:after {left: 35%!important;width: 30%!important;}
	h4{font-size: 1.5em;text-align: center!important;}
	h5 {font-size: 1.3em!important;text-align: center!important;}
	.btn {min-width: 100px;padding: 10px 20px;font-size: 0.9em;} .btn-general {float: unset!important;margin: 0 auto!important;}
	.container {padding:0 20px;}
	.section, footer{padding: 60px 0;}
	.slick-arrow {display: none!important;}
	.row-comment {display: block!important;margin-top: 50px;}
	.lead-p{font-size: 1.1em;letter-spacing: 1px;text-align: center!important;}
	.text-right, .text-left{text-align: center!important;}
	.fas {float: unset!important;}
	/*navbar*/
	.navbar {min-width:100% ; }
	.navbar-collapse, .navbar-nav{background-color: #fff; position: absolute; top: 0; left: 0; width: 100%; height: 100vh; margin: 0 auto;}
	.navbar-collapse{z-index: 20;}
	.navbar-toggler {padding:4px 0 4px 10px;z-index: 30;transition: .25s ease all;color:red;}
	[aria-expanded=false] i {color: #fff!important;}
	[aria-expanded=true] i {color: #ff4600!important;}
	.fixed-top .fa-bars, .checkout-navbar .fa-bars {color:#29293a!important; }
	.navbar-nav {float: initial; text-align: center; margin: 0 auto;top: 15%;}
	.navbar-nav a {padding: 10px;color: #29293a;}
	.navbar .nav-item a {height: 10vh;line-height: 3vh;width: 100%;border-bottom: 1px solid #e7e7e7;}
	.navbar-nav .login{margin-right: 0;}
	.cart {display: inline-block;position: relative;padding-left: 0;color: #fff;}
	.fixed-top .cart {color:#29293a;}
	.nav-start .cart-number {right: 5px;z-index: 3;top: 10%;}
	.fixed-top .cart-number {right: 4px;top: 10%;z-index: 3;}
	.navbar-brand{margin: 0 auto;padding-top: 10px;padding-bottom: 10px;z-index: 40;}
	#logo-nav {width: 110px!important;margin}
	/*carousel jumbotron*/
	#myCarousel{height: 100vh;}
	.carousel-inner {position: absolute;height: 100vh;}
	.carousel-item {height: 100vh;}
	.carousel-control-next, .carousel-control-prev{display: none;}
	.carousel-caption {width: 100%;position: relative;left: 0;right: 0;bottom: 0;top: 0;padding-top:50%;}
	.carousel-indicators {bottom: 20px;margin-bottom: 0;}
	.h1-banner {font-size: 2.5em;text-align: center;}
	.carousel-caption p {font-size: 1em;}
	.buttons-jumbotron {text-align: center;margin: 0 auto;}
	.btn-banner:not(:last-child) {margin:0 auto;margin-bottom: 10px;}
	/*section1*/
	#section-1 h4 {margin-top: 0;}
	.img-fibra {margin-top: 40px;}
	.select {margin: 40px 0 0 0;}
	#section-1 .btn-select:not(:last-child) {margin-bottom: 10px;}

	.col-cidade, .col-bairro {margin-bottom: 20px;}
	.col-rua {margin-bottom: 40px;}
	/*tabs*/
	.nav-tabs {margin-bottom: 20px;}
	.tabs-residencial .nav-tabs li.nav-item, .tabs-empresarial .nav-tabs li.nav-item, .tabs-telefonia .nav-tabs li.nav-item, .tabs-combos .nav-tabs li.nav-item, .tabs-horizontal.tabs-line:not(.tabs-line-small) .nav-tabs > li.nav-item:not(:last-child) {margin-right: 0;margin: 0 auto;}
	.tabs-residencial, .tabs-empresarial, .tabs-telefonia, .tabs-combos {margin-top: 20px;}
	.nav-tabs li.nav-item a {padding: 10px 0!important;font-size: 1em!important;}
	/*plano items*/
	.pricing-header {padding-top: 10px!important;padding-bottom: 10px!important;}
	.exclusive-item .pricing-header {padding-top: 20px!important;}
	.pricing-subtitle {font-size: 0.8em;}
	.pricing-header h5 {font-size: 2em;}
	.pricing-header .pricing-money {font-size: 2.5em;}
	.pricing-header .pricing-vencimento, .pricing-footer .pricing-taxa {font-size: 0.7em;}
	.pricing-body li {font-size: 0.9em;padding-bottom: 10px;} .pricing-body li:first-child {padding-top: 0;}
	.pricing-footer {padding-top: 15px!important;padding-bottom: 10px!important;}
	.pricing-apos-vencimento {font-size: 1em;}
	.pricing-taxa {margin-top: 0!important;}
	.btn-res-wireless, .btn-res-fibra, .btn-emp-wireless, .btn-emp-fibra, .btn-telefonia, .btn-combos {font-size: 0.9em;}
	.tag-exclusive {font-size: 0.7em;padding: 3px 10px;}
	.slick-dotted.slick-slider {margin-bottom: 0!important;}
	.slick-dots {bottom: -30px!important;}
	/*section2*/
	#section-2 h4 {margin-top: 0;}
	.img-empresas {margin-top: 40px;}
	/*ja e cliente?*/
	.call-to-action-net, .call-to-action-tel, .call-to-action-tv {margin-top: 80px;margin-bottom: 40px;}
	.call-to-action-net .lead-p, .call-to-action-tel .lead-p, .call-to-action-tv .lead-p{text-align: center;padding-top: 0;margin-bottom: 10px;}
	.call-to-action-net .btn-general, .call-to-action-tel .btn-general, .call-to-action-tv .btn-general {float: unset;}
	/*faq*/
	.faq {margin-top: 20px;}
	.faq-row h3, .faq-row .h3-faq {font-size: 1.5em!important;text-align: center!important;padding-left: 0!important;}
	.faq-icon {left: 10%!important;}
	.faq .card a {padding: 10px 40px 10px 20px!important;font-size: 1em!important;}
	.faq .card-arrow {width: 35px!important;}
	.faq .card-body {padding: 0 40px 10px 20px!important;}
	.faq .card-arrow::before, .faq .card-arrow::after {left: 9px!important;}
	.faq .card-arrow::before, .faq .card-arrow::after  {width: 15px!important; height: 15px!important;background-size: 15px 15px!important;top: calc(50% - 10px)!important;}
	/*section3*/
	#section-3 #row-s3 {margin-top: 20px;}
	.coluna-net {padding:0!important;}
	.coluna-net:not(:last-child){margin-bottom: 20px!important;}
	#section-3 p {text-align: center!important;}
	/*section4*/
	.btn {margin: 0 auto;	}
	/*testimonials*/
	.slick-testimonials .item {margin: 0;padding: 20px;}
	.slick-slide .title {font-size: 1.3em;line-height: 1.3;margin-top: 10px;}
	.slick-slide .name {text-align: center;}
	.tag-net, .tag-tel, .tag-tv {position: relative;display: block;margin: 0 auto; max-width: max-content;}
	.slick-testimonials .slick-dots {bottom: -30px!important;}
	/*modal*/
	.modal-dialog {max-width: 100%;}
	/*comment*/
	.row-comment .btn-dropdown {min-width: 100%;}
	/*section-11*/
	#section-11 h3{padding-bottom: 0;}
	.contact-group:not(:first-child) {margin-top: 20px;}
	/*footer*/
	.sitemap, .footer-info, .apps {margin-top: 20px;}
	footer .logo {text-align: center!important;margin-top: 40px;}
	.websites a, .sitemap a, .footer-info a, .apps a {text-align: center;}
	.slogan {margin-top: 10px;}
	.copyright-icons {padding-top: 20px;}
	/*checkout page*/
	.page {padding: 40px 0;}
	.product a {font-size: 0.9em!important;}
	.product-title .pricing-money {font-size: 1em!important;float: unset;}
	.checkbox-dados {margin-bottom: 0;}
	.checkbox-dados .nav-item {float: left;margin: initial!important;}
	.box-dados, .box-pag {letter-spacing: 0;font-size: 0.9em;}
	.box-dados:last-child, .box-pag:last-child {margin-left: 0;}
	.summary-col {margin-top: 40px;}

}

/*   MEDIA QUERIESSSSS  */
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    display: block!important;

}
}
.video-gallery h5{
	    color: #ff4600;
    font-size: 17px;
    padding: 0;
    margin: 0;
    margin-top: 7px;
	}
#modalVideo h5{
	    color: #ff4600;
    }