/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Configurações Gerais*/

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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #090909;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img { object-fit: cover; }

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

/*Fim Configurações Gerais*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Header*/

.header {
	align-items: center;
	background: #090909;
	display: flex;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    justify-content: space-around;
    letter-spacing: 3px;
    line-height: 100%;
    padding: 40px;
    text-transform: uppercase;
}

.header_logo {
	margin-right: auto;

}

.header_logo img {
	height: 41px;
	width: 122px;

}

.header_nav {
	padding: 0;
}

.header_nav_ul {
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
}

.header_nav_ul_li {
	margin: 0;
}

.header_nav_ul_li_link {
	color: #ffffff;
}

.header_nav_ul_li_link:hover {
	color: #e3e3e3;
}

.header_social {
	margin-left: auto;

}

.header_social_ul {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;

}

.header_social_ul_li {

}

.header_social_ul_li_link {
	display: block;
	justify-items: center;

}

.header_social_ul_li_link img {
	display: block;
	height: 85%;
	width: 85%;

}

/*Fim Header*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Menu Hamburguer*/

.menu_hamburguer {
	display: none;
	margin: 0;
	padding: 0;

}

.menu_hamburguer_link {
	margin: 0;
	padding: 0;

}

.menu_hamburguer_link i {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 40px;

}

.hamburguer_block {
	background: #1E1E1E;
	box-sizing: border-box;
	padding: 5px 40px;
	width: 100%;

}

.hamburguer_block_nav {

}

.hamburguer_block_nav_ul {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;

}

.hamburguer_block_nav_ul_li {

}

.hamburguer_block_nav_ul_li_link {
	color: #ffffff;
	display: block;
	padding: 5px;

}

.hamburguer_block_nav_ul_li_link:hover {
	background: #444444;
	color: #ffffff;
	text-decoration: none;
}

/*Fim Menu Hamburguer*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Footer*/

.footer {
	background: #090909;
	padding-top: 40px;

}

.footer_nav {
	display: flex;
	gap: 100px;
	justify-content: space-between;
	padding: 40px;

}

.footer_nav_ul1,
.footer_nav_ul2,
.footer_nav_ul3,
.footer_nav_ul4 {
	padding: 0;
	margin: 0;

}

.footer_nav_ul1 {

}

.footer_nav_ul1_li:nth-child(2) {
	margin: 30px 0;

}

.footer_nav_ul1_li_img {
	height: 41px;
	width: 122px;

}

.footer_nav_ul1_li_p {
	color: #ffffff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	opacity: 80%;


}

.footer_nav_ul2 {

}

.footer_nav_ul2_li {
	margin-bottom: 30px;

}

.footer_nav_ul2_li:last-child {
	margin-bottom: 0;
}

.footer_nav_ul2_li_link {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}

.footer_nav_ul3 {

}

.footer_nav_ul3_li {
	margin-bottom: 30px;

}

.footer_nav_ul3_li:last-child {
	margin-bottom: 0;
}

.footer_nav_ul3_li_link {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}

.footer_nav_ul4 {

}

.footer_nav_ul4_li {
	margin-bottom: 30px;

}

.footer_nav_ul4_li:last-child {
	margin-bottom: 0;
}

.footer_nav_ul4_li_link {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}

.footer_nav_ul4_li_link_block {
	display: flex;
	align-items: center;
}

.footer_nav_ul4_li_link_block img {
	margin: 0 10px 0 0;
}

.footer_nav_ul4_li_link_block p {
	margin: 0;
}

.footer_nav_ul2_li_link_weight,
.footer_nav_ul3_li_link_weight,
.footer_nav_ul4_li_link_weight {
	font-weight: 500;
}

.footer_information {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 10px 40px;

}

.footer_information p {
	color: #ffffff;
	font-weight: 400;
	font-size: 17px;
	opacity: 50%;
}

.footer_mobile_nav {
	display: none;
}

.footer_mobile_nav2 {
	display: none;
}

.footer_mobile_text {
	display: none;
}


/*Fim Footer*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Home*/

.home_banner {
	/*background: #090909;*/
	height: calc(115vh - 124px);
	margin-bottom: 80px;
	position: relative;
	width: 100%;

}

.home_banner_carrousel {
	background-size: 100% 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
}

.home_banner_carrousel img {
	height: 100%;
	width: 100%;
}

.carousel-inner {
	height: 90vh;
	width: 100%;
}

.carousel-item {
	height: 90vh;
	width: 100%;
}

.home_banner_carrousel_tittle {
	color: #ffffff;
	font-family: 'Sansation', sans-serif;
	font-weight: 400;
	font-size: 50px;
	left: 33%;
	letter-spacing: -1%;
	position: absolute;
	text-align: center;
	text-shadow: 3px 3px 5px #090909;
	text-transform: uppercase;
	top: 40%;
	z-index: 10;

}

.home_banner_carrousel_sombra {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #090909);
	bottom: 0;
	height: 330px;
	position: absolute;
	width: 100%;
}

.home_banner_carrousel_seta {
	left: 50%;
	position: absolute;
	top: 86%;
	z-index: 10;
	transform: translateX(-50%);
}

.home_banner_carrousel_seta img {

}

.home_banner_carrousel_whats {
	position: fixed;
	right: 30px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	z-index: 100;
}

