/*** GENERICS ***/
.visually-hidden {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*** end GENERICS ***/

/*** INICI ***/
.notices-sec .swiper-slide .noticias-cont span.tit-h6 {
    float: left;
    width: 100%;
    color: #1A1919;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: flex;
    column-gap: 12px;
}

.formacion-guid span.tit-h6 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 10px;
    text-align: left;
    transition: all 0.5s ease;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .formacion-guid span.tit-h6 {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .formacion-guid span.tit-h6 {
        font-size: 12px;
        line-height: 20px;
    }
}

/*** end INICI ***/

/*** CONTINGUT GENERAL ***/
.formacion-guid span.tit-h6 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 10px;
    text-align: left;
    transition: all 0.5s ease;
}

.timagines-main span.tit-h3 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Trona-Heavy';
    color: #1A1919;
    margin-bottom: 25px;
    display: block;
}

.itineraris-slider .swiper-slide .itineraris-cnt span.tit-h6 {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    font-family: 'Poppins-Regular';
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .timagines-main span.tit-h3 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .formacion-guid span.tit-h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .timagines-main span.tit-h3 {
        font-size: 25px;
        line-height: 33px;
    }
}

@media screen and (max-width: 767px) {
    .formacion-guid span.tit-h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .timagines-main span.tit-h3 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 20px;
    }
}

/*** end CONTINGUT GENERAL ***/


/*** SINGLE NOTICIA ***/
.recursos-sec .swiper-slide .recursos-cnt span.tit-h6 {
    width: 100%;
    float: left;
    color: #1A1919;
    font-size: 12px;
    line-height: 18px;
}

/*** end SINGLE NOTICIA ***/