/*
Theme Name: Logical Performance
Theme URI:
Author: Vitalcode
Author URI: http://wordpress.org/
Description: Tema desenvolvido para o site "Alckmin Advogados"
Version: 1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 125px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
	 Reset
	 ========================================================================== */

/**
 * Remove anchor tex-decoration
 */ 

a {
	text-decoration: none;
}

/**
 * Remove list-style
 */ 

ol, ul {
	list-style: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
	font-size: 1em;
	font-weight: normal;
	
}

body{
	background-color: #EFEFEF;
	font-family: "League Spartan", sans-serif;
}

/*Estilos gerais*/
.container {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
}
/*.container-menu {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
}*/
.sub-container{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px){
	.container {
		max-width: 960px;
		width: 100%;
		margin: 0 auto;
	}
	.sub-container{
		max-width: 760px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 769px){
	.container {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
	/*.container-menu {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}*/
	.sub-container{
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 575px){
	.container {
		width: auto;
		margin: 0 auto;
		padding: 0 50px;
	}
/*	.container-menu {
		width: auto;
		margin: 0 auto;
		padding: 0 20px;
	}*/
	.sub-container{
		width: auto;
		margin: 0 auto;
		padding: 0 50px;
	}
}
/* =================== DESKTOP =================== */
nav#nav {
  display: block;
  align-items: center;
  padding: 20px;
  z-index: 10;
  max-width: 250px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
}

#menu-menu-principal {
  width: 250px;
  background-color: #222;
  color: #fff;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  box-sizing: border-box;
}

ul#menu-menu-principal {
  display: block;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-menu-principal li a {
  font-family: Inter;
  font-size: 12.81px;
  font-weight: 400;
  line-height: 17.93px;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

#menu-menu-principal li a:hover {
  color: #1741a7;
}

#button-mobile {
  display: none;
}

/* =================== MOBILE =================== */
@media only screen and (max-width: 575px) {

  #menu-menu-principal {
    transform: translateX(-100%); /* escondido por padrão */
    width: 250px;
    background: #041b5d;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1000;
    visibility: hidden;
  }

  #nav.active #menu-menu-principal {
    transform: translateX(0); /* desliza da esquerda */
    visibility: visible;
  }

  ul#menu-menu-principal {
    padding-top: 100px;
  }

  #menu-menu-principal li {
    padding: 20px;
    border-bottom: 1px solid #2c3b47;
  }

  #button-mobile {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1101;
    background: none;
    border: none;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }

  /* Botão acompanha o menu aberto no canto direito do menu */
  #nav.active #button-mobile {
    left: calc(250px - 52px); /* Ajusta a posição do botão dentro do menu */
  }

  #hamburguer-1, #hamburguer-2, #hamburguer-3 {
    width: 32px;
    height: 2px;
    background: #fff;
    margin-bottom: 7px;
    transition: ease 0.6s;
  }

  #nav.active #hamburguer-2 {
    opacity: 0;
  }

  #nav.active #hamburguer-1 {
    transform: rotate(45deg);
    position: relative;
    top: 10px;
  }

  #nav.active #hamburguer-3 {
    transform: rotate(315deg);
    position: relative;
    top: -8px;
  }
}


