/*
Theme Name:         C.S Mansores
Description:        Mansores Theme
Version:            1.0
Author:             wevolved

Text Domain:        Mansores
*/

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* Configurações BASE */
* {
	box-sizing: border-box;
	font-family: "Almarai", sans-serif !important;
}

html,
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	/* user-select: none;  */
}

/* desativar scroll quando adicionada a classe disableScroll ao HTML */
html.disableScroll {
	overflow-y: hidden;
}

img {
	max-width: 100%;
}

/********* Alterar o scroll bar **********/
html {
	scrollbar-width: thin; /* Adjust the width of the scrollbar */
	scrollbar-color: #888 transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
	width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
	background-color: #888; /* Adjust the color of the scrollbar thumb */
	border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
	background-color: var(--white); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/

/* Reset comportamento de links */
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--black);
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input {
	margin: 0px;
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
span {
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	overflow-wrap: anywhere;
}

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
	color: var(--white);
	opacity: 1; /* Firefox */
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
}

/* Change the white to any color */
.white input:-webkit-autofill,
.white input:-webkit-autofill:hover,
.white input:-webkit-autofill:focus,
.white input:-webkit-autofill:active,
.white select:-webkit-autofill,
.white select:-webkit-autofill:hover,
.white select:-webkit-autofill:focus,
.white select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
	outline: none !important;
}

/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
	margin-bottom: 0px !important;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/**************** FONTS ****************/
/* Headers */
h1 {
	font-weight: 700;
	font-size: 96px;
	line-height: 88px;
	letter-spacing: -1px;
}

h2 {
	font-weight: 700;
	font-size: 64px;
	font-style: italic;
	line-height: 60px;
	letter-spacing: -1px;
}

h3 {
	font-weight: 700;
	font-size: 42px;
	line-height: 46px;
	letter-spacing: -1px;
}

h4 {
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -0.92px;
}

h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.92px;
}

h6{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
}

/* Fonts default */
p {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
}

a{
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2px;
}

/* Variáveis p/ reutilizar */
:root {
	--preto:#090909;
	--branco:#F8F8F8;
	--verde:#008854;
	--laranja:#E87E1B;
	--verde-claro:#73B943;
	--vermelho:#AF0000;
	--roxo:#8A3EE0;
}

a:focus{
	outline: none !important;
}
/****************************** INICIO DO SITE ************************************/
.site-header{
	position: absolute;
	width: 100%;
	padding:22px 30px ;
}

.site-header__inner{
	display: flex;
	justify-content: space-between;
}

nav > ul{
	display: flex;
	flex-direction: row;
	gap: 40px;
}

nav > ul > li > a{
	font-size: 12px;
	text-transform: uppercase;
	color: var(--preto);
}

.sub-menu a{
	font-size: 12px;
	text-transform: uppercase;
	color: var(--preto);
}

.sub-menu > li{
	margin-bottom:16px;
}

.logo{
	width: 332px;
	max-width: 100%;
}

.menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.menu-item-has-children > a::after {
    content: "";
    width: 8px;
    height: 18px;
    flex-shrink: 0;
    background-image: url('/wp-content/uploads/2026/08/→.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
}
/****************************** MEDIA QUERIES ************************************/
/* Intermédio 1 */
@media only screen and (max-width: 1750px) {
}
/* Intermédio 2 */
@media only screen and (max-width: 1650px) {
}
/* HD READY - Resolução Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
}

@media only screen and (max-width: 600px) {
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
