:root {
	scroll-behavior: smooth;
    --principal: #233142;
	--secundaria: #455d7a;
	--branco: hsl(0, 0%, 100%);
    --laranja: #ff5722;
    --preto: #010101;
}

body {
	font-family: "Montserrat", sans-serif;
	background: #ffffff;
	color: #444444;
	font-weight: 400;
    font-size: 1rem;
	display: flex;
	flex-direction: column;
	min-height: 100vh;	
}

a {
	color: var(--principal);
	text-decoration: none;
}

a:hover {
	color: #0f5132;
	text-decoration: none;
}

nav.box-header{
	background-color: var(--principal);
    color: var(--branco);	
}

nav.box-header h1{
	text-transform: uppercase;
}

nav a{
	color: var(--branco);
}

footer h4.title-footer{
	text-align: center;
	color: var(--principal);
	text-transform: uppercase;
}

#sobre-home{
	color: var(--branco);
	background-color: var(--principal);
}

#banners-home{
	width: 100%;
	/* max-width: 1800px; */
	height: auto;
}

#banners-home .banner-demo{
	height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background-color: #eeefee;
    font-weight: bold;
}

#clubes-home .box-clubes{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

#clubes-home .box-clubes .box-clube{
	padding: 20px 0px;
	border-radius: 8px;
	transition: all .4s;
}
#clubes-home .box-clubes .box-clube:hover{
	background-color: #eeeeee;
}

#clubes-home .box-clubes .box-clube a{
	display: flex;
    flex-direction: column;
    align-items: center;
	color: #1b1b1b;
}

#clubes-home .box-clubes .box-clube .box-img{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	transition: all .4s;
}

#clubes-home .box-clubes .box-clube .box-img img{
	height: 72px;
}

#clubes-home .box-clubes .box-clube .box-nome{
	font-weight: 600;
}

/* Página Clube */

#container-clube{
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #f9f9f9;
}

#container-clube .box-rede-sociais{
    gap: 10px;
}
 
#container-clube .box-rede-sociais a{
	background-color: #e1e1e1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 48px;
    color: #444444;
}

/* Planos */

#container-planos .planos{
	gap: 14px;
    display: flex;
    justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

#container-planos .planos .card-plano{
	width: 100%;
	flex-direction: row;
    text-align: center;
	display: flex;
    flex-direction: column;
	border: 1px solid transparent;
}

.card-plano-24{
	max-width: 24%;
}
.card-plano-32{
	max-width: 32%;
}
.card-plano-48{
	max-width: 48%;
}
.card-plano-100{
	max-width: 100%;
}
.card-plano-100 a{
	max-width: 50%;
}

#container-planos .planos .card-header{
	border-bottom: 1px solid #f5f4f4;
    min-height: 40px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container-planos .planos .card-header p{
	color: #198754;
	display: flex;
	align-items: center;
}
#container-planos .planos .card-header p i{
	font-size: .6rem;
}

#container-planos .planos .card-footer{
	min-height: 40px;
}

.divider{
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #ffffff 0%, #dddddd 50%, #ffffff 100%);
}

#box-formulario #form-login h2,
#box-formulario #form-cadastro h2{
    text-align: center;
}

#box-formulario #form-login form button,
#box-formulario #form-cadastro form button{
	margin-top: 20px;
    width: 100%;
}

.login-separacao{
	padding-top: 200px;
	padding-bottom: 200px;
}

/* Plano */
#container-plano .box-plano-descricao p{
	text-align: center;
}

/* Form field credit card */
.credit-form-field{
	position: relative;
}
.credit-form-field .form-field-cc{
    font-size: 0.7rem;
    font-weight: bold;
    position: absolute;
    top: -8px;
    left: 20px;
    background-color: white;
    padding: 0 7px;

}

.credit-form-button-close{
	width: auto;
    position: absolute;
    top: -2px;
    right: 3px;
    font-size: 2rem;
    border: none;
    padding: 0;
    background-color: transparent;
}

/*--------------------------------------------------------------
# Auxiliar
--------------------------------------------------------------*/

.display-none{
	display: none;
}

.alert-small{
	font-size: 0.9rem;
    padding: 8px;
}

.alert-small button{
	padding: 12px 7px !important;
}

/* Menu Categorias */

.categorias_list{
	padding: 16px;
}

.categorias_list .categorias__list{
	display: flex;
    justify-content: center;
    gap: 0px 20px;
    list-style: none;
    font-size: 1.3rem;
    margin: 0;
	padding-left: 0;
}

