.redes_body {
    position: fixed;
    z-index: 9;
    width: 100px;
    right: 6%;
    top: 40%;
    visibility: hidden;
}

.redes_body ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.redes_body ul li a {
    background-color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #003cec;
    display: block;
}



.redes_header {
    position: fixed;
    z-index: 9;
    width: 100px;
    right: 6%;
    top: 40%;
}

.redes_header ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.redes_header ul li a {
    background-color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #003cec;
    display: block;
}

.redes_header_small {
    display: none;
}



@media (max-width: 767px) {
    .redes_header.redes_header_small {
        width: 150px;
        position: relative;
        top: 0;
        justify-content: center;
        left: 0;
        right: 0;
        float: none;
        margin: 0 auto;
    }

    header .main-navigation .redes_header ul {
        flex-direction: row;
        margin-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    header .main-navigation .redes_header ul li {
        border-bottom: 0px;
        margin-bottom: 0;
    }

}







@media (min-width: 768px) and (max-width: 992px) {
    .redes_header.redes_header_small {
        width: 150px;
        position: relative;
        top: 0;
        justify-content: center;
        left: 0;
        right: 0;
        float: none;
        margin: 0 auto;
    }

    header .main-navigation .redes_header ul {
        flex-direction: row;
        margin-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    header .main-navigation .redes_header ul li {
        border-bottom: 0px;
        margin-bottom: 0;
    }

}





@media (min-width: 993px) and (max-width: 1024px) {
    .redes_header.redes_header_small {
        width: 150px;
        position: relative;
        top: 0;
        justify-content: center;
        left: 0;
        right: 0;
        float: none;
        margin: 0 auto;
    }

    header .main-navigation .redes_header ul {
        flex-direction: row;
        margin-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    header .main-navigation .redes_header ul li {
        border-bottom: 0px;
        margin-bottom: 0;
    }

}


@media (min-width: 1281px) {
    header .main-navigation .redes_header ul li {
        border-bottom: 0px;
        margin-bottom: 0;
    }

}