:root {
	--cor-primaria: #6a327d;
	--cor-secundaria: #ff00be;
	--cor-terciaria: #46005d;
	--cor-vermelha: #f44141;
	--cor-branca: #ffffff;
	--cor-preto: #181818;
	--cor-verde: #27ae60;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	min-width: 320px;
	color: var(--cor-preto);
}

a {
	text-decoration: none;
}

strong,
b {
	font-weight: 600;
}

.form-control{
	padding: .4rem .7rem;
	min-height: 40px;
}

.form-control, .form-select{
	font-size: 0.9rem;
}

.btn{
	min-height: 44px;
}

a.btn{
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-warning {
	color: var(--cor-vermelha) !important;
}

.btn:focus,
.btn:active,
.btn:visited,
.btn:hover {
	box-shadow: none !important;
	outline: none !important;
}

.btn-casalme-1{
	color: var(--cor-branca);
	font-weight: 500;
	background-color: var(--cor-secundaria);
}
.btn-casalme-1:hover{
	color: #cccccc;
}

.btn-casalme-2{
	color: var(--cor-branca);
	font-weight: 500;
	background-color: var(--cor-primaria);
}
.btn-casalme-2:hover{
	color: #cccccc;
}

.text-casalme-1{
	color: var(--cor-secundaria);
}
.text-casalme-2{
	color: var(--cor-primaria);
}
.text-casalme-3{
	color: var(--cor-terciaria);
}

.logo{
	max-width: 260px;
}

.section-principal{
	color: var(--cor-branca);
	background-color: var(--cor-terciaria);
	min-height: 100vh;
	background-image: url(../img/bg-pricipal.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.section-principal a{
	color: var(--cor-branca);
}

.section-frase{
	color: var(--cor-branca);
	background-color: var(--cor-secundaria);
	background-image: url(../img/bg-frase.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.menu{
	background-color: var(--cor-terciaria);
}

header{
	background-color: var(--cor-preto);
	background-image: url(../img/bg-conta.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
}

.form-cadastro{
	background-color: var(--cor-branca);
}

.section-primaria{

}

.section-secundaria{
	
}


footer {
	border-top: 1px solid #f1f5f9;
}

footer a{
	color: var(--cor-secundaria);
}
footer a:hover{
	color: var(--cor-primaria);
}

@media only screen and (max-width: 1380px) {
	
}

@media only screen and (max-width: 1080px) {
	.section-principal{
		background-image: url(../img/bg-pricipal-tablet.png);
	}
}

@media only screen and (max-width: 767px) {
	header{
		background-image: none;
	}
}

@media only screen and (max-width: 500px) {
	.section-principal{
		background-image: url(../img/bg-pricipal-mobile.png);
	}
}

@media only screen and (max-width: 400px) {

}

.back-to-top{
	bottom: 90px;
}
.back-to-top:hover{
	cursor: pointer;
}

.back-to-top {
    display: none;
    right: 16px;
    z-index: 99999;
    position: fixed;
}

.box-flutuante-icon{
	width: 44px;
	height: 44px;
	border-radius: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--cor-primaria);
	color: #ffffff;
}