

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

/* GERAL */
* {
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;	
	font-family: "Quicksand", sans-serif;
	scroll-behavior: smooth;
}

html {
  font-size: var(--base-font-size);
  transition: font-size 0.3s ease;
}

:root {
      --base-font-size: 1rem;
}

.grayscale {
  filter: grayscale(1);
}


.invert-colors {
  filter: invert(1);
}


.highlight-links a,
.highlight-links button,
.highlight-links [role="button"] {
  background-color: yellow;
  color: black !important;
  text-decoration: underline !important;
  font-weight: bold;
}

.acessibilidade-dropdown {
  position: relative;
  display: inline-block;
}

.acessibilidade-btn {
  border:none;
  background-color: transparent;
  color: #171111;
  padding: 0px 0px;
  font-size: 13px;
  border: none;
  cursor: pointer;
}

.acessibilidade-btn:hover {
  opacity: 0.75;
 text-decoration: none;
}

.acessibilidade-btn:focus {
  outline: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  z-index: 5;
  text-align: left;
}

.dropdown-content button {
  background: none;
  border:none;
  color: #171111;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%
}

.dropdown-content button:hover {
  background-color: #f0f0f0;
}



body {
	margin: 0;
	padding: 0;	
	font-size: 1em;
	font-weight: 400;
}

h1 {
	font-size: 4.5em;
	letter-spacing: -0.9px;
}

h2 {
	font-size: 3.375em;
	letter-spacing: -0.8px;
}

h3 {
	font-size: 2.45em
	letter-spacing: -0.5px;
}

h4 {
	font-size: 2.25em;
	letter-spacing: -0.2px;
}

h5 {
	font-size: 1.75em;
}

h6 {
	font-size: 1.25em;
	font-weight:bold;
}

p {
	font-size: 1.125em;
	letter-spacing: 0px;
}

input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 0 0 0;
    outline: 0;

}

.links-hover {
	transition: 0.3s;

}

.links-hover:hover {
	opacity: 0.7;
}

.vinheta-interna {
	/*background-image: linear-gradient(to bottom, #f9f9f9, #fff);*/
	padding: 15px 0px;
	z-index: 9;
}

.vinheta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
  text-align: center;
}

.vinheta-container h2 {
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
}

.linha {
  flex-grow: 1;
  height: 1px;
  background-color: #BFA23B;
  min-width: 40px;
  max-width: 200px;
}

.vinheta-texto {
	margin-top: -15px;
	padding-bottom: 20px;

}

.btn-default-1 {
	border: 2px solid #BFA23B;
	border-radius: 40px;
	background-color: #BFA23B;
	padding: 4px 25px;
	text-align: center;
	color: #171111;
	font-size: 1em;
	font-weight: 700;
	margin-right: 0px;
	transition: 0.3s;
}


.btn-default-1:hover {
	border: 2px solid #fff;
	background-color: #fff;
	color: #171111;
	text-decoration: none;
}

.thumbnail {
	border-radius: 10px;
	width:100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.versao-desktop {
	display: block;
}

.versao-mobile {
	display: none;
}

.barra-topo-desktop {
	display: block;
	background-color: #E4D39E;
	padding: 7px 0px;
	color: #171111;
	font-size: 0.8125em;
}

.barra-topo-desktop a {	
	text-decoration: none;
}

.barra-topo-desktop a i {	
	color: #171111;
	font-size: 0.8125em;
	margin-left: 10px;
	text-decoration: none;
	transition: 0.3s;
}

.barra-topo-desktop a i:hover {	
	opacity: 0.75;
	text-decoration: none;
}

.barra-topo-mobile {
	display: none;
}


.header {
	transition: 0.4s;
	background-color: #fff;
	padding: 12px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	z-index: 999;
}

.header-fixo {

}

.header-desktop {
	display: block;
}

.header-tablet {
	display: none;
}

.header-mobile {
	display: none;
}

.header-desktop-logo {	
	height: 60px;	
}

.header-btn-zap {
	border: 2px solid #BFA23B;
	border-radius: 40px;
	background-color: #BFA23B;
	padding: 4px 25px;
	text-align: center;
	color: #fff;
	font-size: 0.8125em;
	font-weight: 700;
	margin-left: 25px;
	margin-right: 0px;
	transition: 0.3s;
	margin-top: 5px;
}


.header-btn-zap:hover {
	border: 2px solid #BFA23B;
	background-color: #fff;
	color: #BFA23B;
	text-decoration: none;
}

.header-icons-social i {
	color: #b40606;
	font-size: 1;.25em;
	transition: 0.3s;
	margin-left: 12px;
}

.header-icons-social i:hover {
	color: #033141;
}


/* BANNER DESKTOP */
.banner-home-mobile {
	display: none;
}

.banner-home {
	display: block;
	background-color: #f1f1f1;
	background-image: url(https://brunoteno.com.br/wp-content/uploads/2025/05/banner-home-3-6.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 560px;
	position: relative;
	z-index: 1;
}

.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(30, 3, 3, 0.30);
}

.banner-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.banner-content h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 3.4em;
	font-weight: 800;
	color: #171111;
	letter-spacing: -2px;
	text-transform: uppercase;
}

