/* ===================================
    PhotoDrone - estilos principais da identidade visual
====================================== */

.dev-environment-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #f4f6f8;
    font-family: Arial, Helvetica, sans-serif;
}

.dev-environment-card {
    width: 100%;
    max-width: 620px;
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    text-align: center;
    border: 1px solid #e5e7eb;
}

.dev-environment-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 14px;
    font-weight: 700;
}

.dev-environment-card h1 {
    font-size: 34px;
    margin-bottom: 14px;
    color: #111827;
}

.dev-environment-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 30px;
}

.dev-environment-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}

.dev-environment-info-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 12px;
}

.dev-environment-info-item span {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

.dev-environment-info-item strong {
    font-size: 15px;
    color: #111827;
}

#reload-dev-page {
    border: none;
    background: #111827;
    color: #ffffff;
    padding: 13px 22px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.2s ease;
}

#reload-dev-page:hover {
    background: #374151;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .dev-environment-card {
        padding: 28px 20px;
    }

    .dev-environment-card h1 {
        font-size: 28px;
    }

    .dev-environment-info {
        grid-template-columns: 1fr;
    }
}
/* Botão no header escuro */
.photodrone-header-btn {
    transition: all 0.25s ease;
}

/* Botão quando o header fica branco no scroll */
header.sticky .photodrone-header-btn,
header.header-appear .photodrone-header-btn,
.navbar.sticky .photodrone-header-btn,
.navbar.header-appear .photodrone-header-btn,
.photodrone-header.sticky .photodrone-header-btn,
.photodrone-header.header-appear .photodrone-header-btn {
    color: #080f29 !important;
    border-color: rgba(8, 15, 41, 0.35) !important;
    background-color: transparent !important;
}

/* Hover no header branco */
header.sticky .photodrone-header-btn:hover,
header.header-appear .photodrone-header-btn:hover,
.navbar.sticky .photodrone-header-btn:hover,
.navbar.header-appear .photodrone-header-btn:hover,
.photodrone-header.sticky .photodrone-header-btn:hover,
.photodrone-header.header-appear .photodrone-header-btn:hover {
    color: #080f29 !important;
    border-color: #657786 !important;
    background-color: #657786 !important;
}
.cliente-logo-card {
    height: 150px;
    transition: all 0.3s ease;
}

.cliente-logo {
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.cliente-logo-card:hover {
    transform: translateY(-6px);
}

.cliente-logo-card:hover .cliente-logo {
    filter: none;
    opacity: 1;
}
.regularizacao-item {
    padding: 8px 0;
}

.regularizacao-logo {
    width: 82px;
    height: 82px;
    min-width: 82px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    transition: all 0.3s ease;
}

.regularizacao-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.regularizacao-item:hover .regularizacao-logo {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(225, 177, 60, 0.18);
}

@media (max-width: 575.98px) {
    .regularizacao-item {
        flex-direction: column;
        text-align: center;
    }

    .regularizacao-item p {
        width: 100% !important;
    }
}

#regularizacao .regularizacao-logo {
    width: 105px;
    height: 105px;
    min-width: 105px;
    flex: 0 0 105px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-right: 28px;
    align-self: center;
}

#regularizacao .regularizacao-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#regularizacao .regularizacao-logo + .col {
    width: calc(100% - 133px) !important;
    flex: 1 1 0 !important;
    align-self: center;
}

#regularizacao .separator-line-5px {
    background-color: #e1b13c !important;
    opacity: 0.35 !important;
}

#regularizacao p {
    color: rgba(255, 255, 255, 0.72);
}

#regularizacao .regularizacao-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(225, 177, 60, 0.18);
}

@media (max-width: 575.98px) {
    #regularizacao .regularizacao-logo {
        width: 92px;
        height: 92px;
        min-width: 92px;
        margin-right: 0;
        margin-bottom: 18px;
    }

    #regularizacao .regularizacao-logo + .col {
        width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center;
    }

    #regularizacao .regularizacao-logo {
        margin-left: auto;
        margin-right: auto;
    }

    #regularizacao p {
        width: 100% !important;
    }
}
.photodrone-clientes-section {
    background-color: #080f29;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.photodrone-cliente-card {
    height: 170px;
    background-color: #ffffff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    transition: all 0.3s ease;
}

.photodrone-cliente-logo {
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
    opacity: 0.82;
    transition: all 0.3s ease;
}

.photodrone-cliente-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(225, 177, 60, 0.18);
}

.photodrone-cliente-card:hover .photodrone-cliente-logo {
    filter: none;
    opacity: 1;
}

.clientes-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.clientes-pagination .swiper-pagination-bullet-active {
    background-color: #e1b13c;
}
.photodrone-clientes-section {
    background-color: #080f29;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.photodrone-logo-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 25px;
    padding-bottom: 35px;
    margin-top: -25px;
    margin-bottom: -35px;
}

.photodrone-logo-track {
    display: flex;
    align-items: center;
    gap: 26px;
    width: max-content;
    animation: photodrone-logo-marquee 38s linear infinite;
}

.photodrone-logo-marquee:hover .photodrone-logo-track {
    animation-play-state: paused;
}

.photodrone-cliente-card {
    width: 210px;
    height: 165px;
    min-width: 210px;
    background-color: #ffffff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    transition: all 0.3s ease;
}

.photodrone-cliente-logo {
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.photodrone-cliente-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(225, 177, 60, 0.18);
}

.photodrone-cliente-card:hover .photodrone-cliente-logo {
    filter: none;
    opacity: 1;
}

@keyframes photodrone-logo-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 13px));
    }
}

@media (max-width: 991.98px) {
    .photodrone-cliente-card {
        width: 180px;
        height: 140px;
        min-width: 180px;
        padding: 28px;
    }
}

