/* 
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
*/


/*
    Add your custom styles here
*/
a{color: #444444}
.home .swiper-slide-inner{max-width: 1400px}
.swiper-pagination{max-width: 1400px; text-align: left; transform: translatex(-50%);left: 50% !Important;}
.archivo-single-curso{overflow: hidden}
.archivo-single-curso a{width: 100%}
.archivo-single-curso section{  
    position: absolute;
    width: CALC(100% - 20px);
    padding: 20px;
    transition: 0.3s all
}
.archivo-single-curso section{top: 100%}
.archivo-single-curso:hover section{
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;}
.archivo-single-curso .elementor-absolute{opacity: 0; transition: 0.3s all}
.archivo-single-curso:hover img{opacity: 0.7 !Important;transition: 0.3s all}
.archivo-single-curso .elementor-widget-image{background: black}

.elementor-cta__content{position: absolute !Important; bottom: CALC(0px - 110px); transition: 0.3s all }
.elementor-cta:hover .elementor-cta__content{bottom: 0}
.elementor-cta__content .elementor-cta__description{min-height: 70px;}

@media(max-width:1024px){
    .elementor-location-header .elementor-nav-menu--dropdown{
        position: absolute;
        right: -20px;
        top: 28px;
        padding: 0 20px 0 10px;
    }
}
@media(max-width:768px){
    .elementor-cta__content{bottom: 0}

    .archivo-single-curso section{
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;}
    .archivo-single-curso .elementor-absolute{opacity: 1; transition: 0.3s all}
    .archivo-single-curso img{opacity: 0.7 !Important;transition: 0.3s all}
    .archivo-single-curso .elementor-widget-image{background: black}

}