@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Farsan&family=Imperial+Script&family=Ubuntu+Mono:wght@700&family=Yeseva+One&display=swap');

.wp-block-gallery img {
    transition: transform 0.3s ease; /* Agrega la transición suave */
}

.wp-block-gallery img:hover {
    transform: scale(1.1); /* Usa 'transform' en lugar de 'scale' directamente */
    z-index: 1;
}

.wp-site-blocks {
	color: #fff;
}

.wp-block-site-title{
	font-family: "Bodoni Moda", serif;
	text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
}

.wp-block-site-title a{
	text-decoration: none;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #000!Important;
	color: #fff!Important;
}

html {
	scroll-behavior: smooth;
}

header.wp-block-template-part {
	top: 0;
	position: sticky;
	z-index: 999;
    /*z-index: 999;
    width: calc(100% - 2.50rem);
    position: fixed;*/
	margin-bottom: calc(-80px - -2rem);
}

video {
  width: 100%;
  padding-top: 25px;
  height: auto;
  object-fit: contain;
  background: #000;
}

/* Modo horizontal (landscape) */
@media (orientation: landscape) {
  video {
    width: 100%;         /* ocupar todo el ancho del viewport */
    height: 100vh;        /* ocupar toda la altura de la ventana */
    object-fit: cover;    /* recortar si hace falta para llenar */
    padding-top: 0;
	margin-top: -80px;
  }
}

#sendForm input, #sendForm textarea {
	width: 100%;
	margin-bottom: 10px;
}

#content {
	min-height: 100dvh;
}
input {
	font-size: 16px!Important
}

.wc-block-product-template__responsive {
	margin-left: 0;
}

#aviso-de-cookie {
	color: #fff;
	font-family: inherit;
	background: #4d4d4dd6;
	padding: 20px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 100%;
	max-width: 300px;
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
	border-radius: 5px;
	margin: 0px;
	z-index: 1000000;
	box-sizing: border-box
}

#aviso-de-cookie button {
	color: inherit;
	background: #90afaa;
	border: 0;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
	cursor: pointer
}

@media only screen and (max-width: 600px) {
	#aviso-de-cookie {
		max-width:100%;
		bottom: 0;
		left: 0;
		border-radius: 0
	}
}

.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart {
    padding: 0 20px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #a3a3a3;
}

.ast-header-button-1 .ast-custom-button, .ast-header-social-1-wrap .ast-social-color-type-custom svg {
    color: #757575;
	border-color: #dbdbdb;
	fill: #757575;
}

main .wp-block-group {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

main .wp-block-group.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Webkit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #444; /* color del scroll */
  border-radius: 10px;
  border: 2px solid #000;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #444 #000;
}

#btnGoTop svg {
	margin: -3px 11px!Important;
    width: 20px;
}

#cerrar-modal {
	cursor: pointer;
}

.has-foreground-background-color {
    background-color: #000000cc !important;
}