/*
Theme Name: JM Pisos
Author: Lucas R. Leite
Version: 1.0
Text Domain: JM Pisos

*/

:root {
	--azul: #002266;
	--azul-hover: #0c3891;
	--marrom: #a66156;
	--laranja: #fe522e;
	--verde: #0D872D;
	--verde-hover:#046d24;
	--font: 'Lexend', 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);
}

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

body {
	font-family: var(--font), sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	background: #fff;
}

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: 13px 60px;
	font-weight: bold;
	background: var(--azul);
	border: 2px var(--azul) solid;
	transition: all .3s;
	display: flex;
	width: fit-content;
	gap: 10px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 50px;
	font-family: var(--font);
	cursor: pointer;
}

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

header .menu .destaque a,
.cta__whats {
	color: #fff;
	padding: 10px 50px;
	font-weight: bold;
	background: var(--verde);
	transition: all .3s;
	display: flex;
	width: fit-content;
	gap: 10px;
	font-size: 14px;
	border-radius: 50px;
	font-family: var(--font);
	cursor: pointer;
	display: flex;
	align-items: center;
}

header .menu .destaque a i {
	font-size: 24px;
}

.cta__whats:hover {
	background: var(--verde-hover);
	color: #fff;
}

.cta__whats.lg {
	padding: 15px 40px;
}

.cta__whats.lg i {
	font-size: 18px;
}


section {
	overflow-x: hidden;
}
