@charset "utf-8";

*{
  margin:0px; 
  padding:0;
  border:0;
  
} 

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
	 
	 
  }
  
   a:link { 
   
  text-decoration:none; 
} 

a { 

  text-decoration:none; 
} 

@media screen and (max-width:1920px) and (orientation: landscape) {
	 
	 
	 @viewport{
    zoom: 0.0;
    width: device-width;
	
	 }

/* Rodapé Geral */
.main-footer {
    
  position: relative;
       float: left;
    background-color:rgba(255,255,255,1.00);
    padding: 60px 0 0;
    border-top: 2px solid #004d40;
   width: 100%;

}

.footer-wrap {
 
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.8fr; /* Ajuste das proporções das colunas */
    gap: 40px;
    padding-bottom: 50px;
}

.footer-col h4 {
    color: #004d40;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Links do Rodapé */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #008b45;
    padding-left: 5px;
}


.footer-col.social-col{

text-align: center;
width:170px;
}


.footer-col.social-col h4{
width:170px;
text-align: center;

}
/* --- Ícones Sociais --- */
.social-icons {
text-align:center;
    display: flex;
    gap: 15px;
}

.social-btn {
margin-left: 57px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: #f4f4f4; /* Fundo neutro inicial */
}

.social-btn img {
 align-items: center;
    width: 44px;
    height: 44px;
}

/* Cores no Hover */
.social-btn.whatsapp:hover {
    background-color: #25d366; /* Cor oficial WhatsApp */
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.social-btn.youtube:hover {
    background-color:rgba(244,108,111,1.00); /* Cor oficial YouTube */
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}


.footer-bottom{
margin-top: 34px;
font-size: 14px;
text-align: left;
margin-bottom: 27px;
}

}













/* Responsividade */
@media (max-width: 992px) {
    .footer-wrap {
        grid-template-columns: repeat(2, 1fr); /* 2 colunas em tablets */
    }
}

@media (max-width: 600px) {

/* Rodapé Geral */
.main-footer {
    
  position: relative;
       float: left;
    background-color:rgba(255,255,255,1.00);
    padding: 60px 0 0;
    border-top: 2px solid #004d40;
   width: 100%;

}

    .footer-wrap {
        grid-template-columns: 1fr; /* 1 coluna no celular */
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    
    .footer-col h4 {
    margin-top: 34px;
    color: #004d40;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* Links do Rodapé */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #008b45;
    padding-left: 5px;
}

.footer-bottom{
margin-top: 34px;
font-size: 14px;
text-align: center;
margin-bottom: 27px;
}
}