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

.itens {
    /* display: flex; */
    /* overflow: hidden; */
}

.item {
    background-color: #F1F2F2;
    border-radius: 20px;
    color: #00396f;
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    /* flex: 1; */
    height:100px;
    align-content: center;
    text-align: center;
    margin-right: 10px;
    padding: 0 15px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    /* box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
    border-radius: 50%;
    background: #fff;
}

.slick-arrow.prev {
    left: -35px;
}

.slick-arrow.next {
    right: -25px;
}

.slick-arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
}

.slick-arrow.prev:after {
    border-left: 2px solid #363636;
    border-bottom: 2px solid #363636;
    transform: rotate(45deg);
    left: 24px;
}

.slick-arrow.next:after {
    border-right: 2px solid #363636;
    border-bottom: 2px solid #363636;
    transform: rotate(-45deg);
    right: 24px;
}