@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

/* ==========================================================================
   CONFIGURAÇÕES GERAIS E TIPOGRAFIA
   ========================================================================== */
body {
	color: #212e48 !important;
}

/* Tamanhos de Fonte */
.font-13 {
	font-size: 13px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 14px;
}

/* Nota: O nome da classe é 16, mas o valor é 14px */
.font-20 {
	font-size: 20px;
}

.font-24 {
	font-size: 24px;
}

.font-25 {
	font-size: 20px;
	color: #FED609;
	filter: drop-shadow(1px 1px black);
}

/* O nome da classe é 25, mas o valor é 20px */
.font-30 {
	font-size: 25px;
	color: #FED609;
	filter: drop-shadow(1px 1px black);
}

/* O nome da classe é 30, mas o valor é 25px */
.font-35 {
	font-size: 30px;
	color: #FED609;
	filter: drop-shadow(1px 1px black);
}

/* O nome da classe é 35, mas o valor é 30px */

.title-header-register {
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
}

.title-modal {
	font-family: 'Lobster', cursive;
	font-size: 40px;
	color: #f13301;
	text-shadow: 1px 1px #3e3e3e;
	margin-bottom: 10px;
}

.text-red {
	color: red;
}

/* Pesos de Fonte (Font-Weight) */
.weight-300 {
	font-weight: 300;
}

.weight-400 {
	font-weight: 400;
}

.weight-500 {
	font-weight: 500;
}

.weight-600 {
	font-weight: 600;
}

.weight-700 {
	font-weight: 700;
}

.weight-800 {
	font-weight: 800;
}


/* ==========================================================================
   ESPAÇAMENTOS E ALINHAMENTOS (UTILITIES)
   ========================================================================== */
.margin-0 {
	margin: 0 auto;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.no-padding {
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.display-none {
	display: none;
}


/* ==========================================================================
   BOTÕES (BUTTONS)
   ========================================================================== */
input:focus,
textarea:focus,
button:focus,
a:focus {
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none !important;
}

.button-social {
	border-width: 0;
	line-height: 1.538;
	padding: 9px 20px;
	transition: none;
	display: block;
	width: 100%;
	border-radius: 10px;
}

/* Estilos base compartilhados entre os botões sociais */
.button-facebook,
.button-google {
	background-color: #ecf0fa;
	color: #242f48;
	transition: all 0.3s;
	text-align: center;
}

.button-facebook:hover {
	background-color: #1877F2;
	color: #fff !important;
}

.button-google:hover {
	background-color: #C94130;
	color: #fff !important;
}

.button-entrar {
	background-color: #42b72a;
	color: #fff;
	transition: all 0.3s;
}

.button-entrar:hover {
	background-color: #f13301;
	color: #fff;
}

.padding-button-login {
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px !important;
}

.btn-new-register {
	width: 230px;
	font-weight: bold;
	font-size: 15px;
	float: right !important;
	text-align: center !important;
}

.btn-buy-bottom {
	position: absolute;
	bottom: 0;
}


/* ==========================================================================
   IMAGENS, LOGOS E FUNDOS
   ========================================================================== */
.img-logo-login {
	max-height: 130px !important;
	max-width: 130px !important;
}

.img-logo-logado {
	max-height: 80px !important;
	max-width: 95px !important;
	height: 80px !important;
	width: 95px !important;
}

.a-logo {
	margin: 0 auto;
}

.bg-login {
	background-image: url("../img/logo/bg-login.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}

.pagseguro-logo {
	max-width: 200px;
}

.pagseguro-logo-100 {
	max-width: 100px;
}

.bg-primary-transparent {
	background-color: #f3f3f3 !important;
}

/* ==========================================================================
   COMPONENTES (CARDS, ALERTS, TABLES, ETC)
   ========================================================================== */
.form-group {
	margin-bottom: 0.5rem !important;
}

.alert {
	border-radius: 10px;
	margin: 0 auto;
}

.card {
	border: none !important;
	background: #ffffff8c !important;
}

.card-filter-cadastros {
	margin: 15px;
	box-shadow: 0px 3px 6px -2px #737f9e !important;
}

/* Div Contemplado */
.card-cont {
	border: 2px solid rgb(54, 66, 97) !important;
	border-radius: 12px;
}

.card-header-cont {
	padding: 5px;
}

.card-body-cont {
	padding: 10px;
	font-size: 15px;
}

.card-footer-cont {
	padding: 5px;
	border-bottom-left-radius: 14px !important;
	border-bottom-right-radius: 14px !important;
}

.table th,
.table td {
	padding: 5px;
}

.vertical-align-table {
	line-height: 38px !important;
}

/* Menus e Sidebar */
.icon-left-menu {
	font-size: 18px;
	margin-right: 15px;
}

.app-sidebar {
	width: 245px !important;
}

.sidebar-scroll {
	overflow: scroll;
}

.main-sidemenu {
	margin-top: 25px !important;
}

.main-signup-header .row {
	margin-top: 5px !important;
}


/* Loading Modal */
#loading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
	text-align: center;
	padding-top: 25%;
}


/* ==========================================================================
   REGRAS ESPECÍFICAS (PROMOÇÕES, CAPAS, WHATSAPP)
   ========================================================================== */
.capa-atual img {
	border-radius: 10px;
}

.capa-atual span {
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}

.img-photo-promotion {
	background-size: cover;
	background-position: center center;
	float: left;
	width: 120px;
	height: 160px;
	margin: 3px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.img-photo-promotion a {
	float: right;
	background-color: #fff;
	padding: 6px;
	font-size: 16px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.promocao-ao-lado {
	float: left;
}

.padding-status-promotion {
	padding: 6px 9px !important;
}

.tabs-style-4 {
	margin-left: 5px;
	min-height: 230px;
}

.tabs-style-4 .nav.panel-tabs li a {
	margin: 0 8px 0 0;
}

span.voltar-pagina {
	float: right;
}

/* Flutuantes do WhatsApp */
.whatsapp-symbol img,
.whatsapp-symbol-logado img {
	width: 55px;
	position: fixed;
	z-index: 9999;
	bottom: 25px;
}

.whatsapp-symbol img {
	right: 25px;
}

.whatsapp-symbol-logado img {
	left: 25px;
}


/* ==========================================================================
   MEDIA QUERIES (RESPONSIVIDADE)
   ========================================================================== */
@media (min-width: 992px) {
	.main-content {
		padding-top: 0 !important;
		margin-left: 245px !important;
	}
}

@media (min-width: 768px) {
	.app-sidebar__toggle {
		display: none;
	}
}

@media (max-width: 767px) {
	.dados-responsive {
		margin-left: 0 !important;
		display: none;
	}

	.main-sidemenu {
		overflow: scroll;
	}

	.app-sidebar__toggle {
		margin-left: 0 !important;
		margin-right: 20px !important;
	}

	.mobile-logo {
		width: 90px;
		height: 80px;
	}
}