/* The side navigation menu */
.sidenav-colonos {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 50px; /* Stay at the top */
    right: 0;
    background-color: white;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 1px solid #1d3959;
}

/* Position and style the close button (top right corner) */
.sidenav-colonos .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}




.imagen-colono {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 0px;
}

.colonos-header
{
    background-color: #1d3959;
    color: grey;
    font-family: Muli-Regular;
    padding: 25px;
}

.colonos-header-title
{
    margin-bottom: 15px !important;
}
@media only screen and (min-width: 1200px) {
    .colonos-header
    {
        max-height: 110px;
    }
    .colonos-header-title
    {
        margin: -25px 0px 0px 0px !important;
    }
}

