@charset "utf-8";
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 16px;
    color: #282828;
    line-height: 20px;
    font-family: 'Inter-Regular'
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,main,nav,section,audio,video,source {
    display: block;
    margin: 0;
    padding: 0
}

a,img {
    border: medium none
}

a {
    color: #192432;
    text-decoration: none
}

div {
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #000
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 30px
}

a {
    color: #192432;
    outline: none
}

ul,li {
    list-style: none
}

iframe {
    width: 100%
}

ul,ol {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clear {
    clear: both;
    line-height: 1px;
    padding: 0;
    height: 0;
    font-size: 1px
}

.left {
    float: left
}

.right {
    float: right
}

.anim {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.anim2 {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

.row {
    width: 1170px;
    margin: auto;
    padding: 0
}

.row-in {
    width: 970px;
    margin: auto;
    padding: 0
}

header {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    background: #fff
}

.logo {
    float: left
}

.logo img {
    float: left
}

.logo img.stick-logo {
    display: none
}

.logo img.desktop-logo {
    display: block
}

.is-sticky header {
    z-index: 9;
    box-shadow: 0 4px 8px rgba(0,0,0,.13)
}

.is-sticky .logo img.stick-logo {
    display: block
}

.is-sticky .logo img.desktop-logo {
    display: none
}

.is-sticky .top-rht {
    display: none
}

.is-sticky .menu-sec {
    margin-top: 8px
}

.is-sticky .cbp-hrmenu>ul>li>a {
    padding-bottom: 24px
}

.is-sticky .cbp-hrmenu>ul>li>a.menu-act::after {
    bottom: 20px
}

.box-shadow {
    box-shadow: 0 4px 8px rgba(0,0,0,.13)
}

.head-rht {
    float: right;
    width: 83%
}

.top-rht {
    float: right
}

.top-rht ul {
    display: flex;
    flex-wrap: wrap
}

.top-rht>ul>li {
    flex: 0 1 auto;
    font-size: 13px;
    font-family: 'Inter-Medium';
    margin: 0 18px 0 0;
    padding: 0 18px 0 0;
    border-right: 1px solid rgba(0,0,0,.13)
}

.top-rht>ul>li a {
    color: #000;
    font-family: 'Inter-Medium';
    line-height: 24px;
    transition: all 0.4s ease
}

.top-rht>ul>li a:hover {
    opacity: .6
}

.top-rht>ul>li:last-child {
    border: none;
    margin: 0;
    padding: 0
}

.top-rht ul>li.hdr-saerch {
    position: relative;
    padding: 0 15px 0 0;
    line-height: 24px
}

.top-rht ul>li.hdr-saerch button {
    background: none;
    border: none;
    position: absolute;
    top: 4px;
    right: 15px;
    padding: 0
}

.top-rht ul>li input[type="text"] {
    background: none;
    border: none;
    color: #000;
    font-family: 'Inter-Medium';
    padding-right: 25px;
    font-size: 13px;
    text-transform: uppercase;
    width: 120px
}

.menu-sec {
    float: left;
    width: 100%;
    margin-top: 40px
}

.burger-menu {
    float: right;
    width: auto;
    margin-top: 4px
}

.entrades-btn {
    float: right;
    margin-left: 30px
}

.entrades-btn a {
    background: #000;
    font-size: 14px;
    font-family: 'Inter-SemiBold';
    text-transform: uppercase;
    color: #fff;
    height: 34px;
    display: inline-block;
    padding: 0 16px;
    line-height: 34px;
    transition: all 0.4s ease
}

.entrades-btn a span {
    background: url(../img/header-entrades.svg) no-repeat 0 0;
    display: inline-block;
    width: 21px;
    height: 13px;
    margin-left: 5px
}

.entrades-btn a:hover {
    background: rgba(0,0,0,.5)
}

.main {
    float: left;
    width: 100%
}

.main-banner {
    float: left;
    width: 100%;
    position: relative
}

.news-info {
    float: left;
    width: 100%;
    background: #303030;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 6px 0
}

.news-info p {
    font-size: 13px;
    color: #fff;
    display: inline-block
}

.news-info a.close-info {
    float: right
}

.mob-search {
    display: none
}

.eines-cnt {
    float: left;
    width: 100%;
    padding: 30px 0 0 0
}

.top-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    position: relative
}

.top-title h1 {
    font-size: 40px;
    line-height: 46px;
    font-family: 'Inter-SemiBold';
    margin-bottom: 20px;
    color: #000
}

.top-title p {
    color: #000;
    font-size: 25px;
    line-height: 38px
}

.top-title .wp-block-file {
    margin-top: 2em
}

.sub-title {
    float: left;
    width: 100%
}

.sub-title h3 {
    padding: 30px 0;
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    line-height: 24px;
    display: block
}

.sub-title.bdr-top h3 {
    border-top: 1px solid #000
}

.top-title a {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Inter-Bold';
    transition: all 0.4s ease;
    border: 1px solid #000
}

.top-title a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.eines-list {
    float: left;
    width: 100%
}

.eines-list ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px
}

.eines-list ul li {
    flex: 1 1 auto;
    align-items: center;
    display: flex
}

.eines-list ul li .eines-img {
    float: left;
    width: 40%;
    margin-right: 3%;
    overflow: hidden
}

.eines-list ul li .eines-img img {
    float: left;
    width: 100%;
    transition: all 0.4s ease
}

.eines-list ul li .eines-txt {
    float: left;
    width: 57%;
    padding-right: 13%
}

.eines-list ul li .eines-txt h3 {
    font-size: 25px;
    font-family: 'Inter-SemiBold';
    line-height: 30px;
    margin-bottom: 15px
}

.eines-list ul li .eines-txt p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px
}

.eines-list ul li .eines-txt a {
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Inter-Bold';
    font-size: 12px;
    transition: all 0.4s ease
}

.eines-list ul li .eines-txt a:hover {
    opacity: .6
}

.eines-list ul li:hover .eines-img img {
    transform: scale(1.05)
}

.projecte-list {
    float: left;
    width: 100%;
    padding-left: 6%;
    margin-top: 50px
}

.projecte-list ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px
}

.projecte-list ul li {
    float: left;
    width: 100%;
    flex: 1 1 auto
}

.projecte-lft {
    width: 60%;
    margin-right: 4%;
    float: left
}

.projecte-lft h2 {
    font-size: 34px;
    font-family: 'Inter-SemiBold';
    line-height: 40px;
    margin-bottom: 20px
}

.projecte-lft p {
    font-size: 16px;
    color: #282828;
    line-height: 26px;
    margin-bottom: 20px
}

.projecte-lft p:last-child {
    margin-bottom: 0
}

.projecte-img {
    float: right;
    width: 30%;
    position: relative
}

.projecte-img img {
    float: left;
    width: 100%
}

.projecte-img.img-auto img {
    width: auto
}

.projecte-img img.celula-img {
    width: auto;
    position: absolute;
    bottom: 60px;
    left: -130px;
    box-shadow: 0 20px 40px rgba(0,0,0,.16)
}

.projecte-video {
    float: left;
    width: 100%
}

.projecte-video-flex {
    display: flex;
    flex-flow: wrap
}

.projecte-video ul.video-list {
    margin-bottom: 20px
}

.projecte-video ul.video-lft {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
    float: left;
    width: 48%;
    margin-right: 2%
}

.projecte-video ul.video-lft.tres-col {
    width: 31%
}

.projecte-video ul.video-lft li {
    width: 100%
}

.projecte-video ul.video-lft li .video-img {
    float: left;
    width: 100%;
    position: relative
}

.projecte-video ul.video-lft li .video-img img {
    float: left;
    width: 100%
}

.projecte-video ul.video-lft li .video-img span {
    background: url(../img/play-button.svg) no-repeat 0 0;
    width: 73px;
    height: 73px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.projecte-video ul.video-lft.video-mid {
    margin-top: 80px
}

.projecte-video ul.video-lft.video-rht {
    margin-right: 0;
    margin-top: 130px
}

.video-btn {
    float: left;
    display: block;
    clear: both;
    margin-top: -30px
}

.video-btn a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Inter-SemiBold';
    background: url(../img/youtube.svg) no-repeat 0 0;
    padding-left: 50px;
    line-height: 35px;
    display: inline-block;
    transition: all 0.4s ease
}

.video-btn a:hover {
    opacity: .6
}

.cellula-cnt {
    float: left;
    width: 100%
}

.cellula-cnt h2 {
    font-size: 34px;
    font-family: 'Inter-SemiBold';
    line-height: 40px;
    margin-bottom: 20px
}

.cellula-cnt h3 {
    font-size: 22px;
    font-family: 'Inter-SemiBold';
    line-height: 30px;
    margin-bottom: 20px
}

.cellula-cnt p {
    font-size: 16px;
    color: #282828;
    line-height: 26px;
    margin-bottom: 20px
}

.cellula-img {
    float: left;
    width: 100%;
    margin-top: 20px
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000
}

.videoWrapper169 {
    padding-top: 55%
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms,height 0s;
    -moz-transition: opacity 800ms,height 0s;
    transition: opacity 800ms,height 0s;
    -webkit-transition-delay: 0s,0s;
    -moz-transition-delay: 0s,0s;
    transition-delay: 0s,0s
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 73px;
    right: 0;
    margin: 0 auto;
    height: 73px;
    background: url(../img/play-button.svg) no-repeat scroll center center
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s,800ms;
    -moz-transition-delay: 0s,800ms;
    transition-delay: 0s,800ms
}

.mb-30 {
    margin-bottom: 30px
}

.mt-40 {
    margin-top: 40px
}

.pt-69 {
    padding-top: 69%
}

.top-title h1.mb-0 {
    margin-bottom: 0
}

.saber-btn {
    float: left;
    width: 100%
}

.saber-btn a {
    background: #000;
    border: 2px solid #000;
    padding: 0 30px;
    font-size: 16px;
    font-family: 'Inter-Bold';
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease
}

.saber-btn a:hover {
    color: #000;
    background: transparent
}

.artist-list {
    float: left;
    width: 100%
}

.artist-list ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: .1%
}

.artist-list ul li {
    flex: 0 1 49.95%
}

.artist-list ul li .artist-img {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.artist-list ul li .artist-img iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none
}

.artist-list ul li .artist-img img {
    float: left;
    width: 100%
}

.artist-list ul li .artist-img h3 {
    font-size: 35px;
    color: #fff;
    font-family: 'Inter-SemiBold';
    line-height: 38px;
    position: absolute;
    bottom: 20px
}

.artist-list ul li .artist-txt {
    float: left;
    width: 100%;
    padding-right: 50px
}

.artist-list ul li .artist-txt h5 {
    float: left;
    width: auto;
    padding: 4px 15px;
    color: #FFF;
    background: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter-Medium';
    transition: all .5s ease;
    margin-top: 6px;
    margin-right: 1em
}

.artist-list ul li .artist-txt p {
    font-size: 14px;
    color: #282828
}

.artist-list ul li .artist-txt p strong {
    font-family: 'Inter-SemiBold';
    font-weight: 400
}

.artist-list ul li .artist-info {
    float: left;
    width: 70%
}

.artist-list ul li .artist-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px
}

.artist-list ul li .artist-info ul li {
    flex: 1 1 100%;
    font-size: 16px;
    color: #000
}

.artist-list ul li .artist-info ul li a {
    font-size: 16px;
    color: #000;
    font-family: 'Inter-SemiBold';
    transition: all 0.4s ease
}

.artist-list ul li .artist-logo {
    float: right;
    width: 25%
}

.artist-list ul li .artist-logo img {
    float: left;
    width: 100%;
    max-width: 100px
}

.artist-list ul li .artist-top {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.artist-list ul li .artist-info ul li.video-ico {
    background: url(../img/video.svg) no-repeat 0 0;
    padding-left: 30px;
    line-height: 26px
}

.artist-list ul li .artist-txt p span.hide {
    display: none
}

.artist-list ul li .artist-txt a.showmore {
    text-decoration: underline;
    font-family: 'Inter-SemiBold';
    transition: all 0.4s ease
}

.artist-list ul li .artist-info ul li a:hover,.artist-list ul li .artist-txt a.showmore:hover {
    opacity: .6
}

.artist-list ul li .artist-txt.artist-rht {
    padding-left: 80px!important
}

.artist-list ul li .artist-img.artist-img-rht h3 {
    padding-left: 80px!important
}

.blog-cnt {
    float: left;
    width: 100%;
    padding: 60px 0
}

.blog-cnt h1 {
    font-size: 45px;
    color: #000;
    line-height: 55px;
    font-family: 'Inter-Bold';
    text-align: center;
    margin-bottom: 40px
}

.single-col {
    float: left;
    width: 100%
}

.single-col ul {
    display: flex;
    flex-wrap: wrap
}

.single-col ul li {
    flex: 1 1 auto
}

.single-col ul li a {
    display: block;
    float: left;
    width: 100%;
    display: flex;
    align-items: center
}

.blog-img {
    float: right;
    width: 60%;
    order: 2;
    overflow: hidden
}

.blog-img img {
    float: left;
    width: 100%;
    transition: all 0.4s ease
}

.blog-txt {
    float: left;
    width: 36%;
    margin-right: 4%
}

.blog-txt h2 {
    font-size: 40px;
    color: #000;
    font-family: 'Inter-SemiBold';
    line-height: 46px;
    margin-bottom: 20px;
    letter-spacing: -1px
}

.blog-txt p {
    font-size: 20px;
    color: #838383;
    font-family: 'Inter-Regular';
    line-height: 34px;
    margin-bottom: 30px
}

.blog-txt span {
    font-size: 14px
}

.blog-txt span strong {
    font-family: 'Inter-SemiBold';
    font-weight: 400;
    position: relative;
    padding-right: 25px
}

.blog-txt span strong::after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #000
}

