.pie{
    background-color: #de7f3700;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footeer{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(182, 182, 182);
    border-radius: 500px;
    transition: transform 15s ease;
}
.foote1{
    margin: 20px;
    box-shadow: 0px 0px 50px 5px #1f1e1ea7;
    border-radius: 50px;
}
.foote2{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgb(0, 0, 0);
    border-radius: 100px;
}
.foote3{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 64, 255, 0.607);
    border-radius: 100px;
}
.foote4{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(255, 0, 0, 0.436);
    border-radius: 100px;
}
.foote5{
    margin: 20px;
    box-shadow: 0px 0px 20px 10px rgb(190, 108, 0, 0.4);
    border-radius: 100px;
}.foote6{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(251, 0, 255, 0.436);
    border-radius: 100px;
}
.foote7{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(0, 255, 30, 0.372);
    border-radius: 100px;
}
.foote8{
    margin: 20px;
    box-shadow: 0px 0px 20px 5px rgba(9, 230, 255, 0.664);
    border-radius: 100px;
}
.foote9{
    margin: 20px;
    box-shadow: 0px 0px 50px 5px #36f8d2;
    border-radius: 100px;
}
.grupo-2{  
    padding: 0 10px 10px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
}
.subgrupo{
    width: 100%;
    /* height: 15vh; */
    display: flex;
    justify-content: center;
    align-items: end;
}
.grupo-3 small{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.grupo-3{
    width: 100%;
    background-color: #c0669e;
    padding: 15px 10px;
    text-align: center;
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 767px) {
    .pie {
        padding: 5px 0 0 0; /* Reducir padding */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -100px;
    }

    .footeer, .foote1, .foote2, .foote3, .foote4, .foote5, .foote6, .foote7, .foote8 {
        margin: 10px; /* Reducir márgenes */
        padding: 5px; /* Reducir padding */
        box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5); /* Ajustar sombra */
        border-radius: 30px; /* Reducir borde redondeado */
        margin-top: -10px;
    }
    .grupo-3 small {
        font-size: 0.5rem; /* Reducir tamaño de fuente */
        font-family: Arial, Helvetica, sans-serif;
    }

    .grupo-3 {
        width: 100%;
        background-color: #c0669e;
        padding: 6px 5px; /* Reducir padding */
        text-align: center;
        color: rgb(0, 0, 0);
    }
    
}