.home_banner_carrousel_whats img {
	height: 50px;
	width: 50px;

}

.home_fachada {
	font-family: 'Montserrat', sans-serif;
	background: url('../images/fachada.webp') no-repeat right center;
  background-size: 76% 110%;
  margin: 80px 0;
}

.home_fachada_block {
	display: block;
	height: 100vh;
	padding: 40px;
	width: 100%;
}

.home_fachada_block .home_fachada_block_tittle,
.home_fachada_block .home_fachada_block_description {
	color: #ffffff;
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	text-transform: uppercase;

}

.home_fachada_block .home_fachada_block_tittle {
	margin-bottom: 15px;
}

.home_fachada_block .home_fachada_block_description {
	font-weight: 400;
	margin-bottom: 80px;
}

.home_fachada_block .home_fachada_block_text {
	color: #ffffff;
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 150px;
	width: 40%;

}

.home_fachada_block_ul {
	align-items: center;
	display: flex;
	gap: 40px;
	margin: 50px 0 0 0;
	padding: 0;

}

.home_fachada_block_ul_li {

}

.home_fachada_block_ul_li_link {
	background: #3A3A3A;
	border-radius: 6px;
	padding: 15px 30px;

}

.instagram,
.facebook,
.maps {
	transition: background 0.6s ease;
}

.maps:hover  {
	background: #198f51;
}

.facebook:hover  {
	background: #5551ff;
}

