/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-abr-2021, 11:55:35
    Author     : CSnet
*/

body {
    background: rgb(5,5,5);
    background: linear-gradient(137deg, rgb(5 5 5) 0%, rgb(52 53 58) 100%);
    font-family: 'Comic Neue', cursive;
}
#cabecera{
    height: 100vh;
        text-align: center;
        padding-top: 10em;
}

#cabecera a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3em;
}

h1#logotipo a {
	text-align: center;
	text-indent: -9999em;
	background-image: url(/imagenes/logotipo/bonita.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	outline: none;
	height: 300px;
	display: inline-block;
	margin: 10px;
	padding: 0;
	width: 300px;
}

.redes{
    margin: 4em 0;
}

.redes i{
    color: #ffffff;
    font-size: 1.5em;
    padding: 0.2em;
}

.redes h3{
    color: #ffffff;
    font-size: .9em;
    font-family: "Arial", sans-serif;
    font-weight: 700;
}