/* ---- CLASSI COMUNI */
.pacchetti-page .section,
.pacchetto-page .section-pacchetto {
    background-color: #fff;
}

/* ---- STILE */
/* _SECTION-JUMBOTRON */
.pacchetti-page .section-jumbotron.jumbotron-template .container-fluid.top,
.pacchetto-page .section-jumbotron.jumbotron-template .container-fluid.top {
    background-image: url("../../../images/pacchetti-page/pacchetti-jumbotron-bkg.jpg");
    background-position: center;

}

.pacchetto-page .section-jumbotron.jumbotron-template .container-fluid.top {
    position: relative;
}

.pacchetto-page .section-jumbotron.jumbotron-template .container-fluid.top::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.pacchetto-page .section-jumbotron.jumbotron-template .container-fluid.top .top-section {
    z-index: 2;
}

.pacchetti-page .section-jumbotron .top-section .short-description, 
.pacchetti-page .section-jumbotron .bottom-section,
.pacchetto-page .section-jumbotron .top-section .short-description, 
.pacchetto-page .section-jumbotron .bottom-section {
    background-color: #88b55a;
}

/* _top-section */
.pacchetti-page .section-jumbotron.jumbotron-template .short-description,
.pacchetto-page .section-jumbotron.jumbotron-template .short-description {
    margin-bottom: 38px;    
}

/* _bottom-section */
.pacchetti-page .section-jumbotron.jumbotron-template .bottom-section .link-other-page,
.pacchetto-page .section-jumbotron.jumbotron-template .bottom-section .link-other-page {
    color: #333;
}

/* _SECTION-PRESS */
.pacchetti-page .section-press {
    padding-top: 80px;
    padding-bottom: 120px;
}

.pacchetti-page .section-press .press-container {
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 50px;
}

.pacchetti-page .section-press .press-item {
    /* min-height: 517px; */
    background-color: #f9faf9;
    flex: 0 1 calc(50% - 15px);
    /* max-width: 549px !important; */
}

.pacchetti-page .section-press .press-item .img-container {
   /* max-width: 549px; */
}

.pacchetti-page .section-press .press-item .img-container img {
    width: 100%;
}

.pacchetti-page .section-press .press-item .info-container {
	padding: 30px 36px;
}

.pacchetti-page .section-press .press-item .date {
	font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 14px;
    color: #000;
    background-color: #88b55a;
    padding: 0 10px;
    width: fit-content;
}

.pacchetti-page .section-press .press-item h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.pacchetti-page .section-press .press-item p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #666666;
}

.pacchetti-page .section-press .press-nav .link-active {
    color: #88b55a;
}

.pacchetti-page .section-press .press-nav .page-numbers-container a {
    padding: 0 5px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.img-pacchetti-container {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 354px;
}

.img-pacchetti-container:before {
    content: "";
    display: block;
    padding-top: 64.480874316939891%;
}

/* Pacchetto */
.section-pacchetto {
    padding-top: 100px;
}

.section-pacchetto .text-container {
    max-width: 475px;
}

.section-pacchetto .text-container .text-title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 48px;
    line-height: 55px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-pacchetto .text-container .text-subtitle {
    color: #88b55a;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section-pacchetto .slideshow-container {
    width: 635px;
}

.section-pacchetto .custom-btn-dark {
    width: 377px;
    max-width: 100%;
    height: 59px;
    background-color: #000;
    color: white;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 59px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 14px;
    border: 2px solid #000;
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {
    .section-pacchetto .text-description {
        columns: 2;
        gap: 50px;
    }
}

@media screen and (max-width: 1199px){
    .pacchetti-page .section-press .press-container {
        row-gap: 40px;
    }
    .section-pacchetto .text-description {
        max-width: 475px;
    }
}

@media screen and (max-width: 767px) {
    .pacchetti-page .section-press .press-item {
        flex-basis: 100%;
    }
    .section-pacchetto .slideshow-container {
        width: 100%;
    }
}