.banner-content h6 {
	font-family: "Quicksand", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: #BFA23B;
	letter-spacing: -0.9px;
	text-transform: uppercase;
}

.banner-content p {
	font-family: font-family: "Quicksand", sans-serif;
	font-size: 1em;
	color: #171111;
	font-weight: 400;
	letter-spacing: -0.5px;
}


.banner-btn {
	padding: 8px 20px;
	border-radius: 40px;
	color: #DEC670;
	background-color: #171111;
	border: none;
	font-size: 1em;
	font-weight: bold;
	transition: 0.3s;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-top: 10px;
}

.banner-btn:hover {
	text-decoration: none;
	color: #171111;
	background-color: #DEC670;
}

.btn-default-depoimentos {
	padding: 5px 15px;
	border-radius: 40px;
	color: #DEC670;
	background-color: #171111;
	border: none;
	font-size: 0.9em;
	font-weight: bold;
	transition: 0.3s;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-top: 15px;
}

.btn-default-depoimentos:hover {
	text-decoration: none;
	color: #171111;
	background-color: #DEC670;
}

.slick-prev:before,
.slick-next:before {
  color: #171111 !important;
  font-size: 30px;
}


.especialidades {
	padding: 40px 0px;
	background-image: linear-gradient(to top, #f1f1f1, #fff);
}

.especialidades h3 {
	font-family: "Montserrat", sans-serif;
	color: #BFA23B;
	font-weight: 800;
	letter-spacing: -1.8px;
	text-transform: uppercase;
}

.especialidades h6 {
	font-family: "Montserrat", sans-serif;
	color: #171111;
	font-weight: 300;
	letter-spacing: -0.5px;
}

.especialidades p {
	font-size: 1.3em;
	color: #171111;
	letter-spacing: -0.3px;
}

.especialidade-item {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	border-radius: 0px;
	margin: 0px 15px;
	background-color: #fff;
}

.especialidade-item-thumbnail {
	background-color: #333;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 200px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.especialidade-item-content {
	padding: 10px 15px 5px 15px;
}

.especialidade-item-content h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2em;
	color: #BFA23B;
	font-weight: 700;
	letter-spacing: -0.5px;	
}

.especialidade-item-content p {
	font-size: 1em;
	color: #444;
	font-weight: 400;	
}

.especialidade-item-topicos {
	padding: 10px 0px;
}

.especialidade-item-topicos i {
	font-size: 2.625em;
	color: #C4B284;
	margin-bottom: 10px;
}

.especialidade-item-topicos h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2em;
	color: #BFA23B;
	font-weight: 600;
	letter-spacing: -0.5px;	
}

.especialidade-item-topicos p {
	font-size: 1em;
	color: #444;
	font-weight: 400;	

}

/* SOBRE */

.sobre {
	background-color: #171111;
	min-height: clamp(500px, 80vh, 700px);
}

.sobre h3 {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1.5em, 2.0em, 3.0em);
	color: #BFA23B;
	font-weight: 800;
	letter-spacing: -0.5px;	
	text-transform: uppercase;;
}

.sobre h5 {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1.1em, 1.2em, 2em);
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.5px;	
}

