/* Ajustes generales */
body.single-producto .iw-aplicar-color-destacado,
body.single-producto .iw-aplicar-color-destacado h1,
body.single-producto .iw-aplicar-color-destacado h2,
body.single-producto .iw-aplicar-color-destacado h3,
body.single-producto .iw-aplicar-color-destacado h4,
body.single-producto .iw-aplicar-color-destacado h5,
body.single-producto .iw-aplicar-color-destacado h6 {
	color: var(--producto-color-destacado) !important;
}
body.single-producto .et_pb_divider::before {
	border-top-color: var(--producto-color-destacado) !important;
}







/* Colores header */
/*
Banner		----- 	iw-product-banner
Heading		----- 	iw-alquiler-heading
Separator	----- 	iw-alquiler-separator
Subheading	----- 	iw-alquiler-subheading
*/
body.single-producto .iw-alquiler-header .iw-product-banner {
	border: 3px solid var(--producto-color-destacado) !important;
}
body.single-producto .iw-alquiler-header .iw-product-banner:not(:has(img)) {
	display: none !important;
}
body.single-producto .iw-alquiler-header .iw-alquiler-heading,
body.single-producto .iw-alquiler-header .iw-alquiler-separator,
body.single-producto .iw-alquiler-header .iw-alquiler-subheading {
	width: 850px !important;
	max-width: 100% !important;
	color: var(--producto-color-destacado) !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	font-family: Oswald !important;
	font-weight: 900 !important;
	line-height: 1.3em !important;
}
body.single-producto .iw-alquiler-header .iw-alquiler-subheading h1 {
	color: var(--producto-color-destacado) !important;
}
body.single-producto .iw-alquiler-header .iw-alquiler-heading,
body.single-producto .iw-alquiler-header .iw-alquiler-subheading {
	padding: 10px 2% !important;
}
body.single-producto .iw-alquiler-header .iw-alquiler-heading {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
body.single-producto .iw-alquiler-header .iw-alquiler-subheading {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
body.single-producto .iw-alquiler-header .iw-alquiler-heading,
body.single-producto .iw-alquiler-header .iw-alquiler-heading .entry-title {
	font-size: 60px !important;
    text-transform: uppercase !important;
}
body.single-producto .iw-alquiler-header .iw-alquiler-subheading,
body.single-producto .iw-alquiler-header .iw-alquiler-subheading .entry-title {
	font-size: 45px !important;
    font-weight: 500 !important;
}


/* Imagenes destacadas */
body.single-producto .iw-featured-images {
	list-style: none !important;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 !important;
}
body.single-producto .iw-featured-images li {
	display: block;
	list-style: none !important;
	border: 1px solid var(--producto-color-destacado) !important;
	width: 48%;
	height: 200px;
	margin-bottom: 2% !important;
	padding: 10px !important;
}
body.single-producto .iw-featured-images li:nth-of-type(even) {
	margin-left: 2% !important;
}
body.single-producto .iw-featured-images li:nth-of-type(odd) {
	margin-right: 2% !important;
}
body.single-producto .iw-featured-images li:nth-last-of-type(-n + 2) {
	margin-top: 2% !important;
}
body.single-producto .iw-featured-images li:nth-of-type(-n + 2) {
	margin-bottom: 2% !important;
}
body.single-producto .iw-featured-images li img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
	background-color: #eee !important;
}






/* Maquetacion tarifas */
body.single-producto .iw-prices-table {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 50px auto !important;
	width: 1000px;
	max-width: 100%;
}
body.single-producto .iw-prices-table > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}
body.single-producto .iw-prices-table .col {
	padding: 0 !important;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
	flex: 1;
	margin: 0 !important;
}
body.single-producto .iw-prices-table .col .primary {
	flex-grow: 1;
}
body.single-producto .iw-prices-table > div > div {
	flex: 1;
	margin: 5px !important;
	padding: 15px !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: transparent !important;
}
body.single-producto .iw-prices-table .celda {
	margin: 5px !important;
	padding: 15px !important;
	text-align: center !important;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 5px !important;
	font-size: 20px !important;
	font-weight: 800 !important;
	line-height: 1.3em;
	text-transform: uppercase;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: transparent !important;
}
body.single-producto .iw-prices-table .celda sup {
	font-size: 18px !important;
	margin-right: 5px;
}
body.single-producto .iw-prices-table .celda small,
body.single-producto .iw-prices-table .celda strong {
	display: block;
}
body.single-producto .iw-prices-table .celda small {
	font-size: 20px !important;
}
body.single-producto .iw-prices-table .celda strong {
	font-size: 35px !important;
}
@media(max-width: 980px) {
	body.single-producto .iw-prices-table > div {
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: stretch;
		margin-bottom: 50px !important;
	}
}






