.single-obra-container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.obra-header {
    margin-bottom: 1%;
}
.obra-header h2 {
    text-align: left;
    text-transform: uppercase;
    padding: 1% 8%;
    font-size: 1.5vw;
    background-color: #444444;
    color: #FFFFFF;
}
.obra-header h1 {
    background: none;
    margin: -5% 0 0 8%;
    color: #444444;
    position: relative;
    z-index: 11;
}
@media screen and (min-width: 1380px) {
	.obra-header h1 {
		margin: -4% 0 0 8%;
	}
}
.obra-main-image {
    width: 100%;
    height: 60vh;
}
.obra-content {
    display: flex;
	flex-direction: column;
	max-height: 100vh;
	background-color: #F4F4F4;
	padding-bottom: 2rem;
}
.obra-details {
    flex: 1;
    background-color: #444444;
    color: #FFFFFF;
    padding: 20px;
}
.obra-details li:nth-child(1),
.obra-details li:nth-child(3),
.obra-details li:nth-child(4),
.obra-details li:nth-child(6) {
	display: none;
}
.obra-details ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}
.obra-details li {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 1.2vw;
}
.taxonomy-label {
    text-transform: capitalize;
    border-left: 10px solid var( --e-global-color-astglobalcolor0 );
    padding-left: 2%;
}
.obra-gallery img {
    width: 100%;
    height: auto;
}
.obra-contact-form {
    text-align: center;
}
/* Estilos para el slider */
.obra-gallery {
    flex: 2;
	padding: 1% 0 3% !important;
}
.swiper {
    width: 70%;
    height: auto;
	border-radius: 1rem;
}
.swiper-wrapper {
    display: flex;
	height: 70vh !important;
}
.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;

    /* Centrar la imagen */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 1rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.75rem !important;
    line-height: 2rem !important;
    color: #988F3C;
    background-color: #F5F5F5;
    padding: 0.5rem 1rem !important;
    border-radius: 9999px !important;
}
.swiper-button-prev {
	left: 3% !important;
}
.swiper-button-next {
	right: 3% !important;
}
.swiper-pagination-bullet {
    background: #444444 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .75) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,-4px) !important;
}
.swiper-pagination-bullet-active {
    background: #988f3c !important;
}
.obra-excerpt {
	display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: center;
}
.obra-excerpt p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin: 0;
    padding: 1%;
}