.single-col ul li:hover .blog-img img {
    transform: scale(1.05)
}

.three-col {
    float: left;
    width: 100%;
    margin-top: 60px
}

.blog.owl-carousel .owl-item .blog-img {
    width: 100%
}

.blog.owl-carousel .owl-item .blog-img img {
    float: left;
    width: 100%;
    transition: all 0.4s ease
}

.blog.owl-carousel .owl-item .blog-txt {
    width: 100%;
    margin: 20px 0 0 0
}

.blog.owl-carousel .owl-item .blog-txt h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    transition: all 0.4s ease
}

.blog.owl-carousel .owl-item .blog-txt p {
    font-size: 18px;
    line-height: 26px
}

.blog.owl-carousel .owl-item:hover .blog-img img {
    transform: scale(1.05)
}

.blog.owl-carousel .owl-item:hover .blog-txt h2 {
    opacity: .6
}

.three-col ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 60px
}

.three-col ul li {
    flex: 0 1 32.66%
}

.three-col ul li .blog-img {
    width: 100%
}

.three-col ul li .blog-txt {
    width: 100%;
    margin: 20px 0 0 0
}

.three-col ul li .blog-txt h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px
}

.three-col ul li .blog-txt p {
    font-size: 18px;
    line-height: 26px
}

.two-col {
    float: left;
    width: 100%;
    margin-top: 60px
}

.two-col ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 60px
}

.two-col ul li.width-49 {
    flex: 0 1 49.5%
}

.two-col ul li .blog-img {
    width: 100%;
    overflow: hidden;
    float: left
}

.two-col ul li .blog-img img {
    float: left;
    width: 100%
}

.two-col ul li .blog-txt {
    width: 100%;
    margin: 20px 0 0 0
}

.two-col ul li .blog-txt h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    transition: all 0.4s ease
}

.two-col ul li .blog-txt p {
    font-size: 18px;
    line-height: 26px
}

.two-col ul li:hover .blog-img img {
    transform: scale(1.05)
}

.two-col ul li:hover .blog-txt h2 {
    opacity: .6
}

.blogo-btm-sec {
    float: left;
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pagination {
    float: left
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center
}

.pagination ul li a {
    font-size: 18px;
    color: #5B5B5B;
    font-family: 'Inter-SemiBold';
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
    transition: all 0.4s ease
}

.pagination ul li a.active {
    background: #000;
    color: #fff
}

.scroll-top-div {
    float: right
}

.pagination ul li a:hover {
    opacity: .6
}

.blog-det-cnt {
    float: left;
    width: 100%;
    padding: 30px 0 60px
}

.blog-det-cnt h1 {
    font-size: 45px;
    color: #000;
    line-height: 55px;
    font-family: 'Inter-Bold';
    text-align: center;
    margin-bottom: 20px
}

.blog-det-cnt span.auth-txt {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.blog-det-cnt span.auth-txt strong {
    font-family: 'Inter-SemiBold';
    font-weight: 400;
    position: relative;
    padding-right: 25px
}

.blog-det-cnt span.auth-txt strong::after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #000
}

.blog-det-pad {
    float: left;
    width: 100%;
    padding: 0 8%
}

.blog-det-pad .formacio-img-full img {
    width: 100%;
    float: left
}

.blog-det-pad h3 {
    font-size: 30px;
    color: #000;
    line-height: 38px;
    text-align: center;
    font-family: 'Inter-SemiBoldItalic';
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.blog-det-pad {
    float: left;
    width: 100%;
    padding: 0 8%
}

.blog-det-pad h3 {
    text-align: left
}

.blog-det-pad p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    color: #282828;
    line-height: 26px
}

.blog-det-pad h4 {
    font-size: 18px;
    font-family: 'Inter-Bold';
    line-height: 24px;
    margin-bottom: 14px
}

.blog-video-sec {
    float: left;
    width: 100%;
    width: 100%;
    margin: 30px 0 40px
}

.blog-social {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 30px
}

.blog-social ul li {
    float: left;
    margin-right: 14px
}

.blog-social ul li img {
    float: left;
    transition: all 0.4s ease
}

.blog-social ul li:last-child {
    float: right;
    margin: 0
}

.blog-social ul li:hover img {
    opacity: .6
}

.two-col.blog-rel {
    margin-top: 80px
}

.two-col.blog-rel h1 {
    font-size: 34px;
    line-height: 42px;
    font-family: 'Inter-Bold';
    text-align: center;
    margin-bottom: 30px
}

.podcast-list {
    float: left;
    width: 100%;
    margin-top: 50px
}

.podcast-list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 50px
}

.podcast-list ul li {
    flex: 0 1 32.6%
}

.podcast-list ul li .podcast-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left
}

.podcast-list ul li .podcast-img img.pod-img {
    float: left;
    width: 100%;
    transition: all 0.4s ease
}

.podcast-list ul li .podcast-img img.pod-icons {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.podcast-list ul li .podcast-img img.pod-icons {
    width: auto
}

.podcast-list ul li .podcast-txt {
    width: 100%;
    margin: 20px 0 0 0;
    float: left
}

.podcast-list ul li .podcast-txt h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    font-family: 'Inter-SemiBold';
    min-height: 90px
}

.podcast-list ul li p.auth-txt {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 14px
}

.podcast-list ul li p.auth-txt strong {
    font-family: 'Inter-SemiBold';
    font-weight: 400;
    position: relative;
    padding-right: 25px
}

.podcast-list ul li p.auth-txt strong::after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #000
}

.podcast-list ul li span.video-ico {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Inter-SemiBold';
    background: url(../img/video.svg) no-repeat 0 0;
    padding-left: 40px;
    line-height: 25px;
    display: inline-block
}

.podcast-list ul li:hover .podcast-img img.pod-img {
    transform: scale(1.05)
}

.podcast-list ul li:hover .podcast-txt h3 {
    text-decoration: underline
}

.podcast-list ul li:hover span.video-ico {
    text-decoration: underline
}

.podcast-bg {
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    width: 100%;
    background-size: cover;
    padding: 60px 0;
    margin-top: 70px
}

.podcast-bg h1 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    font-family: 'Inter-Bold';
    text-align: center;
    margin-bottom: 50px
}

.podcast-bg ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 10%
}

.podcast-bg ul li {
    flex: 0 1 auto;
    text-align: center
}

.podcast-bg ul li .podcast-ico {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center
}

.podcast-bg ul li h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Inter-SemiBold';
    text-transform: uppercase
}

.grafies-sec {
    float: left;
    width: 100%;
    padding: 0 8%;
    margin: 60px 0 0 0
}

.grafies-sec ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8%
}

.grafies-sec ul li {
    flex: 0 1 28%
}

.grafies-sec ul li .grafies-img {
    float: left;
    width: 100%
}

.grafies-sec ul li .grafies-img img {
    float: left;
    width: 100%
}

.grafies-sec ul li .grafies-txt {
    float: left;
    width: 100%;
    margin-top: 15px
}

.grafies-sec ul li .grafies-txt p {
    font-size: 16px;
    color: #000;
    font-family: 'Inter-Medium';
    margin-bottom: 15px
}

.grafies-sec ul li .grafies-txt h3 {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Inter-BoldItalic';
    margin-bottom: 15px
}

.grafies-sec ul li .grafies-txt span {
    font-size: 18px;
    color: #000;
    font-family: 'Inter-SemiBold';
    text-transform: uppercase
}

.grafies-sec ul li:hover .grafies-txt h3 {
    text-decoration: underline
}

.grafies-cnt {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
    border-top: 1px solid #000;
    margin-top: 60px
}

.grafies-cnt h4 {
    font-size: 18px;
    color: #000;
    font-family: 'Inter-SemiBoldItalic';
    line-height: 26px;
    margin-bottom: 20px
}

.grafies-cnt p {
    color: #282828;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px
}

.grafies-cnt a {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Inter-Bold';
    transition: all 0.4s ease;
    margin-top: 20px;
    border: 1px solid #000
}

.grafies-cnt a:hover {
    background: #fff;
    color: #000
}

.actualitat_sec h1 {
    font-size: 35px;
    line-height: 40px;
    text-align: left
}

.actualitat_sec span.auth-txt {
    width: auto
}

.actualitat_sec span.auth-txt strong::after {
    display: none
}

a.venure-link {
    float: right;
    font-size: 14px;
    color: #000;
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 0.4s ease
}

a.venure-link:hover {
    opacity: .6
}

.podeu-txt {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0
}

.podeu-txt p {
    font-size: 16px;
    color: #000;
    font-family: 'Inter-Medium';
    line-height: 30px;
    margin: 0
}

.podeu-txt p span {
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    border-bottom: 2px solid #000
}

.mt-0 {
    margin-top: 0
}

.bdr-none {
    border: none
}

.faq-search {
    float: right;
    position: relative;
    padding: 0 0 0 0;
    line-height: 24px;
    width: 24%
}

.faq-search button {
    background: none;
    border: none;
    position: absolute;
    top: 4px;
    right: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease
}

.faq-search button:hover {
    opacity: .6
}

.faq-search input[type="text"] {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: 'Inter-Medium';
    padding-right: 25px;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%
}

.top-title.faq-title {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.top-title.faq-title h1 {
    display: inline-block;
    margin: 0
}

.faq-sec {
    float: left;
    width: 100%;
    padding: 0 12%;
    margin: 80px 0 40px
}

.faq-sec .accordion_example1.smk_accordion .accordion_in {
    float: left;
    width: 100%
}

.faq-sec .accordion_example1.smk_accordion .accordion_in .acc_head {
    cursor: pointer;
    font-size: 22px;
    color: #000;
    font-family: 'Inter-Medium';
    padding: 20px 20px;
    border-top: 1px solid #000
}

.faq-sec .accordion_example1.smk_accordion .accordion_in .acc_head span {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Inter-Bold';
    border-bottom: 2px solid #000;
    position: relative;
    padding-right: 15px
}

.faq-sec .accordion_example1.smk_accordion .accordion_in .acc_head span::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/faq-arrow.svg) no-repeat 0 0;
    width: 11px;
    height: 7px;
    right: 0;
    top: 7px
}

.faq-sec .accordion_example1.smk_accordion .acc_content {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 2%
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-img {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-img img {
    float: left;
    width: 100%
}

.faq-sec .accordion_example1.smk_accordion .acc_content h4 {
    color: #282828;
    font-size: 18px;
    font-family: 'Inter-Bold';
    line-height: 24px;
    margin-bottom: 10px
}

.faq-sec .accordion_example1.smk_accordion .acc_content p {
    font-size: 16px;
    line-height: 26px;
    color: #282828
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt {
    float: left;
    width: 100%;
    margin: 30px 0 0
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-lft {
    float: left;
    width: 46%
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht {
    float: right;
    width: 46%
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul li {
    flex: 1 1 100%
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul li h5 {
    font-size: 18px;
    color: #000;
    font-family: 'Inter-SemiBold';
    line-height: 24px;
    margin-bottom: 5px
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul li p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 6px
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul li ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul li ul li {
    float: left;
    flex: 0 1 auto
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul li ul li a {
    border: 1px solid #000;
    font-size: 13px;
    font-family: 'Inter-Medium';
    padding: 5px 20px;
    display: inline-block;
    transition: all 0.4s ease
}

.faq-sec .accordion_example1.smk_accordion .acc_content .faq-cnt .faq-rht ul li ul li a:hover {
    background: #000;
    color: #fff
}

.faq-sec .accordion_example1.smk_accordion .accordion_in.acc_active .acc_head {
    font-family: 'Inter-Bold'
}

.faq-sec .accordion_example1.smk_accordion .accordion_in.acc_active .acc_head span::after {
    transform: rotate(180deg);
    top: 5px
}

.faq-sec .accordion_example1.smk_accordion .accordion_in:last-child .acc_head {
    border-bottom: 1px solid #000
}

.faq-sec .accordion_example1.smk_accordion .accordion_in.acc_active:last-child .acc_head {
    border-bottom: 0 solid #000
}

footer {
    float: left;
    width: 100%
}

.ftr-top {
    float: left;
    width: 100%;
    padding: 25px 0 30px;
    border-top: 1px solid #000
}

.ftr-lft {
    float: left;
    width: 20%
}

.ftr-mid {
    float: left;
    width: 20%
}

.ftr-rgt {
    float: left;
    width: 20%
}

.ftr-btm {
    float: left;
    width: 100%;
    padding: 30px 0 75px;
    border-top: 1px solid #000
}

.mobile-buttons {
    float: left;
    width: 100%;
    margin: 0 0 20px 0
}

.mobile-buttons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2%
}

.mobile-buttons ul li {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    text-align: center
}

.mobile-buttons a {
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
    font-family: 'Inter-SemiBold';
    text-transform: uppercase;
    color: #000;
    height: 38px;
    display: block;
    padding: 0 12px;
    line-height: 38px;
    transition: all 0.4s ease;
    border-radius: 25px
}

.mobile-buttons a span {
    background: url(../img/entrades-black.svg) no-repeat 0 0;
    display: inline-block;
    width: 21px;
    height: 12px;
    margin-right: 3px
}

.mobile-buttons a:hover {
    background: #000;
    color: #fff
}

.mobile-buttons ul li.entrades-btn a:hover span {
    background: url(../img/entrades-w.svg) no-repeat 0 0
}

.mobile-buttons ul li.entrades-btn.abo-btn a {
    background: #ededed;
    border: 1px solid #ededed
}

.mobile-buttons ul li.entrades-btn.abo-btn a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}

.mobile-logo {
    float: left;
    width: 100%;
    margin: 30px 0
}

.mobile-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px
}

.mobile-logo ul li {
    flex: 0 1 auto
}

.mobile-logo ul li a {
    display: block;
    transition: all 0.4s ease
}

.mobile-logo ul li a:hover {
    opacity: .6
}

#blog-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -104px
}

#blog-carousel .owl-next {
    right: 20px;
    position: absolute;
    background: url(../img/next-arrow.svg) no-repeat left 0;
    height: 38px;
    width: 38px
}

#blog-carousel .owl-prev {
    display: none!important
}

#blog-carousel1 .owl-nav {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -104px
}

#blog-carousel1 .owl-next {
    right: 20px;
    position: absolute;
    background: url(../img/next-arrow.svg) no-repeat left 0;
    height: 38px;
    width: 38px
}

#blog-carousel1 .owl-prev {
    display: none!important
}

