.elementor-11131 .elementor-element.elementor-element-59707ed{--display:flex;}.elementor-11131 .elementor-element.elementor-element-59707ed:not(.elementor-motion-effects-element-type-background), .elementor-11131 .elementor-element.elementor-element-59707ed > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hernanimedeiros.com/wp-content/uploads/2025/01/hernani-medeiros-bg-space-4.webp");}.elementor-11131 .elementor-element.elementor-element-e8047c8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-11131 .elementor-element.elementor-element-103e0d4{--display:flex;}.elementor-11131 .elementor-element.elementor-element-759ee66{--iteration-count:infinite;}.elementor-11131 .elementor-element.elementor-element-fb61629{--iteration-count:infinite;}/* Start custom CSS for container, class: .elementor-element-59707ed *//* Hero Scroll */
.hero-section .hero-big-image-animation-mobile .e-lottie__animation,
.hero-section .hero-big-image-animation-desktop .e-lottie__animation {
    height: 64px;
    width: auto;
    position: absolute!important;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-section .hero-big-image-animation-mobile svg path,
.hero-section .hero-big-image-animation-desktop svg path {
    stroke: var(--ast-global-color-5);
    fill: var(--ast-global-color-5);
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    text-align: center;
    background-color: var(--ast-global-color-8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-section:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,0.25);
}

.hero-section .e-con-inner {
    display: flex;
    justify-content: center!important;
}

.hero-section h1,
.hero-section h2 {
    color: var(--ast-global-color-4);
}

.hero-section h1 {
    font-size: 48px;
}

.hero-section h2 {
    font-size: 24px;
}

.hero-section img {
    border-radius: 256px;
    max-width: 256px; 
}

.hero-section-container-job h2 {
    margin-bottom: 0;
}

/* Hero Container */
.hero-section-container {
    color: var(--ast-global-color-5);
    text-align: left;
    justify-content: center;
}

.hero-section-inner-section {
    justify-content: center;
}

/* Mobile only */
@media (max-width: 767px) {
    .hero-section-inner-section {
        gap: 0;
    }
    
    .hero-section-container-job {
        height: 60px;
    }
}

/* Tablet */
@media (min-width: 768px) {
    /* Hero Section */
        .hero-section {
        min-height: 66.66vh;
    }
    
    .hero-section-container {
        width: 50%;
    }
    
    .hero-section h1 {
        font-size: 32px;
    }
    
    .hero-section h2 {
        font-size: 18px;
    }
    
    .hero-section img {
        max-width: 256px; 
    }
}

/* Desktop */
@media (min-width: 1025px) {
        /* Hero Scroll */
    .hero-section .hero-big-image-animation-mobile .e-lottie__animation,
.hero-section .hero-big-image-animation-desktop .e-lottie__animation {
        bottom: -96px;
    }
    
    /* Hero Section */
    .hero-section {
        min-height: 80vh;
    }
    
    .hero-section h1 {
        font-size: 56px;
    }
    
    .hero-section h2 {
        font-size: 32px;
    }
    
    .hero-section img {
        max-width: 320px; 
    }

}/* End custom CSS */