        body{
            margin: 0;
        }
        .footer {
            font-family: 'Lato-Lighter', sans-serif;
            font-weight: 300;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            color: white;
            height: 100% ;/*240px; /* Ajuste a altura conforme necessário */
        }
        .footer .h3, .titulos {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Lato';
}
        
        .footer::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/imagemfooter.webp), linear-gradient(to bottom, #00000082 0%, #2c2c2c 100%);
            background-position: center;
            background-blend-mode: multiply;
            background-size: cover;
            filter: blur(1px);
            z-index: -1;
        }
        /* Pré-carregamento da imagem */
.link-preload {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    background-image: url(../images/imagemfooter.webp);
}
        .footer > div {
            padding: 40px 10px 40px 40px;
            box-sizing: border-box;
            background: rgba(0, 0, 0, 0.5); /* Adiciona uma sobreposição preta para melhorar a legibilidade do texto */
        }
        .footer > div:first-child {
            flex: 1 1 30%;
           /* min-width: 300px;*/
           /* max-width: 500px;*/
        }
        .pfooter{
           width: 80%; 
        }
        .footer > div:not(:first-child):not(:last-child) {
            flex: 1;
            padding: 72px 10px;
        }
        .footer > div:nth-child(4) {
    flex: 1;
    padding: 72px 10px;
}
        .redes-sociais {
            display: flex;
            place-content: space-evenly;
            margin-top: 10px;
            display: flex;
    place-content: 2px;
    margin-top: 10px;
    gap: 10px;
    justify-content: center;
        }
        .redes-sociais a {
            margin-right: 5px;
        }
        
    .footer ul {list-style-type: none;
}
.footer a{
    color: white;
    text-decoration: none;
    line-height: 25px;
}
.footer a:hover{
    zoom: 1.2;
    font-weight: bold;
    font-family: Lato;
   
}
.imagelogo{
                width: 350px;
            }
           .rede1{
    display: block;
}
.rede2{
    display: none;
}
            @media (min-width:0 ) and (max-width: 690px) {
                .footer > div:first-child  {  flex: 0 0 100%!important;
              }
              .footer > div:not(:first-child):not(:last-child) {
                   padding: 10px 40px;
                text-align: center;
            }
            .footer ul {
                margin: 0px;
    padding: 0px;
            }
            .footer > div:nth-child(4) {
padding: 40px 10px;
}
.pfooter{
    width: 100%;
    padding: 7px;
    text-align: justify;
}
            }
        @media (max-width: 690px) {
            .imagelogo{
                width: 100%;
                max-width: 350px;
                      }
            .footer {
                height: auto; /* Permite que o rodapé expanda para acomodar o conteúdo */
            }
            .footer > div {
                flex: 0 0 100%;
               align-items: center; /* Centraliza o conteúdo verticalmente */
                align-items: center;
    padding: 10px 10px 20px;
            }
            .redes-sociais {
                justify-content: center;
                margin-top: 0;
                            }
        }
        @media (min-width:0 ) and (max-width: 990px) {
        .rodape_Class {
    position: absolute!important;
    position: absolute;
    width: 100%;
    height: 72px;
    left: 0px;
  /* top: 5600.282px;*/
    overflow: visible;
}
.textorodape_Class {

	top: 7px;
    left: 53px;
    top: 28px;
    overflow: visible;
    width: 285px;
    white-space: nowrap;
    line-height: 20px;
    margin-top: -3px;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(61, 61, 61, 1);
    letter-spacing: 0.2px;
    margin: 26px auto;
}

.fundorodape{
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 72px;
    left: 0px;
    top: 0px;
}
.fundorodape_Class{
    
    fill: rgba(255, 147, 83, 0.141);
}
.rede1{
    display: none;

}
.rede2{
    display: block;
    text-align: center;
}
}
        
.rodape_Class {
    position: relative;
top: auto;
}
.textorodape_Class {
	width: auto;
	position: relative;
	left: auto;
    top: auto;
}
.fundorodape {

	position: absolute;
	left: auto;
}
.fundorodape {
    overflow: visible;
    width: 100%;
    height: 30px;
    left: 0px;
    top: 0px;
}
.rodape_Class {
    position: relative;
    width: 100%;
    height: 30px;
    left: 0px;
    top: auto;
    overflow: visible;
}
.fundorodape_Class {
    fill: rgba(255, 147, 83, 0.141);
}
.textorodape_Class {
    top: 8px;
    white-space: nowrap;
    line-height: 30px;
    margin-top: -3px;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: rgba(61, 61, 61, 1);
    letter-spacing: 0.2px;
}