#post-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -104px
}

#post-carousel .owl-next {
    right: 20px;
    position: absolute;
    background: url(../img/next-arrow.svg) no-repeat left 0;
    height: 38px;
    width: 38px
}

#post-carousel .owl-prev {
    display: none!important
}

#post-carousel .blog-txt h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    transition: all 0.4s ease
}

#post-carousel .blog-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #838383;
    font-family: 'Inter-Medium';
    margin-bottom: 20px
}

#post-carousel .blog-img {
    width: 100%;
    overflow: hidden;
    float: left
}

#post-carousel .blog-img img {
    width: 100%;
    float: left
}

#post-carousel .blog-txt {
    width: 100%;
    margin: 20px 0 0 0
}

#post-carousel .owl-item:hover .blog-img img {
    transform: scale(1.05)
}

#post-carousel .owl-item:hover .blog-txt h2 {
    opacity: .6
}

.mobile-cel-img {
    display: none
}

.grafies-sec ul li:last-child {
    display: none
}

.mob-view {
    width: 100%;
    float: left;
    padding: 25px 0 0 0;
    display: none
}

.mob-view p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #2E2E2E;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Inter-Regular'
}

.mob-view ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    grid-row-gap: 20px
}

.mob-view ul li {
    flex: 0 1 48%
}

.mob-view ul li .nice-select {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-family: 'Inter-Medium';
    color: #000;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .5px
}

.mob-view ul li .nice-select a {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 13px;
    font-family: 'Inter-Medium';
    color: #000;
    text-transform: inherit;
    color: #282828;
    padding: 0 0;
    border-bottom: 1px solid #282828;
    height: 45px;
    line-height: 42px;
    font-size: 14px;
    transition: all .5s ease;
    letter-spacing: 0
}

.mob-view ul li .nice-select ul {
    grid-row-gap: 0
}

.mob-view ul li .nice-select ul li {
    flex: 0 1 100%
}

.mob-view ul li .nice-select .list {
    border-radius: 0;
    margin-top: 0
}

.mob-view ul li .nice-select .list .option {
    padding-left: 8px;
    padding-right: 8px
}

.daySlider {
    padding: 20px
}

.clndr-controls {
    font-family: "Arial",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #fff;
    border-image-slice: 1;
    border-image-source: linear-gradient(252deg,rgba(171,57,135,.7),#4aa1c0);
    border-style: solid;
    border-width: 10px;
    color: #151515;
    margin: 0 auto;
    max-width: 500px;
    padding: 30px;
    text-align: center
}

.clndr-controls {
    align-items: initial;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center
}

.clndr-control-button {
    background: url(https://lorempixel.com/26/26/abstract/) no-repeat 0 0;
    cursor: pointer;
    height: 24px;
    width: 24px;
    position: relative
}

.clndr-control-button.rightalign {
    transform: rotate(180deg)
}

.clndr-control-button .clndr-next-button,.clndr-control-button .clndr-previous-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.header-days {
    display: none
}

.clndr-table,.clndr-table thead,.clndr-table tbody,.clndr-table tr,.clndr-table td {
    display: inline-block;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.clndr-table {
    margin-top: 50px;
    padding-bottom: 58px;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: auto;
    white-space: nowrap
}

.clndr-table .header-days {
    display: none
}

.clndr-table tr {
    margin-top: 50px;
    padding-bottom: 58px;
    position: relative;
    display: inline
}

.clndr-table tr td {
    display: inline-block;
    text-align: center
}

.clndr-table tr td+td {
    margin-left: 16px
}

.clndr-table tr+tr {
    margin-left: 16px
}

.clndr-table:after {
    bottom: 0;
    content: "";
    display: block;
    height: 58px;
    left: 50%;
    margin-left: -570px;
    opacity: .7;
    position: absolute;
    width: 1140px
}

.clndr-table .day {
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
    color: #151515;
    border-style: solid;
    border-color: transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    padding: 5px 0
}

.clndr-table .day.today {
    color: #7a2a60
}

.clndr-table .day.event {
    color: #54659c;
    cursor: pointer
}

.clndr-table .day.selected {
    padding: 5px 10px;
    border: 5px solid rgba(0,0,0,.2)
}

.clndr-table .day.selected.event {
    border-image-slice: 1;
    border-image-source: linear-gradient(208deg,rgba(171,57,135,.7),#4aa1c0);
    color: #7a2a60
}

.clndr-table .day.past {
    color: #bebebe
}

.clndr-table .empty {
    display: none
}

.destaq-sec {
    float: left;
    width: 100%;
    padding: 30px 0 20px;
    background: #fff;
    position: relative
}

.destaq-sec h1 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.5px;
    font-family: 'Inter-SemiBold';
    margin-bottom: 15px
}

a.veure-btn {
    position: absolute;
    top: 98px;
    right: 0;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-family: 'Inter-Bold';
    letter-spacing: .4px;
    transition: all 0.5s ease
}

a.veure-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000
}

a.veure-btn:hover {
    opacity: .6
}

.destaq-car.owl-carousel .owl-item .destaq-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative
}

.destaq-car.owl-carousel .owl-item .destaq-img img {
    float: left;
    width: 100%;
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.destaq-car.owl-carousel .owl-item .destaq-txt {
    float: left;
    width: 100%;
    padding: 15px 10px 15px 0
}

.destaq-car.owl-carousel .owl-item .destaq-txt h2 {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-family: 'Inter-Bold';
    letter-spacing: -.3px;
    margin-bottom: 10px;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.destaq-car.owl-carousel .owl-item .destaq-txt p {
    font-size: 16px;
    line-height: 22px;
    color: #2E2E2E;
    font-family: 'Inter-Regular';
    margin-bottom: 13px;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.destaq-car.owl-carousel .owl-item .destaq-txt h6.date {
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    font-family: 'Inter-Bold';
    letter-spacing: .08px;
    transition: all 0.5s ease
}

.destaq-car.owl-carousel .owl-item:hover .destaq-img img {
    transform: scale(1.05)
}

.destaq-car.owl-carousel .owl-item:hover .destaq-txt h2 {
    background-size: 100% 2px
}

.destaq-car.owl-carousel .owl-item:hover .destaq-txt p {
    background-size: 100% 1px;
    font-family: 'Inter-Medium'
}

.destaq-car.owl-carousel .owl-nav {
    width: 100%;
    top: 20%
}

.destaq-car.owl-carousel .owl-prev {
    background: #fff url(../img/arrow-01.svg) no-repeat center center;
    height: 38px;
    width: 38px;
    border-radius: 40px;
    left: 15px
}

.destaq-car.owl-carousel .owl-next {
    background: #fff url(../img/arrow-02.svg) no-repeat center center;
    height: 38px;
    width: 38px;
    border-radius: 40px;
    right: 56px
}

.destaq-car.owl-carousel .owl-prev:hover {
    opacity: .7
}

.destaq-car.owl-carousel .owl-next:hover {
    opacity: .7
}

.home-blog-sec {
    float: left;
    width: 100%;
    padding: 45px 0 80px
}

.home-blog-sec h1 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.5px;
    font-family: 'Inter-SemiBold';
    margin-bottom: 15px
}

.home-blog-sec h1 a {
    position: relative
}

.home-blog-sec h1 a::after {
    content: "";
    position: absolute;
    background: #000;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    transition: width 400ms
}

.home-blog-sec h1 a:hover::after {
    width: 100%
}

.home-blog-lft {
    float: left;
    width: 38.5%;
    margin-right: 3%
}

.blog-img-div {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative
}

.blog-img-div img {
    float: left;
    width: 100%
}

a.podcast-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    transform: translateY(-50%)
}

.blog-img-div a.podcast-icon img {
    width: auto
}

.home-blog-lft p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1px;
    margin-bottom: 45px
}

a.pod-btn {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-family: 'Inter-Bold';
    letter-spacing: .4px;
    transition: all 0.5s ease;
    position: relative
}

a.pod-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000
}

a.pod-btn:hover {
    opacity: .6
}

.home-blog-rgt {
    float: right;
    width: 58.5%;
    position: relative
}

.blog-car.owl-carousel .owl-item .blog-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative
}

.blog-car.owl-carousel .owl-item .blog-img img {
    float: left;
    width: 100%;
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

.blog-car.owl-carousel .owl-item .blog-txt {
    float: left;
    width: 100%;
    padding: 15px 10px 40px 0
}

.blog-car.owl-carousel .owl-item .blog-txt h2 {
    font-size: 25px;
    line-height: 34px;
    color: #000;
    font-family: 'Inter-Bold';
    letter-spacing: -.25px;
    transition: all 0.5s ease;
    margin-bottom: 10px;
    color: #192432;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.blog-car.owl-carousel .owl-item .blog-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.blog-car.owl-carousel .owl-item .blog-txt h6.date {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: .1px;
    transition: all 0.5s ease;
    margin-bottom: 12px
}

.blog-car.owl-carousel .owl-item .blog-txt h6.date span.bld-txt {
    font-family: 'Inter-SemiBold';
    padding-right: 30px;
    margin-right: 10px;
    position: relative
}

.blog-car.owl-carousel .owl-item .blog-txt h6.date span.bld-txt::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #000
}

.blog-car.owl-carousel .owl-item:hover .blog-img img {
    transform: scale(1.05)
}

.blog-car.owl-carousel .owl-item:hover .blog-txt h2 {
    background-size: 100% 2px
}

.blog-car.owl-carousel .owl-item:hover .blog-txt p {
    background-size: 100% 1px;
    font-family: 'Inter-SemiBold'
}

.blog-car.owl-carousel .owl-dots {
    position: relative;
    bottom: auto;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.blog-car.owl-carousel .owl-dot {
    border: none;
    width: 8px;
    height: 8px;
    background: #000
}

.blog-car.owl-carousel .owl-dot.active {
    width: 18px;
    height: 18px
}

.blog-car.owl-carousel .owl-nav {
    width: 70px;
    right: 0;
    z-index: 9
}

.blog-car.owl-carousel .owl-prev {
    background: url(../img/arrow-01.svg) no-repeat left 0;
    height: 14px;
    width: 21px;
    transition: all 0.5s ease
}

.blog-car.owl-carousel .owl-next {
    background: url(../img/arrow-02.svg) no-repeat left 0;
    height: 14px;
    width: 20px;
    transition: all 0.5s ease
}

.blog-car.owl-carousel .owl-prev:hover {
    opacity: .6
}

.blog-car.owl-carousel .owl-next:hover {
    opacity: .6
}

.home-blog-rgt a.veure-btn {
    top: 28px
}

#podcast .owl-item .blog-txt {
    padding: 15px 10px 0 0
}

#podcast .owl-controls .owl-nav {
    right: inherit;
    left: 0;
    bottom: 25px
}

.home-video-sec {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 0 125px
}

.video-out {
    float: left;
    width: 100%;
    position: relative
}

.video-title-1 {
    position: absolute;
    top: -80px;
    left: 0;
    padding: 40px 65px 40px 0;
    background: #fff;
    color: #000;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -.5px;
    font-family: 'Inter-SemiBold';
    z-index: 1
}

.video-title-2 {
    position: absolute;
    right: 0;
    padding: 20px 20px 20px 25px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter-Medium'
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000
}

.videoWrapper43 {
    padding-top: 75%
}

.videoWrapper169 {
    padding-top: 56.25%
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms,height 0s;
    -moz-transition: opacity 800ms,height 0s;
    transition: opacity 800ms,height 0s;
    -webkit-transition-delay: 0s,0s;
    -moz-transition-delay: 0s,0s;
    transition-delay: 0s,0s
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 73px;
    right: 0;
    margin: 0 auto;
    height: 73px;
    background: url(../img/play-button.svg) no-repeat scroll center center
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s,800ms;
    -moz-transition-delay: 0s,800ms;
    transition-delay: 0s,800ms
}

