/**
Theme Name: murotub
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: murotub
Template: astra
*/
:root {
    --tamano-headings-shortcode: 8rem;
}

p {
    text-wrap: balance;
}


.min-height-100vh {
    min-height: 100vh;
}

.aspect-ratio-16-9 {
    aspect-ratio: 16 / 9;
}

.max-width-1720px {
    max-width: 1720px;
}

.max-width-700px {
    max-width: 700px;
}

.max-width-900px{
    max-width: 900px;
}

.max-width-1100px{
    max-width: 1100px;
}

.sticky-middle-of-screen {
  position: sticky !important;
  top: 200px
}

@media (max-width: 900px) {
    .sticky-middle-of-screen {
        top: 50px;
    }
}

@media(max-width: 678px) {
    .sticky-middle-of-screen {
        position: static !important;
    }
}

.mix-blend-mode-multiply {
    background: inherit white;
    background-blend-mode: multiply;
}

div.producto-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.productos-shortcode {
    position: relative;
    width: 100vw;
    color: var(--ast-global-color-0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2.5em;
    overflow: hidden;
    padding: 200px 0;

}

.productos-img {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-height: 340px;
    padding: 20px;
    width: 100%;
}

div.producto-img {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 5px;
    cursor: pointer;
    will-change: width, height;
}

/*M'he quedat en el minut 3:24 */

div.productos-name {
    width: 100%;
    height: var(--tamano-headings-shortcode);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
    padding: 10px 0 0;
}

div.producto-name h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: var(--tamano-headings-shortcode);
    font-weight: 600;
    letter-spacing: -0.5rem;
    line-height: 1;
    color: var(--ast-global-color-0);
    user-select: none;
    transform: translateY(100%);
    z-index: 1;
}

/* div.producto-name.default h1 {
    color: var(--ast-global-color-0);
    transform: translateY(-100%);
} */

div.producto-name h1 .letter {
    position: relative;
    transform: translateY(0%);
    will-change: transform;
}

@media (max-width: 900px) {
    section.productos-shortcode {
        flex-direction: column;
        padding: 10px 0;
    }

    div.productos-img {
        max-width: 100%;
        justify-content: flex-start;
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        gap: 1rem;
        min-height: 0;
        align-items: center;
    }

    div.producto-img {
        height: 70px;
        width: 70px;
        padding: 0;
        min-width: 70px;
        min-height: 70px;
    }


    div.producto-name h1 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    div.productos-name {
        height: 1.5rem;
        padding: 0;
    }
}


/* form */
#responsive-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: #fff;
    /* blanco sobre el fondo naranja */
    font-size: 0.95rem;
}

#responsive-form input,
#responsive-form textarea {
    width: 100%;
    padding: 0.65rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

/* color del texto dentro de inputs */
#responsive-form input,
#responsive-form textarea {
    background-color: rgba(0, 0, 0, 0.3);

    color: #fff;
    /* semitransparente para destacar */
}

#responsive-form input::placeholder,
#responsive-form textarea::placeholder {
    color: #fff;
}

/* botón */
#responsive-form input[type="submit"] {
    background: var(--ast-global-color-0);
    max-width: 200px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    border-radius: 8px;
}

#responsive-form input[type="submit"]:hover {
    background: white;
    color: var(--ast-global-color-0);
}

/* errores CF7 */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #fff !important;
}

/* checkbox */
#responsive-form input[type="checkbox"] {
    margin-right: 8px;
}

#responsive-form .wpcf7-acceptance label {
    color: #fff;
    font-size: 0.9rem;
}

#responsive-form .wpcf7-acceptance a {
    color: #fff;
    text-decoration: underline;
}


.form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;

}

.column-full {
    flex: 0 0 100%;
    box-sizing: border-box;
}

.column-half {
    flex: 0 0 calc(50% - 0.5rem);
    box-sizing: border-box;
}

/* Estilos específicos para el acceptance */
#responsive-form .wpcf7-acceptance {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #fff;
}

#responsive-form .wpcf7-acceptance input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0;
}

#responsive-form .wpcf7-acceptance a {
    color: #fff;
    text-decoration: underline;
}

