/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

a{
    transition: all 0.25s ease !important;
	-moz-transition: all 0.25s ease !important;
	-webkit-transition: all 0.25s ease !important;
}

hr {
    height: 4px;
    width: 150px;
    border: none;
    background-color: #033a6a !important;
    margin: 60px auto !important;
}

p:last-child{
    margin: 0 !important;
}


.wp-block-image {display: contents !important;}

/* CABECERA -- STICKY */

/* La clase para habilitar el efecto sticky debe ser .sticky-cabecera */

.sticky-header.elementor-sticky--active{
    background: #FFF !important;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
	padding: 0 !important;
	transition: all 0.35s ease !important;
	-moz-transition: all 0.35s ease !important;
	-webkit-transition: all 0.35s ease !important;
}

/* LOGOTIPO -- STICKY */

.sticky-header .logo{
    display: contents !important;
    margin: 0 !important;
}

.sticky-header .sticky-logo{
    display: none !important;
    margin: 0 !important;
}

.sticky-header.elementor-sticky--active .logo{
    display: none !important;
    margin: 0 !important;
}

.sticky-header.elementor-sticky--active .sticky-logo{
    display: contents !important;
    margin: 0 !important;
}

/* MENÚ / MENÚ STICKY */

/* La clase del menú debe ser .menu-cabecera */
/* La clase para el botón destacado debe ser .btn-destacado */

/* Primer nivel */

.menu-cabecera ul li a{
    background: transparent !important;
    color: #FFF !important;
    /* Enlace */
}

.menu-cabecera ul li a:hover{
    background: transparent !important;
    color: #cf5314 !important;
    /* Enlace cuando pasas el ratón por encima */
}

.menu-cabecera ul li a.elementor-item-active{
    background: transparent !important;
    color: #fff !important;
    /* Enlace activo */
}

.menu-cabecera ul li a:after, .menu-cabecera ul li a:before{
    background: #033a6a !important;
    color: transparent !important;
    /* Subrayado del enlace */
}

.menu-cabecera .btn-destacado a{
    background: #cf5314 !important;
    border-radius: 50px !important;
    color: #FFF !important;
    margin: 0 0 0 10px !important;
    /* Botón */
}

.menu-cabecera .btn-destacado a:hover{
    background: #FFF !important;
    color: #033a6a !important;
    /* Botón cuando pasas el ratón por encima */
}

.menu-cabecera .btn-destacado a.elementor-item-active{
    background: #033a6a !important;
    color: #FFF !important;
    /* Botón activo */
}

.menu-cabecera .btn-destacado a.elementor-item-active:hover{
    background: #FFF !important;
    color: #033a6a !important;
    /* Botón activo cuando pasas el ratón por encima */
}

.menu-cabecera .btn-destacado a:after, .menu-cabecera .btn-destacado a:before{
    display: none !important;
    /* Eliminado el subrayado del botón */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li a{
    background: transparent !important;
    color: #000 !important;
    /* Enlace cuando el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li a:hover{
    background: transparent !important;
    color: #033a6a !important;
    /* Enlace cuando pasas el ratón por encima y el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li a.elementor-item-active{
    background: transparent !important;
    color: #033a6a !important;
    /* Enlace activo cuando el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li a:after{
    display: none !important;
    /* Subrayado oculto cuando el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a{
    background: #033a6a !important;
    border-radius: 5px !important;
    color: #FFF !important;
    margin: 0 0 0 20px !important;
    /* Botón cuando el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a:hover{
    background: #cf5314 !important;
    color: #FFF !important;
    /* Botón cuando pasas el ratón por encima y el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a.elementor-item-active{
    background: #033a6a !important;
    color: #FFF !important;
    /* Botón activo cuando el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a.elementor-item-active:hover{
    background: #cf5314 !important;
    color: #FFF !important;
    /* Botón activo cuando pasas el ratón por encima y el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a:after{
    display: none !important;
    /* Eliminado el subrayado del botón */
}

/* Segundo nivel */

.menu-cabecera ul li ul li a{
    background: #FFF !important;
    color: #000 !important;
    /* Enlace */
}

.menu-cabecera ul li ul li a:hover{
    background: #033a6a !important;
    color: #FFF !important;
    /* Enlace cuando pasas el ratón por encima */
}

.menu-cabecera ul li ul li a.elementor-item-active{
    background: #cf5314 !important;
    color: #FFF !important;
    /* Enlace activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li ul li a{
    background: #FFF !important;
    color: #000 !important;
    /* Enlace cuando el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li ul li a:hover{
    background: #033a6a !important;
    color: #FFF !important;
    /* Enlace cuando pasas el ratón por encima y el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li ul li a.elementor-item-active{
    background: #cf5314 !important;
    color: #FFF !important;
    /* Enlace activo cuando el efecto sticky está activo */
}

/* Tercer nivel */

.menu-cabecera ul li ul li ul li a{
    background: #FFF !important;
    color: #000 !important;
    /* Enlace */
}

.menu-cabecera ul li ul li ul li a:hover{
    background: #033a6a !important;
    color: #FFF !important;
    /* Enlace cuando pasas el ratón por encima */
}

.menu-cabecera ul li ul li ul li a.elementor-item-active{
    background: #820D3D !important;
    color: #FFF !important;
    /* Enlace activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li ul li ul li a{
    background: #FFF !important;
    color: #000 !important;
    /* Enlace cuando el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li ul li ul li a:hover{
    background: #033a6a !important;
    color: #FFF !important;
    /* Enlace cuando pasas el ratón por encima y el efecto sticky está activo */
}

.sticky-header.elementor-sticky--active .menu-cabecera ul li ul li ul li a.elementor-item-active{
    background: #820D3D !important;
    color: #FFF !important;
    /* Enlace activo cuando el efecto sticky está activo */
}

/* COOKIES */

#cookie-law-info-bar{
	padding: 40px !important;
}

