body{
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    /*
    background:url('../../images/bg.jpg') no-repeat;
    background-position: center top;
    background-size: 100%;
    */
    overflow: hidden;
    background-color: #000;
}
#bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    
}
b, strong{
    font-weight: 500;
}
.app{
    /*background:url('../../images/shadow_menu.png') no-repeat;
    background-position: center top; */
    width: 100%;  
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
.leftBar{
    width: 340px;
    background-color: #fff;
    margin-left: 14.6%;
    margin-right: 2.3%;
    padding: 3% 0;
}
h2.title, h1.title{
    display: block;
    margin: 25px auto;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
}
.newsitem, .newsitem p{
    text-align: left;
}
.newsitem h3.title{
    color: #7c0f2e;
    font-weight: 300 !important;
}
.leftBar div{
    line-height: 1.2;
    text-align: center !important; 
    display: block; 
    width: 100%;
    margin: 0 auto;
}
.restBtn{
    display: block;
    width: 220px;
    padding: 5px;
    margin: 6px auto;
    border: 2px solid #000;
    color: #000; 
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1.8px;
}
a.restBtn:hover{
    text-decoration: none;
    background-color: #ddd;
    color: #444;
}
a.restBtn.active{ 
    background-color: #000;
    color: #fff;
}
.rest_text a{
    color: #660d25;
}
ul.tmenu{
    list-style-type: none;
    padding: 0;
    width: 210px;
    display: none;
    position: absolute;
    margin: 0;
    z-index: 20;
}
ul.tmenu li{
    list-style-type: none;
    background-color: #000; 
    margin: 1px;
    padding: 0;
}
ul.tmenu li a{
    padding: 5px;
    display: block;
    text-align: center;

    color: #aaa;
}
#logo{
    width: 220px;
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
    margin: 0 auto;
}
#logo a{
    display: block;
    width: 220px;
    height: 55px;
    background:url('../../images/logo.svg') no-repeat;
}
#logo_dol{
    width: 220px;
    border-top: 2px solid #000;
    padding-top: 30px;
    margin: 0 auto;
}
#logo_dol span{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background:url('../../images/logo_sm.svg') no-repeat;
}
.navigation{
    width: 42%;
    padding: 56px 0 30px 30px;
}
.navigation a{
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 5px 25px;
    font-weight: 400;
    letter-spacing: 1.8px;
}
.navigation a:hover{
    color: #ccc;
}
.navigation .active{
    color: #ccc;
}
.page{
    margin-top: 12px;
    margin-right: 14%;
    min-width: 340px;
    min-height: 450px;
    width: 42%;
    background-color: #fff;
    padding: 16px;
}
.mapa iframe{
    width: 100% !important;
}
.logo_sm{
    display: none;
    width: 100%;
    height: 44px;
    background:url('../../images/logo_sm.png') no-repeat;
    background-position: right top;
    margin-bottom: -60px;
}
.tresc{
    display: block;
    padding: 0 3%;
    text-align: center;
}
.tresc a{
    color: #660d25;
}
#content{
    margin: 10px 0 20px 0;
}
.rmenu strong{
    text-decoration:underline !important;
    display: block;
}
.rmenu span{
    display: block;
}
.rmenu .section{
    margin: 25px 0;
    text-align: center;
}
.mobileBtn{
    display: none;
}
.mobileBtn a{
    font-size: 20px;
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    right: 0;
}
.underline{
    text-decoration: underline !important;
}
.mobileMenu{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: #000;
    text-align: center;
    animation-name: animateMenu;
    -webkit-animation: animateMenu .6s;
    -moz-animation: animateMenu .6s;
    animation-duration: .6;
	font-size: 20px;
	line-height: 2;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 30px;
}
.mobileMenu a{
    display: block !important;
    margin: 0 auto;
}
.mobileTotop a{
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
}
.mobileTotop{
    display: none;
}
.mobileNav{
    display: none;
}
a.mclose{
        position: absolute; 
        top: 40px;
        right: 40px;
        background:url('../../images/close.jpg') no-repeat !important;
        width: 56px;
        height: 59px;
}
@keyframes animateMenu {
  from {left: 100%;}
  to {left: 0%}
}
@media only screen and (max-width: 1278px) {
    .page{
        margin-right: 2%;
    }
    .leftBar{
        margin-left: 10%;
    }
    .navigation{
    padding: 56px 0 30px 0px;
    }
    .navigation a{
        padding: 5px 10px;
        margin: 0 auto;
    }
    #logo{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    .page{
        margin-right: 2%;
    }
    .leftBar{
        margin-left: 5%;
    }
    .navigation a{
        display: block;
    }
    .mobileNav{
        display: none !important;
    }
    #logo{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 770px) {
    .navigation{
        display: none;
    }
    .page{
        margin: 0 20%;
    }
    .leftBar{
        margin: 0 20%;
    }
    .mobileBtn{
        display: block !important;
    }
    .mobileNav{
         display: none !important;
    }
    #mobilTresc{
        display: block !important;
    }
    .page{
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .navigation{
        display: none;
    }
    .page{
        margin: 0;
        width: 100%;
    }
    .leftBar{
        margin: 0;
        width: 100%;
    }
    .mobileBtn{
        display: block !important;
    }
    .mobileNav{
        display: block;
    }

    .app{
        display: block;
    }
    #logo{
        margin-top: 30px;
    }
    #mobilTresc{
        display: block !important;
    }
    .page{
        display: none;
    }
    .tmenu{
        position: relative !important;
        width: 350px !important;
        text-align: center !important;
        margin: 0 auto !important;
    }
    tmenu li.a{
        font-size: 16px !important;
    }
}