/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.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
*/

:root {
	--color-verde: #94FFC4;
	--color-negro: #94FFC4;
	--color-veige: #FFFBF7;
}


/*
    ESTILOS PARA LA WEB DE ALDANA H.
*/

/* ESTILOS PARA EL REPRODUCTOR DE VIDEOS */
#ultimos-video-del-canal .scroller-con.skin_apple>.scrollbar>.scrollbary {
    background: rgba(148, 255, 196,.75) !important;
}
#ultimos-video-del-canal .layout-builder--item p{
	display: none;
}
.dzsvg-search-field.outer>input {
    background-color: rgba(255,255,255) !important;
}

/* CURSOS Y CHARLAS ARCHIVE BOX */
.archive-cursos-charlas .elementor-post__card a.elementor-post__read-more{
	background-color: var(--color-verde);
	display: block;
    padding: 12px 10px;
    text-align: center;
	transition: all .3s;
}
.archive-cursos-charlas .elementor-post__card a.elementor-post__read-more:hover,
.archive-cursos-charlas .elementor-post__card a.elementor-post__read-more:active,
.archive-cursos-charlas .elementor-post__card a.elementor-post__read-more:focus{
	background-color: #000000;
	color: #FFF;
}

/* ESTILOS PARA LOS CUSTOM SHORTCODE */
ul.last-post-charlas-y-cursos{
	list-style: none;
	padding: 0px;
}
ul.last-post-charlas-y-cursos li{
	line-height: 1em;
	margin-bottom: 13px;
}
ul.last-post-charlas-y-cursos li a{
	color: #212529;
	font-size: .8em;
	transition: all .3s;
}
ul.last-post-charlas-y-cursos li a:hover{
	text-decoration: underline;
	color: var(--color-verde);
}
