/* ----------------------------------------------------------
    Theme Name: AGS Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial da AGS 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=Outfit:wght@100..900&display=swap');

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

:root {
	--cor-branco: #ffffff;
	--cor-azul: #078fce;
	--cor-azul-escuro: #2d5496;
	--cor-azul-escuro-2: #13233e;
	--cor-cinza: #636363;

	--font-Outfit: "Outfit", 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;
	position: initial !important;
}

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

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

h2 {
	color: var(--cor-azul-escuro-2);
	font-size: 32px;
	font-weight: var(--font-bold);
}

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

p {
	font-size: 20px;
	color: var(--cor-cinza);
	font-weight: var(--font-light);
}

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

.btn-base {
	width: 100%;
	max-width: 300px;
	height: 47px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--font-semibold) !important;
	text-transform: uppercase;
	border-radius: 24px;
	padding-right: 20px;
	position: relative;
}

.btn-base img {
	width: 20px;
	height: 14px !important;
	position: absolute;
	right: 20px;
}

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

.btn-branco:hover {
	background-color: var(--cor-branco);
	transform: scale(1.03);
}

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

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

header .logo,
footer .logo {
	width: 159px;
	height: 100px;
	object-fit: cover;
}

.ags b {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: var(--font-semibold);
	color: var(--cor-azul);
}

.ags .countercd {
	margin-right: 5px;
}

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

header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9;
	transition: all 0.3s ease-in-out;
}

header.drop {
	background-color: var(--cor-azul-escuro);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

header #menu-primeiro {
	min-height: 130px;
	padding-top: 25px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}

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

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

header .btn-branco {
	max-width: 230px;
}

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

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

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

#menu-primeiro .menusegundo .nav-link .seta {
	transform: rotate(90deg);
	color: var(--cor-azul-escuro);
	font-family: monospace;
	font-size: 23px;
	width: 10px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#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.novo {
	background-image: url(https://agoraservices.agency/wp-content/uploads/2024/08/banner-principal-novo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 357px;
}

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

.banner-principal .item {
	display: flex;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 852px;
	margin-top: -32px;
}

.banner-principal .owl-dots {
	transform: rotate(90deg);
	position: absolute;
	top: 42%;
	left: 2%;
}

.banner-principal .owl-dots .owl-dot {
	display: inline-flex;
	padding: 8px 4px;
	align-items: flex-start;
}

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

.banner-principal .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: var(--cor-cinza);
}

.banner-principal span {
	font-size: 18px;
	color: var(--cor-branco);
}

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

/***************************************************************************
        Cards Home
***************************************************************************/

section.cards.home {
	margin-top: -130px;
	z-index: 1;
	position: relative;
}

.cards.home .card {
	width: 100%;
	max-width: 750px;
	display: flex;
	flex-direction: column;
	background-image: url(https://agoraservices.agency/wp-content/uploads/2024/08/background-card-home.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 212px;
	margin: 0;
	border: 0;
	border-radius: 20px;
	padding: 25px 35px;
}

.cards.home .card img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 5px;
}

.cards.home .card h3,
.cards.home .card p {
	color: var(--cor-branco);
	margin-bottom: 0;
}

.cards.home .card h3 {
	font-size: 20px;
	font-weight: var(--font-semibold);
}

.cards.home .card p {
	font-size: 16px;
}

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

section.nossos-servicos {
	padding: 110px 0;
}

.nossos-servicos .item {
	margin: 50px 15px;
}

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

