@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
.project__card a,
.project__card figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0
}

.button-hero,
.footer__col-content-about-social a,
.link-item-header,
.project__button {
    text-decoration: none
}

nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #fff
}

.title-h2 {
    font-family: Raleway, sans-serif;
    font-size: 48px;
    line-height: 64px;
    color: #333;
    font-weight: 700
}

.text-normal {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 150%;
    font-weight: 300
}

#heroCarousel {
    padding-top: 100px
}

.container-header {
    height: 120px
}

.link-item-header {
    color: #3a4045;
    font-family: Roboto, sans-serif
}

.link-item-header:hover {
    color: #44056c;
    font-weight: 600
}

.link-item-header-cta {
    color: #fff;
    background-color: #44056c;
    padding: 10px 24px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    margin-left: 16px
}

.link-item-header-cta:hover {
    font-size: 14px;
    background-color: #4d1d6b;
    color: #fff
}

.link-item-header-cta-mobile {
    text-align: center;
    background-color: #4d1d6b;
    color: #fff
}

.btn-menu-mobile:focus {
    outline: 0;
    box-shadow: none
}

.hero-home-first {
    background-position-x: center;
    height: 664px;
    background-size: cover
}

.hero-home-title {
    color: #fff;
    font-family: Raleway, sans-serif;
    max-width: 1020px;
    width: 100%;
    font-size: 72px;
    line-height: 96px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto
}

.about__row-headline,
.about__row-list-item,
.button-hero,
.hero-home-subtitle,
.project__button {
    font-family: Roboto, sans-serif
}

.hero-home-subtitle {
    margin: 40px 0;
    color: #fff;
    text-align: center;
    font-weight: 300
}

.button-hero {
    font-size: 14px;
    font-weight: 500;
    padding: 16px 48px;
    color: #fff;
    border-radius: 8px;
    text-align: center
}

.button-hero:hover {
    color: #fff
}

.button-hero-primary {
    background-color: #44056c;
    border: 2px solid #44056c
}

.button-hero-outline {
    border: 2px solid #fff
}

.about__container,
.contact__container,
.feature__container,
.project__container,
.service__container,
.team__container {
    padding: 120px 0
}

.about__row-headline {
    color: #44056c;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700
}

.about__row-paragraph,
.feature__row-paragraph {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 150%;
    font-weight: 300;
    margin: 24px 0 32px
}

.about__row-list {
    padding-left: 16px;
    width: 416px
}

.about__row-list-item {
    font-size: 16px;
    color: #666;
    line-height: 200%;
    font-weight: 300
}

.project__paragraph {
    width: 776px
}

.project__button {
    font-size: 14px;
    color: #333;
    border: 2px solid #333;
    border-radius: 8px;
    padding: 16px 48px;
    font-weight: 500
}

.project__button:hover {
    color: #333
}

.project__row {
    padding-top: 64px
}

.project__card_container {
    margin: 48px 0 0
}

.project__card {
    font-family: Raleway, sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    width: 416px;
    height: 400px;
    color: #fff;
    font-size: 16px;
    text-align: left
}

.funfact__number_item,
.funfact__title {
    font-family: Raleway, sans-serif;
    font-size: 48px
}

.project__card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s;
    transition: .25s
}

.project__card:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    content: '';
    background-color: rgba(51, 51, 51, .9);
    -webkit-transition: .25s 0.25s;
    transition: .25s 0.25s
}

.project__card img {
    vertical-align: top;
    width: 100%;
    backface-visibility: hidden;
    height: 400px
}

.project__card figcaption {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.project__card h3,
.project__card h5 {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px
}

.project__card h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    margin-bottom: 5px
}

