@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    /* scroll-behavior: smooth; */
}

body{
    font-family: "Poppins", sans-serif;
}

.shadex {
    box-shadow: 2px 4px 18px 1px rgb(0 0 0 / 42%);
}

.swiper_clientes {
    width: 100%;
}

.swiper_smarts .navigation-nav {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.swiper-button-prev_personalizado, .swiper-button-next_personalizado {
    width: 60px;
    height: 60px;
    display: flex;
    border: 5px solid #e7e0d8;
    border-radius: 100px;
    background: white;
    box-shadow: 0 0 20px -5px rgb(0 0 0 / 41%);
    justify-content: center;
    align-items: center;
}

.swiper-button-prev_personalizado svg, .swiper-button-next_personalizado svg {
    width: 40px;
    fill: red;
}

.swiper_smarts img {
    border-radius: 30px;
    max-width: 80%;
    margin: 0 auto;
}

.swiper-button-next_personalizado {
    transform: rotate(180deg);
}

.swiper-button-prev_personalizado svg path, .swiper-button-next_personalizado svg path {
    fill: #0c194a;
}

header.stricky-fixed {
    position: fixed;
    background: white;
    padding: 15px 0;
    box-shadow: 0 0 10px -5px rgb(0 0 0 / 57%);
    transition: 0.3s ease all;
}

header.stricky-fixed a img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(9%) saturate(5926%) hue-rotate(169deg) brightness(89%) contrast(96%);
}

header {
    transition: 0.3s ease all;
}

ul.ulsteps li {
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 1000px;
    transition: 0.4s ease all;
}

ul.ulsteps li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: #e7e0d8;
    text-align: center;
    color: black;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

ul.ulsteps li.active,
ul.ulsteps li:hover {
    background: #e7e0d8;
    transition: 0.4s ease all;
}

ul.ulsteps li.active span,
ul.ulsteps li:hover span {
    background: white;
    color: black;
    transition: 0.4s ease all;
}

ul.ulsteps li:last-of-type {
    margin-bottom: 0;
}

@media(min-width: 1024px){
    ul.ulsteps li {
        max-width: 80%;
        display: flex;
        align-items: center;
        flex-flow: wrap;
        cursor: pointer;
    }
    
    ul.ulsteps li span {
        margin-right: 10px;
        width: 55px;
        height: 55px;
        font-size: 18px;
        line-height: 55px;
    }
    
    ul.ulsteps li p {
        font-size: 14px;
        width: calc(100% - 70px);
        padding-left: 10px;
        font-weight: 500;
        color: #0d0b3a;
    }
}

@media(min-width: 1300px){
    ul.ulsteps li p {
        font-size: 16px;
    }
}
