@font-face {
    font-family: notable;
    src: url(../fonts/Notable-Regular.ttf);
}

@font-face {
    font-family: monserrat;
    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: comforta;
    src: url(../fonts/Comfortaa-Light.ttf);
}

.titulodep {
    font-family: monserrat;
    font-size: 60px;
    font-weight: bold;
    margin-top: 80px;
    color: #f1f1f1;
}

.botondep {
    background-color: #023436;
}

#viewport {
    position: fixed;
    top: 0px;
    left: 0px;
}

body {
    margin: 0;
    padding: 0;
    font-family: monserrat;
}

.gra {
    background: linear-gradient(45deg, #d2001a, #7462ff);
}

.gra1 {
    background: linear-gradient(45deg, #1e90ff, #6495ed, #ff6347, #ff0000);
    background-size: 300% 300%;
    animation: color 10s ease-in-out infinite;
}

@keyframes color {
    0% {
        background-position: 0 50%;
    }    
    50% {
        background-position: 100% 50%;
    }    
    100% {
        background-position: 0 50%;
    }    
}

#canvas1 {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#000000, #111111);
    z-index: -10;
}

.brand-logo {
    margin-left: 20px;
    margin-top: 5px;
}

#map {
    position: relative; top: 0; bottom: 0; width: 100%;
}

.fondofotones {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/fotoncityfondobw.png);
}

.fondofotonescolor {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/fotoncity1.png);
}

.fondocomidas {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/comidabn.png);
}

.fondovinos {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/vinobn.png);
}

.fondocervezas {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/beer.jpg);
}

.fondosalud {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/saludbn.png);
}

.fondohoteles {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/alojamientobn.png);
}

.fondoabas {
    background-size: 600px;
    background-repeat: round;
    /*background-image: url(/images/food.jpg);*/
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(/images/abarrotesbn.png);
}

#cat {
    padding-top: 10px;
    padding-bottom: 10px;
}

nav {
    position: fixed;
    z-index: 10;
}

nav li a:hover {
    background: white;
    color: black;
}

.sidenav li a:hover {
    background: black;
    color: white;
}

.transparent {
    opacity: 0.5;
    background-color: black;
}

.botongas:hover { 
    cursor: pointer; 
    color: #d50000;   
}

.botonhos:hover { 
    cursor: pointer; 
    color: #283593;   
}

.botonmer:hover { 
    cursor: pointer; 
    color: #FF6F00;   
}

.botoneno:hover { 
    cursor: pointer; 
    color: #880E4F ;   
}

.botoncer:hover { 
    cursor: pointer; 
    color: #FFFF00;   
}

.botonpym:hover { 
    cursor: pointer; 
    color: #004D40;   
}

.botonfin:hover { 
    cursor: pointer; 
    color: #64dd17;   
}

.botonsal:hover { 
    cursor: pointer; 
    color: #2196F3;   
}

#links a {
    display: block;
    width: 12em;
    left: 50%;
    margin-left: -6em;
    margin-bottom: 4px;
    line-height: 2em;
    font-size: 1em;
    text-decoration: none;
    background: #ff0000;
    color: white;
    padding: .2em 0 .2em 1em;
}

.linkciudad {
    color: black;
}

.luzboton:hover {
    color: #ff0000;
    text-shadow: 0 0 10px #ff0000,
                 0 0 20px #ff0000,
                 0 0 30px #ff0000,
                 0 0 40px #ff0000,
                 0 0 50px #ff0000;
}

#cabecera {
    width: 100%;
    padding: 0 7%;
    display: table;
    margin: 0;
    max-width: 100%;
    /*background-color: #ff3300;*/
}

.titulo {
    font-family: monserrat;
    font-size: 50px;
    font-weight: bolder;
    margin-top: 80px;
}

.titulogas {
    font-family: monserrat;
    font-size: 90px;
    font-weight: bolder;
    margin-top: 80px;
}

.tituloeno {
    font-family: monserrat;
    font-size: 90px;
    font-weight: bolder;
    margin-top: 80px;
}

@media (max-width: 690px) {
    .titulo {
        font-size: 40px;
        font-weight: 1000;
    }
    .titulogas {
        font-family: monserrat;
        font-size: 30px;
        font-weight: bolder;
        margin-top: 80px;
    }
    .tituloeno {
        font-family: monserrat;
        font-size: 35px;
        font-weight: bolder;
        margin-top: 80px;
    }
}

.social {
    width: 300px;
    text-align: center;
}

.social>a{
    display: inline-flex;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 15px 15px;
    margin: 0 15px;
    font-size: 25pt;
    justify-content: center;
    width: 40px;
    height: 40px;
    align-items: center;
    border-radius: 15px;
    transition: 0.2s;
}

.social>a>i {
    transition: 0.8s;
}

.social>a:hover {
    background-color: black;
    border: 1px solid white;
    color: white;
}

.social>a:hover > i {
    transform: rotate(15deg) scale(1.2);
}

.socialbtn {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f1f1f1;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #000000;
    overflow: hidden;
    position: relative;
}

.socialbtn i{
    line-height: 90px;
    font-size: 34px;
    transition: 0.2s linear;
}

.socialbtn:hover i{
    transform: scale(1.3);
    color: #f1f1f1;
}

.socialbtn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #000000;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.socialbtn:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

