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

/* Add your custom styles here */

.owl-carousel .item {
    display: flex;
    flex-direction: column;
}


.owl-carousel .owl-item .item.col-impar .top {
    height: 25vh;
}

.owl-carousel .owl-item .item.col-impar .bot {
    height: 40vh;
}

.owl-carousel .owl-item .item.col-par .top {
    height: 40vh;
}

.owl-carousel .owl-item .item.col-par .bot {
    height: 25vh;
}

.owl-carousel .item > div {
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    position: relative;
}

.owl-carousel .item > div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: white;
    background: black;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.owl-carousel .item > div a div{
	position: absolute;
    left: 8%;
    bottom: 8%;
    max-width: 250px;
}

.button-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: black;
    color: white;
}

.owl-carousel .item > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
