@charset "UTF-8";
 body {
	 font-family: "Lato", "san-serif";
	 font-weight: 400;
	 font-size: 14px;
	 line-height: 1.7;
	 background-color: #adc5af;
}
 html {
	 font-family: 'Roboto', sans-serif;
}
 body {
	 font-family: 'Roboto', sans-serif;
	 height: 100vh;
}
 div.login {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 400px;
	 height: 500px;
	 background: #f6f6f6;
	 overflow: hidden;
	 box-shadow: 0px 0px 50px 2px #aaa;
}
 @media (max-width: 575.98px) {
	 div.login {
		 width: 75vw;
	}
}
 @media (max-width: 575.98px) {
	 .login .form .signup {
		 top: 150px;
	}
}
 .login .banner {
	 position: absolute;
	 top: 0px;
	 height: 0px;
	 width: 100%;
	 height: 210px;
	 background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url("https://i.imgur.com/WgTEhpO.jpg") center no-repeat;
	 background-size: cover;
	 transform: skew(0deg, -8deg) translateY(-25px);
	 z-index: 2;
}
 .banner-login:before {
	 content: "Login";
	 position: absolute;
	 width: 80px;
	 height: 80px;
	 background: rgba(239, 247, 207, 1);
	 color: #000000;
	 bottom: -35px;
	 left: 50%;
	 line-height: 80px;
	 font-size: 17px;
	 text-transform: uppercase;
	 border-radius: 50%;
	 text-align: center;
	 transform: skew(0deg, 8deg) translateX(-50%);
}
 .banner-signup:before {
	 content: "SIGNUP";
	 position: absolute;
	 width: 80px;
	 height: 80px;
	 background: #6c757d;
	 color: #fff;
	 bottom: -35px;
	 left: 50%;
	 line-height: 80px;
	 font-size: 17px;
	 text-transform: uppercase;
	 border-radius: 50%;
	 text-align: center;
	 transform: skew(0deg, 8deg) translateX(-50%);
}
 .login .form {
	 position: absolute;
	 top: 210px;
	 background: #000000;
	 width: 100%;
	 height: calc(100% - 180px);
}
 .login .form .wrapper {
	 position: absolute;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 85%;
}
 .login .form .row {
	 margin: 20px 0px;
}
 .login .form .row .label {
	 font-size: 12px;
	 font-weight: 600;
	 color: #646464;
}
 .login .form .row input {
	 margin-top: 2px;
	 font-size: 13px;
	 color: #464646;
	 border: none;
	 border-bottom: 1px solid rgba(100, 100, 100, 0.6);
	 outline: none;
	 height: 25px;
	 background: transparent;
	 width: 100%;
}
 .login .form .row button {
	 margin-top: 0px;
	 font-size: 13px;
	 color: #646464;
	 border: none;
	 outline: none;
	 height: 40px;
	 text-transform: uppercase;
	 background: #6d7fcc;
	 width: 100%;
	 color: #000000;
	 cursor: pointer;
}
 .login .form .signup {
	 position: absolute;
	 text-align: center;
	 width: 100%;
	 font-size: 13px;
	 bottom: 50px;
	 color: #333;
}
 .login .form .signup a {
	 color: rgba(41, 102, 147, 0.84);
	 text-decoration: none;
	 font-weight: 600;
}
 input[type="date"] {
	 display: block;
	 -webkit-appearance: textfield;
	 -moz-appearance: textfield;
	 min-height: 1.2em;
}
 .logo {
	 max-width: 94%;
	 margin-bottom: 2rem;
}
/* Hr fix for boostrap. Bootstrap is adding border 0 for some reason */
 hr {
	 -moz-border-bottom-colors: none;
	 -moz-border-image: none;
	 -moz-border-left-colors: none;
	 -moz-border-right-colors: none;
	 -moz-border-top-colors: none;
	 border-color: #eee -moz-use-text-color #fff;
	 border-style: solid none;
	 border-width: 1px 0;
	 margin: 18px 0;
}
/* Sidebar CSS begin */
 #wrapper {
	 padding-left: 0;
	 -webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 #wrapper.toggled {
	 padding-left: 250px;
}
 #sidebar-wrapper {
	 z-index: 1000;
	 position: fixed;
	 left: 250px;
	 width: 0;
	 height: 100%;
	 margin-left: -250px;
	 overflow-y: auto;
	 background: #333;
	 -webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
	 -o-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 #wrapper.toggled #sidebar-wrapper {
	 width: 250px;
}
 #page-content-wrapper {
	 width: 100%;
	 position: absolute;
	 padding: 15px;
}
 #wrapper.toggled #page-content-wrapper {
	 position: absolute;
	 margin-right: -250px;
}
 a {
	 color: inherit;
	 text-decoration: none;
	 transition: all 0.3s;
}
 a:hover, a:focus {
	 color: inherit;
	 text-decoration: none;
	 transition: all 0.3s;
}
 .navbar {
	 padding: 15px 10px;
	 background: #000000;
	 border: none;
	 border-radius: 0;
	 margin-bottom: 40px;
	 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
 .navbar-btn {
	 box-shadow: none;
	 outline: none !important;
	 border: none;
}
 .line {
	 width: 100%;
	 height: 1px;
	 border-bottom: 1px dashed #000000;
	 margin: 40px 0;
}
 i, span {
	 display: inline-block;
}
/* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */
 .main-wrapper {
	 display: flex;
	 align-items: stretch;
}
 #sidebar {
	 min-width: 390px;
	 max-width: 390px;
	 background: rgba(0, 148, 64, 1);
	 color: #000000;
	 transition: all 0.3s;
  	box-shadow: 3px 0 7px 0 #2a5229;
	z-index: 111111;
	
}
 #sidebar.active {
	 min-width: 120px;
	 max-width: 120px;
	 text-align: center;
	 height: 250px
}
 #sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
	 display: none;
}
 #sidebar.active .sidebar-header strong {
	 display: block;
}
 #sidebar ul li a {
	 text-align: left;
	 color: #000000;
	 height: 80px;
}
 #sidebar.active ul li a {
	 padding: 20px 10px;
	 text-align: center;
	 font-size: 0.85em;
	 
}
 #sidebar.active ul li a i {
	 margin-right: 0;
	 display: block;
	 font-size: 1.8em;
}
 #sidebar.active ul ul a {
	 padding: 10px !important;
}
 #sidebar.active .dropdown-toggle::after {
	 top: auto;
	 bottom: 10px;
	 right: 50%;
	 -webkit-transform: translateX(50%);
	 -ms-transform: translateX(50%);
	 transform: translateX(50%);
}
 #sidebar .sidebar-header {
	 padding: 30px;
	 background:  rgb(27, 184, 95);
}
 #sidebar .sidebar-header strong {
	 display: none;
	 font-size: 1.6em;
}
 #sidebar ul.components {
	 padding: 20px 0;
	 border-bottom: 1px solid #47748b;
}
 #sidebar ul li a {
	 padding: 20px;
	 display: block;
}
 #sidebar ul li a:hover {
	 color: #103b08;
	 background: #6ed38c;
}
 #sidebar ul li a i {
	 margin-right: 10px;
}
 #sidebar ul li.active > a {
	 color: #d5eb73;
	 text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	 background:rgb(27, 184, 95);
	 border: 1px solid black;
}
 a[aria-expanded="true"] {
	 color: #fff;
	 background: rgb(219, 236, 148);
}
 a[data-toggle="collapse"] {
	 position: relative;
}
 .dropdown-toggle::after {
	 display: block;
	 position: absolute;
	 top: 50%;
	 right: 20px;
	 transform: translateY(-50%);
}
 ul ul a {
	 font-size: 0.9em !important;
	 padding-left: 30px !important;
	 background: rgb(219, 236, 148);
	 
}
 ul.CTAs {
	 padding: 20px;
}
 ul.CTAs a {
	 text-align: center;
	 font-size: 0.9em !important;
	 display: block;
	 border-radius: 5px;
	 margin-bottom: 5px;
}
 a.download {
	 background: #fff;
	 color: #7386d5;
}
 a.article {
	 background: #6d7fcc !important;
	 color: #fff !important;
}
 a.article:hover {
	 background: rgb(219, 236, 148) !important;
	 color: #fff !important;
}
/* --------------------------------------------------- CONTENT STYLE ----------------------------------------------------- */
 #content {
	 background-image: url("../img/bg35.png");
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
	 width: 100%;
	 overflow-x: hidden;
	 overflow-y: hidden;
	 min-height: 100vh;
	 transition: all 0.3s;
}
/* --------------------------------------------------- MEDIAQUERIES ----------------------------------------------------- */
 @media (max-width: 768px) {
	 #sidebar {
		 min-width: 80px;
		 max-width: 80px;
		 text-align: center;
		 margin-left: -80px !important;
	}
	 .dropdown-toggle::after {
		 top: auto;
		 bottom: 10px;
		 right: 50%;
		 -webkit-transform: translateX(50%);
		 -ms-transform: translateX(50%);
		 transform: translateX(50%);
	}
	 #sidebar {
		 margin-left: 0;
	}
	 #sidebar.active {
		 margin-left: 0 !important;
	}
	 #sidebar .sidebar-header h3, #sidebar .CTAs {
		 display: none;
	}
	 #sidebar .sidebar-header strong {
		 display: block;
	}
	 #sidebar ul li a {
		 padding: 20px 10px;
	}
	 #sidebar ul li a span {
		 font-size: 0.85em;
	}
	 #sidebar ul li a i {
		 margin-right: 0;
		 display: block;
	}
	 #sidebar ul ul a {
		 padding: 10px !important;
	}
	 #sidebar ul li a i {
		 font-size: 1.3em;
	}
	 #sidebarCollapse span {
		 display: none;
	}

	 .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-nav {
    flex-direction: row !important;
    justify-content: flex-end;
    width: auto;
  }

  .navbar-nav .nav-item {
    margin-left: 0.5rem; /* Ajuste o espaço entre os ícones conforme necessário */
  }

 
}
 #footer {
	 position: -webkit-sticky;
	 position: sticky;
	 top: 100vh;
	 padding: 10px;
	 background-color: #fff;
	 border: none;
	 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
 

