/*
Theme Name: Solo Scan
Author: Gabriel Santana
Description: Tema Wordpress desenvolvido para Solo Scan
Version: 1.0
*/

html{
    scroll-behavior: smooth;
}
body{
	margin: 0;
}

:focus,
:active,
:hover,
:visited,
:focus-visible,
:target{
	text-decoration: none;
	outline: none;
}
:root {
	--azulEscuro: #003356;
    --azulClaro: #41B6E6;
    --verde: #00D86C;
	--azulMaisEscuro: #001838;
}
img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	max-width: 100%;
}
.container::before{
	display: none;
}
::selection {
    background-color: black;
    color: #ffffff;
}
:target {
    scroll-margin-top: 150px;
}

.clear{
    clear: both;
}
span{
	font-weight: 800;
}


body{
	font-family: 'Montserrat', sans-serif;
}
.juntos-divs{
    display: flex;
    align-items: center;
}


/* MENU */

.grid-dois{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}
.grid-menu{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	align-items: center;
}
header{
	position: absolute;
	width: 100%;
	padding: 20px 0;
	z-index: 999999;
}
.menu{
	text-align: right;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
}
.menu  a{
	color: white;
	width: fit-content;
	padding:  5px 20px;
	transition: color 0.3s ease;
}
.login{
	border: 1px solid white;
	border-radius: 8px;
	padding:  5px 20px;
	transition: color 0.3s ease, background-color 0.3s ease;
}
.login:hover{
	color: var(--verde);
	background-color: white;
}
.submenu {
	display: none;
	position: absolute;
	padding: 19px;
    margin-left: -40px;
	text-align: center;
	text-align: -webkit-center;
}

.submenu a {
    display: block;
    padding: 5px;
    color: white;
    text-decoration: none;
}

.servicos-menu:hover .submenu,
.submenu:hover {
    display: block;
}
.servicos-menu:hover .submenu-trigger{
	color: var(--verde);
}
.menu  a:hover{
	color: var(--verde);

}

/* BANNER */

