.carregando-img span {
	background: url('../img/carregando.gif') no-repeat;
	background-size: 32px;
	width: 32px;
	height: 32px;
	display: table;
	margin: auto;
}

.carregando-img img {
	display: none
}

@media(min-width:0) {
	.logo {
		margin: 10px 0;
	}
}

@media(min-width: 0) {
	.main {
		margin: auto;
		padding: 0 10px;
	}

	.topo-inicial .btn-login p {
		line-height: 16px;
		font-size: 14px;
	}

	.topo-inicial .links-user a {
		font-weight: bold;
	}

	.topo-inicial .btns-topo-site {
		float: right
	}
}

@media(min-width: 1200px) {
	.main {
		margin: auto;
		padding: 0;
	}
}

.topo-inicial {
	position: relative;
	z-index: 300;
}

@media(min-width:0) {
	.main .topo {
		display: block;
		position: relative;
		z-index: 400;
	}

	.topo .btns .ico {
		text-align: right;
	}

	.main .topo h1 {
		text-indent: -9999px;
		padding: 42px 0;
	}

	.main .logo a img {
		width: 100%;
		max-width: 140px;
	}

	.main .topo .btns {
		/* color: #fff; */
		border: 1px dashed #FFFFFF;
		box-sizing: border-box;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		padding: 5px 10px 5px 40px;
		float: right;
		font-size: 10px;
		width: 100%;
		margin-top: 5px;
	}

	.main .topo .btn-cadastro {
		background: url('../img/icones/menu_branco.svg') #EC008B 10px 10px no-repeat;
		background-size: 24px;
		position: relative;
	}

	.main .topo .btn-cadastro:after {
		content: '';
		position: absolute;
		top: 0;
		right: 10px;
		width: 1px;
		height: 150%;
		border: 1px solid #AE2630;
		display: none;
	}

	.main .topo .btn-login {
		background: url('../img/icones/ico_login.svg') #00AEEF 10px 10px no-repeat;
		background-size: 24px;
		min-height: 44px;
	}

	.main .topo .btns:hover {
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
	}

	.main .topo .esqueceu {
		display: none;
		padding-left: 5px;
		cursor: pointer;
		font-size: 12px;
		/*float: right*/
	}

	.main .topo .texto {
		text-transform: uppercase;
		line-height: 16px;
		padding: 0;
	}

	.main .topo .clique {
		font-weight: bold;
		color: #0F385E;
		cursor: pointer;
	}

	.main .topo .texto span {
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #0F385E;
	}
}

@media(min-width:768px) {
	.main .topo .btns {
		width: 100%;
	}

	.main .logo {
		position: relative;
		top: -10px;
	}

	.main .topo .btns {
		width: 100%;
		padding: 10px 10px 10px 40px;
		font-size: 14px;
		min-height: 54px;
	}
}

@media(min-width:1200px) {
	.main .topo {
		margin: auto;
	}

	.main .topo h1 {
		margin-bottom: 10px;
	}

	.main .topo .btns {
		display: table;
	}
	.main .topo .esqueceu {
		display: table;		
	}
}
/*Login********************/
@media(min-width:0) {
	.login {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding: 20px;
		box-shadow: -20px 0px 100px #000;
		color: #fff;
		display: none;
		z-index: 999999;
		font-size: 24px;
		display: none;
		color: #000
	}

	.login input {
		width: 100%;
		padding: 10px 0;
		border: 1px solid #ccc;
		text-indent: 5px;
		color: #000;
	}

	.login h2 {
		font-weight: bold;
		text-align: center;
		/* background: #00AEEF; */
		color: #5a5a5a;
		padding: 10px 0;
		margin: 0 0 20px 0;
	}

	.login li {
		margin: 0 0 5px 0;
	}

	.login input[type="button"] {
		background: #C489B7;
		color: #fff;
		/*background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);*/
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
		padding: 10px 0;
	}

	.login input[type="button"]:hover {
		color: #fff;
		background: #ab5d9a;
	}

	.btn-cadastro-modal {
		display: block;
		border: 1px solid #ccc;
		background: #eee;
		text-align: center;
		padding: 10px;
		margin: 40px 0 0 0;
		border-radius: 5px;
		text-decoration: none;
		font-weight: bold;
		color: #333;
	}

	.btn-cadastro-modal:hover {
		background: #dcdcdc;
		color: #fff;
		text-decoration: none;
		transition: all .3s;
	}
}

