body {
    background-image: url(../images/bg1.png);
    background-color: #454545;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.Estilo21,
.Estilo25,
.Estilo48,
.Estilo49,
.Estilo50 {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    margin: 0;
}

#content p,
#content ul,
#content ol {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
}

#content a {
    color: #3498db;
    text-decoration: underline;
}

#content a:hover {
    color: #ffffff;
}

#site-generator {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    margin: 0;
}

#colophon {
    background-color: #ffffff;
}

#colophon p {
    font-weight: bold;
}

.gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery li {
    float: left;
    margin-right: 15px;
}

.overlay {
    display: none;
}

.gallery li:hover .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 50%;
}

.emoji {
    font-size: 24px;
    margin-right: 5px;
}

.call-button {
    display: inline-block;
    background-color: #ffffff;
    color: #3498db;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
}

video {
    width: 50%;
    height: auto;
    float: right;
}