/* ----------------------------------------------------------
    Theme Name: RFMaluf Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da RFMaluf 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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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

:root {
	--cor-branco: #ffffff;
	--cor-azul: #1caddf;
	--cor-azul-escuro: #16244d;
	--cor-cinza: #757575;

	--font-DMSans: "DM 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 .5s 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-DMSans);
}

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

h2 {
	color: var(--cor-azul-escuro);
	font-size: 30px;
	font-weight: var(--font-bold);
	text-transform: uppercase;
}

span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: var(--font-semibold);
	color: var(--cor-azul);
}

p {
	font-size: 18px;
	color: var(--cor-cinza);
}

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

.btn-azul {
	background-color: var(--cor-azul);
	color: var(--cor-branco);
	width: 230px;
	height: 55px;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--font-semibold);
	text-transform: uppercase;
}

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

header .logo,
.area-footer .logo {
	width: 160px;
}

.conheca b,
.empresa b {
	display: flex;
	font-size: 18px;
	font-weight: var(--font-semibold);
	color: var(--cor-azul);
}

.conheca .countercd,
.empresa .countercd {
	margin-right: 5px;
}

.equipamentos p,
.corpo-diretivo p {
	max-width: 810px;
}

.servicos .bloco-servicos .itens .quadrado-azul,
.servicos.interna .quadrado-azul,
.responsabilidade .quadrado-azul {
	width: 65px;
	height: 65px;
	background-color: var(--cor-azul);
	position: absolute;
	right: 0;
	top: -57px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: ease 0.3s all;
}

.servicos .bloco-servicos .itens .quadrado-azul.border,
.servicos.interna .quadrado-azul.border {
	border: 2px solid var(--cor-azul-escuro) !important;
}

.servicos .bloco-servicos .itens .quadrado-azul img,
.servicos.interna .quadrado-azul img,
.responsabilidade .quadrado-azul img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	transition: ease 0.5s all;
}

.servicos.interna .quadrado-azul,
.responsabilidade .quadrado-azul {
	width: 100px;
	height: 100px;
	top: -20px;
	right: -10px;
}

.servicos.interna .quadrado-azul img,
.responsabilidade .quadrado-azul img {
	width: 75px;
	height: 75px;
}

.servicos.interna .col-lg-6:hover .quadrado-azul,
.responsabilidade .col-lg-5:hover .quadrado-azul {
	background-color: var(--cor-azul-escuro);
}

.contato .social,
.area-footer .social {
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 0;
	margin-top: 40px;
	list-style: none;
}

.contato .social li,
.area-footer .social li {
	max-width: 300px;
	line-height: 20px;
}

.contato .social li a,
.area-footer .social li a {
	color: var(--cor-cinza);
	display: flex;
	align-items: center;
	gap: 7px;
}

.contato .social li img,
.area-footer .social li img {
	width: 23px;
	height: 23px;
	object-fit: contain;
}

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

header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9;
}

header #menu-segundo {
	background-color: var(--cor-azul);
}

header #menu-segundo p {
	margin: 0;
	font-size: 12px;
	color: var(--cor-branco);
	height: fit-content;
	font-weight: 400;
	min-height: 29px;
	display: flex;
	align-items: center;
}

header #menu-segundo p span {
	color: var(--cor-branco);
	text-transform: lowercase;
	font-weight: var(--font-regular);
	font-size: 12px;
}

header #menu-segundo p:last-child {
	gap: 5px;
}

header #menu-segundo a {
	color: var(--cor-branco);
	transition: ease .5s all;
	display: inline-flex;
	gap: 3.5px;
}

header #menu-segundo a:hover {
	color: var(--cor-azul-escuro);
}

header #menu-segundo img {
	height: 17px;
	width: 17px;
	object-fit: contain;
}

header #menu-primeiro {
	min-height: 130px;
	padding: 15px 0;
	display: flex;
	align-items: center;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
}

header ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

header ul .nav-item .nav-link {
	color: var(--cor-cinza);
	font-size: 16px;
	font-weight: var(--font-regular);
	text-transform: uppercase;
}

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

#menu-primeiro .submenu {
	min-width: 203px;
	top: calc(100% - 40px);
}

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

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

#menu-primeiro .menusegundo .nav-link .seta {
	transform: rotate(0deg);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://site.rfmaluf.com.br/wp-content/uploads/2024/10/png-transparent-arrow-chevron-computer-icons-font-awesome-or-angle-hand-black-thumbnail-removebg-preview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#menu-primeiro 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;
	border-top: 3px solid var(--cor-azul-escuro);
	float: none;
	margin: 0px 0px;
	padding: 10px;
	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:hover>ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

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

section.banner-principal {
	padding-top: 137px;
}

section.banner-principal.novo {
	background-image: url(https://site.rfmaluf.com.br/wp-content/uploads/2024/07/banner-principal-novo.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 390px;
}

.banner-principal .container {
	padding-top: 120px;
}

/* .banner-principal.novo h2 {
	text-shadow: 5px 4px 3px black;
} */