.instagram:hover  {
	background: linear-gradient(135deg, #405DE6, #5CBF73, #F56040);
}

.home_carrousel {
	height: 90vh;
	margin: 80px 0;
	width: 100%;

}

.home_carrousel_block {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;

}

.home_carrousel_block h1 {
	color: #ffffff;
	display: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
}

.home_catalogo {
	display: none;
	margin: 140px 0;
	text-align: center;
	width: 100%;

}

.home_catalogo_link {
	background: #D83A36;
	border-radius: 100px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 100%;
	padding: 40px;
	border: none;	
}

.home_catalogo_link:hover {
	color: #ffffff;
	text-decoration: none;
}

.home_advertising-container {
	width: 100%;
	height: 90vh;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_advertising-track {
	display: flex;
	transition: transform 0.6s ease-in-out;
	height: 100%;
}

.home_advertising-slide {
	flex: 0 0 calc(100% / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.4s ease, opacity 0.4s ease;
	height: 100%;
	opacity: 0.6;
	transform: scale(0.9);
}

.home_advertising-slide img {
	height: 90%;
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.home_advertising-slide.active {
	opacity: 1;
	transform: scale(1);
}

.home_advertising-arrow {
	position: absolute;
	top: 50%;
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
	transform: translateY(-50%);
	font-size: 3rem;
	color: white;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
	user-select: none;
}

.home_advertising-arrow.left span,
.home_advertising-arrow.right span {
    margin-top: -4px;
}

.home_advertising-arrow.left {
	left: 30%;
}

.home_advertising-arrow.right {
	right: 30%;
}

.home_depoiments {
	color: #ffffff;
	background: linear-gradient(to bottom, #090909 7%, #1E1E1E 50%, #09090B 75%);
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 100%;
	margin: 80px 0;
	text-align: center;
	text-transform: uppercase;

}

.home_depoiments h3 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 17.5%;

}

.home_depoiments h1 {
	font-size: 42px;
	margin-bottom: 60px;

}

.home_depoiments_geral {

}

.home_depoiments_geral_card {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	margin-bottom: 60px;

}

.home_depoiments_geral_card_block {
	font-family: 'Montserrat', sans-serif;;
	position: relative;
	width: 600px;

}

.home_depoiments_geral_card_block_image {
	display: block;
	height: 100%;
	width: 100%;
}

.home_depoiments_geral_card_block_photo {
	position: absolute;
	top: 0; left: 50%;
	width: 130px;
	z-index: 1;
	transform: translateX(-50%);
}

.home_depoiments_geral_card_block_tittle {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 90%;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	transform: translateX(-50%);
}

.home_depoiments_geral_card_block_subtittle {
	width: 90%;
	font-size: 18px;
	font-weight: 400;
	left: 50%;
	line-height: 100%;
	position: absolute;
	top: 35%;
	transform: translateX(-50%);
}

.home_depoiments_geral_card_block_p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding: 0 40px;
	position: absolute;
	top: 50%;
}

.home_depoiments_geral_card_block_stars {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.home_advertising {
	margin: 80px 0;

}

.home_advertising_carrousel {
	display: flex;
	height: 500px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.home_advertising_carrousel img {
	width: 33.3%;

}

.home_advertising_carrousel_tittle,
.home_advertising_carrousel_tittle:hover {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 200px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-weight: 400;
	font-family: 'Sansation', sans-serif;
	left: 50%;
    transform: translateX(-50%);
	line-height: 110%;
	padding: 1rem 3rem;
	position: absolute;
	text-align: center;
	text-shadow: 3px 3px 5px #090909;
	text-transform: uppercase;
	top: 35%;
	-webkit-backdrop-filter: blur(10px); /* Suporte para Safari */
}

.home_advertising_carrousel_tittle h1 {
	font-size: 45px;
}

.home_advertising_carrousel_tittle h1:last-child {
	font-size: 100px;
	font-style: italic;
}

.outlet_carrousel_track {
  display: flex;
  width: calc(100% * 6 / 3); /* 6 imagens mostradas 3 por vez */
  animation: outlet_scroll 18s linear infinite;
}

.outlet_carrousel_track img {
  width: calc(100% / 3);
  object-fit: cover;
}

@keyframes outlet_scroll {
  0% { transform: translateX(0); }
  16.66% { transform: translateX(-16.66%); }
  33.32% { transform: translateX(-33.32%); }
  49.98% { transform: translateX(-49.98%); }
  66.64% { transform: translateX(-66.64%); }
  83.3% { transform: translateX(-83.3%); }
  100% { transform: translateX(-100%); }
}

.home_ambient {
	margin: 80px 0;

}

.home_ambient_geral {
	color: #ffffff;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	justify-content: space-between;
	padding: 40px;

}

.home_ambient_geral_left {
	width: 40%;

}

.home_ambient_geral_left h3 {
	font-size: 18px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 18%;
	text-transform: uppercase;

}

.home_ambient_geral_left h2 {
	font-size: 42px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 18%;
	margin: 80px 0;

}

.home_ambient_geral_left p {
	font-size: 21px;
	font-weight: 300;
	line-height: 185%;
	letter-spacing: 0%;
	text-transform: uppercase;

}

.home_ambient_geral_right {
	margin-left: 100px;
	width: 60%;

}

.home_ambient_geral_right_img {
	position: relative;
}

.home_ambient_geral_right_img_link h2 {
	background: #3A3A3A;
	border-radius: 100px;
	color: #ffffff;
	left: 28%;
	padding: 15px 30px;
	position: absolute;
	top: 50%;
	transition: background 0.6s ease;
}

.home_ambient_geral_right_img_link h2:hover {
	background: #D83A36;
}

.home_ambient_geral_right_image {
	border-radius: 20px;
	height: 700px;
	width: 100%;

}

.home_ambient_geral_right_carrousel {
	display: flex;
	gap: 40px;
	height: 250px;
	justify-content: space-around;
	margin-top: 40px;
	width: 100%;

}

.home_ambient_geral_right_carrousel img {
	border-radius: 20px;
	/*display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 30%;
*/
}

.home_ambient_catalogo {
	display: none;
	position: absolute;
	text-align: center;
	width: 100%;

}

.home_ambient_catalogo_link {
	background: #D83A36;
	border-radius: 100px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 100%;
	padding: 40px;
	border: none;	
}

.home_ambient_catalogo_link:hover {
	color: #ffffff;
	text-decoration: none;
}

.carousel-multi {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-track {
	display: flex;
	height: 100%;
	transition: transform 2s ease-in-out; /* ← aqui está a velocidade */
	width: 100%;
}

.carousel-item-custom {
	flex: 0 0 33.3333%; /* 3 items por vez */
	box-sizing: border-box;
	padding: 5px;
}

.carousel-item-custom img {
	height: 95%;
	width: 100%;
	display: block;
}

.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	border: none;
	cursor: pointer;
	z-index: 10;
	padding: 10px 15px;
	border-radius: 50%;
	transition: background 0.3s;
}

.carousel-arrow:hover {
	background: rgba(0, 0, 0, 0.7);
}

.carousel-arrow:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.carousel-arrow.left {
	left: 10px;
}

.carousel-arrow.right {
	right: 10px;
}

.home_unity {
	color: #ffffff;
	background: linear-gradient(to bottom, #090909 15%, #1E1E1E 50%, #09090B 90%);
	font-family: 'Montserrat', sans-serif;

}

.home_unity h3 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;

}

.home_unity h2 {
	font-size: 42px;
	font-weight: 400;
	margin-top: 40px;
	text-align: center;

}

.home_unity_geral {

}

.home_unity_geral_card {
	border-radius: 16px;
	align-items: center;
	background: #1E1E1E;
	display: flex;
	margin: 70px auto;
	padding-right: 40px;
	width: 80%;

}

.home_unity_geral_card_image {
	height: 215px;
	margin-right: 120px;
	width: 350px;
}

.home_unity_geral_card_image img {
	border-radius: 16px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home_unity_geral_card_text1 {
	align-items: center;
	display: flex;
	width: 100%;
}

.home_unity_geral_card_text {
	margin-left: 50px;
	margin-right: auto;

}

.home_unity_geral_card_text h2 {

}

.home_unity_geral_card_text p {

}

.home_unity_geral_card_maps {
	margin-left: auto;
}

.home_unity_geral_card_maps {
	background: #3A3A3A;
	border-radius: 6px;
	margin-left: auto;
	padding: 25px;

}

.home_unity_geral_card_maps_link {
	display: block;
	margin: 0;
	padding: 0;

}

.home_unity_geral_card_maps:hover {
	background: #198f51;
}

.home_unity_geral_card_maps_link img {
	margin: 0;
	padding: 0;

}

.home_unity_geral_card_maps_link p {
	color: #ffffff;
	margin: 10px 0 0 0;
	padding: 0;

}

.home_social {
	margin: 80px 0;

}

.home_social_geral_h2 {
	color: #ffffff;
	display: none;
	text-align: center;
}

.home_social_geral {
	align-items: center;
	display: flex;

}

.home_social_geral_left {
	background: url('../images/iphone-sombra.webp') no-repeat center;
	background-size: 100% 100%;
	width: 50%;

}

.home_social_geral_left img {
	width: 100%;
	height: 100%;

}

.home_social_geral_right {
	width: 50%;

}

.home_social_geral_right h2 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 600;
	line-height: 130%;
	text-align: center;

}

.home_social_geral_right_block {
	align-items: center;
	display: flex;
	justify-content: center;

}

.home_social_geral_right_block_brasao {
	width: 350px;

}

.home_social_geral_right_block_links {

}

.home_social_geral_right_block_links_ul {
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;

}

.home_social_geral_right_block_links_ul_li {

}

.home_social_geral_right_block_links_ul_li_link {
	background: #3A3A3A;
	border-radius: 6px;
	padding: 15px 25px;
	transition: background 0.6s ease;

}

.home_social_geral_right_block_links_ul_li_link img {
	width: 20px;

}

.maps_social:hover  {
	background: #198f51;
}

.facebook_social:hover  {
	background: #5551ff;
}

.instagram_social:hover  {
	background: linear-gradient(135deg, #405DE6, #5CBF73, #F56040);
}

.home_social_geral_right_block_links_zap {
	align-items: center;
	background: #3A3A3A;
	border-radius: 10px;
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 40px;
	padding: 10px 0;
	transition: background 0.4s ease;

}

.home_social_geral_right_block_links_zap img {
	width: 30px;

}

.home_social_geral_right_block_links_zap p {
	color: #ffffff;
	font-size: 20px;
	margin: 0;
	padding: 0;

}

.home_social_geral_right_block_links_zap:hover {
	background: linear-gradient(to bottom, #a4d04a, #6ab344);
}

.home_promotion {
  margin: 80px 0;
}

.home_promotion_geral {
  position: relative;
  width: 100%;
}

.home_promotion_geral img {
  width: 100%;
  display: block;
}

.home_promotion_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: white;
}

.home_promotion_overlay h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
}

.home_promotion_button {
  display: inline-block;
  padding: 30px 80px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s ease;
}

.home_promotion_button h1 {
  font-size: 60px;
  font-style: italic;
  color: white;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

/*Fim Home*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Sobre Nós*/

.sobre {
	font-family: 'Sansation', sans-serif;

}

.sobre_banner {
	margin-bottom: 80px;

}

.sobre_banner_image {
	height: 75vh;
	position: relative;
	width: 100%;

}

.sobre_banner_tittle {
	color: #ffffff;
	font-size: 80px;
	font-weight: 400;
	left: 50%;
    transform: translateX(-50%);
	line-height: 99%;
	position: absolute;
	text-shadow: 3px 3px 5px #090909;
	text-transform: uppercase;
	top: 50%;

}

.sobre_banner_ul {
	bottom: 100px;
	display: flex;
	gap: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40px;
}

.sobre_banner_ul_li {
	margin: 0;
	padding: 0;

}

.sobre_banner_ul_li_link {
	background: #3A3A3A;
	border-radius: 6px;
	padding: 15px 25px;

}

.sobre_banner_ul_li_link img {

}

.sobre_information {
	color: #ffffff;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	justify-content: space-between;
	margin: 80px 0;
	padding: 40px;

}

.sobre_information_left {
	padding: 20px;
	width: 50%;

}

.sobre_information_left_tittle,
.sobre_information_right_tittle {
	font-size: 30px;
	font-weight: 500;
	line-height: 100%;
	margin: 50px 0;
}

.sobre_information_left_text,
.sobre_information_right_text {
	font-size: 21px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 80px;
}

.sobre_information_left img,
.sobre_information_right img {
	border-radius: 10px;
	display: block;
	width: 100%;
}

.sobre_information_right {
	padding: 20px;
	width: 50%;

}


/*Fim Sobre Nós*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Catalogo*/

.catalogo {
	margin-bottom: 80px;
}

.catalogo_banner {

}

.catalogo_banner_image {
	height: 75vh;
	position: relative;
	width: 100%;

}

.catalogo_banner_tittle {
	color: #ffffff;
	font-family: 'Sansation', sans-serif;
	font-size: 80px;
	font-weight: 400;
	left: 40%;
	line-height: 99%;
	position: absolute;
	text-transform: uppercase;
	top: 50%;

}

.catalogo_banner_ul {
	background: #3A3A3A;
	border-radius: 33px;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	justify-content: space-around;
	margin: 0 auto;
	padding: 10px 0;
	width: 80%;

}

.catalogo_banner_ul_li {
	width: 12%;

}

.catalogo_banner_ul_li_link {
	color: #ffffff;
	display: block;
	font-size: 100%;
	padding: 10px 0;
	text-align: center;
	
}

.catalogo_banner_ul_li_link:hover {
	background: #1E1E1E;
	border-radius: 20px;

}

#catalogo_dropdown {
  border-radius: 16px;
  color: #fff;
  display: none;
  font-family: 'Montserrat', sans-serif;
	margin-right: 20px;
	text-align: end;

}

#catalogo_dropdown_button {
	background: #1E1E1E;
	border-radius: 11px;
	color: #ffffff;
	padding: 10px 20px;
	text-align: end;

}

#catalogo_dropdown_button_ul {
	background: #383838;
	border-radius: 11px;
	color: #ffffff;
	display: none;
	margin-top: 10px;
	padding: 0;
	position: absolute;
	right: 22px;
	text-align: left;
	width: 265px;

}

.catalogo_dropdown_button_ul_li {

}

.catalogo_dropdown_button_ul_li_link {
	color: #ffffff;
	display: block;
	font-size: 13px;
	padding: 8px;

}

.catalogo_dropdown_button_ul_li_link:hover {
	border-radius: 11px;
	background: #444444;
}

.catalogo_block {
	margin: 80px 0;
}

.catalogo_block_geral {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: start;
	gap: 80px;
	padding: 0 40px;
}

.catalogo_block_geral_card {
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30%;
}

.catalogo_block_geral_card img {
	margin-bottom: 40px;
	width: 100%;
	height: 650px;
}

.catalogo_block_geral_card h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 30px;
}

.catalogo_block_geral_card p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
}

/*Fim Catalogo*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Fidelidade*/

.fidelidade {

}

.fidelidade_banner {
	color: #ffffff;
	text-align: center;

}

.fidelidade_banner img {
	height: 70vh;
	position: relative;
	width: 100%;

}

.fidelidade_banner_tittle {
	color: #ffffff;
	font-family: 'Sansation', sans-serif;
	font-size: 80px;
	font-weight: 400;
	left: 50%;
    transform: translateX(-50%);
	line-height: 99%;
	position: absolute;
	text-shadow: 3px 3px 5px #090909;
	top: 50%;
}

.fidelidade_text {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;

}

.fidelidade_text p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 18%;
	line-height: 100%;
	text-align: center;

}