.sobre p {
	font-size: clamp(0.86em, 0.95em, 1.2em);
	color: #fff;
	font-weight: 400;	
}

.sobre-interna {
	padding: 0px 0px 30px 0px;
}

.sobre-interna h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5em;
	color: #BFA23B;
	font-weight: 800;
	letter-spacing: -0.5px;	
}

.sobre-interna p {
	font-size: 1.1em;
	text-align: justify;
}

/* CONVENIOS */

.convenios {
	padding: 40px 0px;
}

.convenios h3 {
	font-family: "Montserrat", sans-serif;
	color: #BFA23B;
	font-weight: 800;
	letter-spacing: -1.8px;
	text-transform: uppercase;
}

.convenios h6 {
	font-family: "Montserrat", sans-serif;
	color: #171111;
	font-weight: 300;
	letter-spacing: -0.5px;
}

.convenios p {
	font-size: 1.3em;
	color: #171111;
	letter-spacing: -0.3px;
}

.convenios-item-logo {
	border-radius: 15px;
	margin: 10px 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.convenios-item {
	border-radius: 15px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	width: 100%;
}

/* NOTICIAS */

.noticias {
	padding: 40px 0px;
}

.noticias h3 {
	font-family: "Montserrat", sans-serif;
	color: #BFA23B;
	font-weight: 800;
	letter-spacing: -1.8px;
	text-transform: uppercase;
}

.noticias h6 {
	font-family: "Montserrat", sans-serif;
	color: #171111;
	font-weight: 300;
	letter-spacing: -0.5px;
}

.noticias p {
	font-size: 1.3em;
	color: #171111;
	letter-spacing: -0.3px;
}

.noticia-item {
	padding: 0px 0px 0px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin: 20px 0px;
	height: 350px;
	background-color: #fff;
}

.noticia-item-content {
	padding: 15px 12px 15px 12px;
	background-color: #fff;
}

.noticia-item-content h6 {
	font-size: 18px;
	font-weight: 600;
	color: #06404c;
	line-height: 22px;
	letter-spacing: -.5px;
	text-transform: none;
}

.noticia-item-content p {
	font-size: 13px;
	font-weight: 400;
	color: #666;
}

.noticia-item-content button {
	background-color: #fff;
	padding: 4px 12px;
	color: #555;
	text-align: center;
	transition: 0.3s;
	font-weight: 600;
	font-size: 11px;
	margin-top: 5px;
	border:1px solid #555;
	border-radius: 35px;
}

.noticia-item-content button:hover {
	text-decoration: none;
	background-color: #555;
	color: #fff;
}

.noticia-item-content-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #666;
}


/* DEPOIMENTOS */

.depoimentos{
	padding: 40px 0px;
	background-color: #F5ECCE;
}

.depoimentos h3 {
	font-family: "Montserrat", sans-serif;
	color: #BFA23B;
	font-weight: 800;
	letter-spacing: -1.8px;
	text-transform: uppercase;
}

.depoimentos h6 {
	font-family: "Montserrat", sans-serif;
	color: #171111;
	font-weight: 300;
	letter-spacing: -0.5px;
}

.depoimentos p {
	font-size: 1.3em;
	color: #171111;
	letter-spacing: -0.3px;
}


/* INSTAGRAM */

.instagram{
	padding: 40px 0px 0px 0px;
	background-color: #f9f9f9;
}

.instagram h3 {
	font-family: "Montserrat", sans-serif;
	color: #171111;
	font-weight: 800;
	letter-spacing: -1.8px;
}

.instagram h6 {
	font-family: "Montserrat", sans-serif;
	color: #171111;
	font-weight: 300;
	letter-spacing: -0.5px;
}

.instagram p {
	font-size: 1.3em;
	color: #171111;
	letter-spacing: -0.3px;
}

/* CONTATO */

