/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2026 | 13:30:45 */
.post-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.tp-single-gallery {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 8px;
    margin-top: 20px !important;
}

.tp-single-filas {
    display: grid;
    grid-template-columns: 4fr 2fr;
    gap: 30px;
}

h2.tp-single-title {
    display: block;
    padding: 10px 20px;
    margin-top: -100px;
    z-index: 222 !important;
    position: absolute;
    background-color: #ffffffbd;
}
}

.tp-single-embed {
    border: 0px !important; 
}

.fusion-flexslider.flexslider.post-slideshow.fusion-post-slideshow {
    display: none;
}

.tp-single-price-big {
    color: black !important;
}

.tp-single-thumb {
    width: 100%;
    height: 320px; /* ajustá esta altura según el look que busques */
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.tp-single-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.tp-tech-table {
    max-width: 800px;
margin-bottom: 60px !important;
}

.tp-tech-table td {
    font-weight: 600;
}

.tp-lb-close {
    z-index: 2;
}

.tp-single-price-box {
    background: transparent !important;
    display: block !important;
}

.tp-single-price-box-container {
    border-left: 1px solid black;
    padding: 10px 25px;
}

.tp-gallery-tittle h4 {
    font-size: 1.3em;
    font-weight: 600;
    display: block;
    border-top: 1px solid #80808040;
    padding-top: 15px;
}

h2.tp-slide-title {
    color: white;
    line-height: 1.3 !important;
}

.tp-slider-wrapper {
    margin-bottom: 40px;
}