@charset "utf-8";
body {
	font-family: 'Roboto';
	line-height: inherit;
}
.plano {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	max-width: 557px;
}
.bg_tp {
	background-image: url(/imagens/bg_tp.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 95px;
}
.navbar-nav .nav-item {
	border: solid 2px transparent;
	padding: 5px;
	display: block;
	text-align: center;
}
.navbar-nav .nav-item:hover {
	border: solid 2px #3087c1;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.navbar-nav .nav-item:hover a {
	color: #65abdc !important;
}
.item_active {
	border: solid 2px #3087c1 !important;
	border-radius: 10px;
}
.item_active a {
	color: #65abdc !important;
}
.navbar-nav .nav-link {
	color: #b4c5e3 !important;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.7rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #bec9d4 !important;
	text-align: left;
	list-style: none;
	background-color: #508db9;
	background-clip: padding-box;
	/* border: 1px solid rgba(0, 0, 0, 0.15); */
	border-radius: 0.55rem;
	background-image: url(/imagens/bg_dest.jpg);
	background-position: center top;
	background-size: 500px 100%;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 300;
	font-size: 13px;
	color: #89acd2 !important;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	padding-left: 10px;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #bcc6d4;
	text-decoration: none;
	background-color: #00589c;
}
.item_form:hover input {
	background-color: #e4f1ff;
	color: #384f7d;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.item_form:hover .item_form_icon {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	left: -45px !important;
	background-color: #36C !important;
}
 .item_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #384f7d;;
}
.item_form ::-moz-placeholder { /* Firefox 19+ */
 color: #384f7d;;
}
.item_form :-ms-input-placeholder { /* IE 10+ */
 color: #384f7d;;
}
.item_form :-moz-placeholder { /* Firefox 18- */
 color:#384f7d;;
}
.caixa_planos {
	border: solid 1px transparent;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	flex: 0 0 23%;
	max-width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.bt_det {
	display: none;
}
.caixa_planos:hover .bt_det {
	display: block;
}
.caixa_planos:hover {
	-webkit-box-shadow: 0px 0px 96px -22px rgba(193,202,217,1);
	-moz-box-shadow: 0px 0px 96px -22px rgba(193,202,217,1);
	box-shadow: 0px 0px 96px -22px rgba(193,202,217,1);
	padding: 20px;
	border: solid 1px #ccd3de;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-image: url(/imagens/bg_caixa.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	flex: 0 0 23%;
	max-width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.caixa_planos:hover .mega strong {
	color: #f4503a !important;
}
a:hover {
	color: inherit;
	text-decoration: none !important;
}
.bt_planos {
	padding: 15px;
	color: #999999 !important;
	font-weight: 300;
	padding-left: 25px;
	padding-right: 25px;
	border: solid 2px transparent;
	border-bottom: solid 2px transparent;
	margin-bottom: -2px;
}
.bt_planos:hover {
	border: solid 2px #e0eef6;
	border-bottom: solid 2px #fff;
	z-index: 9;
	color: #f44f3a !important;
	font-weight: 700;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.active {
	border: solid 2px #e0eef6 !important;
	border-bottom: solid 2px #fff !important;
	z-index: 9;
	color: #f44f3a !important;
	font-weight: 700 !important;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.jumbotron {
	background-color: #fff !important;
}
.item_form:hover input {
	background-color: #e4f1ff;
	color: #384f7d;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.item_form:hover .item_form_icon {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	left: -45px !important;
	background-color: #36C !important;
}
 .item_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #384f7d;;
}
.item_form ::-moz-placeholder { /* Firefox 19+ */
 color: #384f7d;;
}
.item_form :-ms-input-placeholder { /* IE 10+ */
 color: #384f7d;;
}
.item_form :-moz-placeholder { /* Firefox 18- */
 color:#384f7d;;
}
.full:hover {
	background-color: #36C !important;
	color: #fff !important;
	border-left: solid 4px #fff;
	transition-duration: 0.2s;
	transition-property: transform;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.full {
	cursor: pointer;
}
.logo_mob {
	display: none !important;
}
.navbar-toggler {
	display: none !important;
}
.galeria {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	display: block;
	float: left;
	width: 100%;
}
.slide {
	min-width: 2000px;
	left: -1000px;
	margin-left: 50%;
}
 @media (min-width: 790px) and (max-width: 1024px) {
.slide {
	min-width: 1800px;
	left: -900px;
	margin-left: 50%;
}
}
 @media (min-width: 1200px) {
.container {
	max-width: 1240px !important;
}
}
 @media (min-width: 280px) and (max-width: 790px) {
.mega {
	padding-top: 50px !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}
.slide {
	min-width: 800px;
	left: -400px;
	margin-left: 50%;
}
.galeria {
	background-repeat: no-repeat;
	background-size: 800px 100%;
	display: block;
	float: left;
	width: 100%;
}
.navbar-toggler {
	display: block !important;
}
.logo {
	display: none !important;
}
.logo_mob {
	display: block !important;
}
.bg_tp {
	background-image: none !important;
	min-height: 95px;
}
.navbar-nav .nav-link {
	color: #3186c2 !important;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.navbar-nav .nav-item {
	border: solid 2px transparent;
	padding: 5px;
	display: block;
	border-bottom: solid 2px #e8e8e8;
}
.navbar-nav {
	margin-bottom: 15px;
}
.color_mob {
	color: #5d96c1 !important;
	font-weight: 300;
}
.redes_mob {
	margin-top: 10px;
	margin-left: 0 !important;
	margin-bottom: 10px !important;
}
.flickity-enabled.is-draggable .flickity-viewport {
	min-height: auto !important;
}
.mob {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 10px !important;
}
.caixa_planos {
	max-width: 99% !important;
	width: 99% !important;
}
.active {
	border-bottom: solid 2px #e0eef6 !important;
}
.mg_top_mob {
	margin-top: 40px !important;
}
.pd_top_mob {
	padding-top: 30px !important;
}
.txt_roda_mob {
	width: 100% !important;
	min-width: 100%;
	padding: 15px !important;
	box-sizing: border-box;
}
.redes_rodape {
	width: 120px !important;
	position: absolute;
	right: 0;
}
footer {
	background-color: #121230;
	min-height: 144px;
	margin-top: 70px;
	padding-top: 25px !important;
	padding-bottom: 20px;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 100%;
}
.fone_mob {
	font-size: 20px !important;
	line-height: 24px !important;
	letter-spacing: -1px !important;
}
.img_duvidas {
	display: block;
	float: left;
	width: 150px !important;
	min-width: 150px !important;
	height: 180px !important;
}
.nuvem_mob {
	background-size: 2000px 150% !important;
}
.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.banner_mob {
	background-image: none !important;
	min-height: 150px !important;
}
}
 @media (min-width: 280px) and (max-width: 580px) {
.galeria {
	background-repeat: no-repeat;
	background-size: 600px 100%;
	display: block;
	float: left;
	width: 100%;
}
.slide {
	min-width: 600px;
	left: -300px;
	margin-left: 50%;
}
}
 @media (min-width: 1000px) and (max-width: 1200px) {
.plano {
	float: none !important;
	display: block;
	position: relative;
	margin: auto !important;
	margin-bottom: 20px !important;
	width: 48% !important;
	margin: 2%;
}
.plano div {
	margin-top: 10px !important;
	margin-bottom: 40px !important;
}
}
 @media (min-width: 280px) and (max-width: 999px) {
.plano {
	float: none !important;
	display: block;
	position: relative;
	margin: auto !important;
	margin-bottom: 20px !important;
	width: 100% !important;
}
}
 @media (min-width: 280px) and (max-width: 790px) {
	 
	 .block_mob{
		 
		 display: block !important;
	 }
	 
	 .half_mob{
		 
		 min-width: 48% !important;
	 }
	 
	 
.plano div {
	margin-top: 20px !important;
	
}
}
 @media (min-width: 280px) and (max-width: 550px) {
	 
.plano div {
	margin-top: 10px !important;
	margin-bottom: 40px !important;
}
	  
}

 @media (min-width: 280px) and (max-width: 550px) {
	 
.plano {
	background-size: auto 100%;
	min-height: 470px;
		background-image: url(/imagens/bg_fibra_mob.jpg) !important;
}
	 
	 	 
	 .half_mob{
		 
	width: 96% !important;
	min-width: 96% !important;
	max-width: 285px !important;
	box-sizing: border-box;
		     margin-top: 10px !important;
    margin-bottom: 10px !important;
	 }	 
	 
	 
}
	 
 @media (min-width: 280px) and (max-width: 380px) {
	 
 .plano {
 background-size: auto 100%;
 min-height: 500px;
	 
}
	 
.plano div {
 margin-top: 15px !important;
 margin-bottom: 35px !important;
}
	 
}
