/* Reset Básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

 @media screen and (max-width:1920px) and (orientation: landscape) {
	 
	 
	 @viewport{
    zoom: 0.0;
    width: device-width;
	
	 }
     
     .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

     
     #container-principal{	
	width:100%;
	min-width:1200px;
	height:100%;
	float:left;
	margin:auto;
	
    
 }
	 




/* Hero Section */
.hero {
margin-top: 80px;
    height: 570px;
    background:url("../img/bannertopo.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    
}

.hero h1 { 
font-size: 3rem;
margin-top:-200px;
}




.banner-slider {
    width: 100%;
    padding: 20px 0;
  margin-top: -140px;
}

.slider-container {
    max-width: 1325px; /* Mesma largura do seu container */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px; /* Bordas arredondadas como no layout */
   box-shadow: 0 4px 12px rgba(0,0,0,0.50);
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
    display: block;
    height: auto;
}



/* Bolinhas Indicadoras */
.slider-dots {
    position: relative;
    float:left;
    bottom: 15px;
   margin-top: 2%;
    transform: translateX(-50%);
    margin-left:50%;
    display: flex;
    gap: 10px;
    
     
}

.dot {
    width: 12px;
    height: 12px;
    background-color: rgba(79,33,53,1.00);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #00e676; /* Verde destaque */
    width: 25px; /* Deixa a bolinha ativa mais compridinha */
    border-radius: 10px;
}



/* Container das Categorias */
.categories {
    padding: 60px 0;
    text-align: center;
    margin-top: 170px;
}

.categories h2 {
   
    text-align: center;
    margin-top: 47px;
}

.category-grid {
    display: flex;
    justify-content: space-around; /* Distribui melhor os 5 itens */
    gap: 20px;
    margin-top: 47px;
    flex-wrap: wrap; /* Importante para mobile */
    text-align: center;
}

/* Estilo do Item de Categoria (O link/botão inteiro) */
.cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 140px; /* Largura fixa para alinhar o texto */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Transição suave */
}

/* --- O NOVO ESTILO DA IMAGEM --- */
.cat-icon-img {
    width: 100px; /* Tamanho do círculo no layout */
    height: 100px; /* Mantém proporcional */
    object-fit: contain; /* Garante que a imagem não distorça */
    margin-bottom: 15px; /* Espaço para o texto */
    
    /* Adicionamos uma sombra leve para dar profundidade, como no layout */
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2)); 
    transition: all 0.3s ease; /* Transição para o hover */
}

/* Texto da Categoria */
.cat-item p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    transition: color 0.3s ease;
}

/* --- EFEITO AO PASSAR O MOUSE (HOVER) --- */

/* O item inteiro sobe levemente */
.cat-item:hover {
    transform: translateY(-8px);
}

/* A imagem (ícone) ganha um destaque */
.cat-item:hover .cat-icon-img {
    filter: drop-shadow(0 8px 12px rgba(0, 77, 64, 0.4)); /* Sombra mais forte e esverdeada */
    transform: scale(1.05); /* Aumenta 5% de tamanho */
}

/* O texto muda de cor para o verde da marca */
.cat-item:hover p {
    color: #008b45;
}

/* Classe auxiliar apenas para visualização (opcional) */
.placeholder-icon {
   
}


.container.highlights {
margin-top: 100px;
}

.card {
float:left;
    background: #fff;
    border-radius: 12px;

    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    
    width:260px;
    height:321px;
    margin-left:14px;
    margin-right:14px;
}

.card img {
float: left;
  width:260px;
  height: 170px;
  object-fit: cover;
  object-position: center;
}