@media (max-width: 575.98px) {
    .photodrone-clientes-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .photodrone-cliente-card {
        width: 155px;
        height: 120px;
        min-width: 155px;
        padding: 22px;
    }

    .photodrone-logo-track {
        gap: 18px;
        animation-duration: 30s;
    }

    @keyframes photodrone-logo-marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50% - 9px));
        }
    }
}

@font-face {
    font-family: 'Uniwars';
    src: url('../fonts/Uniwars-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uniwars';
    src: url('../fonts/Uniwars-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uniwars';
    src: url('../fonts/Uniwars-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-title: 'Uniwars', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

body,
p,
a,
span,
li,
input,
textarea,
button,
label,
.form-control,
.nav-link,
.btn,
.primary-font {
    font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.alt-font,
.text-sliding-line,
.page-title-extra-large h1 {
    font-family: var(--font-title) !important;
}

body {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

.btn,
.nav-link {
    font-weight: 700;
}
/* ===================================
    Crafto - Design agency
====================================== */
/* font */
/* variable */
:root {
    --base-color: #ff9857;
    --medium-gray:#787875;
    --white: #d8d8d4;
    --concrete-gray:#d8d8d4;
    --bg-maire-yellow:#131312;
    --light-medium-gray:#cdcdc7;
    --dark-gray:#2d2d2d; 
    --zeus-grey:#333331;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Inter', sans-serif;
}
body {
    font-size: 17px;
    line-height: 30px;
}
.container-fluid {
    max-width: 1750px;
}
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: var(--dark-gray);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 30px;
        height: 30px;
        background: var(--white);
        opacity: 0.5 !important;
    }
}
/* heading tag */
h1 {
    font-size: 5rem;
    line-height: 4.5rem;
} 
h3 {
    font-size: 3.125rem;
    line-height: 2.8rem;
}
.fs-325 {
    font-size: 20.313rem;
    line-height: 20.313rem;
}
/* page title */
.page-title-large h1 {
    font-size: 5.625rem;
    line-height: 4.375rem;
}
/* header */
header .container-fluid {
    padding: 0;
}
.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 10px 24px;
}
header .navbar-brand {
    padding: 38px 0;
}
header .navbar-brand img {
    max-height:24px;
}
/* line height */
.lh-160 {
    line-height: 10rem;
}
.lh-300 { 
    line-height: 18.75rem;
}
/* top bottom left right */
.top-minus-250px {
    top: -250px;
}
.right-minus-250px {
    right: -250px;
}
.left-minus-230px {
    left: -230px;
}
/* bg color */
.bg-concrete-gray {
    background-color: var(--concrete-gray);
}
.bg-maire-yellow {
    background-color: var(--bg-maire-yellow);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #292927), to(transparent));
    background: linear-gradient(to top, #292927 7%, transparent 100%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
/* border color */
.border-color-zeus-grey {
    border-color: var(--zeus-grey) !important;
}
/* text color */
.text-concrete-gray {
    color: var(--concrete-gray);
}
.text-white, .btn-link.text-white, a.text-white-hover:hover {
    color: var(--white) !important;
}
/* word break normal */
.word-break-normal {
    word-break: normal;
}
/* btn */
.btn {
    font-family: var(--primary-font) !important;
    letter-spacing: 0;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 15px;
    padding: 18px 36px; 
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 14px 28px; 
}
.btn.btn-base-color {
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0;
}
.btn.btn-dark-gray, .btn.btn-box-shadow.btn-dark-gray:hover {
    color: #d8d8d4;
}
.threeD-letter-menu {
    min-height: inherit;
}
/* hover box */
.hover-box.dark-hover:hover i {
    color: var(--base-color) !important;
    -webkit-transform: scale(1.2);  
    transform: scale(1.2);
}
/* bg sliding line */ 
.bg-sliding-line { 
    background-image: linear-gradient(45deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
    background-size:0.2em 0.2em;
}
.text-sliding-line {
    background-image: linear-gradient(135deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
}
/* team style 08 */ 
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}
.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
} 
/* team style 04 */ 
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--dark-gray); 
}
/* Counter style 04 */
.counter-style-04 .vertical-counter-number ul {
    line-height: 1;
}
/* footer */
footer {
    padding-top: 110px;
    padding-bottom: 90px;
}
footer a {
    color: var(--dark-gray);
} 
footer a:hover {
    color: var(--dark-gray);
}
footer .footer-logo img {
    max-height: 56px;
}
footer .list-style-05 li:before {
    background-color:var(--dark-gray);
}
footer .list-style-05 li:hover {
    margin-left: 0;
}
footer .list-style-05 li:before {
    margin: 0 20px;
}
footer ul li {
    margin-bottom: 7px;
    -webkit-transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1); 
    transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
}
footer ul li:last-child{
    margin-bottom: 0;
}
footer ul li a:hover {
    padding-left: 10px;
}

@media (max-width: 1599px) {
    .fs-325 {
        font-size: 18.313rem;
        line-height: 18.313rem;
    }
}
/* media query responsive */
@media (max-width: 1499px) {
    .fs-325 {
        font-size: 16rem;
        line-height: 16rem;
    }
}
@media (max-width: 1399px) {
    .bottom-minus-130px {
        bottom: -70px;
    }
    .fs-325 {
        font-size: 15rem;
        line-height: 15rem;
    }
} 
@media (max-width: 1199px) {
    .lg-lh-128 {
        line-height: 8rem;
    }
    .lg-bg-black {
        background-color: var(--bg-maire-yellow);
    }
    .fs-325 {
        font-size: 12rem;
        line-height: 12rem;
    } 
}
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        text-align: center;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
    }
    .main-content {
        z-index: inherit;
    }
    .lh-300 {
        line-height: 15rem;
    }
    footer {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .fs-325 {
        font-size: 10rem;
        line-height: 10rem;
    }
}
@media (max-width: 767px) {
    .sm-border-start {
        border-left: 1px solid !important;
    }
    .btn.btn-switch-text.btn-large > span {
        padding: 18px 30px;
    }
    footer ul li {
        margin-bottom: 6px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    footer .footer-logo img { 
        width: auto;
    }
    .fs-325 {
        font-size: 9rem;
        line-height: 10.5rem;
    } 
}
@media (max-width: 575px) {
    .xs-lh-112 {
        line-height: 7rem;
    }
    .fs-325 {
        font-size: 6rem;
        line-height: 8rem;
    }
}

/* ===================================
    Crafto - Interactive portfolio
====================================== */
/* font */
/* variable */
:root {     
    --base-color:#997f00;
    --dark-gray:#0c0c0b;
    --medium-gray:#6f7071;
    --medium-slate-blue: #21211e;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Inter', sans-serif;
} 
/* header */
header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
header .navbar-brand {
    padding: 38px 0;
}
header .navbar-brand img {
    max-height: 30px;
}
.header-push-button .push-button {
    height: 8px;
}
.header-push-button .push-button span:first-child {
    width: 15px;
    margin-right: 0;
}
.show-menu .header-push-button .push-button span:nth-child(1) {
    width: 15px;
    top: 0;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 70px;
    line-height: 50px;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
    padding-left: 10px;
}
/* sticky image */
.stickyImageContainer {
    height: 100vh;
    background-color: var(--black) !important;
}
.stickyImageContainer .bg-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
}
.stickyImageContainer.scrolling .bg-overlay {
    transform: scale(0.75);    
}
.stickyImageContainer .slide {
    justify-content: center;
}
/* magic view cursor */
.magic-view-cursor #ball-cursor {
    background-color: rgba(255,255,255,.2);
    width: 150px;
    height: 150px;
}
.magic-view-cursor #ball-cursor:before {
    content: "Click and drag";
    font-family: var(--primary-font) !important;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