.nossos-servicos .bloco-servicos .thumb,
.servicos .bloco-servicos .thumb {
	min-height: 350px;
	max-height: 350px;
	object-fit: cover;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.nossos-servicos .bloco-servicos .blc,
.servicos .bloco-servicos .blc {
	width: 100%;
	position: absolute;
	bottom: 0;
	clip-path: polygon(0 0, 70% 0, 125% 100%, 0 100%);
	background-color: var(--cor-branco);
	padding: 20px 30px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	min-height: 100px;
	display: flex;
	align-items: center;
	transition: ease 0.3s all;
}

.nossos-servicos .bloco-servicos .blc h3,
.servicos .bloco-servicos .blc h3 {
	color: var(--cor-azul-escuro-2);
	font-size: 19px;
	max-width: 265px;
}

.nossos-servicos .owl-controls .owl-dots {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -65px;
}

.nossos-servicos .owl-controls .owl-dots .owl-dot span {
	background: #c1c1c1;
	width: 21px;
	height: 21px;
	display: block;
	border-radius: 100px;
	margin: 5px;
	transition: ease .5s all;
}

.nossos-servicos .owl-controls .owl-dots .owl-dot.active span {
	background-color: var(--cor-azul);
	width: 55px;
}

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

section.servicos {
	padding: 100px 0;
}

.servicos .bloco-servicos .circle,
.nossos-servicos .bloco-servicos .circle {
	top: -20px;
}

.servicos .bloco-servicos:hover .circle,
.nossos-servicos .bloco-servicos:hover .circle {
	background-color: var(--cor-azul-escuro-2);
}

.servicos .circle,
.nossos-servicos .circle {
	width: 70px;
	height: 70px;
	background-color: var(--cor-azul);
	position: absolute;
	right: -15px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transition: ease 0.3s all;
	border-radius: 50%;
}

.servicos .circle img,
.nossos-servicos .circle img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	transition: ease 0.3s all;
}

.servicos .circle.border,
.nossos-servicos .circle.border {
	border: 2px solid var(--cor-azul-escuro-2) !important;
}

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

.servicos.interna h2 {
	max-width: 420px;
}

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

.servicos.interna .btn-azul {
	max-width: 250px;
}

.servicos.interna .circle {
	width: 90px;
	height: 90px;
	z-index: 99;
	top: -25px;
}

.servicos.interna .circle img {
	width: 52px;
	height: 52px;
}

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

.servicos.interna #owl-servicos-interna .owl-prev,
.servicos.interna #owl-servicos-interna .owl-next {
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cor-branco);
    font-family: monospace;
    font-size: 55px;
    font-weight: var(--font-bold);
    position: absolute;
    top: 43%;
    text-shadow: 1px 1px 1px black;
}

.servicos.interna #owl-servicos-interna .owl-prev {
	left: 10px;
}

.servicos.interna #owl-servicos-interna .owl-next {
	right: 10px;
}

.servicos.interna .wp-block-list {
	padding: 17px;
}

.servicos.interna .wp-block-list li {
	text-align: left;
	max-width: 420px;
}

/***************************************************************************
        AGS
***************************************************************************/

section.ags {
	padding: 110px 0;
}

.ags .btn-azul {
	max-width: 250px;
}

.ags p {
	max-width: 650px;
	color: #636363;
}

.ags ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 20px 0 20px 0;
}

.ags li {
	display: flex;
	gap: 10px;
}

.ags li .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--cor-azul);
	color: var(--cor-branco);
	font-weight: var(--font-bold);
	font-size: 22px;
}

.ags li p {
	font-size: 18px;
	max-width: 550px;
	text-align: left;
}

.ags li p span {
	color: var(--cor-cinza);
	font-weight: var(--font-semibold);
}

/***************************************************************************
        Members
***************************************************************************/

section.members {
	padding: 110px 0;
}

.members p {
	font-size: 20px;
	color: #636363;
	font-weight: var(--font-medium);
}

.members img {
	height: 100px;
	object-fit: contain;
}

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

section.empresa {
	padding: 100px 0;
}

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

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

.empresa .btn-azul {
	max-width: 250px;
}

/***************************************************************************
        Nosso Propósito
***************************************************************************/