@media (min-width: 0) {
	.login input[type="button"]:hover {
		box-shadow: 5px 5px 20px #ccc;
		color: #000;
	}

	.login ul {
		margin: 60px 0 0 0;
	}

	.login .esqueceu {
		color: #00488E;
		font-weight: bold;
	}

	.login .btn-close {
		float: right;
		color: #000;
		text-align: center;
		border-radius: 20px;
		padding: 7px 12px;
		font-weight: bold;
		color: #fff;
		box-shadow: 2px 2px 10px #333;
		background: #C489B7;
	}

	.main .slogan h2 {
		color: #52C0D3;
		font-size: 20px;
		opacity: 0.8;
		width: 100%;
		text-align: center;
	}

	.main .slogan h2 strong {
		font-size: 24px;
	}

	.login .cont-login {
		width: 100%;
		padding: 20px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 200;
		color: #000;
		box-sizing: border-box;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		background: #fff;
	}

	.login .cont-login p {
		font-size: 22px;
		color: #000;
		margin-top: 20px;
	}

	.menu .btn-sair {
		float: right;
		position: relative;
		top: 5px;
		padding: 0 0 0 25px;
		background: url('../img/icones/exit.svg') no-repeat 0px 3px;
		background-size: 18px;
		color: #000;
		font-weight: bold;
		margin: 10px 5px 20px 5px;
	}
}

@media(min-width:1200px) {
	.main .slogan h2 {
		font-size: 24px;
		width: 70%;
		margin: 10px 0 0 40px;
		padding: 10px;
		text-align: left;
	}

	.main .slogan h2 strong {
		font-size: 30px;
	}

	.login .cont-login {
		font-size: 20px;
		height: auto;
		top: 10%;
		left: 50%;
		width: 600px;
		margin-left: -300px;
		color: #000;
		padding: 20px;
		box-shadow: 0 0 40px #000;
	}

	.login .esqueceu {
		color: #031B7D;
	}

	.login ul {
		margin: 0 0 10px 0;
	}

	.login li {
		margin: 0 0 2px 0;
	}

	.login .btn-close {
		position: absolute;
		top: -8px;
		right: -9px;
	}
}

@media(min-width:768px) {
	.main .topo h1 {
		padding: 0 0 85px 0;
	}
}
/***************************/
@media(min-width: 0) {
	ul.dados-usuario {
		padding: 5px 15px 5px 15px;
		color: #000;
		/* margin: 20px 0 0 0; */
		/*border-radius: 5px;*/
	}

	ul.dados-usuario a {
		border: 1px solid #000;
		padding: 3px 10px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
		background: rgb(254,252,234); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
		border: 1px solid #000;
		border-radius: 5px;
		color: #000;
		font-size: 16px;
	}

	ul.dados-usuario li {
		display: inline-table;
		margin: 0px 10px 10px 0px;
		line-height: 16px;
	}
}

@media(min-width: 768px) {
	ul.dados-usuario {
		color: #fff;
		background: #1EBEDD;
	}

	ul.dados-usuario li {
		margin: 0px 10px 0px 0px;
		line-height: 16px;
	}
}

/**********************/
@media(min-width:0) {
	.interna {
		padding: 16px 24px;
		margin: 20px 0;
		text-align: left;
		font-size: 18px;
		line-height: 27px;
		background: #fff;
		position: relative;
		margin: auto;
	}

	.interna h1 {
		width: 100%;
		color: #333;
		margin: 0 0 5px 0;
		padding: 40px 35px 10px 20px;
		text-align: left;
		text-align: center;
	}

	.interna p {
		margin: 12px 0;
		line-height: 22px;
	}

	.interna input[type="file"] {
		border: 1px solid #ccc;
		color: #000;
		border-radius: 5px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
		padding: 7px 10px;
		cursor: pointer;
		text-indent: -2px;
	}
}

.interna span {
	position: relative;
	top: -10px;
}

@media(min-width:768px) {
	.interna h1 {
		font-size: 36px;
	}
}

@media screen and (min-width: 1200px) {
	.interna {
		padding: 20px 40px 30px 40px;
		margin: 20px 0;
		font-size: 18px;
		text-align: justify;
		line-height: 30px;
		background: #fff;
		position: relative;
		/* box-shadow: 0px 70px 50px #ccc; */
		margin: auto;
	}
}

