@import url('https://fonts.googleapis.com/css?family=Roboto');
html, body {
    margin: 0;
    padding: 0;
}
.owl-carousel {
    display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.definde-widget *{
    font-family: 'Roboto', sans-serif;
}
.definde-widget {
    padding: 10px;
    background-color: #000000;
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto 0 auto;
}
.definde-tabs, 
.definde-tabs ul, 
.definde-tabs li, 
#cartelera-switch-definde li {
	display: inline-block;
}
.definde-tabs ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.definde-tabs li {
    margin: 0 5px 0 0;
    padding: 10px 0 15px 0;
    background-color: #000;
}
.definde-tabs li a {
    padding: 5px 10px 10px 10px;
    font-size: 22px;
    border: none;
    border-width: 1px 1px 0 1px;
    color: #fff;
    font-weight: 600;
}
.definde-tabs li.active {
    background: #fff;
}
.definde-tabs li.active a {
    color: #000;
}
.cartelera-switch-content {
    float: right;
    padding-right: 10px;
    line-height: 35px;
    max-height: 55px;
}
.definde-widget .widget-content {
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
    max-height: 350px;
}        
.agenda-content-definde .event-data {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;				 
    min-height: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
}
.event-title {
   max-width: 600px;
   margin: 0 auto 10px auto; 
}
.agenda-content-definde .event-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: none;
}
.agenda-content-definde .event-place a,
.agenda-content-definde .event-date a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}
.agenda-content-definde .event-place i,
.agenda-content-definde .event-date i {
    padding-right: 4px;
}
.definde-widget .owl-nav {
    margin: 0 !important;
}
.definde-widget .owl-prev {
    background: transparent !important;
    color: #e8e8e8 !important;
    font-size: 8em !important;
    font-weight: 200;
    position: absolute;
    top: 94px;
    left: 0;
    text-shadow: -3px 0px #bdbdbd;
}
.definde-widget .owl-next {
    background: transparent !important;
    color: #e8e8e8 !important;
    font-size: 8em !important;
    font-weight: 200;
    position: absolute;
    top: 94px;
    right: 0;
    text-shadow: 3px 0px #bdbdbd;
}
#cartelera-switch-definde li a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
#cartelera-switch-definde li.active a{
    border-bottom: 2px solid #fff;
}
a.cartelera-switch{
    margin-right: 5px;
    text-decoration: none;
}
#definde-agenda {
    max-height: 350px;
    overflow: hidden;
}
.definde-agenda{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.definde-agenda a{
    color: #fff;
    font-size: 16px;
}
#content-cartelera-definde {
    max-height: 325px;
    overflow: hidden;
}
#content-cartelera-definde .owl-carousel .owl-item img {
    max-height: 325px;
}
@media only screen and (max-width: 500px) {
    .agenda-content-definde .event-data {
        position: relative;
        bottom: 0;
        text-align: center;
        width: auto;
        min-height: 155px;
        background-color: rgba(0, 0, 0, 1);
        padding: 10px;
        display: block;
    }
    .definde-tabs li a {
        padding: 2px 4px 4px 4px;
        font-size: 17px;
        border: none;
        border-width: 1px 1px 0 1px;
        color: #fff;
    }
    #content-cartelera-definde {
        max-height: 240px;
        overflow: hidden;
    }
    #cartelera-switch-definde li a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }
    .cartelera-switch-content {
        float: right;
        padding-right: 0px;
        line-height: 20px;
    }
    .definde-widget .owl-prev,
    .definde-widget .owl-next {
        top: 0;
    }
    .definde-widget .owl-next {
        padding-right: 2px !important;
        margin-right: 0 !important;
        font-weight: normal !important;
        font-size: 6em !important;
    }
    .definde-widget .owl-prev {
        padding-left: 2px !important;
        margin-left: 0 !important;
        font-weight: normal !important;
        font-size: 6em !important;
    }
    .definde-widget #content-cartelera-definde .owl-prev, 
    .definde-widget #content-cartelera-definde .owl-next {
        top: 24px;
    }
    #content-cartelera-definde .owl-carousel .owl-item img {
        max-height: 221px;
    }    
}