/* portfolio filter */
.portfolio-filter li:hover a, .portfolio-filter li:focus a, .portfolio-filter li.active a {
    color: var(--white);
}
/* font size */
.fs-230 {
    font-size: 14.375rem;
    line-height:12rem ;
}
/* footer */
.home-page-footer {
    position: fixed;
    bottom: 0;
    padding:55px 40px;
    width: 100%;
}
/* page title */
.page-title-extra-large h1 {
    font-size:8.5rem;
    line-height:8.5rem;
}
/* bg color */
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #0c0c0b), to(transparent));
    background: linear-gradient(to top, #0c0c0b 7%, transparent 100%);
}
.bg-maire-yellow {
    background-color: #181817;
} 
.bg-bistre-brown {
    background-color: #3a2d1f;
}
.bg-nero-grey {
    background-color: #1f1f1f;
}
.hover-box.dark-hover:hover .text-light-opacity {
    opacity: 0.5;
}
/* footer */
.footer-dark {
    color: var(--medium-gray);  
}
.footer-dark p, .footer-dark a {
    color: var(--medium-gray);
}
footer .footer-logo img {
    max-height: 35px;
}
@media (max-width: 991px) {
    .fs-230 {
        font-size: 13.375rem;
        line-height:11rem ;
    }
    .page-title-extra-large h1 {
        font-size: 7.5rem;
        line-height: 7.5rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 50px;
        line-height: 40px;
    }
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }
    header .hamburger-push-button .push-button-text {
        color: var(--white)!important;
    }
}
@media (max-width: 767px) {
    .page-title-extra-large h1 {
        font-size: 6.2rem;
        line-height: 6.2rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 46px;
        line-height: 38px;
    }
}
@media (max-width: 575px) {
    .fs-230 {
        font-size: 7.2rem;
        line-height:6.5rem ;
    }
    #stickyImgContainer .slides {
        padding: 0 4.5vw;
    }
    /* footer */
    .home-page-footer {
        padding: 35px 15px;
    } 
}

/* ===================================
    Crafto - It business
====================================== */
/* font */
/* variable */
:root {     
    --base-color: #074eb9; 
    --dark-gray:#252840;
    --black:#05060a;
    --medium-gray:#7d8087;
    --very-light-gray: #f0f2f8;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
/* reset */
body{
    line-height: 29px;
}
/* header */
header .navbar-brand img {
    max-height: 32px;
} 
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
header .btn.btn-rounded.btn-large {
    padding:10px 26px;
    font-size: 13px;
    font-weight: 500;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* btn */
[class*=btn-transparent], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn {
    text-transform: none;
    font-family: var(--primary-font);
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 19px 40px;
}
.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
    background-size: 200% auto;
    color: var(--white);
}
/* bg gradient color */
.bg-gradient-dark-gray-transparent { 
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(24, 25, 28, .5), rgba(255, 255, 255, 0.0));
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(15, 89, 201, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-midnight-blue {
    background-color: #1e2033;
}
/* text */
.text-flamingo {
    color: #e55b53;
}
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* portfolio filter */
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}
/* blog */ 
.categories-btn {
    font-size: 11px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4rem;
    line-height: 4rem;
}
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* height */
.h-72px {
    height: 72px !important;
}
#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}
/* margin top */
.mt-minus-50px {
    margin-top: -50px;
}
/* line-height */
.lh-200 {
    line-height: 12.5rem;
}
/* bottom */
.bottom-auto {
    bottom: auto;
}
/* footer */
footer .footer-logo img {
    max-height: 35px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-light a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray);
}
@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px; 
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px; 
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }
    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }
}

