* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'BasierCircle-Regular';
}

:root {
    --bg-light: #fff;
    --weris-blue: #1A287A;
    --weris-sky-blue: #76C6FD;
    --weris-orange: #FC541F;
}

::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--weris-blue);
    border-radius: 4px;
}

@font-face {
    font-family: 'BasierCircle-Regular';
    src: url('../resources/Font/BasierCircle-Regular.otf');
}

@font-face {
    font-family: 'BasierCircle-Bold';
    src: url('../resources/Font/BasierCircle-Bold.otf');
}

@font-face {
    font-family: 'BasierCircle-SemiBold';
    src: url('../resources/Font/BasierCircle-SemiBold.otf');
}

@font-face {
    font-family: 'BasierCircle-Medium';
    src: url('../resources/Font/BasierCircle-Medium.otf');
}

.weris-blue {
    color: var(--weris-blue);
}

.navbar {
    background-color: white;
    height: 110px;
}

.non-visible {
    display: none;
}

.nav-link:hover {
    font-family: 'BasierCircle-Bold';
    color: var(--weris-blue);
}

.navbar-toggler,
.navbar-toggler:focus {
    margin: 36px 0;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-main,
.btn-main-2 {
    padding: 8px 15px !important;
    border: 1px solid var(--weris-blue);
    color: var(--weris-blue);
    border-radius: 12px;
    transition: .5s;
    background: none;
}

.btn-main:hover {
    background-color: var(--weris-blue);
    color: white;
}

.btn-main-2 {
    border: 1px solid var(--weris-orange);
    color: var(--weris-orange);
}

.btn-main-2:hover {
    background-color: var(--weris-orange);
    color: white;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 50px;
    font-family: 'BasierCircle-Bold';
    color: var(--weris-blue);
}

h2 {
    font-size: 64px;
}

h4 {
    font-size: 40px;
    color: var(--weris-orange);
}

h5 {
    font-size: 30px;
    color: var(--weris-orange);
}

h6 {
    font-family: 'BasierCircle-SemiBold';
    font-size: 15px;
}

p {
    font-size: 20px;
    color: #ADACAC;
}

.figure1 {
    width: 17%;
    z-index: 1021;
}

.hand {
    height: 92%;
}

.whatsapp {
    background-color: var(--weris-orange);
}

.whatsapp p {
    font-size: 16px;
}

.figure3 {
    width: 60%;
    height: 200px;
    left: 17%;
    margin-top: calc(60px + 6rem);
}

.figure4 {
    bottom: 39%;
    width: 23%;
}

.figure5 {
    bottom: 87%;
    width: 9%;
}

.banner-principal {
    overflow: hidden;
}

.banner-principal-figure {
    background-color: var(--weris-blue);
}

.what-we-do-circle {
    width: 200px;
    height: 200px;
}

.stores-img {
    filter: grayscale(1);
    transition: .5s;
}

.stores-img:hover {
    filter: grayscale(0);
    scale: 1.1;
}

.footer {
    background-color: var(--weris-blue);
    height: 300px;
}

.footer p {
    font-size: 11px;
    color: white;
    margin: 30px 0 0 0;
}

.icon {
    cursor: pointer;
}

/*Animations*/
.fe {
    transition: 1s;
    padding-top: 120px !important;
}

.fade-effect {
    filter: opacity(0);
}

@media screen and (max-width: 575.9px) {
    .navbar {
        height: auto;
        background-color: var(--weris-blue);
        position: fixed !important;
        width: 100%;
        padding: 0;
    }

    .logo,
    .visible {
        display: none;
    }

    .nav-link {
        color: white;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .nav-link:hover {
        color: var(--weris-orange);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 40px;
    }

    .navbar-collapse,
    .s-center {
        text-align: center;
    }

    .nav-link.btn-main {
        background-color: var(--weris-orange);
        width: fit-content;
        padding: 8px 35px !important;
        margin: 0 auto 40px auto;
    }

    .non-visible {
        display: inline;
    }

    .logoNav {
        width: 150px;
    }

    .figureNav {
        width: 100%;
        transform: translateX(-12px);
        margin-top: calc(100vh - 550px - 100%);
    }

    .vh-100 {
        height: 630px !important;
    }

    .fe,
    main {
        padding-top: 110px !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        font-size: 30px;
        text-align: center;
    }

    h5 {
        font-size: 20px;
        padding-bottom: 30px;
    }

    h6 {
        font-size: 12px;
    }

    p {
        font-size: 16px;
    }

    .figure1 {
        left: 0 !important;
        content: url(../resources/figures/figure1-2.svg);
        width: 20%;
        position: fixed !important;
    }

    .figure2 {
        right: -30px;
        width: 170% !important;
        max-width: 170% !important;
    }

    .whatsapp {
        border-radius: 50% !important;
    }

    .figure3 {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 256px !important;
        margin: auto;
        height: 688px;
        width: fit-content;
    }

    .figure4 {
        bottom: 0;
        top: -6%;
        width: 30%;
    }

    .figure5 {
        bottom: 0;
        top: -4%;
        width: 12%;
    }

    .figure7 {
        z-index: 1 !important;
        bottom: 0;
    }

    .banner-principal-figure,
    .banner-principal-text .w-75 {
        width: 100% !important;
    }

    .hand {
        width: 506px !important;
        height: 262px !important;
        max-width: fit-content;
    }

    .what-we-do-circle {
        width: 124px;
        height: 124px;
    }

    #stores {
        flex-direction: column-reverse;
    }

    .footer {
        height: 200px;
    }

    .footer p {
        font-size: 7.34px;
    }

    .footer .icon {
        width: 40%;
        margin: 7px auto !important;
    }
}


@media screen and (min-width: 576px) and (max-width: 991.9px) {
    .navbar {
        height: auto;
        position: fixed !important;
        width: 100%;
        padding: 0;
    }

    .logo.open {
        top: 0;
        margin: 0 !important;
    }

    .logo.open img {
        content: url(../resources/figures/figure1-2.svg);
        height: 200px;
    }

    .nav-link,
    .navbar-collapse .btn-main {
        font-size: 32px;
        font-family: "BasierCircle-Medium";
        color: white;
        margin-bottom: 40px;
    }

    .nav-link:hover {
        color: var(--weris-orange);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28118, 198, 251, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 40px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-collapse img {
        display: inline;
    }

    .logoNav {
        width: 255px;
    }

    .nav-link.btn-main {
        background-color: var(--weris-orange);
        width: fit-content;
        padding: 10px 40px !important;
        margin: 0 auto 40px auto;
    }

    .figureNav {
        width: 100%;
        transform: translateX(-12px);
        margin-top: calc(100vh - 630px - 100%);
    }

    .vh-100 {
        height: 400px !important;
    }

    main {
        padding-top: 110px !important;
    }

    h1,
    h3 {
        font-size: 27px;
    }

    h2 {
        font-size: 34px
    }

    h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 11.2px;
    }

    p,
    .btn-main,
    .btn-main-2 {
        font-size: 12px;
    }

    .fe {
        padding-top: 100px !important;
    }

    .whatsapp {
        border-radius: 50% !important;
    }

    .what-we-do-circle {
        width: 108px;
        height: 108px;
    }

    .figure1 {
        content: url(../resources/figures/figure1-1.svg);
        top: 90px;
        z-index: -1;
    }

    .figure3 {
        margin-top: 128.39px;
        height: 108px;
    }

    .figure4 {
        bottom: 60%;
    }

    .footer {
        height: 200px;
    }

    .footer p {
        font-size: 8.38px;
    }
}