.card h3 {
margin-top: 210px;
font-size: 14px;
width: 260px;
}
.card:hover {
    transform: translateY(-5px); /* O card todo sobe um pouco */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* --- O BOTÃO SAIBA MAIS --- */
.card button {
    background-color: #004d40; /* Verde escuro da Agrolince */
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px; /* Formato de pílula igual ao layout */
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Espaço entre o texto e a seta */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

/* Efeito de Brilho/Preenchimento ao passar o mouse */
.card button:hover {
    background-color: #008b45; /* Muda para o verde médio */
    box-shadow: 0 5px 15px rgba(0, 77, 64, 0.4);
    padding-right: 30px; /* Aumenta o espaço na direita para a seta 'correr' */
}

/* Animação específica da SETA (>) */
.card button span, 
.card button::after {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Se você escreveu o '>' direto no HTML, ele vai se mover assim: */
.card button:hover::after,
.card button:active::after {
    transform: translateX(5px); /* A seta 'foge' para a direita */
}

/* Efeito de clique (press) */
.card button:active {
    transform: scale(0.95); /* Diminui levemente ao clicar */
}


.section-title{
text-align: center;
margin-bottom: 47px;    

}
/* Notícias */
.news-section {
position: relative;
    background:url("../img/fundonoticias.png") no-repeat center;
    color: white;
    padding: 60px 0;
    margin-top: 400px;
    width:100%;
    height:auto;
}

.news-section h2 {
color:rgba(241,228,155,1.00);
text-align: center;
font-size: 34px;
}


.news-section h1 {
width:167px;
position: relative;
float: left;
color:rgba(255,255,255,1.00);
text-align: left;
font-size: 17px;
margin-top: 27px;
margin-right: 47px;
}

.news-section a p {
float:left;
    
    margin-top: 180px;

    margin-bottom: 15px;
    padding: 5px 10px;
    color: #f1e49b; /* Verde escuro inicial */
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    
    letter-spacing: 0.5px;
    border: 1.5px solid #f1e49b;
    border-radius: 14px;
    position:absolute;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden; /* Garante que o efeito de fundo não escape */
}

/* O "fundo" que vai deslizar (Pseudo-elemento) */
.news-section a::before p {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa escondido à esquerda */
    width: 100%;
    height: 100%;
    background-color: #004d40; /* Cor que vai preencher */
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1; /* Fica atrás do texto */
}

/* --- EFEITOS AO PASSAR O MOUSE (HOVER) --- */

.news-section a:hover p {
    color: #ffffff; /* Texto muda para branco quando o fundo preenche */
    box-shadow: 0 4px 12px rgba(0, 77, 64, 0.3);
     border: 1.5px solid #004d40;
}

/* Faz o fundo deslizar para a direita */
.news-section a:hover::before p {
    left: 0;
}

/* Efeito extra: Aumenta levemente o botão */
.news-section a:active p {
    transform: scale(0.95);
}


.news-grid {
   
    display:inline-grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 100px));
    gap: 2px;
    margin-top: 30px;
}

.news-card {

    background: white;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
    width: 261px;
}

.news-card .imagem {
 
    float: left;
  
    width: 261px;
    height: 204px;
    object-fit: cover;
    object-position: center; 
}

.news-content { 
width: 261px;



}

.news-content span{ 
position: relative;
width: 135px;
height: auto;
background: rgba(41,104,94,1.00);
padding: 2px;
margin-top: -18px;
margin-left: 5px;
padding-right: 10px;
border-radius: 7px;
color:rgba(241,228,155,1.00);
float: left;


}

.news-content img{ 

padding-top: 3.5px;
margin-left: 7px;
margin-right: 7px;
margin-top: 3px;
border-radius: 8px;
width:17px;
height:17px;

}

.news-content h4{ 
width:249px;
margin-left: 10px;
color:rgba(41,104,94,1.00);
padding-top: 7px;
line-height: 19px;
float: left;
font-size: 14px;
}

.news-content p{ 
width:249px;
margin-left: 10px;
color:rgba(135,135,135,1.00);
padding-top: 7px;
line-height: 19px;
text-align:left;
font-size: 14px;
text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
    height: 157px;
}


.news-content p2{ 
float: left;
width:249px;
margin-left: 10px;
color:rgba(135,135,135,1.00);
line-height: 19px;
text-align:left;
font-size: 14px;

}


/* Estilo Base do Link (que vai parecer um botão) */
.news-content a {
    display: inline-block;
    margin-top: 7px;
    margin-left: 75px;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #004d40; /* Verde escuro inicial */
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    
    letter-spacing: 0.5px;
    border: 1.5px solid #004d40;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden; /* Garante que o efeito de fundo não escape */
}

/* O "fundo" que vai deslizar (Pseudo-elemento) */
.news-content a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa escondido à esquerda */
    width: 100%;
    height: 100%;
    background-color: #004d40; /* Cor que vai preencher */
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1; /* Fica atrás do texto */
}

