.footerPublic {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
    font-family: 'Arial', sans-serif;
    width: 100%;
    position: relative;
    bottom: 0;
    border-top: 4px solid #ffbb5d;
}

.footerPublic-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footerPublic-section {
    flex: 1;
    margin: 10px;
    height: 250px;
    min-width: 250px;
}

.footerPublic-section h3 {
    color: #f1ab49;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1ab49;
    padding-bottom: 10px;
}

.footerPublic-section p,
.footerPublic-section ul {
    font-size: 15px;
    line-height: 1.8;
    color: #ddd;
}

.footerPublic-section ul {
    list-style: none;
    padding: 0;
}

.footerPublic-section ul li {
    margin-bottom: 10px;
}

.footerPublic-section ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footerPublic-section ul li a:hover {
    color: #ffbb5d;
    text-decoration: underline;
}

.footerPublic-bottom {
    text-align: center;
    padding: 20px 0;
    background-color: #222;
    border-top: 1px solid #444;
}

.footerPublic-bottom p {
    margin: 0;
    font-size: 14px;
    color: #bbb;
}

.footerPublic-btngps1 {
    max-width: 200px;
    height: auto;
}

.footerPublic-btngps2 {
    width: 100%;
    height: 100%;
    outline: 2px solid #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    transition: width 0.5s, box-shadow 0.3s;
}

.footerPublic-btngps2:hover {
    cursor: pointer;
    width: 105%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
}

.footerPublic-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footerPublic-contactito2 {
    color: #f1f1f1;
    z-index: 100;
    height: 34px;
    padding-left: 0px;
}

.footerPublic-contactito2 > a img {
    width: 30px;
    height: 30px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.6));
    transition: filter 0.3s;
}

.footerPublic-contactito2 > a img:hover {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
    cursor: pointer;
}

.links {
    outline: none;
}
