.yt-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  text-align: center;
}

:root {
	--accent: #efb259;
}

/**
 * Modern CSS Enhancements
 */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: transparent;
	accent-color: var(--accent);
}

body {
	background-color: #fff;
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
video {
	max-width: 100%;
	height: auto;
}

a,
button,
.rp-links,
.thumbnails .title,
summary {
	transition: color 150ms ease, opacity 150ms ease, background-color 150ms ease;
}

::selection {
	background: var(--accent);
	color: #000;
}

:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

a:active {
	opacity: 0.5;
}

.page a.active {
	color: var(--accent);
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

/**
 * hr
 */

hr {
	display: block;
	height: 0;
	background: none;
	border: 0;
	border-top: solid 1px #d2d2d2;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
	margin-top: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px;
	left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.3rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: Newsreader, Icons;
	font-style: normal;
	line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
	color: #fff;
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
	color: var(--accent);
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Spectral, Icons;
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
	line-height: 0.9;
	color: #fff;
	font-weight: 700;
	font-style: normal;
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] h2 {
	font-family: Spectral, Icons;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	font-style: normal;
	font-weight: 700;
}

[data-predefined-style="true"] h2 a {
	color: #fff;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "IBM Plex Sans", Icons;
	color: #fff;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] small a {
	color: rgb(255, 255, 255);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
	background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: rgba(0, 0, 0, 1) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 1rem /*!main_margin*/;
	padding-bottom: 1rem /*!main_margin*/;
	padding-left: 1rem /*!main_margin*/;
	padding-right: 1rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
	width: 51%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
	padding: 1.9rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
	margin: -3.8rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
	padding: 1.475rem/*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
	margin: -2.95rem/*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
	display: none;
}

.thumbnails .title {
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: Spectral, Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .title:hover {
	color: var(--accent);
}

.thumbnails .tags {
	margin-top: 0.3rem;
	margin-bottom: -0.7rem;
	font-size: 1.1rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
	color: var(--accent);
	text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(255, 255, 255);
	line-height: 1;
	font-size: 20px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: transparent;
	position: fixed;
	top: 3.3rem /*!site_menu_button*/;
	right: 1.3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 30px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

#site_menu {
	font-family: Newsreader, Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	color: white;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: #fff;
}

#site_menu .set-link > a {
	color: #fff;
	font-weight: bold;
}

#site_menu a:active {
	opacity: .5;
}

#site_menu a.active {
	opacity: .5;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255);
	line-height: 0.7em;
	font-size: 65px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 65px;
	line-height: 0.7em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 * (dejo esto tal cual — avisame si el sitio no usa la tienda de Cargo y lo saco)
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
	background: transparent;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
	height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
	font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
	width: 100%;
	max-width: 22rem;
	position: relative;
	display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	display: block;
	margin-bottom: 1rem;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	background: white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
	margin-bottom: 1rem;
	line-height: 1.2;
	padding: .7rem 2.5rem .7rem 1rem;
}

.shop_product .button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	background: rgba(0, 0, 0, 0.7);
	color: rgba(255,255,255,1);
	flex: 0 0 50%;
	text-align: left;
	display: inline-block;
	line-height: 1;
	padding: .8rem 1rem .9rem;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
	opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
	padding-top: 2.5rem /*!quick_view_padding*/;
	padding-bottom: 2.5rem /*!quick_view_padding*/;
	padding-left: 2.5rem /*!quick_view_padding*/;
	padding-right: 2.5rem /*!quick_view_padding*/;
	height: 100% /*!quick_view_height*/;
	width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
	width: 100%;
	height: 100%;
	margin: 0;
}

[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
	font-weight: 400;
	transition: 100ms opacity ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 3.5rem 0;
	text-align: center;
	font-size: 1.5rem;
}

.quick-view-caption span {
	padding: 0.5rem 1rem;
	display: inline-block;
	background: rgba(0,0,0,.5);
	color: white;
}

.quick-view-navigation .close-button {
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
}

.quick-view-navigation .close-button .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
	stroke: #000;
	stroke-width: 2.5px;
	opacity: 0.6;
}