.wpcf7-list-item {
    margin: 0;
}

.form-white-background-container #responsive-form label,
.form-white-background-container #responsive-form .wpcf7-acceptance label {
    color: #222;
}

.form-white-background-container #responsive-form input,
.form-white-background-container #responsive-form textarea {
    color: #222;
    background-color: white;
    border: 1px solid var(--ast-global-color-0);
}

.form-white-background-container #responsive-form input::placeholder,
.form-white-background-container #responsive-form textarea::placeholder {
    color: #888;
    background-color: white;
}

.form-white-background-container #responsive-form input[type="submit"] {
    background: var(--ast-global-color-0);
    color: #fff;
}

.form-white-background-container #responsive-form input[type="submit"]:hover {
    background: #fff;
    color: var(--ast-global-color-0);
}

.form-white-background-container .wpcf7-not-valid-tip,
.form-white-background-container .wpcf7-response-output {
    color: #b00 !important;
}

.form-white-background-container #responsive-form .wpcf7-acceptance a {
    color: var(--ast-global-color-0);
}

/* sumbenu */

/* .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link, .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
    color: var(--ast-global-color-3);
}

.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link:hover, .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link:hover {
    color: var(--ast-global-color-0);
}
 */

/*Quitar margen del widget 4 del footer*/
aside[data-section="sidebar-widgets-footer-widget-4"] p {
    margin: 0;
}

@media screen and (max-width: 921px) {
    aside[data-section="sidebar-widgets-footer-widget-4"] p {
        margin: 0;
        text-align: center;
    }

    aside[data-section="sidebar-widgets-footer-widget-4"] h2 {
        text-align: center;
    }
}

/*Estilo añadido Footer*/
.footer-extra {
    background-color: #270600;
    /* mismo fondo que el footer principal */
    padding: 45px 10px;
    border-top: 1px solid #ffedeb;
}


.footer-gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin: 0 auto;
    max-width: 1720px;
  }

.footer-gallery-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    background-color: #270600;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  @media (max-width: 921px) {
    .footer-gallery-item img {
        height: auto;
    }
}

.footer-gallery-item img:hover {
    transform: scale(1.05);
    opacity: 0.85;
}

.site-footer-primary-section-3.site-footer-section.site-footer-section-3
{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

footer#colophon  div.ast-footer-row-mobile-stack {
    padding: 10px;
}

#content {
    min-height: 100vh;
}

/* Contenedor principal */
.fondo-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/* Imagen de fondo */
.fondo-slider-bg {
    flex: 2;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: filter 0.5s, transform 0.5s;
}
.fondo-slider-bg img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-width: 1000px;
    border-radius: 20px;
}

/* Slider */
.fondo-slider-container {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}
.fondo-slider-slide {
    background: var(--ast-global-color-4);
    padding: 1.5rem;
    border-radius: 8px;
}
.fondo-slider-slide h3 {
    margin-top: 0;
    font-size: 1.5rem;
    color: var(--ast-global-color-0);
}

/* separador */
.fondo-slider-slide h3::after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: var(--ast-global-color-0);
}

.fondo-slider-slide p {
    line-height: 1.6;
    color: var(--ast-global-color-3);
}

/* Efecto de blur */
.fondo-slider-bg.slider-activo {
    filter: blur(5px);
    transform: scale(0.9);
}


.fondo-slider-button-prev {
    left: auto;
    right: 60px;
}
.fondo-slider-button-next {
    right: 10px;
}

/* Responsive */
@media (max-width: 980px) {
    .fondo-slider-wrapper {
        flex-direction: column;
    }
    .fondo-slider-bg,
    .fondo-slider-container {
        flex: 1;
        width: 100%;
    }
    .fondo-slider-container {
        max-width: 100%;
    }
}

.ast-single-post .entry-content .container-cards a{
    text-decoration: none;
}

 .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar{
    padding: 0 !important;

} 


#block-23 .alignright{
    margin-left: 0;
}


#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position){
    left: 30px !important;
    bottom: 30px !important;
    background: var(--ast-global-color-0) !important;

}

.rank-math-html-sitemap{
    padding: 10px;
}