body{
    font-family: sans-serif;
    background: #d60101;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

#gatito-mcdonalds {
    display: block;
    margin: 0px auto;
    height: 300px;
    width: 300px;
}

#gatito-papitas {
    display: block;
    margin: 0px auto;
    height: 150px;
    width: 150px;
}

#gatito-btn {
    display: block;
    margin: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#contacto p {
    margin-bottom: 1.2rem;
    color: #e0e0e0;
}

#contacto a {
    color: #6ec1e4;
    text-decoration: underline;
    transition: color 0.2s;
}

#contacto a:hover {
    color: #fff;
}

h1 {
    text-align: center;
    font-size: 2em;
    margin: 5px;
}

h2 {
    text-align: center;
    font-size: 1.5em;
    margin-top: 20px;
}

h3 {
    text-align: left;
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 0px;
}

h5 {
    text-align: center;
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 0px;
}

h6 {
    text-align: right;
    font-size: 0.9em;
    margin-top: 0px;
    margin-bottom: 20px;
}

p {
    text-align: center;
    font-size: 1em;
    margin: 5px 5px;
}

footer {
    text-align: center;
    font-size: 0.8em;
    margin-top: 20px;
    padding: 10px;
    background-color: #d60101;
    color: #ffffff;
}

.barra hr {
	background: #690101;
	width: 100%;
	height: 5px;
	border: red;
	margin: 0px 0;
	border-radius: 0px;
}

.redes-bar hr {
    background: #69010100;
    width: 100%;
    height: 3px;
    border: red;
    margin: 0px 0;
    border-radius: 0px;
}

.contenedor {
	width: 500px;
	height: 500px;
	margin: 50px auto;
	padding: 20px;
	background: #fff;
	overflow: auto;
	font-family: 'Open Sans';
	border-radius: 4px;
}

.contenedor h1 {
	font-size: 38px;
	font-weight: 600;
	color: #000;
}

.contenedor p {
	margin-bottom: 20px;
	line-height: 28px;
	font-size: 16px;
	color: #414141;
}

.contenedor hr {
	background: #690101;
	width: 30%;
	height: 5px;
	border: none;
	margin: 20px 0;
	border-radius: 50px;
}

/* Grosor */
::-webkit-scrollbar {
    width: 14px;
}

/* Fondo de ScrollBar */
::-webkit-scrollbar-track {
    background: #d60101;
}

/* ScrollBar */
::-webkit-scrollbar-thumb {
    background-color: #680101;
    border-top: 2px solid #d60101;
	border-right: 2px solid #d60101;
    border-bottom: 2px solid #d60101;
}

/* Cuando se pone el mouse arriba */
::-webkit-scrollbar-thumb:hover {
    background-color: #800000;
}

/* Cuando se mantiene presionado */
::-webkit-scrollbar-thumb:active {
    background-color: #8b0101;
}


        .redes {
            display: flex;
            gap: 0.3rem;
            align-items: center;
        }
        .redes a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #00000000;
            border-radius: 50%;
            width: 2rem;
            height: 1rem;
        }
        .redes img {
            width: 1.5rem;
            height: 1.5rem;
            filter: invert(80%) sepia(20%) saturate(300%) hue-rotate(170deg);
            transition: filter 0.2s;
        }


