/* PIE DE PAGINA */

.pie_de_pagina {
    width: 100vw;
    padding: 2rem 1rem 0;
    padding-top: 5rem;
    margin: 0 auto;
    margin-top: 2rem;
    position: relative;
    text-align: center;
    background: #3625b3;
    background: linear-gradient(to top, #1f2cbd 30%, #04A7F2 95%);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pie_de_pagina * {
    color: #fff;
    font-family: sans-serif;
}

.pie_de_pagina>* {
    margin-bottom: 2rem;
}

.pie_de_pagina>div {
    width: min(600px, 100%);
    position: relative;
}

.pie_de_pagina>h2 {
    width: 100vw;
    height: 2rem;
}

.pie_de_pagina>p {
    width: 100vw;
    padding: 5rem 0 1rem;
    font-size: 10px;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pie_de_pagina a {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
}

.pie_de_pagina div h2 {
    margin-bottom: 0.5rem;
    text-align: center;
}

.pie_de_pagina div a {
    display: inline-block;
    min-width: 200px;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.136);
    margin: 0.5rem 0.5rem;
    margin-right: 1rem;
}

.pie_de_pagina>p>a {
    padding: 0 5px;
    font-weight: bolder;
}

.pie_de_pagina__burbuja {
    background-color: #0d7de032;
    content: '';
    width: 170px;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 32% 68% 52% 48% / 84% 31% 69% 16%;
    z-index: 0;
}