/*
Theme Name:         Ingenio
Description:        Ingenio Theme
Version:            1.0
Author:             Wevolved - Diogo

Text Domain:        Ingenio
*/
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Acumin Pro';
  src: url('/fonts/Acumin-BdPro.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Regular';
  src: url('/fonts/Acumin-RPro.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

/* Configurações BASE */
* {
	box-sizing: border-box;
}

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;
	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-family: "Bitter",sans-serif;
	font-weight: 500;
	font-size: 80px;
	line-height: 1.3;
	letter-spacing: 1;
}

h2 {
	font-family: "Bitter",sans-serif;
	font-weight: 500;
	font-size: 64px;
	line-height: 1.3;
	letter-spacing: 1;
}

h3 {
	font-family: "Bitter",sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.3;
	letter-spacing: 1;
}

h4 {
	font-family: "Bitter",sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 1;
}

h5{
	font-family: "Acumin Pro",sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 1;
}

h6{
	font-family: "Acumin Pro Regular",sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0;
}

/* Fonts default */
p {
	font-family: "Bitter",sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1;
}

a {
	font-family: "Bitter", sans-serif;
	font-weight: 600;
	font-style: Italic;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 1;
}



/* Variáveis p/ reutilizar */
:root {
  --fontweight:700;
  --font-bitter:'Bitter', sans-serif;
  --font14:14px;
  --preto:#13110E;
  --branco:#F9F7F2;
  --castanho:#EEEAE5;
}

/* REGRAS PARA PROJETO */
body {
	/* margin:0px */
	overflow-x: hidden;
}

/* esconder badge do recaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* esconder WPML no footer */
.otgs-development-site-front-end {
	display: none;
}

/****************************** BODY ************************************/
@media (min-width: 901px) {
  html,
  body {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  body {
    overscroll-behavior: none;
  }

  .horizontal-scroll {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    height: 100vh;
  }

  .horizontal-scroll > section {
    flex: 0 0 100vw;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
}

/* MOBILE/TABLET — scroll normal */
@media (max-width: 900px) {
  html,
  body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .horizontal-scroll {
    display: block;
    width: 100%;
    height: auto;
  }

  .horizontal-scroll > section {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
}

.back-home-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.back-home-video__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/****************************** 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) {
}
