@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 {
    height: 100%;
    margin: 0;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: rgb(255, 255, 255);
}

h2 {
    font-family: 'nomer_samvilanregular';
    font-size: 50px;
    font-weight: 300;
    margin-top: 0%;
}

.contenedorTodo p {
    font-family: 'Poppins', serif;
    font-weight: 300;
    font-size: 1.35rem;
    margin-bottom: 3em;
}

.index{
    padding-left: 1%;
    padding-top: 0.8%;
}
.logo{
    width: 75px;
    height: auto; 
}
.contenedorTodo {
    text-align: center;
    display: block;
    align-items: center;
    padding: 0% 10%;
}
.logo-redes {
    width: 45px;
    height: auto; 
    margin-top: 0em; 
}
.redes a {
    text-decoration: none;
    list-style-type: none; 
}
ul{
    padding-left: 0;
}
.contenedorRedes li{
    display: inline-block;
    margin: 10px;
}
.footer {
	display: block;
	text-align: center;
	font-weight: 400;
	font-family: 'Poppins', serif;
	color: #fff;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer li {
	margin: none;
}
