/* ----------------------------------------------------------
    Theme Name: Server Print - Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da Server Print - criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ----------------------------------------------------------

 /***************************************************************************
       Fonts
 ***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
	--cor-branco: white;
	--cor-cinza: #676767;
	--cor-azul: #029bce;
	--cor-azul-escuro: #113a5e;

	--bg-primary: #ebf0f4;

	--font-NunitoSans: "Nunito Sans", sans-serif;

	--font-extralight: 200;
	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-semibold: 600;
	--font-bold: 700;
}

/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
	transition: ease .4s all !important;
}

html,
body {
	margin: 0;
	overflow-x: clip;
}

* {
	margin: 0;
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
	font-family: var(--font-NunitoSans);
}

a,
a:hover {
	text-decoration: none;
	color: var(--cor-branco);
}

section {
	padding: 80px 0;
}

span {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: var(--cor-azul);
	text-transform: uppercase;
	font-weight: var(--font-medium);
	margin-bottom: -10px;
}

h2 {
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: var(--font-bold);
	color: var(--cor-azul-escuro);
	margin-bottom: 0px;
}

p {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: var(--cor-cinza);
	margin-bottom: 10px;
	font-weight: var(--font-light);
}

img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.btn-azul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	max-width: fit-content;
	height: 59px;
	padding-left: 57px;
	font-size: 1.125rem;
	color: var(--cor-branco) !important;
	background-color: var(--cor-azul);
	font-weight: var(--font-medium);
	transition: all 0.3s ease-in-out;
	border-radius: 28px !important;
	border: 0;
	gap: 29px;
	padding-right: 20px;
}

.btn-azul:hover {
	transform: scale(1.02);
	background: var(--cor-azul-escuro);
	color: var(--cor-branco) !important;
}

.btn-azul img {
	width: 22px;
	height: 22px;
	right: 20px;
}

/***************************************************************************
        Header
***************************************************************************/

header {
	position: fixed;
	width: 100%;
	z-index: 99;
	padding-top: 80px;
}

header.drop {
	background: var(--bg-primary);
	box-shadow: 0px -3px 11px 4px;
	padding-top: 20px;
	padding-bottom: 30px;
}

header.drop ul .nav-item .nav-link {
	color: var(--cor-azul-escuro);
}

header .logo {
	max-width: 250px;
}

header ul,
.area-footer ul,
.contato ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

header ul .nav-item .nav-link {
	font-size: 1.25rem;
	color: var(--cor-branco);
	font-weight: var(--font-medium);
}

#menu-primeiro .submenu,
.area-footer .submenu {
	min-width: 140px;
	top: calc(100% - -2px);
}

#menu-primeiro .nav-item .submenu .nav-link,
.area-footer .nav-item .submenu .nav-link {
	color: var(--cor-cinza);
}

#menu-primeiro .menusegundo:hover .nav-link .seta,
.area-footer .menusegundo:hover .nav-link .seta {
	transform: rotate(-180deg);
}

#menu-primeiro .menusegundo .nav-link,
.area-footer .menusegundo .nav-link {
	display: flex;
	align-items: center;
	gap: 2px;
}

