/**************** PAGE ****************/
#div-catalogue .catalogue-title h1 {
    font-size: 20px !important;
    margin: 2vh 2vw;
}
#div-catalogue #div-contact-widget {
    background-color: var(--custom-white);
}
.page-content.div-catalogue h2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 6vh 0;
}
.page-content.div-catalogue p {
    text-align: justify;
}
.page-content.div-catalogue img {
    width: 100%;
    padding-right: 2vw;
}
.page-content.div-catalogue hr:last-child {
    display: none;
}

/**************** SLIDES ****************/

#div-catalogue-slider {
    padding-top: 0;
    padding-bottom: 0;
}
#div-catalogue-slider .carousel {
    height: 100%;
}
#div-catalogue-slider .carousel-control.left,
#div-catalogue-slider .carousel-control.right {
    background-image: none !important;
}
#div-catalogue-slider .carousel img {
    height: 50vh !important;
    width: 100%;
}
@media screen and (orientation:landscape) and (max-width: 991px) {
    #div-catalogue-slider .carousel img {
        height: 60vw !important;
    }
}
#div-catalogue-slider .carousel-inner .carousel-caption {
    position: absolute;
    height: 100%;
    bottom: 0;
}
#div-catalogue-slider .carousel-inner .div-title {
    position: absolute;
    width: 40%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
#div-catalogue-slider .carousel-inner .div-title * {
    text-shadow: none;
    width: 100%;
    color: black;
    clear: both;
}
#div-catalogue-slider .carousel-inner .div-title h5 {
    font-size: 19px;
    font-weight: bold;
}

/**************** MENU ****************/

.catalogue-menu-line {
    background-color: var(--custom-blue);
}
.catalogue-menu-item {
    height: 8vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalogue-menu-item a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.catalogue-menu-item.active {
    background-color: white;
}
.catalogue-menu-item.active a {
    color: var(--custom-blue);
}

/**************** BUTTONS ****************/

.activity-link-button-wrapper {
    text-align: center;
}
.activity-link-button-wrapper button {
    width: 50%;
    margin: 5vh 0;
    padding: 10px 30px;
    border-radius: 15px;
    background-color: var(--custom-blue);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}
.activity-link-button-wrapper a:focus {
    text-decoration: none;
    color: white;
    outline: 0;
}
#preview-btn button {
    width: 20vw;
    min-height: 5vh;
}