/* --- EFEITOS AO PASSAR O MOUSE (HOVER) --- */

.news-content a:hover {
    color: #ffffff; /* Texto muda para branco quando o fundo preenche */
    box-shadow: 0 4px 12px rgba(0, 77, 64, 0.3);
}

/* Faz o fundo deslizar para a direita */
.news-content a:hover::before {
    left: 0;
}

/* Efeito extra: Aumenta levemente o botão */
.news-content a:active {
    transform: scale(0.95);
}
/* Destaques Agro Button */
/* Estilo Base do Card para contexto */


/* Espaçamento da Seção */
.tips-section {
margin-top: 70px;
position: relative;
float: left;
    height: 710px;
    background-color: #004d40;
    width: 100%;
   
}

/* O Card com fundo verde */
.tips-card {
    background-color: #004d40;
    display: flex;
    align-items: center;
    /* Bordas arredondadas do card todo */
    overflow: hidden; /* Garante que a imagem não saia do card */
    box-shadow: 0 15px 35px rgba(0, 77, 64, 0.2);
}

/* Lado da Imagem */
.tips-image {
    width:490px;
    height:auto;
}

.tips-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    /* Efeito de curva interna na imagem conforme o layout */
    
}

.tips-image .imagem {
 
    float: left;
      max-height: 627px;
    width:490px;
    height: auto;
    object-fit: cover;
    object-position: center; 
}

/* Lado do Texto */
.tips-content {
    width:600px;
    float: right;
    color: white;
    margin-left: 30px;
}

.badge-tips {
float: left;
   height: 48px;
    text-align: left;
  width:600px;

    font-size: 30px;
    font-weight: bold;
    color:rgba(240,228,163,1.00);
    
    
}

.tips-content h2 {
margin-top: 27px;
    font-size: 24px;
     color:rgba(240,228,163,1.00);
    line-height: 24px;
    width: 600px;
    margin-bottom: 7px;
}

.tips-text p {
margin-top: 27px;
    font-size: 17px;
    
    margin-bottom: 10px;
    width: 600px;
    
text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
    height: 490px;
}

/* Rodapé e Botão "Mais Dicas" */
.tips-footer {
    text-align: center;
   
    background-color:rgba(255,255,255,1.00);
}

.btn-more-tips {
margin-top: 47px;
    display: inline-block;
    background-color: #004d40;
    color: white;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 19px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Animação do botão "Mais Dicas" */
.btn-more-tips:hover {
    background-color: #fff;
    color: #004d40;
    border-color: #004d40;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 77, 64, 0.2);
}


/* Espaçamento e Estilo da Seção */
.video-section {
float: left;
position: relative;
margin-top: 70px;
   width: 100%;
    background-color: #fff;
    text-align: center;
}

.video-header h2 {
    font-size: 32px;
    color: #4f2135;
    margin-bottom: 5px;
}

.video-header p {
    font-size: 14px;
    font-weight: bold;
    color: #4f2135;
    margin-bottom: 40px;
}

/* Grade de Vídeos (3 colunas) */
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Card do Vídeo */
.video-card {
    text-align: left;
    cursor: pointer;
}

.video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Overlay de Play */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.play-button {
    width: 50px;
    height: 50px;
    background: #ff0000; /* Vermelho YouTube */
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
}

/* Triângulo do Play */
.play-button::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white;
}

/* Informações do Vídeo */
.video-info h3 {
    font-size: 16px;
    margin: 15px 0 5px;
    color: #333;
}