.mercat-portal {
    float: left;
    width: 100%;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap
}

.mercat-portal .mercat-lft {
    float: left;
    width: 49%;
    margin-right: 2%
}

.mercat-portal .mercat-rgt {
    float: left;
    width: 49%
}

.mercat-main {
    float: left;
    width: 100%;
    height: 100%;
    position: relative
}

.mercat-main img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mercat-cnt {
    position: absolute;
    padding: 75px 110px 0;
    height: 100%;
    width: 100%;
    float: left
}

.mercat-cnt.left-cnt {
    left: 0
}

.mercat-cnt.right-cnt {
    right: 0
}

.mercat-cnt h2 {
    color: #FFF;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -.76px;
    font-family: 'Inter-Bold';
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.mercat-cnt:hover h2 {
    background-size: 100% 4px
}

.mercat-lnk {
    float: left;
    width: 100%;
    margin-top: 55px
}

.mercat-lnk a {
    float: left;
    width: auto;
    font-family: 'Inter-Bold';
    color: #FFF;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    position: relative
}

.mercat-lnk a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #fff
}

.mercat-lnk a:hover {
    opacity: .6
}

footer {
    float: left;
    width: 100%
}

.ftr-top {
    float: left;
    width: 100%;
    padding: 25px 0 30px;
    border-top: 1px solid #000
}

.ftr-lft {
    float: left;
    width: 20%
}

.ftr-logo {
    float: left;
    width: 100%
}

.ftr-logo a {
    transition: all .5s ease
}

.ftr-logo a:hover {
    opacity: .8
}

.ftr-logo a img {
    float: left
}

.ftr-mid {
    float: left;
    width: 80%;
    padding: 0 0 0 45px;
    margin-top: 80px
}

ul.ftr-links {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px
}

ul.ftr-links li {
    float: left;
    width: 33.3333%
}

ul.ftr-links li a {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .25px;
    transition: all .5s ease
}

ul.ftr-links li a:hover {
    opacity: .6
}

.ftr-rgt {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px
}

.ftr-rgt-list {
    float: left;
    width: 100%
}

.ftr-rgt-list ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
    justify-content: center
}

.ftr-rgt-list ul li {
    float: left;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: space-around
}

.ftr-rgt-list ul li .list-logo {
    width: 106px
}

.ftr-rgt-list ul li .list-logo img {
    float: left
}

.ftr-rgt-list ul li .list-cnt {
    width: calc(100% - 106px);
    float: left
}

.ftr-rgt-list ul li .list-cnt p {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.06px;
    font-family: 'Inter-Medium'
}

.ftr-rgt-list ul li .list-logo a {
    transition: all .5s ease
}

.ftr-rgt-list ul li .list-logo a:hover {
    opacity: .6
}

.foot-address {
    float: left;
    width: 100%;
    padding-top: 30px
}

.ftr-add {
    float: left;
    width: 50%
}

.ftr-add ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 3px
}

.ftr-add ul li {
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px
}

.ftr-add ul li span {
    font-family: 'Inter-SemiBold'
}

.ftr-scl {
    float: left;
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: right;
    column-gap: 15px
}

.ftr-scl h3 {
    color: #494949;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .27px;
    font-family: 'Inter-Medium'
}

.ftr-scl ul {
    float: left;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px
}

.ftr-scl ul li {
    float: left
}

.ftr-scl ul li a {
    display: block;
    width: 31px;
    height: 31px;
    transition: all .5s ease
}

.ftr-scl ul li a.fb-ico {
    background: url(../img/footer-fb.svg) no-repeat scroll 0 0
}

.ftr-scl ul li a.tw-ico {
    background: url(../img/footer-tw.svg) no-repeat scroll 0 0
}

.ftr-scl ul li a.ig-ico {
    background: url(../img/footer-ig.svg) no-repeat scroll 0 0
}

.ftr-scl ul li a.yt-ico {
    background: url(../img/footer-yt.svg) no-repeat scroll 0 0
}

.ftr-scl ul li a:hover {
    opacity: .6
}

.ftr-btm {
    float: left;
    width: 100%;
    padding: 30px 0 45px;
    border-top: 1px solid #000
}

.ftr-btm span {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    letter-spacing: .21px;
    margin-bottom: 12px
}

.ftr-btm-lft {
    float: left;
    width: 34%
}

ul.logo-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px
}

ul.logo-list li a {
    transition: all .5s ease
}

ul.logo-list li a:hover {
    opacity: .8
}

.ftr-btm-mid {
    float: left;
    width: 30%
}

.ftr-btm-rgt {
    float: left;
    width: 36%;
    padding-top: 42px
}

.ftr-btm-rgt ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    column-gap: 8px
}

.ftr-btm-rgt ul li {
    float: left;
    padding-right: 8px;
    position: relative
}

.ftr-btm-rgt ul li::after {
    position: absolute;
    content: '.';
    right: 0;
    top: -2px;
    font-size: 12px;
    color: #000
}

.ftr-btm-rgt ul li:last-child {
    padding-right: 0
}

.ftr-btm-rgt ul li:last-child:after {
    display: none
}

.ftr-btm-rgt ul li a {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    letter-spacing: .21px;
    transition: all .5s ease
}

.ftr-btm-rgt ul li a:hover {
    opacity: .6
}

.main-title-sec.p-b-50 {
    padding-bottom: 50px
}

.educacio-sec {
    float: left;
    width: 100%;
    padding: 10px 0
}

ul.educacio-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 2%;
    row-gap: 40px
}

ul.educacio-list li {
    flex: 0 1 32%
}

ul.educacio-list li .act-main {
    float: left;
    border-bottom: 1px solid #000;
    padding-bottom: 1.5em
}

ul.educacio-list li .educacio-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative
}

ul.educacio-list li .educacio-img span {
    max-width: 185px;
    z-index: 1;
    position: absolute;
    background: #FFF;
    font-family: 'Inter-Bold';
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

ul.educacio-list li .educacio-img img {
    float: left;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

ul.educacio-list li.espectacle-activitat .educacio-img::after {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.64);
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

ul.educacio-list li .educacio-cnt {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 0
}

ul.educacio-list li .educacio-cnt h2 {
    font-size: 28px;
    line-height: 35px;
    color: #000;
    font-family: 'Inter-Bold';
    letter-spacing: -.3px;
    transition: all 0.5s ease;
    margin-bottom: 12px
}

ul.educacio-list li .educacio-cnt h3 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -.3px;
    margin-bottom: 25px
}

ul.educacio-list li .educacio-cnt h4 {
    transition: all 0.5s ease
}

ul.educacio-list li .educacio-cnt p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0
}

ul.educacio-list li:hover .educacio-img img {
    transform: scale(1.05)
}

ul.educacio-list li:hover .educacio-img span {
    opacity: 1;
    visibility: visible
}

ul.educacio-list li:hover .educacio-cnt h2 {
    text-decoration: underline
}

ul.educacio-list li:hover .educacio-cnt h3 {
    font-family: 'Inter-SemiBold';
    text-decoration: underline
}

ul.educacio-list li:hover .educacio-cnt h4 {
    font-family: 'Inter-SemiBold';
    text-decoration: underline
}

.main-title.main-title-in a.des-lnk::after {
    width: 100%
}

.educacio-sec h5 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -.3px;
    margin-bottom: 25px
}

.educacio-sec p {
    color: #282828;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 15px
}

.inscrip-box {
    float: left;
    width: 100%;
    padding: 45px 100px 40px;
    border: 2px solid #000;
    margin-top: 45px;
    margin-bottom: 35px;
    position: relative
}

.inscrip-box h3.info-inscrip {
    position: absolute;
    left: -2px;
    top: -22px;
    padding: 12px 18px 12px 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Inter-SemiBold';
    letter-spacing: .69px;
    display: flex;
    align-items: center
}

.inscrip-box h3.info-inscrip img {
    float: left;
    margin-right: 10px
}

.inscrip-box ul {
    float: left;
    width: 100%
}

.inscrip-box ul li {
    float: left;
    width: 28.5%
}

.inscrip-box ul li:first-child {
    width: 71.5%
}

.inscrip-box ul li h5 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .29px;
    margin-bottom: 7px
}

.inscrip-box ul li a {
    display: block;
    color: #000;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .29px;
    margin-bottom: 7px;
    text-decoration: underline;
    transition: all 0.4s ease
}

.inscrip-box ul li p {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .29px;
    margin-bottom: 0
}

.inscrip-box ul li h6 {
    color: #000;
    font-family: 'Inter-Medium';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .29px;
    margin-bottom: 0
}

.inscrip-box ul li a:hover {
    opacity: .6
}

.programe-div {
    float: left;
    width: 100%;
    margin-top: 40px
}

.programe-div h1 {
    color: #000;
    font-family: 'Inter-SemiBold';
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -.41px;
    margin-bottom: 30px
}

.programe-div ul.educacio-list li .educacio-cnt h2 {
    font-family: 'Inter-SemiBold'
}

.programe-div ul.educacio-list li .educacio-cnt h3 {
    color: #000;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.11px;
    margin-bottom: 10px
}

.programe-div ul.educacio-list li .educacio-cnt p {
    line-height: 26px;
    color: #282828;
    letter-spacing: -.2px
}

.projecte-sec {
    float: left;
    width: 100%;
    padding: 35px 0 0
}

.projecte-sec h1 {
    color: #000;
    font-family: 'Inter-SemiBold';
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -.41px;
    margin-bottom: 32px
}

ul.projecte-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 40px
}

ul.projecte-list li {
    flex: 0 1 32.6666%
}

ul.projecte-list li .projecte-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative
}

ul.projecte-list li .projecte-img img {
    float: left;
    width: 100%;
    transition-timing-function: ease-out;
    transition-duration: 250ms
}

ul.projecte-list li .projecte-cnt {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 0
}

ul.projecte-list li .projecte-cnt h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-family: 'Inter-Bold';
    letter-spacing: -.3px;
    transition: all 0.5s ease;
    margin-bottom: 12px
}

ul.projecte-list li .projecte-cnt p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    letter-spacing: -.11px
}

ul.projecte-list li:hover .projecte-img img {
    transform: scale(1.05)
}

ul.projecte-list li:hover .projecte-cnt h2 {
    opacity: .6
}

.educacio-formacio .inscrip-box {
    margin-top: 50px;
    padding: 30px 65px
}

.educacio-formacio .inscrip-box h5 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .29px;
    margin-bottom: 20px
}

.educacio-formacio .inscrip-box ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px
}

.educacio-formacio .inscrip-box ul li {
    width: 100%
}

.educacio-formacio .inscrip-box ul li:first-child {
    width: 78%
}

.educacio-formacio .inscrip-box ul li:nth-child(2) {
    width: 22%
}

.educacio-formacio .inscrip-box ul li h6 {
    color: #000;
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .29px;
    margin-bottom: 5px
}

.educacio-formacio .inscrip-box ul li h6 span {
    font-family: 'Inter-Bold'
}

.educacio-formacio .inscrip-box ul li p {
    color: #000;
    font-family: 'Inter-Regular';
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .29px
}

.educacio-formacio .inscrip-box ul li h6 a {
    display: inline-block;
    transition: all 0.5s ease;
    margin: 0
}

.educacio-formacio .inscrip-box ul li h6 a:hover {
    opacity: .6
}

.formacio-img-full {
    float: left;
    width: 100%;
    margin-top: 70px
}

.formacio-img-full img {
    float: left;
    width: 100%
}

.main-title-sec.p-b-30 {
    padding-bottom: 30px
}

.entrades-cont-sec {
    float: left;
    width: 100%;
    padding: 0 0 60px 0
}

.entrades-cont-div {
    float: left;
    width: 100%;
    padding: 25px 0 55px;
    border-top: 1px solid #2F2F2F
}

.row-cont {
    float: left;
    width: 100%;
    padding: 0 100px
}

.entrades-cont-div h2 {
    color: #000;
    font-family: 'Inter-SemiBold';
    font-size: 34px;
    line-height: 41px;
    letter-spacing: .03px;
    margin-bottom: 15px
}

.entrades-cont-div p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    margin-bottom: 5px
}

.entrades-cont-div p:last-child {
    margin-bottom: 0
}

.entrades-cont-div p span.bld-txt {
    font-family: 'Inter-SemiBold'
}

.entrades-cont-div p a {
    font-family: 'Inter-SemiBold';
    text-decoration: underline;
    transition: all 0.5s ease
}

.entrades-cont-div p a:hover {
    opacity: .6
}

ul.dot-list-cont {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 15px
}

ul.dot-list-cont li {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    padding-left: 22px;
    position: relative
}

ul.dot-list-cont li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 10px
}

ul.dot-list-cont li span.semi-txt {
    font-family: 'Inter-SemiBold'
}

ul.entrade-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    margin: 35px 0 60px
}

ul.entrade-list li {
    flex: 0 1 50%;
    padding-right: 50px
}

ul.entrade-list li h4 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .36px;
    margin-bottom: 15px
}

ul.entrade-list li h4 img {
    float: left;
    margin-right: 22px
}

ul.entrade-list li p span.bld-txt {
    font-family: 'Inter-Bold'
}

