/*MÓVIL*/

html, body {
    overflow-x: hidden;
}


/*FONTS*/

@font-face{
    font-family: 'Averta-Bold';
    src: url('../fonts/Averta-Bold.woff2') format('woff2'),
        url('../fonts/Averta-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'DECEMBERMEDIUM';
    src: url('../fonts/DECEMBERMEDIUM.woff2') format('woff2'),
        url('../fonts/DECEMBERMEDIUM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Black-italic';
    src: url('../fonts/Vision-Black-italic.woff2') format('woff2'),
        url('../fonts/Vision-Black-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Black';
    src: url('../fonts/Vision-Black.woff2') format('woff2'),
        url('../fonts/Vision-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Bold';
    src: url('../fonts/Vision-Bold.woff2') format('woff2'),
        url('../fonts/Vision-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-BoldItalic';
    src: url('../fonts/Vision-BoldItalic.woff2') format('woff2'),
        url('../fonts/Vision-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Heavy';
    src: url('../fonts/Vision-Heavy.woff2') format('woff2'),
        url('../fonts/Vision-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-HeavyItalic';
    src: url('../fonts/Vision-HeavyItalic.woff2') format('woff2'),
        url('../fonts/Vision-HeavyItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Light';
    src: url('../fonts/Vision-Light.woff2') format('woff2'),
        url('../fonts/Vision-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-LightItalic';
    src: url('../fonts/Vision-LightItalic.woff2') format('woff2'),
        url('../fonts/Vision-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Regular-italic';
    src: url('../fonts/Vision-Regular-italic.woff2') format('woff2'),
        url('../fonts/Vision-Regular-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Thin-italic';
    src: url('../fonts/Vision-Thin-italic.woff2') format('woff2'),
        url('../fonts/Vision-Thin-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision-Thin';
    src: url('../fonts/Vision-Thin.woff2') format('woff2'),
        url('../fonts/Vision-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Vision';
    src: url('../fonts/Vision.woff2') format('woff2'),
        url('../fonts/Vision.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*NAVBAR*/

.navbar{
    width: 100%;
}

.start{
    padding-left: 3rem!important;
}

.navbar-brand img{
    width: 239px;
    height: 120px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.collapse{
    margin-left: 50px;
}

.navbar-nav {
    display: contents;
    float: left;
}

.navbar-nav .nav-link{
    padding: 0.5rem 1rem 0 0.5rem!important;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Averta-Bold';
}

.navbar-nav .nav-link span{
    visibility: hidden;
}

.nav-link:hover span img{
    visibility: visible;
}

.navbar2{
    width: 50%;
    float: left;
    text-align:right;
}

.navbar2 .red {
    display:inline-block;
    text-align: left;
}

.navbar2 .nav-link span{
    visibility: hidden;
} 

.navbar2 .redes {
    padding: 1rem!important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #ffffff;
    text-transform: none;
    font-family: 'Averta-Bold';
}

/*LANDING*/

.sin-padding{
    padding: 0;
}

.landing1{
    background: url('../img/IMAGENES/vancouver-07.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.landing2{
    background: url('../img/IMAGENES/local1-portada.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.landing3{
    background: url('../img/IMAGENES/local2-portada.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.cuadrado{
    margin: 5rem 0 5rem 0;
    position: relative;
    left: 36%;    
    width: 972px;
    height: 650px;
    background: #ffffff;
    border: 1px solid #fff;
}

.landing1 .cuadrado .espacio{
    padding: 4rem 0 4rem 0;
}
.landing2 .cuadrado .espacio{
    padding: 4rem 0 4rem 0;
}

.flechas{
    padding: 4rem 3rem 2rem 3rem!important;
}

.flechas button{
    width: 82px;
    height: 40px;
    top: 7%;
    border: 2px solid #2D9DCF;
    background: none;
}

.carousel-control-prev{
    left: -96%;
    opacity: 1;
}

.carousel-control-next {
    right: 162%;
    opacity: 1;
}

.nombre-local{
    margin: 2rem 3rem 2rem 3rem!important;
}

.nombre-local h1{
    font-family: 'DECEMBERMEDIUM';
    font-size: 65px;
}

.iconos {
    margin: 1rem 1rem 1rem 2rem!important;
}

.iconos .card{
    border: 0;
    flex: none;
    margin-bottom: 0;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 0.8rem;
}

.iconos .card img{
    width: 30px;
    height: 35px;
}

.iconos .card .card-text{
    font-family: 'Vision-Bold';
    font-size: 14px;
}

.plano .boton-plano{
    margin: 1rem 3rem 3rem 2rem!important;
}

.btn{
    --bs-btn-border-width: 0;
}

.plano input[type="button"]{
    font-family: 'Vision-Bold';
    font-size: 18px;
    text-decoration-line: underline;
}

.plano input:hover{
    transform: scale(1.1);
    transition: transform .2s;
}

.direccion{
    margin: 4rem 3rem 2rem 2.5rem!important;
}

.direccion .caja{
    display: flex;
    justify-content: start;
    align-items: center;
}

.caja .icono{
    padding-bottom: 25px;
}

.caja .lugar h5{
    font-family: 'Vision-Bold';
    font-size: 18px;
    text-transform: uppercase;
}

.local img{
    position: relative;
    top: -110px;
}

.carousel-inner{
    position: relative;
    top: -110px;
}



.descripcion{
    background: #fff;
    padding: 9rem 0 9rem 0!important; 
}

.descripcion .titulo-desc h2{
    font-family: 'Vision';
    font-size: 47px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.descripcion .info p{
    padding: 0 3.5rem 0 4em;
    font-family: 'Vision-Bold';
    font-size: 20px;
}

.descripcion .info p span{
    color: #2D9DCF;
}


.navegacion button{
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: none;
    --bs-nav-pills-link-active-bg: none;
}

.navegacion button img{
    width: 80px;
}

.navegacion .fondo1{
    background-image: url("../img/IMAGENES/local-201202-1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
}

.navegacion .fondo1:hover{
    flex: 2 1 0% !important;
}

.navegacion .fondo2{
    background: url("../img/IMAGENES/local1-carrusel.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
}

.navegacion .fondo2:hover{
    flex: 2 1 0% !important;
}

.navegacion .fondo3{
    background: url("../img/IMAGENES/local2-carrusel.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;    
}

.navegacion .fondo3:hover{
    flex: 2 1 0% !important;
}

.prueba{
    padding: 20rem 2rem 2rem 2rem!important;
}

.prueba3{
    padding: 17rem 2rem 2rem 2rem!important;
}

h2{
    color: #fff;
    font-family: 'Vision';
    font-size: 43px;
}




/*FOOTER*/

footer .fondo{
    background: #123049;
    padding: 1.5rem 0 0.5rem 0!important;
}

footer .aviso a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Vision-Regular-italic';
    text-transform: uppercase;
}

footer .derechos p{
    color: #fff;
    font-size: 18px;
    font-family: 'Vision-Regular-italic';
    text-align: end;
}


/*LIGHTBOX*/

.lightbox{
    display: none;
    padding: 2rem 0;    
}

#cboxContent{
    padding-top: 2rem;
    width: 500px;
}


/*FLICKITY*/

/* .carousel-nav .flickity-button{
    display: none;
}
 
.carousel-nav .carousel-cell{
    width: 507px;
}

.flickity-page-dots{
    display: none;
}

.flickity-button svg{
	display: none;
}

.carousel-main .flickity-button.flickity-prev-next-button{
    border: 2px solid #2D9DCF;
}

.flickity-button.flickity-prev-next-button.previous{
	background: none;
	background-image: url("../img/IMAGENES/flecha-izquierda.png")!important;	
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    top: 25%;
    left: 39%;
    width: 70px;
    height: 40px;
    border-radius: 0;
    
}

.flickity-button.flickity-prev-next-button.next{
	background: none;
	background-image: url("../img/IMAGENES/flecha-correcta.png")!important;
	background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    top: 25%;
    right: 52%;
    width: 70px;
    height: 40px;
    border-radius: 0;
    
}

.carousel-nav .carousel-cell:hover{
    opacity: 0.5;
} */




/*RESPONSIVO WEB*/

@media(min-width: 1920px){

    .cuadrado{
        margin: 5rem 0 5rem 0;
        left: 49%;
    }  
    
    .descripcion .titulo-desc h2{
        font-size: 50px;
    }
    
    .descripcion .info p{
        font-size: 25px;
    }  

    .prueba{
        padding: 25rem 2rem 2rem 2rem!important;
    }
    
    .prueba3{
        padding: 22rem 2rem 2rem 2rem!important;
    }
    
    h2{
        color: #fff;
        font-family: 'Vision';
        font-size: 45px;
    }

    footer .aviso a{
        font-size: 20px;
    }
    
    footer .derechos p{
        font-size: 20px;
    }
    
}

@media(min-width: 768px) and (max-width: 1024px){

    /*NAVBAR*/

    .navbar-brand img{
        width: 200px;
        height: 100px;
    }

    .navbar-nav .nav-link{
        padding: 0 1rem 0 0.5rem!important;
        font-size: 12px;
    }

    .navbar2{
        display: contents;
    }

    .navbar2 .red {
        display:inline-block;
        text-align: left;
    }

    .navbar2 .redes {
        padding: 0 1.5rem 1.5rem 0!important;
        font-size: 14px;
    }

    /*LANDING*/

    .landing .cuadrado{
        margin: 5rem 0 5rem 0;
        position: relative;
        left: 14%;    
        width: 770px;
        height: 550px;
    }
    
    .landing .nombre-local h1{
        font-size: 50px;
    }
    
    .landing .iconos {
        margin: 3rem 1rem 1rem 2rem!important;
    }

    .flechas {
        padding: 3rem 3rem 2rem 3rem!important;
    }

    .flechas button {
        width: 64px;
        height: 35px;
        top: 8%;
    }
    
    .iconos .card{
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 0.5rem;
    }
    
    .iconos .card img{
        width: 20px;
        height: 25px;
    }
    
    .iconos .card .card-text{
        font-size: 12px;
    }
    
    .plano .boton-plano{
        margin: 1rem 3rem 2.5rem 2rem!important;
    }
    
    .plano input[type="button"]{
        font-size: 16px;
    }
    
    .direccion{
        margin: 1rem 3rem 2rem 2.5rem!important;
    }

    .caja .icono img{
        width: 20px;
        height: 20px;
    }
    
    .caja .lugar h5{
        font-size: 14px;
    }
    
    .local img{
        position: relative;
        top: -55px;
    }

    .carousel-inner {
        position: relative;
        top: -58px;
    }
    
    
    
    .landing .descripcion{
        padding: 6rem 0 6rem 0!important; 
    }
    
    .descripcion .titulo-desc h2{
        font-size: 30px;
    }
    
    .descripcion .info p{
        padding: 0 1rem 0 1rem;
        font-size: 17px;
    }

    .navegacion .fondo1{
        height: 55vh;
    }
    
    .navegacion .fondo2{
        height: 55vh;
    }
    
    .navegacion .fondo3{
        height: 55vh;  
    }

    .prueba{
        padding: 15rem 2rem 2rem 2rem!important;
    }
    
    .prueba3{
        padding: 13rem 2rem 2rem 2rem!important;
    }
    
    h2{
        font-size: 25px;
    }

    footer .fondo{
        padding: 1.5rem 0 0.5rem 0!important;
    }
    
    footer .aviso a{
        font-size: 14px;
    }
    
    footer .derechos p{
        font-size: 14px;
    }


}

@media(max-width: 767px){
    /*NAVBAR*/

    .navbar{
        width: 90%;
    }

    .navbar-brand img{
        width: 200px;
        height: 100px;
    }

    .navbar-toggler{
        background-color: #FFFF;
    }


    .collapse{
        margin-left: 25px;
    }

    .navbar-nav .nav-link{
        font-size: 16px;
    }

    .navbar-nav .nav-link span{
        display:none;
    }

    .navbar2 .nav-link span{
        display: none;
    }

    .navbar2{
        width: 25px;
        text-align: left;
        padding-left: 0rem;
    }

    .navbar2 .red {
        display:inline-block;
        text-align: left;
    }

    .navbar2 .redes {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: #ffffff;
        text-transform: none;
        font-family: 'Averta-Bold';
    }

    .navbar-toggler{
        background-color: #FFFF;
    }

    /*LANDING*/

    .landing .cuadrado{
        margin: 5rem 0 5rem 0;
        left: 5%;    
        width: 670px;
        height: 450px;
    }

    .landing1 .cuadrado .espacio{
        padding: 0;
    }
    .landing2 .cuadrado .espacio{
        padding: 0;
    }

    .flechas {
        padding: 3rem 3rem 0rem 3rem!important;
    }

    .flechas button {
        width: 58px;
        height: 34px;
        top: 11%;
    }

    .carousel-control-prev {
        left: -94%;
    }
    
    .carousel-control-next {
        right: 158%;
    }

    .nombre-local{
        margin: 5rem 3rem 2rem 3rem!important;
    }

    .landing .nombre-local h1{
        font-size: 35px;
    }
    
    .landing .iconos {
        margin: 2rem 1rem 1rem 2rem!important;
    }
    
    .iconos .card{
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 0.5rem;
    }
    
    .iconos .card img{
        width: 17px;
        height: 22px;
    }
    
    .iconos .card .card-text{
        font-size: 9.5px;
    }
    
    .landing .plano .boton-plano{
        margin: 2rem 3rem 1rem 2rem!important;
    }
    
    .plano input[type="button"]{
        font-size: 14px;
    }
    
    .landing .direccion{
        margin: 2rem 3rem 2rem 2.5rem!important;
    }

    .caja .icono img{
        width: 15px;
        height: 15px;
    }
    
    .caja .lugar h5{
        font-size: 10px;
    }
    
    .landing .local img{
        position: relative;
        top: -75px;
    }

    .landing .descripcion{
        padding: 5rem 0 5rem 0!important; 
    }
    
    .descripcion .titulo-desc h2{
        font-size: 25px;
    }
    
    .descripcion .info p{
        padding: 2rem 5rem 0 5rem;
        font-size: 15px;
    }

    .carousel-inner {
        position: relative;
        top: -76px;
    }

    .navegacion .fondo1{
        height: 45vh;
    }
    
    .navegacion .fondo2{
        height: 45vh;
    }
    
    .navegacion .fondo3{
        height: 45vh;  
    }
    
    h2{
        font-size: 18px;
    }
    
    .prueba{
        padding: 13rem 2rem 2rem 2rem!important;
    }
    
    .prueba3{
        padding: 11.5rem 2rem 2rem 2rem!important;
    }

    .navegacion button img {
        width: 55px;
    }


    footer .fondo{
        padding: 1.5rem 0 1rem 0!important;
    }

    footer .aviso{
        text-align: center;
    }
    
    footer .aviso a{
        font-size: 12px;
    }
    
    footer .derechos p{
        font-size: 12px;
        text-align: center;
    }

    footer .face, .insta{
        text-align: center;
    }

    footer .face .insta, a{
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        font-family: 'Vision-Regular-italic';
    }
}

@media (max-width: 576px){
    /*NAVBAR*/

    .start{
        padding-left: 0!important;
    }

    .navbar-brand img{
        width: 200px;
        height: 100px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link{
        font-size: 14px;
    }

    .navbar-toggler{
        background-color: #FFFF;
    }


    /*LANDING*/

    .landing .cuadrado{
        margin: 3rem 0 3rem 0;
        left: 6%;    
        width: 350px;
        height: 350px;
    }

    .landing1 .cuadrado .espacio{
        padding: 3rem 0 2rem 0;
    }
    .landing2 .cuadrado .espacio{
        padding: 3rem 0 2rem 0;
    }

    .flechas {
        padding: 2.5rem 0 2rem 0!important;
    }

    .flechas button {
        width: 40px;
        height: 27px;
        top: 17%;
    }

    .carousel-control-next {
        right: 148%;
    }

    .carousel-control-prev {
        left: -97%;
    }

    .landing .nombre-local{
        margin: 2rem 2rem 0 2rem!important;
    }
    
    .landing .nombre-local h1{
        font-size: 26px;
    }
    
    /* .landing .iconos {
        margin: 2rem 1rem 1rem 2rem!important;
    }
    
    .iconos .card{
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 0.5rem;
    }
    
    .iconos .card img{
        width: 15px;
        height: 20px;
    }
    
    .iconos .card .card-text{
        font-size: 5px;
    } */
    
    .landing .plano .boton-plano{
        margin: 1rem 1rem 2rem 1rem!important;
    }
    
    .plano input[type="button"]{
        font-size: 14px;
    }
    
    .landing .direccion{
        margin: 2rem 1.5rem 2rem 1.5rem!important;
    }

    .caja .lugar h5 {
        font-size: 10px;
    }

    .caja .icono img{
        width: 16px;
        height: 16px;
    }
    
    .caja .lugar h5{
        font-size: 10px;
    }
    
    .landing .local img{
        position: relative;
        top: 50px;
    }

    .landing .descripcion{
        padding: 5rem 0 4rem 0!important; 
    }
    
    .descripcion .titulo-desc h2{
        font-size: 20px;
    }
    
    .descripcion .info p{
        padding: 4rem 2rem 0 2rem;
        font-size: 13px;
    }
    
    .carousel-inner {
        position: relative;
        top: 54px;
    }

    .navegacion .fondo1{
        height: 30vh;
    }
    
    .navegacion .fondo2{
        height: 30vh;
    }
    
    .navegacion .fondo3{
        height: 30vh;  
    }

    .navegacion .fondo1:hover{
        flex: none!important;
    }
    .navegacion .fondo2:hover{
        flex: none!important;
    }
    .navegacion .fondo3:hover{
        flex: none!important;
    }
    
    h2{
        font-size: 16px;
    }
    
    .prueba{
        padding: 5rem 2rem 2rem 2rem!important;
    }
    
    .prueba3{
        padding: 6rem 2rem 2rem 2rem!important;
    }

    .navegacion button img {
        width: 40px;
    }
    


    footer .fondo{
        padding: 1rem 0 0.5rem 0!important;
    }

    footer .aviso{
        text-align: center;
    }
    
    footer .aviso a{
        font-size: 10px;
    }
    
    footer .derechos p{
        font-size: 10px;
        text-align: center;
    }

    footer .face, .insta{
        text-align: center;
    }

    footer .face .insta, a{
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        font-family: 'Vision-Regular-italic';
    }
}