body {
    font-family: 'Roboto', sans-serif;
}

nav#idiomes li {
    /*height: 30px;*/
    /*padding-bottom: 0px;*/
    font-size: 0.9em;
    margin-right: 5px; }


nav#idiomes li.actiu a {
    color: rgba(48, 156, 64, 0.5);
    border-bottom: 1px solid;
    cursor:not-allowed; }

.navbar .container-fluid>.navbar-header {
    float: left;
    margin-right: 10px;
}
.navbar .navbar-nav {
    float: left;
    /*margin: 5px;*/
}
.nav>li {
    float: left;
}

.vertical-center {
    min-height: calc(100% - 100px);
    display: flex;
    align-items: center;
}

.grid-item-divider {
    display: table-cell;
    /*height:220px;*/
}

li#seleccio {
    background: #1D5D66;
    display: flex;
    text-align: center;
}

li#seleccio div {
    display: flex;
    text-align: center;
    background-color: #E7ECEA;
    background-position: 50% 15px;
    background-size: 40px;
    background-repeat: no-repeat;
    flex: 1;
}

li#seleccio div:hover {
    background-color: #F3F5F4 ; }

li#seleccio div a {
    display: block;
    height: 130px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
    padding: 60px 5px 0 5px;
}

li#seleccio div.actiu {
    background-color: #fff;
    position: relative; }

li#seleccio div.actiu:after,
li#seleccio div.actiu:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 900 }

li#seleccio div.actiu:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px; }

li#seleccio div.actiu:before {
    border-color: rgba(208, 213, 213, 0);
    border-top-color: #D0D5D5;
    border-width: 23px;
    margin-left: -23px; }

/* Sortir de la pàgina  */

li#seleccio.sortir div {
    float: right; }

@media all and (max-width: 1000px) {
    li#seleccio div a {
        font-size: 11px;
        height: 110px;
    }

}

@media all and (max-width: 850px) {
    li#seleccio {
        width: 100%;
    }

    li#seleccio.sortir {
        display: none;
    }
}

@media all and (max-width: 650px) {
    li#seleccio div a {
        height: 130px;
    }
}


.contenidorHeader {
    display: flex;
    /*width: 100%;*/
    -webkit-box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.15);
}


@media all and (max-width: 850px) {
    .contenidorHeader {
        flex-wrap: wrap;
    }
}
