:root {
	--theme: #439ca5;
	--theme-dark: #439ca5;
	--theme-light: #439ca52b;
	--whatsapp: #4aae20;
	--whatsapp-hover: #0dc043;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

.function-whatsapp {
	position: relative;
}

.font-bolder {
	font-weight: bolder;
}

.rounded-theme {
	border-radius: 30px;
}

.border-theme {
	border: 5px solid var(--theme);
}

.bg-theme {
	background-color: var(--theme);
}

.bg-light-theme {
	background-color: var(--theme-light);
}

.card-theme .card-body p.card-text {
	font-size: 1.3rem;
	line-height: 2.6rem;
}

.text-theme {
	color: var(--theme);
}

.btn {
	transition: 0.2s ease-in-out !important;
}

.btn-whatsapp {
	color: #f1f1f1;
	background-color: var(--whatsapp);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active {
	color: #f1f1f1;
	background-color: var(--whatsapp-hover);
}

#section-aviso {
	font-size: 1.25rem;
}

#section-aviso .icon-aviso {
	height: 30px;
}

#section-topo p {
	font-size: 1.1rem;
}
.logo-tv-ativa {
	max-height: 150px;
}
section#section-video-1 .video-1 iframe {
	border: 5px solid var(--theme);
	border-radius: 30px;
	overflow: hidden;
	background: var(--theme);
}

.intro-image {
	width: 100%;
}
.imagem-risco-zero {
	border-bottom: 5px solid var(--theme);
}

.whatsapp-flutuante {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 2.2rem;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 60px;
	padding: 0;
}

form.form-indicacao {
	width: 100%;
	border-radius: 20px;
	cursor: default;
}

.form-group.form-group-indicacao .form-control {
	margin-bottom: 10px;
	border-color: #0dc143;
}

button.botao-flutuante {
	position: fixed;
	bottom: 70px;
	right: 23px;
	font-size: 2.7rem;
	border-radius: 40px;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	border: 2px solid #fff;
}

@media (max-width: 720px) {
	#section-aviso {
		font-size: 0.9rem;
	}
	h2 {
		font-size: 1.2rem !important;
	}
	.video-1 iframe {
		height: 250px !important;
	}
	.card-theme .card-body p.card-text {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.video-risco-zero iframe {
		height: 250px !important;
	}
}