/* whatsapp */
/* Contêiner que envolve o botão e o balão */
.float-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 101;
    display: flex;
    align-items: center;
}

/* Estilo do balão de fala fixo à esquerda */
.popup-text {
    margin-right: 25px; /* Espaço maior entre o balão e o ícone do WhatsApp */
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid #25d366;
    font-weight: bold;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 102;
    position: relative;
}

/* Triângulo na extremidade direita do balão, apontando para a direita (>) */
.popup-text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px; /* Triângulo à direita, fora do balão */
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #25d366; /* A ponta mais fina está à direita */
}

/* Estilo do botão do WhatsApp */
.float {
    width: 80px;
    height: 80px;
    background: #25d366;
    color: white;
    font-size: 45px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 101;
}

/* Ícone dentro do botão WhatsApp */
.my-float {
    margin-top: 16px;
}

/* Menu do WhatsApp */
.whatsapp-menu {
    display: none;
    position: fixed;
    bottom: 130px;
    right: 40px;
    background-color: #FFF;
    border: 2px solid #25d366;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #999;
    z-index: 101;
}

.whatsapp-menu a {
    display: block;
    padding: 10px;
    color: #000000;
    text-decoration: none;
	font-weight: 600;
}

/* Animação de pulso */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

/*whatsapp*/