.fidelidade_text h2 {
	font-size: 42px;
	font-weight: 400;
	line-height: 125%;
	text-align: center;

}

.fidelidade_block {
	padding: 40px;
}

.fidelidade_form {
	background: #1E1E1E;
	border-radius: 16px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin: 80px 0;
	padding: 40px;

}

.fidelidade_form_tittle {

}

.fidelidade_form_tittle h2 {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 20px;

}

.fidelidade_form_tittle p {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 50px;

}

.fidelidade_form_geral {
	color: #ffffff;
	align-items: center;
	display: flex;
	flex-wrap: wrap;

}

.fidelidade_form_geral_input {
	align-items: center;
	border: 1px solid #D3D3D3;
	border-radius: 28px;
	display: flex;
	margin: 32px 32px 0 0;
	padding: 14px;
	width: 47%;
}

.fidelidade_form_geral_input img {
	margin-right: 60px;
	width: 36px;
	z-index: 1;

}

.fidelidade_form_geral_input input {
	background: #1E1E1E;
	border: none;
	border-radius: 16px;
	color: #D3D3D3;
	height: 70px;
	margin-left: -45px;
	padding: 0 0 0 10px;
	width: 100%;
}

.fidelidade_form_geral_input input::placeholder {
	color: #D3D3D3;
	padding-left: 10px;
}

