/* * {
	border: 1px solid #F00;
} */

html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Outfit', sans-serif;
	margin: 0;
	padding: 0;
	background-size: cover;
	color: #000;
	background-image: linear-gradient(120deg, #fff 0%, #fefefe 100%);
    }
a {
	text-decoration: none;
	color: #3e4095;
	}
	a:hover {
	color: #06C;
	}
.barra {
	height: 10px;
	width: 100%;
	background-image: linear-gradient(to right, #3e4095 0%, #6f86d6 100%);
	}
.site {

    width: 1200px;
  margin:auto auto;
}
.conteudo {
  display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
  grid-gap: 10px; /* define o espaço entre as colunas */
}
.conteudo img {
	max-width:50%;
	float:left;
	padding:10px;
}
.coluna1 {
display: flex;
margin-top:20px;
  margin-bottom:20px;
}
.colunas2{
	display: grid;
	grid-template-columns: 1fr 1fr; /* define 3 colunas de tamanho igual */
	grid-gap: 20px; /* define o espaço entre as colunas */
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pedidos{
display: grid;
  grid-template-columns: 1fr 1fr; /* define 3 colunas de tamanho igual */
  grid-gap: 20px; /* define o espaço entre as colunas */
margin-top:20px;
  margin-bottom:10px;
}
.colunas23{
display: grid;
  grid-template-columns: 1fr 4fr; /* define 3 colunas de tamanho igual */
  grid-gap: 10px; /* define o espaço entre as colunas */
    margin-top:10px;
  margin-bottom:10px;
}
.colunas24{
display: grid;
  grid-template-columns: 2fr 3fr; /* define 3 colunas de tamanho igual */
  grid-gap: 20px; /* define o espaço entre as colunas */
  margin-bottom:10px;
}
.colunas3 {
display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* define 3 colunas de tamanho igual */
  grid-gap: 20px; /* define o espaço entre as colunas */
margin-top:20px;
  margin-bottom:10px;
}
.colunas4 {
display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* define 3 colunas de tamanho igual */
  grid-gap: 20px; /* define o espaço entre as colunas */
  margin-bottom:10px;
}
.colunas5 {
display: grid;
 grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px; /* define o espaço entre as colunas */
}
.banners {
	 overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;

  /* visual styling */
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  gap: 10px;
  padding-left: 20px;
}
.colunas42 {
display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* define 3 colunas de tamanho igual */
  grid-gap: 20px; /* define o espaço entre as colunas */
margin-top:20px;
  margin-bottom:10px;
}
.colunas8 {
display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; /* define 3 colunas de tamanho igual */
  grid-gap: 20px; /* define o espaço entre as colunas */
margin-top:20px;
  margin-bottom:10px;
}
.colunas6 {
display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; /* define 3 colunas de tamanho igual */
  grid-gap: 10px; /* define o espaço entre as colunas */
margin-top:10px;
}
.amarelo {
	background-color: #FFFFCC;
}
.vermelho {
	background-color:#F0f0f0;
}
.branco {
	background-color:#FFF;
}
.cinza {
	background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
 background-blend-mode: normal, lighten, soft-light;
}
.icone {
	border: 1px dashed #ccc;
	padding:10px;
	text-align:center;
}
h1 {
	color: #000;
	font-size: xx-large;
	font-weight: normal;
}
h2 {
	color: #000;
	position: relative;
	font-size: xx-large;
	font-weight: normal;
}
h3 {
	color:#000;	
	 position: relative;
	 font-weight: normal;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #3e4095;
	border-right-color: #3e4095;
	border-bottom-color: #3e4095;
	border-left-color: #3e4095;
}
h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20%;
  height: 3px;
  background: #f0f0f0;
  border-radius:5px;
}
h2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40%;
  width: 20%;
  height: 2px;
  background: #f0f0f0;
  border-radius:3px;
}
.rodape {
	margin: auto auto;
}
footer {
	color: #000;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.linkedin{
  color: #0077B5; /* cor do linkedin */
}

.facebook {
  color: #3B5998; /* cor do facebook */
}

.instagram {
  color: #C13584; /* cor do instagram */
}

.youtube{
  color: #FF0000; /* cor do youtube */
}
.btn-link {
	display: inline-block;
	padding: 5px 10px;
	border: none;
	background-color: #666666; /* cor do botão */
	color: #fff;
	transition: background-color 0.3s ease; /* transição suave */
}

.btn-link:hover {
	background-color: #006666; /* cor do botão quando o mouse passa sobre ele */
}
.btn-topo {
	position: fixed;
	bottom: 150px;
	right: 20px;
	display: none;
	color: #fff;
	background-color: #006699;
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 24px;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}