/* CARROUSEL */
.owl-buttons {
	display: none;
  }
  .owl-carousel:hover .owl-buttons {
	display: block;
  }
  
  .owl-item {
	text-align: center;
  }
  
  .owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	color: #869791;
	font-size: 40px;
	line-height: 300px;
	margin: 0;
	padding: 0 40px;
	position: absolute;
	top: 0;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	padding-left: 20px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	padding-right: 20px;
  }

.main-content {
	padding-top: 2%;
    margin-bottom: -3.5%;
	flex: 1 1 100%;
	min-height: 77.5vh;
}
.mosaico {
	display: grid;
	height: 82%;
	grid-template-rows: repeat(8, 1fr);
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 20px;
}
.mosaico-item {
	background: #0f3f02;
	color: #c4c4c4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	background-size: cover;
	position: relative;
	z-index: 10;
}
.mosaico-item.first {
  margin: 0;
	grid-row: span 8;
	grid-column: span 5;
}
.mosaico-item.second {
	grid-row: span 4;
	grid-column: span 4;
}
.mosaico-item.four {
	grid-row: span 4;
	grid-column: span 4;
}
.mosaico-item.third {
	grid-row: span 8;
	grid-column: span 3;
}

.mosaico-item.five {
	margin: 0;
	  grid-row: span 8;
	  grid-column: span 5;
  }
  .mosaico-item.six {
	  grid-row: span 4;
	  grid-column: span 4;
  }
  .mosaico-item.eight {
	  grid-row: span 4;
	  grid-column: span 4;
  }
  .mosaico-item.seven {
	  grid-row: span 8;
	  grid-column: span 3;
  }

  .mosaico-item.nove {
	margin: 0;
	  grid-row: span 8;
	  grid-column: span 5;
  }
  .mosaico-item.dez {
	  grid-row: span 4;
	  grid-column: span 4;
  }
  .mosaico-item.doze {
	  grid-row: span 4;
	  grid-column: span 4;
  }
  .mosaico-item.onze {
	  grid-row: span 8;
	  grid-column: span 3;
  }