.project__card h5 {
    font-size: 16px;
    font-weight: 400;
    background-color: #44056c;
    padding: 8px 16px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.project__card.hover:before,
.project__card:hover:before {
    top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.project__card.hover h3,
.project__card.hover h5,
.project__card:hover h3,
.project__card:hover h5 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.project__card.hover h3,
.project__card:hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.project__card.hover h5,
.project__card:hover h5 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.funfact__container {
    background-image: url('../img/bg-fun-fact.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position-y: center;
    padding: 120px 0
}

.funfact__title {
    font-weight: 700;
    line-height: 64px;
    width: 496px;
    margin: 0 auto
}

.funfact__description {
    width: 596px;
    margin: 16px auto 48px;
    font-weight: 300
}

.funfact__wrapper {
    width: 816px;
    margin: 0 auto;
    padding: 32px 42px;
    border-radius: 16px;
    box-shadow: 0 40px 160px rgba(68, 5, 108, .5)
}

.funfact__number_item {
    color: #333;
    font-weight: 700;
    margin: 0
}

.feature__row-list {
    width: 460px
}

.feature__row-list-item {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 200%;
    font-weight: 300;
    margin-bottom: 32px
}

.feature__row-list-item-content-title,
.testimonial__item_name {
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 700
}

.feature__row-list-item-image {
    width: 48px;
    height: 48px;
    padding: 8px;
    background-color: #f2f6f8;
    border-radius: 100%;
    box-shadow: 0 16px 56px rgba(20, 32, 39, .25)
}

.feature__row-list-item-content-title {
    color: #333
}

.feature__row-list-item-content-description {
    margin: 0
}

.testimonial__container {
    background-color: #e5ecf1;
    padding: 120px 0
}

.testimonial__item_name {
    color: #44056c;
    margin: 0
}

.testimonial__item_company {
    font-family: Roboto, sans-serif;
    font-size: 20;
    color: #333;
    line-height: 200%;
    font-weight: 700
}

.testimonial__item_quote {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 140%;
    font-weight: 400;
    width: 1020px;
    margin: auto
}

.clients__container_logos {
    margin-top: 32px;
    gap: 120px;
}

.clients__container {
    text-align: center;
    padding: 120px 0
}

.logo_cliente {
    height: 55px;
    width: auto;
    filter: saturate(0);
    transition: .5s
}

.logo_cliente:hover {
    filter: saturate(1)
}

.footer__container {
    background-color: #3a4045;
    padding: 120px 0 0
}

.footer__col-content-about-text {
    color: #fff;
    width: 312px
}

.footer__col-content-about-social {
    margin: 32px 0;
    display: flex;
    gap: 16px
}

.footer__col-content-about-contact a {
    text-decoration: none;
    color: #fff
}

.footer__copyright {
    padding-top: 64px;
    padding-bottom: 120px
}

.breadscrumb__title,
.footer__col-image-title {
    font-family: Raleway, sans-serif
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.contact__maps_col,
.team__slide_nav {
    position: relative
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: .3s ease-in-out
}

.swiper,
.swiper-slide img {
    height: 100%;
    width: 100%
}

.breadscrumb__nav,
.team__description {
    font-family: Roboto, sans-serif
}

.breadscrumb__container {
    background-color: #3a4045;
    padding: 175px 0 64px
}

.breadscrumb__nav_home_link {
    text-decoration: none
}

.team__description {
    font-size: 18px;
    color: #666;
    line-height: 120%;
    font-weight: 300;
    width: 458px
}

.team__slide_item {
    flex-direction: column
}

.team__slide_name {
    width: 100%;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    color: #333;
    line-height: 120%;
    font-weight: 700;
    margin-top: 24px
}

.team__slide_position {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    color: #333
}

.swiper-slide img {
    display: block;
    object-fit: cover
}

.team__header {
    margin-bottom: 64px
}

.team__slide_nav {
    width: 100px
}

.swiper-button-next,
.swiper-button-prev {
    color: #333 !important
}

.service__card_container {
    margin-top: 64px
}

.service__card_container_col {
    background-color: #efedfd;
    border-radius: 16px;
    transition: .35s;
    padding: 32px
}

.service__card_container_row {
    gap: 16px;
    color: #333
}

.service__card_container_col:hover {
    background-color: #44056c;
    color: #fff;
    transition: .35s
}

.service__card_circle {
    height: 64px;
    width: 64px;
    box-shadow: 0 16px 56px rgba(32, 49, 59, .2)
}

.service__card_title {
    margin: 40px 0 24px;
    font-family: Raleway, sans-serif;
    font-size: 32px;
    font-weight: 700
}

.service__card_descripton {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300
}

.service__card_image {
    width: 428px;
    height: 366px;
    border-radius: 16px
}

.service__card_container_col_image {
    padding: 0 !important
}

.project__description:last-child {
    margin-top: -16px
}

.contact__form_container,
.contact__maps_row,
.project__container_tab {
    margin-top: 64px
}

.project-image-slide {
    /* height: 100vH; */
    width: 100%;
    object-fit: scale-down
}

.carousel-control-next-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") #44056c !important;
    color: #fff !important
}

.carousel-control-prev-icon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") #44056c !important;
    color: #fff !important
}

.text-input {
    font-weight: 400
}

.contact__maps_item>iframe {
    border-radius: 16px
}

.contact__maps_box_infos p {
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #333;
    font-size: 14px
}

.contact__maps_box_infos a {
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #44056c;
    font-size: 14px;
    text-decoration: none
}

.contact__maps_box {
    position: absolute;
    bottom: 32px;
    border-radius: 8px;
    padding: 24px;
    width: 80%;
    left: 32px
}

@media(max-width:767px) {
    .about__row-list,
    .feature__row-list,
    .footer__col-content-about-text,
    .funfact__description,
    .funfact__title,
    .funfact__wrapper,
    .project__card,
    .project__paragraph,
    .team__description,
    .testimonial__item_quote,
    nav {
        width: 100%
    }
    nav {
        position: fixed;
        z-index: 10;
        background-color: #fff
    }
    #heroCarousel {
        padding-top: 0
    }
    .hero-home-first {
        height: 440px
    }
    .hero-home-title {
        font-size: 32px;
        line-height: 40px;
        padding: 0 10px
    }
    .carousel-container-content {
        height: 550px !important
    }
    .about__container,
    .contact__container,
    .feature__container,
    .project__container,
    .service__container,
    .team__container,
    .testimonial__container {
        padding: 64px 0
    }
    .about__row {
        flex-direction: column;
        margin: 0
    }
    .project__button {
        text-align: center
    }
    .project__card {
        height: auto
    }
    .project__card img {
        height: 450px;
        object-fit: cover
    }
    .project__card_col {
        flex: auto;
        padding: 0;
        width: 100%
    }
    .feature__row,
    .team__headline_nav {
        flex-direction: column
    }
    .project__card_row {
        gap: 16px;
        width: 94%;
        margin: auto
    }
    .project__card_container {
        margin-bottom: 0
    }
    .project__header {
        width: 100%;
        padding: 0 10px
    }
    .funfact__container {
        background-position-x: -975px;
        padding: 64px 0
    }
    .feature__row {
        margin: 0
    }
    .feature__row-list-item-image {
        width: 100px;
        height: 100px;
        padding: 24px
    }
    .clients__container_logos {
        gap: 1rem !important
    }
    .footer__wrapper {
        gap: 32px
    }
    .footer__col-content-about-contact {
        gap: 16px
    }
    .team__slide_nav {
        top: 22px
    }
    .service__card_image {
        width: auto;
        padding: 16px
    }
    .service__card_container_col_image {
        display: none
    }
    .service__card_container_row {
        margin: 0;
        flex-direction: column
    }
    .contact__form_row {
        flex-direction: column !important
    }
    .contact__maps_row {
        flex-direction: column;
        gap: 32px
    }
    .contact__maps_item>iframe {
        border-radius: 16px;
        width: 100%
    }
    .button-hero {
        padding: 8px 32px
    }
    .team__headline_nav_slide {
        flex-direction: column
    }
}