/*===================================Cores Gerais===================================/

Preto: black;
Branco: white;
Amarelo: #f0a830;

*/

/*===================================Fontes Gerais===================================/
Body - 16px
H1 - 32px
H2 - 
H3 - 
SPAN - 14px
P - 16px
A - 16px

*/

/*===================================Breakpoints Gerais===================================/

@media (min-width:320px) { smartphones, portrait iPhone, portrait 480x320 phones (Android) }
@media (min-width:480px) { smartphones, Android phones, landscape iPhone }
@media (min-width:600px) { portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) }
@media (min-width:801px) { tablet, landscape iPad, lo-res laptops ands desktops }
@media (min-width:1025px) { big landscape tablets, laptops, and desktops }
@media (min-width:1281px) { hi-res laptops and desktops }

/*

/*===================================Estilos Gerais===================================*/

::-webkit-scrollbar {
    background: #1a2432 ;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #a67f78;
    border-radius: 5px;
}

::-webkit-scrollbar:hover {
    width: 10px;
}

::selection{
  background: #a67f78;
  color: black;
}

:target {
  scroll-margin-top: 3em;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

html {
	scroll-behavior: smooth;
}

body, p, h1, ul, li, blockquote {
	padding: 0px;
	margin: 0px;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
	background: #1a2432 ;
	background-size: 100%;
	color: gray;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}

* {box-sizing:border-box;}

li {
	list-style: none;	
}

a {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
}

h1 {
	font-size: 2em;
}

h2 {
  font-size: 1.825em;
}

h3 {
	font-size: 1.250em;
}

span {
	font-size: 1em;
	color: #1a2432;
}

input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.textOn {
	color: #a67f78;
}

.col-wide {
	grid-column: 1 / -1;
}

.blackBg {
	background: #1a2432;
	padding: 50px 0;
}

.whiteBg {
	background: white;
	padding: 50px 0;
}

.titleSectionWhite {
	color: #434343;
	font-size: 2.5em;
	font-family: Poppins Semibold;
	margin-bottom: 50px;
	text-align: center;
	padding: 0 30px;
}

.titleSectionBlack {
	color: white;
	font-size: 2.5em;
	font-family: Poppins Semibold;
	margin-bottom: 50px;
	text-align: center;
	padding: 0 30px;
}

.subTitleSectionBlack {
	font-size: 2em;
	color: white;
}

.show {
	left: 0;
}

.ofyHiden {
	overflow-y: hidden;
}

.poppinsRegular, h3, p {
	font-family: "Poppins Regular";
}

.poppinsBold, h1 {
	font-family: "Poppins Bold";
}

.poppinsSemibold, a, label, input{
	font-family: "Poppins Semibold";
}

.poppinsLight {
	font-family: "Poppins Light"; 
}

/*===================================Estilos Capa===================================*/

.contentHome {
	width: 100%;
	height: 100%;
}

.divCapaInicio {
	background: url(../galeria/imgInicio.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	width: 100%;
}

.divContentCapa {
	max-width: 1310px;
	padding: 300px 30px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.contentCapa {
	max-width: 450px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.divTextCapa > p + p {
	margin-top: 15px;
}

.titleCapa {
	font-size: 2.5em;
	color: white;
}

.divLineCapa {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 30px 0;
}

.lineCapa {
	background: #a67f78;
	width: 100px;
	height: 5px;
}

.divBotaoServicosCapa {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.botaoServicosCapa {
	background: #e1dcd9;
	max-width: 200px;
	width: auto;
	height: auto;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	color: black;
}

.botaoServicosCapa:hover {
	transform: scale(1.1);
	color: white;
}

/*===================================Estilos Quem Somos===================================*/

.contentDivQuemSomos {
	max-width: 850px;
	padding: 0 50px;
	margin: 0 auto;
	color: #434343;
}

.contentDivQuemSomos > p + p {
	margin-top: 20px;
}

/*===================================Estilos Diferenciais===================================*/

.listaDiferenciais {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.divDiferenciais {
	width: 100%;
	height: 100%;
}

.listaDiferenciais {
	max-width: 1310px;
	padding: 0 30px;
	margin: 0 auto;
 	display: flex;
 	flex-wrap: wrap;
	justify-content: space-between;
}

.diferencial {
	max-width: 400px;
	width: 100%;
	margin-bottom: 20px;
	height: 350px;
	padding: 30px 10px;
	background: #1a2432;
}

.diferencial h3 {
	color: #e1dcd9;
}

.diferencial img {
	max-width: 150px;
	margin: 0 auto;
	padding: 30px;
}

.diferencial:hover img {
	width: 150px;
	padding: 20px;
	transition: 0.5s;
}

/*===================================Estilos Soluções===================================*/

.divSolucoes > div + div {
	margin-top: 50px;
}

.solucaoServico {
	max-width: 1310px;
	padding: 0 30px;
	width: 100%;
	margin: 50px auto 0 auto;
	display: flex;
	flex-wrap: nowrap;
}

.textSolucaoServico {
	width: 55%;
	margin-top: 80px;
	text-align: left;
}

.textSolucaoServico > p {
	margin-bottom: 20px;
}

.textSolucaoServico > p > a {
	color: darkgray;
}

.textSolucaoServico > p > a:hover {
	color: #a67f78;
}

.divImgServico {
	width: 500px;
	padding: 0;
}

#imgSite {
	background: url(../galeria/responsividade.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

#imgLandingPage {
	background: url(../galeria/landingPage.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

#imgSocialMedia {
	background: url(../galeria/socialMedia.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

#imgIdVisual {
	background: url(../galeria/idVisual.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

.botaoServico {
	background: #a67f78;
	max-width: 250px;
	width: auto;
	height: auto;
	border-radius: 5px;
	padding: 5px 0px;
	text-align: center;
	color: black;
}

.linkBotaoServico:hover > .botaoServico {
	transform: scale(1.1);
	color: white;
}

/*===================================Estilos Contato===================================*/

.contentContato {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"tituloContato"
		"divContato"
	;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 50px;
	width: 100%;
}

.divContato {
	grid-area: divContato;
	display: grid;
	grid-template-columns: 1fr 1fr;	
	grid-template-areas:
		"textoContato formContato"
	;
	max-width: 1310px;
	padding: 0 30px;
	margin: 0 auto;
}

.divTextoContato {
	grid-area: textoContato;
	padding: 10px 50px 10px 0;
}

.title {
	font-family: "Poppins Semibold";
	color: #a67f78;
}

.subtitle {
    font-family: "Poppins Semibold";
    color: white;
}

.text {
    font-family: "Poppins Light";
}

.textoContato p + p {
	margin-top: 20px;
}

.linkTextoContato:hover {
	color: #a67f78;
}

.divFormContato {
	grid-area: formContato;
	text-align: left;
	margin-left: 20px; 
}

.divFormContato ul li {
	padding-bottom: 10px;
}

.divFormContato ul ul {
	display: flex;
	flex-wrap: nowrap;
}

.divFormContato ul ul li {
	width: 100%;
}

.divFormContato ul ul li input{
	margin-top: 10px;
}

.divFormContato input, textarea{
	border-radius: 25px;
	border: none;
	color: white;
	background: rgba(255, 255, 255, 0.1);
	padding-left: 10px;
	height: 40px;
}

.divFormContato label {
	margin-left: 5px;
}

#campoNomeContato, #campoAssuntoContato, #campoMensagemContato {
	width: 100%;
}

#campoTelefoneContato {
	width: 95%;
}

#campoEmailContato { 
	width: 100%;
}

#campoMensagemContato {
	height: 80px;
	resize: none
}

#submit {
	width: 40%;
	float: right;
	background: #a67f78;
	color: black;
  	cursor: pointer;
  	height: 40px;
}

#submit:hover {
	transform: scale(1.1);
	color: white;	
}
/*===================================Carrosel clientes===================================*/
.carousel {
    width: 100%;
    overflow: hidden;
}

.listaClientes {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.listaClientes img {
    /* Ajuste conforme necessário para controlar o tamanho das imagens */
    width: 100px;
    height: auto;
    /* Ajuste conforme necessário para fornecer espaçamento entre as imagens */
    margin: 0 50px;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-200px * 5 - 100px * 10)); }
}







/*===================================Responsividade===================================*/

@media (max-width: 1260px) { 
	.listaDiferenciais {
		justify-content: space-around;
	}

	.divFormContato ul ul {
		display: block
	}

	#campoTelefoneContato {
		width: 100%;
	}
}

@media (max-width: 1024px) {
}

@media(max-width: 900px) {
	.divContato {
		grid-template-columns: 1fr;	
		grid-template-rows: auto auto;	
		grid-template-areas:
			"textoContato"
			"formContato"
		;
	}

	.divFormContato {
		margin-left: 0px;
	}
}

@media(max-width: 801px) {
	.textSolucaoServico {
		width: 100%;
	}

	.solucaoServico {
		flex-wrap: wrap;
	}
}

/*===================================Fontes Gerais===================================*/

@font-face{
    font-family: Poppins Regular;

    /*Caso a fonte esteja na mesma pasta*/
    src: url("../fontes/Poppins/Poppins-Regular.ttf");
}

@font-face{
	font-family: Poppins Bold;

    src: url("../fontes/Poppins/Poppins-Bold.ttf");
}

@font-face{
	font-family: Poppins Semibold;

    src: url("../fontes/Poppins/Poppins-SemiBold.ttf");
}

@font-face{
	font-family: Poppins Light;

    src: url("../fontes/Poppins/Poppins-Light.ttf");
}