.banner{
	background-image: url('./images/home/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: grid;
	align-items: center;
}

.grid-banner-home{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}
.banner h1{
	color: white;
	font-weight: bold;
	font-size: 55px;
}
.banner h1 span{
	color: var(--verde);
}
.imagens-banner{
	display: grid;
	/* grid-template-columns: repeat(3, 1fr); */
	position: sticky;
    height: 675px;
    align-items: end;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    100%   { transform: translate(0, -10px); }   
}

.banner-img-segunda{
	position: absolute;
    top: 170px;
    right: 100px;
}
.banner-img-ultima{
	position: absolute;
    right: 0;
    top: 13px;
}

.conheca{
	background: linear-gradient(138deg, #009C4E 37.24%, #00579F 100%);
	padding: 100px 0;
}
.grid-conheca{
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 30px;
	align-items: center;
}
.grid-tres{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	align-items: center;
}
.conheca h2{
	font-size: 40px;
	color: white;
	margin-bottom: 40px;

}
.conheca a {
	border: 1px solid white;
	border-radius: 8px;
	color: white;
	padding: 10px 20px;
	transition: color 0.3s ease, background-color 0.3s ease;
}
.conheca a:hover{
	color: var(--verde);
	background-color: white;
}
.conheca h3{
	font-size: 22px;
	color: white;
}
.conheca .lista p{
	color: white;
	font-size: 20px;
	font-weight: 300;
}
.conheca .lista i{
	color: var(--verde);
	margin-right: 10px;
}
.nossa{
	position: relative;
    overflow: hidden;
    padding: 100px 0;
	background-image: url('./images/home/fundo-nossa.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
    background-position: center;
	
}

.nossa h2{
	font-size: 40px;
	text-align: center;
	background: linear-gradient(145deg, #00D86C 25.99%, #037ADD 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}
.nossa p{
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
}
.nossa p span{
	color: var(--verde);
}

.servicos{
	background: linear-gradient(138deg, #009C4E 37.24%, #00579F 100%);
	padding: 100px 0 0;
}
.servicos h2{
	font-size: 40px;
	color: white;
	text-align: center;
}
.imagem-servico{
	text-align: center;
}
.img-servicos-flutuante{
	width: 100%;
	margin-top: 40px;
	margin-bottom: -10px;
}
.grid-quatro{
	display: grid;
	grid-template-columns: 1fr 1fr 2fr auto;
	gap: 30px;
	align-items: center;
}
.lista-servicos{
	padding: 40px 0;
}
.lista-servicos h3{
	color: white;
	font-size: 30px;
	font-weight: normal;
}
.lista-servicos h3 span{
	font-weight: 600;
}
.lista-servicos p{
	color: white;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
}
.lista-servicos a{
	color: black;
	background-color: var(--verde);
	padding: 10px 20px;
	border-radius: 50px;
	font-weight: 600;
	transition: color 0.3s ease, background-color 0.3s ease;
}
.lista-servicos a:hover{
	background-color: black;
	color: var(--verde);
}

.final-primeira{
	place-self: end;
}
.transformamos .container{
	/* display: flex; */
	position: sticky;
}
.transformamos img{
	width: 39px;
	height:fit-content;
}
.single-servico{
	padding: 40px 0;
	border-bottom: 1px solid white;
}
.single-servico:last-child{
	border: none;
}
.single-servico img{
	max-width: 200px;
}

.parallax {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
	background-image: url('./images/home/fundo-nossa.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/* background-attachment: fixed; */
    background-position: center;
}

.parallax-content {
    z-index: 1;
    text-align: center;
}

.transformamos p{
	color: white;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}
.transformamos p span{
	color: var(--verde);
	/* font-family: Arial, sans-serif!important; */
	/* font-size: 50px; */
}
.aspas-primeira{
	position: absolute;
    top: -10px;
    left: 0px;
}
.final-primeira{
	position: absolute;
    top: 121px;
    right: 0px;
}
.contato{
	background-color: black;
	padding: 100px 0;
	
}
.contato h2{
	color: white;
	text-align: center;
	font-size: 40px;
}
.contato .preen{
	color: #787878;
	display: block;
	font-size: 20px;
	text-align: center;
}
.contato label{
	color: #787878;
	font-size: 14px;
}

.contato input[type="text"],
.contato input[type="email"],
textarea{
	color: black;
	padding: 10px 20px;
	border:none;
	background: #D9D9D9;
	margin-top: 10px;
	width: 100%;
}
.contato .grid-dois input{
	/* max-width: 214px!important; */
	max-width: 100%;
	width: auto;
}
.contato .grid-dois{
	/* text-align: center; */
	height: 79px;
}
.contato form{
	width: fit-content;
    margin: 0 auto;
	overflow: hidden;
}
.contato input[type="submit"]{
	color: black;
    background-color: var(--verde);
    padding: 10px 20px;
    border-radius: 50px;
	border: none;
	display: block;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	width: 126px;
	cursor: pointer;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.wpcf7-response-output{
	/* background-color: #ef4d4d; */
	color: #ef4d4d;
	/* color: white; */
    border: none!important;
    width: fit-content;
    padding: 20px!important;
    display: block;
    margin: 0 auto!important;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: var(--verde)!important;
}
footer{
	background: linear-gradient(138deg, #009C4E 37.24%, #00579F 100%);
	padding: 50px 0;
	position: sticky;
}
footer .logo img{
	width: 200px;
}
footer .copy{
	text-align: center;
	color: white;
	font-size: 14px;
	padding-top: 50px;
}
footer .icones{
	text-align: right;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: fit-content;
	gap: 30px;
	justify-self: right;
}

footer .icones i{
	color: white;
	font-size: 25px;
	transition: color 0.3s ease;
}
footer .icones a:hover i{
	
	color: var(--verde);
}
footer .menu{
	grid-template-columns: 1fr 1fr 1fr;
}
.whatsapp{
	position: fixed;
    right: 30px;
    background-color: var(--verde);
    bottom: 30px;
    padding: 11px;
    color: white;
    border-radius: 100px;
}
.whatsapp i{
	color: white;
	font-size: 50px;
	width: 50px;
    text-align: -webkit-center;
}
.top{
	position: absolute;
	top: 80px;
	right: 25px;
	z-index: 999;
}


/* SINGLE */



.banner-solucoes{
	background-color: rgba(42, 42, 42, 1);
	padding: 100px 0 0;

}
.banner-solucoes .img-banner{
	width: 100%;
	margin-bottom: -4px;
}
.banner-solucoes .grid-solucoes{
	display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
	padding: 60px 0 20px;
}
.banner-solucoes h1{
	font-size: 50px;
	font-weight: 300;
	color: white;
}
.banner-solucoes span{
	display: block;
	font-weight: 600;

}
.modelo-escuro{
	background-color: rgba(42, 42, 42, 1);
	padding: 100px 0;
}
.modelo-escuro p{
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: 300;
}
.modelo-escuro p strong{
	color: var(--verde);
}
.segunda-sessao{
	background: linear-gradient(138deg, #009C4E 37.24%, #00579F 100%);
	padding: 100px 0;
}

.segunda-sessao h2{
	color: white;
	text-align: left;
	font-size: 30px;
	padding-bottom: 50px;
}
.segunda-sessao .separacao{
	border-bottom: 1px solid white;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.segunda-sessao li{
	color: white;
	font-size: 20px;
	padding: 10px 0;
}
ul {
	list-style: none; /* Remova os marcadores padrão */
	padding-left: 0;  /* Remova o recuo padrão da lista */
}

ul li::before {
	content: "\f00c"; /* Código do ícone de check do Font Awesome */
	font-family: "Font Awesome 5 Free"; /* Família de fontes do ícone */
	font-weight: 900; /* Peso da fonte para ícones sólidos */
	margin-right: 10px; /* Espaçamento entre o ícone e o texto */
	background-color: transparent;
	color: var(--verde);
	margin-right: 10px;
}
.segunda-sessao-dois{
	padding-top: 40px;
}
.segunda-sessao-dois p{
	margin-top: 60px;
}
.terceira-sessao p{
	text-align: left;
}
.terceira-sessao h2{
	font-size: 30px;
	font-weight: 300;
	color: white;
}
.terceira-sessao h2 span{
	display: block;
	font-weight: 600;
}

.quarta-sessao{
	padding: 100px 0;
	/* background-image: url('./images/home/fundo-nossa.jpg'); */
	/* background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    background-position: center; */
}
.quarta-sessao h2{
	color: white;
	text-align: center;
	font-size: 30px;
	margin-bottom: 60px;
	font-weight: 400;
}
.quarta-sessao li{
	color: white;
	font-size: 20px;
	padding: 10px 0;
	margin-left: 10px;
	font-weight: 600;
	
}
.quarta-sessao li::before {
	color: white;
}
.quarta-sessao li strong{
	font-weight: 700px!important;
	font-size: 25px;
	margin-left: 10px;
}
.quarta-sessao pre{
	color: white;
	font-family: 'Montserrat', sans-serif;
	margin-left: 80px;
	font-weight: 300;
}


.solo{
	grid-template-columns: 1fr;
}
.imagens-mobile{display: none;}
/* MOBILE */
.menu-button,
.menu-mobile,
.mobile{
	display: none;
}
.desktop{
	display: block;
}
@media screen and (max-width:900px){
	.grid-conheca,
	.grid-mobile,
	.grid-dois,
	footer .menu,
	.grid-banner-home,
	.grid-tres,
	.grid-quatro{
		grid-template-columns: 1fr;
	}
	.menu-button,
	.mobile{
		display: block;
	}
	.grid-banner-home{
		gap: 60px;
	}
	.desktop{
		display: none;
	}
	.grid-conheca img{
		width: 80%;
		margin: 0 auto;
	}
	.grid-menu{
		grid-template-columns: 1fr 1fr;
		padding: 20px 40px!important;
	}
	.menu-mobile{
		/* display: none; */
		position: absolute;
		background: rgba(42, 42, 42, 0.9);
		width: 100%;
		top: 0;
		display: grid;
    	align-items: center;
		justify-items: center;
		height: 0;
		z-index: 9;
		top: 0;
		overflow-x: hidden;
		transition: 1.5s;
	}
	.menu-mobile a{
		color: white;
	}
	.menu-mobile .links-mobile{
		display: grid;
		gap: 40px;
		justify-items: center;
		padding-top: 100px;
	}
	.menu-mobile .icones{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}
	.quarta-sessao, .nossa, .parallax{
		background-image: url('./images/home/fundo-nossa-mobile.webp');
	}
	.logo{
		height: 32px;
	}
	.menu-mobile .icones a{
		font-size: 30px;
	}
	.whatsapp{
		bottom: 20px;
		padding: 10px;
	}
	.whatsapp i{
		width: fit-content;
	}
	#fechar{
		display: none;
	}
	.menu-button{
		text-align: right;
		text-align: -webkit-right;
	}
	.menu-button img{
		font-size: 30px;
		color: white;
		position: relative;
		z-index: 99;
	}
	form .grid-dois{
		height: fit-content!important;
		gap: 0;
	}
	footer .icones{
		justify-self: center;
	}
	h1{
		font-size: 30px!important;
	}
	h3,
	.transformamos p,
	.quarta-sessao h2 p,
	h2{
		font-size: 22px!important;
		text-align: center;
	}
	li,
	p{
		font-size: 16px!important;
	}
	.banner{
		background-image: url('./images/bg_mobile.webp');
	}
	.lista{
		padding-top: 20px;
		padding-left: 20px;
	}
	.texto-banner{
		order: 2;
	}
	.imagens-mobile{
		display: block;
	}
	.imagens-mobile img{
		width: 100%;
	}
	.banner h1{
		font-size: 35px!important;
	}
	.imagens-banner,
	.img-servicos-flutuante,
	header .menu{
		display: none;
	}

	.banner{
		padding: 0 20px;
		/* height: fit-content;	*/
	} 
	html{
		overflow-x: hidden;
	}
	.contato input[type="text"], .contato input[type="email"], textarea{
		width: 87%;
	}
	.stop-rolagem {
		overflow: hidden;
	}
	footer .grid-tres,
	.single-servico .grid-quatro{
		justify-items: center;
		text-align-last: center!important;

	}
	.lista-servicos h3{
		text-align: center;
	}
	.top{
		bottom: 12px;
		top: auto;
	}
	.whatsapp i{
		font-size: 30px;
		width: 30px;
	}
	footer{
		padding: 50px  0 100px ;
	}
	.top img{
		width: 70px;
	}
	.conheca a{
		display: block;
		margin: 0 auto;
		width: fit-content;
	}
	.transformamos img{
		width: 24px;
		height: 24px;
	}
	.final-primeira{
		right: 40px;
		top: 100px;
	}
	.aspas-primeira{
		left: 20px;
		top: -40px;
	}
	footer .menu{
		justify-items: center;
	}
	.quarta-sessao pre{
		white-space: break-spaces!important;
		margin-left: 0;
	}

	/* AJUSTES DEPOIS */

	.grid-conheca{
		grid-template-columns: 1fr;
	}
	.grid-mobile .coluna:nth-child(2){
		order: 2;
	}
	.grid-conheca .coluna:nth-child(1) {
		order: 2;
	}
	.conheca{
		padding: 50px 0;
	}
	.mobile{
		padding: 40px 0 30px ;
	}
}

