/*-----------------------------------------------------------------------------------
	elcaserio
	About: A shiny new Blocs website.
	Author: Ricardo Caceres Palomares
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#000000;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}
.texture-dots::before{
	background: url("img/texture-dots.gif");
	background-size: 8px 8px;
	opacity: 0.2;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-top{
	bottom: inherit;
	top: 20px;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Reforma1969-Blanca";
}
.container{
	max-width:1200px;
}
.img-uavas-style{
	padding-top:20px;
	padding-bottom:20px;
	width:71px;
	background-color:transparent;
	background-size:length;
	background-blend-mode:normal;
	filter:brightness(10.0);
}
.textoschicos{
	background-color:var(--swatch-var-7985);
	padding:15px 15px 15px 15px;
	border-style:none;
	border-color:var(--swatch-var-4739)!important;
	border-radius:5px 5px 5px 5px;
	background:linear-gradient(90deg, var(--swatch-var-7069)  0%, var(--swatch-var-7323) 50%, var(--swatch-var-7069)  100%);
}
.menu-icon-stroke{
	stroke:var(--swatch-var-4739)!important;
	fill:var(--swatch-var-4739)!important;
}
.bloc-fill{
	fill:var(--swatch-var-7323);
}
.bloc7{
	border-style:none;
	background-attachment:fixed;
}
.lechon{
	padding:10px 10px 10px 10px;
	background-color:var(--swatch-var-7985);
	font-family:"Reforma1969-Blanca";
	font-size:18px;
	text-transform:uppercase;
	background:linear-gradient(145deg, var(--swatch-var-5122) 2%, var(--swatch-var-2869) 52%, var(--swatch-var-5122) 100%);
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-2869);
}
.cabezera-acordeon{
	height:60px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-3996)!important;
	border-style:double;
	border-radius:5px 5px 5px 5px;
	background-image:url("img/fondo-oscuro-1200-600-opaco.jpg");
	background-image: -webkit-image-set(url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);background-image: image-set(url("img/fondo-oscuro-1200-600-opaco.jpg") 1x,
url("img/fondo-oscuro-1200-600-opaco.jpg") 2x,url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);background-image: image-set(url("img/fondo-oscuro-1200-600-opaco.jpg") 1x,
url("img/fondo-oscuro-1200-600-opaco.jpg") 2x,url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);
	position:static;
	background-size:cover;
	background-attachment:fixed;
}
.texto-ca-acordeon{
	font-weight:400;
	font-size:24px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	color:#DBD4D4!important;
	font-family:"Reforma1969-Gris";
	white-space:normal;
	line-height:100%;
}
.foto-platillo{
	padding:40px 40px 40px 40px;
	border-style:none;
	border-radius:50px 50px 50px 50px;
}
.cuadro-acordeon{
	padding:20px 20px 20px 30px;
	border-width:0px 0px 0px 0px;
	border-style:none;
}
.h3-style{
	font-size:20px;
	color:#000000!important;
}
.h3-bloc-8-style{
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
	color:#AA7941!important;
}
.container-div-style{
	width:30.88%;
}
.container-div-bloc-8-style{
	width:30.88%;
}
.divider-background-color{
	background-color:var(--swatch-var-3996);
	margin-left:auto;
	margin-right:auto;
	height:1px;
}
.img-logocaserio-n-style{
	width:314px;
}
.h2-alimentos-style{
	font-family:"Reforma1969-Gris";
}
.lightbox-caption{
	font-family:"Reforma1969-Gris";
	text-align:center;
}
.que{
	margin:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-3996)!important;
	border-style:double;
}
.divider-0-background-color{
	background-color:var(--swatch-var-3996);
}
.img-66-style{
	width:264px;
	padding:20px 20px 20px 20px;
	margin-top:10px;
}
.direccion{
	padding:20px 20px 20px 20px;
	line-height:30px;
	font-size:18px;
}
.redes-pie{
	margin:20px 20px 20px 20px;
}
.img-116-style{
	width:162px;
	background-image:url("img/logo-caserio-cab-blanco-2.svg");
}
.qbouno{
	padding-left:10px;
	padding-right:10px;
}
.icono{
	height:50px;
	filter:invert(50%);
}
.icono:hover{
	filter:invert(0%);
}
.h3-bloc-6-style{
	line-height:21px;
}
.premios{
	margin-top:48px;
}
.premioscolumna{
	margin-bottom:20px;
	background-attachment:fixed;
}
.divider-bloc-5-background-color{
	background-color:var(--swatch-var-3996);
	margin-left:auto;
	margin-right:auto;
	width:50%;
}
.botonstilote{
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-3996)!important;
	text-align:center;
	color:var(--swatch-var-416)!important;
	font-weight:normal;
	background-color:var(--swatch-var-6716);
}
.botonstilote:hover{
	font-weight:700;
	color:var(--swatch-var-584)!important;
	border-style:solid;
	border-color:var(--swatch-var-584)!important;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-2869);
}
.h5-style{
	font-size:16px;
	text-align:center;
}
.h5-6-style{
	font-size:16px;
}
.h5-7-style{
	font-size:16px;
}
.h5-8-style{
	font-size:16px;
}
.blociconos{
	padding-top:20px;
	background-attachment:fixed;
	border-style:double;
	border-width:3px 0px 3px 0px;
	border-color:var(--swatch-var-3996)!important;
	background-color:var(--swatch-var-416);
}
.cabezota{
	padding-bottom:800px;
}
.clocdos{
	border-color:var(--swatch-var-2869)!important;
	border-style:none;
	background-attachment:fixed;
}
.ttextohito{
	padding:30px 30px 30px 30px;
	font-size:16px;
	line-height:23px;
}
.img-style{
	width:40px;
	height:40px;
}
.img-twiter-style{
	width:40px;
	height:40px;
}
.img-insagram-style{
	width:40px;
	height:40px;
}
.img-yooutube-style{
	width:40px;
	height:40px;
}
.img-whats-style{
	width:40px;
	height:40px;
}
.bloc-bloc-12-fill{
	fill:var(--swatch-var-7323);
}
.blocdoce{
	border-width:0px 0px 10px 0px;
	border-color:var(--swatch-var-2869)!important;
	border-style:solid;
	background-attachment:fixed;
}
.img-2-style{
	width:123px;
}
.cabezera{
	height:60px;
	align-items:center;
	min-height:60px;
	max-height:60px;
	background-color:var(--swatch-var-7323);
}
.btn-reservaciones-style{
	width:42.37%;
	background-color:var(--swatch-var-6716);
}
.bloc-bloc-33-fill{
	fill:var(--swatch-var-7323);
}
.texto-ca-acordeon:hover{
	color:var(--swatch-var-584)!important;
}
.cabezera-acordeon:hover{
	position:relative;
}
.blocseis{
	background-attachment:fixed;
}
.btn-button-style{
	width:24.08%;
	background-color:var(--swatch-var-5493);
}
.bebidastexto{
	text-transform:uppercase;
	color:var(--swatch-var-6716)!important;
	font-size:16px;
	text-align:center;
}
.piringo{
	background-attachment:fixed;
}
.divider---background-color{
	background-color:var(--swatch-var-3996);
}
.divider-0---background-color{
	background-color:var(--swatch-var-3996);
}
.h3-nuestra-cava-style{
	font-size:28px;
}
.h2-style{
	font-size:28px;
}
.textodelchef{
	padding:10px 10px 10px 10px;
	border-style:double;
	border-color:var(--swatch-var-3996)!important;
	border-width:0px 0px 0px 3px;
	font-family:"Reforma1969-Blanca";
	color:var(--swatch-var-2869)!important;
	font-size:18px;
}
.elchef{
	background-image:url("img/caserio-queretaro.jpg");
	background-image: -webkit-image-set(url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);background-image: image-set(url("img/caserio-queretaro.jpg") 1x,
url("img/caserio-queretaro.jpg") 2x,url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);
	background-image: -webkit-image-set(url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);background-image: image-set(url("img/caserio-queretaro.jpg") 1x,
url("img/caserio-queretaro.jpg") 2x,url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);
}
.fondoblok36{
	background-attachment:fixed;
	border-style:none;
}
.negrotex{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-3996)!important;
	border-style:double;
	border-width:0px 0px 0px 3px;
}
.boc37{
	background-attachment:fixed;
	border-width:0px 0px 5px 0px;
	border-style:double;
	border-color:var(--swatch-var-3996)!important;
}
.bloc-bloc-39-fill{
	fill:var(--swatch-var-5122);
}
.finhis{
	padding:30px 30px 30px 30px;
	background-color:var(--swatch-var-7323);
	border-width:3px 0px 3px 0px;
	border-color:var(--swatch-var-3996)!important;
	border-style:double;
}
.p-bloc-39-style{
	font-size:20px;
}
.divider-bloc-39-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-0-bloc-39-background-color{
	background-color:var(--swatch-var-3996);
}
.bloc-bloc-37-fill{
	fill:var(--swatch-var-2055);
}
.botonesmenuior{
	padding-bottom:60px;
}
.brandy{
	width:320px;
	min-width:320px;
}
.p-bloc-8-style{
	font-size:20px;
	text-align:center;
}
.mayusculas{
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	text-align:center;
}
.pais{
	font-size:24px;
	text-transform:uppercase;
	font-weight:600;
	color:var(--swatch-var-2869)!important;
}
.region{
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
}
.blocs-lb-container{
	background-image:url("img/fondo-oscuro-600.jpg");
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-repeat:repeat;
	border-width:4px 4px 4px 4px;
	border-style:double;
	border-color:var(--swatch-var-3996)!important;
}
.img-bloc-30-style{
	width:235px;
}
.cabnodal{
	background-image:url("img/fondo-oscuro-600.jpg");
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-attachment:local;
	border-style:double;
}
.badalabajo{
	background-image:url("img/fondo-oscuro-600.jpg");
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);background-image: image-set(url("img/fondo-oscuro-600.jpg") 1x,
url("img/fondo-oscuro-600.jpg") 2x,url("img/fondo-oscuro-600.webp") 1x,
url("img/fondo-oscuro-600.webp") 2x);
	background-attachment:fixed;
	border-style:double;
}
.rellenonodal{
	background-attachment:fixed;
}
.close{
	color:var(--swatch-var-416)!important;
	font-size:30px;
}
.close:hover{
	color:var(--swatch-var-2974)!important;
}
.mao{
	text-align:center;
	filter:saturate(0%) sepia(30%);
	padding:20px 0px 20px 0px;
	border-width:5px 5px 5px 5px;
	border-style:double;
	border-color:var(--swatch-var-3996)!important;
}
.texgallery{
	text-transform:uppercase;
	font-size:32px;
	color:var(--swatch-var-416)!important;
}
.img-bloc-31-style{
	width:269px;
}
.boto{
	width:240px;
	height:60px;
	min-width:240px;
	max-width:240px;
	min-height:60px;
	max-height:60px;
	background-position:center center;
	background-size:contain;
	background-image:url("img/BOTON-ALIMENTOS_Mesa%20de%20trabajo%201.svg");
	background-repeat:no-repeat;
	border-width:0px 0px 0px 0px;
}
.boto:hover{
	background-image:url("img/BOTON-ALIMENTOS_Mesa%20de%20trabajo%201%20copia.svg");
	background-repeat:no-repeat;
	background-position:center center;
	background-blend-mode:multiply;
	background-attachment:scroll;
	border-width:0px 0px 0px 0px;
}
.espaciobotones{
	margin:0px 0px 10px 0px;
}
.bebids{
	background-image:url("img/BOTON-BEBIDAS_Mesa%20de%20trabajo%201.svg");
}
.bebids:hover{
	background-image:url("img/BOTON-BEBIDAS_Mesa%20de%20trabajo%201%20copia.svg");
}
.vinosa{
	background-image:url("img/BOTON-VINOSai_Mesa%20de%20trabajo%201.svg");
}
.vinosa:hover{
	background-image:url("img/BOTON-VINOSai_Mesa%20de%20trabajo%201%20copia.svg");
}
.img-bloc-8-style{
	width:80px;
	height:80px;
}
.img-15-style{
	width:60px;
	height:60px;
}
.separador{
	padding:20px 20px 20px 20px;
}
.bloc-bloc-15-fill{
	fill:var(--swatch-var-5122);
}
.img-bloc-15-style{
	width:332px;
}
.cokumnahistoria{
	padding:20px 20px 20px 20px;
}
.primerhistoria{
	background-attachment:fixed;
	border-width:5px 0px 0px 0px;
	border-style:double;
	border-color:var(--swatch-var-3996)!important;
}
.page-preloader{
	filter:invert(100%);
}
.img-logoq-style{
	width:307px;
}
.mmm{
	padding:20px 20px 20px 20px;
}
.h3-nosotros-style{
	font-family:"Reforma1969-Blanca";
}
.p-bloc-20-style{
	line-height:27px;
	font-size:18px;
}
.h3-historia-style{
	font-family:"Reforma1969-Blanca";
}
.otra{
	font-family:"Reforma1969-Blanca";
	color:var(--swatch-var-416)!important;
}
.reserva{
	color:var(--swatch-var-3996)!important;
	font-family:"Reforma1969-Blanca";
}
.qqbo{
	border-width:0px 0px 5px 0px;
	border-style:double;
	border-color:var(--swatch-var-3996)!important;
	color:var(--swatch-var-416)!important;
}
.divider-0-bloc-5-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-21576-background-color{
	background-color:var(--swatch-var-3996);
}
.h3-bloc-2-style{
	font-family:"Reforma1969-Blanca";
}
.p---style{
	font-size:18px;
}
.galeryicon{
	padding:20px 20px 20px 20px;
}
.chgalery{
	border-style:double;
	border-color:var(--swatch-var-561)!important;
	border-width:3px 3px 3px 3px;
}
.columnabebidas{
	border-width:3px 3px 3px 3px;
	border-style:double;
	border-color:var(--swatch-var-3996)!important;
	padding:20px 20px 20px 20px;
	margin-top:20px;
	margin-bottom:20px;
	background-size:cover;
	background-attachment:fixed;
}
.divider-42805-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-19397-background-color{
	background-color:var(--swatch-var-3996);
}
.icono-fogones{
	width:60px;
	filter:invert(90%);
}
.divider-bloc-8-background-color{
	background-color:var(--swatch-var-4857);
}
.divider-0-bloc-8-background-color{
	background-color:var(--swatch-var-4857);
}
.divider-10668-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-31411-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-19409-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-45754-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-38536-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-22705-background-color{
	background-color:var(--swatch-var-3996);
}
.divider-20021-background-color{
	background-color:var(--swatch-var-4857);
}
.iva{
	padding:10px 10px 10px 10px;
	background:linear-gradient(45deg, var(--swatch-var-2276) 0%, var(--swatch-var-416) 51%, var(--swatch-var-2276) 100%);
	color:var(--swatch-var-2869)!important;
}
.p-103-style{
	font-size:18px;
	width:100%;
}
.p-104-style{
	font-size:18px;
}
.p-bloc-21-style{
	font-size:18px;
}
.p-bloc-22-style{
	font-size:18px;
	color:var(--swatch-var-2869)!important;
}
.p-bloc-23-style{
	font-size:18px;
	width:100%;
}
.p-162-style{
	font-size:18px;
}
.link-style{
	width:400px;
}
.filahid{
	background-color:var(--swatch-var-199);
}
.dispuestos{
	background-attachment:fixed;
	background-color:var(--swatch-var-199);
}
.p-bloc-36-style{
	font-size:18px;
}
.p-bloc-16-style{
	font-size:18px;
}
.p-163-style{
	font-size:18px;
}
.hypeb{
	min-height:700px;
}
.botoneshype{
	min-height:700px;
}
.divider-bloc-31-background-color{
	background-color:var(--swatch-var-3996);
	height:2px;
}
.bloc-bloc-30-fill{
	fill:var(--swatch-var-2869);
}
.tex1h{
	margin:20px 20px 20px 20px;
}
.img-42-style{
	width:400px;
}
.img-44-style{
	width:400px;
}
.img-50-style{
	width:400px;
}
.img-64-style{
	width:400px;
}
.img-112-style{
	width:400px;
}
.divider-8904-background-color{
	background-color:var(--swatch-var-4857);
}
.divider-35844-background-color{
	background-color:var(--swatch-var-4857);
}
.img-logo-style{
	width:189px;
}
.negritacasa{
	min-width:320px;
	font-weight:700;
}
.bric-container{
	font-size:24px;
	background-color:var(--swatch-var-2055);
	border-radius:5px 5px 5px 5px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-7806)!important;
	background:linear-gradient(90deg, var(--swatch-var-2869)  0%, rgba(0,0,0,0.53) 46%, transparent  100%);
}
.p-bloc-8-casa-style{
	font-size:18px;
}
.blocsapp-special-menu blocsnav{
	background-image:url("img/el-caserio-menu.jpg");
	background-image: -webkit-image-set(url("img/el-caserio-menu.webp") 1x,
url("img/el-caserio-menu.webp") 2x);background-image: image-set(url("img/el-caserio-menu.jpg") 1x,
url("img/el-caserio-menu.jpg") 2x,url("img/el-caserio-menu.webp") 1x,
url("img/el-caserio-menu.webp") 2x);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bloc-divider-t-bloc-8-fill{
	fill:var(--swatch-var-4857);
	height:80px;
}
.close-special-menu .close-icon{
	font-weight:900;
	color:var(--swatch-var-416)!important;
}
.img-bloc-8-casa-style{
	width:224px;
	height:240px;
}
.img-181-style{
	height:240px;
}
.img-171-style{
	height:240px;
}
.cur{
	font-style:italic;
	text-align:center;
}
.img-182-style{
	height:240px;
}
.img-183-style{
	height:240px;
}
.direccion-topa{
	font-size:24px;
	font-weight:700;
	color:var(--swatch-var-4857)!important;
}
.platillob{
	padding-top:20px;
	background:linear-gradient(90deg, #FFFFFF 2%, var(--swatch-var-4857) 50%, var(--swatch-var-416) 100%);
}
.h3-bloc-51-style{
	font-size:18px;
}
.img-171-bloc-8-casa-style{
	height:240px;
}
.img-170-style{
	height:240px;
}
.img-bloc-56-style{
	width:151px;
}
.divider-bloc-56-background-color{
	background-color:var(--swatch-var-3996);
}
.cata{
	padding:10px 10px 10px 10px;
	color:var(--swatch-var-3996)!important;
	background-color:var(--swatch-var-7323);
}
.divider-0-bloc-56-background-color{
	background-color:var(--swatch-var-3996);
}
.img-bloc-13-style{
	width:321px;
}
.img-18568-style{
	width:316px;
}
.botonnuevo{
	width:240px;
	min-width:240px;
	max-width:240px;
	height:61px;
	min-height:61px;
	max-height:61px;
	background-image:url("img/botones%20nuevos-09.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	white-space:normal;
	padding-top:13px;
	padding-left:60px;
	margin:5px 5px 5px 5px;
}
.botonnuevo:hover{
	background-image:url("img/botones%20nuevos-09.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	color:var(--swatch-var-584)!important;
	padding-top:13px;
	padding-left:60px;
}
.botonnuevo:active{
	padding-top:10px;
}
.alimentos{
	background-image:url("img/botones%20nuevos-09.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);background-image: image-set(url("img/botones%20nuevos-09.png") 1x,
url("img/botones%20nuevos-09.png") 2x,url("img/botones%20nuevos-09.webp") 1x,
url("img/botones%20nuevos-09.webp") 2x);
}
.alimentos:hover{
	background-image:url("img/botones%20nuevos-05.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos-05.webp") 1x,
url("img/botones%20nuevos-05.webp") 2x);background-image: image-set(url("img/botones%20nuevos-05.png") 1x,
url("img/botones%20nuevos-05.png") 2x,url("img/botones%20nuevos-05.webp") 1x,
url("img/botones%20nuevos-05.webp") 2x);
	background-size:cover;
}
.bebidas{
	width:240px;
	min-width:240px;
	max-width:240px;
	height:61px;
	min-height:61px;
	max-height:61px;
	padding-top:13px;
	background-size:cover;
	background-image:url("img/botones%20nuevos_boton2%20copia.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos_boton2%20copia.webp") 1x,
url("img/botones%20nuevos_boton2%20copia.webp") 2x);background-image: image-set(url("img/botones%20nuevos_boton2%20copia.png") 1x,
url("img/botones%20nuevos_boton2%20copia.png") 2x,url("img/botones%20nuevos_boton2%20copia.webp") 1x,
url("img/botones%20nuevos_boton2%20copia.webp") 2x);
	padding-left:60px;
	background-repeat:no-repeat;
}
.bebidas:hover{
	background-image:url("img/botones%20nuevos_boton2.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos_boton2.webp") 1x,
url("img/botones%20nuevos_boton2.webp") 2x);background-image: image-set(url("img/botones%20nuevos_boton2.png") 1x,
url("img/botones%20nuevos_boton2.png") 2x,url("img/botones%20nuevos_boton2.webp") 1x,
url("img/botones%20nuevos_boton2.webp") 2x);
	color:var(--swatch-var-584)!important;
	background-size:cover;
	padding-top:13px;
	padding-left:60px;
	background-repeat:no-repeat;
}
.mexicano{
	background-image:url("img/botones%20nuevos_oton1.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);background-image: image-set(url("img/botones%20nuevos_oton1.png") 1x,
url("img/botones%20nuevos_oton1.png") 2x,url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);background-image: image-set(url("img/botones%20nuevos_oton1.png") 1x,
url("img/botones%20nuevos_oton1.png") 2x,url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);
	background-size:cover;
	width:240px;
	min-width:240px;
	max-width:240px;
	height:61px;
	min-height:61px;
	max-height:61px;
	padding-left:60px;
	padding-top:13px;
	background-repeat:no-repeat;
}
.mexicano:hover{
	background-image:url("img/botones%20nuevos_oton1.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);background-image: image-set(url("img/botones%20nuevos_oton1.png") 1x,
url("img/botones%20nuevos_oton1.png") 2x,url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);background-image: image-set(url("img/botones%20nuevos_oton1.png") 1x,
url("img/botones%20nuevos_oton1.png") 2x,url("img/botones%20nuevos_oton1.webp") 1x,
url("img/botones%20nuevos_oton1.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	color:var(--swatch-var-1857)!important;
	padding-top:13px;
	padding-left:60px;
}
.img-205-style{
	width:296px;
}
.h3-menú-style{
	font-size:28px;
}
.p-bloc-61-style{
	font-size:18px;
}
.p-271-style{
	font-size:18px;
}
.qbo{
	width:240px;
	min-width:240px;
	height:61px;
	max-width:240px;
	min-height:61px;
	max-height:61px;
	background-image:url("img/BOTON-QBO.png");
	background-image: -webkit-image-set(url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);background-image: image-set(url("img/BOTON-QBO.png") 1x,
url("img/BOTON-QBO.png") 2x,url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);
	background-image: -webkit-image-set(url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);background-image: image-set(url("img/BOTON-QBO.png") 1x,
url("img/BOTON-QBO.png") 2x,url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:13px;
}
.qbo:hover{
	color:var(--swatch-var-1246)!important;
	padding-top:13px;
	padding-left:60px;
	background-image:url("img/BOTON-QBO.png");
	background-image: -webkit-image-set(url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);background-image: image-set(url("img/BOTON-QBO.png") 1x,
url("img/BOTON-QBO.png") 2x,url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);
	background-image: -webkit-image-set(url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);background-image: image-set(url("img/BOTON-QBO.png") 1x,
url("img/BOTON-QBO.png") 2x,url("img/BOTON-QBO.webp") 1x,
url("img/BOTON-QBO.webp") 2x);
	background-size:cover;
}
.img-50dedescuent-style{
	width:250px;
}
.img-50dedescuen-style{
	width:250px;
}
.b-vinos{
	width:240px;
	min-width:240px;
	max-width:240px;
	height:61px;
	min-height:61px;
	max-height:61px;
	padding-top:13px;
	padding-left:60px;
	background-image:url("img/botones%20nuevos-06.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);background-image: image-set(url("img/botones%20nuevos-06.png") 1x,
url("img/botones%20nuevos-06.png") 2x,url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);background-image: image-set(url("img/botones%20nuevos-06.png") 1x,
url("img/botones%20nuevos-06.png") 2x,url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.b-vinos:hover{
	background-image:url("img/botones%20nuevos-06.png");
	background-image: -webkit-image-set(url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);background-image: image-set(url("img/botones%20nuevos-06.png") 1x,
url("img/botones%20nuevos-06.png") 2x,url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);
	background-image: -webkit-image-set(url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);background-image: image-set(url("img/botones%20nuevos-06.png") 1x,
url("img/botones%20nuevos-06.png") 2x,url("img/botones%20nuevos-06.webp") 1x,
url("img/botones%20nuevos-06.webp") 2x);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:var(--swatch-var-1246)!important;
	padding-top:13px;
	padding-left:60px;
}
.img-8-style{
	width:338px;
}
.img-102-style{
	width:320px;
}
.p-106-style{
	font-family:"Reforma1969-BlancaItalica";
}
.carta-temporad{
	font-family:"Reforma1918-Negra";
	font-size:30px;
	text-align:center;
}
.octubre{
	text-align:center;
	font-family:"Reforma1918-Blanca";
	color:var(--swatch-var-6716)!important;
	font-size:18px;
}
.entrantes{
	font-family:"Reforma1918-Negra";
	color:var(--swatch-var-2869)!important;
	font-size:20px;
	text-align:left;
}
.appetizer{
	font-family:"Reforma1918-NegraItalica";
	font-size:16px;
	color:var(--swatch-var-2869)!important;
}
.cart-texto-plati{
	font-size:16px;
	font-family:"Reforma1918-Blanca";
	color:var(--swatch-var-2869)!important;
}
.bandera{
	margin-bottom:20px;
	padding:20px 20px 20px 20px;
}
.temporada{
	font-family:"Reforma1918-Blanca";
	font-size:15px;
}
.img-33-style{
	width:400px;
}
.img-71-style{
	width:400px;
}
.img-83-style{
	width:400px;
}
.infantil-negritas{
	color:var(--swatch-var-2869)!important;
	font-size:18px;
	font-family:"Reforma1969-Negra";
}
.blocgramaje{
	padding:20px 20px 20px 20px;
}
.p-style{
	font-size:12px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2941:rgba(87,26,26,1.00);
	
	--swatch-var-416:rgba(255,255,255,1.00);
	
	--swatch-var-4739:rgba(255,255,255,1.00);
	
	--swatch-var-5493:rgba(0,0,0,0.82);
	
	--swatch-var-3680:rgba(4,51,255,1.00);
	
	--swatch-var-584:rgba(185,251,0,0.91);
	
	--swatch-var-7832:rgba(255,147,0,1.00);
	
	--swatch-var-7806:rgba(0,100,0,1.00);
	
	--swatch-var-1565:rgba(255,38,0,1.00);
	
	--swatch-var-199:rgba(255,247,241,1.00);
	
	--swatch-var-4908:rgba(204,190,190,1.00);
	
	--swatch-var-7985:rgba(0,0,0,0.35);
	
	--swatch-var-5122:rgba(0,0,0,0.00);
	
	--swatch-var-7323:rgba(0,0,0,0.61);
	
	--swatch-var-2974:rgba(185,251,0,0.91);
	
	--swatch-var-2055:rgba(0,0,0,0.40);
	
	--swatch-var-6657:rgba(82,87,76,1.00);
	
	--swatch-var-561:rgba(255,248,220,1.00);
	
	--swatch-var-3996:rgba(170,121,66,1.00);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-7507:rgba(255,218,0,0.00);
	
	--swatch-var-2276:rgba(255,255,255,0.00);
	
	--swatch-var-7069:rgba(0,0,0,0.00);
	
	--swatch-var-4857:rgba(12,113,87,1.00);
	
	--swatch-var-1857:rgba(185,251,0,0.91);
	
	--swatch-var-117:rgba(0,0,0,0);
	
	--swatch-var-3619:rgba(0,0,0,0.61);
	
	--swatch-var-1246:rgba(185,251,0,0.91);
	
	--swatch-var-6716:rgba(0,0,0,1.00);
	
	--swatch-var-2642:#FFFF00;
	
	--swatch-var-298:#E91F36;
	
	--swatch-var-2815:#00FF00;
	
	--swatch-var-723:rgba(0,0,0,0.819608);
	
	--swatch-var-1009:rgba(185,251,0,0.909804);
	
	--swatch-var-6066:rgba(0,0,0,0.611765);
	
	--swatch-var-6489:rgba(185,251,0,0.909804);
	
}


/* Background colour styles */