.categorias_list .categorias_subcategorias__list{
	display: none;
	position: absolute;
    background-color: #fdfdfd;
    z-index: 7;
    padding: 10px 20px;
	box-shadow: 0 7px 30px -10px #b4aab480;
	border-radius: 5px;
}

.categorias_list .categorias_subcategorias__list ul{
	list-style: none;
	padding-left: 0;
}

.categorias_list .categorias__list > li:hover > .categorias_subcategorias__list{
	display: block;	
	border-top: 1px solid #198754;
}

/* Filtro Categoria */

.box-categoria-filtros{
	margin: 20px 0;
}

.box-categoria-filtros .box-categoria-filtros-title{
	background-color: #198754;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #FFE;
    font-weight: 500;
	border-radius: 25px;
}

.box-categoria-filtros .box-categoria-filtro-child{
	margin: 15px 0 0;
    padding: 0px 5px;
    border: 1px solid #198754;
    border-radius: 4px;
}

.box-categoria-filtros .box-categoria-filtro-child .box-categoria-filtro-child-title{
	border-bottom: 1px solid #198754;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 600;
}

.filtro-categorias ul{
    list-style: none;
	padding-left: 15px;
}

.filtro-categorias > ul > li{
	margin-bottom: 10px;
}

.filtro-categorias  a{
	color: #1b1b1b;
}

.filtro-categorias  a:hover{
	color: #198754;
}

.filtro-estado ul{
	list-style: none;
    padding-left: 15px;
}

.filtro-estado ul li:hover{
	color: #198754;
	cursor: pointer;
}

/* Swiper */ 
.swiper {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide {
	width: 60%;
}

.swiper-slide:nth-child(2n) {
	width: 40%;
}

.swiper-slide:nth-child(3n) {
	width: 20%;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev{
	color: #f0f0f0;
}

.swiper .swiper-pagination-bullet-active{
	background-color: #198754;
}

/* Anuncio Equipamento */

.form-contato-equipamento{
	border: 1px solid #198754;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0 10px;
}

.box-anuncio-equipamento .preco{
	color: #198754;
    font-weight: bold;
    margin: 15px 0;
    font-size: 2rem;
}

.box-anuncio-equipamento .preco small{
	font-size: 1rem;
}

.logo{
	max-height: 44px;
	max-width: 90%;
}

.swal2-styled.swal2-confirm{
	border-radius: 40px !important;
	padding-left: 40px;
	padding-right: 40px;
}

@media only screen and (max-width: 1100px) {
	#container-planos .planos{
		flex-wrap: wrap;
	}
	.card-plano-100 a{
		max-width: 100%;
	}
	.card-plano-24,
	.card-plano-32,
	.card-plano-48,
	.card-plano-100{
		max-width: 32%;
	}
}

@media only screen and (max-width: 920px) {
	.card-plano-24,
	.card-plano-32,
	.card-plano-48,
	.card-plano-100{
		max-width: 31%;
	}
}

@media only screen and (max-width: 768px) {
	.box-anuncio-equipamento{
		margin-top: 20px;
	}

    .box-anuncio-content img{
		width: 95% !important;
		height: auto !important;
		margin: 0 10px !important;
	}

	.login-separacao{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#clubes-home .box-clubes{
		grid-template-columns: repeat(3, 1fr);
	}

	#container-clube .box-rede-sociais{
		flex-wrap: wrap;
	}
	#container-clube .box-rede-sociais{
		gap: 8px;
	}
	.card-plano-24,
	.card-plano-32,
	.card-plano-48,
	.card-plano-100{
		max-width: 48%;
	}
}

@media only screen and (max-width: 550px) {
	.logo-cabecalho-site{
		max-width: 200px;
	}
	#clubes-home .box-clubes{
		grid-template-columns: repeat(2, 1fr);
	}
	.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after{
		font-size: 35px;
	}
	#container-planos .planos .card-plano{
		width: 100%;
		max-width: 100%;
	}
	.card-plano-24,
	.card-plano-32,
	.card-plano-48,
	.card-plano-100{
		max-width: 100%;
	}
	.btn-menu-login{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 100px;
	}
}

@media only screen and (max-width: 320px) {
	#clubes-home .box-clubes{
		grid-template-columns: repeat(1, 1fr);
	}
}

.embed-qrcode{
	height: 232px;
    width: 100%;
}

.btn-menu-login:hover{
	color: #f4f5f4;
}