/*
Theme Name: Gemmini
Theme URI: luraweb.com.br
Author: LURA
Version: 1.0
Author URI: luraweb.com.br
Text Domain: Gemmini

*/

:root {
	--azul: #1C8ED4;
	--font: 'Poppins', 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
}

section:target {
	scroll-margin-top: 90px !important;
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	scroll-behavior: smooth;
	font-weight: 400;
}

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

body {
	font-family: var(--font), sans-serif;
	color: var(--body-color);
	letter-spacing: -0.7px;
	font-size: 16px;
	line-height: 100%;
	font-weight: normal;
	background: #fff;
}

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

strong {
	font-weight: bold;
}

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

#site {
	position: relative;
	overflow-x: hidden;
}

/* CTA's */
.cta_primary {
	font-family: var(--font);
	cursor: pointer;
	border: 0;
	padding: 8px 30px;
	color: var(--azul);
	font-weight: bold;
	transition: all .3s;
	border-radius: 40px;
	display: table;
	background: transparent;
	font-family: var(--font);
	font-size: 16px;
	border: 2px var(--azul) solid;
	text-transform: uppercase;
}

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

.cta_primary i {
	margin-left: 10px;
	position: relative;
}

.cta_primary:hover i {
	right: -10px;
}


.cta_orcamento {
	position: fixed;
	z-index: 99;
	bottom: 30px;
	right: 30px;
	display: table;
	border-radius: 50px;
	background: #fff;
	color: #2e2e2e;
	padding: 10px 20px;
	padding-left: 70px;
	border: 1px #dedede solid;
	font-size: 14px;
	box-shadow: 0 0 20px #00000026;
	transition: all .2s;
}

.cta_orcamento strong {
	font-weight: bold;
}

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

.cta_orcamento i {
	background: var(--azul);
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px
}


/* Header */

.principal__header.fixo{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--azul);
    transition: 0.2s;
    box-shadow: 0 0 40px #00000046;
    z-index: 999;
}

.principal__header.fixo .logo__header img{
	width: 210px;
}

/* Menu Responsivo */
.menuResponsivo {
	background: var(--azul);
	top: 0;
	left: -70%;
	width: 70%;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	z-index: 99999;
	padding: 0px 0;
}

.menuResponsivo img {
	margin: 20px auto;
	margin-top: 60px;
	display: block;
	max-width: 200px;
}

.menuResponsivo ul {
	display: table;
	width: 100%;
}

.menuResponsivo ul li {
	display: table;
	width: 100%;
	border-bottom: 1px #3c75ca solid;
}

.menuResponsivo ul li a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 15px;
	font-weight: bold;
}

.menuResponsivo ul li a:hover,
.menuResponsivo ul li a:focus {
	background: var(--azul);
	color: #fff;
}

.menuResponsivo .sub-menu {
	background: #f5f5f5;
}

.menuResponsivo .sub-menu a {
	font-weight: normal;
	font-size: 14px;
}

.menuResponsivo ul li.destaque a {
	background: var(--azul);
	color: #fff;
}

/* Title Home */
h2.title__home {
	font-size: 18px;
	color: var(--azul);
	text-align: center;
	position: relative;
	line-height: 30px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

h2.title__home strong {
	font-weight: bold;
	color: #333;
	font-size: 36px;
	line-height: 100%;
	display: block;
}

h2.title__home::after {
	content: '';
	width: 100px;
	height: 3px;
	display: block;
	background: var(--azul);
	border-radius: 5px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}


/* Cookies */
.avisoCookies {
	z-index: 9999999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: table;
	background: #1b1b1bd4;
	color: #fff;
	padding: 20px 0;
}

.avisoCookies p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 18px;
}

.avisoCookies p a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.avisoCookies .acoes {
	display: table;
	margin: auto;
}

.avisoCookies .acoes a {
	display: table;
	margin: auto;
	margin-top: 10px;
	background: transparent;
	line-height: 12px;
	color: #fff;
	padding: 7px 20px;
	border-radius: 14px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	text-decoration: none;
	margin-right: 10px;
	border: 1px #fff solid;
}

.avisoCookies .acoes button {
	display: table;
	margin: auto;
	margin-top: 10px;
	background: var(--azul);
	border: 1px var(--azul) solid;
	color: #fff;
	padding: 5px 20px;
	border-radius: 14px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}


/* 404 */
.page-404 {
	padding: 90px 0;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}

.page-404 .container {
	text-align: center;
}

.page-404 h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: var(--azul);
	text-transform: uppercase;
}

.page-404 h2 {
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 30px;
}

.page-404 a {
	margin: auto;
}


section.title-page h1 {
	text-align: left;
}


/* link do whatsapp */
a.whatsRight {
	background: url(https://www.gemminibauru.com.br/wp-content/uploads/2024/04/icone-whatsapp-rodape.png) center center #00ad40 no-repeat;
	display: table;
	width: 65px;
	height: 65px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	border-radius: 50%;
	text-indent: -9999px;
}


@media (max-width: 768px) {

	.ctt_responsive {
		display: table !important;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		background: #fff;
		padding: 10px 0;
		background: #045fa5;
	}

	.ctt_responsive a {
		display: flex;
		padding: 10px;
		border: 3px #ffff solid;
		align-items: center;
		justify-content: center;
		flex-wrap: nowrap;
		gap: 10px;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 11px;
	}

	.ctt_responsive a.whatsapp {
		background: #10a110;
		border-color: #10a110;
	}

	.ctt_responsive a i {
		font-size: 22px;
	}

	.ctt_responsive a strong {
		display: block;
		font-size: 15px;
	}
	a.whatsRight {
		display: none;
	}
}