@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url("../font/raleway/raleway-regular.ttf") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'), url(../font/raleway/raleway-regular.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  font-display: swap;
}
html {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  visibility: visible!important;
}
.txt_reproductor {
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  border: none;
  text-align: center;
  padding: 0 10px 10px 0;
  display: inline-block;
}
.reproductor {
  font-size: 20px;
  text-align: center;
  background: #4d70a7;
  padding: 3px 10px;
  display: inline-block;
  color: #FFFFFF;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}
.reproductor a {
  text-decoration: none;
}
.swiper-button-prev2,
.swiper-button-next2 {
  position: fixed;
  top: 60vh;
  width: 30px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: bold;

}
.swiper-button-prev2:after,
.swiper-button-next2:after {
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev2,
.swiper-container-rtl .swiper-button-next2 {
  left: 10px;
  right: auto;
}
.swiper-button-prev2:after,
.swiper-container-rtl .swiper-button-next2:after {
  content: "<";
}
.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
  right: 10px;
  left: auto;
}
.swiper-button-next2:after,
.swiper-container-rtl .swiper-button-prev2:after {
  content: ">";
}

.txt-sand {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #FFF
}
.carro {
  margin-top: -10px;
}
.carrito a:hover {
  background: #FFF !important;
}
.size-imagenes-prensa {
  width: 100%!important;
  height: 100%!important;
}
.padding-img {
  padding: 10px
}
.fondo-bienvenue {
  background: url(../images/fondo-index.jpg);
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat
}
.sl-mob {
  display: none
}
.slider-width {
  width: 100%
}
.padding-texto-2-index {
  padding: 30px
}
.padding-imagen-2-index {
  padding: 30px
}
.margen-ilustraciones-index {
  padding: 40px 0
}
.logo-pie {
  width: 70px
}
.wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.wsp-2 {
  margin-top: 11px;
  width: 40px;
  height: 40px;
}
.logos-pie {
  margin-top: 10%;
}
.logos-pie-margin {
  margin-top: 2%;
}
.imagen-top-mob {
  display: none;
}
.imagen-top {
  display: block;
  max-width: 100%;
  height: auto
}
.txt_horario_donde {
  font-family: Raleway, sans-serif;
  font-size: calc(.7em + .7vw);
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  color: #000;
  padding: 20px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px
}
.iconos {
  float: left;
  padding: 2px 5px 0 5px;
    margin: 0 5px 0 5px;
}
.glosario {
  border-top: 2px dotted #999;
  margin-top: 20px;
    padding: 20px
}
.tit-glosario {
  text-align: left;
  color: #111;
  font-size: 20px;
  font-family: Raleway, sans-serif;
  font-weight: bolder;
  margin: 0;
  padding: 10px 0;
}

.nom-icon {
    position: relative;
}
    
.nom-icon:hover:after {
    position: absolute;
    content: attr(title);
    display: inline-block;
    left: 0px;
    top: -30px;
    padding: 5px;
    background-color: black;
    color: white;
    border-radius: 5px;
    z-index: 900;
    font-size: 16px;
    font-family: Raleway, sans-serif;
    width: 100px;
    text-align: center;
}
.margen-table{
  padding: 20px 80px
} 
.table-responsive{
  border-radius: 20px!important;
}
.blubuton a{
  background-color: #4d70a7;
  border-radius: 10px;
  font-weight: bold;
  color: white!important;
}
@media(max-width:991px) {
  .padding-imagen-2-index {
    padding: 5% 0 0 0
  }
  .logo-pie-pc {
    display: none;
  }
  .logos-pie {
    width: 9vmax;
    margin-top: 5%;
  }
}
@media(max-width:767px) {
  .sl-pc {
    display: none
  }
  .sl-mob {
    display: block
  }
  .padding-imagen-2-index {
    padding: 20% 0 0 0
  }
  .padding-texto-2-index {
    padding: 30px 0 0 0
  }
  .carro {
    margin-top: 0;
    float: left;
  }
  .margen-table{
    padding: 0 50px;
  } 
  .glosario {
    padding: 0 50px;
  }
.carrito{
  border-bottom: none!important;
}
.size-imagenes-prensa {
  width: 100%!important;
  height: 100%!important;
}
}
@media(max-width:480px) {
  .wsp {
    bottom: 60px;
  }
  .imagen-top-mob {
    display: block;
    max-width: 100%;
    height: auto
  }
  .imagen-top {
    display: none;
  }
}

.tit_interior {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  border-bottom: 2px dotted #999;
  margin-bottom: 20px;
  margin-top: 20px
}
.tit_index {
  font-family: Raleway, sans-serif;
  font-size: calc(1.3em + 1.3vw);
  border-top: 5px dotted #000;
  border-bottom: 5px dotted #000;
  color: #000;
  padding: 20px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 15em
}
.txt_horario_index {
  font-family: Raleway, sans-serif;
  font-size: calc(.7em + .7vw);
  border-top: 5px dotted #000;
  border-bottom: 5px dotted #000;
  color: #000;
  padding: 20px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}
@media (max-width:768px) {
  .tit_interior {
    font-family: Raleway, sans-serif;
    font-size: 25px;
    border-bottom: 1px solid #111;
    margin-bottom: 20px;
    margin-top: 30px
  }
}
@media (max-width:480px) {
  .tit_index {
    width: 10em
  }
}
.cont_button_main {
  margin: 20px auto 50px auto;
  display: table
}
.container_carta {
  background: url(../carta/bg_carta.jpg) no-repeat center bottom;
  padding-bottom: 110px;
  background-size: contain;
}
.tit_form_contacto{
  margin-bottom: 20px;
}
.button_main {
  background-color: #fff;
  border: 2px solid #111;
  color: #111 !important;
  display: inline-table;
  cursor: pointer;
  font-size: 20px;
  padding: 4px 20px;
  margin: 5px;
  text-decoration: none;
  font-weight: 600;
  font-family: Raleway, sans-serif;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.button_main:hover {
  background-color: #111 !important;
  border: 2px solid #111;
  color: #fff !important;
  text-decoration: none
}
.button_main:active {
  position: relative;
  top: 1px
}
.box_carta {
  padding: 15px 15px 15px 70px;
  margin: 0 0 50px 0
}
.box_carta_left {
  padding: 15px;
  margin: 0 0 50px 0;
  border-right: 1px solid #111
}
.tit_btn_carta {
  text-decoration: none;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
  background: url(../images/arrow.png) no-repeat center left;
  padding: 0 0 0 25px;
  margin-bottom: 30px;
  color: #000
}
.tit_btn_carta div {
  text-decoration: none;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-style: italic
}
.tit_btn_carta a {
  text-decoration: none;
  color: #111
}
.tit_btn_carta2 {
  text-decoration: none;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 0 25px;
  margin-bottom: 15px;
  color: #000
}
.tit_btn_carta2 div {
  text-decoration: none;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-style: italic;
  color: #222
}
.tit_btn_carta3 {
  text-decoration: none;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 17px;
  background: url(../images/arrow.png) no-repeat center left;
  padding: 0 0 0 25px;
  margin-bottom: 20px;
  margin-left: 30px
}
.tit_btn_carta3 div {
  text-decoration: none;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #222
}
.tit_btn_carta3 a {
  text-decoration: none;
  color: #000
}
.table_carta {
  padding: 20px 80px
}
.tit-carta {
  text-decoration: none;
  text-align: left;
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 20px;
    float: left;
}
.tit-texto-index {
  text-align: center;
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: calc(1em + 1vw);
  margin: 20px 0;
  display: block
}
.tit-texto-2-index {
  text-align: center;
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: calc(1em + 1vw);
  margin: 20px 0;
  display: block;
  line-height: 30px
}
.price_carta {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  text-align: right;
}
.txt-carta {
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  z-index: 50;
  margin: 0;
  padding: 0;
    clear: both
}
.txt-texto-index {
  text-align: center;
  color: #111;
  font-size: calc(.7em + .7vw);
  font-family: Raleway, sans-serif;
  font-weight: 300;
  margin-bottom: 3em;
  margin-top: 3em;
}
.txt-texto-2-index {
  text-align: center;
  color: #111;
  font-size: calc(.6em + .6vw);
  font-family: Raleway, sans-serif;
  font-weight: 300;
  line-height: 30px
}
.txt-texto-restaurant {
  text-align: justify;
  color: #111;
  font-size: calc(.7em + .7vw);
  font-family: Raleway, sans-serif;
  font-weight: 300;
  margin-bottom: 3em
}
.txt-texto-carta {
  text-align: justify;
  color: #111;
  font-size: calc(.7em + .7vw);
  font-family: Raleway, sans-serif;
  font-weight: 300;
    margin-left: 20px;
    font-weight: bold;
}
@media(max-width:1200px) {
  .txt-carta {
    max-width: 600px
  }
}
@media(max-width:991px) {
  .txt-carta {
    max-width: 400px
  }
    .tit-carta {
clear: both;
    width: 100%;
}
    .iconos{
        margin: 10px 0;
    }
}
@media(max-width:767px) {
  .box_carta {
    padding: 15px 15px 15px 15px;
    margin: 0
  }
  .box_carta_left {
    padding: 15px 15px 15px 15px;
    margin: 0;
    border-right: 0 solid #111
  }
  .txt-carta {
    max-width: 300px
  }
  .table_carta {
    padding: 20px 20px
  }
    
}
@media(max-width:360px) {
  .txt-carta {
    max-width: 150px;
    font-size: 15px
  }
  .table_carta {
    padding: 20px 10px
  }
  .price_carta {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-align: right;
  }
}
.contacto {
  background: url(../contacto/bg_contacto.jpg) bottom right no-repeat #b0b5b4
}
.flag_contacto {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 99;
}
.flag_index {
  position: absolute;
  top: 5px;
  right: 10%
}
button, input, select, textarea {
  margin-top: 10px;
  border-color: #73c1cc;
  color: #fff
}
.form-group {
  margin: 0 0 20px 0;
  padding: 0 15PX
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1b86d3;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0
}
.control-label {
  margin: 0;
  padding: 0
}
.content {
  padding: 50px 0;
  margin: 0 auto
}
label {
  margin-top: 17px;
  text-align: right;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400
}
footer {
  background: #111;
  padding: 30px 0;
  margin: 0;
  padding-bottom: 100px;
}
.pie {
  height: 120px;
  width: 100%;
  background: url(../images/bg-pie.jpg) top repeat-x;
  background-color: #991f36
}
.txt-pie {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 1.3vmax;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 50;
  margin: 0;
  text-align: center;
  margin-top: 3%;
}
.txt-pie a {
  color: #fff
}
.txt-pie-nav {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 1.5vmax;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 50;
  margin: 0;
  text-align: center;
  border-top: 2px dotted #fff;
  margin-top: 20px;
}
.txt-pie-nav a {
  color: #fff
}
@media (min-width:767px) {
  .col-lg-2:nth-child(6n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1) {
    clear: none
  }
  .col-sm-2:nth-child(6n+1), .col-sm-6:nth-child(2n+1) {
    clear: left
  }
}
@media (min-width:992px) {
  .col-lg-2:nth-child(6n+1), .col-sm-2:nth-child(6n+1), .col-sm-6:nth-child(2n+1) {
    clear: none
  }
  .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1) {
    clear: left
  }
}
@media (min-width:1200px) {
  .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-sm-2:nth-child(6n+1), .col-sm-6:nth-child(2n+1) {
    clear: none
  }
  .col-lg-2:nth-child(6n+1) {
    clear: left
  }
}
@media (min-width:480px) and (max-width:767px) {
  .container {
    max-width: 748px
  }
}
.navbar-inverse {
  background-color: #fff;
  border: none;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  position: relative;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  padding-bottom: 10px
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  background-color: #4588ba;
  padding: 8px
}
.navbar-inverse {
  background-image: none
}
.navbar-inverse {
  border-color: #5e3d93
}
.navbar-inverse .navbar-nav {
  margin-bottom: 1px;
  margin-top: 22px
}
.navbar-inverse .navbar-nav > li > a {
  color: #111;
  padding: 10px 10px;
  margin-left: 5px
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  margin-left: 5px;
  padding: 10px 10px
}
.navbar {
  position: relative;
  margin-bottom: 0;
  border: 0 solid transparent
}
.navbar .navbar-nav {
  display: inline-block;
  float: none
}
.logo {
  z-index: 99999;
  position: absolute
}
.navbar .navbar-collapse {
  text-align: right
}
@media (max-width:991px) {
  .navbar-inverse .navbar-nav > li > a {
    color: #111;
    padding: 10px 5px;
    margin-left: 5px
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    margin-left: 5px;
    padding: 10px 5px
  }
}
@media (max-width:768px) {
  .navbar-inverse {
    margin-top: 0;
    padding: 10px 10px
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
  }
  .navbar-toggle:focus {
    outline: 0
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 0;
      margin-left: 8px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
  }
}
@media (max-width:767px) {
  .navbar-inverse .navbar-nav > li > a {
    color: #111;
    padding: 10px 15px;
    margin-left: 5px
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    margin-left: 5px;
    padding: 10px 15px
  }
}
@media (max-width:1200px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: right;
    font-size: 12px;
    text-align: right
  }
  .navbar .navbar-collapse {
    text-align: left
  }
  .navbar-inverse {
    background-color: #fff;
    border: none;
    font-size: 13px;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    position: relative;
    margin-top: 0;
    text-transform: uppercase
  }
}
@media (max-width:768px) {
  .logo {
    margin-top: 5px;
    margin-left: 5px
  }
  .logo {
    width: 96px;
    height: 142px;
    top: -5px;
    left: 5px
  }
}
.wsp-new {
  background: rgb(77,112,167);
    font-size: 16px;
    padding: 10px;
    border-radius: 20px !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #FFFFFF;
    display: inline;
    width: 220px;
    text-align: right;
    font-weight: bold;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
.imghom img{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}






/* NAVV */

.txt-sand {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff
}

.closebtn, .titulo-nav{
  display: none;
}
.bg-nav{
  background: transparent;
  height: 80px;
}
.bg-nav2{
  background: #00000000;
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.no-bg-nav{
  background: #FFFFFF;
}
.navbar-nav::-webkit-scrollbar {
  background: rgba(0,0,0,0);
}
.navbar-collapse::-webkit-scrollbar {
  background: rgba(0,0,0,0);
}
@media (max-width:767px) {
  .logo{
    margin-top: 20px;
    left: 80%;
  }
  .navbar-toggle{
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }
.navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 60%;
    height: 100%;
    z-index: 9000;
    background-color: #FFFFFF;
    box-shadow: 5px 0 20px -5px rgba(0,0,0,0.4),
-5px 0 5px -5px rgba(0,0,0,0.4);
  }
  .navbar-collapse{
    left: 0;
    transition: left 300ms ease-in-out!important;
  }
  .navbar-collapse.collapsing {
    left: -75%;
    transition: left 300ms ease!important;
    height: 100%!important;
  }

  
  .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
      color: #000000;
      display: block;
  }
  .closebtn a:link {
      color: #000000!important;
      text-decoration: none;

  }
  .overflow-scroll {
    overflow: scroll !important
}
.titulo-nav{
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  color: #000000;
  display: block;
  padding: 0 20px 10px 0;
}
.padd-nav{
  padding: 20px;
}
.navbar-nav{
  padding: 0 10px;
  width: 100%;
  margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000;
  padding: 20px 10px!important;
  margin-left: 5px!important;
  border-bottom: 1px solid #CCCCCC90;
  text-align: left;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #CCC!important;
  padding: 20px 10px!important;
  margin-left: 5px!important
}
.navbar-inverse .navbar-nav > .carrito{
  border-bottom: 1px solid #fff!important;
}

.carrito a{
  border-bottom: 1px solid #FFFFFF!important;
 
}
.blubuton a{
  color: white!important;
}

.mar-top > img{
  margin-top: 0;
}
footer{
  padding-bottom: 50px;
}
  }
  @media (max-width:480px) {
    .logo{
      left: 65%;
    }}










    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      border: 1px solid #000;
      display: inline-block;
      margin: 20px 0;
      float: left;
      font-weight: 400;
      color: #555555;
        border-radius: 10px;
        font-family: Raleway, sans-serif;
        background-color: white!important;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 16px;
    }
    ul.breadcrumb li + li:before {
      padding: 8px;
      color: black;
      content: ">\00a0";
    }
    ul.breadcrumb li a {
      color: #000;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #000000;
      text-decoration: underline;
    }
    @media (max-width:480px) {
      ul.breadcrumb {
        width: 100%;
      }
      ul.breadcrumb li {
        display: block;
      }
      .banderilla{
        display: none;
      }
    }
    @media (max-width:991px) {
      ul.breadcrumb {
        float: none;
      }
    }




    .gracias{
      text-align: center;
      padding: 10px;
      border-radius: 10px;
      font-family: 'Raleway', sans-serif;
      display: inline-block;
      margin: auto;
      background-color: #4872AB;
      color: #FFFFFF;
    }
    .gracias2{
      text-align: center;
      padding: 10px;
      font-family: 'Raleway', sans-serif;
      display: inline-block;
      margin: auto;
    }