/*
Theme Name: TheCube
Author: Lura - Inteligência Web
Author URI: https://luraweb.com.br
Description: Tema personalizado para TheCube desenvolvido pela Lura - Inteligência Web
Text Domain: TheCube

*/

:root {
	--marrom: #a66156;
	--laranja: #fe522e;
	--azul: #0d4cbd;
	--azul-escuro: #02225f;
	--verde: #e1f245;
	--amarelo: #FACA0C;
	--amarelo-hover: #ffe330;
	--cinza: #d3d3d3;
	--cinza-2: #323232;
	--dourado: #C5A178;
	--dourado-hover: #8b6d40;
	--font: 'Fractul', sans-serif;
	--font-secundaria: 'Montserrat', sans-serif;
	--font-bold: 'Montserrat', sans-serif;
}

/* Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}


html {
	scroll-behavior: smooth;
	font-weight: 400;
	font-family: var(--font);
	overflow-x: hidden;
}

h1,h2, h3, h4, h5, h6 {
	font-family: var(--font);
}

body {
	font-family: var(--font), sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	color: #000;
}

body p {
	line-height: 1.4;
	font-family: var(--font);
}

body img {
	max-width: 100%;
	height: initial;
}

strong {
	font-weight: bold;
}

a:hover,
a:focus {
	text-decoration: none;
}

h1 {
	font-size: 100px;
	font-weight: bold;
}

.container {
	max-width: 1300px;
	width: 1300px;
}

.cta__primary {
	color: #fff;
	padding: 15px 30px;
	background: var(--dourado);
	border: 0px;
	transition: all .3s;
	display: flex;
	width: fit-content;
	gap: 10px;
	font-size: 18px;
	border-radius: 0;
	font-family: var(--font);
	cursor: pointer;
	align-items: center;
	width: max-content;
} 

.cta__primary.center {
	margin: auto;
}

.cta__primary:hover {
	background: var(--dourado-hover);
	color: #fff;
}

button.cta__primary {
	border: 0;
	font-family: var(--font);
}