@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*::after,
*::before,* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'nomer_samvilanregular';
    src: url('/fuentes/nomer_samvilan_web/nomer_samvilan-webfont.woff2') format('woff2'),
         url('/fuentes/nomer_samvilan_web/nomer_samvilan-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

body, html{
    margin: 0 auto;
    max-width: 1200px;
    font-family: "Poppins", serif;  
    background-color: rgb(0, 0, 0);
}

.contenedor-redes {
    padding-top: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}.logo-redes {
    width: 45px;
    height: auto; 
    margin-bottom: 10px; 
}
.redes a {
    text-decoration: none;
    list-style-type: none; 
}
ul{
    padding-left: 0;
}
li{
    display: inline-block;
    margin: none;
}