@media(min-width:0) {
	.btnMobile {
		display: block;
		position: absolute;
		top: 10px;
		right: 0px;
		color: #23527c;
		padding: 40px 15px 0px 15px;
		z-index: 9999;
		font-weight: bold;
	}

	.btns-mobile {
		padding-top: 24px;
	}

	.btns-mobile a {
		color: #00AEEF
	}

	.btn-menu {
		background: url('../img/icones/ico-cadastro.svg') top center no-repeat;
		background-size: 100%;
	}

	.btn-logar {
		background: url('../img/icones/ico-login.svg') top center no-repeat;
		background-size: 100%;
	}

	.icoMenu {
		background: url('../img/icones/menuMobile.png') top center no-repeat;
		background-size: 40px;
	}

	.icoMenuSel {
		background: url('../img/icones/menuFechar.png') top center no-repeat;
	}

	.icoLogin {
		background: url('../img/icones/area_cliente.png') top center no-repeat;
		right: 80px;
		display: block;
	}

	.btnMobile:hover {
		text-decoration: none;
		color: #000;
	}

/*    .topo .container {
		margin-bottom: 25px;
	}
*/
	/*.menu {
		width: 100%;
		margin: 80px 0 30px 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		padding: 20px;
		box-shadow: 0px 0px 100px #ccc;
		z-index: 100;
		display: none;
	}*/

	.menu {
		width: 75%;
		height: 100vh;
		margin: 0;
		position: fixed;
		top: 0;
		left: -100%;
		background: #fff;
		padding: 50px 20px;
		/*box-shadow: 0px 0px 100px #ccc;*/
		z-index: 100;
		transition: all .4s;
	}
	.menu.abre-menu {
		left: 0;
		transition: all .4s;
	}

	.cnpj-selecionado {
		width: 100%;
		font-size: 12px;
	}

	.menu .trocar {
		padding: 5px 10px;
		background: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: -0.01em;
		text-transform: uppercase;
		color: #FFFFFF;
		background: #C489B7;
		border: 1px solid #FFFFFF;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.menu a {
		display: block;
		font-size: 1.5rem;
		color: #313131;
		font-weight: bold;
		padding: 7px 0px;
		text-align: left;
		border-bottom: none;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.menu .mascara {
		z-index: -1;
		background: #000;
		left: auto;
		right: 0;
		width: 25%;
		display: none;
	}

	.menu ul {
		margin: 0;
	}

	.menu li {
		display: block;
	}

	.menu li.login-menu {
		position: relative;
		top: -10px;
	}

	.menu li.login-menu .ico-login {
		width: 80px;
		height: 62px;
		position: absolute;
		top: 30px;
		left: 0;
		background: url('../img/icones/iconelogin.jpg') no-repeat;
		background-size: 75px;
	}

	.menu li.login-menu a {
		color: #787878;
		text-transform: uppercase;
		position: relative;
		margin: 0;
		/* padding: 10px 10px 10px 80px; */
		border-radius: 0;
	}

	.menu li.login-menu span {
		display: table;
	}

	.menu li.login-menu .esqueceu {
		cursor: pointer;
		font-size: 13px;
	}

	.menu li.login-menu .esqueceu span {
		color: #52C0D3;
		display: inline-table;
		font-size: 14px;
	}

	.menu li.cadastro a {
		border: 1px dotted #6A9BCA;
		font-weight: bold;
		background: #F4F4F4;
		box-shadow: 2px 2px 5px #ccc;
	}

	.menu .btn-close img {
		max-width: 15%;
	}

	#menu-login {
		display: none;
	}
}

@media screen and (min-width: 990px) {
	#menu-login {
		display: block;
	}

	.mb-item {
		display: none;
	}
}