.bgc-199{
	background-color:var(--swatch-var-199);
}
.bgc-7323{
	background-color:var(--swatch-var-7323);
}
.bgc-4739{
	background-color:var(--swatch-var-4739);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-416{
	background-color:var(--swatch-var-416);
}
.bgc-2055{
	background-color:var(--swatch-var-2055);
}
.bgc-4857{
	background-color:var(--swatch-var-4857);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}

/* Text colour styles */

.tc-3996{
	color:var(--swatch-var-3996)!important;
}
.tc-6716{
	color:var(--swatch-var-6716)!important;
}
.tc-416{
	color:var(--swatch-var-416)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.tc-4739{
	color:var(--swatch-var-4739)!important;
}
.tc-5493{
	color:var(--swatch-var-5493)!important;
}

/* Button colour styles */

.btn-c-2869{
	background:var(--swatch-var-2869);
	color:#FFFFFF!important;
}
.btn-c-2869:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-1565{
	color:var(--swatch-var-1565)!important;
	border-color:var(--swatch-var-1565)!important;
}
.icon-7832{
	color:var(--swatch-var-7832)!important;
	border-color:var(--swatch-var-7832)!important;
}
.icon-7806{
	color:var(--swatch-var-7806)!important;
	border-color:var(--swatch-var-7806)!important;
}
.icon-3680{
	color:var(--swatch-var-3680)!important;
	border-color:var(--swatch-var-3680)!important;
}
.icon-2869{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-2869)!important;
}
.icon-416{
	color:var(--swatch-var-416)!important;
	border-color:var(--swatch-var-416)!important;
}
.icon-4857{
	color:var(--swatch-var-4857)!important;
	border-color:var(--swatch-var-4857)!important;
}
.icon-199{
	color:var(--swatch-var-199)!important;
	border-color:var(--swatch-var-199)!important;
}

/* Bloc image backgrounds */

.bg-textura-madera-franja-home{
	background-image:url("img/textura-madera-franja-home.jpg");
	background-image: -webkit-image-set(url("img/textura-madera-franja-home.webp") 1x,
url("img/textura-madera-franja-home.webp") 2x);background-image: image-set(url("img/textura-madera-franja-home.jpg") 1x,
url("img/textura-madera-franja-home.jpg") 2x,url("img/textura-madera-franja-home.webp") 1x,
url("img/textura-madera-franja-home.webp") 2x);
}
.bg-fondo-vinos{
	background-image:url("img/fondo_vinos.jpg");
	background-image: -webkit-image-set(url("img/fondo_vinos.webp") 1x,
url("img/fondo_vinos.webp") 2x);background-image: image-set(url("img/fondo_vinos.jpg") 1x,
url("img/fondo_vinos.jpg") 2x,url("img/fondo_vinos.webp") 1x,
url("img/fondo_vinos.webp") 2x);
}
.bg-CABEZERA-BEBIDAS{
	background-image:url("img/CABEZERA-BEBIDAS.jpg");
	background-image: -webkit-image-set(url("img/CABEZERA-BEBIDAS.webp") 1x,
url("img/CABEZERA-BEBIDAS.webp") 2x);background-image: image-set(url("img/CABEZERA-BEBIDAS.jpg") 1x,
url("img/CABEZERA-BEBIDAS.jpg") 2x,url("img/CABEZERA-BEBIDAS.webp") 1x,
url("img/CABEZERA-BEBIDAS.webp") 2x);
}
.bg-fondo-oscuro-1200-600{
	background-image:url("img/fondo-oscuro-1200-600-1.jpg");
	background-image: -webkit-image-set(url("img/fondo-oscuro-1200-600-1.webp") 1x,
url("img/fondo-oscuro-1200-600-1.webp") 2x);background-image: image-set(url("img/fondo-oscuro-1200-600-1.jpg") 1x,
url("img/fondo-oscuro-1200-600-1.jpg") 2x,url("img/fondo-oscuro-1200-600-1.webp") 1x,
url("img/fondo-oscuro-1200-600-1.webp") 2x);
}
.bg-h-c-5-1{
	background-image:url("img/h-c-5-1.jpg");
	background-image: -webkit-image-set(url("img/h-c-5-1.webp") 1x,
url("img/h-c-5-1.webp") 2x);background-image: image-set(url("img/h-c-5-1.jpg") 1x,
url("img/h-c-5-1.jpg") 2x,url("img/h-c-5-1.webp") 1x,
url("img/h-c-5-1.webp") 2x);
}
.bg-fondo-oscuro-1200-600-opaco{
	background-image:url("img/fondo-oscuro-1200-600-opaco.jpg");
	background-image: -webkit-image-set(url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);background-image: image-set(url("img/fondo-oscuro-1200-600-opaco.jpg") 1x,
url("img/fondo-oscuro-1200-600-opaco.jpg") 2x,url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);
	background-image: -webkit-image-set(url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);background-image: image-set(url("img/fondo-oscuro-1200-600-opaco.jpg") 1x,
url("img/fondo-oscuro-1200-600-opaco.jpg") 2x,url("img/fondo-oscuro-1200-600-opaco.webp") 1x,
url("img/fondo-oscuro-1200-600-opaco.webp") 2x);
}
.bg-tapon-corcho-vino-lujo-botella-vieja-generado-ia{
	background-image:url("img/tapon-corcho-vino-lujo-botella-vieja-generado-ia.jpg");
	background-image: -webkit-image-set(url("img/tapon-corcho-vino-lujo-botella-vieja-generado-ia.webp") 1x,
url("img/tapon-corcho-vino-lujo-botella-vieja-generado-ia.webp") 2x);background-image: image-set(url("img/tapon-corcho-vino-lujo-botella-vieja-generado-ia.jpg") 1x,
url("img/tapon-corcho-vino-lujo-botella-vieja-generado-ia.jpg") 2x,url("img/tapon-corcho-vino-lujo-botella-vieja-generado-ia.webp") 1x,
url("img/tapon-corcho-vino-lujo-botella-vieja-generado-ia.webp") 2x);
}
.bg-bebidas{
	background-image:url("img/bebidas.jpg");
	background-image: -webkit-image-set(url("img/bebidas.webp") 1x,
url("img/bebidas.webp") 2x);background-image: image-set(url("img/bebidas.jpg") 1x,
url("img/bebidas.jpg") 2x,url("img/bebidas.webp") 1x,
url("img/bebidas.webp") 2x);
}
.bg-fachada-el-caserio-queretaro{
	background-image:url("img/fachada_el_caserio_queretaro.jpg");
	background-image: -webkit-image-set(url("img/fachada_el_caserio_queretaro.webp") 1x,
url("img/fachada_el_caserio_queretaro.webp") 2x);background-image: image-set(url("img/fachada_el_caserio_queretaro.jpg") 1x,
url("img/fachada_el_caserio_queretaro.jpg") 2x,url("img/fachada_el_caserio_queretaro.webp") 1x,
url("img/fachada_el_caserio_queretaro.webp") 2x);
}
.bg-historia-4{
	background-image:url("img/historia-4.jpg");
	background-image: -webkit-image-set(url("img/historia-4.webp") 1x,
url("img/historia-4.webp") 2x);background-image: image-set(url("img/historia-4.jpg") 1x,
url("img/historia-4.jpg") 2x,url("img/historia-4.webp") 1x,
url("img/historia-4.webp") 2x);
}
.bg-historia-1{
	background-image:url("img/historia-1.jpg");
	background-image: -webkit-image-set(url("img/historia-1.webp") 1x,
url("img/historia-1.webp") 2x);background-image: image-set(url("img/historia-1.jpg") 1x,
url("img/historia-1.jpg") 2x,url("img/historia-1.webp") 1x,
url("img/historia-1.webp") 2x);
}
.bg-caserio-queretaro{
	background-image:url("img/caserio-queretaro.jpg");
	background-image: -webkit-image-set(url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);background-image: image-set(url("img/caserio-queretaro.jpg") 1x,
url("img/caserio-queretaro.jpg") 2x,url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);
	background-image: -webkit-image-set(url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);background-image: image-set(url("img/caserio-queretaro.jpg") 1x,
url("img/caserio-queretaro.jpg") 2x,url("img/caserio-queretaro.webp") 1x,
url("img/caserio-queretaro.webp") 2x);
}
.bg-fachadacaserioqro{
	background-image:url("img/fachadacaserioqro.JPG");
	background-image: -webkit-image-set(url("img/fachadacaserioqro.webp") 1x,
url("img/fachadacaserioqro.webp") 2x);background-image: image-set(url("img/fachadacaserioqro.JPG") 1x,
url("img/fachadacaserioqro.JPG") 2x,url("img/fachadacaserioqro.webp") 1x,
url("img/fachadacaserioqro.webp") 2x);
}
.bg-fondo-oscuro-1200-600{
	background-image:url("img/fondo-oscuro-1200-600-1.jpg");
	background-image: -webkit-image-set(url("img/fondo-oscuro-1200-600-1.webp") 1x,
url("img/fondo-oscuro-1200-600-1.webp") 2x);background-image: image-set(url("img/fondo-oscuro-1200-600-1.jpg") 1x,
url("img/fondo-oscuro-1200-600-1.jpg") 2x,url("img/fondo-oscuro-1200-600-1.webp") 1x,
url("img/fondo-oscuro-1200-600-1.webp") 2x);
}
.bg-background-tamara-20copia{
	background-image:url("img/background_tamara%20copia-1.jpg");
	background-image: -webkit-image-set(url("img/background_tamara%20copia-1.webp") 1x,
url("img/background_tamara%20copia-1.webp") 2x);background-image: image-set(url("img/background_tamara%20copia-1.jpg") 1x,
url("img/background_tamara%20copia-1.jpg") 2x,url("img/background_tamara%20copia-1.webp") 1x,
url("img/background_tamara%20copia-1.webp") 2x);
}
.bg-MONTADITOS-portada{
	background-image:url("img/MONTADITOS-portada.jpeg");
	background-image: -webkit-image-set(url("img/MONTADITOS-portada.webp") 1x,
url("img/MONTADITOS-portada.webp") 2x);background-image: image-set(url("img/MONTADITOS-portada.jpeg") 1x,
url("img/MONTADITOS-portada.jpeg") 2x,url("img/MONTADITOS-portada.webp") 1x,
url("img/MONTADITOS-portada.webp") 2x);
}
.bg-BringYourOwnWine-600x398{
	background-image:url("img/BringYourOwnWine-600x398.jpg");
	background-image: -webkit-image-set(url("img/BringYourOwnWine-600x398.webp") 1x,
url("img/BringYourOwnWine-600x398.webp") 2x);background-image: image-set(url("img/BringYourOwnWine-600x398.jpg") 1x,
url("img/BringYourOwnWine-600x398.jpg") 2x,url("img/BringYourOwnWine-600x398.webp") 1x,
url("img/BringYourOwnWine-600x398.webp") 2x);
}
.bg-Club-de-Cata-y-Maridaje{
	background-image:url("img/Club-de-Cata-y-Maridaje.jpg");
	background-image: -webkit-image-set(url("img/Club-de-Cata-y-Maridaje.webp") 1x,
url("img/Club-de-Cata-y-Maridaje.webp") 2x);background-image: image-set(url("img/Club-de-Cata-y-Maridaje.jpg") 1x,
url("img/Club-de-Cata-y-Maridaje.jpg") 2x,url("img/Club-de-Cata-y-Maridaje.webp") 1x,
url("img/Club-de-Cata-y-Maridaje.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */


/* = Additional CSS
-------------------------------------------------------------- */
.boto {transition: all 0.40s ease-in-out;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-uavas-style{
		width:147px;
	}
	.foto-platillo{
		padding:25px 25px 25px 25px;
		border-radius:40px 40px 40px 40px;
	}
	.h3-bloc-8-style{
		color:var(--swatch-var-2941)!important;
	}
	.h3-style{
		color:var(--swatch-var-2941)!important;
	}
	.cabezota{
		padding-bottom:769px;
	}
	.botonstilote:hover{
	}
	.btn-reservaciones-style{
		width:36.04%;
	}
	.img-bloc-31-style{
		width:297px;
	}
	.hypeb{
		min-height:600px;
	}
	.img-bloc-8-style{
		width:60px;
		height:60px;
	}
	.bloc-divider-t-bloc-8-fill{
		height:50px;
	}
	.img-logo-style{
		width:176px;
	}
	.img-18568-style{
		width:266px;
	}
	.mexicano:hover{
		background-size:contain;
		background-repeat:no-repeat;
		width:240px;
		min-width:240px;
		max-width:240px;
		height:60px;
		min-height:60px;
		max-height:60px;
		background-position:center center;
		padding-top:13px;
		padding-left:60px;
	}
	.botonnuevo:hover{
		background-size:contain;
		width:240px;
		min-width:240px;
		max-width:240px;
		height:61px;
		min-height:61px;
		max-height:61px;
		padding-left:60px;
		padding-top:13px;
	}
	.bebidas:hover{
		background-size:contain;
		background-repeat:no-repeat;
		width:240px;
		min-width:240px;
		max-width:240px;
		height:61px;
		min-height:61px;
		max-height:61px;
		padding-left:60px;
		padding-top:13px;
	}
	.mexicano:active{
	}
	.mexicano{
		height:60px;
		min-height:60px;
		max-height:60px;
		width:240px;
		min-width:240px;
		max-width:240px;
		background-size:contain;
		background-position:center center;
		padding-left:60px;
	}
	.botonnuevo{
		padding-left:60px;
		text-indent:0px;
	}
	.alimentos{
	}
	.bebidas{
	}
	.mexicano:focus{
	}
	.mexicano:visited{
	}
	.img-205-style{
		width:251px;
	}
	.img-50dedescuent-style{
		width:200px;
	}
	.p-style{
		font-size:10px;
	}
	
}

@media (max-width: 767px){
	.img-uavas-style{
		width:82px;
	}
	.foto-platillo{
		padding:20px 20px 20px 20px;
		border-radius:30px 30px 30px 30px;
	}
	.h3-bloc-6-style{
		font-size:16px;
	}
	.h3-4-style{
		font-size:16px;
	}
	.h3-3-style{
		font-size:16px;
	}
	.cabezota{
		padding-bottom:320px;
	}
	.img-bloc-31-style{
		width:264px;
	}
	.bloc-style{
		opacity:0.7;
		padding-bottom:577px;
	}
	.texto-ca-acordeon{
		font-size:20px;
	}
	.img-bloc-8-style{
		width:60px;
		height:60px;
	}
	.img-15-style{
		width:40px;
		height:40px;
	}
	.chgalery{
		padding-bottom:20px;
	}
	.blochistory{
	}
	.img-logo-style{
		width:161px;
	}
	.p-178-style{
		font-size:14px;
	}
	.btn-button-style{
		width:36.31%;
	}
	.img-18568-style{
		width:260px;
	}
	.img-205-style{
		width:191px;
	}
	.img-50dedescuen-style{
		width:150px;
	}
	.carta-temporad{
		font-size:25px;
	}
	.p-style{
		font-size:10px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.img-uavas-style{
		width:56px;
	}
	.h2-style{
		font-size:16px;
	}
	.p-bloc-6-style{
		font-size:14px;
	}
	.h3-nuestra-cava-style{
		font-size:16px;
	}
	.bloc-divider-t-fill{
		height:50px;
	}
	.foto-platillo{
		padding:10px 10px 10px 10px;
		border-radius:20px 20px 20px 20px;
	}
	.h3-bloc-8-style{
		font-size:20px;
	}
	.h3-style{
		font-size:18px;
	}
	.img-66-style{
		width:252px;
	}
	.h3-3-style{
		font-size:14px;
		width:100%;
	}
	.h3-4-style{
		font-size:14px;
	}
	.h3-bloc-6-style{
		font-size:14px;
	}
	.cabezota{
		padding-bottom:220px;
	}
	.bloc-style{
		opacity:1.0;
		padding-bottom:400px;
	}
	.btn-reservaciones-style{
		width:77.99%;
	}
	.img-2-style{
		width:79px;
	}
	.img-bloc-30-style{
		width:203px;
	}
	.img-logocaserio-n-style{
		width:220px;
	}
	.img-bloc-31-style{
		width:220px;
	}
	.btn-button-style{
		width:64.41%;
	}
	.img-logoq-style{
		width:214px;
	}
	.img-bloc-15-style{
		width:252px;
	}
	.blochistory{
	}
	.texto-ca-acordeon{
		font-size:18px;
	}
	.p-102-style{
		font-size:18px;
	}
	.img-bloc-8-style{
		width:60px;
		height:60px;
	}
	.img-15-style{
		width:40px;
		height:40px;
	}
	.chgalery{
		margin-bottom:10px;
	}
	.p-bloc-37-style{
		font-family:"Reforma1969-BlancaItalica";
	}
	.img-logo-style{
		width:123px;
	}
	.negritacasa{
		min-width:200px;
		text-align:center;
	}
	.p-178-style{
		font-size:12px;
	}
	.h3-bloc-51-style{
		font-size:12px;
	}
	.p-179-style{
		font-size:12px;
	}
	.p-180-style{
		font-size:12px;
	}
	.img-18568-style{
		width:237px;
	}
	.img-205-style{
		width:152px;
	}
	.img-50dedescuent-style{
		width:100px;
	}
	.carta-temporad{
		font-size:20px;
	}
	
}