.video-info p {
    font-size: 13px;
    color: #777;
}

/* --- ANIMAÇÕES HOVER --- */

.video-card:hover .video-thumb img {
    transform: scale(1.1);
}

.video-card:hover .play-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.video-card:hover .play-button {
    transform: scale(1.2);
    background: #cc0000;
}

/* Botão de Acesso ao Canal */
.btn-channel {
    display: inline-block;
    background-color: #4b2a4a; /* Cor roxa escura do layout original */
    color: white;
    padding: 12px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    transition: background 0.3s;
}

.btn-channel:hover {
    background-color: #351e34;
}






/* Estilo da Seção de Parceiros */
.partners-section {
float: left;
width: 100%;
margin-top: 70px;

height: 350px;
   
    background-color: #002d26; /* Verde petróleo bem escuro */
    text-align: center;
}

.partners-section h2 {
  color:rgba(240,228,163,1.00);
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 800;
    margin-top: 47px;
}

/* Grade de Parceiros */
.partners-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; /* Garante que quebre no celular */
}

.partner-item {
    flex: 1;
    min-width: 150px;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-item img {
    max-width: 100%;
    height: 170px;
    max-height: 170px;
    /* Efeito de opacidade para as logos "descansarem" no fundo */
    opacity: 0.7;
    filter: grayscale(1) brightness(2); /* Deixa as logos brancas/claras */
    transition: all 0.4s ease;
    object-fit: cover;
}

/* --- ANIMAÇÃO AO PASSAR O MOUSE --- */

.partner-item:hover img {
    opacity: 1;
    filter: grayscale(0) brightness(1); /* Revela as cores originais no hover */
    transform: scale(1.1); /* Leve aumento */
}






}










/*celular*/

@media screen and (max-width:960px) and (orientation: portrait){ 
	
		 @viewport{
    zoom: 0.0;
    width: device-width;
	
	 }
	
	
	
 .container {
    max-width: 350px;
    margin: 0 auto;
    
}

     
     #container-principal{	
	width:100%;
	min-width:350px;
	height:100%;
	float:left;
	margin:auto;
	
    
 }
	 




/* Hero Section */
.hero {

    height: 350px;
    background:url("../img/bannertopo.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    
}

.hero h1 { 
font-size: 2.7rem;
margin-top:-150px;
line-height: 47px;
}


.banner-slider {
    width: 100%;
    padding: 20px 0;
  margin-top: -70px;
}

.slider-container {
    max-width: 1325px; /* Mesma largura do seu container */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 7px; /* Bordas arredondadas como no layout */
   box-shadow: 0 4px 12px rgba(0,0,0,0.50);
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    min-width: 100%;
}

.slide img {
    width: 100%;
    display: block;
    height: auto;
}



/* Bolinhas Indicadoras */
.slider-dots {
    position: relative;
    float:left;
    bottom: 15px;
   margin-top: 7%;
    transform: translateX(-50%);
    margin-left:50%;
    display: flex;
    gap: 10px;
    
     
}

.dot {
    width: 12px;
    height: 12px;
    background-color: rgba(79,33,53,1.00);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #00e676; /* Verde destaque */
    width: 25px; /* Deixa a bolinha ativa mais compridinha */
    border-radius: 10px;
}



/* Container das Categorias */
.categories {
    padding: 60px 0;
    text-align: center;
    margin-top: -17px;
}

.categories h2 {
   
    text-align: center;
    margin-top: 4px;
}

.category-grid {
    display: flex;
    justify-content: space-around; /* Distribui melhor os 5 itens */
    gap: 20px;
    margin-top: 37px;
    flex-wrap: wrap; /* Importante para mobile */
    text-align: center;
}

/* Estilo do Item de Categoria (O link/botão inteiro) */
.cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 140px; /* Largura fixa para alinhar o texto */
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Transição suave */
}