.btn-topo:hover {
  opacity: 0.8;
}
.links_rodape a {
	display:block;
	margin:2px;
}
  button {
      background-color: #4CAF50;
      color: #fff;
      padding: 5px 10px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      font-size: 12px;
	  margin:5px;
    }

    button:hover {
      background-color: #45a049;
    }
	 #slideshow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
	  background-repeat:no-repeat;
	  background-position:center;
	  background-position:top;
	  transition: opacity 1s ease-in-out;
	  background-image:url(../banners/01.webp);
    }

    #slideshow img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	#slideshow.fade-in {
      opacity: 1;
    }

    #slideshow.fade-out {
      opacity: 0;
    }
	.sombra {
		 text-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
	}
	.destaque {
	object-fit: cover;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	}

	.box {
	padding: 10px;
	 box-shadow: 0 6px 8px rgba(36, 37, 38, 0.08);
    border-radius: 2px;
            transition: box-shadow 0.25s ease, transform 0.25s ease;			
	}
	.box img {
		max-width:100%;
	}
	.box:hover {
            box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
        }
		.clientes img {
		max-width:100%;
	}
	.box::hover{
		background-color:#f7f7f7;
	}
	.grande {
		font-size:2em;
	}
	.titulogrande {
	font-size: 2em;
	font-weight: 900;
	}
	.titulomedio {
	font-size: 1em;
	font-weight: bold;
	}
.curtidas {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 3px;
	margin-top: 10px;
}

.curtidas button {
  margin-left: 5px;
}
.curtidas button::disabled {
	background-color: #CCCCCC;
	color: #FFF;
}

.contador {

	margin-left:20px;
  font-weight: bold;
}
.mostramobile {
	display:none;
}
.bordadireita {
	border-right-width: 4px;
	border-right-style: solid; 
 	border-right-color: #F66;
	}

.destaque_subtitulo {
  position: absolute;
  padding:10px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  width:99%;
}
.logo {
	max-width:50%;
}
#lernoticia img {
	padding:10px;
	max-width:100%;
}
.box1{
grid-area: box1;
   
}
.box2 {

grid-area: box2;
}
.box3 {

grid-area: box3;
   
}
.colunas22{
display: grid;
 grid-template-rows: 1fr;
   grid-template-columns: 1fr 4fr;
   grid-template-areas: 
	'box1 box2'
	'box1 box3';
  grid-gap: 10px; /* define o espaço entre as colunas */
    margin-top:10px;
  margin-bottom:10px;
}
.fotonoticia {
	float:left;
	max-width:30%;
	padding:10px;
}
.container {
  overflow-x: auto;
  white-space: nowrap;
}

.wrapper {
  display: inline-block;
}

.content {
  display: flex;
}

.item {
  flex: 0 0 auto;
  width: 300px; /* Largura padrão do item */
  height: 300px; /* Altura padrão do item */
  margin-right: 10px; /* Espaçamento entre os itens */
  text-align: center;
  line-height: 100px;
}

@media (max-width: 768px) {
  .item {
    width: 100%; /* Largura total em dispositivos com largura máxima de 768px */
    margin-right: 0; /* Removendo margem para ocupar toda a largura */
  }
}

@media screen and (max-width: 600px) {
	.fotonoticia {
	float:none;
	max-width:98%;
}
	.site {
		width:95%;
	}
	.conteudo {
  display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
}
.conteudo img {
	max-width:100%;
	padding:2px;
	float:none;
}
.coluna1 {
	display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
}
.colunas2 {
	display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
}
.colunas23 {
	display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
}
.colunas22 {
	display: grid;
  grid-template-rows: 1fr;
   grid-template-columns: 1fr 1fr;
  grid-template-areas: 
	'box1 box2'
	'box3 box3';
}
.colunas24 {
	display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
}
.colunas3 {
	display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
}
.colunas4 {
	display: grid;
  grid-template-columns: 1fr 1fr; /* define 3 colunas de tamanho igual */
}
.colunas5 {
	display: grid;
  grid-template-columns: 1fr; /* define 3 colunas de tamanho igual */
}
.colunas6 {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* define 3 colunas de tamanho igual */
}
.colunas42 {
	display: grid;
  grid-template-columns: 1fr 1fr; /* define 3 colunas de tamanho igual */
}
#slideshow{
 background-image:url(../banners/01_mobile.webp);
    }
	.topo {
	margin-bottom: 0px;
	text-align: center;
}
.esconde {
	display:none;
}
.mostramobile {
	display: block;
}
.logo {
	max-width:50%;
}
}