/* ===================================
    Crafto - Marketing
====================================== */
/* font */
/* variable */
:root {      
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --base-color: #f96f4a;
    --dark-gray: #1f242e; 
    --yellow: #ffeb7d; 
    --medium-gray: #717580;
    --aluminium-grey: #6e727c;
}   
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 10px;
        height: 10px;
        background: #1f242e;
    }
}
body{
    line-height: 30px;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
}
header .navbar-brand img {
    max-height: 27px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    width: 260px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 360px;
}
.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 23px;
}
/* bg color */
.bg-light-red-grey {
    background-color: #fff1ee;
} 
.bg-base-color-transparent {
    background-color: rgba(255, 122, 86,.9);
}
/* bg gradient */
.bg-gradient-black-green { 
    background-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,242,239,1) 80%, rgba(255,242,239,1) 100%);
}
.bg-jungle-green {
    background-color: #2ebb79;
}
/* slider shadow */
.slider-shadow-left-right {
    mask-image:linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%);
    -webkit-mask-image:linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%); 
}
/* text color */
.text-jungle-green {
    color: #2ebb79;
}
/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0px;
}
.btn.btn-very-small { 
    padding: 9px 18px;
}
.btn.btn-small { 
    padding: 11px 22px;
}
.btn.btn-medium { 
    padding: 12px 22px 13px;
}
.btn.btn-large { 
    padding: 13px 26px 15px;
}
.btn.btn-extra-large { 
    padding: 16px 32px 18px;
    word-break: normal;
}
.btn.btn-extra-large .btn-icon i {
    top: 0;
}
.btn-icon i {
    top: 1px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
/* portfolio filter */
.portfolio-simple .portfolio-box:hover .portfolio-image img {
    opacity: 1;
}
/* footer */
footer .elements-social li {
    margin: 0 10px 0 0;
}
footer .footer-logo img {
    max-height: 27px;
}
footer {
    padding-bottom: 30px;
}
footer {
    font-size: 15px;
    line-height: 30px;
}
/* newsletter style 02  */
.newsletter-style-02 input {
   padding-right: 90px !important; 
   font-size: 14px;
}
/* tabs style 08 */
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
/* team style 01 */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}
/* process step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* select */
.select:after {
    right: 25px;
}
/* media query responsive */
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 13px;
    }
    .newsletter-style-02 input {
        padding-left: 15px;
        padding-right: 100px;
    }
    .nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    .lg-overflow-hidden {
        overflow: hidden;
    }
    .lg-mt-45 {
        margin-top: 45% !important;
    }
}
@media (max-width: 991px) {
    .header-icon .icon {
        top: -2px;
    }
    .elements-social.social-icon-style-04 .large-icon a {
        font-size: 21px;
        width: 50px;
        height: 50px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    .md-right-minus-250px{
        margin-right: -100px !important;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 25px 25px;
    }
}
@media (max-width: 767px) {
    .elements-social ul li {
        margin-bottom: 0;
    }
   
}

/* ===================================
    Crafto - Scattered portfolio
====================================== */
/* font */
/* variable */
:root {     
    --base-color: #ffea00;
    --medium-gray:#838383;
    --light-gray: #cbcbcb;
    --alt-font: 'Playfair Display', serif;
    --primary-font: 'Manrope', sans-serif;
}
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
        background: var(--base-color);
    }
    .custom-cursor .circle-cursor-inner {
        background: var(--black);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        background-color: var(--black);
        width: 10px;
        height: 10px;
        margin-left: -5px;
        margin-top: -5px;

    }
}
body {
    font-size: 18px;
    line-height: 34px;
}
/* header */
header .navbar-brand img {
    max-height: 74px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    padding: 10px 25px;
    font-size: 18px;
}
.navbar .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0;
}
header .navbar-brand {
    padding: 42px 0;
}
header .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}
/* font size */
.fs-220 {
    font-size: 13.75rem;
    line-height: 11.7rem;
}
.fs-280 {
    font-size: 17.5rem;
    line-height: 17.5rem;
}
/* margin */
.mb-50 {
    margin-bottom: 50%;
}
.small-icon li {
    margin: 0 8px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    font-weight: 800;
}
/* contact form-style 03 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: var(--black) !important; text-overflow: ellipsis; opacity:1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: var(--black) !important; text-overflow: ellipsis; opacity:1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: var(--black) !important; text-overflow: ellipsis; opacity:1; }
input, select, textarea, .form-control, .form-select {
    color: var(--black) !important;
}
/* media query responsive */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px; 
    }
}
@media (max-width: 1199px) {
    .fs-220 {
        font-size: 12.5rem;
        line-height: 12.5rem;
    }
    .fs-280 {
        font-size: 15rem;
        line-height: 15rem;
    }
}
@media (max-width: 991px) {
    .navbar.bg-transparent {
        background-color: transparent !important;
    }
    .fs-220 {
        font-size: 10rem;
        line-height: 10rem;
    } 
    header .navbar-brand {
        padding: 30px 0;
    }
    .fs-280 {
        font-size: 12rem;
        line-height: 12rem;
    }
    .navbar-collapse-show[data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-image: url(../../images/vertical-line-bg-small.svg) !important;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav {
        text-align: center;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        padding: 0;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 42px;
        line-height: 46px;
    }
}
@media (max-width: 575px) {
    header .navbar-brand {
        padding: 15px 0;
    }
    header .navbar-brand img {
        max-height: 55px;
    }
    .fs-220 {
        font-size: 5.625rem;
        line-height: 5.625rem;
    } 
    .fs-280 {
        font-size: 8rem;
        line-height: 8rem;
    }
}
/* ===================================
    Crafto - Vertical portfolio
====================================== */
/* font */
/* variable */
:root {     
    --base-color:#1C2C24;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Albert Sans', sans-serif;
    --medium-gray: #7c8983;
    --dark-gray: #172c23;
} 
/* reset */
body{
    background: var(--dark-gray);
    font-size: 20px;
    line-height: 34px;
}
/* header */
header .navbar-brand img {
    max-height:46px;
}
.header-icon .header-social-icon a {
    padding-left: 25px;
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 80px;
    line-height: 60px;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
header .elements-social ul li {
    margin-right: 20px;
    margin-left: 0;
}
h3 {
    font-size: 2.813rem;
    line-height: 2.813rem;
}
.text-olive-green{
    color: #15221C;
}
.text-light-green{
    color: #445a52;
}
.bg-light-green{
    background: #445a52;
}
.bg-olive-green{
    background: #15221C;
}
.lh-165{
    line-height: 165px;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #172c23), to(transparent));
    background: linear-gradient(to top, #172c23 7%, transparent 100%);
}
.right-minus-200px {
    right: -200px;
}
.mb-50 {
    margin-bottom: 50%;
}
/* slider */
.demo-vertical-portfolio .swiper .swiper-slide {
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.demo-vertical-portfolio .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
    transition-delay: 0.4s;
}
.slider-big-title {
    font-size: 70rem;
    line-height: 68rem;
}
/* float animation */
.animation-float {
    animation: float 1500ms linear 500ms infinite alternate both;
}
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(50px);
    }
}
/* scrolling text */
.marquees-text {
    /* Starting position */ 
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* Apply animation to this element */ 
    -webkit-animation: example1 20s linear infinite;
    animation: example1 20s linear infinite;
    width: 100%;
}
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--white);
}
/* magic cursor */
.magic-drag-cursor #ball-cursor {
    width: 180px;
    height: 180px;
}
.magic-drag-cursor #ball-cursor:before {
    content: "DRAG";
    font-family: var(--primary-font) !important;
}
/* btn */
.btn {
    font-family: var(--primary-font);
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 0.3), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 0.3), rgba(255, 255, 255, 0.0));
}
/* feature box */
.feature-box:hover .feature-box-icon .text-outline {
    -webkit-text-fill-color: var(--base-color);
    opacity: 1;
}
/* footer */
footer {
    font-size: 17px;
}
footer .footer-logo img {
    max-height: 46px;
}
footer a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 0px;
    line-height: 28px;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
}
@media (max-width: 1600px){
    .slider-big-title {
        font-size: 65rem;
        line-height: 63rem;
    }
}
@media (max-width: 1399px){
    .slider-big-title {
        font-size: 55rem;
        line-height: 60rem;
    }
}
@media (max-width: 1199px){
    .slider-big-title {
        font-size: 45rem;
        line-height: 59.5rem;
    }
    .lh-165{
        line-height: 140px;
    }
}
@media (max-width: 991px){
    .slider-big-title {
        font-size: 35rem;
        line-height: 33rem;
    }
    .swiper-vertical .marquees-text {
        top: 28% !important;
    }
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 60px;
        line-height: 50px;
    }
}
@media (max-width: 767px){
    .swiper-vertical > .swiper-pagination-bullets-right {
        width: 100%;
        right: 0;
        top: 92%;
        text-align: center;
    }
    .swiper-vertical > .swiper-pagination-bullets-right .swiper-pagination-bullet {
        margin: 0 20px !important;
        display: inline-block;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 50px;
        line-height: 40px;
    }
}
@media (max-width: 575px){
    .slider-big-title {
        font-size: 6rem;
        line-height: 10rem;
    }
}

