/*** HOME ***/
h3 span.ant-h5-home {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Lora-MediumItalic';
    color: #007E97;
    margin-bottom: 5px;
    letter-spacing: 0.48px;
}

#sb_instagram a,
#sb_instagram a:active,
#sb_instagram a:focus,
#sb_instagram a:hover,
.sbi_lightbox a:active,
.sbi_lightbox a:focus,
.sbi_lightbox a:hover {
    outline: 2px solid #005fcc;
    /* color accesible y visible */
    outline-offset: 2px;
}

/*** SINGLE MUSEU ***/
.mob-rural-info h2.ant-h2-museu {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .rural-lft .mob-rural-info h2.ant-h2-museu {
        margin-top: 15px;
        display: block;
    }
}

span.ant-h3-museu {
    float: left;
    width: 100%;
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.69px;
    color: #161616;
    padding-bottom: 0;
    margin-bottom: 0;
    transition: all .5s ease;
}

/*** DISTRIBUIDORA ***/
span.ant-h2-dist-fitx {
    width: 100%;
    float: left;
    font-family: 'Montserrat-SemiBold';
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.24px;
    color: #000000;
    margin-bottom: 10px;
    transition: all .5s ease;
}

/*** ALLOTJAMENTS ***/
span.ant-h2-allot {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Montserrat-SemiBold';
    transition: all .5s ease;
}

.visitar-lft h1.ant-h4-allot,
.visitar-lft h2.ant-h4-allot {
    width: 100%;
    float: left;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.56px;
    color: #282828;
    margin-bottom: 20px;
}

.slt-category-list .sub-menu h2.ant-h4-allot::after {
    position: absolute;
    right: 5px;
    top: 10px;
    content: "";
    display: block;
    margin: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #2E3A59;
    border-left: 3px solid #2E3A59;
    transform: rotate(225deg);
    transition: all .5s ease;
}

.experiencias-main-sec h2.ant-h1-allot {
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    font-size: 55px;
    letter-spacing: -0.48px;
    line-height: 60px;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
}

/*** AGENDA ***/
.agenda-main-out h1.ant-h2-agend {
    font-family: 'Montserrat-Bold';
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 60px;
    letter-spacing: 0.48px;
}

.agenda-main-out h1.ant-h2-agend span {
    display: block;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Lora-MediumItalic';
    color: #007E97;
}

.cat-lst h3.ant-h5-agend {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #3A3A3A;
    font-family: 'Montserrat-Bold';
    padding-left: 0px;
    margin-bottom: 7px;
}

.cat-lst p.ant-h6-agend {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #3A3A3A;
    font-family: 'Montserrat-Medium';
    padding-left: 0px;
}

.agenda-cnt h3.ant-h5-agend-mob {
    display: none;
    color: #3A3A3A;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {

    .cat-lst h3.ant-h5-agend,
    .cat-lst p.ant-h6-agend {
        display: none;
    }

    .agenda-cnt h3.ant-h5-agend-mob {
        display: block;
    }
}

.agenda-cnt h3.ant-h5-agend.mob span {
    font-family: 'Montserrat-Light';
}

.agenda-txt-out .agenda-cnt h4.ant-h3-agend {
    color: #007e97;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
    transition: all 0.5s ease;
}