/* 
Theme Name: Mrtudesign
Theme URI: https://mrtudesign.com/
Author: Marta Prieto
Author URI: hhttps://mrtudesign.com/
Template: hello-elementor
Version: 2.0.0
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
*/

/* CÓDIGO PERSONALIZADO */
/* Cursor */
body, html, * {
    cursor: url(https://mrtudesign.com/wp-content/uploads/2024/02/nuevo.png), auto;
}
/* Menu */
#cabecera li.menu-item a {
    display: block;
}
#cabecera li.menu-item a:hover:after, #cabecera li.current-menu-item a:after {
    content: '';
    display: block !important;
    background-color: transparent !important;
    margin-top: 5px;
    left: 45%;
    width: 20px;
    height: 20px;
    background-image: url(https://mrtudesign.com/wp-content/uploads/2024/02/estrella-32.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
/* Desplegables */
.desplegable .elementor-tab-title {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	background-repeat: no-repeat;
}
.desplegable .elementor-tab-title span {
	margin-left: 15px;
}
.desplegable.licenciaturas  .elementor-tab-title {
	background-image: url('http://mrtudesign.com/wp-content/uploads/2024/02/subrayado-16.svg');
	background-position: 51% 75%;
	background-size: 163px 
}
.desplegable.trayectoria  .elementor-tab-title {
	background-image: url('http://mrtudesign.com/wp-content/uploads/2024/02/subrayado-17.svg');
	background-position: 51.5% 75%;
	background-size: 150px 
}
.desplegable .elementor-tab-content {
	text-align: center;
}
/* Marquee */
.marquee .elementor-heading-title {
    white-space: nowrap;
}
/* Traducciones */
[lang="en-US"] .postid-686 .elementor-headline-dynamic-letter {
    display: none;
}