#hero {
    margin-top: 70px;
    margin-bottom: 20px;
}

#damas {
    background-color: #c85b9e;
    /*padding-top: 15px;*/
    padding-bottom: 20px;
}

#caballeros {
    background-color: #f5f0f3;
    /*padding-top: 15px;*/
    padding-bottom: 20px;
}

#ninios {
    background-color: #9e4b9b;
    /*padding-top: 15px;*/
    padding-bottom: 20px;
}

#clientes {
    background-color: #c8b8ce;
    /*padding-top: 15px;*/
    padding-bottom: 20px;
}

#miscelaneos {
    background-color: #c85b9e;
    /*padding-top: 15px;*/
    padding-bottom: 20px;
}

#eventos {
    background-color: #f5f5f3;
    /*padding-top: 15px;*/
    padding-bottom: 20px;
}

.rrss {
    color: #333;
    text-decoration: none;
}

.ninios-gray {
    color: #333;
}

.button-send {
    background-color: #ccb1cc;
}

.top-cero {
    margin-top: 0px;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #2c0234;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
.fa {
    font-size: 20px;
}

.section-title {
    color: #333;
    font-family: 'Uncial Antiqua', cursive;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}