/* ===================================
    PhotoDrone - Overrides finais da identidade visual
    Manter este bloco no final do arquivo.
    Ele corrige as sobreposições dos vários CSS unificados.
====================================== */

@font-face {
    font-family: 'Uniwars';
    src:
        url('/fonts/Uniwars-Regular.woff2') format('woff2'),
        url('../fonts/Uniwars-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uniwars';
    src:
        url('/fonts/Uniwars-SemiBold.woff2') format('woff2'),
        url('../fonts/Uniwars-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uniwars';
    src:
        url('/fonts/Uniwars-Bold.woff2') format('woff2'),
        url('../fonts/Uniwars-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --pd-blue: #080f29;
    --pd-gold: #e1b13c;
    --pd-black: #14171A;
    --pd-gray: #657786;
    --pd-light: #E1E8ED;
    --pd-white: #FFFFFF;

    --base-color: var(--pd-gold);
    --dark-gray: var(--pd-black);
    --black: #05060a;
    --medium-gray: var(--pd-gray);
    --white: var(--pd-white);
    --concrete-gray: var(--pd-light);
    --light-medium-gray: var(--pd-light);
    --bg-maire-yellow: var(--pd-blue);
    --zeus-grey: rgba(225, 232, 237, 0.16);

    --alt-font: 'Uniwars', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
    --font-title: 'Uniwars', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* Fonte base */
html,
body {
    font-family: var(--font-body) !important;
}

body,
p,
a,
span,
li,
input,
select,
textarea,
button,
label,
.form-control,
.form-select,
.nav-link,
.btn,
.primary-font,
.elements-social,
.portfolio-filter,
.footer-navbar {
    font-family: var(--font-body) !important;
}

/* Títulos */
h1,
h2,
h3,
h4,
h5,
h6,
.alt-font,
.text-sliding-line,
.page-title-large h1,
.page-title-extra-large h1,
.page-title-extra-large h2,
.slider-big-title,
.vertical-counter,
.fs-180,
.fs-220,
.fs-230,
.fs-280,
.fs-325 {
    font-family: var(--font-title) !important;
}

/* Pesos base */
body {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.alt-font {
    font-weight: 600;
    letter-spacing: -0.02em;
}

.btn,
.nav-link {
    font-weight: 700;
}

/* Cores globais PhotoDrone */
.text-base-color {
    color: var(--pd-gold) !important;
}

.bg-base-color,
.btn-base-color {
    background-color: var(--pd-gold) !important;
}

.bg-maire-yellow,
.lg-bg-black {
    background-color: var(--pd-blue) !important;
}

.bg-nero-grey {
    background-color: var(--pd-black) !important;
}

.border-color-zeus-grey {
    border-color: var(--zeus-grey) !important;
}

.bg-sliding-line {
    background-image: linear-gradient(45deg, transparent 45%, rgba(225, 177, 60, 0.75) 45%, rgba(225, 177, 60, 0.75) 55%, transparent 0) !important;
    background-size: 0.2em 0.2em;
}

/* Header PhotoDrone */
.photodrone-header .navbar-brand img,
header .navbar-brand img.default-logo,
header .navbar-brand img.alt-logo,
header .navbar-brand img.mobile-logo {
    max-height: none;
    height: auto;
}

.photodrone-header-btn {
    transition: all 0.25s ease;
}

header.sticky .photodrone-header-btn,
header.header-appear .photodrone-header-btn,
.navbar.sticky .photodrone-header-btn,
.navbar.header-appear .photodrone-header-btn,
.photodrone-header.sticky .photodrone-header-btn,
.photodrone-header.header-appear .photodrone-header-btn {
    color: var(--pd-blue) !important;
    border-color: rgba(8, 15, 41, 0.35) !important;
    background-color: transparent !important;
}

header.sticky .photodrone-header-btn:hover,
header.header-appear .photodrone-header-btn:hover,
.navbar.sticky .photodrone-header-btn:hover,
.navbar.header-appear .photodrone-header-btn:hover,
.photodrone-header.sticky .photodrone-header-btn:hover,
.photodrone-header.header-appear .photodrone-header-btn:hover {
    color: var(--pd-blue) !important;
    border-color: var(--pd-gold) !important;
    background-color: var(--pd-gold) !important;
}

/* Regularização */
#regularizacao {
    background-color: var(--pd-blue);
    overflow: visible !important;
}

#regularizacao .regularizacao-logo {
    width: 105px;
    height: 105px;
    min-width: 105px;
    flex: 0 0 105px;
    border-radius: 50%;
    background-color: var(--pd-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin-right: 28px;
    align-self: center;
    transition: all 0.3s ease;
}

#regularizacao .regularizacao-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#regularizacao .regularizacao-logo + .col {
    width: calc(100% - 133px) !important;
    flex: 1 1 0 !important;
    align-self: center;
}

#regularizacao .separator-line-5px {
    background-color: var(--pd-gold) !important;
    opacity: 0.35 !important;
}

#regularizacao p {
    color: rgba(255, 255, 255, 0.72);
}

#regularizacao .regularizacao-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 35px rgba(225, 177, 60, 0.18);
}

