body {
    background: black;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 550px;
    background: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-cont {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.content {
    color: #fff;
    background: #62041b;
}

.content a {
    color: #f6db02;
}

.content h2,
.content h3,
.content h4 {
    color: #f6db02;
}

.image-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: auto;
}

.img-cont {
    color: #fff;
    padding-top: 10px;
}

.keywords a {
    background: #b3b609;
    color: #000;
    padding: 8px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    border-radius: 6px;
}

footer {
    background: #99052a;
    color: #e3d402;
}

.locations {
    border-bottom: 1px solid #a5193c;
}

.locations a {
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 15px;
}

.locations a:hover {
    background-image: radial-gradient(circle farthest-corner at 50.4% 50.5%, rgba(251, 32, 86, 1) 0%, rgba(153, 5, 42, 1) 90%);
}

.phone {
    background: #004D9A;
    color: #fff;
}

.whatsapp {
    background: #249C00;
    color: #fff;
}