.banner-principal h2 {
	font-size: 35px;
	max-width: 450px;
	font-weight: var(--font-bold);
	line-height: 40px;
	color: var(--cor-branco);
	margin-bottom: 20px;
}

.banner-principal p {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	max-width: 370px;
	color: var(--cor-branco);
	font-weight: var(--font-extralight);
}

.banner-principal #owl-banner-principal .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 542px;
	padding-bottom: 80px;
}

.banner-principal .owl-dots {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: 45%;
	left: 20px;
}

.banner-principal .owl-dots .owl-dot span {
	display: flex;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid var(--cor-branco);
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.banner-principal .owl-dots .owl-dot.active span {
	background: var(--cor-branco);
}

/***************************************************************************
        Conheça
***************************************************************************/

section.conheca {
	padding: 120px 0;
}

.conheca .sobre {
	display: flex;
	gap: 20px;
}

.conheca .sobre .quadrado-azul {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--cor-azul);
	min-width: 66px;
	height: 66px;
	transition: all 0.3s ease-in-out;
}

.conheca .sobre .quadrado-azul:hover {
	background-color: var(--cor-azul-escuro);
}

.conheca .sobre .quadrado-azul img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.conheca .sobre .text {
	max-width: 310px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.conheca .sobre .text h3 {
	font-size: 20px;
	color: var(--cor-azul);
	font-weight: var(--font-bold);
	margin-bottom: 0;
}

.conheca .sobre .text p {
	font-size: 16px;
	max-width: 100%;
}

.conheca hr {
	height: 100%;
	background: black;
	width: 2px;
}

/***************************************************************************
        Nossos Serviços
***************************************************************************/

section.nossos-servicos {
	padding: 100px 0;
	background-color: #f9f9f9;
}

.nossos-servicos img {
	height: 490px;
	object-fit: cover;
}

.nossos-servicos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.nossos-servicos ul li {
	position: relative;
	padding: 0px 0 0px 18px;
	color: var(--cor-cinza);
	font-weight: var(--font-bold);
	font-size: 18px;
}

.nossos-servicos ul li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: var(--cor-azul);
	border-radius: 50%;
}


/***************************************************************************
        Compromisso Social
***************************************************************************/

section.compromisso-social {
	padding: 110px 0;
}

.compromisso-social p {
	max-width: 400px;
}

.compromisso-social img {
	max-height: 467px;
	object-fit: cover;
}

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

section.clientes {
	padding: 100px 0;
}

.clientes img {
	object-fit: contain;
	height: 66px;
}

/***************************************************************************
		Empresa
***************************************************************************/

section.empresa {
	padding: 100px 0;
}

.empresa p {
	max-width: 520px;
}

.empresa img {
	height: 483px;
	object-fit: cover;
}

/***************************************************************************
        Números
***************************************************************************/

section.numeros {
	padding: 40px 0;
	background-image: url(https://site.rfmaluf.com.br/wp-content/uploads/2024/07/banner-numeros.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 433px;
	margin-top: 150px;
	margin-bottom: 100px;
}

.numeros img {
	margin-top: -90px;
	height: 526px;
	object-fit: cover;
}

.numeros h2 {
	font-size: 30px;
	color: var(--cor-branco);
	margin-bottom: 20px;
	line-height: 30px;
}

.numeros .info {
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 10px;
}

.numeros .info img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-top: 0;
}