@media (max-width: 575.98px) {
    #regularizacao .regularizacao-logo {
        width: 92px;
        height: 92px;
        min-width: 92px;
        margin-right: 0;
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    #regularizacao .regularizacao-logo + .col {
        width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center;
    }

    #regularizacao p {
        width: 100% !important;
    }
}

/* Clientes / logos */
.photodrone-clientes-section {
    background-color: var(--pd-blue);
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.photodrone-logo-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 35px;
    padding-bottom: 45px;
    margin-top: -35px;
    margin-bottom: -45px;
}

.photodrone-logo-track {
    display: flex;
    align-items: center;
    gap: 26px;
    width: max-content;
    animation: photodrone-logo-marquee 38s linear infinite;
}

.photodrone-logo-marquee:hover .photodrone-logo-track {
    animation-play-state: paused;
}

.photodrone-cliente-card {
    width: 210px;
    height: 165px;
    min-width: 210px;
    background-color: var(--pd-white);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    transition: all 0.3s ease;
}

.photodrone-cliente-logo {
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
    filter: grayscale(1) brightness(0);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.photodrone-cliente-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(225, 177, 60, 0.18);
}

.photodrone-cliente-card:hover .photodrone-cliente-logo {
    filter: none;
    opacity: 1;
}

@keyframes photodrone-logo-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 13px));
    }
}

@media (max-width: 991.98px) {
    .photodrone-cliente-card {
        width: 180px;
        height: 140px;
        min-width: 180px;
        padding: 28px;
    }
}

@media (max-width: 575.98px) {
    .photodrone-clientes-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .photodrone-cliente-card {
        width: 155px;
        height: 120px;
        min-width: 155px;
        padding: 22px;
    }

    .photodrone-logo-track {
        gap: 18px;
        animation-duration: 30s;
    }

    @keyframes photodrone-logo-marquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50% - 9px));
        }
    }
}

/* Formulários PhotoDrone */
.photodrone-form-control {
    color: var(--pd-white) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
}

.photodrone-form-control::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.photodrone-form-control:focus {
    border-color: var(--pd-gold) !important;
    box-shadow: none;
}

.contact-form-style-03 .form-icon {
    color: var(--pd-gold);
}

/* Mapa */
.photodrone-map-wrapper {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    background-color: var(--pd-blue);
}

@media (max-width: 767px) {
    .photodrone-map-wrapper {
        height: 260px;
    }
}

.photodrone-map {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.photodrone-map-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(8, 15, 41, 0.25), rgba(8, 15, 41, 0.05));
}

.photodrone-map.leaflet-container,
#photodroneMap.leaflet-container {
    background: #1b1f24;
    z-index: 1;
}

.photodrone-map .leaflet-tile-pane {
    filter: brightness(1.95) contrast(0.85);
}

.photodrone-leaflet-pin-inner {
    display: block;
    transform-origin: center bottom;
    animation: photodrone-pin-bounce 1.3s ease-in-out infinite;
}

.photodrone-leaflet-pin svg {
    display: block;
    filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.45));
}

