@charset "utf-8";

*{ box-sizing: border-box
}

html {
    font-size: 16px;
    background-color: #fff9e1
    
}

div {
color:#a00b55}

li {
    color: black;
    list-style: none;
    padding: 1;
    margin: 1;
    margin-left: 10
    
}

body{
    margin-right: 10%
}

p { 
color:#000000}

li a p{ 
color:black;
}

#botonera{
    list-style: none;
    display: flex;
    flex-direction: column;
}

#botonera li{
    display: block;
    text-align: center;
    width: 100%;
    height: 2rem;
    background-color:#ffebf2;
    }

#botonera li a{
    text-decoration: none;
    line-height: 2rem;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    }

#botonera:hover{
    color:brown;
}


.row {
    margin: 8px -16px;
}


.row,
.row > .column {
    padding: 8px;
}


.column {
    float: left;
    width: 25%;
}

.row:after {
    content: "";
    display:flex;
    clear: both;
}

.content {
    background-color: white;
    padding: 10px;
}

@media screen and (max-width: 900px) {
    .column {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}
.btn {
    border: none;
    background-color:#fff1fa;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block; 
}
.btn:hover {background: #eee;}

.proyecto {color:brown;}

footer{
    width: 100%;
    text-align: center;
    background-color: #ffe4ee;
    background-position: center;
    margin-right: 5%;
    margin-left: 5%
}


