:root {
    --first-color: #2d4082;
    --first-color-second: #273771;
    --first-color-alt: #193187;
    --body-color: #ffffff;
}

.nav .nav__btns .button {
    background: #2d4082;
}

body {
    background: var(--body-color);
}

.active-link {
    color: #3d57b6;
}

.img_footer {
    width: 100px !important;
}

.nav__logo {
    max-width: 100px !important;
}

/* HOME */
.home {
    background: url(../../assets/img/background/page-minote.png) bottom no-repeat #ffffff;
}

.home__content {
    padding-bottom: 0;
}

.home__title {
    font-size: 35px;
    line-height: 40px;
}

.home__data {
    padding-right: 80px;
    padding-bottom: 50px;
}

.home__social {
    padding-bottom: 80px;
}

/* SOLUTION */
.solutions {
    background: #f8f8f8;
}

.solutions-2.section {
    padding-bottom: 2rem;
}

img.img__foguete {
    width: 500px !important;
}

.solution__img.garcom {
    max-width: 300px;
}

.solutions-2 {
    background: #F0F0F0;
}

.about-2 {
    background: #f9f9f9;
}

.about.section {
    padding-bottom: 2rem !important;
}


.about-2.section {
    padding-bottom: 2rem;
}

.about__data {
    padding-top: 125px;
}

.container__solutions {
    z-index: 1;
}

.container__solutions .box {
    height: 400px;
}

.container__solutions .box:hover .content .text h3 {
    color: #191919;
}

.container__solutions .box:hover .content .text p {
    color: #ffffff;
}

.container__solutions .box .content .text a {
    background: #848fc1 !important;
}

.container__solutions .box:hover .content .text a {
    background: #ffffff !important;
}

.container__solutions .box:hover .content .icon {
    color: #ffffff;
    box-shadow: 0 0 0 4px #ffffff,
        0 0 0 300px var(--clr);
}

/* FUNCTIONS */
/*==================== SOLUTION ====================*/
.solution__container {
    overflow: initial;
}

.solution__button {
    width: 130px;
    margin-right: 15px;
}

.solution__data {}

.solution__data .solution__title {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.5em;
    color: #49585f;
    margin: 0 0 17px;
}

.solution__data .solution__description {
    font-size: 18px;
    line-height: 1.6em;
    color: #617984;
    margin-bottom: 22px;
}

.solution.section {
    padding: 6rem 0 10rem;
}

.solution__content {
    padding: 0 1.5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.solution__img {
    width: 100%;
    border-radius: .5rem;
    justify-self: center;
}

.solution__title {
    font-size: var(--h3-font-size);
    margin-bottom: var(--mb-0-5);
}

.solution__description {
    margin-bottom: var(--mb-0-75);
}

.solution__button:hover .button__icon {
    transform: translateX(0.25rem);
}

/*==================== SOLUTION ====================*/
.solution {
    background: #fcfcfc !important;
}

.button.button--flex.circulo {
    padding: 10px 15px 10px 10px !important;
    border-radius: 50% !important;
}

.button__icon {
    margin-left: 7.5px;
}

.solution__container {
    overflow: initial;
}

.solution__button {
    width: 130px;
    margin-right: 15px;
}

.solution__data .solution__title {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.5em;
    color: #49585f;
    margin: 0 0 17px;
}

.solution__data .solution__description {
    font-size: 18px;
    line-height: 1.6em;
    color: #617984;
    margin-bottom: 22px;
}

.solution.section {
    padding: 6rem 0 10rem;
}

.solution__content {
    padding: 0 1.5rem;
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.solution__img {
    width: 100%;
    border-radius: .5rem;
    justify-self: center;
}

.solution__title {
    font-size: var(--h3-font-size);
    margin-bottom: var(--mb-0-5);
}

.solution__description {
    margin-bottom: var(--mb-0-75);
}

.solution__button:hover .button__icon {
    transform: translateX(0.25rem);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
}

.swiper-solution-icon {
    font-size: 2.3rem;
    color: #7C8F9B;
}

.swiper-button-prev {
    left: -.5rem;
}

.swiper-button-next {
    right: -.5rem;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -3.5rem;
}

.swiper-pagination-bullet-active {
    background-color: #869791;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
    outline: none;
}


@media screen and (min-width: 768px) {
    .solution__img {
        width: 500px;
    }

    .solution__content {
        align-items: center;
    }
}

@media screen and (min-width: 568px) {
    .solution__content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 568px) {
    img.img__foguete {
        width: 500px !important;
        margin-left: -30px;
    }

    .button-alt {
        left: 0;
        top: 15px;
    }

    .home__data {
        padding-right: 0;
        padding-bottom: 50px;
    }

    .home__title {
        font-size: 29px;
        line-height: 35px;
    }

    .solutions.section {
        padding: 4.5rem 0 3.5rem;
    }

    .solutions .section__title {
        font-size: 25px;
        margin-left: 30px;
        line-height: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .about__data {
        padding-top: 0;
        text-align: center;
    }

    .about__img {
        margin-bottom: -30px !important;
    }

    .about.section {
        padding-top: 3rem;
        padding-bottom: 6rem !important;
    }

    .about-2.section {
        padding-top: 5rem;
        padding-bottom: 5rem !important;
    }

    .solutions-2.section {
        padding-top: 5.5rem;
        padding-bottom: 2rem !important;
    }

    .title .section__title {
        font-size: 25px;
        margin-left: 30px;
        line-height: 30px;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .solution__content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .solution__data .solution__title {
        font-size: 25px;
        line-height: 1.3em;
    }

    .solutions-2 .section__title {
        line-height: 30px;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .solution__data .solution__description {
        font-size: 17.5px;
        line-height: 1.4em;
    }

    .solution__img.garcom {
        max-height: 180px;
        width: 160px;
    }

    .solution__img.entregador {
        max-height: 280px;
        width: 200px;
    }

    .solution.section {
        padding: 6rem 0 6rem;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: -3rem !important;
    }
}