.numeros .info .text {
	display: flex;
	align-items: center;
}

.numeros .info .text span {
	color: var(--cor-branco);
	font-size: 57px;
	font-weight: var(--font-bold);
}

.numeros .info .text p {
	color: var(--cor-branco);
	max-width: 110px;
	line-height: 17px;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: var(--font-light);
	text-align: left;
}

/***************************************************************************
		Cards Empresa
***************************************************************************/

section.cards-empresa {
	padding: 100px 0;
}

.cards-empresa .card {
	padding: 40px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	width: 100%;
	min-height: 360px;
	border: none;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	cursor: default;
}

.cards-empresa .card:hover .circle {
	background-color: var(--cor-azul-escuro);
}

.cards-empresa .card .card-header {
	display: flex;
	justify-content: center;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-top: -85px;
}

.cards-empresa .card .circle {
	background-color: var(--cor-azul);
	width: 117px;
	height: 117px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.cards-empresa .card .circle .icon {
	width: 75px;
	height: 75px;
	object-fit: contain;
}

.cards-empresa .card .card-title {
	margin-top: 25px;
	margin-bottom: 0;
}

.cards-empresa .card .card-title h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 0;
	color: var(--cor-azul-escuro);
	font-weight: var(--font-bold);
}

.cards-empresa .card .card-content p {
	text-align: center;
}

/***************************************************************************
        Equipamentos
***************************************************************************/

section.equipamentos {
	padding: 100px 0;
}

.equipamentos img {
	max-height: 340px;
	height: 100%;
	object-fit: cover;
}

/***************************************************************************
        Corpo Diretivo
***************************************************************************/

section.corpo-diretivo {
	padding-top: 100px;
}

.corpo-diretivo .card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	padding: 60px 30px 30px 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	cursor: default;
}

.corpo-diretivo .card .card-header {
	top: -80px;
}

.corpo-diretivo .card .card-header,
.corpo-diretivo .card .card-contato {
	display: flex;
	justify-content: center;
	background: none;
	position: absolute;
	border: none;
	border-radius: 0;
	padding: 0;
}