.first {
  border: 2px solid black;
  box-shadow: 5px 5px 15px rgb(1, 63, 22); 
	background-image: url(../img/gifs/Vídeo\ sem\ título\ \(3\).gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 280%;
}
.second {
  border: 2px solid black;
	background-image: url(../img/FOTOS/ECO\ FOLHAS\ -\ A\ sua\ Maior\ Variedade\ em\ Lâminas\ de\ Madeiras!\ 11\ -\ 3264\ x\ 2448.JPG);
	background-position: center;
	background-size: cover;
	background-size: 130%;
}
.third {
  border: 2px solid black;
	background-image: url(../img/gifs/Vídeo\ sem\ título\ \(12\).gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 500%;
}
.four {
  border: 2px solid black;
	background-image: url(../img/FOTOS/ECO\ FOLHAS\ -\ A\ sua\ Maior\ Variedade\ em\ Lâmina\ de\ Madeiras!\ -\ Loja\ Pinheiros\ 19\ -\ 3264\ x\ 2448.JPG);
	background-position: center;
	background-size: cover;
	background-size: 120%;
}

.five {
	border: 2px solid black;
	box-shadow: 5px 5px 15px rgb(1, 63, 22); 
	  background-image: url(../img/FOTOS/Estoque\ Galpão\ 2560\ x\ 1600.jpg);
	  background-position: center;
	  background-size: cover;
	  background-size: 220%;
  }
  .six {
	border: 2px solid black;
	  background-image: url(../img/gifs/Vídeo\ sem\ título\ \(13\).gif);
	  background-position: center;
	  background-size: cover;
	  background-size: 150%;
  }
  .seven {
	border: 2px solid black;
	  background-image: url(../img/FOTOS/ECO\ FOLHAS\ -\ Lâminas\ Coloridas\ 03\ -\ 768\ x\ 1024.jpg);
	  background-position: center;
	  background-size: cover;
	  background-size: 180%;
  }
  .eight {
	border: 2px solid black;
	  background-image: url(../img/FOTOS/ECO\ FOLHAS\ -\ A\ sua\ Maior\ Variedade\ em\ Lâminas\ de\ Madeiras!\ 15\ -\ 3264\ x\ 2448.JPG);
	  background-position: center;
	  background-size: cover;
	  background-size: 150%;
  }
  .nove {
	border: 2px solid black;
	  background-image: url(../img/gifs/Vídeo\ sem\ título\ \(11\).gif);
	  background-position: center;
	  background-size: cover;
	  background-size: 230%;
  }
  .dez {
	border: 2px solid black;
	  background-image: url(../img/FOTOS/ECO\ FOLHAS\ -\ A\ sua\ Maior\ Variedade\ em\ Lâminas\ de\ Madeiras!\ 38\ -\ 3264\ x\ 2448.JPG);
	  background-position: center;
	  background-size: cover;
	  background-size: 110%;
  }
  .onze {
	border: 2px solid black;
	  background-image: url(../img/FOTOS/Estoque\ galpao\ \(9\).jpg);
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-size: 360%;
  }
  .doze {
	border: 2px solid black;
	  background-image: url(../img/FOTOS/ECO\ FOLHAS\ -\ A\ sua\ Maior\ Variedade\ em\ Lâminas\ de\ Madeiras!\ 31\ -\ 3264\ x\ 2448.JPG);
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-size: 150%;
  }

/* Media Queries */


@media (max-width: 768px) {
  
	.wrapper .main_content {
	  
	  margin-left: 0;
	  margin-top: 60px;
	}
  
	.mosaico {
	  grid-template-rows: repeat(4, 1fr);
	  grid-template-columns: 1fr;
	}
  
	.mosaico-item {
	  grid-column: span 1;
	}
  
	.mosaico-item.first, .mosaico-item.second, .mosaico-item.third, .mosaico-item.four, .mosaico-item.five, .mosaico-item.six, .mosaico-item.seven, .mosaico-item.eight, .mosaico-item.nove, .mosaico-item.dez, .mosaico-item.onze, .mosaico-item.doze{
	  grid-row: span 1;
	}
  }
  
  @media (min-width: 769px) and (max-width: 992px) {
	.wrapper .sidebar {
	  width: 250px;
	}
  
	.wrapper .sidebar .social_media a{
	  width: 45px;
	}
  
	.wrapper .main_content {
	  margin-left: 160px;
	}
  }
  
/* CARROUSEL */


.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  
  @media (max-width: 576px) {
	.container-fluid {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
  
	.navbar-nav {
	  flex-direction: row !important;
	  justify-content: flex-end;
	  width: auto;
	}
  
	.navbar-nav .nav-item {
	  margin-left: 0.5rem; /* Ajuste o espaço entre os ícones conforme necessário */
	}

  }
  

  @media (max-width: 1200px) {
	.container-fluid {
		display: flex;
		justify-content: space-between;
		align-items: center;
	  }
	
	  .navbar-nav {
		flex-direction: row !important;
		justify-content: flex-end;
		width: auto;
	  }
	
	  .navbar-nav .nav-item {
		margin-left: 0.5rem; /* Ajuste o espaço entre os ícones conforme necessário */
	  }

  }

  /* Estilo do dropdown */
  .dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 0px 0px;
    color: #fff; /* Cor do texto */
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #495057; /* Cor ao passar o mouse */
}

.dropdown-menu.show {
    display: block;
}



.photo-container {
	max-width: 100%; /* Faz o container ocupar toda a largura disponível */
	width: 80%; /* Ajuste a porcentagem conforme necessário */
	margin: 5% auto; /* Centraliza o container */
	text-align: center;
	background-color: rgba(219, 236, 148, 0.8); /* Adiciona o background */
	padding-top: 1%;
	padding-bottom: 0.5%;
	padding-left: 2%;
	padding-right: 2%;
  } 
  
  .pagination {
	justify-content: center;
	margin: 20px 0;
  }
  .modal-content img {
	width: 100%;
	height: auto;
  }
  .photo-grid {
	display: none;
  }
  .photo-grid.active {
	display: block;
  }
  
  
  .photo-container .photo-item {
	position: relative;
	width: 100%;
	max-width: 250px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
	padding: 10px;
  }
  .photo-container img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ajusta a imagem sem distorcer */
	transition: opacity 0.3s ease, transform 0.3s ease;
	border: 3px solid black;
  }
  .photo-container .photo-item:hover img {
	opacity: 0.7; /* Opacidade ao passar o mouse */
  }
  .photo-container .photo-item:hover .zoom-icon {
	opacity: 1; /* Mostrar lupa ao passar o mouse */
  }
  .photo-container .zoom-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
	color: black;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
  }
  .modal-content img {
	width: 100%;
	height: auto;
  }
  
  .main_content {
	flex: 1;
	display: flex;
	flex-direction: column;
  }

  .modal-body {
	background-color: #000000;
  }
  .modal-body  h1{
	color: white;
	text-align: center;
  }
  
  /* Certifique-se de que o container principal da galeria ocupe todo o espaço disponível */
  .photo-container {
	flex: 1;
  }
  

  .sticky-icon  {
	z-index:100000;
	position:fixed;
	bottom:5%;
	left:0%; /* Mude de right:0% para left:0% */
	width:15px;
	display:flex;
	flex-direction:column;
  }  
  
  .sticky-icon a  {
	/* Remova o transform para reposicionar os ícones à esquerda */
	border-radius:0px 50px 50px 0px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;
	
  }
  
  .sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px); /* Remova a transformação */
  }
  
  .sticky-icon a:hover i  {
	transform:rotate(360deg);
  }
  
  .sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:10px;
	transition:all 0.5s;
  }

  .Facebook  {
	background-color:#d5eb73;
	color:#FFF;
	border: 2px solid black;
}
	
  .Youtube  {
	background-color:#d5eb73;
	color:#FFF;
	border: 2px solid black;
}
	
  .Twitter  {
	background-color:#d5eb73;
	color:#FFF;
	border: 2px solid black;}
	
  .Instagram  {
	background-color:#d5eb73;
	color:#FFF;
	border: 2px solid black;}
	
  .Google  {
	background-color:#d5eb73;
	color:#FFF;
	border: 2px solid black;}  

  .sticky-icon a i {
	background-color:#FFF;
	color:#000;
	text-align:center;
	border-radius:50%;
	margin-bottom: 60%;
}
  .sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#000;
}
	
  .sticky-icon a i.fa-google-plus-g  {
	background-color:#FFF;
	color:#000;}
	
  .sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#000;}
	
  .sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#000;}
	
  .sticky-icon a i.fa-twitter  {
	background-color:#FFF;
	color:#000;}
  .fas fa-shopping-cart  {
	background-color:#FFF;} 
	
  #myBtn {
	height:50px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	text-align:center;
	padding:10px;
	text-align:center;
	line-height:40px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	border-radius: 50%;
  }
  .fa-arrow-circle-up  {
	font-size:30px;}
  
  #myBtn:hover {
	background-color: #555;
  }     

  .sticky-icon {
	display: none;
}


  /* Estilos para dispositivos móveis */
@media (max-width: 768px) {

    /* Esconde o sidebar em dispositivos móveis */
    #sidebarCollapse {
        display: none;
    }
	  /* Mostra os links de navegação de páginas e esconde os ícones de redes sociais */
	#nav-link-desktop {
		display: none;
	}

	.sticky-icon {
		display: block;
	}


	#nav-link-mobile.active {
		background-color: #AEC5AF;
		padding: 10px;
		margin-bottom: -15px;
		padding-inline: 25px;
	}


	.contato {
		display: none;
	}
    /* Navbar horizontal */
    .navbar {
        display: flex;
        justify-content: space-around;
        background-color: rgba(0, 148, 64, 1); /* Mesma cor do seu navbar original */
        padding: 10px;
    }

	
    /* Links do navbar */
    .navbar .nav-link {
        display: block;
        padding: 10px;
        color: #213422;
        font-size: 1.2rem;
        font-weight: 500;
    }

    /* Ajuste os ícones das redes sociais */
    .navbar-nav .nav-item {
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }

    /* Reposiciona os ícones das redes sociais no mobile */
    .navbar-nav {
        width: 100%;
        justify-content: space-around;
    }

	#sidebar .dropdown{
		display: none;
	}
	

	/* Estilo para o dropdown */
		.navbar .dropdown-menu {
			position: absolute;
			top: 100%; 
			left: 0;
			right: 0;
			width: auto; 
			float: none; 
			z-index: 1000;
			background-color: rgba(185, 201, 122, 1); 
			margin-top: 0.25rem; /* Espaçamento entre o botão e o dropdown */
		}

		/* Ajuste para os links do dropdown */
		.navbar .dropdown-menu a {
			color: #213422; /* Cor dos links */
			padding: 10px 10px; /* Espaçamento dentro do dropdown */
			text-align: center; /* Centraliza o texto dentro do dropdown */
			font-size: 1rem;
			white-space: nowrap; /* Evita que o texto quebre em várias linhas */
			border-radius: 25%;
		}

		.navbar .dropdown-menu a:hover {
			background-color: #213422; /* Cor de fundo ao passar o mouse */
			color: #fff; /* Cor do texto ao passar o mouse */
			border-radius: 25%;
		}

		#translateBtnMobile{
			top: 42px;
			background-color: #d5eb73;
			font-size: 13px;
			border: 2px solid black;
			font-weight: 600;
			margin-left: 100px;
			height: 49px;
			margin-bottom: 20px;
		}

		#desdeMobileDois p {
			display: none;
		}

}

