/* Agência Bash - CSS ISOJATO */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.p-color {
    color: #2E3192
}

.s-color {
    color: #ED1B24
}

.bg-p-color {
    background: #2E3192
}

.box-color {
    width: 100%;
    height: auto;
    background: #F8F9FA;
    border-radius: 20px;
    padding: 20px;
}

.box-color-2 {
    width: 100%;
    height: 100%;
    background: #F8F9FA;
    border-radius: 20px;
    padding: 10px;
}

.title, .s-title, .p, .small-text, .nav-link, label {
    font-family: "Ubuntu", sans-serif;
}

.title {
    font-size: 32px;
}
.s-title {
    font-size: 24px
}
.p, .nav-link, .btn, label {
    font-size: 16px !important;
}
.small-text {
    font-size: 12px
}
.fw-bold {
    font-weight: bold !important;
}

.td-none {
    text-decoration: none;
}

.navbar-brand {
    position: relative;
    display: inline-block;
}

.navbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #ED1B24;
    z-index: 2;
    width: 32%;
    clip-path: polygon(
                0% 0%,
                100% 0%,
                99% 100%,
                0% 100%
            )
}

.navbar {
    position: relative;
}
.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #2E3192;
}

.navbar-nav {
    --bs-nav-link-padding-y: 1.5rem !important;
}
.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item:last-child::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 25px;
    height: 22px;
    width: 3px;
    background: #2E3192;
}

.nav-link {
    font-weight: bold;
}
.nav-link:hover, .nav-link.active {
    color: #2E3192 !important;
}

.lh-2 {
    line-height: 200%;
}

.header {
    height: 1000px !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-slide-1 {
    background: url("../img/header-slide/header_bg-1.png");
}

.header-slide-2 {
    background: url("../img/header-slide/header_bg-2.png");
}

.header-slide-3 {
    background: url("../img/header-slide/header_bg-3.png");
}

.header-avatar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-avatar-1 {
    background: url("../img/header-avatar.png") bottom right no-repeat;
}

.header-avatar-2 {
    background: url("../img/header-avatar-2.png") bottom right no-repeat;
}

.header-avatar .row:first-child {
    flex-grow: 1;
}

.header-content {
    color: #FFF;
    position: relative;
    z-index: 2;
}

.btn-bash {
    width: 274px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
    text-decoration: none;
    transition: 0.4s;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 80%,
        0% 100%
    );
}

.btn-bash:hover {
    opacity: 0.88
}

.btn-contact-1 {
    background: #fff;
    color: #2E3192;
}

.btn-contact-2 {
    background: #2E3192;
    color: #fff;
}

.header-arrow-scrool {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #FFF;
    text-decoration: none;
    z-index: 2;
    bottom: 50px;
    animation: pulse 1.5s infinite;
}

.header-blur {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(46, 49, 146, 0) 7.4%, rgba(46, 49, 146, 0) 50.69%, #2E3192 95.8%);
    z-index: 1;
}

.service-box {
    width: 100%;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F9FA;
    border-radius: 10px;
    padding: 16px 26px;
}

.service-box div:first-child {
    margin-right: 20px;
}

.service-box h2 {
    color: #2E3192;
    margin-bottom: 0;
    font-weight: bold;
}

.about-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #F8F9FA;
    border-radius: 50%;
    margin-right: 32px;
    padding: 15px;
}


.footer-links li a {
    color: #000 !important;
    text-decoration: none !important;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #2E3192 !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes kb {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.12);
    }
}

/* slides */
.service-slide {
    position: relative;
}

.ss-img img {
    width: 296px;
    height: 396px;
    margin: 0 auto
}

.service-slider .slick-dots {
    position: absolute;
    bottom: 10px;
}

.service-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #FFF;
    border-radius: 50%;
    padding: 0;
    border: 0;
}

.service-slider .slick-dots li button::before {
    content: none !important;
}

.service-slider .slick-dots li.slick-active button {
    background: #ED1B24;
}


.header-slider .slick-dots {
    position: absolute;
    left: 0;
    top: 40%;
    width: auto;
    display: flex;
    flex-direction: column;
}

.header-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    background: #FFF;
    border-radius: 50%;
    padding: 0;
    border: 0;
}

.header-slider .slick-dots li button::before {
    content: none !important;
}

.header-slider .slick-dots li.slick-active button {
    background: #ED1B24;
}

@media (max-width: 1200px) {
    .about-section {
        height: 424px;
    }
}

@media (max-width: 992px) {
    .header {
        height: calc(700px - 79px) !important;
    }
    .header-avatar {
        background-position: bottom center;
        background-size: contain;
    }
    .service-box {
        height: 100%;
    }
    .btn-contact-2 {
        width: 100% !important;
    }
    .navbar::before {
        width: 43%;
    }
    .navbar-nav {
        --bs-nav-link-padding-y: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    .header {
        height: calc(600px - 79px) !important;
    }
    .header-avatar {
        background: none;
    }
    .header-text {
        text-align: center;
    }
    .btn-contact-1 {
        width: 90%;
        margin: 0 auto;
    }
    .header-blur {
        background: linear-gradient(180deg, rgba(46, 49, 146, 0) 7.4%, rgba(46, 49, 146, 0) 1%, #2E3192 95.8%);
    }
    .service-box {
        max-width: 100% !important;
    }
    .navbar::before {
        width: 53%;
    }
}
@media (max-width: 500px) {
    .navbar::before {
        width: 58%;
    }
}
@media (max-width: 400px) {
    .about-section {
        padding: 25px 0;
        height: auto;
    }
    .navbar-brand {
        width: 70%;
    }
    .navbar::before {
        width: 70%;
    }
}

.about-section {
    position: relative;
    overflow: hidden;
    min-height: 20vh;
    background: none;
    padding: 25px 0;
}

.about-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -20%;
    bottom: -20%;
    background: url("../img/bg_industry.png") center / cover no-repeat;
    transform: translateY(var(--pY, 0));
    will-change: transform;
    z-index: 0;
}

.about-box {
    background: #FFF;
    padding: 16px 16px 43px 16px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
}

.about-section .container {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .about-section::before {
        transform: none !important;
    }
}

.whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 35px;
    right: 25px;
    background: url("../img/whatsapp.png") center / cover no-repeat;
    z-index: 3;
}
