@media (min-width: 1200px) {
    .container {
        max-width: 1030px;
    }
}

.header {
    background-color: #000;
}

.header .container .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.content-top {
    position: relative;
    padding-bottom: 1rem;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.content-top .container {
    margin-top: 2rem;
    margin-bottom: 1.05rem;
}

.content-top a {
    color: inherit;
}

.content-top::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.content h1 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

.content h2 {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
}

.content .list-group-conditions {
    margin-bottom: 0;
    padding-left: 30px;
}

.content .list-group-conditions li {
    margin-bottom: 1.5rem;
}

.content .list-group-conditions li:last-child {
    margin-bottom: 0;
}

.content .list-group-conditions li span {
    display: block;
    margin-top: 1rem;
}

.content form label {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.content form .form-text {
    margin-top: 0.5rem;
}

.content form .form-check {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.content form .form-check a {
    color: inherit;
}

.footer {
    margin-top: 3rem;
    padding: 0.5rem;
    background-color: #000;
    color: #fff;
    font-size: 0.75rem;
}

.footer .row {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.footer a {
    color: inherit;
}

.footer .address {
    color: #b4b2b3;
}

.footer .address a {
    color: #fff;
}

.title-bar {
    font-size: 28px;
    text-transform: uppercase;
    color: #303030;
    font-weight: bold;
    margin: 15px 0 5px;
    line-height: 30px;
}

.direccion, .localidad {
    font-size: 16px;
    color: #303030;
}

.title-tapa {
    font-size: 20px;
    color: #bf0411;
    font-weight: bold;
    margin: 15px 0 5px;
}

.desc-tapa {
    font-size: 16px;
    color: #bf0411;
}