/**
 * Navigation Arrows
 * (compartidas por Quick View, Image Gallery y Wallpaper Backdrop —
 * antes estaban triplicadas con los mismos valores)
 */

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow,
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow,
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
	height: 36px;
	width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color,
.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color,
.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color,
.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color,
.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
	stroke: rgba(0, 0, 0, 0.6);
	stroke-width: 2.5px;
}

.quick-view-navigation .left-arrow {
	left: 10px;
}

.quick-view-navigation .right-arrow {
	right: 10px;
}

/**
 * Feed
 */

.feed .content_container .page {
	border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
	max-width: 36rem;
	height: 3.3rem;
	outline: 1px solid rgba(0,0,0,0.15);
	color: rgba(0, 0, 0, 0.6);
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
	max-width: 100%;
}

.audio-player .separator {
	width: 1px;
	background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
	background: transparent;
	cursor: pointer;
	fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
	fill: rgba(0, 0, 0, 0.85);
	padding: 30%;
	width: 100%;
	margin: auto;
}

.audio-player .buffer {
	background: rgba(0,0,0,0.03);
}

.audio-player .progress {
	background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
	border: 1px solid rgba(0, 0, 0, 0.7);
	width: 1px;
	height: 100%;
	right: 0;
	position: absolute;
	cursor: ew-resize;
}

.audio-player .note-icon {
	height: 100%;
	width: 3.8rem;
	padding: 1rem;
	fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
	padding-left: 1rem;
}

.audio-player .total-time {
	padding-right: 1rem;
}

/**
 * Tabla EPD
 */

table, th, td {
	text-align: center;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
    border-collapse: collapse;
    border: 1px solid #504230;
}

table {
	width: 100%;
	table-layout: fixed;
	border: 0px;
}

th {
	background-color: #352916;
	color: #fff;
	font-family: "Archivo Narrow", Icons;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
    padding: 13px 0px;
}

td {
	background-color: #e6dcd2;
	color: #000;
	font-family: "Archivo Narrow", Icons;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
}

td.sub {
	background-color: #fff;
	color: #000;
	font-family: "Archivo Narrow", Icons;
	font-style: normal;
	font-weight: 400;
}

th.vacio {
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid #736b5a;
}

.page a#logo.active {
	opacity: 1;
	color: #fff;
}

/**
 * Listado completo (tabla ancha, todas las columnas)
 */

.listado-bleed {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0 24px;
}

.listado-section-title {
	text-align: center;
	margin: 32px 0 16px;
}

.listado-swipe-hint {
	display: none;
}