.inscrip-box.inscrip-box-entrade {
    margin-top: 10px;
    padding: 35px 25px
}

.inscrip-box.inscrip-box-entrade ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.inscrip-box.inscrip-box-entrade ul li {
    width: 33.3333%;
    padding: 12px 18px;
    border-right: 1px dashed #000
}

.inscrip-box.inscrip-box-entrade ul li:last-child {
    border: none
}

.inscrip-box.inscrip-box-entrade ul li h5 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .32px;
    margin-bottom: 0
}

.inscrip-box.inscrip-box-entrade ul li h5 img {
    float: left;
    margin-right: 15px
}

.inscrip-box.inscrip-box-entrade ul li h5 a {
    font-size: 18px;
    line-height: 20px;
    transition: all 0.5s ease
}

.inscrip-box.inscrip-box-entrade ul li h5 a:hover {
    opacity: .6
}

.ambaixador-box {
    float: left;
    width: 100%;
    padding: 60px 25px 40px;
    border: 2px solid #000;
    margin: 80px 0 60px;
    position: relative;
    text-align: center
}

.ambaixador-box h2 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 34px;
    line-height: 41px;
    letter-spacing: .03px;
    margin-bottom: 15px
}

.ambaixador-box p {
    line-height: 24px
}

.ambaixador-box p span.bld-txt {
    font-family: 'Inter-Bold'
}

.ambaixador-box a.saber-btn {
    display: inline-block;
    margin-top: 22px;
    width: 216px;
    height: 45px;
    line-height: 42px;
    background: #0d0d0d;
    border: 2px solid #0d0d0d;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Inter-Bold';
    transition: all 0.5s ease;
    float: none
}

.ambaixador-box a.saber-btn:hover {
    background: #fff;
    color: #0d0d0d
}

.ambaixador-icon {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto
}

.note-div {
    float: left;
    width: 100%
}

.note-div h5 {
    font-family: 'Inter-SemiBold';
    color: #000;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .32px;
    margin-bottom: 15px
}

.note-div p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .29px;
    margin-bottom: 0
}

.entrades-access ul.entrade-list {
    row-gap: 30px;
    margin: 10px 0 0
}

.entrades-access ul.entrade-list li {
    flex: 0 1 100%;
    padding-right: 0
}

.entrades-access ul.entrade-list li ul.dot-list-cont {
    margin: 10px 0 0
}

.entrades-access .inscrip-box.inscrip-box-entrade {
    margin-top: 60px
}

.entrades-entrades .row-cont {
    padding: 0 0
}

.entrades-entrades .entrades-cont-div {
    padding: 40px 0 0
}

.entrades-entrades .entrad-lft {
    float: left;
    width: 25.5%
}

.entrades-entrades .entrad-lft ul.page-links {
    float: left;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    z-index: 2
}

.entrades-entrades .entrad-lft ul.page-links li {
    float: left;
    width: 100%
}

.entrades-entrades .entrad-lft ul.page-links li a {
    display: inline-block;
    padding: 8px 12px;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 16px
}

.entrades-entrades .entrad-lft ul.page-links li a:hover,.entrades-entrades .entrad-lft ul.page-links li a.active {
    background: #ebebeb;
    color: #000;
    font-family: 'Inter-SemiBold'
}

.entrades-entrades .entrad-rgt .entrad-rgt-cont {
    float: left;
    width: 100%;
    padding: 0 15px;
    border-bottom: 1px solid #2F2F2F;
    margin-bottom: 45px
}

.entrades-entrades .entrad-rgt .entrad-rgt-cont:last-child {
    border: none;
    margin-bottom: 0
}

.entrades-entrades .entrad-rgt {
    float: right;
    width: 74.5%
}

.entrades-entrades .entrad-rgt ul.entrade-list {
    margin: 20px 0 45px
}

.entrades-entrades .entrad-rgt ul.entrade-list li {
    flex: 0 1 50%
}

.entrades-entrades .entrad-rgt ul.entrade-list li:first-child {
    flex: 0 1 100%
}

.entrades-entrades .entrad-rgt ul.entrade-list.entrade-list-full li {
    flex: 0 1 100%;
    padding-right: 0
}

.entrades-entrades .entrad-rgt h5 {
    font-family: 'Inter-SemiBold';
    color: #000;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .32px;
    margin-bottom: 12px
}

ul.contact-det {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 18px 0 20px
}

ul.contact-det li {
    float: left;
    width: 100%;
    padding-left: 40px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Inter-Bold';
    letter-spacing: .29px
}

ul.contact-det li a {
    transition: all 0.4s ease
}

ul.contact-det li.phone {
    background: url(../img/entrades-phone.svg) no-repeat scroll left 0 center
}

ul.contact-det li.mail {
    background: url(../img/entrades-mail.svg) no-repeat scroll left 0 center;
    transition: all 0.4s ease
}

ul.contact-det li.mail a:hover {
    opacity: .6
}

.entrades-entrades .entrad-lft ul.page-links.sidebar.wdth-set {
    width: 280px
}

.contact-add-sec {
    float: left;
    width: 100%
}

ul.add-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

ul.add-list li {
    flex: 0 1 25%;
    padding: 10px 15px 0 35px;
    border-right: 1px dashed #282828
}

ul.add-list li:last-child {
    border: none
}

ul.add-list li:first-child {
    padding-left: 0
}

ul.add-list li .add-div {
    float: left;
    width: 100%;
    padding: 0 0 12px 35px;
    position: relative
}

ul.add-list li .add-div.address {
    background: url(../img/contact-location.svg) no-repeat scroll left 0 top 0
}

ul.add-list li .add-div.phone {
    background: url(../img/contact-phone.svg) no-repeat scroll left 0 top 0
}

ul.add-list li .add-div.time {
    background: url(../img/contact-clock.svg) no-repeat scroll left 0 top 0
}

ul.add-list li .add-div.mail {
    background: url(../img/contact-mail.svg) no-repeat scroll left 0 top 2px
}

ul.add-list li .add-div h4 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .29px;
    margin-bottom: 10px
}

ul.add-list li .add-div p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .29px;
    margin-bottom: 0
}

ul.add-list li .add-div p.m-b-10 {
    margin-bottom: 10px
}

ul.add-list li .add-div p a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .29px;
    font-family: 'Inter-Bold';
    text-decoration: underline;
    transition: all 0.5s ease
}

ul.add-list li .add-div p a:hover {
    opacity: .6
}

.contact-map {
    float: left;
    width: 100%;
    margin-top: 50px
}

.contact-map iframe {
    float: left;
    width: 100%;
    height: 335px
}

.contact-facility {
    float: left;
    width: 100%;
    padding: 60px 0
}

.contact-facility h2 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 34px;
    line-height: 41px;
    letter-spacing: .03px;
    margin-bottom: 20px
}

ul.facility-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 35px;
    margin: 0 0
}

ul.facility-list li {
    flex: 0 1 32%;
    padding-right: 25px
}

ul.facility-list li h4 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: .36px;
    margin-bottom: 15px
}

ul.facility-list li h4 img {
    float: left;
    margin-right: 25px
}

ul.facility-list li p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .29px;
    margin-bottom: 5px
}

ul.facility-list li p a {
    font-family: 'Inter-Bold';
    text-decoration: underline;
    transition: all 0.5s ease
}

ul.facility-list li p a:hover {
    opacity: .6
}

.contacta {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 75px 0
}

.contacta h2 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 34px;
    line-height: 41px;
    letter-spacing: .03px;
    margin-bottom: 15px;
    text-align: center
}

.contacta p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .29px;
    text-align: center
}

.contacta-sec {
    width: 772px;
    margin: 0 auto;
    padding: 0
}

.contact-form {
    width: 100%;
    float: left;
    margin-top: 25px
}

.contact-form ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative
}

.contact-form ul li:last-child {
    margin-bottom: 0
}

.contact-form input[type="text"],.contact-form textarea {
    font-family: 'Inter-Regular';
    background: #fff;
    width: 100%;
    padding: 0 15px;
    border: none;
    border-bottom: solid 2px #CFCFCF;
    color: #717171;
    height: 48px;
    line-height: 50px;
    font-size: 14px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-form input[type="text"]:focus,.contact-form textarea:focus {
    color: #000;
    border-bottom: solid 2px #333
}

.contact-form textarea {
    height: 90px
}

.contact-form input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    padding: 0 50px;
    background: none;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
    letter-spacing: 1px
}

.contact-form input[type="submit"]:hover {
    background: #55a6db;
    color: #fff;
    border: 1px solid #55a6db
}

.contact-form ul li .cargo h4 {
    margin-top: 2em
}

.contact-form .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    margin-top: 1em
}

.contact-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item>label {
    color: gray;
    cursor: pointer;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-family: 'Public Sans',sans-serif;
    position: relative;
    float: left;
    width: auto;
    line-height: 26px;
    margin-bottom: 0;
    text-align: left
}

.contact-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item>label::before {
    background: none;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease-in-out 0s;
    width: 14px;
    border-radius: 2px
}

.contact-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item>label::after {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px;
    border-radius: 2px
}

.contact-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item>label>span {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .29px
}

.contact-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item>label>input:checked+span::before {
    background: #000 none repeat scroll 0 0
}

.contact-form .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item>label>input+span::before {
    background: none;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    transition: all 0.3s ease-in-out 0s;
    width: 15px;
    border-radius: 2px
}

.contact-form input[type=checkbox]:not(old) {
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 3px;
    top: 22px
}

.contact-form input[type=checkbox]:not(old)+label {
    display: inline-block;
    line-height: 1.5em;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
    cursor: pointer
}

.contact-form input[type=checkbox]:not(old)+label>span {
    float: left;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 3px 10px 0 0;
    vertical-align: middle;
    border: 2px solid #003E5A;
    position: relative;
    background: #fff
}

.contact-form input[type=checkbox]:not(old):checked+label>span:before {
    content: '';
    display: inline-block;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    background: #003E5A;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 1px;
    left: 1px
}

.sub-butt {
    width: auto;
    float: right;
    text-align: right
}

.contact-form ul li .cargo {
    width: 100%;
    float: left
}

.contact-form ul li .cargo h3 {
    margin-top: 1em;
    margin-bottom: 1em
}

.contact-form ul li .cargo h4 {
    margin-top: 1em
}

.contact-form ul li .cargo-lft {
    width: 49%;
    float: left;
    margin-right: 2%
}

.contact-form ul li .cargo-rgt {
    width: 49%;
    float: left
}

.sub-lft {
    width: 65%;
    float: left
}

.contact-form ul li .sub-lft p {
    width: auto;
    color: #333;
    font-size: 12px;
    line-height: 22px;
    float: none;
    text-align: left
}

.contact-form button {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    height: 38px;
    width: 145px;
    line-height: 36px;
    padding: 0 0;
    background: #282828;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: 2px solid #282828;
    border-radius: 0;
    cursor: pointer;
    margin-top: 40px;
    letter-spacing: 1.14px
}

.contact-form button:hover {
    background: #fff;
    color: #282828
}

.contact-form ul li .cargo h3 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #282828;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -.3px
}

.contact-form ul li .cargo h4 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #282828;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.3px
}

.subscribe-nostre {
    float: left;
    width: 100%;
    padding-top: 100px
}

.subscribe-pad {
    float: left;
    width: 100%;
    padding: 50px 25px;
    border: 2px solid #000;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    align-items: center;
    justify-content: center
}

.subscribe-txt h2 {
    float: left;
    width: auto;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 45px;
    line-height: 45px
}

.subscribe-form {
    float: left;
    min-width: 495px
}

.subscribe-form .frm-inputs input[type="text"] {
    float: left;
    width: 385px;
    margin-right: 15px;
    padding: 0 0 10px;
    border: none;
    font-family: 'Inter-Regular';
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    line-height: 20px
}

.subscribe-form input[type="submit"] {
    float: left;
    width: 95px;
    height: 32px;
    border: 2px solid #000;
    cursor: pointer;
    text-align: center;
    padding: 0 15px;
    background: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter-SemiBold';
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease
}

.subscribe-form input[type="submit"]:hover {
    background: #000;
    color: #FFF
}

.subscribe-form .frm-checkbox {
    float: left;
    width: 100%;
    margin-top: 15px
}

.subscribe-form .frm-checkbox .chkbox {
    float: left;
    width: 100%;
    position: relative
}

.subscribe-form .frm-checkbox .chkbox input {
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px
}

.subscribe-form .frm-checkbox label {
    float: left;
    font-family: 'Inter-Regular';
    color: #000;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: .35px;
    position: relative;
    width: auto;
    line-height: 15px;
    padding-left: 24px
}

.subscribe-form .frm-checkbox .chkbox label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #FFF;
    border: 2px solid #000;
    transition: all 0.3s ease-in-out 0s
}

.subscribe-form .frm-checkbox .chkbox input:checked+label::before {
    background: #000
}

.subscribe-form .mob-sub-btn {
    float: left;
    width: 100%;
    display: none;
    margin-top: 25px
}

.segueix-nos {
    float: left;
    width: 100%;
    padding: 100px 0 95px
}

.segueix-nos h1 {
    float: left;
    width: auto;
    font-family: 'Inter-SemiBold';
    color: #000;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.8px
}

.segueix-title {
    float: left;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 30px
}

.segueix-tab {
    float: left;
    width: 100%
}