#menu-primeiro .menusegundo .nav-link .seta,
.area-footer .menusegundo .nav-link .seta {
	transform: rotate(0deg);
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(https://serverprint.com.br/wp-content/uploads/2025/07/seta-menu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#menu-primeiro ul li ul,
.area-footer ul li ul {
	width: max-content;
	max-width: 280px;
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	width: max-content;
	max-width: 280px;
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	margin-top: -41px;
	flex-direction: column;
	float: none;
	margin: 0px 0px;
	padding: 15px 8px 8px 8px;
	background-color: var(--cor-branco);
	-webkit-box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
	box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
	align-items: start;
	gap: 0;
	justify-content: unset;
}

#menu-primeiro ul li ul::before,
.area-footer ul li ul::before {
	content: "";
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: var(--cor-azul);
}

#menu-primeiro ul li:hover>ul,
.area-footer ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
	display: flex;
	align-items: center;
	background-image: url(https://serverprint.com.br/wp-content/uploads/2025/07/banner-principal.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 968px;
	padding-top: 75px;
}

section.banner-principal.novo {
	padding-top: 170px;
	padding-bottom: 0px;
	background-image: url(https://serverprint.com.br/wp-content/uploads/2025/07/banner-principal-interno.png);
	min-height: 503px;
}

.banner-principal h2,
.banner-principal p {
	color: var(--cor-branco);
}

.banner-principal h2 {
	font-size: 2.5rem;
	max-width: 420px;
	line-height: 2.75rem;
}

.banner-principal.novo h2 {
	margin-bottom: 0;
}

.banner-principal p {
	font-size: 1.5rem;
	line-height: 1.75rem;
	max-width: 450px;
	font-weight: var(--font-extralight);
}

/***************************************************************************
        Cards
***************************************************************************/

section.cards {
	padding-top: 0;
	margin-top: -110px;
}

.cards .card,
.nosso-proposito .card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background-image: -moz-linear-gradient(90deg, rgb(76, 121, 51) 0%, rgb(165, 75, 146) 0%, rgb(248, 249, 248) 0%, rgb(0, 109, 178) 0%, rgb(26, 26, 33) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(76, 121, 51) 0%, rgb(165, 75, 146) 0%, rgb(248, 249, 248) 0%, rgb(0, 109, 178) 0%, rgb(26, 26, 33) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(76, 121, 51) 0%, rgb(165, 75, 146) 0%, rgb(248, 249, 248) 0%, rgb(0, 109, 178) 0%, rgb(26, 26, 33) 100%);
	border-radius: 39px;
	border: 0;
	position: relative;
	overflow: hidden;
	padding: 50px 35px;
	height: 100%;
}

.cards .card span,
.nosso-proposito .card span {
	font-size: 120px;
	font-weight: 800;
	color: var(--cor-branco);
	opacity: 0.2;
	position: absolute;
	top: 25px;
	right: 15px;
}

.cards .card img,
.outsourcing .card img,
.nosso-proposito .card img,
.nossas-solucoes .box-image .content img {
	width: 78px;
	height: 78px;
	object-fit: contain;
}

.cards .card h3,
.cards .card p,
.nosso-proposito .card h3,
.nosso-proposito .card p,
.nossas-solucoes .box-image .content h3,
.nossas-solucoes .box-image .content p {
	color: var(--cor-branco);
}

.cards .card h3,
.nosso-proposito .card h3,
.nossas-solucoes .box-image .content h3 {
	font-size: 1.5rem;
	font-weight: var(--font-bold);
	margin-bottom: -12px;
	max-width: 200px;
}

.cards .card p,
.nosso-proposito .card p,
.nossas-solucoes .box-image .content p {
	font-size: 1.125rem;
	font-weight: var(--font-extralight);
}

/***************************************************************************
        Server Print
***************************************************************************/

.server-print h2,
.server-print p {
	max-width: 425px;
}

/***************************************************************************
        Clientes
***************************************************************************/

section.clientes {
	margin-bottom: 80px;
}

.clientes .scroll {
	margin-inline: auto;
	max-width: 1570px;
	padding: 0 15px;
	overflow: hidden;
	mask: linear-gradient(to right, transparent, black 15%, black 85%, transparent);

	&:hover .scroll-container {
		animation-play-state: paused;
	}
}

.clientes .scroll .scroll-container {
	display: flex;
	width: max-content;
	gap: 30px;
	animation: scrollInfinito 20s linear infinite;
}

.clientes .scroll .scroll-container img {
	max-width: 250px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.clientes .scroll .scroll-container img:hover {
	filter: grayscale(0%);
}

@keyframes scrollInfinito {
	to {
		translate: calc(-50% - 5px);
	}
}

/***************************************************************************
        Outsourcing
***************************************************************************/

section.outsourcing {
	display: flex;
	align-items: center;
	background-image: url(https://serverprint.com.br/wp-content/uploads/2025/07/banner-outsourcing.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 1038px;
}

.outsourcing span,
.outsourcing h2 {
	color: var(--cor-branco);
}

.outsourcing .card {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 24px 35px;
	border: 0;
	gap: 30px;
	border-radius: 15px;
	background-color: var(--cor-branco);
	height: 100%;
}

.outsourcing .card .content {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.outsourcing .card .content h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: var(--cor-azul-escuro);
	font-weight: var(--font-bold);
	margin-bottom: -2px;
}

.outsourcing .card .content p {
	font-size: 1.125rem;
	line-height: 1.375rem;
}

/***************************************************************************
        Contato
***************************************************************************/

.contato .title {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contato .title h2,
.contato .title p {
	max-width: 420px;
}

.contato h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: var(--cor-azul-escuro);
	font-weight: var(--font-bold);
	margin-bottom: 10px;
}

.contato .topo-social .telefone,
.contato .topo-social .email,
.area-footer .topo-social .telefone,
.area-footer .topo-social .email {
	display: flex;
	align-items: baseline;
	gap: 5px;
}

.contato .topo-social .telefone span,
.contato .topo-social .email span,
.area-footer .topo-social .telefone span,
.area-footer .topo-social .email span {
	color: var(--cor-cinza);
	text-transform: none;
	font-weight: var(--font-semibold);
}

.contato .topo-social .telefone p,
.contato .topo-social .email p,
.area-footer .topo-social .telefone p,
.area-footer .topo-social .email p {
	color: var(--cor-cinza);
	margin-bottom: 0px;
}

.contato hr {
	width: 100%;
	max-width: 445px;
	height: 2px;
	background-color: #f1f6f9;
	border: 0;
	margin: 20px 0;
	opacity: 1;
}

.contato .social-media,
.area-footer .social-media {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.contato .social-media img,
.area-footer .social-media img {
	width: 38px;
	height: 38px;
	object-fit: cover;
}

.contato form input::placeholder,
.contato form textarea::placeholder {
	opacity: 0.7;
}

.contato form {
	background-color: var(--cor-branco);
	border-radius: 15px;
	box-shadow: 0px 0px 2px 0px rgba(16, 17, 8, 0.33);
	padding: 40px 30px 5px 30px;
}

.contato form label {
	font-size: 0.938rem;
	line-height: 1.188rem;
	color: var(--cor-cinza);
	font-weight: var(--font-medium);
	margin-bottom: 5px;
}

.contato form input {
	background-color: var(--bg-primary);
	width: 100%;
	height: 45px;
	padding: 15px;
	border-radius: 9px;
	margin-bottom: 12px;
}

.contato form textarea {
	width: 100%;
	height: 105px !important;
	background-color: var(--bg-primary);
	padding: 15px;
	resize: none;
	border-radius: 9px;
}

.contato form .btn-azul {
	width: 100%;
	max-width: 100%;
	background: var(--cor-azul) !important;
	opacity: 1 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem !important;
}

.contato form .btn-azul:hover {
	transform: none;
	background-color: var(--cor-azul-escuro) !important;
}

.wpcf7-not-valid-tip {
	margin-top: -5px;
	margin-bottom: 5px;
	text-transform: none;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-family: var(--font-Poppins);
	font-size: 16px !important;
	line-height: normal !important;
}

.wpcf7-list-item-label {
	font-size: 13px !important;
	position: relative;
}

.wpcf7-list-item {
	display: flex !important;
	margin: 0 !important;
}

.wpcf7-list-item.first.last {
	position: absolute;
}

.wpcf7-list-item.first.last input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-bottom: 30px;
}

.rodape-form p {
	display: flex;
	margin: 0;
	width: 100%;
}

.rodape-form p label {
	font-size: 13px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 13px;
}

.rodape-form p label a {
	display: flex;
	justify-content: left;
	text-decoration: none !important;
	color: #0d6efd !important;
}

.rodape-form p label a:hover {
	color: #0d6efd;
}

.rodape-btn p {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/***************************************************************************
        Quem somos
***************************************************************************/

.quem-somos p {
	max-width: 445px;
}

/***************************************************************************
        Soluções
***************************************************************************/

section.solucoes {
	display: flex;
	align-items: center;
	background-image: url(https://serverprint.com.br/wp-content/uploads/2025/07/banner-solucoes.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 727px;
}

.solucoes h2,
.solucoes p {
	color: var(--cor-branco);
	max-width: 435px;
}

.solucoes .btn-azul:hover {
	box-shadow: 0px 1px 4px 1.5px rgba(255, 255, 255, 0.33);
}

/***************************************************************************
        Nosso propósito
***************************************************************************/



/***************************************************************************
        Nossas soluções
***************************************************************************/

.nossas-solucoes .box-image {
	background-image: -moz-linear-gradient(90deg, rgb(76, 121, 51) 0%, rgb(165, 75, 146) 0%, rgb(248, 249, 248) 0%, rgb(0, 109, 178) 0%, rgb(26, 26, 33) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(76, 121, 51) 0%, rgb(165, 75, 146) 0%, rgb(248, 249, 248) 0%, rgb(0, 109, 178) 0%, rgb(26, 26, 33) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(76, 121, 51) 0%, rgb(165, 75, 146) 0%, rgb(248, 249, 248) 0%, rgb(0, 109, 178) 0%, rgb(26, 26, 33) 100%);
	border-radius: 40px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0px 0px 6px 0px rgba(16, 17, 8, 0.16);
}

.nossas-solucoes .box-image .thumb {
	height: 280px;
	object-fit: cover;
}

.nossas-solucoes .box-image .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 35px;
}

/***************************************************************************
        Produtos / Interna
***************************************************************************/

.produtos .card-link:hover .btn-azul {
	background-color: var(--cor-azul-escuro);;
}

.produtos .card {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 42px;
	border: 0;
	padding: 20px;
	box-shadow: 0px 0px 5px 0px rgba(16, 17, 8, 0.14);
}

.produtos.interna .card {
	height: 100%;
}

.produtos .card img {
	max-width: 320px;
}

.produtos .card-link,
.produtos .itens {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	height: 100%;
}

.produtos .itens h3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: var(--cor-azul-escuro);
	font-weight: var(--font-bold);
	margin-bottom: 0;
	max-width: 330px;
}

.produtos.interna h2 {
	max-width: 320px;
}

.produtos.interna p {
	max-width: 452px;
	margin-bottom: 0px;
}

/***************************************************************************
        Mapa
***************************************************************************/

section.mapa {
	position: relative;
	padding: 0;
	z-index: 8;
	margin-bottom: -250px;
}

.mapa iframe {
	width: 100%;
	height: 630px;
}

.mapa .card-flutuante {
	position: absolute;
	z-index: 11;
	top: 25%;
}

.mapa .card-flutuante .card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	position: relative;
	border-radius: 9px;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 5px 0px rgba(13, 11, 13, 0.14);
	transition: all 0.3s ease-in-out;
	border: none;
	padding: 22px 30px;
	cursor: default;
	height: 100%;
}

.mapa .card-flutuante .card img {
	min-width: 52px;
	max-width: 52px;
	height: 52px;
}

.mapa .card-flutuante .card .content {
	display: flex;
	flex-direction: column;
}

.mapa .card-flutuante .card .content h3 {
	color: var(--cor-azul-escuro);
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: var(--font-bold);
	margin-bottom: 2px;
}

.mapa .card-flutuante .card .content p {
	font-size: 1.125rem;
	line-height: 1.375rem;
	max-width: 260px;
}

.mapa .card-flutuante a,
.mapa .card-flutuante a .card {
	max-width: 460px;
	cursor: pointer;
}

/***************************************************************************
        Footer
***************************************************************************/

.area-footer {
	padding: 110px 0 40px 0;
	background-image: url(https://serverprint.com.br/wp-content/uploads/2025/07/banner-footer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
	z-index: 9;
	position: relative;
}

.area-footer .text-footer {
	max-width: 290px;
	margin-bottom: 0px;
}

.area-footer span,
.area-footer p,
.area-footer a {
	color: var(--cor-cinza);
}

.area-footer h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
}

.area-footer a,
.area-footer span,
.area-footer p {
	font-size: 1rem;
	line-height: 1.25rem;
}

.area-footer ul,
.contato ul {
	flex-direction: column;
	align-items: start;
}

.area-footer .nav-item.menusegundo {
	position: relative;
}

.area-footer .nav-item.menusegundo .submenu {
	top: 25px;
}

.area-footer .logo {
	max-width: 240px;
}

footer {
	background-color: var(--cor-azul);
	padding: 10px 0 7px 0;
}

footer .logo-marcasite {
	max-width: 165px;
}

footer a {
	color: var(--cor-branco);
}

/***************************************************************************
        Responsivo
***************************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
	header ul .nav-item .nav-link {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none !important;
	}

	header,
	header.drop {
		padding-top: 0;
	}

	header .logo {
		width: 200px;
	}

	header .hamburguer-bt {
		display: inline-block;
		height: fit-content;
		min-height: 32px;
		margin: 0px 15px;
		margin-bottom: -12px;
		float: right;
	}

	header .hamburguer-bt .hamburguer_line {
		background-color: var(--cor-azul-escuro);
		width: 30px;
		height: 4px;
		margin: 5px 0;
	}

	header .hamburguer-bt.ativo .hamburguer-top {
		transform: rotate(45deg);
		margin-top: 11px;
	}

	header .hamburguer-bt.ativo .hamburguer-middle {
		opacity: 0;
	}

	header .hamburguer-bt.ativo .hamburguer-bottom {
		transform: rotate(-45deg);
		margin-top: -18px;
	}

	header #opt_menu {
		position: fixed;
		height: 100%;
		width: 320px;
		background: var(--bg-primary);
		opacity: 1;
		z-index: 99;
		right: -150%;
		top: 130px;
		padding: 10px;
		display: block;
		overflow: auto;
	}

	header #opt_menu.ativo {
		right: 0;
	}

	header .fundo_menu {
		background: #00000096;
		width: 100%;
		height: 100%;
		top: 130px;
		right: -100%;
		position: fixed;
		z-index: 89;
	}

	header .fundo_menu.ativo {
		right: 0;
	}

	header #opt_menu .navbar-brand {
		width: 100%;
		margin: 0;
		text-align: -webkit-center;
	}

	header #opt_menu .nav-item {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0px;
		text-transform: uppercase;
	}

	#opt_menu .nav-item.btn-roxo .nav-link {
		color: var(--cor-branco);
	}

	#opt_menu .nav-item .nav-link {
		font-size: 1.25rem;
		font-weight: var(--font-semibold);
		color: var(--cor-azul-escuro);
	}

	header #menu-segundo {
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--bg-primary);
		position: inherit;
		width: 100%;
		height: 130px;
		z-index: 99;
		box-shadow: 0px -3px 11px 4px;
	}

	header #opt_menu ul {
		padding-top: 40px;
		align-items: center;
		flex-direction: column;
		gap: 25px;
	}

	.banner-principal h2 {
		margin-bottom: 15px;
	}

	.banner-principal h2,
	.banner-principal p {
		max-width: 100%;
	}

	.responsivo {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.area-footer .logo {
		max-width: 200px;
	}

	section.solucoes {
		background-position: left;
	}
}

@media (max-width: 767px) {

	.banner-principal h2,
	h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.banner-principal.novo h2 {
		font-size: 2.375rem;
		line-height: 2.625rem;
	}

	span,
	p,
	.banner-principal p {
		font-size: 1.125rem !important;
		line-height: 1.375rem !important;
	}
}

@media (max-width: 575px) {
	.banner-principal.novo .col-12 {
		justify-content: center !important;
	}

	.politica {
		flex-direction: column !important;
		gap: 10px;
	}
}

@media (max-width: 467px) {
	.banner-principal span {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.banner-principal p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.btn-azul {
		font-size: 0.940rem;
		gap: 20px;
	}

	.outsourcing .card {
		flex-direction: column;
		text-align: center;
	}

	.contato form {
		padding: 40px 20px 5px 20px;
	}
}

.btn-topo {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 70px;
	left: 12px;
	background: var(--cor-azul);
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 99;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

#btnTopo.show {
	opacity: 1;
}

.btn-topo.disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0;
}

.btn-topo img {
	width: 17px;
	height: 15px;
	transform: rotate(-90deg);
}

.wp-pagenavi {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wp-pagenavi span.current {
	background: var(--cor-azul);
	cursor: default;
}

.wp-pagenavi span,
.wp-pagenavi a {
	background-color: var(--cor-cinza);
	color: var(--cor-branco);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	width: 41px;
	height: 41px;
	cursor: pointer;
	border: none;
}

.whatsapp img {
	position: fixed;
	z-index: 8;
	bottom: 86px;
	right: 8px;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	transition: ease .8s all;
}

.whatsapp a:hover img {
	opacity: 1;
	filter: drop-shadow(0px 0px 6px black);
}