:root {
	/* --cor-primaria: #093247; */
	/* --cor-secundaria: #f6a02a; */
	--cor-primaria: #1d2945;
	--cor-secundaria: #0e9390;
	--cor-branca: #ffffff;
	--cor-preto: #040404;
	--cor-verde: #27ae60;
}

body {
	color: var(--cor-preto);
	font-size: 1rem;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

a {
	text-decoration: none;
}

strong,
b {
	font-weight: 600;
}

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

.btn-border{
	color: var(--cor-branca);
	border: 2px solid var(--cor-branca);
	border-radius: 60px;
	font-size: 1.2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 240px;
}
.btn-border:hover{
	color: #eeeeee;
}

.btn-scroll:hover{
	cursor: pointer;
}

.text-destaque{
	color: var(--cor-secundaria);
}

.bg-principal{
	width: 100%;
	min-height: calc(100vh - 110px);
	background-image: url(../img/principal.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.menu-links a{
	transition: all .4s;
	font-size: 1.1rem;
	color: var(--cor-preto);
}
.menu-links a:hover{
	color: var(--cor-secundaria);
}

.menu-redes-sociais a{
	transition: all .4s;
	color: var(--cor-secundaria);
}
.menu-redes-sociais a:hover{
	color: var(--cor-preto);
}

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

.logo-cliente{
	max-width: 75%;
	max-height: 140px;
}

header{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo{
	max-width: 244px;
}

.header-conteudo{
	display: flex;
	flex-direction: column;
	min-height: 80vh;
	justify-content: space-between;
}

.card-item{
	border-left: 1px solid var(--cor-secundaria) !important;
}
.card-item svg{
	color: var(--cor-secundaria);
}

footer{
	background-color: #f1f5f9;
}
footer a{
	transition: all .4s;
	color: var(--cor-secundaria);
}
footer a:hover{
	color: var(--cor-preto);
}

footer .logo{
	max-width: 244px;
}

.btn-enviar-contato{
	color: var(--cor-branca);
	background: var(--cor-secundaria);
	width: 100%;
	transition: all .6s;
}
.btn-enviar-contato:hover{
	color: #eeeeee;
}

@media only screen and (min-width: 1400px) {
}

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

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

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

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

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

.go-whatsapp {
    bottom: 30px;
}

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

.back-to-top, .go-whatsapp {
    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-secundaria);
	color: #ffffff;
}
.box-flutuante-icon.whatsapp{
	background-color: var(--cor-verde);
}

.text-justify{
	text-align: justify;
}