.segueix-tab .tab-list {
    float: left;
    width: 100%
}

.segueix-tab .tab-list ul {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 35px;
    align-items: center;
    justify-content: center
}

.segueix-tab .tab-list ul li {
    flex: 0 1 auto
}

.segueix-tab .tab-list ul li a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    transition: all .5s ease
}

.segueix-tab .tab-list ul li a:hover {
    opacity: .5
}

.segueix-tab .tab-list ul li.current a {
    opacity: .5
}

.segueix-tab .tab-list ul li span.ico {
    float: left;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.segueix-tab .tab-list ul li.instagram span.ico {
    background: url(../img/instagram.svg) no-repeat scroll 0 0;
    background-size: contain
}

.segueix-tab .tab-list ul li.facebook span.ico {
    background: url(../img/facebook.svg) no-repeat scroll 0 0;
    background-size: contain
}

.segueix-tab .tab-list ul li.twitter span.ico {
    background: url(../img/twitter.svg) no-repeat scroll 0 0;
    background-size: contain
}

.segueix-tab .tab-list ul li.youtube span.ico {
    background: url(../img/youtube.svg) no-repeat scroll 0 0;
    background-size: contain
}

.segueix-content {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.segueix-content .tab-cnt {
    float: left;
    width: 100%;
    display: none
}

.segueix-content .tab-cnt.current {
    display: block
}

.segueix-main {
    float: left;
    width: 100%
}

.segueix-main ul {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(auto-fit,minmax(171px,1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense
}

.segueix-main ul li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden
}

.segueix-main ul li.tall {
    grid-row: span 2
}

.segueix-main ul li.wide {
    grid-column: span 2
}

.segueix-main ul li .img-div {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%
}

.segueix-main ul li .img-div img {
    float: left;
    width: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    height: 100%
}

.segueix-main ul li:hover .img-div img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.segu-ico {
    position: absolute;
    right: 15px;
    bottom: 15px
}

.segu-ico.video {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 50%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%)
}

.segu-ico span.ico-ig {
    background: url(../img/ig-ico-wht.svg)no-repeat right bottom;
    width: 22px;
    height: 21px;
    display: inline-block;
    background-size: contain
}

.segu-ico span.ico-fb {
    background: url(../img/ig-fb-wht.svg)no-repeat right bottom;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: contain
}

.segu-ico span.ico-tw {
    background: url(../img/ig-tw-wht.svg)no-repeat right bottom;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: contain
}

.segu-ico span.ico-ln {
    background: url(../img/ig-ln-wht.svg)no-repeat right bottom;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: contain
}

.segu-ico span.ico-yt {
    background: url(../img/ig-yt-wht.svg)no-repeat right bottom;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: contain
}

.segu-ico.video span.ico-vid {
    background: url(../img/video-ico-wht.svg)no-repeat right bottom;
    width: 41px;
    height: 41px;
    display: inline-block
}

.seg-lnk {
    float: right;
    width: auto
}

.seg-lnk a {
    float: left;
    width: auto;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    position: relative
}

.seg-lnk a::after {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px
}

.seg-lnk a:hover {
    opacity: .6
}

.breadcrumb {
    float: left;
    width: 100%;
    padding: 32px 0 30px
}

.breadcrumb ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center
}

.breadcrumb ul li {
    font-family: 'Inter-Medium';
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
    color: #060606;
    font-size: 12px
}

.breadcrumb ul li:not(.event) a {
    color: #060606;
    font-size: 12px;
    letter-spacing: .21px;
    font-family: 'Inter-ExtraLight';
    transition: all 0.4s ease
}

.breadcrumb ul li::after {
    position: absolute;
    display: block;
    content: ">";
    font-family: 'Inter-ExtraLight';
    font-size: 12px;
    color: #060606;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.breadcrumb ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumb ul li:first-child::after,.breadcrumb ul li:last-child::after {
    display: none
}

.breadcrumb ul li a:hover {
    opacity: .5;
    text-decoration: underline
}

.main-title-sec {
    float: left;
    width: 100%;
    padding: 30px 0 50px
}

.main-title-sec h1 {
    float: left;
    flex: 1;
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -.56px;
    padding-bottom: 20px
}

.main-title-sec h4 {
    float: left;
    flex: 1;
    color: #000;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -.3px
}

.main-title-sec.p-b-40 {
    padding-bottom: 40px
}

.main-title {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-title .main-lft {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    align-items: flex-end
}

.main-title h2 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -.68px
}

.main-title h3 {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.6px
}

.main-title a.des-lnk {
    margin-bottom: 5px;
    background: url(../img/down-arw.svg) no-repeat right center;
    padding-right: 15px;
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.17px;
    transition: all 0.5s ease;
    position: relative
}

.main-title a.des-lnk::after {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0;
    left: 0;
    width: calc(100% - 15px);
    height: 1px
}

.main-title a.des-lnk:hover {
    opacity: .6
}

.main-title a.veu-lnk {
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.17px;
    transition: all 0.5s ease;
    position: relative
}

.main-title a.veu-lnk::after {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.main-title a.veu-lnk:hover {
    opacity: .6
}

.main-title a.ent-btn {
    background: #000;
    border: 1px solid #000;
    font-family: 'Inter-Bold';
    width: auto;
    padding: 5px 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    transition: all 0.5s ease
}

.main-title a.ent-btn:hover {
    background: none;
    color: #000
}

.programacio-lst {
    float: left;
    width: 100%
}

.programacio-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 3%
}

.programacio-lst ul li {
    flex: 0 1 48.5%
}

.programacio-lst ul li .prog-img {
    float: left;
    width: 100%;
    overflow: hidden
}

.programacio-lst ul li .prog-img img {
    float: left;
    width: 100%;
    transition: all .5s ease
}

.programacio-lst ul li:hover .prog-img img {
    transform: scale(1.05)
}

.programacio-lst ul li .prog-cnt {
    float: left;
    width: 100%;
    padding-top: 25px
}

.programacio-lst ul li .prog-cnt h2 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -.3px;
    padding-bottom: 15px;
    transition: all .5s ease
}

.programacio-lst ul li .prog-cnt p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.11px
}

.programacio-lst ul li:hover .prog-cnt h2 {
    text-decoration: underline
}

.direccio-main {
    float: left;
    width: 100%;
    padding-top: 24px
}

.direccio-main h1 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -.68px;
    padding-bottom: 60px
}

.direccio-cnt {
    float: left;
    width: 100%;
    padding: 0 100px
}

.direccio-title {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    column-gap: 6%;
    justify-content: space-between;
    align-items: flex-end
}

.direccio-title h4 {
    float: left;
    width: 73%;
    color: #000;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -.5px
}

.direccio-title a {
    float: right;
    width: 21%;
    font-family: 'Inter-Bold';
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: uppercase;
    transition: all .5s ease;
    margin-bottom: 10px
}

.direccio-title a:hover {
    opacity: .5
}

.direccio-img {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.direccio-img img {
    float: left;
    width: 100%
}

.direccio-para {
    float: left;
    width: 100%;
    padding-right: 40px
}

.direccio-para p {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px
}

.direccio-para h3 {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Inter-Bold';
    padding-top: 45px
}

.temporada-main {
    float: left;
    width: 100%
}

.temporada-cal {
    float: left;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #2F2F2F;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.temporada-lst {
    float: left;
    width: 100%
}

.calander-slide {
    float: left;
    width: 80%
}

.temporada-cal.full-wdth .calander-slide {
    width: 100%
}

.calander-slide .owl-carousel {
    padding-right: 65px
}

.calander-slide .owl-carousel .owl-stage {
    display: flex;
    align-items: center
}

.calander-slide .owl-carousel .owl-item button {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: all .5s ease
}

.calander-slide .owl-carousel .owl-item button.current {
    background: #EBEBEB;
    font-family: 'Inter-Bold';
    padding: 8px 10px
}

.calander-slide .owl-carousel .owl-item button:hover {
    opacity: .6
}

.calander-slide .owl-carousel .owl-item a {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: center;
    transition: all .5s ease
}

.calander-slide .owl-carousel .owl-item a.current {
    background: #EBEBEB;
    font-family: 'Inter-Bold';
    padding: 8px 10px
}

.calander-slide .owl-carousel .owl-item a:hover {
    opacity: .6
}

.calander-slide .owl-nav {
    width: 55px;
    right: 0;
    top: 12px
}

.calander-slide .owl-prev {
    background: url(../img/arr-lft.svg) no-repeat left 0;
    width: 17px;
    height: 12px;
    transition: all .5s ease
}

.calander-slide .owl-next {
    background: url(../img/arr-rgt.svg) no-repeat right 0;
    width: 17px;
    height: 12px;
    transition: all .5s ease
}

.calander-slide .owl-prev:hover,.calander-slide .owl-next:hover {
    opacity: .6
}

.cal-lnk {
    float: right;
    width: 20%
}

.cal-lnk a {
    float: right;
    width: auto;
    background: url(../img/cal-ico.svg) no-repeat left center;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: 'Inter-Bold';
    padding-left: 30px;
    transition: all .5s ease
}

.cal-lnk a:hover {
    opacity: .6
}

.temporada-lst .controls {
    float: left;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 52px;
    border-bottom: 1px solid #2F2F2F
}

.temporada-lst .controls {
    float: left;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    column-gap: 7px;
    justify-content: space-between
}

.temporada-lst .controls.show {
    opacity: 1;
    visibility: visible
}

.temporada-lst .controls button.filter {
    font-family: 'Inter-Regular';
    float: left;
    width: auto;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
    padding: 5px 10px;
    cursor: pointer;
    color: #000;
    background: none;
    border: none;
    transition: all .5s ease
}

.temporada-lst .controls button.filter.active {
    background: #EBEBEB;
    font-family: 'Inter-Bold'
}

.temporada-lst .controls button.filter:hover {
    background: #EBEBEB
}

.temporada-lst .controls button.filter::before {
    display: block;
    content: attr(title);
    font-family: 'Inter-Bold';
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden
}

.temporada-lst .container {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 70px
}

.temporada-lst .container .mix {
    flex: 0 1 31.33%;
    display: none
}

.mixitup-main {
    float: left;
    width: 100%
}

.mixitup-main .mixitup-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative
}

.mixitup-main .mixitup-img img {
    float: left;
    width: 100%;
    transition: all .5s ease
}

#tambe-slide .mixitup-main .mixitup-img img {
    float: left;
    width: 100%;
    transition: all .5s ease
}

.mixitup-main a:hover img {
    transform: scale(1.03)
}

.mixitup-main a:hover span {
    opacity: 1;
    visibility: visible
}

.mixitup-main a:hover::after {
    opacity: 1;
    visibility: visible
}

.mixitup-main .mixitup-img span {
    max-width: 185px;
    z-index: 1;
    position: absolute;
    background: #FFF;
    font-family: 'Inter-Bold';
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.mixitup-main .mixitup-cnt {
    float: left;
    width: 100%;
    padding-top: 25px
}

.mixitup-main .mixitup-cnt h2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Inter-Bold';
    padding-bottom: 10px;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.mixitup-main .mixitup-cnt h3 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Inter-SemiBold';
    padding-bottom: 15px;
    transition: all .5s ease
}

.mixitup-main .mixitup-cnt h4 {
    float: left;
    width: auto;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 25px;
    transition: all .5s ease
}

.mixitup-main .mixitup-btn {
    float: left;
    width: 100%
}

.mixitup-btn span.ent-btn {
    float: left;
    background: none;
    border: 1px solid #000;
    font-family: 'Inter-Bold';
    width: auto;
    height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    transition: all 0.5s ease
}

.mixitup-btn span.ent-btn:hover,.mixitup-main .mixitup-btn span.ent-btn:hover {
    background: #000;
    color: #FFF
}

.mixitup-main a:hover h2 {
    background-size: 100% 2px
}

.mixitup-main a:hover h3 {
    font-family: 'Inter-Bold';
    text-decoration: underline
}

.mixitup-main a:hover h4 {
    font-family: 'Inter-Bold';
    text-decoration: underline
}

.pagination-main {
    float: left;
    width: 100%;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

ul.pagination-lst {
    float: left;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center
}

ul.pagination-lst li {
    flex: 0 1 auto
}

ul.pagination-lst li a {
    color: #5B5B5B;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.5s ease
}

ul.pagination-lst li a:hover {
    opacity: .6
}

ul.pagination-lst li a.prev-arw {
    background: url(../img/left-arw.svg) no-repeat scroll 0 0;
    width: 7px;
    height: 12px;
    display: inline-block
}

ul.pagination-lst li a.next-arw {
    background: url(../img/right-arw.svg) no-repeat scroll 0 0;
    width: 7px;
    height: 12px;
    display: inline-block
}

ul.pagination-lst li a.current {
    background: #000;
    color: #FFF;
    padding: 6px 13px;
    border-radius: 25px
}

#sc-button {
    display: none;
    z-index: 999;
    float: right
}

#sc-button span {
    background: url(../img/scroll-arw.svg) no-repeat scroll 0 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: contain;
    transition: all .5s ease
}

#sc-button span:hover {
    background: url(../img/scroll-arw-hvr.svg) no-repeat scroll 0 0;
    background-size: contain
}

#sc-button.show {
    display: block
}

.inner-banner-slider {
    float: left;
    width: 100%;
    background: #000;
    position: relative
}