.contato {
	padding: 30px 0px 40px 0px;
	background-image: linear-gradient(to bottom, #f1f1f1, #fff);
}

.contato h3 {
	font-family: "Montserrat", sans-serif;
	color: #BFA23B;
	font-weight: 800;
	letter-spacing: -1.8px;
	text-transform: uppercase;
}

.contato h5 {
	font-family: "Montserrat", sans-serif;
	color: #171111;
	font-weight: 800;
	letter-spacing: -0.5px;
	font-size: 1.2em;
}

.contato h6 {
	font-size: 1.1em;
	color: #171111;
	letter-spacing: -0.3px;
	margin-top: -10px;
}

.contato p {
	font-size: 0.875;
	color: #171111;
	letter-spacing: -0.3px;
	margin-top: -10px;
}

.contato-icon i {
	font-size: 1.8em;
	color: #BFA23B;
	margin-bottom: 10px;
}

.contato-btn {
	padding: 8px 20px;
	border-radius: 40px;
	color: #DEC670;
	background-color: #171111;
	border: none;
	font-size: 1em;
	font-weight: bold;
	transition: 0.3s;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.contato-btn:hover {
	text-decoration: none;
	color: #171111;
	background-color: #DEC670;
}

/* FOOTER */

footer {
	background-color: #000000;
	/*background-image: linear-gradient(to top, #000, #430000);*/
	color: #fff;
	font-size: 	0.9375em;
	padding: 45px 0px 30px 0px;
	border-top: none;
	margin-top: 0px;
	width: 100%;
}

footer h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5em;
	color:#BFA23B;
}

footer i {
	margin-bottom: 10px;
}


footer p {
	color: #fff;
	font-size: 0.9375em;
	margin-bottom: 10px;
}

footer ul {
	margin-left: -30px;
}

footer ul li {
	list-style: none;
}


footer ul li {
	color: #fff;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 22px;
}

footer ul li a {
	color: #fff;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: none;	
	opacity: 0.5;
}

.footer-btn-zap {
	border: 1px solid #96C12B;
	border-radius: 5px;
	background-color: #96C12B;
	padding: 6px 10px;
	text-align: center;
	color: #fff;
	font-size: 0.9375em;
	font-weight: 700;
	transition: 0.3s;
}

.footer-btn-zap:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: #033141;
	text-decoration: none;
}

footer .qr-code {
	width: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	margin: 10px 0px;
	

}

.logo-footer {
	width: 200px;
}

.footer-align-left {
	text-align: left;
}

.footer-align-right {
	text-align: right;
}

.footer-align-logo {
	text-align: right;
}


.footer-icon {
	background-color: #bd9a40;
	color: #2f2b24;
	font-size: 1.6em;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 15px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 1px;
	float: left;

}



@media screen and (max-width: 1080px) {

	.header-desktop {
		display: none;
	}

	.header-tablet {
		display: block;
		padding: 10px 0px;
		background-color: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	}

	.header-tablet-logo {
		width: 150px;
	}
	
	

}





@media screen and (max-width: 992px) {

	h1 {
		font-family: "Quicksand", sans-serif;
		font-size: 50px;
		letter-spacing: -1.1px;
		font-weight: 900;
	}

	h2 {
		font-family: "Quicksand", sans-serif;
		font-size: 42px;
		letter-spacing: -0.7px;
		font-weight: 900;
	}

	h3 {
		font-family: "Quicksand", sans-serif;
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-family: "Quicksand", sans-serif;
		font-size: 32px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-family: "Quicksand", sans-serif;
		font-size: 28px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-family: "Quicksand", sans-serif;
		font-size: 20px;
		line-height: 24px
		font-weight:bold;
	}

	p {
		font-family: "Quicksand", sans-serif;
		font-size: 14px;
		letter-spacing: 0px;
	}

	.section-padding {
		padding: 45px 20px;
	}

	.section-internas {
		padding: 45px 20px;
	}

	.section-internas h3 {
		text-align: center;
		font-size: 28px;
	}

	.section-internas p {
		font-size: 14px;
	}



	/* HEADER */

	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;
	}


	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;		
		background-image: linear-gradient(to right, #fff, #eee);
		overflow-x: hidden;
		transition: 0.3s;
		padding-top: 70px;
		z-index: 999;
		box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	}

	.sidenav .menuMobile {
		padding-left: 32px;
	}


	.sidenav .menuMobile nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sidenav .menuMobile nav ul li {
		padding: 0;
	}

	.sidenav .menuMobile a {
		padding: 5px 0px;
		text-decoration: none;
		font-size: 16px;
		color: #171111;
		display: block;
		transition: 0.3s;
		font-weight: 700;
	}

	.sidenav .menuMobile a:hover {
		color: #BFA23B;
		text-decoration: none;
	}

	.sidenav .redes-sociais a {
		text-decoration: none;
		font-size: 24px;
		color: #BFA23B;
		margin-right: 20px;
		transition: 0.3s;
		display: inline;
	}

	.sidenav .redes-sociais a:hover {
		color: #171111;
		text-decoration: none;
	}

	.sidenav .closebtn a {
		margin-top: 10px;
		position: absolute;
		top: 0;
		left: 0px;
		font-size: 28px;
		margin-left: 30px;
		color: #221f39;
		transition: 0.3s;
		text-decoration: none;
	}

	.sidenav .closebtn a:hover {		
		color: #96C12B;
		text-decoration: none;
	}

	.open-menu-btn {
		border: none;
		background-color: transparent;
		color: #221f39;
		font-size: 36px;
		margin-right: 5px;
		margin-top: -5px;
	}

	.header-mobile-logo {
		width: 275px;
		padding-top: 5px;
	}

	.header-btn-zap {
		width: 90%;
		font-size: 14px;
		font-weight: 600;
		margin-left: 0px;
		margin-right: 10px;
	}


	.footer-align {
		text-align: center;
	}

	.footer-align-logo {
		text-align: center;
		margin-top: 50px;
	}

}


