.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

a:focus,
:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 1px solid #525252;
    outline-offset: 1px;
}


/* BANNER SEC - PAGES */
.home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2.tit-h1 {
    font-family: 'Harabara-Bold';
    font-weight: normal;
    font-size: 75px;
    letter-spacing: 0.06em;
    line-height: 80px;
    float: left;
    text-align: left;
    color: #fff;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    max-width: 558px;
}

.home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2.tit-h1 span {
    display: inline-flex;
    margin-left: -20px;
}

.proxim .prox-lft p.tit-h4 {
    display: block;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    color: #000;
}

/* ALTRES SECCIONS */
.pro-btm h2.tit-h3 {
    font-family: 'Mona-Sans-SemiBold';
    font-weight: normal;
    font-size: 35px;
    letter-spacing: -0.01em;
    line-height: 50px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}


/* MEDIAS */
@media screen and (max-width: 767px) {
    .home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2.tit-h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .home-slide-sec .home-slider .swiper-wrapper .swiper-slide .flex-caption .flex-cont h2.tit-h1 span {
        margin-left: -10px;
    }

    .pro-btm h2.tit-h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}