.inner-banner-slider .breadcrumb {
    padding: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1
}

.inner-banner-slider .breadcrumb ul li {
    color: #FFF
}

.inner-banner-slider .breadcrumb ul li a {
    color: #FFF
}

.inner-banner-slider .breadcrumb ul li::after {
    color: #FFF
}

.inner-banner-slider .breadcrumb ul li a:hover {
    opacity: .7
}

.inner-banner-main {
    float: left;
    width: 100%;
    position: relative
}

.inner-banner-main .inner-banner-cnt {
    float: left;
    width: 35%;
    padding-top: 105px
}

.inner-banner-main .inner-banner-slide {
    float: left;
    width: 65%
}

.inner-banner-slide {
    float: left;
    width: 100%
}

.inner-banner {
    float: left;
    width: 100%
}

.inner-banner .flexslider {
    min-height: inherit
}

.inner-banner-caption {
    float: left;
    width: 100%
}

.inner-banner-caption h1 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #FFF;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px
}

.inner-banner-caption h2 {
    float: left;
    width: 100%;
    font-family: 'Inter-SemiBold';
    color: #FFF;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px
}

.inner-banner-caption h3 {
    float: left;
    width: 100%;
    font-family: 'Inter-SemiBold';
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
    display: none
}

.inner-banner-caption p {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 30px
}

.inner-banner-caption span {
    float: left;
    width: 100%;
    font-family: 'Inter-Light';
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .11px;
    padding-bottom: 30px
}

.inner-banner-caption .comp-btn {
    float: left;
    width: 100%
}

.inner-banner-caption .comp-btn a {
    background: #FFF;
    border: 1px solid #FFF;
    font-family: 'Inter-Bold';
    width: 235px;
    height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    transition: all 0.5s ease
}

.inner-banner-caption .comp-btn :hover {
    background: none;
    color: #FFF
}

.inner-banner-caption .inner-caption-btns {
    float: left;
    width: 100%;
    display: none;
    margin-top: 30px
}

.inner-banner-caption .inner-caption-btns a {
    float: none;
    display: inline-block;
    transition: all 0.5s ease
}

.inner-banner-caption .inner-caption-btns a:hover {
    opacity: .6
}

.inner-banner-caption .inner-caption-btns a.video-btn {
    background: url(../img/video-btn.svg) no-repeat 0 0;
    width: 24px;
    height: 24px
}

.inner-banner-caption .inner-caption-btns a.share-btn {
    background: url(../img/share-btn.svg) no-repeat 0 0;
    width: 36px;
    height: 35px
}

.inner-banner .flex-control-nav {
    width: auto;
    bottom: 50px;
    right: 0;
    left: auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right
}

.inner-banner .flex-control-nav li a {
    background: #FFF
}

.inner-banner .flex-direction-nav li a {
    top: auto;
    bottom: 25px;
    left: 0
}

.inner-banner .flex-direction-nav li .flex-prev {
    background: url(../img/arrow-lft.svg) no-repeat 0 0;
    width: 66px;
    height: 66px;
    left: 50px
}

.inner-banner .flex-direction-nav li .flex-prev:hover {
    background: url(../img/arrow-lft-hvr.svg) no-repeat 0 0
}

.inner-banner .flex-direction-nav li .flex-next {
    background: url(../img/arrow-rgt.svg) no-repeat 0 0;
    width: 66px;
    height: 66px;
    left: 130px;
    right: auto
}

.inner-banner .flex-direction-nav li .flex-next:hover {
    background: url(../img/arrow-rgt-hvr.svg) no-repeat 0 0
}

.esp-mob-menu-lst {
    float: left;
    width: 100%;
    display: none;
    margin-top: 20px
}

.esp-mob-menu-lst ul {
    float: left;
    display: flex;
    column-gap: 15px;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6
}

.esp-mob-menu-lst ul li {
    float: none;
    display: inline-block;
    white-space: nowrap
}

.esp-mob-menu-lst ul li a {
    float: left;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #AAA;
    letter-spacing: .1px;
    padding-bottom: 10px;
    transition: all .5s ease
}

.esp-mob-menu-lst ul li a.active {
    position: relative;
    color: #000A12
}

.esp-mob-menu-lst ul li a.active::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #ED005F;
    width: 100%;
    height: 3px
}

.esp-mob-menu-lst ul li a:hover {
    color: #000A12
}

.espect-content-area {
    float: left;
    width: 100%;
    padding: 45px 0 65px
}

.espect-content-area .espect-lft {
    float: left;
    width: 35%;
    padding-right: 40px
}

.espect-content-area .espect-rgt {
    float: left;
    width: 65%
}

.espect-content-area .espect-full {
    float: left;
    width: 100%
}

.espect-content-area .espect-full .sino-sec {
    margin-bottom: 0
}

.espect-lnks-area {
    float: left;
    width: 100%;
    border-right: 1px dashed #282828;
    padding-right: 40px
}

.espect-content-area h2 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #282828;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -.3px;
    padding-bottom: 40px
}

.espect-lnks-area h5 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #282828;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px
}

ul.blk-btns {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px
}

ul.blk-btns li {
    flex: 0 1 auto
}

ul.blk-btns li a {
    float: left;
    width: auto;
    padding: 4px 15px;
    color: #FFF;
    background: #000;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter-Medium';
    transition: all .5s ease
}

ul.blk-btns li a:hover {
    color: #000;
    background: none
}

ul.espect-details {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 20px
}

ul.espect-details li {
    flex: 0 1 100%;
    display: flex;
    align-items: flex-start
}

ul.espect-details li.mob-lst {
    display: none
}

ul.espect-details li .esp-det-lft {
    float: left;
    width: 110px;
    padding-right: 15px
}

ul.espect-details li .esp-det-rgt {
    float: left;
    width: calc(100% - 90px)
}

ul.espect-details li h3 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    font-size: 15px;
    line-height: 26px;
    color: #282828
}

ul.espect-details li p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
    padding-bottom: 10px
}

ul.espect-details li p:last-child {
    padding-bottom: 0
}

ul.espect-details li p a.lnk {
    float: left;
    width: auto;
    transition: all .5s ease
}

ul.espect-details li p a.lnk:hover {
    opacity: .6;
    text-decoration: underline
}

ul.espect-details li p a.lnk.btn {
    text-decoration: underline;
    font-size: 14px;
    font-family: 'Inter-SemiBold'
}

ul.espect-details li ul.dte-lst {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 30px
}

ul.espect-details li ul.dte-lst:last-child {
    margin-bottom: 0
}

ul.espect-details li ul.dte-lst li {
    flex: 0 1 100%
}

ul.espect-details li ul.dte-lst li.cancel-date {
    position: relative;
    display: flex;
    align-items: center
}

ul.espect-details li h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #282828
}

ul.espect-details li h4 span {
    font-family: 'Inter-Bold'
}

ul.espect-details li.cancel-date h4 {
    color: #D8D8D8;
    text-decoration: line-through;
    width: calc(100% - 73px)
}

ul.espect-details li p.cancel-alt {
    position: relative;
    right: -10px;
    float: left;
    background: #000;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    padding: 1px 10px;
    border-radius: 10px;
    width: 73px
}

ul.espect-details li p.exhaurides-alt {
    position: relative;
    right: -10px;
    float: left;
    background: red;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    padding: 1px 10px;
    border-radius: 10px;
    width: 85px
}

ul.blk-full-btns {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 60px
}

ul.blk-full-btns li {
    flex: 0 1 100%
}

ul.blk-full-btns a.blk-btn {
    background: #000;
    border: 1px solid #000;
    font-family: 'Inter-Bold';
    width: 100%;
    height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    transition: all 0.5s ease
}

ul.blk-full-btns a.blk-btn:hover {
    background: none;
    color: #000
}

ul.blk-lnks {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 25px
}

ul.blk-lnks li {
    flex: 0 1 100%
}

ul.blk-lnks li a {
    float: left;
    width: auto;
    color: #282828;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
    transition: all .5s ease
}

ul.blk-lnks li a:hover {
    opacity: .6
}

.insc-escol {
    float: left;
    width: 100%;
    background: #000;
    padding: 30px 30px 35px
}

.insc-escol h2 {
    font-size: 34px;
    line-height: 40px;
    color: #FFF;
    letter-spacing: .03px;
    padding-bottom: 20px
}

.insc-escol .inscri-cnt {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.insc-escol .inscri-cnt:last-child {
    margin-bottom: 0
}

.insc-escol h4 {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter-Bold';
    padding-bottom: 5px
}

.insc-escol p {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Inter-Medium';
    padding-bottom: 5px
}

.insc-escol p:last-child {
    padding-bottom: 0
}

.insc-escol p a {
    float: left;
    width: auto;
    font-family: 'Inter-SemiBold';
    color: #FFF;
    font-size: 16px;
    text-decoration: underline;
    transition: all 0.5s ease
}

.insc-escol p a:hover {
    opacity: .5
}

.insc-escol p a.tel-lnk {
    text-decoration: none;
    font-family: 'Inter-Medium'
}

.insc-escol.insc-negre {
    background: #000
}

.insc-escol.insc-negre h2 {
    color: #FFF
}

.insc-escol.insc-negre h4 {
    color: #FFF
}

.insc-escol.insc-negre p {
    color: #FFF
}

.insc-escol.insc-taronja {
    background: #C75300
}

.insc-escol.insc-taronja h2 {
    color: #FFF
}

.insc-escol.insc-taronja h4 {
    color: #FFF
}

.insc-escol.insc-taronja p {
    color: #FFF
}

.insc-escol.insc-gris {
    background: #f0f0f1
}

.insc-escol.insc-gris h2 {
    color: #000
}

.insc-escol.insc-gris h4 {
    color: #000
}

.insc-escol.insc-gris p {
    color: #000
}

.sino-sec {
    float: left;
    width: 100%;
    margin-bottom: 80px
}

.sino-sec h3 {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    font-family: 'Inter-Bold'
}

.sino-sec p {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px
}

.sino-sec p:last-child {
    padding-bottom: 0
}

.sino-sec .more p {
    font-size: 14px;
    line-height: 22px
}

.sino-sec a {
    position: relative;
    font-family: 'Inter-SemiBold'
}

.sino-sec a:hover::after {
    width: 0
}

.sino-sec a::after {
    content: "";
    position: absolute;
    background: #000;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transition: width 400ms
}

.fixta-sec {
    float: left;
    width: 100%;
    margin-bottom: 65px
}

.fixta-sec .fixta-lst {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.fixta-sec .fixta-lst:last-child {
    margin-bottom: 0
}

.fixta-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px
}

.fixta-lst ul li {
    flex: 0 1 33.33%;
    position: relative;
    min-height: 85px
}

.fixta-lst ul li::after {
    position: absolute;
    content: "";
    border-right: 1px dashed #282828;
    right: 35px;
    top: 0;
    height: 100%
}

.fixta-lst ul li:nth-child(3n+3):after,.fixta-lst ul li:last-child:after {
    content: none
}

.fixta-lst ul li h3 {
    float: left;
    width: 100%;
    font-family: 'Inter-SemiBold';
    color: #282828;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px
}

.fixta-lst ul li h4 {
    float: left;
    width: 100%;
    color: #282828;
    font-size: 14px;
    line-height: 20px
}

.fixta-lst.para ul {
    row-gap: 50px
}

.fixta-lst.para ul li {
    flex: 0 1 100%;
    min-height: inherit
}

.fixta-lst.para ul li::after {
    content: none
}

.fixta-lst.para ul li h3 {
    padding-bottom: 0
}

.fixta-lst.para ul li h4 {
    padding-bottom: 10px
}

.multi-sec {
    float: left;
    width: 100%;
    margin-bottom: 70px
}

.multi-sec h2 {
    padding-bottom: 25px
}

.multi-sec .video-sec {
    float: left;
    width: 100%
}

.multi-sec .videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000
}

.multi-sec .videoWrapper43 {
    padding-top: 75%
}

.multi-sec .videoWrapper169 {
    padding-top: 56%
}

.multi-sec .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.multi-sec .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms,height 0s;
    -moz-transition: opacity 800ms,height 0s;
    transition: opacity 800ms,height 0s;
    -webkit-transition-delay: 0s,0s;
    -moz-transition-delay: 0s,0s;
    transition-delay: 0s,0s
}

.multi-sec .videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 64px;
    right: 0;
    margin: 0 auto;
    height: 64px;
    background: url(../img/video-play-button.svg) no-repeat scroll center center;
    opacity: .7
}

.multi-sec .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s,800ms;
    -moz-transition-delay: 0s,800ms;
    transition-delay: 0s,800ms
}

.mes-sec {
    float: left;
    width: 100%
}

.mes-sec h2 {
    padding-bottom: 0
}

.mes-lst {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: 25px
}

.mes-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px
}

.mes-lst ul li {
    flex: 0 1 100%
}

.mes-lst ul li p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .29px
}

.mes-lst ul li p a {
    font-family: 'Inter-SemiBold';
    text-decoration: underline;
    transition: all .5s ease
}

.mes-lst ul li p a:hover {
    opacity: .6
}

.mes-lst ul li p a.arw-lnk {
    background: url(../img/down-arw.svg) no-repeat right top 3px;
    padding-right: 15px;
    color: #000;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.17px;
    padding-bottom: 5px;
    text-decoration: none;
    transition: all 0.5s ease;
    position: relative
}

