/* OAW - PARCH */
.otgs-development-site-front-end {
    display: none;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background-color: #1A171B;
}

/*** GENERICS ***/
.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;
}

/*** end GENERICS ***/



/*** HEADER ***/
.sub-menu-div .menu-img-btm .menu-img-cnt span.tit-h4 {
    color: #1A171B;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
    .sub-menu-div .menu-img-btm .menu-img-cnt span.tit-h4 {
        font-size: 15px;
        line-height: 22px;
    }
}

/*** end HEADER ***/


/*** HOME ***/
.objectos-sec ul li .obj-caption span.tit-h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
}

.actividades-cnt span.tit-h5 {
    float: left;
    width: 100%;
    color: rgb(26, 23, 27);
    font-size: 16px;
    line-height: 24px;
}

.actividades-cnt span.tit-h4 {
    float: left;
    width: 100%;
    color: #1A171B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    padding-bottom: 15px;
}

.actividades-cnt span.tit-h4 span {
    display: inline-flex;
    max-width: 0;
    overflow: hidden;
    transition: max-width 1s ease;
}

.actividades-main:hover .actividades-cnt span.tit-h4 span {
    max-width: 40px;
}

.actividades-cnt span.tit-h4 span img {
    transition: transform 0.4s ease;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .actividades-cnt span.tit-h5 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .actividades-cnt span.tit-h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .actividades-cnt span.tit-h4 {
        font-size: 15px;
        line-height: 23px;
    }
}

@media screen and (max-width: 767px) {
    .actividades-cnt span.tit-h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .actividades-cnt span.tit-h4 {
        font-size: 14px;
        line-height: 20px;
    }

}


/*** end HOME ***/


/*** CONTENIDO FLEXIBLE ***/

/* Banner */
.comunidad-title span.tit-h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .comunidad-title span.tit-h4 {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .comunidad-title span.tit-h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .comunidad-title span.tit-h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .comunidad-title span.tit-h4 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
    }
}

/* end Banner */

/* Espacios */
.espacios-tags span.tit-h5 {
    float: left;
    width: 100%;
    color: #1A171B;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto-Regular';
}

.espacios-tags span.tit-h5 span {
    font-family: 'Roboto-Bold';
}

/* end Espacios */


/* Titulo + texto lateral */
.venta-sec span.tit-h4 {
    font-size: 35px;
    line-height: 45px;
    color: #1A171B;
    font-family: 'Roboto-Bold';
    letter-spacing: 1.3px;
    margin-top: 80px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
    .venta-sec span.tit-h4 {
        letter-spacing: 1.1px;
        font-size: 30px;
        line-height: 40px;
        margin-top: 60px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .venta-sec span.tit-h4 {
        letter-spacing: 1.1px;
        font-size: 28px;
        line-height: 36px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .venta-sec span.tit-h4 {
        letter-spacing: 0.8px;
        font-size: 28px;
        line-height: 36px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .venta-sec span.tit-h4 {
        letter-spacing: 0.6px;
        font-size: 24px;
        line-height: 32px;
        margin: 30px 0 20px;
    }
}

/* end Titulo + texto lateral */

/*** end CONTENIDO FLEXIBLE ***/