/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body {
    font-family: "Courier New", Courier, monospace;
    background: #fafafa;
    line-height: 1.5em;
}

.navbar-default {
    background-color: #fafafa;
    border-color: #fafafa;

    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    color: black;

}

a,
.file-link a,
.file>span,
.file .text-primary {
    color: black
}

#navbar .menu li {
    padding: 0px 10px 0px 0px;
    display: inline;
}

#navbar .menu li a {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

#navbar .menu li a:hover,
#navbar .menu li a:active,
.navbar-default .navbar-nav>.active>a {
    font-weight: bold;
    color: #E26637;
    background-color: rgba(0, 0, 0, 0);
}

#navbar .menu li:first-child::before {
    content: "";
    color: #000000;
}

#navbar .menu li::before {
    content: "• ";
    color: #000000;
}

#navbar .navbar-header {
    margin: auto
}

#navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.nav>li>a {
    position: relative;
    display: inline;
    padding: 10px 15px;
}

p {
    max-width: 500px
}

.bloque-comun {
    margin: auto;
}

.conciertos {
    text-align: center;
}

.well {
    background-color: #fafafa;
    border-color: #fafafa;
   
}

.well h2{
    font-size: 1.5em;
    line-height: 2em;
    font-weight: bold;

}

.links {
    list-style-type: none;
}

.node-readmore a {
    background-image: url(../images/probar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding: 30px;
    font-size: 0;
    height: 40px;
    margin: 30px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.file {
    margin: auto;
    max-width: 350px;
}

.file a:hover, a:hover{
    text-decoration: none;
    color:#E26637;
    font-weight: bold;
}

.file * {
    border-width: 0px;

}

.file>span:first-child {
    border-left: none;
}


.file>span:last-child {
    border-right: none;
}

.file>span {
    border-bottom: none;
    border-top: none;

}

.video{
    width: 100%;
    max-width: 853px;
    aspect-ratio: 16/9;
}