@media(min-width:1200px) {
	.menu {
		display: block;
		width: 100%;
		margin: 0;
		position: relative;
		top: 0;
		left: 0;
		background: #fff;
		padding: 0;
		box-shadow: none;
		z-index: 1000;
		/*margin-top: 20px;*/
	}

	.menu a {
		color: #808080;
		font-size: 18px;
		border: 0;
		padding: 10px 10px;
		font-weight: 400;
		margin: 15px 0 0 0;
		border-radius: 5px;
	}

	.menu .btn-close {
		display: none;
	}


	.menu a:hover {
		background: #eee;
	}

	.menu li {
		display: inline-table;
	}

	.menu li.login-menu {
		margin-left: 200px
	}

	.menu li.login-menu .esqueceu {
		margin: -22px 0 5px 95px;
	}

	.menu li.login-menu .ico-login {
		width: 66px;
		position: absolute;
		top: 0;
		left: 20px;
		background: url('../img/icones/iconelogin.jpg') no-repeat;
		background-size: 66px;
	}

	.menu .mobile {
		display: none;
	}

	.menu .mascara {
		display: none;
	}

	.btnMobile {
		display: none;
	}

	.menu li a:hover {
		color: #000;
		text-decoration: none;
	}

	.menu li.login-menu a {
		padding: 10px 20px 10px 60px;
		position: relative;
		top: -10px;
		z-index: 200;
	}

	.login ul a {
		width: auto;
		display: inline-table;
	}

	.login ul a.esqueceu {
		background: none;
		color: #5a5a5a;
		border: 0;
		padding: 0;
	}

	.login ul a.esqueceu:hover {
		text-decoration: underline;
		font-weight: bold;
	}
}

@media(min-width: 990px) {
	.menu {
		background: none;
	}
}

/*Logado************/
@media(min-width:0) {
	li.logado {
		margin: 5px 0 0 0;
		padding-left: 30px;
		background: url('../img/icones/user.png') 8px 3px no-repeat;
		background-size: 18px;
		display: table;
		font-size: 16px;
	}
}

@media(min-width:768px) {
	li.logado {
		color: #fff;
	}
}

li.logado a {
	background: none;
	color: #3e6e4a;
	width: auto;
	padding: 2px 5px 0 5px;
	border-radius: 0;
}
/**********************************/
@media(min-width: 0) {
	.cont-esqueceu {
		width: 100%;
	}

	.cont-esqueceu li {
		margin: 5px 0 5px 0;
	}

	.cont-esqueceu input {
		width: 100%;
		margin-bottom: 5px;
	}

	.cont-esqueceu ul#emails li {
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
		width: 100%;
		font-size: 13px;
	}

	.cont-esqueceu ul#emails li:nth-child(2) {
		margin: 5px 0 5px 0;
	}

	.cont-esqueceu ul#emails a {
		font-size: 12px;
		font-weight: bold;
		background: #f9e120;
		background: -moz-linear-gradient(top, #f9e120 1%, #f7aa1d 100%);
		background: -webkit-linear-gradient(top, #f9e120 1%,#f7aa1d 100%);
		background: linear-gradient(to bottom, #f9e120 1%,#f7aa1d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e120', endColorstr='#f7aa1d',GradientType=0 );
		color: #000;
		border: 0;
		border: 1px solid #000;
		padding: 0px 5px;
		margin-top: -4px;
		float: right;
	}
}

@media(min-width: 768px) {
	.cont-esqueceu form {
		width: 600px;
	}

	.cont-esqueceu input#entrar {
		width: 100%;
	}

	.cont-esqueceu ul#emails li {
		font-size: 16px;
	}

	.cont-esqueceu ul#emails a {
		padding: 0px 10px;
		font-size: 16px;
	}
}

/*Validando modal*/
@media(min-width: 0) {
	.total-cli {
		text-align: right;
		color: #000;
		margin: -5px 0px 5px 0px;
	}
}

@media(min-width: 768px) {
	.total-cli {
		padding: 5px;
		position: absolute;
		top: 35px;
		right: 32px;
		color: #fff;
	}
}
/*form-senha***************************/
@media(min-width:0) {
	.cont-esqueceu h1 {
		text-align: center;
		margin-bottom: 20px;
	}

	.cont-esqueceu form {
		width: 100%;
	}
}

@media(min-width:990px) {
	.cont-esqueceu form {
		width: 50%;
		margin: auto;
	}

	.cont-esqueceu li:nth-child(2) {
		margin-bottom: 40px;
	}
}

.cont-esqueceu input[type='submit'], input[type='button'] {
	border: 0;
	background: #00488E;
	padding: 3px 10px;
}

/*Confirma telefone***************/
ul.confirma-tel {
	border: 1px dotted #ccc;
	/*width: 600px;*/
	margin: auto;
	padding: 10px;
	text-align: center;
	padding: 20px;
}