/* Colores tarifas */
body.single-producto .iw-prices-table .primary {
	background-color: var(--producto-color-destacado) !important;
	color: white !important;
}

body.single-producto .iw-prices-table .secondary {
	background-color: white !important;
	color: var(--producto-color-destacado) !important;
}

body.single-producto .iw-prices-table .celda {
	border-color: var(--producto-color-destacado) !important;
}


/* Galeria */
body.single-producto .galeria {
	list-style: none !important;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 !important;
}
body.single-producto .galeria .slick-slide {
	margin: 20px !important;
}
body.single-producto .galeria li {
	list-style: none !important;
	height: 250px !important;
	padding: 10px !important;
	border: 1px solid var(--producto-color-destacado) !important;
}
body.single-producto .galeria img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

/* Call to action */
body.single-producto .iw-call-to-action {
	padding: 20px !important;
	background-color: var(--producto-color-destacado) !important;
}
body.single-producto .iw-call-to-action-link {
	padding: 0 10px;
	width: 250px !important;
	height: 50px !important;
	background-color: var(--producto-color-destacado) !important;
	position: relative;
	bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px 25px 0 0 !important;
	overflow: hidden;
}
body.single-producto .iw-call-to-action-link a {
	padding-bottom: 0 !important;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.single-producto .iw-call-to-action-link .et-pb-icon {
	color: white !important;
}
body.single-producto .iw-call-to-action-link .et_pb_icon_wrap {
	border-radius: 0 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
body.single-producto .iw-call-to-action-link .et_pb_icon_wrap::after {
	content: "Reserva ahora";
	color: white;
	font-weight: 600;
	margin-left: 15px;
	line-height: 1em;
	font-size: 15px;
	line-height: 15px;
}
body.single-producto .iw-call-to-action .wpcf7-form {
	flex-flow: row wrap !important;
	width: 100% !important;
}
body.single-producto .iw-call-to-action .wpcf7-form .form-section {
	flex-grow: 1 !important;
	width: 600px !important;
	margin: 1% !important;
}
body.single-producto .iw-call-to-action .wpcf7-form .form-row.field-info > p {
	flex-basis: 650px;
	max-width: 100%;
	border: 1px solid white !important;
	margin: 0 auto !important;
	flex-grow: 0 !important;
	padding: 10px !important;
}
body.single-producto .iw-call-to-action .wpcf7-form input[type="submit"] {
	background-color: var(--producto-color-destacado) !important;
	border-color: white !important;
}
body.single-producto .iw-call-to-action .wpcf7-form input[type="submit"]:not(:disabled):hover {
	background-color: white !important;
	color: var(--producto-color-destacado) !important;
}




/* Estilos acordeon */
body.single-producto .et_pb_accordion .et_pb_toggle {
	margin-bottom: 0 !important;
	border-width: 0 0 1px !important;
	transition: .3s;
}
body.single-producto .et_pb_accordion .et_pb_toggle:last-of-type {
	border-bottom: 0 !important;
}
body.single-producto .et_pb_accordion .et_pb_toggle_title {
	color: black;
	font-weight: 700;
}
body.single-producto .et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title,
body.single-producto .et_pb_accordion .et_pb_toggle_title:hover {
	color: var(--producto-color-destacado) !important;
	transition: .3s;
}
body.single-producto .et_pb_accordion .et_pb_toggle_title::before {
	color: var(--producto-color-destacado) !important;
}







/* Certificados */
body.single-producto .certificados a {
	color: var(--producto-color-destacado) !important;
}