.fidelidade_form_text {
	margin: 40px 0;

}

.fidelidade_form_text input {
	background: #1E1E1E;
	border: 1px solid #D3D3D3;
	border-radius: 35px;
	color: #D3D3D3;
	height: 170px;
	width: 100%;
}

.fidelidade_form_text input::placeholder {
	color: #D3D3D3;
	padding-left: 20px;
}

.fidelidade_form_button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 100%;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	width: 100%;

}

.fidelidade_form_button button {
	background: #000000;
	border-radius: 20px;
	color: #ffffff;
	font-size: 30px;
	height: 100%;
	width: 100%;

}

.fidelidade_info_telefones {
	display: none;
	margin: 0;
	padding: 0 40px;

}

.fidelidade_info_telefones h2 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: start;

}

.fidelidade_info_telefones p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
	padding: 0;

}

.fidelidade_info_email {
	display: none;
	margin: 50px 0;
	padding: 0 40px;

}

.fidelidade_info_email p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	padding: 0;

}

.fidelidade_info_email h2 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: start;

}

/*Fim Fidelidade*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Contato*/

.contato {
	margin-bottom: 80px;

}

.contato_banner {
	position: relative;
}

.contato_banner img {
	height: 75vh;
	width: 100%;

}

.contato_banner h1 {
	color: #ffffff;
	font-family: 'Santation', sans-serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 99%;
	left: 50%;
	top: 40%;
    transform: translateX(-50%);
	position: absolute;

}

.contato_text {
	text-align: center;

}

.contato_text h2 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 100%;

}

.contato_info {
	display: none;
	align-items: center;
	display: flex;
	justify-content: space-around;

}

.contato_info_telefones {
	margin: 0;
	padding: 0;

}

.contato_info_telefones h2 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 100%;
	margin: 0;
	padding: 0;

}

.contato_info_telefones p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
	padding: 0;

}

.contato_info_email {
	margin: 0;
	padding: 0;

}

.contato_info_email p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	padding: 0;

}

.contato_info_email h2 {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	padding: 0;

}

.contato_info_social_ul {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-around;
	margin: 0;
	padding: 0;

}

.contato_info_social_ul_li {
	margin: 0;
	padding: 0;

}

