/* Carousel styling */
body {
    color: #222222;
}

#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
    height: 100vh;
}

#introCarousel {
    margin-top: 0;
}

.carousel-item:nth-child(1) {
    background-image: url('../img/s1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(2) {
    background-image: url('../img/s2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(3) {
    background-image: url('../img/s3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(4) {
    background-image: url('../img/s5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item h5 {
    font-weight: 400;
}

.carousel-item h1 {
    font-family: 'Courgette', cursive;
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
    #introCarousel {
        margin-top: 0;
    }

    #introCarousel,
    .carousel-inner,
    .carousel-item,
    .carousel-item.active {
        height: 50vh;
    }
}

.intro.img-fluid {
    width: 100%;
}

.navbar .nav-link.gold {
    color: #a6824b!important;
}
.navbar-dark.menu-top .navbar-nav .nav-link {
    color: #ffffff;
}
.menu-top {
    padding: 0;
    background: rgba(49, 30, 23, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.text-muted {
    color: #000000 !important;
    text-align: justify;
    margin-bottom: 0.4rem;
    font-weight: 300;
}

h4.title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    margin-bottom: 1.3rem;
}

.map {
    min-height: 40vh;
    margin: 0;
    padding: 0;
    border-top: 1px solid #cccccc;
}

.footer iframe {
    border-bottom: 1px solid #cccccc !important;
}

.text-right {
    text-align: right;
}

.footer .mb-4 {
    margin-bottom: 0.4rem !important;
}

.footer .py-4 {
    margin-bottom: 0 !important;
}

.btn-primary {
    background-color: #E65100;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #cf4900;
}

.brown {
    /*  color: #6b1e06; */
    color: #444444;
    font-weight: 300;
}

.brown.mb-5 {
}

.brown.mb-5.mb0 {
    margin-bottom: 0!important;
}

.address:first-child {
    margin-bottom: 45px;
}

.address .brown.mb-5 {
    font-weight: 600;
}

.address p {
    margin-bottom: 0;
}

.address hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.pl10 {
    padding-left: 10px;
}
.pr {
    padding-right: 40px;
}
.pr15 {
    padding-right: 15px;
}
.gold {
    color: #917852;
}

.gold a {
    color: #917852;
}
.blueimp-gallery .close {
    text-shadow: none;
    color: #ffffff;
    font-weight: 100;
    font-size: 36px;
}
.blueimp-gallery-display>.next, .blueimp-gallery-display>.prev {
    width: 40px!important;
    height: 40px!important;
    padding: 0!important;
    font-size: 50px;
    color: #ffffff;
    font-weight: 100;
    /* margin-top: -50px; */
    line-height: 34px;
    text-align: center;
}
#links a {
    color: #222222;
}
#links .bg-image.thumb {
    display: none;
}
.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 3rem!important;
}
.mt1r {
    margin-top: 1rem;
}
.slide-content {
    max-height: calc(100% - 170px)!important;
}
.oferta .card-title {
	margin-bottom: 0.8rem;
}
.oferta .card-body {
	padding-bottom: 1.1rem;
}