/**********************
** CSS Rumbeando 2018
**********************/

body {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
}

.container-fluid {padding: 0px;}

.bg-light{
    background-color: #ffffff!important;
}

.shadow {
    box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,0.15)!important;
}

.tj {
    box-shadow: 0 0rem 1rem rgba(0,0,0,0.15);
    padding: 0.75rem;
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.logo {
    background-image: url(../images/Rumbeando_Flamenco.png);
    width: 200px;
    height: 53px;
    vertical-align: middle;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    transition: all .3s ease-in-out;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
}

button.navbar-toggler {
    background: #535353;
}

#carouselExampleIndicators {
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.contact {
    text-align: center;
    padding: 1.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

a.btn.btn-just-icon {
    font-size: 20px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0);
}



/**************************
** EVENT
**************************/
.btn-link {
    font-weight: 700;
    font-size: 1.25rem;
    color: #85878a;
    text-transform: uppercase;
    background-color: #f7f7f7;
}

.card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: rgb(255 255 255);
    border-bottom: 0px;
}
.card {
    border: 0px;
}



.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}
.event-list > li {
    padding: 0px;
    margin: 0px 0px 10px;
}
.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(60, 121, 120);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event-list > li > .year2024 {
    background-color: rgb(92, 92, 92);
}
.event-list > li > .year2023 {
    background-color: rgb(0, 217, 255);
}
.event-list > li > .year2022 {
    background-color: rgb(128 63 129);
}
.event-list > li > .year2021 {
    background-color: rgb(224 165 103);
}
.event-list > li > .year2019 {
    background-color: rgb(140, 52, 86);
}
.event-list > li > .year2018 {
    background-color: rgb(60, 79, 121)
}
.event-list > li > time > span {
    display: block;
}
.event-list > li > time > .day {
    display: block;
    font-size: 40pt;
    font-weight: 100;
    line-height: 1;
}
.event-list > li time > .month {
    display: block;
    font-size: 18pt;
    font-weight: 500;
    line-height: 1;
}
.event-list > li time > .year {
    display: none;
    font-size: 24pt;
    font-weight: 500;
    line-height: 1;
}
.event-list > li > img {
    width: 100%;
}
.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.event-list > li > .info > .title {
    font-size: 13pt;
    font-weight: 700;
}
.event-list > li > .info > .desc {
    font-size: 10pt;
    font-weight: 300;
    margin: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    
}
.event-list > li > .social > ul {
    margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
} 
.event-list > li > .social > ul > li {    
    padding: 0px;
}
.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
} 
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}
.map a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}
.map:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}



/**************************
** STAFF
**************************/
.box16{
    text-align:center;
    color:#fff;
    position:relative;
    margin-top: 4px;
}

.box16 .box-content,.box16:after{
    width:100%;
    position:absolute;
    left:0
}

.box16:after{
    content:"";
    height:100%;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0,
        rgba(0,0,0,.08) 69%,
        rgba(0,0,0,.76) 100%);
        top:0;
        transition:all .5s ease 0s
}

.box16 .post,.box16 .title{
    transform:translateY(145px);
    transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s
}

.box16:hover:after{
    background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,
        rgba(0,0,0,.09) 11%,
        rgba(0,0,0,.12) 13%,
        rgba(0,0,0,.19) 20%,
        rgba(0,0,0,.29) 28%,
        rgba(0,0,0,.29) 29%,
        rgba(0,0,0,.42) 38%,
        rgba(0,0,0,.46) 43%,
        rgba(0,0,0,.53) 47%,
        rgba(0,0,0,.75) 69%,
        rgba(0,0,0,.87) 84%,
        rgba(0,0,0,.98) 99%,
        rgba(0,0,0,.94) 100%)
}

.box16 img{
    width:100%;
    height:auto
}

.box16 .box-content{
    padding:20px;
    margin-bottom:20px;
    bottom:0;z-index:1
}

.box16 .title{
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
    margin:0 0 10px
}

.box16 .post{
    display:block;
    padding:8px 0;
    font-size:15px
}

.box16 .social li a,.box17 .icon li a{
    border-radius:50%;
    font-size:20px;
    color:#fff
}

.box16:hover .post,.box16:hover .title{
    transform:translateY(0);
    font-size: 0px;
}

.box16 .social{
    list-style:none;
    padding:0 0 5px;
    margin:40px 0 25px;
    opacity:0;
    position:relative;
    transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s
}

.box16:hover .social{
    opacity:1;
    transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social:before{
    content:"";
    width:50px;
    height:2px;
    background:#fff;
    margin:0 auto;
    position:absolute;
    top:-23px;
    left:0;
    right:0;
}

.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:40px;height:40px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#bea041}
.box16 .social li:last-child a{margin-right:0}




/**************************
** FOOTER 
**************************/
footer{
    height: 70px;
}

/**************************
** PRENSA 
**************************/
.logo_rumbeando{
    display: none;
}
.jumbotron jumbotron-fluid{
    padding: 0px;
    margin: 0px;
}
.jumbotron{
    padding-top: 10px;
}

@media (min-width: 768px) {  
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    /**************************
    ** STAFF
    **************************/
     .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 100px;
        padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
        display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }
    .event-list > li > .info {
        overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: 100px;
        padding: 0px;
        margin: 0px;
    }
    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px;
    }   
    .event-list > li > .info > .title, 
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .event-list > li > .social > ul > li {          
        display: block;
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}