section.nosso-proposito {
	margin: 100px 0;
	background-image: url(https://agoraservices.agency/wp-content/uploads/2024/08/banner-nosso-proposito.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 416px;
}

.nosso-proposito .banner {
	margin-top: -80px;
	height: 583px;
	object-fit: cover;
}

.nosso-proposito .title {
	display: flex;
	align-items: center;
	gap: 7px;
}

.nosso-proposito .title img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.nosso-proposito .title h2,
.nosso-proposito p {
	color: var(--cor-branco);
	margin-bottom: 0;
}

.nosso-proposito .col-lg-7 {
	margin-top: 45px;
}

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

section.nossos-valores {
	padding: 120px 0;
}

.nossos-valores .card {
	position: relative;
	padding: 55px 10px 35px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	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;
}

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

.nossos-valores .card .card-header {
	display: flex;
	justify-content: center;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
}

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

.nossos-valores .card .circle .icon {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.nossos-valores .card .card-content p {
	color: var(--cor-azul-escuro-2);
	font-weight: var(--font-semibold);
	text-align: center;
	margin-bottom: 0;
	max-width: 300px;
	line-height: 22px;
}

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

section.equipe {
	padding-top: 110px;
	padding-bottom: 200px;
}

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

.equipe .card {
	padding: 30px 30px 60px 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 3.72px 0.28px rgba(5, 0, 6, 0.34);
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	cursor: default;
}

.equipe .card .card-header {
	top: -60px;
	left: 20px;
}

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

.equipe .card .card-header .nacionalidade {
/* 	width: 100%;
    height: 45px;
    position: absolute;
    bottom: 2px;
    right: -100px; */
	width: fit-content;
	height: 45px;
	position: absolute;
	bottom: 2px; right: -30px;
}

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

.equipe .card .foto img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	background-color: var(--cor-branco);
	border: 3px solid #6363635c;
}

.equipe .card .card-title {
	margin-top: 85px;
	margin-bottom: 0;
}

.equipe .card .card-title h3 {
	color: var(--cor-azul-escuro-2);
	font-size: 24px;
	font-weight: var(--font-bold);
	max-width: 300px;
	line-height: 22px;
}

.equipe .card .card-content {
	margin-bottom: 120px;
}

.equipe .card .card-content p {
	max-width: 520px;
	margin-bottom: 0px;
	font-size: 18px;
}

.equipe .card .card-contato {
	bottom: -27px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	left: 0px;
	right: 0px;
}

.equipe .card .card-contato .btn-base {
	justify-content: space-between;
	gap: 12px;
	max-width: fit-content;
	height: auto;
	border-radius: 30px;
	padding: 15px 20px;
}

.equipe .card .card-contato .btn-base img {
	width: 41px;
	height: 25px !important;
	object-fit: contain;
	position: initial;
}

.equipe .card .card-contato .circle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 5px 12px;
	max-width: fit-content;
	min-width: 45px;
	height: 45px;
	border-radius: 30px;
	background-color: var(--cor-azul);
	transition: all 0.3s ease-in-out;
}

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

.equipe .card .card-contato .circle img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

/***************************************************************************
		Código
***************************************************************************/

section.codigo {
	padding: 110px 0;
}

.codigo .col-12 p {
	max-width: 930px;
}

.codigo .card {
	display: flex;
	justify-content: center;
	padding: 20px;
	position: relative;
	align-items: center;
	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;
	height: 100%;
	border-radius: 4px;
}

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

.codigo .card .circle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: var(--cor-azul);
	border-radius: 0 4px 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	font-size: 25px;
	color: var(--cor-branco);
	font-weight: var(--font-bold);
}

.codigo .card p {
	margin-bottom: 0;
	font-size: 16px;
	max-width: 340px;
}

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

section.contato {
	padding: 100px 0;
}

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

.contato .title-form {
	max-width: 360px;
}

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

.contato .title h3 {
	color: var(--cor-azul-escuro-2);
	font-weight: var(--font-semibold);
	font-size: 22px;
	margin-bottom: 5px;
}

.contato .title a {
	color: var(--cor-cinza) !important;
	font-weight: var(--font-light);
}

.contato .title span.azul {
	color: var(--cor-azul);
	text-transform: uppercase;
}

.contato .title span {
	color: var(--cor-cinza);
	text-transform: initial;
	font-weight: var(--font-semibold);
}

.contato .title span,
.contato .title a {
	font-size: 18px;
	line-height: 22px;
}

.contato .title .address {
	max-width: 380px;
}

.contato form {
	height: 100%;
}

.contato p {
	margin-bottom: 0;
}

.contato hr {
	width: 1px;
	height: 100%;
	margin: 0;
	border: none;
	background-color: var(--cor-cinza);
}

.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: 194px !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: 25px;
	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
***************************************************************************/

