/* 
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 */
#servicos .premium-image-separator-container {
    position: relative;
}
.item-servico > div > div {
    padding: 0 0 30px 0;
}
.img-video > div > div > div {
    min-height: 350px;
}
.logo-clientes .pa-gallery-img {
    background-color: #1f1f1f;
    border-radius: 33px;
    padding: 10px;
}
.item-pra-quem-e figure img{
	margin: 0 auto;
}
.logo-box {
    position: relative;
    transform-style: preserve-3d;
}
.logo-box:before {
    content: '';
    background-color: #48d935;
    height: 600px;
    width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    border-radius: 33px 250px;
    z-index: -1;
    transform: translateY(-50%);
}
.logo-box:after {
    content: '';
    background-color: #ffffff;
    border-radius: 33px;
    /* max-width: 550px !important; */
    min-height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width:1024px){
    .quem-somos:before,.quem-somos:after,#ebook:before,#ebook:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(img/shape-top-white-souequity.webp);
        height: 150px;
        width: 100%;
    }
    .quem-somos:after,#ebook:after {
        top: initial;
        bottom: 0;
        background-image: url(img/shape-bottom-white-souequity.webp);
    }
    #ebook:before{
    	background-image: url(img/shape-top-green-souequity.webp);
    }
}
@media only screen and (max-width:768px){
    .logo-box {
        min-height: 360px;
    }
    .logo-box:before {
        height: 420px;
        border-radius: 33px 100px;
        max-width: 300px;
    }
    .logo-box:after {
        height: 360px;
    }
    .bonus-absolute{
        position:relative !important;
    }
    #sobre img{
        max-width:200px;
    }
}