main{
    background-image: url(../../img/fondo.jpg);
    background-size: cover;
}
.text-blue{
    color:#506AC1;
}
.text-orange{
    color:#FFA21F;
}
.bg-blue{
    background-color: #506AC1;
}
.bg-orage{
    background-color: #FFA21F;
}
footer{
    padding: 1em;
    background-color:#506AC1;
    border-top:6px solid #FFA21F;
    color:#fff;
    text-align: center;
    box-sizing: border-box;
}
footer a{
    color:#fff;
}
.sub-header{
    padding:0.5em 1em;
    border-bottom: 6px solid #506AC1;
    background-color: #fff;
}
.sub-header .telefono{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0;
}
.sub-header .horarios{
    margin-bottom: 0;
}
.logo{
    max-width: 230px;
}
.favicon{
    max-height: 50px;
}
#mensaje{
    margin:8em!important;
}
@media screen and (max-width:990px){
    .container.container-xs-fluid{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (min-width:991px){
    .container{
        max-width: 850px;
    }
}