@media screen and (max-width: 768px) {

	.versao-desktop {
		display: none;
	}

	.versao-mobile {
		display: block;
	}


	.section-padding {
		padding: 40px 20px;
	}

	.section-padding h2 {
		font-size: 32px;
		letter-spacing: -1.5px;
	}

	.section-padding h6 {
		font-size: 18px;
	}


	.header-desktop {
		display: none;
	}

	/* FOOTER */

	footer {
		padding: 50px 20px;
	}

	footer p {
		margin-bottom: 40px;
	}

}

@media screen and (max-width: 575px) {

	h1 {
		font-size: 42px;
		letter-spacing: -0.9px;
	}

	h2 {
		font-size: 36px;
		letter-spacing: -0.5px;
	}

	h3 {
		font-size: 28px;
		letter-spacing: -0.5px;
	}

	h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}

	h5 {
		font-size: 20px;
		letter-spacing: -0.3px;
	}

	h6 {
		font-size: 18px;
	}

	p {
		font-size: 13px;
	}

	.vinheta-container {
	  gap: 2rem;
	  margin: 1rem 0;
	}

	.vinheta-container h2 {
	  font-size: 1.2rem;
	}

	.linha {
	  flex-grow: 1;
	  height: 1px;
	  background-color: #BFA23B;
	  min-width: 30px;
	}

	.vinheta-texto p {
		font-size: 1em;

	}

	.vinheta-texto {
		margin-top: -10px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;

	}

	.section-padding {
		padding: 30px 0px;
	}

	.section-padding h3 {
		font-size: 28px;
	}

	.convenios-item-logo {
		border-radius: 15px;
		margin: 10px 10px;
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.10);
	}

	.section-padding p {
		font-size: 14px;
		font-weight: 400;
		color: #444;
		letter-spacing: -0.3px;
	}

	.barra-topo-desktop {
		display: none;
		
	}

	.barra-topo-mobile {
		display: block;
		background-color: #E4D39E;
		padding: 7px 0px;
		color: #171111;
		font-size: 0.8125em;
	}

	.barra-topo-mobile a {	
		text-decoration: none;
	}

	.barra-topo-mobile a i {	
		color: #171111;
		font-size: 0.9em;
		margin-left: 10px;
		text-decoration: none;
		transition: 0.3s;
	}

	.barra-topo-mobile a i:hover {	
		opacity: 0.75;
		text-decoration: none;
	}

	.barra-topo-mobile button {
		background: transparent;
		border:none;
		color: #171111;
		font-size: 0.9em;
		margin-left: 10px;
		text-decoration: none;
		transition: 0.3s;
	}

	.header {
		padding: 5px 0px 8px 0px;
	}

	.header-mobile-logo {
		width: 150px;
	}
	
	/* BANNER */

	.banner-home {
		display: none;
	}

	.banner-home-mobile {
		display: block;
		background-color: #f1f1f1;
		background-image: url(https://brunoteno.com.br/wp-content/uploads/2025/05/banner-home-mobile-3.webp);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 420px;
		position: relative;
		z-index: 1;
		padding: 20px 0px 0px 0px;
	}

	
	.banner-content-mobile {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.banner-content-mobile h3 {
		font-family: "Montserrat", sans-serif;
		font-size: 1.8em;
		font-weight: 800;
		color: #171111;
		letter-spacing: -1px;
	}

	.banner-content-mobile h6 {
		font-family: "Quicksand", sans-serif;
		font-size: 0.9em;
		font-weight: 700;
		color: #BFA23B;
		letter-spacing: -0.4px;
		text-transform: uppercase;
	}

	.banner-content-mobile p {
		font-family: font-family: "Quicksand", sans-serif;
		font-size: 0.65em;
		color: #171111;
		font-weight: 500;
		letter-spacing: -0.2px;
		padding-left: 5px;
	}

	.banner-btn-mobile {
		padding: 4px 12px;
		border-radius: 40px;
		color: #DEC670;
		background-color: #171111;
		border: none;
		font-size: 0.700em;
		font-weight: bold;
		transition: 0.3s;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
		margin-left: 5px;
	}

	.banner-btn-mobile:hover {
		text-decoration: none;
		color: #171111;
		background-color: #DEC670;
	}

	/* SOBRE */

	.sobre {
		background-color: #171111;
	}

	.sobre h3 {
		font-family: "Montserrat", sans-serif;
		font-size: 1.5em;
	}

	.sobre h5 {
		font-family: "Montserrat", sans-serif;
		font-size: 1.2em;
		color: #fff;
		font-weight: 500;
		letter-spacing: -0.5px;	
	}

	.sobre p {
		font-size: 0.875em;
		color: #fff;
		font-weight: 400;	
	}

	.sobre-interna {
		padding: 0px 0px 30px 0px;
	}
	.sobre-interna {
		padding: 0px 0px 0px 0px;
	}

	.sobre-interna h5 {
		font-family: "Montserrat", sans-serif;
		font-size: 1.2em;
		color: #BFA23B;
		font-weight: 800;
		letter-spacing: -0.5px;	
	}

	.sobre-interna p {
		font-size: 0.875em;
		text-align: justify;
	}	

	/* DEPOIMENTOS */

	.depoimentos{
		padding: 30px 0px 0px 0px;
	}

	.depoimentos h3 {
		letter-spacing: -1.2px;
	}

	.depoimentos h6 {
		font-family: "Montserrat", sans-serif;
		color: #171111;
		font-weight: 300;
		letter-spacing: -0.5px;
	}

	/* INSTAGRAM */

	.instagram{
		padding: 20px 0px 0px 0px;
		margin-top: -30px;
	}

	.instagram h3 {
		font-size: 1.0em;
		letter-spacing: -1.1px;
	}	

	/* CONTATO */

	.contato {
		padding: 30px 0px 20px 0px;
	}
	
	/* FOOTER */

	footer {
		/*background-color: #92b014;*/
		/*background-color: #033141;*/
		font-size: 14px;
		padding: 25px 0px 30px 0px;
		text-align: center;
	}

	footer h6 {
		font-size: 16px;
		color: #fff;
		margin-top: 30px;
	}

	footer i {
		margin-bottom: 10px;
	}


	footer p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 5px;
	}

	footer ul {
		margin-left: -30px;
	}

	footer ul li {
		list-style: none;
	}


	footer ul li {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
	}

	footer ul li a {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		text-decoration: none;
	}

	footer ul li a:hover {
		text-decoration: none;	
		opacity: 0.5;
	}

	.footer-btn-zap {
		padding: 10px 20px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	footer .qr-code {
		width: 100px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
		margin: 10px 0px;
	}

	.logo-footer {
		width: 250px;
	}

	.sobre-cidades {
		
		font-size: 13px;	}
	

}

@media screen and (max-width: 420px) {


	

	

}

