html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat';
    font-weight: 300;
}

header {
    background-color: #fff;
    position: sticky;
    width: 100%;
    height: auto;
    top: -2px;
    padding: 30px 0 28px;
    transition: all .5s ease;
}

header[data-stuck] {
    padding: 10px 0 8px;
    box-shadow: 0 0 16px #e5e5e5;
    z-index: 10;
}

header nav.navbar {
    --bs-navbar-toggler-icon-bg: url('data:image/webp;base64,UklGRjQAAABXRUJQVlA4TCgAAAAvNcAIEA8wGIMxH/Mf8DDMRtIaLNL5U/W/JxDR/wmAJgv/gZvId+gI');
}

header .site-logo a.logo-link img.custom-logo {
    max-width: 110px;
}

header .site-logo .navbar-toggler {
    border: navajowhite;
    padding: 0;
    margin-right: 16px;
}

header .site-navigation ul.nav li.nav-item a.nav-link {
    color: #000;
    font-weight: 300;
    transition: all .3s ease;
}

header .site-navigation ul.nav li.nav-item a.nav-link:hover,
header .site-navigation ul.nav li.nav-item a.nav-link.active {
    font-weight: 600;
}

header .site-transactions a.button {
    padding: 8px 16px;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    pointer-events: none;
}

strong,
b {
    font-weight: bold;
}

p {
    text-align: justify;
}

.button {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 40px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.button.primary {
    background-color: transparent;
    color: #000;
    border: 2px solid currentColor;
}

.button.secundary {
    background-color: #000;
    color: #fff;
}

.button.secundary.light {
    background-color: #fff;
    color: #000;
    border: none;
}

.section {
    padding: 80px 0;
}

.section.bg-semi-ligth {
    background-color: #f6f6f6;
}

.section .section-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}

.section.title-section h1.title {
    background-color: #fff;
    font-size: .8rem;
    font-weight: 800;
    text-align: center;
    display: table;
    width: auto;
    height: auto;
    margin: 0 auto 24px;
    padding: 8px 24px;
    border-radius: 32px;
}

.section.title-section h2.sub-title {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    line-height: 4.5rem;
}

.section.title-section nav.breadcrumb {
    --bs-breadcrumb-divider: "|";
    --bs-breadcrumb-divider-color: #777;
    display: flex;
    justify-content: center;
    margin: 40px auto 0;
}

.section.title-section nav.breadcrumb .breadcrumb-item {
    color: #535353;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -1px;
}

.section.title-section nav.breadcrumb .breadcrumb-item.active {
    color: #222;
    font-weight: 700;
}

.content-center-v {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-bottom-v {
    display: flex;
    align-items: flex-end;
}

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

span.counter-animated {
    transition: --num 5s;
    counter-set: num var(--num);
}

span.counter-animated::after {
    content: counter(num);
}

.aos-animate span.counter-animated {
    --num: var(--num-ini);
}

section.contacts {
    box-shadow: 0 0 16px #e5e5e5;
}

section.contacts .section-title {
    margin: 0;
    font-size: 28px;
    text-align: left;
}

section.contacts .section-title span {
    font-weight: 400;
}

section.contacts .contact {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 24px;
}

section.contacts .contact .contact-icon {
    font-size: 50px;
}

section.contacts .contact .contact-content .contact-title {
    font-size: 20px;
    font-weight: 700;
}

section.contacts .contact .contact-content .contact-title a {
    color: currentColor;
    text-decoration: none;
}

section.contacts .contact .contact-content .contact-text {
    font-weight: 400;
}

section.contacts .contact .contact-content .contact-text a {
    color: currentColor;
    text-decoration: none;
    font-weight: 600;
}

footer .footer-top,
footer .footer-middle {
    background-color: #000;
    color: #fff;
}

footer .footer-top .newsletter-container {
    border-bottom: 1px solid #3f3f3f;
}

footer .footer-top .newsletter-container h2 {
    font-weight: bold;
}

footer .footer-top .newsletter-container form .form-group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 24px;
}

footer .footer-top .newsletter-container form .form-group .form-control {
    padding: 8px 24px;
    font-size: 14px;
    border-radius: 40px;
}

footer .footer-top .newsletter-container form .form-group .button.secundary {
    background-color: #fff;
    color: #000;
}

footer .footer-middle .footer-column-about .column-about-logo {
    width: 180px;
    margin-bottom: 1.5rem;
}

footer .footer-middle .footer-column-about .column-about-desc {
    margin-bottom: 1.5rem;
}

footer .footer-middle .footer-column-about .column-about-desc p {
    margin: 0;
}

footer .footer-middle .footer-column-about ul.column-about-social {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 16px;
    justify-content: space-between;
    width: min-content;
}

footer .footer-middle .footer-column-about ul.column-about-social li.about-social-icon {
    width: 28px;
    height: 28px;
}

footer .footer-middle .footer-column h3.column-title {
    font-size: 1.3rem;
    font-weight: bold;
}

footer .footer-middle .footer-column nav.column-nav {
    display: flex;
    flex-direction: column;
}

footer .footer-middle .footer-column nav.column-nav a.nav-link {
    color: #fff;
    padding: 4px 0;
    transition: all .3s ease;
}

footer .footer-middle .footer-column nav.column-nav a.nav-link.active,
footer .footer-middle .footer-column nav.column-nav a.nav-link:hover {
    font-weight: bold;
}

footer .footer-bottom .copyright {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

footer .footer-bottom .copyright p {
    margin: 0;
    text-align: left;
}

footer .footer-bottom .copyright .signature {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    column-gap: 8px;
    width: fit-content;
}

footer .footer-bottom .copyright .signature img {
    position: relative;
    width: 150px;
    top: -3px;
}

.whatsapp-widget {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 65px;
    height: 65px;
}

.whatsapp-widget a {
    display: block;
}

.alert {
    margin-top: 16px;
}

.lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}

.lds-ellipsis {
    display: none;
    position: relative;
    width: 80px;
    height: 16px;
}

.lds-ellipsis div {
    position: absolute;
    top: 4px;
    width: 13.33333px;
    height: 13.33333px;
    border-radius: 50%;
    background: currentColor;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 1s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 1s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 1s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 1s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

@keyframes tonext {
    75% {
        left: 0;
    }
    95% {
        left: 100%;
    }
    98% {
        left: 100%;
    }
    99% {
        left: 0;
    }
}

@keyframes tostart {
    75% {
        left: 0;
    }
    95% {
        left: -300%;
    }
    98% {
        left: -300%;
    }
    99% {
        left: 0;
    }
}

@keyframes snap {
    96% {
        scroll-snap-align: center;
    }
    97% {
        scroll-snap-align: none;
    }
    99% {
        scroll-snap-align: none;
    }
    100% {
        scroll-snap-align: center;
    }
}


@media only screen and (max-width: 900px) {
    .section{
        padding: 40px 0;
    }

    .section .section-title{
        margin-bottom: 40px;
    }
    
    header .site-navigation ul.nav {
        display: flex;
        flex-direction: column;
        padding: 16px 0;
    }

    section.contacts h2.section-title {
        text-align: center;
        margin-bottom: 24px;
    }

    section.contacts .contact {
        margin-bottom: 8px;
    }

    section.contacts .contact .contact-icon {
        min-width: 50px;
    }

    footer .footer-middle .col-lg-3 {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px) {
    header .site-logo a.logo-link {
        margin-left: calc(50vw - 118px);
    }

    .section.title-section h2.sub-title {
        font-size: 3rem;
        line-height: 3rem;
    }
}