/* 
Theme Name: Mármoles Calahorra
Theme URI: https://marmolescalahorra.es/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://thenewads.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Entrada de blog */

.single-post h2{margin-top: 40px;}
.single-post h3{margin-top: 20px;}
.single-post ul{padding-left: 40px; margin-bottom: 10px;}
.single-post ul li{padding-bottom: 10px;}

/*Botón Flecha*/
.botonFlecha .elementor-button{
    position: relative;
}

.botonFlecha .elementor-button::after{
    content: "";
    width: 50px;
    height: 27px;
    position: absolute;
    right: -70px; /* 50px de la flecha + 20px de separación */
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2026/03/marmoles-calahorra-flecha-boton.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.botonFlecha:hover .elementor-button::after{
    transform: translateY(-50%) translateX(4px);
}

#btnPanelCookies{background: none; border: none; color: var( --e-global-color-primary ); font-size: 18px!important; font-weight: 200!important; cursor: pointer; padding: 0; text-transform: unset; font-family: inherit;}
#btnPanelCookies:hover{color: unset;}

#pagLegal h2{margin-top: 40px; margin-bottom: 15px; color: var( --e-global-color-primary ); font-size: 38px;}
#pagLegal ol, #pagLegal ul{margin-top: 10px;}
#pagLegal ul{margin: 10px 0;}
#pagLegal li{padding-bottom: 8px; line-height: 1.3em;}
#pagLegal a{text-decoration: underline;}

/*==========================================*/
@media only screen and ( max-width: 1300px ) {
}