.tcSliderContainer__swiper {
    width: 100vw;
    overflow: hidden;
}

.tcSliderContainer__swiper--buttonPrev {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 1rem;
    z-index: 1;
    font-size: 2rem;
    cursor:pointer;
}

.tcSliderContainer__swiper--buttonNext {
    position: absolute;
    top: 0;
    right: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    font-size: 2rem;
    cursor:pointer;
}

.tcSliderContainer__swiper--buttonNext i, .tcSliderContainer__swiper--buttonPrev i {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 38px;
}

/*----------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
/* SLIDE TEMPLATE DEFAULT
/*----------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.tcSlideTemplateDefault {
    height: 100%;
    width: 100%;
}

.tcSlideTemplateDefault__img {
    height: 670px;
    overflow: hidden;
}

@media (min-width: 1200.5px) and (max-height: 768.5px) and (max-width: 1369.5px) {
    .tcSlideTemplateDefault__img {
        height: 500px;
    }
}

@media (max-width: 767.5px) {
    .tcSlideTemplateDefault__img {
        height: 50vh;
    }
}

.tcSlideTemplateDefault__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tcSlideTemplateDefault__img .imgDesktop {
    display: none;
}

.tcSlideTemplateDefault__img .imgMobile {
    display: block;
}

@media (min-width: 768px) {
    .tcSlideTemplateDefault__img .imgDesktop {
        display: block;
    }

    .tcSlideTemplateDefault__img .imgMobile {
        display: none;
    }
}


.tcSlideTemplateDefault__content {
    height: calc(100% - 670px);
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0 10px 0;
}

.tcSlideTemplateDefault__content p {
    margin-top: 0 !important;
}

.traguardi {
    padding: 40px 0 !important;
}

@media (min-width: 1200.5px) and (max-height: 768.5px) and (max-width: 1369.5px) {
    .tcSlideTemplateDefault__content {
        height: calc(100% - 500px);
    }
}

@media (max-width: 767.5px) {
    .tcSlideTemplateDefault__content {
        height: calc(100% - 50vh);
    }

    footer ul {
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .traguardi {
        padding: 40px 0 20px 0 !important;
    }


}

.tcSlideTemplateDefault__content--ctaWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tcSlideTemplateDefault__content--cta {
    display: block;
    padding: 10px 32px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 5px;
}

/*----------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
/* SLIDE TEMPLATE FULL
/*----------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------*/
.tcSlideTemplateFull {
    height: 100vh;
    width: 100vw;
}

.tcSlideTemplateFull__img {
    height: 100vh;
    overflow: hidden;
}

@media (min-width: 1200.5px) and (max-height: 768.5px) and (max-width: 1369.5px) {
    .tcSlideTemplateFull__img {
        height: 100vh;
    }
}

@media (max-width: 767.5px) {
    .tcSlideTemplateFull__img {
        height: 100vh;
    }
}

.tcSlideTemplateFull__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tcSlideTemplateFull__img .imgDesktop {
    display: none;
}

.tcSlideTemplateFull__img .imgMobile {
    display: block;
}

@media (min-width: 768px) {
    .tcSlideTemplateFull__img .imgDesktop {
        display: block;
    }

    .tcSlideTemplateFull__img .imgMobile {
        display: none;
    }
}


.tcSlideTemplateFull__content {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0 10px 0;
}

.tcSlideTemplateFull__content p {
    margin-top: 0 !important;
}

.traguardi {
    padding: 40px 0 !important;
}

@media (min-width: 1200.5px) and (max-height: 768.5px) and (max-width: 1369.5px) {
    .tcSlideTemplateFull__content {
        height: 100vh;
    }
}

@media (max-width: 767.5px) {
    .tcSlideTemplateFull__content {
        height: 100vh;
    }

}

.tcSlideTemplateFull__content--ctaWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tcSlideTemplateFull__content--cta {
    display: block;
    padding: 10px 32px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin: 5px;
}


.swiper-slide {
    height: auto !important;
}