/* --- O NOVO ESTILO DA IMAGEM --- */
.cat-icon-img {
    width: 100px; /* Tamanho do círculo no layout */
    height: 100px; /* Mantém proporcional */
    object-fit: contain; /* Garante que a imagem não distorça */
    margin-bottom: 15px; /* Espaço para o texto */
    
    /* Adicionamos uma sombra leve para dar profundidade, como no layout */
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2)); 
    transition: all 0.3s ease; /* Transição para o hover */
}

/* Texto da Categoria */
.cat-item p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    transition: color 0.3s ease;
}

/* --- EFEITO AO PASSAR O MOUSE (HOVER) --- */

/* O item inteiro sobe levemente */
.cat-item:hover {
    transform: translateY(-8px);
}

/* A imagem (ícone) ganha um destaque */
.cat-item:hover .cat-icon-img {
    filter: drop-shadow(0 8px 12px rgba(0, 77, 64, 0.4)); /* Sombra mais forte e esverdeada */
    transform: scale(1.05); /* Aumenta 5% de tamanho */
}

/* O texto muda de cor para o verde da marca */
.cat-item:hover p {
    color: #008b45;
}

/* Classe auxiliar apenas para visualização (opcional) */
.placeholder-icon {
   
}


.container.highlights {

position:relative;
height: auto;
padding-bottom: 100px;
width:100%;
margin: auto;
text-align: center;

}

.section-title img {

width: 350px;
height:auto;
text-align: center;
}

.highlights-grid{
width:350px;
height: auto;



}

.highlights-grid img{
width:350px;
height: auto;



}

.card {

float:left;
    background: #fff;
    border-radius: 12px;

    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    
    width:350px;
    height:400px;
    margin-top: 34px;

}

.card img {
float: left;
  width:350px;
  height: 250px;
  object-fit: cover;
  object-position: center;
}