.contato_info_social_ul_li_link {
	background: #3A3A3A;
	border-radius: 6px;
	margin: 0;
	padding: 15px 25px;

}

.contato_info_social_ul_li_link img {

}

/*Fim Contato*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Outlet*/





/*Fim Outlet*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Promoções*/

.catalogo_banner_tittle {
	background: linear-gradient(to bottom, #38bdf8, #2563eb);
	border-radius: 80px;
	color: #ffffff;
	left: 35%;
	padding: 40px 90px;
	position: absolute;
	text-align: center;
	text-shadow: 3px 3px 5px #090909;
	text-transform: uppercase;
	top: 35%;

}

.catalogo_banner_tittle h2 {
	font-size: 50px;

}

.catalogo_banner_tittle h1 {
	font-size: 75px;

}

.home1_promotion_overlay {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: white;
}

.home1_promotion_overlay h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000000;
}

.home1_promotion_button {
  display: inline-block;
  padding: 30px 80px;
  border-radius: 80px;
  background: #D83A36;
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s ease;
}

.home1_promotion_button h1 {
  font-size: 90px;
  font-style: italic;
  color: white;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.home1_promotion_button:hover {
	opacity: 0.6;
	text-decoration: none;
}

/*Fim Promoções*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/

/*Início Media Queries*/

@media screen and (max-width: 1700px) {
	.catalogo_block_geral_card {
		width: 45%;
	}
}

@media screen and (max-width: 1460px) {
	.header {
		font-size: 12px;
	}
	.home_banner_carrousel_sombra { bottom: -1px; }
	.home_banner_carrousel_tittle {
		left: 25%;
	}

	.home_unity_geral_card {

	}

	.home_unity_geral_card_image {
		margin-right: auto;
	}

	.home_unity_geral_card_text {
		margin-left: auto;
	}

	.home_unity_geral_card_text h2 {
		font-size: 28px;
	}

	.contato_info_telefones h2 {
		font-size: 30px;
	}

	.contato_info_telefones p {
		font-size: 20px;
	}

	.contato_info_email h2 {
		font-size: 28px;
	}

	.contato_info_email p {
		font-size: 20px;
	}
}

@media screen and (max-width: 1367px) {
	.home_depoiments_geral_card_block {

	}

    .home_fachada_block .home_fachada_block_text {
        width: 45%;
        margin-bottom: 100px;
    }

	.home_social_geral_right h2 {
		font-size: 30px;
	}

	.home_ambient_geral_right_img_link h2 {
		left: 15%;
	}
}

@media screen and (max-width: 1300px) {
	.header {
		padding: 40px 10px;
	}

	.home_unity_geral_card_text p {
		font-size: 12px;
	}
}

@media screen and (max-width: 1280px) {
	.home_social_geral_left {
		width: 43%;
	}

	.home_depoiments_geral_card_block {
		width: 45%;
	}
}

@media screen and (max-width: 1250px) {
	.header {
		padding: 40px 40px;
	}

	.header_nav {
		display: none;
	}

	.header_social_ul_li {
		display: none;
	}

	.menu_hamburguer {
		display: block;
	}

	.home_banner_carrousel_tittle {
		left: 25%;
	}

	.home_depoiments_geral_card_block {
		height: 440px;
	}

	.home_depoiments_geral_card_block_p {
		padding: 0 10px;
	}

	.home_ambient_geral {
		display: block;
	}

	.home_ambient_geral_left {
		display: none;
	}

	.home_ambient_geral_right {
		margin: 0 auto;
		width: 100%;
	}
	
	.carousel-item-custom {
		flex: 0 0 26%;
	}

	.fidelidade_form_geral_input {
		margin: 20px auto;
		width: 100%;
	}

	.home_ambient_geral_right_img_link h2 {
		left: 30%;
	}
}


@media screen and (max-width: 1200px) {
	.carousel-item-custom {
		flex: 0 0 30%;
	}

	.home_depoiments_geral_card_block_photo {
		width: 118px;
	}

	.home_social_geral_right_block_brasao {
		width: 200px;
	}

	.home_unity_geral_card {
		padding-right: 0;
	}

	.home_unity_geral_card_image {
		margin-right: auto;
	}

	.home_unity_geral_card_text h2 {
		font-size: ;
	}

	.home_unity_geral_card_text p {
		font-size: ;
	}

	.home_unity_geral_card_maps_link img {
		width: auto;
	}
}

@media screen and (max-width: 1120px) {
	.home_banner_carrousel_tittle {
		left: 20%;
	}

	.home_depoiments_geral_card_block_photo {
		width: 105px;
	}
}

@media screen and (max-width: 1024px) {
	.footer_information {
		display: none;
	}

	.footer_nav {
		display: none;
	}

	.footer_mobile_nav {
		display: block;
	}

	.footer_mobile_nav_ul2 {
		display: flex;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		font-weight: 500;
		justify-content: space-around;
		line-height: 160%;
		padding: 0;
	}

	.footer_mobile_nav .footer_mobile_nav_ul2 .footer_mobile_nav_ul2_li .footer_mobile_nav_ul2_li_link {
		color: #ffffff;
	}

	.footer_mobile_nav2 {
		align-items: center;
		display: flex;
		justify-content: space-around;
		margin: 50px 0;
		padding: 0;
	}

	.footer_nav2_ul1_li img {
		width: 150px;
	}

	.footer_mobile_text {
		display: block;
		font-family: 'DM Sans', sans-serif;
		font-weight: 400;
		line-height: 100%;
		text-align: center;
	}

	.footer_mobile_text p {
		color: #ffffff;
		font-size: 16px;
		opacity: 50%;
	}

	.home_banner_carrousel_tittle {
		left: 20%;
	}

	.home_fachada {
		background: url('../images/fachada.webp') no-repeat top center;
	  background-size: 100% 60%;
	}

	.home_fachada_block {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.home_fachada_block {
		order: 0;
	}

	.home_fachada_block_tittle {
		margin-bottom: 35px;
	}

	.home_fachada_block .home_fachada_block_description {
		margin-bottom: 300px;
		order: 3;
	}

	.home_fachada_block_text {
		order: 4;
		width: 100% !important;
	}

	.home_fachada_block_ul {
		margin-bottom: 50px;
		order: 3;
	}

	.home_fachada_block_ul_mobile {
		display: block;
	}

	.home_carrousel_block h1 {
		display: block;
	}

	.carousel-item-custom {
		flex: 0 0 33%;
	}

	.home_depoiments_geral_card_block_photo {
		width: 175px;
	}

	.home_depoiments_geral_card_block {
		width: 90%;
	}

	.home_advertising_carrousel_tittle h1 {
		font-size: 30px;
	}

	.home_advertising_carrousel_tittle h1:last-child {
		font-size: 80px;
	}

	.home_depoiments_geral_card_block_tittle {
		top: 34%;
	}

	.home_depoiments_geral_card_block_subtittle {
		top: 42%;
	}

	.home_depoiments_geral_card_block_p {
		left: 0;
		top: 55%;
	}

	.home_depoiments_geral_card_image {
		width: 160px;
	}

	.home_depoiments_geral_card_image {
		width: 100%;
	}

	.home_ambient_geral_right {
		position: relative;
	}

	.home_catalogo {
		display: block;
	}

	.home_ambient_catalogo {
		display: block;
		left: 0%;
		margin: 140px 0;
		position: absolute;
		text-align: center;
		top: 20%;
		width: 100%;
		/* border: 1px solid white; */
	}

	.home_ambient_catalogo_link {
		background: #D83A36;
		border-radius: 100px;
		color: #ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		font-weight: 400;
		line-height: 100%;
		padding: 40px;
		border: none;	
	}

	.home_social_geral_right_block_brasao {
		margin-bottom: 20px;
	}

	.home_social_geral_h2 {
		display: block;
	}

	.home_social_geral_right_block_links_ul {
		gap: 25px;
	}

	.home_promotion_overlay h2 {
		font-size: 25px;
	}

	.home_promotion_button h1 {
		font-size: 45px;
	}

	.home_ambient_geral_right_img_link {
		display: none;
	}

	.catalogo_banner_ul {
		gap: 20px;
		width: 100%;
	}

	.home_social_geral_right h2 {
		display: none;
	}

	.home_social_geral_right_block {
		display: flex;
		flex-direction: column;
	}

	.home_social_geral_right_block_links_zap {
		display: none;
	}

	.sobre_information {
		display: block;
	}

	.sobre_information_left {
		width: 95%;
		margin: 0 auto;
	}

	.sobre_information_right {
		width: 95%;
		margin: 0 auto;
	}

	.catalogo_block_geral_card {
		width: 90%;
	}

	.catalogo_banner_ul {
		gap: 20px;
		width: 100%;
	}

	.fidelidade_text p {
		font-size: 16px;
	}

	.fidelidade_text h2 {
		font-size: 32px;
	}

	.fidelidade_info_telefones {
		display: block;
	}

	.fidelidade_info_email {
		display: block;
	}

	.contato_info  {
		display: none;
	}
}

@media screen and (max-width: 950px) {
	.home_banner_carrousel_tittle {
		left: 15%;
	}

	.home_unity_geral_card {
		padding-right: 0;
	}

	.home_unity_geral_card_image {
		margin-right: auto;
		height: 160px;
		width: 215px;
	}

	.home_unity_geral_card_image img {
		width: 100%;
	}

	.home_unity_geral_card_text h2 {
		font-size: 16px;
	}

	.home_unity_geral_card_text p {
		font-size: 10px;
	}

	.home_unity_geral_card_maps_link img {
		width: auto;
	}

	.contato_text h2 {
		font-size: 30px;
	}

	.contato_info {
		display: none;
	}

	.contato_info h2 {
		margin-bottom: 10px;
		text-align: left;
	}
}

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

	.home_depoiments_geral_card_block_photo {
		width: 175px;
	}
}

@media screen and (max-width: 850px) {
	.home_depoiments_geral_card_block_photo {
		width: 150px;
	}

	.carousel-arrow {
		top: 38%;
	}

	.catalogo_banner_ul {
		display: none;
	}

	#catalogo_dropdown {
		display: block;
	}

	#outlet_dropdown {
		display: block;
	}

}

