/*
Theme Name:         This Is From
Description:        This is From Theme
Version:            1.0
Author:             wevolved

Text Domain:        This is from
*/

/* Configurações BASE */

/* Fonts */
@font-face {
	font-family: "FlechaS Regular";
	src: url("fonts/FlechaS-Regular.woff2");
	font-weight: 300;
}

/* Cormorant */
@font-face {
	font-family: "HALMatex-Light";
	src: url("fonts/fonts/HALMatex-Light.woff2");
	font-weight: 300;
}

* {
	box-sizing: border-box;
}

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

/* 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;
	box-shadow: none !important;
	outline: none !important;
}

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

/******** SELECT IGUAL EM TODO O LADO ********* */
/**************** FONTS ****************/


/* Raleway */

/* Headers */
h1 {
	font-family: "thermal-vf-thin-text";
	font-weight:200;
	font-size: 30px;
	line-height: 18px;
	color: #000000E5;
}

h2{
	font-family: "thermal-vf-thin-text";
	font-weight: 200;
	font-size: 13px;
	line-height: 18px;
	color:rgba(0, 0, 0, 0.9) ;
}

h4 {
	font-family: "HALMatex-Light";
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05rem;
    color: var(--black);
}

h5 {
	font-family: "FlechaS Regular";
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05rem;
	color: var(--black);
}

/* Fonts default */
p,
a,
label,
input,
select,
textarea,
option {
	font-family: "XXX";
	font-style: normal;
	font-size: 0px;
	resize: none;
}

/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--black: #000000;
	--verde: #D7DD9E;
}

/* 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;
}

/* ----------------------------------- BOTÃO TELETRANSPORTE TOPO PÁGINA  ----------------------------------- */
.goUp {
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 9995;
	opacity: 0;
	transition: 300ms opacity linear;
}
.goUp.show {
	opacity: 1;
	transition: 300ms opacity linear;
}
/****************************** LANDING ************************************/
.back1 {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: var(--verde);
    overflow: hidden;
}

.back1 > .vc_column_container,
.back1 > .vc_column_container > .vc_column-inner {
    height: 100%;
}

/* COLUNA ESQUERDA / PARTE 1 */
.back1 .parte1 {
    height: 100%;
}

.back1 .parte1 > .vc_column-inner {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 35px;
    box-sizing: border-box;
    flex-direction: column;
}

/* COLUNA DIREITA / PARTE 2 */
.back1 .parte2 {
    height: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
    box-sizing: border-box;
    position: relative;
}

.back1 .parte2 > .vc_column-inner {
    height: 100%;
}

.back1 .parte2 > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* BLOCOS INTERNOS */
.back1 .parte2 .inicio,
.back1 .parte2 .meio,
.back1 .parte2 .fim {
    width: 100%;
    margin: 0;
}

.back1 .parte2 .inicio {
    flex: 0 0 auto;
}

.back1 .parte2 .meio {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back1 .parte2 .fim {
    flex: 0 0 auto;
}



/****************************** 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) {
}
