.elementor-12122 .elementor-element.elementor-element-58e4af9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12122 .elementor-element.elementor-element-58e4af9:not(.elementor-motion-effects-element-type-background), .elementor-12122 .elementor-element.elementor-element-58e4af9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hernanimedeiros.com/wp-content/uploads/2025/01/hernani-medeiros-bg-space-3.webp");}.elementor-12122 .elementor-element.elementor-element-da0f325{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12122 .elementor-element.elementor-element-8fd3aaf{--grid-columns:1;--grid-row-gap:30px;--grid-column-gap:30px;}.elementor-12122 .elementor-element.elementor-element-e36df06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-12122 .elementor-element.elementor-element-8fd3aaf{--grid-columns:2;}}@media(max-width:767px){.elementor-12122 .elementor-element.elementor-element-8fd3aaf{--grid-columns:1;}}/* Start custom CSS *//* Hero Section */
.hero-section {
    min-height: 40vh;
    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.5);
}

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

.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 h1,
.hero-section h2 {
    color: var(--ast-global-color-4);
}

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

/* Tablet */
@media (min-width: 768px) {
    /* Hero Section */
    .hero-section h1 {
        font-size: 64px;
    }
}

/* Desktop */
@media (min-width: 1025px) {
    /* Hero Section */
    .hero-section {
        min-height: 50vh;
    }
    
    .hero-section .hero-big-image-animation-mobile .e-lottie__animation,
.hero-section .hero-big-image-animation-desktop .e-lottie__animation {
        bottom: -96px;
    }

}/* End custom CSS */