/* Estilos para tablet e desktop */
@media (min-width: 769px) {

	#translateBtnMobile{
		display:none;
	  }
	
    /* Esconde os links de navegação de páginas e mostra os ícones de redes sociais */
    #nav-link-mobile {
        display: none;
    }

    #nav-link-desktop {
        display: block;
    }

	#logoMobile{
		display: none;
	}

	
}

.photo-item {
	position: relative;
	margin-bottom: 15px;
}
.photo-item img {
	width: 100%;
	height: auto;
}
.photo-item .photo-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(36, 59, 39, 0.7);
	color: #fff;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1rem;
}
.modal-body img {
	width: 100%;
	height: auto;
}
.modal-body h1 {
	text-align: center;
	margin-top: 10px;
}


#translateBtn {
	top: 10px;
	right: 100px;
	z-index: 1000;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	border: 2px solid black;
	background-color: rgb(27, 184, 95);
  }

  #contactBtn {
	
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	border: 2px solid black;
	background-color: rgb(27, 184, 95);
  }
 

  #lojasCustom .main_content {
	padding: 2rem;
  }
  
  #lojasCustom .container {
	background-color: rgba(239, 247, 207, 0.7);
	border: 3px solid #213422;
	padding: 2rem;

	width: 100%;
	max-width: 1200px; /* Ajusta a largura máxima do container */
	margin: 0 auto; /* Centraliza o container horizontalmente */
  }
  
  #lojasCustom h1 {
	color: #213422;
	margin-bottom: 2rem;
  }
  
  #lojasCustom .row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem; /* Espaçamento entre os itens */
  }

  #lojasCustom .contact-box {
	background-color: rgba(185, 201, 122, 1);
	padding: 1rem;
	border-radius: 8px;
	flex: 1;
	min-width: 0; /* Garante que a largura mínima seja respeitada */

  }
  
  #lojasCustom .contact-box h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
  }
  
  #lojasCustom .map-container iframe {
	border: 0;
	border-radius: 8px;
	width: 100%;
	height: 200px; /* Ajusta a altura do mapa */
  }
  
  @media (max-width: 767.98px) {
	#lojasCustom .row {
	  flex-direction: column; /* Alinha as lojas em coluna */
	}
	
	#lojasCustom .contact-box {
	  margin-bottom: 1rem; /* Adiciona espaço entre as lojas em dispositivos móveis */
	}
	#tituloHeader{
		display: none;
	}

	
}