#cookie-law-info-bar br{
	display: none !important;
}

#cookie-law-info-bar h5{
	color: #033A6A;
	font-size: 24px !important;
	margin: 0 0 20px 0 !important;
}

#cookie-law-info-bar p{
	font-size: 14px;
}

#cookie-law-info-bar p:last-child{
	margin: 40px 0 0 0 !important;
}

#cookie-law-info-bar #cookie_action_close_header{
    margin: 0 20px 0 0;
}

.wp-block-columns {
	gap: 10px !important;
	margin: 0 !important;
}

/* MEDIA QUERIE PARA MÓVILES */

@media only screen and (max-width: 900px){

    /* MENÚ / MENÚ STICKY */

    /* Primer nivel */

    .menu-cabecera ul li a{
        background: #FFF !important;
        color: #033a6a !important;
        /* Enlace */
    }
    
    .menu-cabecera ul li a:hover{
        background: #033a6a !important;
        color: #fff !important;
        /* Enlace cuando pasas el ratón por encima */
    }
    
    .menu-cabecera ul li a.elementor-item-active{
        background: #fff !important;
        color: #cf5314 !important;
        /* Enlace activo */
    }
    
    .menu-cabecera ul li a:after{
        display: none !important;
        /* Eliminado el subrayado del enlace */
    }
    
    .menu-cabecera .btn-destacado a{
        background: #cf5314 !important;
        border-radius: 0 !important;
        color: #FFF !important;
        margin: 0 !important;
        /* Botón */
    }
    
    .menu-cabecera .btn-destacado a:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Botón cuando pasas el ratón por encima */
    }
    
    .menu-cabecera .btn-destacado a.elementor-item-active{
        background: #cf5314 !important;
        color: #FFF !important;
        /* Botón activo */
    }
    
    .menu-cabecera .btn-destacado a.elementor-item-active:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Botón activo cuando pasas el ratón por encima */
    }
    
    .menu-cabecera .btn-destacado a:after{
        display: none !important;
        /* Eliminado el subrayado del botón */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li a{
        background: transparent !important;
        color: #000 !important;
        /* Enlace cuando el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li a:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace cuando pasas el ratón por encima y el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li a.elementor-item-active{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace activo cuando el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li a:after{
        display: none !important;
        /* Subrayado oculto cuando el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a{
        background: #820D3D !important;
        border-radius: 0 !important;
        color: #FFF !important;
        margin: 0 !important;
        /* Botón cuando el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Botón cuando pasas el ratón por encima y el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a.elementor-item-active{
        background: #820D3D !important;
        color: #FFF !important;
        /* Botón activo cuando el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a.elementor-item-active:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Botón activo cuando pasas el ratón por encima y el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera .btn-destacado a:after{
        display: none !important;
        /* Eliminado el subrayado del botón */
    }
    
    /* Segundo nivel */
    
    .menu-cabecera ul li ul li a{
        background: #2b2b2b !important;
        color: #FFF !important;
        /* Enlace */
    }
    
    .menu-cabecera ul li ul li a:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace cuando pasas el ratón por encima */
    }
    
    .menu-cabecera ul li ul li a.elementor-item-active{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li ul li a{
        background: #cf5314 !important;
        color: #FFF !important;
        /* Enlace cuando el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li ul li a:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace cuando pasas el ratón por encima y el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li ul li a.elementor-item-active{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace activo cuando el efecto sticky está activo */
    }
    
    /* Tercer nivel */
    
    .menu-cabecera ul li ul li ul li a{
        background: #820D3D !important;
        color: #FFF !important;
        /* Enlace */
    }
    
    .menu-cabecera ul li ul li ul li a:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace cuando pasas el ratón por encima */
    }
    
    .menu-cabecera ul li ul li ul li a.elementor-item-active{
        background: #820D3D !important;
        color: #FFF !important;
        /* Enlace activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li ul li ul li a{
        background: #820D3D !important;
        color: #FFF !important;
        /* Enlace cuando el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li ul li ul li a:hover{
        background: #033a6a !important;
        color: #FFF !important;
        /* Enlace cuando pasas el ratón por encima y el efecto sticky está activo */
    }
    
    .sticky-header.elementor-sticky--active .menu-cabecera ul li ul li ul li a.elementor-item-active{
        background: #820D3D !important;
        color: #FFF !important;
        /* Enlace activo cuando el efecto sticky está activo */
    }

}

/* BLOG */

/* Listados */

.lista-categorias h5{
    display: none !important;
}

.lista-categorias ul{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.lista-categorias li{
    display: inline-block !important;
}

.lista-categorias a{
    background: #cf5314 !important;
    border-radius: 50px !important;
    color: #FFF !important;
    display: inline-block !important;
    list-style: none !important;
    padding: 10px 20px !important;
}

.lista-categorias a:hover{
    background:#cf5314 !important;
    color: #033a6a !important;
}

.lista-entradas .elementor-post__read-more{
    background:#cf5314 !important;
    color: #FFF !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
}

.lista-entradas .elementor-post__read-more:hover{
    background: #cf5314 !important;
    color: #033a6a !important;
}

/* Paginación */

.elementor-pagination{
	margin: 80px 0 0 0;
}

.page-numbers, .page-numbers:not(:last-child){
	background: #cf5314 !important;
	border-radius: 50px;
	color: #FFF !important;
	padding: 10px 20px;
}

.page-numbers:hover, .page-numbers.dots, .page-numbers.current{
	background:#cf5314 !important;
	color: #033a6a !important;
	padding: 10px 20px;
}

/* Artículo */

.articulo ul, .articulo ol{
    margin: 0 0 10px 0 !important;
}