.card h3 {
float:left;
margin-top: 27px;
font-size: 19px;
width: 350px;
}
.card:hover {
    transform: translateY(-5px); /* O card todo sobe um pouco */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* --- O BOTÃO SAIBA MAIS --- */
.card button {
    background-color: #004d40; /* Verde escuro da Agrolince */
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px; /* Formato de pílula igual ao layout */
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Espaço entre o texto e a seta */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

/* Efeito de Brilho/Preenchimento ao passar o mouse */
.card button:hover {
    background-color: #008b45; /* Muda para o verde médio */
    box-shadow: 0 5px 15px rgba(0, 77, 64, 0.4);
    padding-right: 30px; /* Aumenta o espaço na direita para a seta 'correr' */
}

/* Animação específica da SETA (>) */
.card button span, 
.card button::after {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Se você escreveu o '>' direto no HTML, ele vai se mover assim: */
.card button:hover::after,
.card button:active::after {
    transform: translateX(5px); /* A seta 'foge' para a direita */
}

/* Efeito de clique (press) */
.card button:active {
    transform: scale(0.95); /* Diminui levemente ao clicar */
}


.section-title{
margin-top: 34px;
text-align: center;
margin-bottom: 34px;    

}
/* Notícias */
.news-section {
padding-bottom: 140px;
float:left;
position: relative;
    background:url("../img/fundonoticias.png") no-repeat top;
    background-size: cover;
    color: white;
   
    margin-top:70px;
    width:100%;
    height:auto;
}

.news-section h2 {
color:rgba(241,228,155,1.00);
text-align: center;
font-size: 34px;
margin-top: 34px;
}


.news-section h1 {
width:350px;
position: relative;
float: left;
color:rgba(255,255,255,1.00);
text-align: justify;
font-size: 17px;
margin-top: 17px;


}

.news-section a p {
float:left;
    
    margin-top: 1900px;

   margin-left: 107px;
    padding: 5px 10px;
    color: #f1e49b; /* Verde escuro inicial */
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    
    letter-spacing: 0.5px;
    border: 1.5px solid #f1e49b;
    border-radius: 14px;
    position:absolute;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden; /* Garante que o efeito de fundo não escape */
}

/* O "fundo" que vai deslizar (Pseudo-elemento) */
.news-section a::before p {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa escondido à esquerda */
    width: 100%;
    height: 100%;
    background-color: #004d40; /* Cor que vai preencher */
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1; /* Fica atrás do texto */
}

/* --- EFEITOS AO PASSAR O MOUSE (HOVER) --- */

.news-section a:hover p {
    color: #ffffff; /* Texto muda para branco quando o fundo preenche */
    box-shadow: 0 4px 12px rgba(0, 77, 64, 0.3);
     border: 1.5px solid #004d40;
}

/* Faz o fundo deslizar para a direita */
.news-section a:hover::before p {
    left: 0;
}

/* Efeito extra: Aumenta levemente o botão */
.news-section a:active p {
    transform: scale(0.95);
}


.news-grid {
   
    display:inline-grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 100px));
    gap: 2px;
    margin-top: 47px;
}

.news-card {

    background: white;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
    width: 350px;
}

.news-card .imagem {
 
    float: left;
  
    width: 350px;
    height: 240px;
    object-fit: cover;
    object-position: center; 
}

.news-content { 
width: 350px;



}

.news-content span{ 
position: relative;
width: 140px;
height: auto;
background: rgba(41,104,94,1.00);
padding: 2px;
margin-top: -18px;

padding-right: 4px;
border-radius: 8px;
color:rgba(241,228,155,1.00);
float: left;


}

.news-content img{ 

padding-top: 3.5px;
margin-left: 7px;
margin-right: 7px;
margin-top: 3px;
border-radius: 8px;
width:17px;
height:17px;

}

.news-content h4{ 
width:335px;
margin-left: 10px;
color:rgba(41,104,94,1.00);
padding-top: 7px;
line-height: 19px;
float: left;
font-size: 14px;
}

.news-content p{ 
width:335px;
margin-left: 10px;
color:rgba(135,135,135,1.00);
padding-top: 7px;
line-height: 19px;
text-align:left;
font-size: 14px;
text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
    height: 157px;
}


.news-content p2{ 
float: left;
width:335px;
margin-left: 10px;
color:rgba(135,135,135,1.00);
line-height: 19px;
text-align:left;
font-size: 14px;

}


/* Estilo Base do Link (que vai parecer um botão) */
.news-content a {
    display: inline-block;
    margin-top: 7px;
    margin-left: 115px;
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #004d40; /* Verde escuro inicial */
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    
    letter-spacing: 0.5px;
    border: 1.5px solid #004d40;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden; /* Garante que o efeito de fundo não escape */
}

/* O "fundo" que vai deslizar (Pseudo-elemento) */
.news-content a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Começa escondido à esquerda */
    width: 100%;
    height: 100%;
    background-color: #004d40; /* Cor que vai preencher */
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1; /* Fica atrás do texto */
}

/* --- EFEITOS AO PASSAR O MOUSE (HOVER) --- */

.news-content a:hover {
    color: #ffffff; /* Texto muda para branco quando o fundo preenche */
    box-shadow: 0 4px 12px rgba(0, 77, 64, 0.3);
}

/* Faz o fundo deslizar para a direita */
.news-content a:hover::before {
    left: 0;
}

/* Efeito extra: Aumenta levemente o botão */
.news-content a:active {
    transform: scale(0.95);
}
/* Destaques Agro Button */
/* Estilo Base do Card para contexto */


/* Espaçamento da Seção */
.tips-section {
margin-top: 27px;
position: relative;
float: left;
    height: auto;
    background-color: #004d40;
    width: 100%;
   
}

/* O Card com fundo verde */
.tips-card {
width:350px;
height: auto;
    background-color: #004d40;
   
    align-items: center;
    /* Bordas arredondadas do card todo */
    overflow: hidden; /* Garante que a imagem não saia do card */
    box-shadow: 0 15px 35px rgba(0, 77, 64, 0.2);
}

/* Lado da Imagem */
.tips-image {
    width:350px;
    height:auto;
}

.tips-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    /* Efeito de curva interna na imagem conforme o layout */
    
}

