.main-header--two .main-header__inner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 195px;
    background-color: var(--ienet-white, #ffffff); /* Cor branca */
    border-radius: 100px 0 200px 100px;
    z-index: -1;
}

.main-header__logo {
    padding-left: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}


.main-slider-two__sub-title__border {
    width: 20px;
    height: 14px;
    background-color: var(--ienet-highlight, #fdcf74);
    border-radius: 100px;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}


.main-slider-two__carousel .owl-dots .owl-dot:hover button, .main-slider-two__carousel .owl-dots .owl-dot.active button {
    background-color: var(--ienet-highlight);
    color: var(--ienet-white, #fff);
}


.mobile-nav__content {
    width: 300px;
    background-color: var(--ienet-base, #003b6f);
}


.main-footer__top {
    position: relative;
    margin-bottom: 0px;
    padding-top: 60px;
}

widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

footer a {
    color: var(--ienet-white, #ffffff) !important;
    transition: all 400ms ease;
}

.footer-widget__text {
    color: var(--ienet-white, #ffffff);
}

.main-footer__copyright {
    margin: 0;
    font-size: 16px;
    color: var(--ienet-white, #ffffff);
}

.scroll-to-top__inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--ienet-highlight, #fdcf74);
}
.scroll-to-top__text {
    color: var(--ienet-highlight, #fdcf74);
}

.main-footer__top__social a:hover {
    color: var(--ienet-white, #ffffff);
    border-color: var(--ienet-highlight, #fdcf74);
    background-color: var(--ienet-highlight, #fdcf74);
}

@media (max-width: 575px) {
    .main-footer__bottom__inner {
        flex-direction: column;
        text-align: center;
    }
}

.page-header {
    background-color: var(--ienet-black, #251444);
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
}

/* Corrige e-mails longos para não estourarem a box */
.contact-one__info__text a[href^="mailto:"]{
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere; /* quebra em qualquer ponto se precisar */
    word-break: break-word;
}

.contact-one__info__text{
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* reduz o espaço do ícone pra sobrar mais área pro texto */
.contact-one__info__icon{
    flex: 0 0 auto;
    width: 56px; /* ajuste fino */
    height: 56px;
}

/* se o ícone estiver muito grande/pequeno, ajuste */
.contact-one__info__icon i{
    font-size: 22px;
}


/* Thumb "Últimos posts" - impede estourar e força encaixe */
.sidebar .sidebar__posts__image{
    overflow: hidden !important;
    width: 80px !important;   /* ajuste fino se quiser */
    height: 80px !important;  /* garante box fixa */
    flex: 0 0 80px !important;
}

.sidebar .sidebar__posts__image img{
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    display: block !important;
}


.about-two__content .sobre { font-size: 1.2rem !important; margin-top: 12px; }
.about-two__content .sobre strong { font-weight: 600; color: var(--ienet-black, #251444) !important; }

.sec-title__tagline__left-border,
.sec-title__tagline__right-border {
    border: 1px solid var(--ienet-highlight, #fdcf74);
}
.sec-title__tagline__left-border::after,
.sec-title__tagline__right-border::after {
    background-color: var(--ienet-highlight, #fdcf74);
}

@media (max-width: 575px) {
    .service-one__item__shape {
        display: none;
    }
}

.diferenciais .sec-title h6,
.galeria .sec-title h6  {
    color: var(--ienet-white, #ffffff);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.diferenciais .sec-title__title span,
.galeria .sec-title__title span {
    color: var(--ienet-highlight, #fdcf74);
}

.diferenciais .diferenciais-cta h3 {
    color: var(--ienet-highlight, #fdcf74);
    font-size: 2rem;
    margin-bottom: .5rem;
}
.diferenciais .diferenciais-cta p {
    color: var(--ienet-white, #ffffff);
    font-size: 1.25rem;
    margin-bottom: 0rem;
}
.diferenciais .ienet-btn {
    background-color: var(--ienet-highlight, #fdcf74);
    color: var(--ienet-black, #251444);
}
.diferenciais .ienet-btn:hover {
    background-color: var(--ienet-highlight, #e0b15c);
    color: var(--ienet-white, #ffffff);
}

.packages-two__card__price {
    width: 145px !important;
    height: 145px !important;
    font-size: 65px !important;
}

.galeria .movie-one__nav a {
    border: 3px solid var(--ienet-highlight, #fdcf74);
    color: var(--ienet-highlight, #fdcf74);
}

.movie-one__carousel.owl-carousel.owl-theme .owl-dots button:hover, .movie-one__carousel.owl-carousel.owl-theme .owl-dots button.active {
    background-color: #fdcf74;
}

.blog-two__content .ienet-btn:hover {
    color: var(--ienet-white, #ffffff);
}





/* Popup para mensagem de retorno do formulario */
.popup {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    color: #fff;
    border-radius: 4px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 999;
}
.popup p { padding: 13px 15px 15px; line-height: 18px; font-size: 1rem; }
.popup .progress-bar { height: 10px; background: #1c7a32 !important; width: 0%; transition: width linear; }
.popup .close-btn { background: transparent; border: none; color: #fff; font-size: 18px; cursor: pointer; position: absolute; top: 5px; right: 10px; }

.popup-success { background: #28a745!important; }
.popup-success .progress-bar { background: #1c7a32 !important; }

.popup-error { background: #dc3545!important; }
.popup-error .progress-bar { background: #9e2430 !important; }
