body{
    background-color: #dacbb3;
}

.navbar{
    font-size: 25px;
    background-color: #dacbb3 !important;
}

.nav-link {
    margin: auto;
    color: #9c7f57;
}

.nav-link :active{
    color: #9c7f57 !important;
    font-weight: bold !important;
}

.redes {
    padding: 20px;
    font-size: 30px;
    color: #9c7f57;
}

.contacto{
    width: 50%;
    margin: auto;
}

.btn-primary{
    margin-top: 10px;
    background-color: #9c7f57 !important;
    border: #9c7f57 !important;
}

footer{
    text-align: center;
    color: #9c7f57;
}

.card{
    margin: auto;
    max-width: 800px !important;
}

.acerca{
    display: flex;
    flex-direction: row;
    padding: 40px;
}

.acerca-texto{
    max-width: 800px !important;
    margin: auto;
}

.acerca-foto img{
    width: 250px;
    height: 300px;
}

.acerca-foto{
    border: 1px solid #9c7f57;
    box-shadow: 10px 8px 7px #9c7f57;
}

h6{
    font-style: italic;
}