﻿/*
 * 1º Tipografías y colores base
 * 2º. Cabecera
 * 3º. Slide (Carrousel Inicial)
 * 4º. Enlaces 
 * 5º. Light-Box
 * 6º. Isotopo básico
 * 7º. Layout
 * 9º. Override Bootstrap
 */
 
 
/*

 * -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/*
 * 1º. - Tipografías y colores base
 * -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

@font-face {
    font-family: 'helvetica-light';
    src: url('helveticaneue-lightext-webfont.woff2') format('woff2'),
         url('helveticaneue-lightext-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'helvetica-black';
    src: url('helveticaneue-black-webfont.woff2') format('woff2'),
         url('helveticaneue-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica-neueregular';
    src: url('helveticaneue-thin-webfont.woff2') format('woff2'),
         url('helveticaneue-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { font-family: "helvetica-light", Helvetica, sans-serif }

#parrafoTexto{
    text-align:left;
}
#imagenLogo{
    
    vertical-align: text-top; 
}

 /*
 * Bloques
 */
 #sabores_info{
     height:120px;
     margin-bottom:20px;
 }
 #geoda{
    height:100%;
     }
     
#reservas{
       
     height:100%;
      
    }
#ubicacion{
       height:100%;
    }

/*
 * 2º. Elementos de la cabecera (Slide e imagen shape)
 */
 /*
 * boton arriba
 */

 .ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:#3b83bd;
  cursor:pointer;
  position:fixed;
  bottom:50px;
  right:20px;
  z-index:2;
}
 
.intro-cabecera .forma {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    z-index: 0;
}
/*
 * Elementos del menú (Nav bar)


/* Logotipo o Marca */
.logo{
    width:55%;
    height: auto;
    margin-left:50px;
}
/* Fondo del menú */
.fondo-negro{
    background-color: #3b83bd;
   
  
    
}

/*Estilos de los enlaces del menú */
#navbarSupportedContent{
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    
   

    
}
.navbar-sabores .navbar-nav .active>.nav-link, .navbar-sabores .navbar-nav .nav-link.active, .navbar-sabores .navbar-nav .nav-link.show, .navbar-sabores .navbar-nav .show>.nav-link {
    color: #FFF;
    font-family: "helvetica-light";
    font-size:1.9em;
}
.navbar-toggler-icon{
    color: #000;
    background-color:#fff;
}

.navbar-sabores .navbar-nav .nav-link {
    color: #fff;
    font-family: "helvetica-light";
    font-size:1.6em;
    
}
.nav-item{
    
     margin-left:20px;
     text-size:1.2px;
}

/*
 * Estilo Pie
 */
a {
    text-decoration:none;
}

@media only screen and (max-width: 576px){
    .carrusel-inicio{
        height: 80px !important;
        
    }
}

@media only screen and (min-width: 769px){
    .carrusel-inicio{
        height: 80px !important;
    }
}

@media only screen and (min-width: 992px){
    .carrusel-inicio{
        height: 200px !important;
    }
}

@media only screen and (min-width: 1200px){
    .carrusel-inicio{
        height: 700px !important;
    }
}

/*
 * 4º. Enlaces
 */


a.sabores-link{
    color:#3b83bd;
}

a.sabores-link:hover{
    color:#fff;
    text-decoration: underline;
}

.sabores-link-inverso{
    color:#fff;
}

.sabores-link-inverso:hover{
    color:#fff;    
    text-decoration: underline;
}
.nav-link:hover{
    color:#fff;
    text-decoration: underline;
    
}

/*
 * 5º. Light Box
 */
img.lightbox{
    cursor: pointer;
}

/*
 * 6º. Isotopo Básico
 */
.isotopo{
    border-top:1px solid;
    border-left:1px solid;
    border-right:1px solid;
    border-color:#3b83bd;
    padding-top:20px;
    padding-bottom: 20px;
}

.caja-opcion{
    border-top:1px solid;
    border-left:1px solid;
    border-right:1px solid;
    border-color:#3b83bd;
    padding-top:20px;
    padding-bottom: 20px;
}

/*
 * 7º. Layout
 */
.cabecera-negocios{
    margin-top:40px;
    margin-bottom:40px;
}

.cabecera-noticias{
    padding-left:20px;
    padding-top:20px;
    background-color:#3b83bd;
    border:1px solid;
    border-color:#fff;
	height:140px;
}

.icono-cabecera{
    font-weight: 10;
    color:#fff;
}

h2.titulo-cabecera{
    font-family: 'helvetica-light';
    margin-left: 80px;
    color:#fff;
}

.subtitulo-cabecera{
    font-family: 'helvetica-light';
    margin-left: 80px;
    color:#fff;
    font-size:20px;
}

.mt-80{
    margin-top:40px;
}


/*
 * OVERRIDE BOOTSTRAP
 */
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-secondary {
    color: #000;
    background-color: #3b83bd !important;
}

.media-agenda{
    width: 100%;
    border: 1px solid !important;
    border-color:#ccc !important;
    padding:20px;
}

.card {
    border: 0px solid !important;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #3b83bd !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
}

/*
 *  ALERTS - BTNS
 */
.alert-info {
    color: #3b83bd !important;
    background-color: #ffffff !important;
    border-color: #fff !important;
    margin-top:0px;
    margin-bottom:0px;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #138496 !important;
    border-color: #fff !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #3b83bd !important;
    border-color: #fff !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #fab720 !important;
    border-radius: .25rem;
}

.navbar-posicion{
    position: absolute;
    right: 30px;
    top: 30px;
}
 /*
 Botones flotantes
 
 */
 
  .sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#3b83bd;
    color:#3b83bd;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#fff;
}

.sticky li p a:hover{
    text-decoration:underline;
}

footer{
    padding-top:50px;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}
.boton_slider{
    text-decoration: none;
   
    
}
a:hover{
     text-decoration: none;
     color:white;
    
}

 /*
galeria
 
 */

.demo {
    padding: 6em 2em;
}

.demo h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 1em;
}

.demo .flipster {
    margin: 0 -2em;
}