.corpo-diretivo .card .card-header .foto {
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.corpo-diretivo .card .foto img {
	height: 180px;
	border-radius: 50%;
	object-fit: cover;
}

.corpo-diretivo .card .card-title {
	margin-top: 65px;
	margin-bottom: 0;
}

.corpo-diretivo .card .card-title h3 {
	color: var(--cor-azul-escuro);
	font-size: 22px;
	font-weight: var(--font-bold);
	max-width: 200px;
	line-height: 22px;
}

.corpo-diretivo .card .card-content {
	margin-bottom: 20px;
}

.corpo-diretivo .card .card-content p {
	max-width: 500px;
	margin-bottom: 0;
}

.corpo-diretivo .card .card-contato {
	position: inherit !important;
	flex-direction: column;
}

.corpo-diretivo .card .card-contato .email {
	margin: 40px 0 10px 0;
	color: var(--cor-azul-escuro);
	font-weight: var(--font-semibold);
}

.corpo-diretivo .card .card-contato .btn-azul {
	width: 100%;
	min-width: 230px;
	padding: 0 15px;
}

/***************************************************************************
        Serviços
***************************************************************************/

section.servicos,
section.politica {
	padding: 100px 0;
}

.servicos .bloco-servicos {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 60px;
	transition: ease 0.5s all;
	background-color: var(--cor-branco);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 0px 2px 4.8px 0.2px rgba(0, 0, 0, 0.17);
	min-height: 100%;
}

.servicos .bloco-servicos:hover span.btn-azul,
.servicos .bloco-servicos:hover .itens .quadrado-azul {
	background-color: var(--cor-azul-escuro);
}

.servicos .bloco-servicos .thumb {
	height: 250px;
	object-fit: cover;
}

.servicos .bloco-servicos .itens {
	position: relative;
	padding: 0 25px;
	margin-top: 25px;
	margin-bottom: 40px;
}

.servicos .bloco-servicos .itens h3 {
	color: var(--cor-azul-escuro);
	font-weight: var(--font-bold);
	font-size: 20px;
}

.servicos .bloco-servicos span.btn-azul {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.servicos.interna .thumb {
	max-height: 446px;
	object-fit: cover;
}

.servicos.interna p {
	max-width: 385px;
	margin-bottom: 0;
}

/***************************************************************************
        Responsabilidade
***************************************************************************/

section.responsabilidade {
	padding: 100px 0;
}

.responsabilidade .thumb {
	height: 444px;
	object-fit: cover;
}

/***************************************************************************
        Gestão de Riscos
***************************************************************************/

section.gestao-riscos {
	padding: 60px 0;
	background-image: url(https://site.rfmaluf.com.br/wp-content/uploads/2024/07/banner-gestao-de-riscos.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 369px;
	margin-bottom: 520px;
}

.gestao-riscos h2,
.gestao-riscos p {
	color: var(--cor-branco);
}

.gestao-riscos p {
	font-weight: var(--font-light);
	max-width: 745px;
}

.gestao-riscos .card {
	padding: 40px;
	text-align: center;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	width: 100%;
	min-height: 390px;
	border: none;
	transition: all 0.3s ease-in-out;
	cursor: default;
}

.gestao-riscos .card .card-header {
	display: flex;
	justify-content: center;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-top: -65px;
}

.gestao-riscos .card .card-header .number {
	width: 74px;
	height: 74px;
	background-color: var(--cor-azul);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.gestao-riscos .card .card-header .number p {
	font-size: 45px;
	font-weight: var(--font-bold);
	margin-bottom: 0;
}

.gestao-riscos .card .card-title {
	margin-top: 15px;
	margin-bottom: 0;
}

.gestao-riscos .card .card-title h3 {
	font-size: 22px;
	font-weight: var(--font-bold);
	margin-bottom: 0;
}

.gestao-riscos .card .card-content p {
	color: var(--cor-cinza);
	font-size: 16px;
}

.gestao-riscos .card .card-content p b {
	font-weight: var(--font-semibold);
	font-size: 16px;
}

.gestao-riscos .card .card-content ul li {
	text-align: left;
	line-height: 20px;
	font-weight: var(--font-semibold);
	color: var(--cor-cinza);
	font-size: 16px;
	margin-bottom: 10px;
}

/***************************************************************************
		Equipe / Equipe About
***************************************************************************/

section.equipe,
section.equipe-about {
	padding: 100px 0;
}

section.equipe {
	margin-bottom: 100px;
}

.equipe h2 {
	max-width: 450px;
}

.equipe p {
	max-width: 485px;
}

.equipe img {
	height: 467px;
	object-fit: cover;
}

section.equipe-about {
	background-color: #f9f9f9;
}

.equipe-about .card {
	display: flex;
	justify-content: center;
	padding: 20px 20px 10px 75px;
	position: relative;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	border: none;
	transition: all 0.3s ease-in-out;
	cursor: default;
	min-height: 140px;
	border-radius: 2px;
}

.equipe-about .card:hover .circle {
	background-color: var(--cor-azul-escuro);
}

.equipe-about .card .circle {
	position: absolute;
	top: 23%;
	left: -4%;
	width: 72px;
	height: 72px;
	background-color: var(--cor-azul);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.equipe-about .card .circle p {
	font-size: 45px;
	color: var(--cor-branco);
	font-weight: var(--font-bold);
	margin-bottom: 0;
}

.equipe-about .card p {
	margin-bottom: 0;
	font-size: 16px;
}

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

section.contato {
	padding: 100px 0;
}

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

.contato .title p {
	max-width: 393px;
	line-height: 22px;
}

.contato form {
	height: 100%;
}

.contato p {
	margin-bottom: 0;
}

.contato form label {
	font-size: 15px;
	color: var(--cor-cinza);
	font-weight: var(--font-regular);
	margin-bottom: 8px;
	opacity: 0.8;
}

.contato form input {
	border-radius: 0px;
	background-color: rgb(241, 241, 241);
	width: 100%;
	height: 46px;
	margin-bottom: 15px;
	padding: 15px;
}

.contato form textarea {
	border-radius: 0px;
	width: 100%;
	height: 184px !important;
	background-color: rgb(241, 241, 241);
	padding: 15px;
	margin-bottom: 15px;
	resize: none;
}

.contato form .btn-azul {
	width: 153px;
	float: right;
	background-color: var(--cor-azul) !important;
	color: var(--cor-branco);
	font-weight: var(--font-semibold);
	opacity: 1 !important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	margin-top: -15px;
	transition: all 0.3s ease-in-out;
}

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

.wpcf7-not-valid-tip {
	margin-top: -6px;
	margin-bottom: 12px;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-family: var(--font-Outfit);
	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;
}

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

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

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

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

.rodape-btn {
	margin-top: 20px;
}

.rodape-btn p {
	flex-direction: column;
	align-items: end;
}

.contato .social li:last-child {
	margin-bottom: 10px;
}

.contato .btn-azul {
	width: 100%;
}

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

section.area-footer {
	padding: 60px 0 20px 0;
	background-image: url(https://site.rfmaluf.com.br/wp-content/uploads/2024/07/banner-footer.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 394px;
}

.area-footer h2 {
	color: var(--cor-branco);
}

.area-footer h2 {
	text-transform: uppercase;
	font-size: 21px;
}

.area-footer h2.duvidas {
	max-width: 275px;
}

.area-footer .texto-footer {
	max-width: 216px;
}

.area-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.area-footer p {
	margin-top: 15px;
	line-height: 20px;
}

.area-footer ul li,
.area-footer p {
	color: #ececec;
}

.area-footer ul.submenu {
	padding-left: 25px;
}

.area-footer .btn-azul {
	border: 1px solid var(--cor-azul);
}

.area-footer .btn-azul:hover {
	background-color: var(--cor-branco);
	color: var(--cor-azul);
}

.area-footer .social {
	margin-top: 17px;
}

.area-footer .social li a {
	color: var(--cor-branco);
}

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

footer .logo-marcasite {
	width: 225px;
}

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

.mobile {
	display: none;
}

@media (max-width: 1399px) {
	.cards-empresa .card {
		min-height: 370px;
	}

	.responsabilidade p {
		max-width: 500px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul {
		justify-content: end;
		gap: 20px;
	}

	header ul .nav-item .nav-link {
		font-size: 14px;
	}

	.numeros h2 {
		margin-bottom: 8px;
	}

	.cards-empresa .card {
		min-height: 430px;
	}
}

@media (max-width: 1050px) {
	.banner-principal .owl-dots {
		left: 7px;
	}
}

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

	.cards-empresa .card:hover,
	.gestao-riscos .card:hover {
		transform: scale(1.05);
	}
}

@media (max-width: 991px) {

	.desktop,
	.numeros .col-lg-5 {
		display: none !important;
	}

	.mobile {
		display: block;
	}

	header {
		display: grid;
	}

	header #menu-primeiro .col-md-9 {
		justify-content: end !important;
	}

	header #menu-primeiro .hamburguer-bt {
		display: inline-block;
		height: fit-content;
		min-height: 32px;
		margin: 27px 15px;
		float: right;
	}

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

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

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

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

	header #opt_menu {
		position: fixed;
		height: calc(100% - 150px);
		width: 320px;
		background: var(--cor-branco);
		z-index: 99;
		right: -150%;
		top: 140px;
		padding: 10px;
		display: block;
		overflow: scroll;
	}

	header #opt_menu li {
		display: block;
	}

	header #opt_menu .area-btn a {
		margin: 0 auto;
	}

	header #opt_menu.ativo {
		right: 0;
	}

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

	header .fundo_menu.ativo {
		right: 0;
	}

	header #opt_menu .nav-item {
		text-align: center;
		padding: 10px;
		text-transform: uppercase;
	}

	header.drop #opt_menu,
	header.drop .fundo_menu {
		height: calc(100% - 115px);
	}

	#menu-primeiro {
		display: flex;
		z-index: 100;
	}

	#opt_menu ul {
		flex-direction: column;
		margin-top: 30px;
	}

	#opt_menu ul a {
		color: var(--cor-azul-escuro);
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 600;
		margin: 0 10px;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}

	#opt_menu ul a:hover {
		color: var(--cor-azul);
	}

	#opt_menu .social {
		text-align: center;
		margin: 20px 0 0;
	}

	section.banner-principal {
		padding-top: 124px;
	}

	.banner-principal .owl-dots {
		flex-direction: row;
		top: 90%;
		left: 0;
		width: 100%;
		justify-content: center;
	}

	.banner-principal #owl-banner-principal .item {
		background-position: left;
	}

	.banner-principal h2 {
		max-width: 512px;
	}

	.conheca .sobre,
	.numeros .info {
		justify-content: center;
	}

	.nossos-servicos ul li {
		padding: 5px 0px 5px 18px;
		line-height: 20px;
	}

	.compromisso-social p,
	.empresa p,
	.equipamentos p,
	.corpo-diretivo p,
	.corpo-diretivo .card .card-content p,
	.corpo-diretivo .card .card-title h3,
	.servicos.interna p,
	.responsabilidade p,
	.gestao-riscos p,
	.contato .title p,
	.equipe h2,
	.equipe p {
		max-width: 100%;
	}

	section.numeros {
		margin-top: 60px;
		min-height: 433px;
		height: 100%;
	}

	.numeros h2 {
		margin-bottom: 25px;
	}

	.numeros .info .text span {
		font-size: 50px;
	}

	.numeros .info {
		gap: 10px;
	}

	.cards-empresa .card,
	.gestao-riscos .card {
		min-height: 230px;
	}

	.corpo-diretivo .card .card-title {
		margin-top: 10px;
	}

	.responsabilidade .thumb,
	.equipe img {
		height: 100%;
	}

	section.gestao-riscos {
		min-height: 329px;
		height: 100%;
		margin-bottom: 150px;
	}

	.equipe-about .card {
		padding: 20px 45px 10px 75px;
	}
}