@media screen and (max-width: 810px) {
	.home_banner_carrousel_tittle {
		left: 10%;
	}

	.home_unity_geral_card {
		display: block;
	}

	.home_unity_geral_card_image {
		height: 300px;
		margin: 0 auto;
		width: 99%;
	}

	.home_unity_geral_card_image img {
		width: 100%;
	}

	.home_unity h2 {
		font-size: 30px;
	}
}


@media screen and (max-width: 768px) {
	.home_depoiments_geral_card_block_photo {
		width: 130px;
	}

	.home_depoiments_geral_card_block_tittle {
		top: 112px;
	}

	.home_depoiments_geral_card_block_subtittle {
		top: 145px;
	}

	.home_ambient_catalogo_link {
		font-size: 18px;
	}

	.home_promotion_overlay h2 {
		font-size: 18px;
	}

	.home_promotion_button {
		padding: 16px 70px;
	}

	.home_promotion_button h1 {
		font-size: 30px;
	}

	.home1_promotion_overlay h2 {
		font-size: 18px;
	}

	.home1_promotion_button {
		padding: 16px 70px;
	}

	.home1_promotion_button h1 {
		font-size: 30px;
	}
}


@media screen and (max-width: 720px) {
	.home_banner_carrousel_tittle {
		left: 15%;
	}

	.home_fachada {
		background-size: 100% 55%;
	}

	.home_fachada_block_tittle,
	.home_fachada_block_description {
		font-size: 33px !important;
	}

	.home_depoiments_geral_card_image img {
		width: 90%;
	}

	.home_depoiments h1 {
		font-size: 30px;
	}

	.home_social_geral_right_block_brasao {
		width: 130px;
	}

	.home_social_geral_right_block_links_ul_li_link {
		padding: 10px 20px;
	}

	.carousel-arrow {
		top: 30%;
	}

	.sobre_banner_tittle {
		font-size: 50px;
	}

	.fidelidade_banner_tittle {
		font-size: 50px;
	}

	.contato_banner h1 {
		font-size: 50px;
	}
}

