/* -------------------------------- */
/* INVESTMENT SECTION START */
/* -------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@300;400;700&family=EB+Garamond:wght@300;400;700&family=Raleway:wght@100&family=Roboto:wght@100;300;400;700&family=Work+Sans:wght@100&family=Playfair+Display:wght@300;400;600;700&family=Dancing+Script:wght=400;700&display=swap');

.investment-section {
    width: 100%;
    padding: 0;
    margin: 0;
}

.investment-header {
    position: relative;
    width: 100%;
}

.investment-header img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.investment-header .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.investment-header .overlay h1 {
    font-size: 2.5em;
    color: #48391A;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    background: rgba(225, 223, 210, 0.45);
    padding: 10px 20px;
    border-radius: 0;
    display: inline-block;
    z-index: 1;
}

.investment-content {
    text-align: center;
    padding: 20px;
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100&display=swap');

.experience-title {
    font-family: 'Playfair Display', serif; /* Cambio a Playfair Display */
    font-size: 1.5em;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0;
    text-decoration: underline;
    font-weight: 100; /* Peso de fuente muy ligero */
    white-space: nowrap;
}

 


.package {
    margin: 140px auto 60px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 500px;
    position: relative;
}

.package-deluxe {
    background: #E1DFD2;
}

.package-basic {
    background: #C0BDA8;
}

.package-quick {
    background: #7D7964;
}

.package img {
    width: 89%;
    height: auto;
    border-radius: 0;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
}

.package-details {
    padding-top: 47%;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    position: relative;
    color: #000;
}

.package-title {
    position: relative;
    background-color: #C0AD8D;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    transform: translateY(0);
    margin-top: 20px;
}

.package-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C0AD8D;
    z-index: -1;
    border-radius: 0;
    transform: none;
}

.package-details p,
.package-details ul {
    text-align: left;
    padding: 0 10px;
    color: #000;
}

.package-details ul {
    list-style-type: disc;
    margin-left: 20px;
}

.action-buttons {
    text-align: center;
    margin: 20px 0;
}

.action-buttons .btn {
    display: block;
    width: 200px;
    margin: 10px auto;
    text-decoration: underline; /* Añadir subrayado */
    color: #333;
    background-color: #ECEAE1; /* Color de fondo para INQUIRE NOW */
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    border-radius: 0;
}

.action-buttons .btn:nth-child(2), 
.action-buttons .btn:nth-child(3) {
    background-color: #DCC7A1; /* Color de fondo para GALLERY y BOOKING */
}

.action-buttons .btn:hover {
    background-color: #D1C4B0; /* Color de fondo al pasar el mouse */
}

.additional-info {
    margin-top: 40px;
}

.addons-section {
    background-color: #FCF8F0;
    padding: 20px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 20px;
}

.addons-title {
    font-family: 'EB Garamond', serif;
    font-size: 1.5em;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.addons-list {
    list-style-type: none;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 1em;
    color: #000;
}

.addons-list li {
    margin: 5px 0;
}

.package-info {
    background-color: #B07649;
    padding: 20px;
    border-radius: 0;
    margin: 0 -20px;
    text-align: center;
    width: calc(100% + 40px);
    box-sizing: border-box;
}

.package-details-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 100;
}

.inquire-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D1C4B0;
    color: #000;
    text-decoration: underline; /* Añadir subrayado */
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

.inquire-btn:hover {
    background-color: #E1DFD2;
}

/* -------------------------------- */
/* INVESTMENT SECTION END */
/* -------------------------------- */
