p {
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

/* */

.navbar-top {
	background-color: #000000;
	font-family: "Nunito Sans", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 41px;
	color: #B5B5B5;
}

.navbar-container {
	background-color: #ffffff;
	color: #fff;
	letter-spacing: 2px;
	min-height: 85px;
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1px;
	letter-spacing: 3.7px;
	position: sticky;
	width: 100%;
	z-index: 999;
	top: 0;
}

@media only screen and (max-width: 1060px) {
    .navbar-container {
        font-size: 10px;
        min-height: 65px;
        letter-spacing: 1px; 
        padding: 0 10px;
        flex-direction: column; 
        align-items: flex-start;
    }
}

.nav-social a {
	color: #B5B5B5;
	border: 1px solid #FFF3;
	border-top: none;
	text-decoration: none;
	border-bottom: none;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-social a:hover {
	color: #fff;
}
.nav-contact a {
	border: 1px solid #FFF3;
	border-top: none;
	border-left: none;
	border-bottom: none;
	font-weight: 400;
	letter-spacing: 0.3px;
	padding-left: 20px;
	padding-right: 20px;
	color: #B5B5B5;
}
.nav-contact a:hover {
	color: #FFF;
	transition: color 0.3s;
}
.nav-contact i {
	color: #fff;
	margin-right: 10px;
}

.logo {
	width: 280px;
}

.fale-conosco {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	background-color: #0000;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	border-radius: 5px;
	padding: 22px 25px 22px 25px;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 2px;
}
.fale-conosco:hover {
	background-color: rgb(255 255 255 / 12%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.navbar-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-menu {
	display: flex;
	gap: 50px;
}

.nav-menu a {
	color: #000000;
	text-decoration: none;
}
.nav-menu a:hover {
	color: #7c2dfa;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.menu-icon {
	display: none;
}

.desktop {
	display: block !important;
}

.mobile {
	display: none !important;
}

.btn-main {
	padding: 20px 0px 20px 0px;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	background-color: #7c2dfa;
	border-radius: 10px 10px 10px 10px;
	color: #fff;
	border: none;
    min-width: 215px;
	height: auto;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
	text-decoration: none;
	text-align: center;
}
.btn-main:hover {
	background-color: #000000;
}
.btn-services2
{
	padding: 20px 90px 20px 90px;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	background-color: #7c2dfa;
	border-radius: 10px 10px 10px 10px;
	color: #fff;
	border: none;
    min-width: 215px;
	height: auto;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
	text-decoration: none;
	text-align: center;
}
.btn-services2:hover {
	background-color: #000000;
}

.buttons-second {
    	padding: 20px 90px 20px 90px;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	background-color: #7c2dfa;
	border-radius: 10px 10px 10px 10px;
	color: #fff;
	border: none;
    min-width: 215px;
	height: auto;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
	text-decoration: none;
	text-align: center;
}

.menu-icon {
	display: none;
	flex-direction: column;
	cursor: pointer;
	padding: 10px;
}

.bar {
	background-color: #7c2dfa;
	height: 3px;
	width: 25px;
	margin: 3px 0;
}

.menu {
	display: none;
	align-items: center;
	padding: 25px;
	background-color: #7c2dfa;
	color: white;
}

.menu ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.menu li {
	margin: 0 20px;
}

.menu a {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}

.container-footer {
	background-image: url('./images/bg-footer-top.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 500px;
	padding-top: 150px;
	padding-left: 120px;
	padding-right: 120px;
}

.container-footer input[type=text],
select,
textarea {
	width: 100%;
	/* Full width */
	border: none;
	border-radius: 4px;
	/* Rounded borders */
	box-sizing: border-box;
	/* Make sure that padding and width stays in place */
	margin-top: 6px;
	/* Add a top margin */
	margin-bottom: 16px;
	/* Bottom margin */
	resize: vertical;
	/* Allow the user to vertically resize the textarea (not horizontally) */
	color: #000;
	padding: 15px 0;
	border-bottom: 1px solid rgba(137, 144, 172, .2);
	font-family: "Poppins", sans-serif;
	outline: none;
	font-size: 15px;
}

/* Style the submit button with a specific background color etc */
.container-footer input[type=submit] {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background: #7c2dfa;
	text-transform: none;
	border-radius: 10px;
	padding: 19px 62px;
	margin-top: 35px;
	cursor: pointer;
	border: none;
}

.container-footer input[type=submit]:hover {
	background-color: #000;
	color: #fff;
}

.container-footer ::-webkit-input-placeholder {
	/* Chrome */
	color: #8990ac;
}

.container-footer :-ms-input-placeholder {
	/* IE 10+ */
	color: #8990ac;
}

.container-footer ::-moz-placeholder {
	/* Firefox 19+ */
	color: #8990ac;
	opacity: 1;
}

.container-footer :-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #8990ac;
	opacity: 1;
}

.container-form {
	margin: 0 0 0 100px;
	padding: 52px 60px 60px 60px;
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 17px 17px 32px 0 rgba(100.99999999999999, 106.00000000000009, 228.99999999999994, .12);
}

.container-form input {
    width: 100%;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: #000;
    padding: 15px 0;
    border-bottom: 1px solid rgba(137, 144, 172, .2);
    font-family: "Poppins", sans-serif;
    outline: none;
    font-size: 15px;
}

.container-form input:focus {
    border-bottom: 2px solid #7c2dfa;
    outline: none;
}

.p-top-footer {
	font-weight: 600;
	font-size: 15px;
	margin-top: 30px;
}

.person-3 {
	margin-top: 90px;
	margin-left: -70px;
}

.p-title-footer {
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: #000;
}

.p-desc-footer {
	font-size: 15px;
	padding-right: 30px;
}

.content-footer {
	margin-top: 100px;
}

.item-footer {
	display: grid;
	gap: 10px;
}

.item-footer a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
}

.item-footer a:hover {
	color: #7c2dfa;
}

.trust {
    width: 250px;
    height: 125px;
}

.trust-container {
	margin-top: 90px;
	display: flex;
	justify-content: start;
}

.copyright-container {
	margin-top: 150px;
	display: flex;
	justify-content: end;
}

.span-purple {
	font-size: 14px;
	font-weight: 600;
	color: #7c2dfa;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.menu {
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		top: 75px;
		left: -100%;
		width: 100%;
		transition: 0.5s;
		display: flex;
	}

	.menu.active {
		left: 0;
	}

	.menu-icon {
		display: flex;
	}

	.menu ul {
		flex-direction: column;
	}

	.menu li {
		margin: 30px 0;
	}
}


@media (max-width: 1024px) {
	.navbar-top {
		display: none;
	}

	.navbar-content {
		display: flex;
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding: 0;
	}

	.nav-menu {
		display: none !important;
	}

	.nav-logo {
		display: flex;
		justify-content: center;
	}

	/*.logo {
		width: 80px !important;
	}*/

	.fale-conosco {
		display: none !important;
	}

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	.container-footer {
		padding: 100px 10px 10px 10px;
		background-size: cover;
		/*background-position: center right;*/
	}

	.trust-container {
		justify-content: center;
		margin-top: 30px;
	}

	.copyright-container {
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.content-footer {
		text-align: center;
	}

	.p-desc-footer {
		padding: 0;
		margin-bottom: 20px;
	}

	.trust {
		width: 100%;
	}

	.container-form {
		margin: 0;
		padding: 40px;
	}

	.person-3 {
		margin-top: 80px;
		margin-bottom: 60px;
		margin-left: 0;
	}

	.p-title-footer {
		margin-top: 25px;
	}

	.btn-services2 {
		padding: 20px 90px 20px 90px;
		margin-left: 30px;
	}
	
	.btn-main {
    margin-right: -20px;
    }
}

@keyframes pulsar {
    0% {
        transform: scale(1); /* Tamanho normal */
    }
    50% {
        transform: scale(1.1); /* Aumenta o tamanho */
    }
    100% {
        transform: scale(1); /* Volta ao tamanho normal */
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px; /* Distância do fundo da tela */
    right: 20px; /* Distância da direita da tela */
    background-color: #25D366; /* Cor do fundo do WhatsApp */
    color: white; /* Cor do ícone */
    border-radius: 50%; /* Bordas arredondadas */
    width: 60px; /* Largura fixa */
    height: 60px; /* Altura fixa */
    display: flex; /* Usado para centralizar o ícone */
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Sombra */
    font-size: 30px; /* Tamanho do ícone */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s; /* Animação de transição */
    animation: pulsar 1.5s infinite; /* Animação pulsante */
}

.whatsapp-icon:hover {
    background-color: #128C7E; /* Cor quando passar o mouse */
}