.tips-image .imagem {
 margin-top: 34px;
    float: left;
      max-height: 627px;
    width:350px;
    height: auto;
    object-fit: cover;
    object-position: center; 
}

/* Lado do Texto */
.tips-content {
    width:350px;
    float: left;
    color: white;
    
}

.badge-tips {
float: left;
   height: 90px;
    text-align: center;
  width:350px;

    font-size: 37px;
    font-weight: bold;
    color:rgba(240,228,163,1.00);
    
    
}

.tips-content h2 {
margin-top: 27px;
    font-size: 24px;
     color:rgba(240,228,163,1.00);
    line-height: 24px;
    width: 350px;
    margin-bottom: 7px;
}

.tips-text p {
margin-top: 27px;
    font-size: 17px;
    
    margin-bottom: 10px;
    width: 350px;
    
text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
    height: 490px;
}

/* Rodapé e Botão "Mais Dicas" */
.tips-footer {
    text-align: center;
   
    background-color:rgba(255,255,255,1.00);
}

.btn-more-tips {
margin-top: 47px;
    display: inline-block;
    background-color: #004d40;
    color: white;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 19px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Animação do botão "Mais Dicas" */
.btn-more-tips:hover {
    background-color: #fff;
    color: #004d40;
    border-color: #004d40;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 77, 64, 0.2);
}


/* Espaçamento e Estilo da Seção */
.video-section {
float: left;
position: relative;
margin-top: 70px;
   width: 100%;
    background-color: #fff;
    text-align: center;
}

.video-header h2 {
    font-size: 32px;
    color: #4f2135;
    margin-bottom: 5px;
}

.video-header p {
    font-size: 14px;
    font-weight: bold;
    color: #4f2135;
    margin-bottom: 40px;
}

/* Grade de Vídeos (3 colunas) */
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Card do Vídeo */
.video-card {
    text-align: left;
    cursor: pointer;
}

.video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Overlay de Play */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.play-button {
    width: 50px;
    height: 50px;
    background: #ff0000; /* Vermelho YouTube */
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
}

/* Triângulo do Play */
.play-button::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white;
}

/* Informações do Vídeo */
.video-info h3 {
    font-size: 16px;
    margin: 15px 0 5px;
    color: #333;
}

.video-info p {
    font-size: 13px;
    color: #777;
}

/* --- ANIMAÇÕES HOVER --- */

.video-card:hover .video-thumb img {
    transform: scale(1.1);
}

.video-card:hover .play-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.video-card:hover .play-button {
    transform: scale(1.2);
    background: #cc0000;
}

/* Botão de Acesso ao Canal */
.btn-channel {
    display: inline-block;
    background-color: #4b2a4a; /* Cor roxa escura do layout original */
    color: white;
    padding: 12px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    transition: background 0.3s;
}

.btn-channel:hover {
    background-color: #351e34;
}






/* Estilo da Seção de Parceiros */
.partners-section {
float: left;
width: 100%;
margin-top: 47px;
padding-bottom: 47px;
height: auto;
   
    background-color: #002d26; /* Verde petróleo bem escuro */
    text-align: center;
}

.partners-section h2 {
  color:rgba(240,228,163,1.00);
    font-size: 34px;
    margin-bottom: 40px;
   
    margin-top: 47px;
}

/* Grade de Parceiros */
.partners-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; /* Garante que quebre no celular */
}

.partner-item {
    flex: 1;
    min-width: 150px;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-item img {
    max-width: 100%;
    height: 170px;
    max-height: 170px;
    /* Efeito de opacidade para as logos "descansarem" no fundo */
    opacity: 0.7;
    filter: grayscale(1) brightness(2); /* Deixa as logos brancas/claras */
    transition: all 0.4s ease;
    object-fit: cover;
}

/* --- ANIMAÇÃO AO PASSAR O MOUSE --- */

.partner-item:hover img {
    opacity: 1;
    filter: grayscale(0) brightness(1); /* Revela as cores originais no hover */
    transform: scale(1.1); /* Leve aumento */
}






}