.mes-lst ul li p a.arw-lnk::after {
    position: absolute;
    content: "";
    background: #000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.mes-lst ul li p a.arw-lnk:hover {
    opacity: .6
}

.scl-lnks-popup {
    float: left;
    width: 100%
}

.scl-lnks-popup .main-lnks {
    float: left;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.scl-lnks {
    float: left;
    width: auto
}

.scl-lnks ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px
}

.scl-lnks ul li {
    flex: 0 1 auto
}

.scl-lnks ul li span {
    float: left;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: all .5s ease
}

.scl-lnks ul li:hover span {
    opacity: .5
}

.scl-lnks ul li span.fb-ico {
    background: url(../img/ico-facebook.svg) no-repeat scroll 0 0;
    background-size: contain
}

.scl-lnks ul li span.tw-ico {
    background: url(../img/ico-twitter.svg) no-repeat scroll 0 0;
    background-size: contain
}

.scl-lnks ul li span.ig-ico {
    background: url(../img/ico-instagram.svg) no-repeat scroll 0 0;
    background-size: contain
}

.scl-lnks ul li span.yt-ico {
    background: url(../img/ico-youtube.svg) no-repeat scroll 0 0;
    background-size: contain
}

.popup-lnks {
    float: right;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center
}

.popup-lnks .afe-btn {
    float: left;
    width: auto
}

.popup-lnks .afe-btn a {
    background: #000;
    border: 1px solid #000;
    font-family: 'Inter-Bold';
    width: auto;
    height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    transition: all 0.5s ease
}

.popup-lnks .afe-btn a:hover {
    background: none;
    color: #000
}

.popup-lnks .sh-btn span {
    float: left;
    background: url(../img/ico-share.svg) no-repeat scroll 0 0;
    background-size: contain;
    width: 36px;
    height: 36px;
    transition: all .5s ease
}

.popup-lnks .sh-btn:hover span {
    opacity: .5
}

.popup {
    max-width: 650px;
    display: none
}

.popup .popup-main {
    float: left;
    width: 100%;
    padding: 60px 25px;
    text-align: center
}

.popup .popup-main h2 {
    float: left;
    width: 100%;
    font-family: 'Inter-Bold';
    color: #282828;
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 35px
}

.popup .popup-main ul.btns-lst {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px
}

.popup .popup-main ul.btns-lst li {
    flex: 0 1 100%
}

.popup .popup-main ul.btns-lst li a {
    max-width: 290px;
    margin: 0 auto;
    background: #000;
    border: 1px solid #000;
    font-family: 'Inter-Bold';
    width: auto;
    height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    transition: all 0.5s ease
}

.popup .popup-main ul.btns-lst li a:hover {
    background: none;
    color: #000
}

body.popup-main .fancybox-skin {
    padding: 0!important
}

body.popup-main .fancybox-close {
    background: url(../img/popup-close.svg) no-repeat scroll 0 0;
    background-size: contain;
    width: 66px;
    height: 66px;
    top: -30px;
    right: -30px
}

.tambe-lst {
    float: left;
    width: 100%;
    padding-top: 70px
}

.tambe-lst h2 {
    float: left;
    width: 100%;
    font-family: 'Inter-SemiBold';
    color: #171717;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: .03px;
    padding-bottom: 35px
}

.tambe-slide {
    float: left;
    width: 100%
}

.tambe-lst h2.mob-tambe {
    display: none
}

.tambe-slide .owl-nav {
    position: absolute;
    top: 13%;
    transform: translateY(-50%);
    width: 100%
}

.tambe-slide .fa-chevron-left {
    left: 15px;
    position: absolute;
    background: url(../img/simple-arrow-lft.svg) no-repeat;
    height: 95px;
    width: 95px;
    background-size: contain
}

.tambe-slide .fa-chevron-right {
    right: 15px;
    position: absolute;
    background: url(../img/simple-arrow-rgt.svg) no-repeat;
    height: 95px;
    width: 95px;
    background-size: contain
}

.actualitat-main {
    float: left;
    width: 100%
}

.actualitat-lst {
    float: left;
    width: 100%
}

.actualitat-lst ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 35px
}

.actualitat-lst li {
    flex: 0 1 48%
}

.actualitat-lst li .act-main {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #2F2F2F
}

.actualitat-lst li .act-main .act-rgt {
    float: left;
    width: 100%
}

.actualitat-lst li .act-main .act-rgt .act-dte {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.actualitat-lst li .act-main .act-rgt .act-dte h4 {
    float: left;
    width: auto;
    padding-right: 35px;
    margin-right: 10px;
    font-family: 'Inter-Medium';
    color: #000;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.1px;
    position: relative
}

.actualitat-lst li .act-main .act-rgt .act-dte h4::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #000;
    width: 22px;
    height: 1px
}

.actualitat-lst li .act-main .act-rgt .act-dte h4:last-child:after {
    content: none
}

.actualitat-lst li .act-main .act-rgt .act-dte h4:last-child {
    padding-right: 0;
    margin-right: 0
}

.actualitat-lst li .act-main .act-rgt .act-dte h4 span {
    font-family: 'Inter-SemiBold'
}

.actualitat-lst li .act-main .act-rgt h2 {
    width: 100%;
    font-family: 'Inter-SemiBold';
    color: #000;
    font-size: 26px;
    line-height: 32px;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.actualitat-lst li .act-main .act-rgt p {
    width: 100%;
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.actualitat-lst li .act-main.img-cnt {
    display: flex;
    padding-bottom: 0
}

.actualitat-lst li .act-main.img-cnt .act-lft {
    float: left;
    width: 214px;
    overflow: hidden
}

.actualitat-lst li .act-main.img-cnt .act-lft img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 0.5s ease
}

.actualitat-lst li .act-main.img-cnt:hover .act-lft img {
    transform: scale(1.05)
}

.actualitat-lst li .act-main.img-cnt .act-rgt h4 {
    letter-spacing: -.78px
}

.actualitat-lst li .act-main.img-cnt .act-rgt p {
    letter-spacing: -.2px
}

.actualitat-lst li .act-main:hover h2 {
    background-size: 100% 2px
}

.actualitat-lst li .act-main:hover p {
    background-size: 100% 1px
}

.educacio-list .oferta-item .act-main .act-rgt h2 {
    width: 100%;
    font-family: 'Inter-SemiBold';
    color: #000;
    font-size: 26px;
    line-height: 32px;
    transition: all 0.5s ease
}

.educacio-list .oferta-item .act-main .act-rgt h2 {
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.educacio-list .oferta-item .act-main .act-rgt h4 {
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.educacio-list .oferta-item .act-main .act-rgt p {
    display: inline;
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s
}

.educacio-list .oferta-item .act-main:hover .act-rgt h2 {
    background-size: 100% 2px
}

.educacio-list .oferta-item .act-main:hover .act-rgt h4 {
    background-size: 100% 2px
}

.educacio-list .oferta-item .act-main:hover .act-rgt p {
    background-size: 100% 1px;
    font-family: 'Inter-Medium'
}

.educacio-list .oferta-item .act-main .act-rgt p {
    width: 100%;
    color: #282828;
    font-size: 16px;
    line-height: 24px
}

.search-main {
    float: left;
    width: 100%;
    padding-top: 60px
}

.search-main .row-srch {
    width: 860px;
    margin: auto;
    padding: 0
}

.srch-bx {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 65px;
    position: relative
}

.srch-bx input[type="text"] {
    float: left;
    width: 100%;
    border: 2px solid #000;
    height: 80px;
    padding: 0 60px 0 30px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: -1.4px;
    font-family: 'Inter-MediumItalic'
}

.srch-bx input[type="submit"] {
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 30px;
    border: none;
    background: url(../img/search-ico.svg) no-repeat scroll center right;
    width: 22px;
    height: 22px
}

.temporada-lst.search-lst .controls {
    padding-left: 15px;
    padding-right: 15px
}

.srch-filter {
    float: left;
    width: 100%;
    padding: 0 100px 0 15px
}

.srch-slt {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px
}

.srch-slt p {
    float: left;
    width: auto;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .29px
}

.slt-results {
    float: left;
    width: auto
}

.slt-filter {
    float: right;
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.slt-filter .select_box_input {
    float: left;
    background: none;
    width: auto;
    padding: 0 35px 0 0;
    border: none;
    border-radius: 0;
    color: #000;
    height: 25px;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: .29px;
    font-family: 'Inter-Bold'
}

.slt-filter .nice-select::after {
    right: 15px
}

.slt-filter .nice-select .list {
    width: 100%;
    border-radius: 0;
    row-gap: inherit;
    box-shadow: 0 5px 10px #ccc;
    border-top: 1px solid #000
}

.slt-filter .nice-select .list li {
    width: 100%!important;
    margin: 0 0;
    font-family: 'Inter-Regular';
    font-size: 14px;
    padding: 2px 12px!important;
    color: #000
}

.slt-filter .nice-select:hover {
    color: #000
}

.slt-filter .nice-select:hover::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.slt-filter .nice-select .option:hover {
    background-color: #000;
    color: #FFF
}

.temporada-lst.search-lst .container {
    row-gap: 22px
}

.temporada-lst.search-lst .container .mix {
    flex: 0 1 100%
}

.srch-main {
    float: left;
    width: 100%
}

.srch-main .srch-lft {
    float: left;
    width: 300px;
    overflow: hidden
}

.srch-main .srch-rgt {
    float: left;
    width: calc(100% - 300px);
    padding-left: 35px
}

.srch-main .srch-lft img {
    float: left;
    width: 100%;
    transition: all 0.5s ease
}

.srch-main:hover .srch-lft img {
    transform: scale(1.05)
}

.srch-main .srch-rgt .srch-dte {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.srch-main .srch-rgt .srch-dte h4 {
    float: left;
    width: auto;
    padding-right: 35px;
    margin-right: 10px;
    font-family: 'Inter-Medium';
    color: #000;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.1px;
    position: relative
}

.srch-main .srch-rgt .srch-dte h4::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #000;
    width: 22px;
    height: 1px
}

.srch-main .srch-rgt .srch-dte h4:last-child:after {
    content: none
}

.srch-main .srch-rgt .srch-dte h4:last-child {
    padding-right: 0;
    margin-right: 0
}

.srch-main .srch-rgt .srch-dte h4 span {
    font-family: 'Inter-SemiBold'
}

.srch-main .srch-rgt h2 {
    float: left;
    width: 100%;
    font-family: 'Inter-Medium';
    color: #000;
    font-size: 25px;
    line-height: 32px;
    transition: all 0.5s ease
}

.srch-main:hover .srch-rgt h2 {
    text-decoration: underline
}

.pagination-main.srch-page {
    padding-left: 170px
}

.subscribe-nostre.srch-page {
    padding-top: 45px
}

.pb-0 {
    padding-bottom: 0
}

.pt-50 {
    padding-top: 50px
}

.projecte-list.prj-collab {
    padding: 0;
    margin: 0
}

.hm-calender {
    float: left;
    width: 100%;
    margin-top: -40px
}

.calender-sec {
    float: left;
    width: 100%
}

.calendar-carousel.owl-carousel {
    background: #fff;
    padding: 20px 35px 10px 35px
}

.calendar-carousel.owl-carousel .item {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 0 20px
}

.calendar-carousel.owl-carousel .item .month-name {
    float: left;
    width: 100%;
    text-align: center
}

.calendar-carousel.owl-carousel .item .month-name h2 {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Inter-SemiBold'
}

.calendar-carousel.owl-carousel .item .days-name {
    float: left;
    width: 100%
}

.calendar-carousel.owl-carousel .item .days-name ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 11px;
    padding-bottom: 12px;
    cursor: grab
}

.calendar-carousel.owl-carousel .item .days-name ul li {
    flex: 0 1 auto;
    font-size: 18px;
    font-family: 'Inter-Bold';
    text-align: center
}

.calendar-carousel.owl-carousel .item .days-name ul li:not(.event) {
    opacity: .4
}

.calendar-carousel.owl-carousel .item .days-name ul li span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Inter-Regular'
}

.calendar-carousel.owl-carousel .item .days-name ul li:nth-child(7n) {
    border-right: 1px solid #000;
    padding-right: 8px
}

.calendar-carousel.owl-carousel .owl-nav {
    width: 100%;
    right: 0;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%)
}

.calendar-carousel.owl-carousel .owl-prev {
    background: url(../img/arrow-01.svg) no-repeat 0 0;
    height: 14px;
    width: 21px;
    transition: all 0.5s ease;
    left: 15px
}

.calendar-carousel.owl-carousel .owl-next {
    background: url(../img/arrow-02.svg) no-repeat 0 0;
    height: 14px;
    width: 20px;
    transition: all 0.5s ease;
    right: 15px
}

.calendar-carousel.owl-carousel .owl-prev:hover {
    opacity: .6
}

.calendar-carousel.owl-carousel .owl-next:hover {
    opacity: .6
}

.calender-sec .veure-btn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 40px 0
}

.calender-sec .veure-btn a {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-family: 'Inter-Bold';
    letter-spacing: .4px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    position: relative
}

.calender-sec .veure-btn a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #000
}

.calender-sec .veure-btn a:hover {
    opacity: .6
}
