/*** GENERICS ***/
a:focus,
:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 0.1px dotted #6E91AF !important;
    outline-offset: 0.1px !important;
}

.to-screen-reader-h {
    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;
}

.visually-hidden {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.m-menu span {
    background: #6E91AF;
}

/***** HOME *****/
.blog-slide .swiper-slide .blog-txt .tit-h5 {
    font-size: 18px;
    line-height: 30px;
    color: #4F3C2E;
    font-family: 'Poppins-Bold';
    letter-spacing: 0.2px;
}

.blog-slide .swiper-slide .blog-txt .tit-h5 span {
    font-family: 'Poppins-Light';
}

.eventos-slide .swiper-slide .evento-txt .tit-h5 {
    font-size: 22px;
    line-height: 30px;
    color: #B96B33;
    font-family: 'PlayfairDisplay-Bold';
    letter-spacing: 0.2px;
    margin-bottom: 0px;
}

.descubre-lst ul li .descubre-cnt .tit-h2 {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
    font-family: 'Poppins-SemiBold';
}

ul.plan-lst li .plan-div .tit-h2 {
    min-height: 75px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-family: 'PlayfairDisplay-SemiBold';
}

ul.plan-lst li.bg2 .plan-div .tit-h2 {
    color: #1D3B55;
}

ul.plan-lst li.bg5 .plan-div .tit-h2 {
    color: #4F3C2E;
}

/***** end HOME *****/

/***** ACTIVIDAD *****/
.compar-social .tit-h4 {
    color: #343B4B;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Poppins-Bold';
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

/***** end ACTIVIDAD *****/

/***** FOOTER *****/
.ban-content .tit-h3 {
    color: #fff;
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -0.25px;
    font-family: 'PlayfairDisplay-Bold';
    margin-bottom: 20px;
}

/***** end FOOTER *****/

/***** MEDIA *****/
@media screen and (min-width: 1280px) and (max-width: 1366px) {
    ul.plan-lst li .plan-div .tit-h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .blog-slide .swiper-slide .blog-txt .tit-h5 {
        font-size: 17px;
        line-height: 28px;
    }

    .eventos-slide .swiper-slide .evento-txt .tit-h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .descubre-lst ul li .descubre-cnt .tit-h2 {
        font-size: 26px;
        line-height: 36px;
    }

    ul.plan-lst li .plan-div .tit-h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .ban-content .tit-h3 {
        font-size: 60px;
        line-height: 65px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .blog-slide .swiper-slide .blog-txt .tit-h5 {
        font-size: 15px;
        line-height: 26px;
    }

    .eventos-slide .swiper-slide .evento-txt .tit-h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .descubre-lst ul li .descubre-cnt .tit-h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .descubre-lst ul li .descubre-cnt .tit-h2 {
        font-size: 20px;
        line-height: 30px;
    }

    ul.plan-lst li .plan-div .tit-h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .ban-content .tit-h3 {
        font-size: 50px;
        line-height: 55px;
    }
}

@media screen and (max-width: 767px) {
    .blog-slide .swiper-slide .blog-txt .tit-h5 {
        font-size: 14px;
        line-height: 26px;
    }

    .eventos-slide .swiper-slide .evento-txt .tit-h5 {
        font-size: 16px;
        line-height: 24px;
    }

    ul.plan-lst li .plan-div .tit-h2 {
        font-size: 18px;
        line-height: 20px;
        min-height: 55px;
    }

    .ban-content .tit-h3 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 359px) {
    .descubre-lst ul li .descubre-cnt .tit-h2 {
        font-size: 18px;
        line-height: 28px;
    }
}

/***** end MEDIA *****/