ul.confirma-tel li {
	margin: 0 0 10px 0;
}

ul.confirma-tel div {
	margin: 0 0 10px 0;
}

ul.confirma-tel h2 {
	width: 100%;
	color: #00488E;
	/*font-family: SourceSansPro-Bold;*/
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	padding: 10px 35px 10px 20px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

ul.confirma-tel input[type="text"] {
	/*width: 100%;*/
	width: 400px;
}
/* list-rota**************/
.list-rota {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0 0 0;
}

.list-rota ul {
	padding: 0;
}

.list-rota li {
	display: inline-table;
	margin: 0 15px 0 0px !important;
}

.list-rota a {
	color: #808080;
	font-size: 12px;
	padding-right: 10px;
	position: relative;
}

.list-rota .ico {
	position: absolute;
	top: 2px;
	right: 0;
	background: url('../img/icones/seta_rota.png') top right no-repeat;
	width: 6px;
	height: 11px;
}

.list-rota li.atual a {
	font-weight: bold;
	color: #00498F;
}

.list-rota li.atual .ico {
	display: none;
}

.marcas .owl-item img {
	display: block;
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: 10px;
	min-height: 60px;
	background: #fff;
}
/* Rodape */
@media(min-width:0) {
	.rodape {
		background: #0B59A5;
		font-family: arial;
		padding: 0 0 0 0;
		margin: 0;
		position: relative;
	}

	.rodape p {
		font-family: arial;
		font-size: 12px;
		line-height: 150.8%;
		color: #FFFFFF;
		max-width: 1170px;
	}

	.rodape .cont {
		padding-top: 20px;
		padding-bottom: 50px;
		position: relative;
	}

	.rodape .selo {
		width: 101px;
		height: 98px;
		background: url('../img/selo_mam.png') no-repeat;
		background-size: 101px;
		position: absolute;
		top: -30px;
		right: 125px;
		display: none;
	}

	.rodape ul.parceiros span {
		display: none;
	}

	.rodape img {
		width: 100%;
	}

	.rodape .container {
		padding: 0 15px 15px 15px;
	}

	.rodape .links {
		display: block;
		background: url('../img/fdo_rodape.jpg') no-repeat top center;
		background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #E8E8E8;
	}

	.rodape .sites {
		width: 48%;
		display: inline-table;
	}

	.rodape .sites a {
		background-repeat: no-repeat;
		background-position: center;
		background-size: 80%;
	}

	.rodape .logo-visaogrupo {
		width: 100%;
		height: 60px;
		background: url('../img/visaogrupo_cinza.png') top center;
		text-indent: -99999px;
		display: inline-block;
		background-size: 130px;
	}

	.rodape .logo-tudofarma {
		width: 100%;
		height: 60px;
		background: url('../img/tudofarma_cinza.png') top center;
		text-indent: -99999px;
		display: inline-block;
		background-size: 130px;
	}

	.rodape .redes-sociais {
		width: 48%;
		display: inline-table;
		text-align: center;
		position: relative;
		top: 10px;
	}

	.rodape .redes-sociais span {
		color: #003362;
		padding: 10px;
		position: relative;
		top: 7px;
		display: inline-block;
		/* font-weight: bold; */
		text-transform: uppercase;
		font-size: 14px;
		display: table;
	}

	.rodape .redes-sociais .ico-logo {
		width: 36px;
		height: 36px;
		background-repeat: no-repeat;
		display: inline-block;
	}

	.rodape .redes-sociais .ico-facebook {
		text-indent: -999999px;
		background: url('../img/icones/facebook.svg') no-repeat;
	}

	.rodape .redes-sociais .ico-linkedin {
		text-indent: -999999px;
		background: url('../img/icones/linkedin.svg') no-repeat;
	}

	.rodape .redes-sociais .visao {
		display: inline-block;
	}

	.rodape .redes-sociais .tudofarma {
		display: inline-block;
	}
}

@media(min-width: 768px) {
	.rodape p {
		font-size: 14px;
		line-height: 180.8%;
	}

	.rodape .links {
		display: block;
		/* background: url('../img/fdo_rodape.jpg') no-repeat top center; */
		display: block;
		height: 115px;
		background: #0F385E;
	}

	.rodape .redes-sociais .visao {
		margin-right: 10px;
	}

	.rodape .sites {
		margin-top: 0;
	}

	.rodape .sites a {
		margin-right: 10px;
	}

	.rodape .logo-visaogrupo {
		width: 170px;
		background: url('../img/visaogrupo.png');
	}

	.rodape .logo-tudofarma {
		width: 140px;
		background: url('../img/tudofarma.png');
	}
}

@media(min-width: 1200px) {
	.rodape .redes-sociais span {
		display: inline-table;
		color: #fff;
	}

	.rodape .sites a {
		margin-right: 50px;
	}
}

.form-tel input {
	display: inline-table;
}

.form-DDD {
	width: 20%;
}

.form-numero-tel {
	width: 79%;
}

.nav-item:hover {
	color: yellow;
}


/*.btn-dados-tp:hover {
	background: #db2391;
	color: #fff !important;
}*/

/****************/

.alterar-phone .numero .ddd {
	display: inline-table;
	width: 20%;
}

.alterar-phone .numero .celular {
	display: inline-table;
	width: 78%;
}

.alterar-phone .btn-form-pd {
	color: #fff;
	display: block;
	text-align: center;
}

.btn-enviar-fale {
	margin-top: 20px;
	color: #fff !important;
	text-align: center;
	display: block
}

.btn-enviar-fale:hover {
	box-shadow: 2px 2px 10px #999;
	text-decoration: underline;
}

@media(min-width: 1400px) {
	.rodape .selo {
		display: block;
	}
}

:root {
	--font: #fff;
	--bg: #c9343a;
	--btn: #911c2c;
	--hr: 1px solid #eeeeee59;
}

/*:root {
	--font: #000;
	--bg: #fff;
	--btn: #aa000c;
	--hr: 1px solid #00000059;
}*/

.dados-escolha {
	display: block;
	width: 300px;
	background: var(--font);
	position: absolute;
	top: 61px;
	right: 0;
	border-radius: 15px;
	box-shadow: 0 0 20px rgb(201 52 58 / 30%);
	color: #000;
	display: none;
}
.dados-escolha .itens {
	padding: 10% 10% 5% 10%;
}
.dados-escolha p,
.mobile-info p{
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.dados-escolha p small,
.mobile-info p small{
	text-transform: uppercase;
	font-size: .9rem;
	letter-spacing: 1px;
	line-height: 2.5rem;
	font-weight: 700;
}
.dados-escolha hr {
	border-top: 1px solid #000;
}
.dados-escolha .itens ul {
	margin-top: 0;
}
.dados-escolha .itens ul li {
	display: block;
}
.dados-escolha .itens ul li a {
	margin: 0;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #000;
	padding: 5px 0px;
}
.dados-escolha .dropbtns div {
	padding: 0;
}
.dados-escolha .dropbtns a {
	display: block;
	width: 100%;
	background: #031B7D;
	padding: 10px;
	margin: 0;
	float: none;
	top: 0;
	border-radius: 0 0 15px 15px;
	border: none;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s;
	border: 1px solid #fff;
}
.dados-escolha .dropbtns div:first-child a {
	border-bottom-right-radius: 0;
	border-right: 1px solid #ccc;
}
.dados-escolha .dropbtns div:last-child a {
	border-bottom-left-radius: 0;
	border-left: 1px solid #ccc;
}
.dados-escolha .dropbtns a:hover {
	background: #eaeaea;
	color: #000;
	text-decoration: none;
	transition: all .3s;
}

.dados-escolha:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-left: 15px solid #0000;
	border-right: 15px solid #0000;
	border-bottom: 15px solid #fff;
	position: absolute;
	top: -10px;
	left: 40%;
}

.mobile-info .dropbtns a {
	display: block;
	width: 100%;
	background: #0000;
	padding: 10px 0 5px 0;
	margin: 0;
	float: none;
	top: 0;
	border-radius: 0 0 15px 15px;
	border: none;
	font-size: 1.3rem;
	text-align: left;
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mobile-info a.trocar {
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 20px;
}

.mascara-disabled {
	display: none;
}

@media screen and (min-width: 990px) {
	.menu {
		height: auto;
	}

	.menu li a {
		text-transform: none;
	}

	.mobile-info,
	.mb-item {
		display: none !important;
	}
}