@media (max-width: 767px) {
	.banner-principal h2 {
		font-size: 31px;
	}

	.corpo-diretivo .card .card-title {
		margin-top: 30px;
	}

	.responsabilidade p {
		max-width: 500px;
	}

	.equipe-about .card .circle {
		top: -22%;
		left: -2%;
	}

	.equipe-about .card {
		padding: 35px 20px 20px 20px;
	}

	.contato form .btn-azul {
		width: 100%;
	}
}

@media (max-width: 575px) {

	.area-footer .col-12,
	.empresa .col-lg-6,
	.responsabilidade .col-lg-6,
	.servicos.interna .col-lg-6,
	.equipe .col-lg-6 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.area-footer h2.duvidas,
	.empresa .col-lg-6,
	.responsabilidade .col-lg-6,
	.servicos.interna .col-lg-6,
	.equipe .col-lg-6 {
		text-align: center;
	}

	.servicos.interna .quadrado-azul,
	.responsabilidade .quadrado-azul {
		right: 5px;
	}

	.area-footer .texto-footer,
	.area-footer h2.duvidas {
		max-width: 414px;
	}

	.area-footer .texto-footer {
		text-align: center;
	}
}

@media (max-width: 567px) {}

@media (max-width: 475px) {}

@media (max-width: 467px) {
	.banner-principal p {
		font-size: 18px;
	}
}

@media (max-width: 457px) {
	.equipe-about .card {
		padding: 48px 20px 20px 20px;
	}
}

@media (max-width: 422px) {
	.politica {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 418px) {}

@media (max-width: 400px) {
	.banner-principal h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.numeros .info .text p {
		font-size: 16px;
	}

	.corpo-diretivo .card {
		min-height: 470px;
		padding: 20px;
	}
}

@media (max-width: 380px) {
	.banner-principal p {
		font-size: 16px;
	}

	.corpo-diretivo .card {
		min-height: 490px;
	}

	.corpo-diretivo .card .card-title {
		margin-top: 75px;
	}
}

.btn-topo {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 70px;
	left: 12px;
	background-color: 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;
}

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

#btnTopo.show {
	opacity: 1;
}

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

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

.paginacao a {
	color: var(--cor-branco);
	border: none;
	background: #d2cfcd;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: var(--font-semibold);
	transition: ease .5s all;
}

.paginacao span,
.paginacao a:hover {
	background: var(--cor-azul-escuro);
	color: var(--cor-branco);
	border: none;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: var(--font-semibold) !important;
}

.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);
}