.listado-link-wrap {
	text-align: center;
	margin: 8px 0 24px;
}
.listado-link {
	display: inline-block;
	background-color: var(--accent);
	color: #000;
	border-radius: 100px;
	padding: 10px 28px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
.listado-link:hover {
	background-color: transparent;
	color: var(--accent);
	border: 1px solid var(--accent);
	padding: 9px 27px;
}
.listado-link::after {
	content: ' →';
}
.listado-link.back::after {
	content: '';
}
.listado-link.back::before {
	content: '← ';
}

.listado-scroll {
	overflow-x: auto;
	margin-bottom: 32px;
}

table.listado-table {
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #504230;
}

.listado-table th,
.listado-table td {
	border: 1px solid #504230;
	padding: 3px 5px;
	text-align: center;
	white-space: normal;
	overflow-wrap: break-word;
	font-family: "Archivo Narrow", Icons;
}

.listado-table th {
	background-color: #352916;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 400;
	position: sticky;
	top: 0;
}

.listado-table td {
	background-color: #ffffff;
	color: #000;
	font-size: 13px;
	font-weight: 600;
}

.listado-table td.listado-text {
	text-align: left;
	font-weight: 400;
}

.listado-table tbody tr:nth-child(even) td {
	background-color: #e6dcd2;
}

@media (min-width: 320px) and (max-width: 770px) {
	.listado-bleed {
		padding: 0 8px;
	}
	.listado-table th,
	.listado-table td {
		font-size: 8px;
		line-height: 1;
		padding: 1px 3px;
	}
	.listado-swipe-hint {
		display: block;
		text-align: right;
		font-size: 12px;
		color: rgba(255, 255, 255, 0.6);
		font-style: italic;
		margin-bottom: 4px;
	}
}

/**
 * Fichas de animales (Catálogo)
 */

.ficha-title {
	margin-top: 40px;
}

.ficha-wrapper {
	padding: 0 24px;
}

.table-wrap {
	border-radius: 16px;
	overflow: hidden;
}
.table-wrap thead tr:first-child > * {
	border-top: none;
}
.table-wrap tbody tr:last-child > * {
	border-bottom: none;
}
.table-wrap tr > *:first-child {
	border-left: none;
}
.table-wrap tr > *:last-child {
	border-right: none;
}

th.red-izq {
	border-top-left-radius: 16px;
	border-top: none;
	border-left: none;
}

.ficha-content h2.rp-categoria {
	display: inline-block;
	background-color: var(--accent);
	color: #000;
	border-radius: 100px;
	padding: 2px 12px;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 16px;
}

.ficha-menu summary {
	cursor: pointer;
	color: #fff;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 4px 0;
}
.ficha-menu summary::-webkit-details-marker {
	display: none;
}
.ficha-menu .toggle-icon {
	display: inline-flex;
	flex: 0 0 auto;
	margin-right: 16px;
	color: #fff;
}
.ficha-menu .toggle-icon .v {
	transition: opacity 0.2s ease;
}
.ficha-menu details[open] .toggle-icon .v {
	opacity: 0;
}
.ficha-menu details {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.ficha-menu details:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.rp-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 8px;
	margin: 12px 0;
}
.rp-links {
	display: inline-block;
	background-color: transparent;
	color: #ffffff;
	border-radius: 100px;
	border: 1px solid white;
	padding: 5px 19px;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}
.rp-list .rp-links:hover,
.rp-list .rp-links.active {
	background-color: var(--accent);
	color: #000000;
	border-color: var(--accent);
}

.ficha-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 16px;
}
.ficha-menu {
	flex: 0 0 240px;
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	padding-right: 16px;
}
.ficha-content {
	flex: 1 1 360px;
	padding-left: 30px;
	padding-right: 30px;
}
.ficha-table {
	flex: 0 0 300px;
}
.pedigree-info {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 12px 0;
}
.ficha-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

/**
 * Mobile Breakpoint
 */

@media (min-width: 320px) and (max-width: 770px) {

	[data-predefined-style="true"] bodycopy {
		text-align: center;
		font-family: Spectral, Icons;
		font-size: 1.8rem;
		line-height: 1.1;
		font-weight: 400;
	font-style: normal;
	}

	[data-predefined-style="true"] bodycopy a {
		font-size: 1.7rem;
		line-height: 1.3;
	}

	[data-predefined-style="true"] bodycopy h2 {
		color: #fff;
		font-size: 2em;
	}

	[data-predefined-style="true"] h1 {
		font-family: Spectral, Icons;
		text-align: center;
		padding: 0;
		margin: 0;
		font-size: 4rem;
		line-height: 0;
		color: #fff;
		font-weight: 700;
		font-style: normal;
	}

	[data-predefined-style="true"] small {
		font-size: 2rem;
		text-transform: capitalize;
		line-height: 1em;
	}

	table, th, td, td.sub {
		font-size: 16px;
	}

	hr {
		display: none;
	}

	hr.desktop {
		display: block;
	}

	.ficha-wrapper {
		padding: 0 16px;
	}
	.ficha-row {
		flex-direction: column;
	}
	.ficha-menu,
	.ficha-content,
	.ficha-table {
		flex: 1 1 auto;
		width: 100%;
	}
	.ficha-menu {
		border-top: 1px solid rgba(255, 255, 255, 0.8);
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.8);
		padding-top: 16px;
		padding-right: 0;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.ficha-content {
		padding-left: 0;
		padding-right: 0;
	}
	.ficha-menu summary {
		justify-content: center;
	}
	.ficha-title {
		margin-top: 28px;
	}
}