footer {
	padding: 110px 0 20px 0;
	background-image: url(https://agoraservices.agency/wp-content/uploads/2024/08/banner-footer.png);
	background-repeat: no-repeat;
	background-size: cover;
}

footer h2,
footer p,
footer a,
footer hr {
	color: var(--cor-branco);
}

footer h2 {
	font-size: 22px;
	font-weight: var(--font-semibold);
	margin-bottom: 4px;
}

footer p {
	max-width: 320px;
	margin-bottom: 0;
}

footer p,
footer .link {
	font-weight: var(--font-light);
}

footer .texto-footer {
	max-width: 260px;
	font-size: 16px;
}

footer a {
	width: fit-content;
}

footer .address {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .link {
	text-decoration: underline;
}

footer .social-media {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: var(--font-semibold);
	font-size: 22px;
}

footer .social-media img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

footer hr {
	width: 100%;
}

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

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

.mobile {
	display: none;
}

@media (min-width: 992px) and (max-width: 1399px) {
	.equipe .card .card-contato {
		flex-direction: column;
		align-items: center;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul {
		justify-content: end;
		gap: 25px;
		margin-top: 0;
	}
	
	.equipe .card .card-contato .circle {
		font-size: 13px;
	}
}

@media (max-width: 1250px) {
	.banner-principal .owl-dots {
		display: flex;
		width: 100%;
		position: relative;
		align-items: center;
		top: -280px;
		left: 0;
		transform: rotate(0deg);
		height: 0;
		justify-content: center;
	}
}

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

	.nossos-valores .card:hover {
		transform: scale(1.05);
	}
}

@media (max-width: 991px) {

	.desktop {
		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-branco);
		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: 100%;
		width: 320px;
		background: var(--cor-azul-escuro);
		z-index: 99;
		right: -150%;
		top: 130px;
		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: 130px;
		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;
		background: var(--cor-azul-escuro);
	}

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

	#opt_menu ul a {
		color: var(--cor-branco);
		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;
	}

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

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

	.empresa p,
	.equipe p,
	.equipe .card .card-content p,
	.equipe .card .card-title h3,
	.servicos.interna p,
	.servicos.interna .wp-block-list li,
	.contato .title p,
	.codigo .col-12 p,
	.contato .title .address,
	.contato .title-form,
	.equipe h2,
	.servicos.interna h2 {
		max-width: 100%;
	}

	section.cards.home {
		margin-top: -115px;
	}

	footer .col-12,
	.ags .col-12,
	.codigo .col-12,
	.empresa .col-12,
	.nosso-proposito .col-12,
	.contato .col-lg-5,
	.banner-principal.novo .container .col-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	section.nosso-proposito {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 416px;
		height: 100%;
		padding: 100px 0;
	}

	.nosso-proposito .col-lg-7 {
		margin: 0;
	}

	#trp-floater-ls {
		display: none !important;
	}

	#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img {
		width: 24px;
		height: 24px;
		object-fit: contain;
	}
	
	.nossos-servicos .owl-controls .owl-dots {
		margin-top: -5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.equipe .card .card-contato {
		flex-direction: row !important;
	}
}

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

	.banner-principal.novo h2 {
		font-size: 38px;
	}

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

	.nossos-servicos .owl-controls .owl-dots {
		top: initial;
        bottom: -20px;
        left: 0;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
	}

	.equipe .card .card-contato {
		flex-direction: column !important;
	}
}

@media (max-width: 575px) {

	footer .col-12,
	.servicos.interna .col-lg-5 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.servicos.interna .col-lg-5 {
		text-align: center;
	}

	.servicos .circle {
		right: -8px;
	}

	.servicos.interna .circle {
		right: 5px;
	}

	footer .texto-footer {
		max-width: 414px;
		text-align: center;
	}
}

@media (max-width: 567px) {
	.trp-floater-ls-disabled-language {
		padding: 0px !important;
	}
}

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

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

	.codigo .card {
		padding: 35px 20px 20px 20px;
	}

	.politica {
		flex-direction: column;
		gap: 30px;
	}
}

@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;
	}

	.banner-principal.novo h2 {
		font-size: 34px;
        line-height: 37px;
	}
}

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

	.nosso-proposito .title h2 {
		font-size: 30px;
	}

	.equipe .card .card-contato .circle {
		padding: 5px 8px;
		gap: 6px;
		font-size: 14px;
	}
}

.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;
	border-radius: 50%;
	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;
	border-radius: 50%;
	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);
}

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

#trp-floater-ls-current-language {
	display: none !important;
}

.trp-language-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#trp-floater-ls.trp-floater-ls-flags,
.trp-language-wrap {
	height: 47px;
}

.trp-language-wrap a {
	padding: 0;
	margin: 0;
}

#trp-floater-ls-language-list {
	display: flex !important;
}

#trp-floater-ls.trp-top-right {
	right: 7px;
}

section.politica {
	padding: 110px 0;
}