@media screen and (max-width: 650px) {
	.home_advertising-arrow.left { left: 7%; }

	.home_advertising-arrow.right { right: 7%; }

	.footer_mobile_nav2_ul1_li_img {
		
	}

	.home_fachada_block_ul_li_link {
		padding: 10px 20px;
	}

	.home_fachada_block_ul {
		gap: 20px;
	}

	.footer_nav2_ul1_li img {
		width: 100px;
	}

	.home_depoiments_geral_card_block_photo {
		width: 110px;
	}

	.home_depoiments_geral_card_block_p {
		top: 48%;
	}
}

@media screen and (max-width: 550px) {
	.home_banner_carrousel_tittle {
		left: 50%;
		font-size: 32px;
		transform: translateX(-50%);
	}

	.home_depoiments h1 {
		font-size: 20px;
	}

	.home_depoiments_geral_card_block_photo {
		width: 90px;
	}

	.home_depoiments_geral_card_block_p {
		font-size: 14px;
		top: 45%;
	}

	.home_depoiments_geral_card_block_stars {
		bottom: 6%;
	}

	.home_advertising_carrousel_tittle h1 {
		font-size: 20px;
	}

	.home_advertising_carrousel_tittle h1:last-child {
		font-size: 70px;
	}

	.home_catalogo_link {
		font-size: 25px;
		padding: 25px;
	}

    .home_social {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .home_social_geral {
        width: 90%;
    }

    .home_social_geral_left,
    .home_social_geral_right {
        width: 50%;
    }

    .home_social_geral_right_block_brasao {
        width: 160px;
    }

    .home_social_geral_right_block_links_ul {
        flex-direction: row;
        gap: 15px;
    }

    .home_social_geral_right_block_links_ul_li_link img { object-fit: contain; }

	.carousel-arrow {
		top: 50%;
        transform: translateY(-50%);
	}

	.home_social_geral_left img {
		height: 288px;
	}

	.sobre_banner_tittle {
		font-size: 40px;
	}

    .home_unity_geral_card {
        width: 90%;
    }

    .home_unity_geral_card_maps {
        margin-right: 20px;
    }

    .home_unity h2 {
        padding: 0 20px;
        font-size: 24px;
        text-align: left;
    }

    .home_unity_geral_card_text p {
        padding: 0 20px;
        font-size: 12px;
    }

	.footer_mobile_nav_ul2 {
		font-size: 14px;
	}

	.home_advertising-slide {
		flex: 0 0 70%;
	}
}

@media screen and (max-width: 450px) {
	.home_banner_carrousel_tittle {
		font-size: 30px;
	}

	.home_advertising_carrousel_tittle h1 {
		font-size: 10px;
	}

	.home_advertising_carrousel_tittle h1:last-child {
		font-size: 60px;
	}

    .home_social_geral_right_block_brasao { width: 120px; }

    .home_social_geral_right_block_links_ul_li_link {
        padding: 10px 13px;
    }

    .home_social_geral_right_block_links_ul_li_link img {
        height: 20px;
        margin-top: -3px;
    }
}

@media screen and (max-width: 370px) {
    .home_social_geral_right_block {
        align-items: end;
    }

    .home_social_geral_right_block_brasao { margin-bottom: 0; }

    .home_social_geral_right_block_links_ul {
        flex-direction: column;
        margin-right: 37px;
        gap: 23px;
    }
}


/*Fim Media Queries*/

/*=======================================================================================================================
=========================================================================================================================
=======================================================================================================================*/
