
#block-views-block-artes-views-block-4 h2{
    color: var(--whiteLight);
    font-family: 'notesesabold';
    font-size: 32px;
    line-height: 34px;
    position: relative;
    margin: 30px 0 30px;
    text-transform: uppercase;   
}
.jcarousel-wrapper.jcarousel-skin-tango{
    margin: auto;
    position: relative;
    border: 0;
    width: 100%;
    max-width: 100%;
    height:370px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: none;
}
.jcarousel-wrapper .jcarousel li {
    float: left;
    padding: 0 5px;
}
.jcarousel-skin-tango .jcarousel-control-prev {
    left: -25px;
    opacity: 1;
    background:transparent;
    color: #2c67aa;
    border: 0;
    text-shadow: none;
    box-shadow: none;
}
.jcarousel-skin-tango .jcarousel-control-prev:after {
    content: '\2039';
    line-height: initial;
    top: 33%;
    position: relative;
    font-size: 62px;
}
.jcarousel-skin-tango .jcarousel-control-next{
    right: -25px;
    opacity: 1;
    background: transparent;
    color: #2c67aa;
    border: 0;
    text-shadow: none;
    box-shadow: none;
}
.jcarousel-skin-tango .jcarousel-control-next:after {
    content: '\203A';
    line-height: initial;
    top: 33%;
    position: relative;
    font-size: 62px;
}

.carousel-element-item {
    position: relative;
    height:370px;
}
.carousel-element-item:hover{
    cursor: pointer;
}
.carousel-element-item .title{
    padding: 0px !important;
    font-size: 18px;
    font-family: 'notesesabold';
    background: #003247;
    border: none !important;
    position: absolute;
    top: 72%;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.carousel-element-item .title a{
    color: white !important;
    display: block; 
    padding: 15px !important; 
    min-height: 110px; 
}
.carousel-element-item .title a:hover{
    text-decoration: none;
}
.carousel-element-item p.image{
    overflow: hidden;
}
.carousel-element-item p.image a {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 370px;
}
.carousel-element-item .text-wraper{
    position: absolute;
    top: 100%;
    min-height: 281px;
    background: rgb(48 133 163 / 80%);
    padding: 15px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.carousel-element-item .text-wraper .text *{
    color: #FFF;
}
.carousel-element-item:hover .title {
    top: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.carousel-element-item:hover .text-wraper{
    position: absolute;
    top: 109px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.carousel-element-item p.image a {
    background-size: 100%;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.carousel-element-item:hover p.image a {
    background-size: 200%;
    background-position: center center;
    opacity: 0.5;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.carousel  .more-link {
    width: 100%;
    margin: auto;    
}
.carousel  .more-link a {
    font-size: 32px;
    color: #FFF;
    line-height: 34px;
    font-family: 'notesesabold' !important;
    text-transform: none;
}
.carousel  .more-link  a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.carousel  .more-link > a {
    font-family: 'notesesareg';
    border: none;
    border-radius: 0;
    background: #0097d6;
    color: white;
    font-weight: normal;
    font-size: 18px;
    padding: 0 20px;
    margin: 20px 0px;
    display: inline-block;
    height: 32px;
}
.carousel  .more-link > a:hover {
    text-decoration: none;
    background: #337ab7;
    color: #FFF;
}
.carousel  .more-link > a svg{
    display: none;
}