@keyframes photodrone-pin-bounce {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-8px); }
}

.photodrone-map-wrapper .leaflet-popup-content {
    font-size: 13px;
    line-height: 1.5;
}

.photodrone-map-wrapper .leaflet-popup-content a {
    color: #b58a20;
    font-weight: 700;
}

/* Blog / trabalhos */
.photodrone-blog-filter li a {
    color: rgba(255, 255, 255, 0.65);
}

.photodrone-blog-filter li.active a,
.photodrone-blog-filter li a:hover {
    color: var(--pd-gold);
}

.photodrone-blog-card .portfolio-image {
    border-radius: 18px;
    overflow: hidden;
    background-color: var(--pd-black);
}

.photodrone-blog-card .portfolio-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.03);
}

.photodrone-blog-info {
    background-color: rgba(20, 23, 26, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.photodrone-blog-card:hover .portfolio-image img {
    transform: scale(1.05);
}

.photodrone-blog-card .portfolio-title {
    line-height: 1.25;
}
/* ===================================
    PhotoDrone - Fonts override
====================================== */

@font-face {
    font-family: 'Uniwars';
    src: url('../fonts/Uniwars-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uniwars';
    src: url('../fonts/Uniwars-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uniwars';
    src: url('../fonts/Uniwars-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --alt-font: 'Uniwars', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
    --font-title: 'Uniwars', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* Fonte padrão do site */
body,
p,
a,
span,
li,
input,
select,
textarea,
button,
label,
.form-control,
.form-select,
.nav-link,
.btn,
.primary-font {
    font-family: var(--font-body) !important;
}

/* Títulos e textos de impacto */
h1,
h2,
h3,
h4,
h5,
h6,
.alt-font,
.text-sliding-line,
.page-title-large h1,
.page-title-extra-large h1,
.page-title-extra-large h2,
.slider-big-title,
.vertical-counter,
.fs-180,
.fs-220,
.fs-230,
.fs-280,
.fs-325 {
    font-family: var(--font-title) !important;
}

/* Ajuste geral */
body {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

.btn,
.nav-link {
    font-weight: 700;
}
.photodrone-service-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.sobre-cards .feature-box {
    min-height: 270px;
}

.sobre-cards .feature-box-content {
    min-height: 100%;
}

.sobre-card-icon {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #e1b13c;
    line-height: 1;
}

.sobre-card-icon i {
    font-size: 52px;
    line-height: 1;
    color: #e1b13c;
}

.sobre-card-icon .vertical-counter {
    font-size: 52px;
    line-height: 1;
}

.sobre-card-icon .vertical-counter sup {
    font-size: 28px;
    line-height: 1;
}

.sobre-card-icon .vertical-counter sup i {
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .sobre-cards .feature-box {
        min-height: auto;
    }

    .sobre-card-icon {
        justify-content: center;
        margin-top: 25px !important;
    }
}


/* Ícones dos cards do sobre */
.sobre-card-icon > i,
.sobre-counter-arrow,
.sobre-counter-arrow i {
    color: #ffffff !important; /* azul */
    transition: color 0.3s ease !important;
}

/* Hover */
.sobre-cards .feature-box:hover .sobre-card-icon > i,
.sobre-cards .feature-box:hover .sobre-counter-arrow,
.sobre-cards .feature-box:hover .sobre-counter-arrow i {
    color: #d0d5dd !important; /* cinza claro */
}
/* =========================
   REGULARIZAÇÃO
========================= */

.regularizacao-section {
    background:
        radial-gradient(circle at top left, rgba(225, 177, 60, 0.10) 0%, rgba(225, 177, 60, 0) 32%),
        linear-gradient(180deg, #07153f 0%, #080f29 100%);
    overflow: visible !important;
}

/* tag pequena "REGULARIZAÇÃO" */
.regularizacao-tag {
    background-color: rgba(255, 255, 255, 0.06);
    color: #9ca3af;
    letter-spacing: 1.8px;
    backdrop-filter: blur(6px);
}

/* título grande */
.regularizacao-section h2 {
    font-family: 'Uniwars', sans-serif !important;
    letter-spacing: 1.2px;
    line-height: 1.08;
    color: #ffffff !important;
    max-width: 520px;
}

/* se quiser o texto ainda mais elegante */
@media (min-width: 992px) {
    .regularizacao-section h2 {
        font-size: clamp(48px, 5vw, 72px);
    }
}

/* botão */
.regularizacao-btn {
    background-color: #e1b13c !important;
    color: #080f29 !important;
    border: 1px solid #e1b13c !important;
    border-radius: 100px !important;
    font-weight: 700;
    padding: 16px 34px !important;
    transition: all 0.3s ease;
}

.regularizacao-btn:hover {
    background-color: #d6a52e !important;
    color: #080f29 !important;
    border-color: #d6a52e !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(225, 177, 60, 0.18);
}

/* para o texto do botão não sumir */
.regularizacao-btn .btn-double-text,
.regularizacao-btn span {
    color: inherit !important;
}

/* bloco da esquerda com mais respiro */
.regularizacao-section .position-sticky {
    padding-top: 10px;
}

/* textos da direita um pouco mais suaves */
.regularizacao-section .last-paragraph-no-margin p {
    color: rgba(255, 255, 255, 0.74);
}

/* títulos dos itens */
.regularizacao-section .last-paragraph-no-margin span {
    color: #ffffff !important;
    letter-spacing: 0.5px;
}

/* separadores */
.regularizacao-separator,
.regularizacao-section .separator-line-5px {
    background-color: rgba(225, 177, 60, 0.35) !important;
}
.photodrone-page-gif-banner {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.photodrone-page-gif-banner > .container {
    position: relative;
    z-index: 2;
}

.photodrone-page-banner-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #000;
}

.photodrone-page-banner-media__poster,
.photodrone-page-banner-media__poster img,
.photodrone-page-banner-media__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.photodrone-page-banner-media__poster {
    z-index: 0;
}

.photodrone-page-banner-media__poster img,
.photodrone-page-banner-media__video {
    object-fit: cover;
}

.photodrone-page-banner-media__video {
    z-index: 1;
}

.regularizacao-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(17, 41, 91, 0.42) 0%,
            rgba(5, 22, 58, 0) 45%
        ),
        #061638;
}

.regularizacao-header {
    max-width: 1050px;
    margin: 0 auto;
}

/* Home: garante que o título centralizado use a largura total do bloco
   (sobrepõe a regra ".regularizacao-section h2 { max-width: 520px }" da /sobre) */
.regularizacao-home .regularizacao-title {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(30px, 3.4vw, 52px);
    letter-spacing: -1px;
    line-height: 1.02;
}

/* botão: estado explícito e centralizado (independente do tema) */
.regularizacao-home .regularizacao-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    line-height: 1;
    white-space: nowrap;
    background-color: #ebb632 !important;
    color: #07142f !important;
    text-decoration: none;
}

.regularizacao-home .regularizacao-button:hover,
.regularizacao-home .regularizacao-button:focus {
    background-color: #f4c345 !important;
    color: #07142f !important;
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(235, 182, 50, 0.18);
    text-decoration: none;
}

.regularizacao-home .regularizacao-button span,
.regularizacao-home .regularizacao-button i {
    color: inherit !important;
    white-space: nowrap;
    line-height: 1;
}

.regularizacao-home .regularizacao-logo {
    width: 84px;
    height: 84px;
    min-width: 84px;
    margin: 0 auto 16px;
    padding: 0;
}

.regularizacao-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 28px;
    color: #e9b42c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.regularizacao-label span {
    display: block;
    width: 55px;
    height: 1px;
    background-color: rgba(233, 180, 44, 0.85);
}

.regularizacao-title {
    margin: 0;
    color: #fff;
    font-size: clamp(40px, 4.7vw, 74px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.regularizacao-title-line {
    width: 50px;
    height: 2px;
    margin: 26px auto 24px;
    background-color: #e9b42c;
}

.regularizacao-description {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.regularizacao-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    min-height: 68px;
    margin-top: 42px;
    padding: 18px 38px;
    border: 0;
    border-radius: 100px;
    background-color: #ebb632;
    color: #07142f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: none;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.regularizacao-button:hover {
    background-color: #f4c345;
    color: #07142f;
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(235, 182, 50, 0.18);
}

.regularizacao-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 76px;
}

.regularizacao-item {
    position: relative;
    min-width: 0;
    padding: 0 30px;
    text-align: center;
}

.regularizacao-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: calc(100% - 12px);
    background-color: rgba(233, 180, 44, 0.58);
}

.regularizacao-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    margin: 0 auto 18px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}

.regularizacao-logo img {
    display: block;
    width: 78%;
    height: 78%;
    object-fit: contain;
}

.regularizacao-item h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
}

.regularizacao-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

/* Tablet */

@media (max-width: 1199px) {
    .regularizacao-section {
        padding: 90px 0;
    }

    .regularizacao-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 45px 0;
        max-width: 850px;
        margin-right: auto;
        margin-left: auto;
    }

    .regularizacao-item {
        padding: 0 25px;
    }

    .regularizacao-item:nth-child(3)::after,
    .regularizacao-item:last-child::after {
        display: none;
    }

    .regularizacao-item:nth-child(4) {
        grid-column: 1 / 2;
        transform: translateX(50%);
    }

    .regularizacao-item:nth-child(5) {
        grid-column: 2 / 3;
        transform: translateX(50%);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .regularizacao-section {
        padding: 75px 0 70px;
    }

    .regularizacao-label {
        gap: 12px;
        margin-bottom: 22px;
        font-size: 12px;
        letter-spacing: 1.6px;
    }

    .regularizacao-label span {
        width: 32px;
    }

    .regularizacao-title {
        font-size: clamp(34px, 10vw, 48px);
        line-height: 1.02;
        letter-spacing: -1.2px;
    }

    .regularizacao-description {
        padding: 0 8px;
        font-size: 16px;
        line-height: 1.6;
    }

    .regularizacao-button {
        width: 100%;
        min-width: 0;
        max-width: 330px;
        min-height: 62px;
        margin-top: 32px;
        padding: 16px 25px;
        font-size: 14px;
    }

    .regularizacao-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 0;
        margin-top: 60px;
    }

    .regularizacao-item {
        padding: 0 15px;
    }

    .regularizacao-item::after {
        display: block !important;
        top: 0;
        height: 100%;
    }

    .regularizacao-item:nth-child(even)::after,
    .regularizacao-item:last-child::after {
        display: none !important;
    }

    .regularizacao-item:nth-child(4),
    .regularizacao-item:nth-child(5) {
        grid-column: auto;
        transform: none;
    }

    .regularizacao-item:last-child {
        grid-column: 1 / -1;
        max-width: 240px;
        margin: 0 auto;
    }

    .regularizacao-logo {
        width: 88px;
        height: 88px;
        margin-bottom: 16px;
    }

    .regularizacao-item h3 {
        font-size: 18px;
    }

    .regularizacao-item p {
        font-size: 14px;
    }
}

/* Celulares menores */

@media (max-width: 480px) {
    .regularizacao-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .regularizacao-item,
    .regularizacao-item:last-child {
        max-width: none;
        padding: 28px 0;
    }

    .regularizacao-item:not(:last-child) {
        border-bottom: 1px solid rgba(233, 180, 44, 0.3);
    }

    .regularizacao-item::after {
        display: none !important;
    }
}

