/* JIRA SCS-32 */
input.env-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11%;
    height: 32px;
    border: none;
    border-bottom: 2px solid #ffffff;
    background: none;
    text-align: center;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'BricolageGrotesque-SemiBold';
    text-transform: none;
    transition: all .5s ease;
}

input.env-btn:hover {
    opacity: 0.6;
}

.news-title-sec .news-cnt-sec .subscribe-form input[type="email"] {
    float: left;
    padding: 0px 0 6px 0px;
    border: none;
    border-bottom: 2px solid #ffffff;
    border-radius: 0px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    background: none;
    position: relative;
    width: 65%;
    margin-right: 8%;
    height: 32px;
    font-family: 'BricolageGrotesque-Regular';
}

@media screen and (max-width: 767px) {
    .news-title-sec .news-cnt-sec .subscribe-form input[type="email"] {
        font-size: 14px;
        width: 81%;
    }
}

/* end JIRA SCS-32 */

.ruta-pad .ruta-rgt div.sm p {
    font-family: 'BricolageGrotesque-Regular';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 26px;
    text-align: left;
    color: #585858;
}

.ruta-pad .ruta-rgt div.sm p a {
    font-family: 'BricolageGrotesque-Bold';
    text-decoration: underline;
    color: #f2bd4f;
}

.ruta-pad .ruta-rgt div.sm p a:hover {
    color: #002b43;
}

/* JIRA SCS-56 */
.single-evento .post-pad .post-mm .post-tit .post-rgt .post-per .post-cnt {
    padding-left: 0px;
}

.single-evento .post-pad .post-mm .post-tit .post-rgt .post-per .post-cnt p {
    padding-left: 20px;
    float: left;
    position: relative;
}

.single-evento .post-pad .post-mm .post-tit .post-rgt .post-per .post-cnt p.calendar::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    background: url(../../resources/v1/images/ico-calendar-gris.svg) no-repeat;
}

.single-evento .post-pad .post-mm .post-tit .post-rgt .post-per .post-cnt p.clock::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    background: url(../../resources/v1/images/ico-event-clock.svg) no-repeat;
}

.blog-busc-list ul li .blog-busc-cnt ul li.hor-ico span {
    background: url(../../resources/v1/images/ico-event-clock.svg) no-repeat 0 0;
    padding-left: 25px;
    width: 17px;
    height: 13px;
    display: inline-block;
}

.marked-date:after {
    position: absolute;
    display: block;
    content: "";
    background: rgba(242, 189, 79, 0.6);
    width: 35px;
    height: 35px;
    z-index: -1;
    border-radius: 50%;
    left: 0;
    top: -2px;
    opacity: 1;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.5s ease;
}

.marked-date {
    z-index: 1;
}

.calendar .ui-datepicker-calendar td.marked-date a:hover,
.calendar .ui-datepicker-calendar td.marked-date a {
    color: white;
}

.actividades-slide span.calendar,
.actividades-slide span.clock {
    margin-top: 5px;
    width: 100%;
    font-family: 'BricolageGrotesque-Regular';
    font-size: 13px;
    line-height: 25px;
    color: #545454;
    position: relative;
    padding-left: 20px;
}

.actividades-slide span.calendar::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    background: url(../../resources/v1/images/ico-calendar-gris.svg) no-repeat;
}

.actividades-slide span.clock::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 0px;
    background: url(../../resources/v1/images/ico-event-clock.svg) no-repeat;
}

.home .exp-carousel.owl-carousel.home-carousel .owl-nav {
    top: initial;
}

/* end JIRA SCS-56 */

/* JIRA SCS-58 */
.inner-banner .ruta-de ul li.ru-1.ru-1-bicicleta {
    background: url(../images/ruta-bicicleta.svg) no-repeat left center;
    padding-left: 30px;
    background-size: 25px;
}

/* end JIRA SCS-58 */

/* JIRA SCS-60 */
.oscos-gallery iframe {
    width: 100%;
    height: 575px;
}

/* tabs */
.conoce-proyecto-tab {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.conoce-tab .tab-list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.conoce-tab .tab-list ul li {
    transition: all 0.4s ease;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-family: 'BricolageGrotesque-Bold';
    padding: 15px 25px;
    border: solid 1px #e5e5e5;
    border-bottom: none;
}

.conoce-tab .tab-list ul li:hover,
.conoce-tab .tab-list ul li.current {
    color: #fff;
    background: #F2BD4F;
}

.conoce-content {
    float: left;
    width: 100%;
    padding: 50px 80px;
    border-radius: 0 5px 5px 5px;
    background: #FFF;
    border: solid 1px #e5e5e5;
}

.conoce-content .tab-cnt {
    float: left;
    width: 100%;
    display: none;
}

.conoce-content .tab-cnt.current {
    display: block;
}

.tab-cnt .conoce-main h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}

.tab-cnt .conoce-main p {
    font-family: 'BricolageGrotesque-Regular';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 26px;
    color: #585858;
    text-align: justify;
    margin-bottom: 15px;
}

.tab-cnt .conoce-main a {
    color: #002B43;
    font-family: 'BricolageGrotesque-SemiBold';
    border-bottom: 1px solid rgba(0, 43, 67, 0.2);
}

.tab-cnt .conoce-main ul {
    margin-bottom: 40px;
}

.tab-cnt .conoce-main ul li {
    margin-left: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
    font-family: 'BricolageGrotesque-Regular';
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 26px;
    color: #585858;
    text-align: justify;
    border-left: solid 2px #f2bd4f;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .content-tab .tab-list ul {
        flex-wrap: inherit;
        white-space: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
}

@media screen and (max-width: 767px) {
    .content-tab .tab-list ul {
        flex-wrap: inherit;
        white-space: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .tab-cnt .conoce-main h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

.lst-pad ul li a {
    width: 100%;
    display: block;
    font-size: 18.95px;
    line-height: 30.79px;
}

.lst-pad ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 15px;
}

/* end JIRA SCS-60 */