@import url('https://fonts.googleapis.com/css?family=Homenaje');
body{ font-family:'Homenaje', sans-serif;background:#363232;font-size:24px; }
.bg.home{ position:absolute; width:100%; height:100%; top:0px; left:0px; background:url(../img/cabecerahome.jpg) top center; background-size:100%; background-repeat:no-repeat;background-attachment:fixed; }
a { color: #7f292a;}
a:hover { color: #7f292a;}
h1.titulo:after{content:"";background-image:url(../img/estrellas1.png);background-size:contain;background-repeat:no-repeat;width:456px;height:57px;display:block;text-align:center;margin:0 auto;}

.imageborder{border-bottom:10px solid black;position:absolute;width:100%;top:0px;left:0px;-webkit-border-image:url(../img/afternav.png) 0 0 20 0 repeat;-o-border-image:url(../img/afternav.png) 0 0 20 0 repeat;border-image:url(../img/afternav.png) 0 0 20 0 repeat;}
#mainLogo{width:250px;margin-bottom:-60px;text-align:center;}
#logoMobile{display:none;}
#mainLogo img, #logoMobile img{width:100%;transition:width .5s;}
#maincontainer.container{background:#faedd3}
#mainLogo.small{margin-bottom:-20px;}
#mainLogo.small img{width:70%;transition:width .5s;}
ul.nostyle { list-style-type: none; }

.btn-red { background: #7f292a; color: white; }

.container#contenido{margin-top:14%;border:5px solid #7f292a;background:rgba(250,237,211, 0.97);border-radius:10px;height:100%;position:relative;}
.contacto{height:34px;background:#7f292a;color:white;font-size:0.8em;}
.contacto a{color:white;}
.menuprincipal{height:70px;border-bottom:8px solid #7f292a;font-size:1.1em;background:rgba(40,33,33,0.8);margin-top:34px;}
.menuprincipal .nav-item{margin:0px 20px;}
.aliste{position:absolute;top:-30px;right:-30px;width:130px;height:130px;}
.aliste img{border:5px solid #7f292a}
.menucoll{font-size:2em;}
.menucoll li{float:right;}
.menucoll:last-child li{float:left;}
.opciones img{border:5px solid #d1c7b3;}
footer{background:#242121;border-top:8px solid #7f292a;margin-top:30px;color:white;padding:20px;}
footer a{color:white;margin:10px 15px;}
footer a:hover{color:#7f292a;transition:all .2s}
footer .sign{border-top:1px solid silver;font-size:0.8em;margin:0px auto;margin-top:20px;width:60%;}

.tripadvisor { width: 185px; height: 60px; margin: 0px auto; }


.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

@media screen and (max-width:1024px){
  .menuprincipal
  .nav-item{margin:0px 12px;}
  .bg.home{background-size:150%;}
}

@media screen and (max-width:780px){
  .bg.home{background-size:200%; }
  .aliste{width:80px;right:0px;top:-65px}
  .imageborder{width:200% !important;max-width:200%;margin-left:-20%;}
  .container#contenido{margin-top:180px;}
  .logobrand{width:100%;}
  #mainLogo{display:none;}
  .menuprincipal{height:auto;}
  #logoMobile{display:block;width:50px;margin-right:200px;float:left;}
  .navbar-toggler{position:absolute;top:10px;right:10px}
  h1.titulo:after{content:"";background-image:url(../img/estrellas1.png);background-size:contain;background-repeat:no-repeat;width:100%;height:40px;display:block;text-align:center;margin:0 auto;}
  footer .sign{width:100%;}

  .precio { font-size: 0.8em; }
}