.page-content{
	width: calc(100% - 250px); /* 250px é a largura do menu */
	margin-left: 250px; /* ainda precisa desse deslocamento se o menu estiver fixo */
}
@media only screen and (max-width: 768px){
	.page-content{
		width: 100%;
		margin-left: 0;
	}
}
.banner-inicio{
	height: 100vh;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 80px;
}
.banner-inicio .title p{
	color: #fff;
	font-size: 45px;
	font-weight: 500;

}
.banner-inicio .title p strong{
	color: #F7C215;
	font-weight: 500;
}
.banner-inicio .text{
	color: #fff;
	max-width: 466px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.banner-inicio a.button-banner{
	color: #fff;
	border: solid 2px currentColor;
	padding: 6px 8px;
	border-radius: 18px;
	max-width: max-content;
}
.bloco-2{
	margin: 100px 0;
}
.bloco-2 .content{
	padding: 0 100px;
	display: flex;
	align-items: center;
}
.bloco-2 .content .title{
	width: 50%;
    justify-items: center;
}
.bloco-2 .content .title p{
	font-weight: 500;
	font-size: 45px;
	line-height: 100%;
	color: #0B183D;
}
.bloco-2 .content .title p strong{
	color: #F7C215;
	font-weight: 500;
}
.bloco-2 .content .text{
	max-width: 50%;
	margin-left: auto;
}
.bloco-2 .content .text p{
	font-size: 16px;
	line-height: 20px;
	color: #0B183D;
	padding-bottom: 10px;
}
@media only screen and (max-width: 575px) {
	.bloco-2{
		margin: 70px 0;
	}
	.bloco-2 .content{
		flex-direction: column;
		padding: 0 30px;
	}
	.bloco-2 .content .title{
		width: 100%;
		justify-items: flex-start;
		padding-bottom: 20px;
	}
	.bloco-2 .content .text{
		max-width: 100%;
	}
}
.bloco-3 .title-section{
	text-align: center;
	margin-bottom: 50px;
}
.bloco-3 .title-section h1{
	font-weight: 700;
	font-size: 45px;
	line-height: 100%;
	letter-spacing: 0%;
		color: #0B183D;
}
.bloco-3 .segments-grid{
	display: grid;
  grid-template-columns: 1fr 1fr;
}
.bloco-3 .segments-grid .segment-block{
	padding: 30px;

}
.bloco-3 .segments-grid .segment-block .block-s-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.bloco-3 .segments-grid .segment-block .block-title{
	font-weight: 700;
	font-size: 25px;
	line-height: 100%;
	color: #fff;
	max-width: 200px;
	padding-bottom: 25px;
}
.bloco-3 .segments-grid .segment-block a{
	color: #fff;
	border: 2px #fff solid;
	border-radius: 18px;
	padding: 6px 8px;
	width: fit-content;
}
.bloco-3 .segments-grid .segment-block .logo{
	max-width: 140px;
	margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 575px) {
	.bloco-3 .segments-grid{
		grid-template-columns: 1fr;
	}
}
.bloco-4{
	height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px;
}
.bloco-4 .title p {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
}
.bloco-4 .title p strong {
    color: #F7C215;
    font-weight: 500;
}
.bloco-5{
	margin-top: 60px;
	padding-left: 80px;
}
.bloco-5 .content{
	display: flex;
	gap: 60px;
}
.bloco-5 .content .content-text{
	max-width: 350px;
}
.bloco-5 .content .content-text .title{
	max-width: 280px;
}
.bloco-5 .title p{
	font-weight: 500;
	font-size: 45px;
	line-height: 100%;
	color: #0B183D;

}
.bloco-5 .title p strong{
	color: #F7C215;
	font-weight: 500;
}
.bloco-5 .text{
	color: #0B183D;
	max-width: 466px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.bloco-5 .img-content{
	margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 575px){
	.bloco-5 .content{
		flex-direction: column;
	}
}
/*PAGE SERVICES*/

.banner-inicio-2{
	height: 100vh;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 80px;
}
.banner-inicio-2 .title p{
	color: #194468;
	font-size: 45px;
	font-weight: 500;

}
.banner-inicio-2 .title p strong{
	color: #fff;
	font-weight: 500;
}
.banner-inicio-2 .text{
	color: #fff;
	max-width: 466px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.banner-inicio-2 a.button-banner{
	color: #fff;
	border: solid 2px currentColor;
	padding: 6px 8px;
	border-radius: 18px;
	max-width: max-content;
}
.bloco-s-2{
	margin: 100px 0;
}
.bloco-s-2 .content{
	padding: 0 100px;
	display: flex;
	align-items: center;
}
.bloco-s-2 .content .title{
	width: 50%;
    justify-items: center;
}
.bloco-s-2 .content .title p{
	font-weight: 500;
	font-size: 45px;
	line-height: 100%;
	color: #0B183D;
}
.bloco-s-2 .content .title p strong{
	color: #F7C215;
	font-weight: 500;
}
.bloco-s-2 .content .text{
	max-width: 50%;
	margin-left: auto;
}
.bloco-s-2 .content .text p{
	font-size: 16px;
	line-height: 20px;
	color: #0B183D;
	padding-bottom: 10px;
}
@media only screen and (max-width: 575px) {
	.bloco-s-2{
		margin: 70px 0;
	}
	.bloco-s-2 .content{
		flex-direction: column;
		padding: 0 30px;
	}
	.bloco-s-2 .content .title{
		width: 100%;
		justify-items: flex-start;
		padding-bottom: 20px;
	}
	.bloco-s-2 .content .text{
		max-width: 100%;
	}
}
.bloco-s-3 .group .slice{
	display: flex;
	padding: 50px 80px;
  gap: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 575px){
	.bloco-s-3 .group .slice{
		flex-direction: column;
	}
}
.bloco-s-3 .group .slice .title{
	max-width: 217px;
  margin: 0 auto;
}
.bloco-s-3 .group .slice .title h2{
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	line-height: 100%;
	padding-bottom: 30px;
}
.bloco-s-3 .group .slice .text{
	max-width: 516px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	align-content: center;
}
.bloco-s-3 .group .slice .text p{
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.bloco-s-3 .group .square{
	background: #2d84c6;
  padding: 80px 80px;
  background-size: cover;
  max-width: 360px;
}
.bloco-s-3 .group .square .title{
	justify-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 45px;
	line-height: 100%;
	padding-bottom: 21px;
}
.bloco-s-3 .group .square .title p{
	color: #fff;
	font-weight: 500;
	font-size: 45px;
	line-height: 100%;
}
.bloco-s-3 .group .square .title p strong{
	font-weight: 500;
	color: #F7C215;
}
.bloco-s-3 .group .square a{
		color: #fff;
	border: solid 2px currentColor;
	padding: 6px 8px;
	border-radius: 18px;
	max-width: max-content;
	margin-left: 96px;
}
.bloco-s-3 .group .list{
	background-size: cover;
  max-width: 710px;
  margin-right: 0;
  margin-left: auto;
  padding: 50px 80px;
  justify-items: right;
}
.bloco-s-3 .group .list p{
	font-weight: 500;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0%;
	color: #fff;
}
.bloco-s-3 .group-2 .square{
	margin-right: 0;
	margin-left: auto;
}
.bloco-s-3 .group-2 .square a{
	margin-left: 53px;
}
.bloco-s-3 .group-2 .list{
	margin-left: 0;
	margin-right: auto;
}
.bloco-s-3 .group-2 .list{
	justify-items: left;
}
.bloco-s-3 .group-3 .square .title p strong{
	color: #B0C1FF;
}
.bloco-s-3 .group-4 .square{
	margin-right: 0;
	margin-left: auto;
}
.bloco-s-3 .group-4 .list{
	margin-left: 0;
	margin-right: auto;
}
.bloco-s-3 .group-4 .list{
	justify-items: left;
}
.bloco-s-3 .group-6 .square{
	margin-right: 0;
	margin-left: auto;
}
.bloco-s-3 .group-6 .square a{
	margin-left: 71px;
}
.bloco-s-3 .group-6 .list{
	margin-left: 0;
	margin-right: auto;
}
.bloco-s-3 .group-6 .list{
	justify-items: left;
}
/*PAGE HISTORY*/

.banner-inicio-3{
	height: 100vh;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 80px;
}
.banner-inicio-3 .title p{
	color: #fff;
	font-size: 45px;
	font-weight: 500;
}
.banner-inicio-3 .title p strong{
	color: #F7C215;
	font-weight: 500;
}
.banner-inicio-3 .text{
	color: #fff;
	max-width: 466px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.banner-inicio-3 a.button-banner{
	color: #fff;
	border: solid 2px currentColor;
	padding: 6px 8px;
	border-radius: 18px;
	max-width: max-content;
}
.bloco-h-2{
	margin: 100px 0;
}
.bloco-h-2 .content{
	padding: 0 100px;
	display: flex;
	align-items: center;
}
.bloco-h-2 .content .title{
	width: 50%;
    justify-items: center;
}
.bloco-h-2 .content .title p{
	font-weight: 500;
	font-size: 45px;
	line-height: 100%;
	color: #0B183D;
}
.bloco-h-2 .content .title p strong{
	color: #F7C215;
	font-weight: 500;
}
.bloco-h-2 .content .title h6{
	font-weight: 700;
	font-size: 22.17px;
	line-height: 100%;
	color: #0B183D;
}
.bloco-h-2 .content .text{
	max-width: 50%;
	margin-left: auto;
}
.bloco-h-2 .content .text p{
	font-size: 16px;
	line-height: 20px;
	color: #0B183D;
	padding-bottom: 10px;
}
@media only screen and (max-width: 575px) {
	.bloco-h-2{
		margin: 70px 0;
	}
	.bloco-h-2 .content{
		flex-direction: column;
		padding: 0 30px;
	}
	.bloco-h-2 .content .title{
		width: 100%;
		justify-items: flex-start;
		padding-bottom: 20px;
	}
	.bloco-h-2 .content .text{
		max-width: 100%;
	}
}
.bloco-h-3 .content{
	display: flex;
}
.bloco-h-3 .content .title{
	font-weight: 700;
	font-size: 45px;
	line-height: 100%;
	background: #0B183D;
	max-width: 500px;
	width: 100%;
	padding: 80px;
	box-sizing: border-box;
}
.bloco-h-3 .content .title p{
	color: #fff;
}
.bloco-h-3 .content .title p strong{
	color: #F5AD1B;
}
.bloco-h-3 .content .text{
	font-weight: 700;
	font-size: 39px;
	line-height: 100%;
	letter-spacing: 0%;
	background: #2D84C6;
	color: #fff;
	padding: 80px;
	box-sizing: border-box;
}
@media only screen and (max-width: 575px){
	.bloco-h-3 .content{
		flex-direction: column;
	}
}
.bloco-h-4 .title-section{
	text-align: center;
	margin-bottom: 50px;
}
.bloco-h-4 .title-section h1{
	font-weight: 700;
	font-size: 45px;
	line-height: 100%;
	letter-spacing: 0%;
		color: #0B183D;
}
.bloco-h-4 .segments-grid{
	display: grid;
  grid-template-columns: 1fr 1fr;
}
.bloco-h-4 .segments-grid .segment-block{
	padding: 30px;

}
.bloco-h-4 .segments-grid .segment-block .block-s-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.bloco-h-4 .segments-grid .segment-block .block-title{
	font-weight: 700;
	font-size: 25px;
	line-height: 100%;
	color: #fff;
	max-width: 200px;
	padding-bottom: 25px;
}
.bloco-h-4 .segments-grid .segment-block a{
	color: #fff;
	border: 2px #fff solid;
	border-radius: 18px;
	padding: 6px 8px;
	width: fit-content;
}
.bloco-h-4 .segments-grid .segment-block .logo{
	max-width: 140px;
	margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 575px) {
	.bloco-h-4 .segments-grid{
		grid-template-columns: 1fr;
	}
}
